*{
    margin: 0;
    padding: 0;
    font-family: arial;
    scroll-behavior: smooth;
}

nav{
    background: #072640;
    height: 100px;
    width: 100%;
    position: fixed;
    z-index: 500;
    box-shadow: 0 0 30px 2px rgba(0,0,0,0.50);
    overflow: hidden;
  }

  nav ul{
    float: left;

    margin-left: 20px;
  }
  nav ul li{
    display: inline-block;
    line-height: 100px;
    margin: 0 30px;
  }
  nav ul li a{
    color: white;
    font-size: 20px;
    padding: 10px 35px;
    border-radius: 3px;
    text-decoration: none;
  }
  nav a.active, nav a:hover{
    background: #06365e;
    transition: .5s;
  }
  .checkbtn{
    font-size: 40px;
    color: white;
    float: right;
    line-height: 100px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
    margin-top: 25px;
  }
  #check{
    display: none;
  }
.kontakt{
    font-size: 3em;
    text-align: center;
    color: #000000;
    padding-top: 13%;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.kontakt:after{
    content:"";
    display:block;
    width: 6em;
    max-width:70%;
    border-bottom: 2px solid #023e8a;
    margin: 1em auto 0;
}
.info {
    padding-top: 40px;
    font-size: 1.2em;
    text-align: center;
}
.container {
    padding-top: 5%;
    padding-bottom: 10%;
    display: flex;
    justify-content: space-evenly;
}

.section {
    text-align: center;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.05);
    padding: 50px;
}

.heading {
    text-align: left;
    font-weight: light;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 2em;
    padding-bottom: 20px;
}

.text {
    text-align: left;
    font-size: 1.3em;
}
.footer {
    padding-top: 100px;
    padding-bottom: 80px;
    padding-left: 5%;
    padding-right: 5%;
    background: #00374d;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
  }
  
  .footer div {
    text-align: center;
    flex-basis: 50%;
  }
  
  .contact {
    flex-basis: 100%;
    margin-top: 20px;
  }
  
  .footer div h3 {
    font-weight: 300; 
    margin-bottom: 30px;
    letter-spacing: 1px;
  }
  
  .links a {
    display: block;
    text-decoration: none;
    color: white;
    margin-bottom: 20px;
  }
  
  .contact p {
    margin-bottom: 20px;
  }
  @media only screen and (max-width: 1300px){
    .kontakt{
      padding-top: 15%;
      font-size: 2.5em;
    }
  }

  @media only screen and (max-width: 980px){
    .section{
      margin: 0 auto;
    }
    .container{
      padding: 0;
    }
    .section h2{
      font-size: 30px;
    }
    .checkbtn{
      display: block;
      margin-right: 40px;
    }
    .checkbtn i{
      font-size: 40px;
      margin-right: 20px;
    }
    nav{
      height: 90px;
    }
    nav ul{
      position: fixed;
      width: 100%;
      height: 100vh;
      background: #00374d;
      top: 90px;
      left: -100%;
      text-align: center;
      transition: all .5s;
      z-index:2;
      margin-right: 20px;
      margin-left: 0px;
    }
    nav ul li{
      display: block;
      margin: 100px 0;
      line-height: 30px;
    }
    nav ul li a{
      font-size: 25px;
    }
    nav a:hover, nav a.active{
      background: none;
      color: white;
    }
    #check:checked ~ ul{
      left: 0;
    }
    
    .info {
        padding-top: 60px;
        padding-bottom: 120px;
        font-size: 1.9em;
        padding-left: 10%;
        padding-right: 10%;
        text-align: center;
    }
    .heading {
        font-size: 2em;
        padding-bottom: 20px;
    }
    
    .text {
        font-size: 1.5em;
    }
    .container {
        padding-bottom: 20%;
        flex-direction: column;
        gap: 100px;
    }
    .section {
        text-align: center;
        width: 50%;
    }
    .kontakt{
        padding-top: 20%;
        font-size: 35px;
    }
    .info{
      font-size: 25px;
    }
}
@media only screen and (max-width: 800px){
  .kontakt{
    padding-top: 30%;
    font-size: 30px;
  }
}

@media only screen and (max-width: 650px){
  .info{
    font-size: 20px;
    margin-bottom: 50px;
  }
  .heading {
    font-size: 1.5em;

}
  .text{
    font-size: 17px;
  }
  .container h2{
    font-size: 25px;
  }
  .container{
    margin-bottom: 50px;
  }
}
  @media screen and (max-width: 490px){
    .kontakt{
      padding-top: 50%;
      font-size: 1.8em;
    }
    .container .section .heading{
      font-size: 1.2em;
    }
    .text{
      font-size: 15px;
    }
    .checkbtn{
      margin-right: 10px;
    }
    .footer{
      font-size: 12px;
    }
    }

    @media screen and (max-width: 350px){
      .container .section .heading{
        font-size: 1em;
      }
      .section{
        padding: 30px;
      }
      .text{
        font-size: 12px
      }
      .kontakt{
        padding-top: 60%;
        font-size: 1.5em;
      }
    .footer {
      display: block;
    }
    .links{
      margin-bottom: 60px;
    }
    .checkbtn i{
      font-size: 30px;
    }
    nav{
      height: 80px;
    }
    nav ul{
      top: 80px;
    }
  }