@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@200;400&display=swap');

  *,*::before, *,*::after{
    box-sizing: border-box;
  }

  html,body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  html{
    font-size: 15px;
  }

  body{
    font-family: 'Barlow', sans-serif;
    background-size: cover;
    color: grey;
  }
  
  img{
    margin-right: auto;
    margin-left: auto;
    margin-top: 45px;
    display: flex;
    max-width: 50%;
    padding: 20px;
    bottom:  40px;
  }

  h1{
	  color: #9d376b;
	  font-size: 20px;
  }

  h2, h3{
	  font-size: 15px;
	  color: black;
  }

  h4{
    color: #9d376b;
    font-size: 20px;
    text-align: center;
    margin-right: 145px;
    margin-top: 250px;
  }

  h5{
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    margin-left: -110px;
  }

  .hideout{
    margin: 20px 0;
  }

  .hideout .img-holder{
    width: 100%;
    height: 50vw;
  }

  .hideout img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  img{
    padding: 5px;
  }

  header{
    background-color: #f8f8f8;
    position: fixed;
    width: 100%;
    display: inline-block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }

  header a, ul{
    list-style: none;
    text-decoration: none;
    color: #5b5b5b;
    margin: 5px;
    margin-left: 50px;
    margin-right: 50px;
    padding: 5px;
    transition: all 500ms;
    display: block;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    overflow: hidden;
  }

  header ul{
    list-style: none;
    height: auto;
    margin: 20px;
    padding: 0;
    max-height: 0;
    transition: all 500ms;
  }

  header li{
    text-align: center;
  }

  header a:hover,
  header a.active{
    text-decoration: underline;
  }  

  #hamburger.checked + ul{
    max-height: 600px;
  }

  #hamburger{
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }

  .bar{
    position: absolute;
    left: 10px;
    display: block;
    width: 30px;
    margin: -10px;
    height: 2px;
    background: #c0c0c0;
    transition: all 500ms;
  }

  .bar:nth-child(1){
    top: 10px;
  }

  .bar:nth-child(2){
    top: 20px;
  }

  .bar:nth-child(3){
    top: 30px;
  }

  #hamburger.checked .bar:nth-child(1){
    transform: translateY(10px) rotate(-45deg);
  }

  #hamburger.checked .bar:nth-child(2){
    opacity: 0;
  }

  #hamburger.checked .bar:nth-child(3){
    transform: translateY(-10px) rotate(45deg);
  }

  section{
    min-height: 90vh;
    padding:5px 10px;
  }

  section:nth-of-type(even){
    background: #FFF;
  }

  footer{
    background-color: #413a62;
    height: 105px;
    width:   100%;
    padding: 5px;
    text-align: center;
    color: white;
  }

  footer a{
    color: white;
    text-decoration: none;
    font-size: 15px;
  }

  footer li{
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
  }

  footer p{
    font-size:10px;
  }

  .content{
    position: relative;
    max-width: 600px;
    margin: 100px  auto;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 65px;
  }

  .content p{
    display: inline-block;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    color: gray;
    font-family: 'Barlow',sans-serif;
  }

  .content p1{
    font-size: 15px;
    font-family: 'Barlow' ,sans-serif;
    font-weight: 600;
  }

  #container table{
    width: 70%;
    margin-left: 80px;
  }

  #container table td{
    font-size: 16px;
  }

  #container .info-text1 h3{
    background-image: none;
    width: 600px;
    font-size: 16px;
    text-align: center;
    margin-top: -20px;
  }

  .container img{
    max-width: 70%;
  }

  #container_1 {
	  position: relative;
    margin:  20px auto ;
	  width: 600px;
	  background: white;
    font-size: 22px;
    white-space: nowrap;
  }

  #container_1 img{
    padding: 0 ;
    margin: auto 70px;
    margin-top: 260px;
    margin-bottom: -230px;
  }


  #container_1 article p {
    font-size: 20px;
    /*padding: 20px;*/
    margin-left: 10px;
  }


  #container_1 h4{
    font-size: 16px;
    text-align: center;
  }

  #container_1  p{
    font-size: 16px;
  }


  .info-text-new{
    margin-top: 280px;
    text-align: left;
    margin-left: 8em;
  }

  .info-text-new h4{
    color: #9d376b;
    font-size: 20px;
    text-align: center;
    margin-right: 8em;
  }

  .info-text1{
    background-size: cover;
    margin-top: 50px;
  }

  .info-text1 ul{
    display: block;
    font-size: 16px;
    text-align: left;
    margin-left: 2em;
    color: gray;
  }

  .info-text1 ul ol{
    list-style: none;
    list-style-type: disc;
  }

  .info-text1 h3{
    font-size: 20px;
    margin-left: 35px;
    color: #9d376b;
  }

  .info-text1 p{
    display: block;
    font-size: 16px;
    text-align: left;
    margin-top: -9em;
    margin-bottom: 12em;
    margin-left: 2em;
  }

  .info-text2 h3{
    color: #9d376b;
    margin-top: 75px;
  }

  .info-text2 p{
    font-size: 16px;
    text-align: left;
    margin-left: 3.5em;
    margin-top: 2em;
  }

  .info-text3 h3{
    color: #9d376b;
    margin-top: 75px;
  }

  .info-text3 p{
    font-size: 16px;
    text-align: left;
    margin-left: 3.5em;
    margin-top: 2em;
  }

  .info-text4 h3{
    font-size: 20px;
    margin-left: auto;
    color: #9d376b;
    margin-top: 2em;
  }

  .info-text4 p{
    display: block;
    font-size: 16px;
    text-align: left;
    margin-bottom: 2.5em;
  }

  .info-text4 p1{
    font-weight: 600;
  }
 
@media screen and (min-width: 320px) {
  header{
    background-color: #f8f8f8;
    position: fixed;
    width: 100%;
    display: inline-block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    z-index: 1000;
  }

  img{
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
    display: flex;
    max-width: 60%;
    padding: 5px;
    bottom:  70px;
  }

  h1{
    color: #9d376b;
    font-size: 14px;
    height: 40px;
    margin-top: 110px;
    margin-left: 25px;
  }

  h2,h3{
    font-size: 10px;
  }

  h1,h2,h3{
    margin-left: -5px;
    margin-top: 5px;

  }

  #content{
    display: block;
    float: left;
    margin-top: 12px;
    color: #666666;
  }

  #content p{
    font-size: 10.5px;
    white-space: nowrap;
    margin-left: -5px;
    margin-bottom: -20px;
    color: #666666;
  }

  #content p1{
    font-weight: 600;
    font-size: 12px;
    color: #666666;
  }

  #container table{
    margin-top: 245px;
    width: 80%;
    margin-left: 15px;
    color: #666666;
  }

  #container table td{
    font-size: 14px; 
  }

  #container table tbody tr{
    display: flex;
    justify-content: space-between;
    margin-left: 2px;
  } 

  #container th{
    color: #9d376b;
  }

  #container thead {
    display: flex;
    justify-content: flex-start; 
    margin-bottom: 10px;
  }

  #container thead, tfoot {
    display: flex;
    justify-content: flex-start;
  }

  #container tfoot {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
    width: 80%; 
  }

  #container_1{
    width: 510px;
    margin-left: -5px;
    margin-top: -200px;
  }

  #container_1 h3{
    color: #9d376b;
    font-size: 12px;
    margin-top: 240px;
    margin-left: 0;
  }

  #container_1 p{
    color: #666666;
    font-size: 12px;
    margin-left: 0px;
    margin-top: 10px;
  }

  #container_1 img{
    margin-left: 0px;
  }

  #container_1 #content{
    margin-top: -15px;
  }

  footer {
    position: relative; 
    z-index: 100;
    height: 140px;
  }
}

@media screen and (min-width: 375px)  {
  header{
    background-color: #f8f8f8;
    position: fixed;
    width: 100%;
    display: inline-block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    z-index: 1000;
  }

  img{
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
    display: flex;
    max-width: 50%;
    padding: 5px;
    bottom:  70px;
  }

  h1{
    color: #9d376b;
    font-size: 18px;
    height: 65px;
    margin-top: 15px;
    margin-left: 25px;
  }

  h2,h3{
    font-size: 14px;
  }

  h1,h2,h3{
    margin-left: 0px;
    margin-top: 5px;
  }

  h5{
    color: #666666;
  }

  #content{
    float: left;
    margin-top: 12px;
    color: #666666;
  }

  #content p{
    font-size: 12px;
    white-space: nowrap;
    margin-left: 0px;
    margin-bottom: -20px;
    color: #666666;
  }
  
  #content p1{
    font-weight: 600;
    font-size: 12px;
    color: #666666;
  }

  #container table{
    margin-top: 245px;
    width: 80%;
    margin-left: 30px;
    color: #666666;
  }

  #container table td{
    font-size: 16px; 
  }

  #container table tbody tr {
    display: flex;
    justify-content: space-between;
    margin-left: 2px;
  }
  
  #container table tbody tr td {
    text-align: left;
  }

    #container th{
    color: #9d376b;
  }
  
  #container thead {
    display: flex;
    justify-content: flex-start; 
    margin-bottom: 20px;
  }

  #container thead, tfoot {
    display: flex;
    justify-content: flex-start;
  }

  #container tfoot {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    width: 80%; 
  }

   #container_1{
    width: 650px;
    margin-left: 10px;
    margin-top: -170px;
  }

  #container_1 h3{
    color: #9d376b;
    font-size: 14px;
    margin-top: 240px;
  }

  #container_1 p{
    color: #666666;
    font-size: 14px;
    margin-left: auto;
    margin-top: 10px; 
  }

  #container_1 img{
    margin-left: 0px;
  }

  #container_1 #content{
    margin-top: -15px;
  }

  .info-text1 ul{
    display: block;
    color: #666666;
  }
  
  .info-text4 p{
    color: #666666;
  }

 .info-text4 p2{
    font-weight: 600;
  }

  footer {
    position: relative; 
    z-index: 100;
    height: 120px;
  }
}

@media screen and (min-width: 480px)  {
  header{
    background-color: #f8f8f8;
    position: fixed;
    width: 100%;
    display: inline-block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    z-index: 1000;
  }

  img{
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    display: flex;
    max-width: 50%;
    padding: 25px;
    bottom:  20px;
  }

  h1{
    color: #9d376b;
    font-size: 18px;
    height: 65px;
    margin-top: -30px;
  }

  h2,h3{
    font-size: 16px;
  }

  h1,h2,h3{
    margin-left: 30px;

  }

  h5{
    color: #666666;
  }

   #content{
    float: left;
    margin-top: 5px;
    color: #666666;
  }

  #content p{
    font-size: 14px;
    white-space: nowrap;
    margin-left: 30px;
    margin-bottom: -20px;
  }
  
  #content p1{
    font-weight: 600;
    font-size: 14px;
    color: #666666;
  }

  #container table{
    width: 60%;
    margin-left: 30px;
    color: #666666;
  }

  #container table tbody tr {
    display: flex;
    justify-content: space-between;
    margin-left: 2px;
  }
  
  #container table tbody tr td {
    text-align: left;
  }

  #container table td{
    font-size: 16px; 
  }


  #container thead {
    display: flex;
    justify-content: flex-start; 
    margin-bottom: 20px; 
  }

  #container thead, tfoot {
    display: flex;
    justify-content: flex-start; 
  }

  #container tfoot {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
  }

  #container_1{
    width: 800px;
    margin-left: 25px;
    margin-top: -200px;
  }

  #container_1 h3{
    margin-left: 5px;
  }

   #container_1 p{
    color: #666666;
    margin-left: 5px;
  }

  #container_1 img{
    padding: 0;
    margin-left: 5px;
  }

  #container_1 #content{
    margin-top: -15px;
  }

  .info-text1 ul{
    display: block;
    color: #666666;
  }

  .info-text4 p2{
    display: block;
    font-size: 16px;
    text-align: left;
    margin-bottom: 2em;
    font-weight: 600;
    /*margin-left: 320px;*/
  }

  .info-text4 p{
    color: #666666;
  }

  footer {
    position: relative;
    z-index: 100;
    height: 120px;
  }
}

@media screen and (min-width: 600px) {
  header{
    background-color: #f8f8f8;
    position: fixed;
    width: 100%;
    display: inline-block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    z-index: 1000;
  }

  img{
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    display: flex;
    max-width: 50%;
    padding: 60px;
    bottom:  65px;
  }

  h1{
    color: #9d376b;
    font-size: 18px;
    height: 65px;
    margin-top: -60px;
  }

  h2,h3{
    font-size: 16px;
  }

  h1,h2,h3{
    margin-left: 70px;
  }

  #content{
    float: left;
    margin-top: 12px;
    color: #666666;
  }

  #content p{
    font-size: 14px;
    white-space: nowrap;
    margin-left: 70px;
    margin-bottom: -20px;
    color: #666666;
  }
  
  #content p1{
    font-weight: 600;
    font-size: 14px;
    color: #666666;
  }

  #container_1{
    width: 900px;
    margin-left: 30px;
    margin-top: -200px;
  }

  #container_1 h3{
    margin-left: 40px;
  }  

  #container_1 p{
    color: #666666;
    margin-left: 40px;
  }

  #container_1 img{
    padding: 0;
    margin-left: 40px;
  }

 
  #container_1 #content{
    margin-top: -15px;
  }

  #container table{
    width: 50%;
    margin-left: 120px;
    color: #666666;
  }

  #container table td{
    font-size: 16px;
  }

  #container table tbody tr {
    display: flex;
    justify-content: space-between;
    margin-left: 2px; 
  }
  
  #container table tbody tr td {
    text-align: left;
  }

  #container thead {
    display: flex;
    justify-content: flex-start; 
    margin-bottom: 20px;
  }

  #container thead, tfoot {
    display: flex;
    justify-content: flex-start; 
  }

  #container tfoot {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
  }

  footer {
    position: relative; 
    z-index: 100;
    height: 120px;
  }
}

@media screen and (min-width: 768px){
  header{
    background-color: #f8f8f8;
    position: fixed;
    width: 100%;
    display: inline-block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    z-index: 1000;
  }

  img{
    margin-right: auto;
    margin-left: auto;
    margin-top: -25px;
    display: flex;
    max-width: 50%;
    padding: 100px;
    bottom:  40px;
  }

  .info-text1 ul{
    color: #666666;
  }

  h1{
    color: #9d376b;
    font-size: 18px;
    height: 65px;
    margin-top: -100px;
  }

  h2,h3{
    font-size: 14px;
  }

  h1,h2,h3{
    margin-left: 160px;
  }

  h5{
    color: #666666;
  }

  #content{
    float: left;
    margin-top: 5px;
    color: #666666;
  }

  #content p{
    font-size: 14px;
    white-space: nowrap;
    margin-left: 160px;
    margin-bottom: -20px;
    color: #666666;
  }

  #content p1{
    font-weight: 600;
    font-size: 14px;
    color: #666666;
  }

  #container table{
    width: 50%;
    margin-left: 160px;
    color: #666666;
  }

  #container table td{
    font-size: 16px;
  }

  #container table tbody tr {
    display: flex;
    justify-content: space-between;
    margin-left: 1px; 
  }
  
  #container table tbody tr td {
    text-align: left;
  }
  
  #container thead {
    display: flex;
    justify-content: flex-start; 
    margin-bottom: 20px; 
  }

  #container table thead th{
    display: flex;
    margin-left: 1px;
  }

  #container thead, tfoot {
    display: flex;
    justify-content: flex-start; 
  }

  #container tfoot {
    display: flex;
    justify-content: flex-start; 
    margin-top: 20px;
  }

  #container table tfoot td{
    display: flex;
    margin-left: 1px;
  }

  #container_1{
    margin-left: -10px;
  }

  #container_1 h3{
    margin-left: 160px;
  }

  #container_1 img{
    margin-left: 160px;
  }

  #container_1 #content{
    margin-top: -15px;
  }

  #container_1 content p{
    font-size: 16px;
    margin-left: 40px;
    margin-top: -40px;
    margin-bottom: 30px;
    color: #666666;
  }

  .info-text1 ul{
    display: block;
    color: #666666;
  }

  .info-text4 p{
    color: #666666;
  }

  .info-text4 p2{
    display: block;
    font-size: 16px;
    text-align: left;
    margin-bottom: 2em;
    font-weight: 600;
    /*margin-left: 320px;*/
  }

  footer {
    position: relative;
    z-index: 100; 
    height: 115px;
  }
}

@media screen and (min-width: 992px) {
  header{
    background-color: #f8f8f8;
    position: fixed;
    width: 100%;
    display: inline-block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    z-index: 1000;
  }

  img{
    margin-right: auto;
    margin-left: auto;
    margin-top: -85px;
    display: flex;
    max-width: 50%;
    padding: 150px;
    bottom:  100px;
    justify-content: flex-start;
  }
  
  h1{
    color: #9d376b;
    font-size: 18px;
    height: 65px;
    margin-top: -160px;
    margin-left: 300px;
  }

  h2,h3{
    margin-left: 300px;
  }

  #content p{
    white-space: nowrap;
    margin-left: 300px;
    margin-bottom: -20px;
  }
  
  #container table{
    width: 40%;
    margin-left: 250px;
    color: #666666;
  }
  
  #container table td{
    font-size: 16px;
  }

  #container table tbody tr {
    display: flex;
    justify-content: space-between;
    margin-left: 1px; 
  }
  
  #container table tbody tr td {
    text-align: left;
  }

  #container table thead th{
    display: flex;
    margin-left: 1px;
  }

  #container thead, tfoot {
    display: flex;
    justify-content: flex-start; 
  }

  #container thead {
    display: flex;
    justify-content: flex-start; 
    margin-bottom: 20px; 
  }


  #container tfoot {
    display: flex;
    justify-content: flex-start; 
    margin-top: 20px;
  }

  #container table tfoot td{
    display: flex;
    margin-left: 1px;
  }

  #container_1 h3{
    margin-left: 300px;
  }


  #container_1 img{
    margin-left: 300px;
  }

  footer {
    position: relative; 
    z-index: 100; 
    height: 105px;
  }
}

@media screen and (min-width: 1024px)  {
  header {
    flex-direction: row;
    justify-content: space-between;
    background-color:  #f8f8f8;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    position: fixed;
    z-index: 1000;
  }

  header ul{
    display: flex;
    max-height: max-content;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    margin: 10px;
  }

  header a{
    color: #5b5b5b;
  }

  img{
    margin-right: auto;
    margin-left: 0;
    margin-top: 20px;
    display: flex;
    max-width: 50%;
    padding: 145px;
    bottom:  40px;
  }

  h1{
	  color: #9d376b;
	  font-size: 20px;
    height: 65px;
    margin-top: -350px;
  }

  h2, h3{
	  font-size: 15px;
	  color: black;
  }

  h1,h2,h3{
    margin-left: 350px;
  }

  .hideout .img-holder{
    width: 20%;
    height: 30vw;
  }

  .hideout .info-text{
    width: 50%;
    padding: 0 20px;
  }

  #content{
    float: left;
    margin-top: 70px;
    color: #666666;
  }
  
  #content p{
    font-size: 16px;
    white-space: nowrap;
    margin-left: 200px;
    margin-bottom: -20px;
  }
  
  #content p1{
    font-weight: 600;
    font-size: 16px;
  }
  
  #container table{
    width: 50%;
    margin-left: 220px;
    color: #666666;
    margin-top: 170px;
  }

  #container table td{
    font-size: 22px;
  }

  #container th{
    font-size: 22px;
    color: #9d376b;
    text-align: center;
    margin-left: -85px;
    margin-top: 50px;
  }

  #container table thead th{
    display: flex;
    margin-left: 1px;
  }

  #container thead {
    display: flex;
    justify-content: flex-start; 
    margin-bottom: 20px;
  }

  #container tfoot {
    display: flex;
    justify-content: flex-start;
    font-weight: bold; 
    margin-top: 20px;
  }

  #container thead, tfoot {
    display: flex;
    justify-content: flex-start; 
  }

  #container table tfoot td{
    display: flex;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin-left: auto;
    color: #666666;
  }

  #container_1 {
    position: relative;
    margin: 160px auto ;
    width: 900px;
    background: white;
    font-size: 22px;
    white-space: nowrap;
  }

  #container_1 h3{
    font-size: 18px;
    margin-top: -280px;
    margin-left: 500px;
  }

  #container_1  p{
    font-size: 16px;
    margin-left: 500px;
    margin-top: -70px;
    margin-bottom: 60px;
    color: #666666;
  }

  #container_1 img{
    padding: 0 ;
    margin: auto 10px;
  }
  
  #container_1 #content{
    margin-top: 65px;
   }

   #container .carousel{
    margin-left: 110px;
  }
  

  .info-text1{
    margin-bottom: 12em;
    margin-top: 80px;
   }

   .info-text1 h3{
    font-size: 20px;
    margin-left: 35px;
    color: #9d376b;
   }

   .info-text1 ul{
    display: block;
    color: #666666;
  }
  
  .info-text4 h3{
    font-size: 24px;
    margin-left: auto;
    color: #9d376b;
    margin-top: 3.5em;
    letter-spacing: 0.1em;
    margin-left: auto;
  }

  .info-text4 p{
    color: #666666;
  }

  #hamburger{
    display: none;
    }

  footer {
    position: relative; 
    z-index: 100; 
    height: 105px;
  }
}

@media screen and (min-width: 1280px) {
  header {
    flex-direction: row;
    justify-content: space-between;
    background-color:  #f8f8f8;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    position: fixed;
    z-index: 1000;
  }

  header ul{
    display: flex;
    max-height: max-content;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    margin: 10px;
  }

  header a{
    color: #5b5b5b;
  }

  img{
    margin-right: auto;
    margin-left: 10px;
    margin-top: 20px;
    display: flex;
    max-width: 50%;
    padding: 40px 145px 150px;
    bottom:  40px;
  }

  h1{
    margin-top: -340px;
  }


  h1,h2,h3{
    margin-left: 400px;

  }

  h5{
    color: #666666;
  }

  #content{
    float: left;
    margin-top: 40px;
    color: #666666;
  }
 

  #content p{
    font-size: 16px;
    white-space: nowrap;
    margin-left: 220px;
    margin-bottom: -20px;
  }

  #content p1{
    font-weight: 600;
    font-size: 16px;
  }

  #container table{
    width: 40%;
    margin-left: 305px;
    color: #666666;
  }
  
  #container table td{
    font-size: 18px;
    margin-left: 20px;
  }

  #container table tbody tr {
    display: flex;
    justify-content: space-between;
    margin-left: -20px;
  }

  #container table thead th{
    display: flex;
    margin-left: 1px;
  }

  #container table thead, tfoot {
    display: flex;
    justify-content: flex-start; 
  }
  
  #container table tfoot td {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-left: auto;
  }

  #container th{
    color: #9d376b;
  }

  #container thead {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px; 
  }

  #container thead, tfoot {
    display: flex;
    justify-content: flex-start; 
  }

  #container tfoot {
    display: flex;
    justify-content: flex-start; 
    margin-bottom: 20px; 
    font-size: 1.5em; 
    font-weight: bold; 
    margin-top: 20px;
  }

  
  #container table tfoot td{
    display: flex;
    margin-left: 1px;
  }

  #container {
    position: relative;
    margin: 100px  auto ;
    width: 980px;
    background: white;
    font-size: 22px;
    white-space: nowrap;
  }

  #container .carousel{
    margin-left: 95px;
  }

  #container_1 p{
    margin-left: 500px;
    margin-top: -40px;
    margin-bottom: 30px;
  }

  #container_1 #content{
    margin-top: 35px;
   }

  .info-text4 p{
    color: #666666;
  }

  #hamburge{
    display: none;
  }

  footer {
    position: relative; 
    z-index: 100; 
    height: 110px;
  }
}



@media screen and (min-width: 1440px)   {
  header {
    flex-direction: row;
    justify-content: space-between;
    background-color:  #f8f8f8;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    position: fixed;
    z-index: 1000;
  }

  header ul{
    display: flex;
    max-height: max-content;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    margin: 10px;
  }

  header a{
    color: #5b5b5b;
  }

  img{
    display: block;
    float: left;
    align-items: center;
    width: 100%;
	  height: 100%;
    margin-top: -100px;
    margin-bottom: 140px;
    margin-left: -110px;
    margin-right: -80px;
    padding: 100px;
  }

  h1{
    color: #9d376b;
    font-size: 30px;
    margin: 75px;
    margin-top: -20px;
    }
  
  h2, h3{
    font-size: 20px;
    color: black;
    margin-left: 20px;
  }

  h4{
    font-size: 19.5px;
  }

  .hideout{
    display:flex;
  }

  .hideout .img-holder{
    width: 20%;
    height: 30vw;
  }

  .hideout .info-text{
    width: 50%;
    padding: 0 20px;
  }

  #content{
    float: left;
    margin-top: -245px;
    color: #666666;
  }
 
  #content p{
    font-size: 20px;
    white-space: nowrap;
    margin-left: 90px;
    margin-bottom: -20px;
  }

  #content p1{
    font-weight: 600;
    font-size: 20px;
  }

  #container table{
    width: 55%;
    margin-left: 200px;
  }
  
  #container table td{
    font-size: 30px;
  }
  
  #container table th{
    font-size: 33px;
    color: #9d376b;
    text-align: center;
    margin-left: auto;
  }

  #container table thead {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  
  #container table thead, tfoot {
    display: flex;
    justify-content: flex-start; 
  }

  #contaliner  tfoot {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px; 
    font-size: 1.5em; 
    margin-top: 40px;
  }
  
  #container table tfoot td {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    margin-left: 0;
  }
  
  #container {
    position: relative;
    margin: 210px auto;
    width: 960px;
    background: white;
    font-size: 22px;
    white-space: nowrap;
  }
  
  #container .info-text1 h3{
    background-image: none;
    width: 960px;
    font-size: 36px;
    text-align: center;
  }
  
  #container .carousel{
    margin-left: 0;
  }

  #container_1 {
    position: relative;
    margin: 440px auto;
    width: 1500px;
    background: white;
    font-size: 22px;
    white-space: nowrap;
  }
  
  #container_1 img{
    padding: 0 ;
    margin: auto 110px ;
  }
  
  #container_1 article p{
    font-size: 20px;
    padding: 20px;
  }
  
  #container_1 #content{
    margin-top: -250px;
   }
  
  #container_1 h3{
    font-size: 20px;
  }
  
  #container_1  p{
    font-size: 22px;
    margin-left: 970px;
    margin-top: -170px;
    margin-bottom: 160px;
  }
  
  .info-text-new{
    margin-top: 180px;
  }
  
  .info-text-new p{
    font-size: 30px;
    text-align: left;
    margin-left: 21em;
  }
  
  .info-text-new h4{
    font-size: 33px;
    color: #9d376b;
    text-align: center;
  }

  .info-text1 p{
    text-align: center;
    font-size: 33px;
    margin-left: 10em;
    text-align: left;
    margin-top: -2em;
    margin-bottom: 12em;
    white-space: nowrap;
  }

  .info-text h1{
    margin-left: -200px;
  }

  .info-text1{
    margin-bottom: 12em;
    margin-top: 100px;
  }

  .info-text1 ul{
    text-align: left;
    font-size: 33px;
    color: #666666;
    margin-left: 10em;
  }

  .info-text1 ul ol{
    list-style: none;
    list-style-type: disc;
  }

  .info-text1 h3{
    font-size: 36px;
    text-align: baseline;
    margin-left: 9.2em;
  }

  .info-text2{
    margin-left: 1400px;
    margin-top: 20px;  
  }
  
  .info-text2 h3{
    color: #9d376b; 
  }
  
  .info-text2 p{
    font-size: 20px; 
    margin-top: 5px;
    margin-left: -200px;
  }
  
  .info-text4 h3{
    font-size: 24px;
    margin-left: auto;
    color: #9d376b;
    margin-top: 3.5em;
    letter-spacing: 0.1em;
    margin-left: 320px;
  }

  .info-text4 p{
    font-size: 20px;
    text-align: left;
    margin-left: 16em;
    color: #666666;
  }

  .info-text4 p1{
    font-weight: 600;
    margin-left: 21.2em;
  }

  .info-text4 p2{
    display: block;
    font-size: 20px;
    text-align: left;
    margin-bottom: 2em;
    font-weight: 600;
    margin-left: 320px;
  }

  #hamburger{
    display: none;
  }
}
/* Stilregeln für Bildschirme mit mindestens WQHD-Auflösung */
@media screen and (min-width: 2560px) { 
  header {
    flex-direction: row;
    justify-content: space-between;
    background-color:  #f8f8f8;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    position: fixed;
    z-index: 1000;
  }

  header ul{
    display: flex;
    max-height: max-content;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    margin: 10px;
  }

  header a{
    color: #5b5b5b;
  }

  h1{
    font-size: 45px;
  }

  h2, h3{
    font-size: 30px;
    color: black;
    margin-left: 20px;
  }

   #content{
    float: left;
    margin-top: -185px;
    color: #666666;
  }
 
  #content p{
    font-size: 30px;
    white-space: nowrap;
    margin-left: 90px;
    margin-bottom: -20px;
  }

  #content p1{
    font-weight: 600;
    font-size: 30px;
  }

  #container table{
    width: 55%;
    margin-left: 335px;
  }
  
  #container table td{
    font-size: 43px;
  }

  #container table th{
    display: flex;
    justify-content: flex-start;
    margin-left: 0;
    font-size: 43px;
    color: #9d376b;
  }

  #container thead {
    display: flex;
    justify-content: flex-start; 
    margin-bottom: 40px;
  }

  #container thead, tfoot {
    display: flex;
    justify-content: flex-start; 
  }

  #container tfoot{
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
  }

  #container table tbody tr {
    display: flex;
    justify-content: space-between;
    margin-left: -98px;
  }

  #container table thead th{
    display: flex;
    margin-left: -75px;
  }

  #container table tfoot td{
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    margin-left: -80px;
  }

  #container {
	  position: relative;
	  margin: 260px auto ;
	  width: 1050px;
	  background: white;
    font-size: 22px;
    white-space: nowrap;
    margin-right: 850px;
  }

  #container .carousel{
    margin-left: -50px;
  }

  #container_1 {
	  position: relative;
    margin: 570px auto;
	  width: 2050px;
	  background: white;
    font-size: 22px;
    white-space: nowrap;
  }

  #container_1 h3{
    font-size: 30px;
  }

  #container_1  p{
    font-size: 25px;
    margin-top: 180px;
    margin-bottom: -190px;
    margin-left: 0;
  }
  
  #container_1 img{
    padding: 0 ;
    margin: auto 125px ;
  }

  #container_1 article p{
    font-size: 20px;
    padding: 20px;
  }

  #container_1 #content{
    margin-top: -190px;
  }

  .info-text1 ul{
    display: block;
    color: #666666;
  }

  .info-text4 p{
    color: #666666;
  }

  footer{
    background-color: #413a62;
    height: 160px;
    width:   100%;
    padding: 5px;
    text-align: center;
    color: white;
    position: relative;
    z-index: 1000;
  }
}

@media screen and (min-width: 3840px) {
  header {
    flex-direction: row;
    justify-content: space-between;
    background-color:  #f8f8f8;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    position: fixed;
    z-index: 1000;
  }

  header ul{
    display: flex;
    max-height: max-content;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    margin: 10px;
  }

  header a{
    color: #5b5b5b;
  }
    
  h1{
    font-size: 75px;
 }

  h2, h3{
    font-size: 40px;
    color: black;
    margin-left: 20px;
    margin-top: 180px;
  }

  h3{
    font-size: 40px;
    color: black;
    margin-top: 20px;
  }

  #container {
	  position: relative;
	  margin: 450px auto ;
	  width: 1200px;
	  background: white;
    font-size: 22px;
    white-space: nowrap;
    /*padding: auto;*/
    margin-right: 1600px;
  }

  #container .carousel{
    margin-left: -300px;
  }

/*#container_1 {
	position: relative;
  margin: 570px auto;
	width: 2050px;
	background: white;
  font-size: 22px;
  white-space: nowrap;
}*/


  #container_1 img{
    padding: 0 ;
    margin: auto 125px;
  }

  #content{
    float: left;
    margin-top: -185px;
  }

  #content p{
    font-size: 55px;
    white-space: nowrap;
    margin-left: 90px;
    margin-bottom: -20px;
  }

  #content p1{
    font-weight: 600;
    font-size: 55px;
  }

  #container table{
    width: 60%;
    margin-left: 470px;
  }

  #container table td{
    font-size: 55px;
  }

  #container table th{
    font-size: 60px;
    color: #9d376b;
    text-align: center;
    margin-left: auto;
  }
 

  #container thead {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 40px; 
  }

  #container thead, tfoot {
    display: flex;
    justify-content: flex-start;
  }

  #container tfoot{
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
  }

  #container table tbody tr {
    display: flex;
    justify-content: space-between;
    margin-left: -100px;
  }

  #container table tfoot td{
    text-align: center;
    font-size: 45px;
    font-weight: 400;
    margin-left: -80px;
  }

  #container {
    position: relative;
    margin: 340px auto ;
    width: 1450px;
    background: white;
    font-size: 22px;
    white-space: nowrap;
    margin-right: 1400px;
  }

  #container_1 {
	  position: relative;
    margin: 570px auto;
	  width: 3250px;
	  background: white;
    font-size: 22px;
    white-space: nowrap;
    margin-left: 125px;
  }

  #container_1 img{
    padding: 0 ;
    margin: auto 215px ;
  }

  #container_1 article p{
    font-size: 20px;
    padding: 20px;
  }

  #container_1 h3{
    font-size: 55px;
    margin-right: 20px;
  }

  #container_1  p{
    font-size: 50px;
    margin-top: 180px;
    margin-bottom: -170px;
    margin-left: 0;
  }

  .info-text1{
    margin-bottom: 12em;
    margin-top: 200px;
  }

  .info-text1 ul{
    display: block;
    color: #666666;
    font-size: 75px;
  }

  .info-text1 h3{
    font-size: 80px;
    margin-left: 750px;
  }
  
  .info-text4 h3{
    font-size: 45px;
    margin-left: 650px;
    color: #9d376b;
    margin-top: 2em;
  }

  .info-text4 p{
    display: block;
    font-size: 40px;
    text-align: left;
    margin-bottom: 2.5em;
    margin-left: 650px;
  }

  .info-text4 p1{
    font-weight: 600;
    font-size: 35px;
    margin-left: 650px;
  }

  .info-text4 p2{
    display: block;
    font-size: 40px;
    text-align: left;
    margin-bottom: 2.5em;
    margin-left: 650px;
  }

  footer{
    background-color: #413a62;
    height: 220px;
    width:   100%;
    padding: 5px;
    text-align: center;
    color: white;
    z-index: 1000;
  }
}

@media screen and (min-width: 7680px) {
  header {
    flex-direction: row;
    justify-content: space-between;
    background-color:  #f8f8f8;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    position: fixed;
    z-index: 1000;
  }

  header ul{
    display: flex;
    max-height: max-content;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    margin: 10px;
  }

  header a{
    color: #5b5b5b;
  }

  h1{
    font-size: 120px;
   }
  
  
  h2, h3{
    font-size: 90px;
    color: black;
    margin-left: 20px;
    margin-top: 250px;
   }
  
   h3{
    font-size: 90px;
    color: black;
    margin-top: 20px;
   }

   #content{
    float: left;
    margin-top: -185px;
  }
  
  
  #content p{
    font-size: 85px;
    white-space: nowrap;
    margin-left: auto;
    margin-bottom: 20px;
  }
  
  #content p1{
    font-weight: 600;
    font-size: 85px;
  }

  #container {
    position: relative;
    margin: 900px auto ;
    width: 2200px;
    background: white;
    font-size: 22px;
    white-space: nowrap;
    margin-right: 3000px;
  }

  #container .carousel{
    margin-left: -1900px;
  }

  #container table{
    width: 70%;
    margin-left: 760px;
  }
  
  #container table td{
    font-size: 80px;
  }
  
  #container table  th{
  font-size: 90px;
  color: #9d376b;
  text-align: center;
  margin-left: auto;
  }

  #container thead {
    display: flex;
    justify-content: flex-start; 
    margin-bottom: 60px; 
  }

   #container thead, tfoot {
    display: flex;
    justify-content: flex-start; 
  }
  
  #container tfoot{
    display: flex;
    justify-content: flex-start;
    margin-top: 60px;
  }
  
  #container table tfoot td{
    text-align: center;
    font-size: 70px;
    font-weight: 400;
    margin-left: -80px;
  }
  
  #container_1 {
    position: relative;
    margin: 570px auto;
    width: 6500px;
    background: white;
    font-size: 22px;
    white-space: nowrap;
    margin-left: 300px;
  }
  
  #container_1 img{
    padding: 0 ;
    margin: auto 550px ;
   
  }
 
  #container_1 h3{
    font-size: 100px;
    margin-right: 20px;
  }

  #container_1  p{
    font-size: 90px;
    margin-left: 2px;
    margin-right: 20px;
    margin-top: 40px;
    margin-bottom: -30px;
  }

  #container_1 #content{
    margin-top: -50px;
  }

  .info-text1 h3{
    font-size: 80px;
    margin-left: 750px;
  }

  .info-text1 ul{
    font-size: 75px;
  }

  .info-text1{
    margin-bottom: 12em;
    margin-top: 200px;
  }

  .info-text4 h3{
    font-size: 80px;
    margin-left: 1130px;
    color: #9d376b;
    margin-top: 2em;
  }
  
  .info-text4 p{
    display: block;
    font-size: 70px;
    text-align: left;
    margin-bottom: 2.5em;
    margin-left: 1120px;
  }

  .info-text4 p1{
    font-weight: 600;
    font-size: 53px;
    margin-left: 1120px;
  }

  .info-text4 p2{
    display: block;
    font-size: 70px;
    text-align: left;
    margin-bottom: 2.5em;
    margin-left: 1120px;
  }

  footer {
    position: relative;
    z-index: 100; 
    height: 450px;
  }
}