
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/InterTight-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/InterTight-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/InterTight-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/InterTight-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/InterTight-Bold.ttf') format('truetype');
}


html {
    background-color: white;
    color: #09090A;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Inter Tight', serif;
    scroll-behavior: smooth;
}

:root {
    --main-color: #09090A;
    --main-font: 'Inter Tight', serif;
    --secondary-color: #D8D8D9;
    --third-color: #F4F4F4;
    --background-color: #ffffff;
    --orange-color: #F58421;
}

.raster {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 18px 0px 18px;
  }

  .nav-container {
    display: flex;
    justify-content: center;
    padding-top: 80px;
    margin-bottom: 300px;
 }
 
 .navbar ul {
     list-style: none;
     display: flex;
     gap: 96px;
 }
 
 .nav-container a {
     text-decoration: none;
     color: #9e9e9e;
     font-size: 20px;
     line-height: 24px;
     font-weight: 300;
 }
 
 .nav-container a:hover {
     color: #2B2E30;
 }
 
 .navbar {
     display: flex;
     align-items: center;
     background-color: white;
     border: 1px solid #eeeeee;
     padding: 0px 5px 0px 56px;
     border-radius: 50px;
     margin-left: 40px;
 }
 
 .button {
     background-color: var(--main-color);
     padding: 20px 50px;
     border-radius: 50px;
     margin: 5px 0px;
 }
 
 .nav-container a.button {
     color: white;
 }
 
 .button:hover {
     background-color: #2B2E30;
 }
 
 .hover {
     transition: background-color 0.3s ease-in-out, transform 0.3s ease;
 }

#lc-text {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 18px 0px 18px;
}

.impressum-wrapper {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 18px 0px 18px;
}

p {
    margin-bottom: 18px;
}

h2 {
    font-size: 28px;
    margin: 28px 0px;
}

h3 {
    font-size: 24px;
    margin: 24px 0px;
}

h4 {
    font-size: 20px;
    margin: 20px 0px;
}

a {
    color: var(--orange-color);
}

.footer {
    /* margin-top: 150px; */
    border-top: 1px solid #f1f1f1;
    max-width: 1100px;
}

.footer-wrapper {
    display: flex;
    justify-content: center;
    gap: 60px;
    align-items: center;
    padding: 30px 0px;
}

.nav-footer {
    color: #8e8e8e;
}

.logo {
    width: 170px;
    height: 70px;
}

.logo-nav {
    width: 100px;
}

.back-to-top-button {
    position: fixed;
    bottom: 3.125rem;
    right: 3.125rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.2 ease-out;
    background-color:var(--background-color);
    border-radius: 100px;
    border: 2px solid #eeeeee;
    padding: 20px 14px;
    z-index: 9;
  }

.footer1 {
    margin-top: 340px;
    border-top: 1px solid #f1f1f1;
}

.footer-wrapper {
    display: flex
;
    justify-content: center;
    gap: 60px;
    align-items: center;
    padding: 30px 0px;
}

.mobile-nav {
    display: none;
}

@media (max-width: 415px) {
    .nav-container {
        display: none;
    }

    .mobile-nav {
        display: block;
    }

    .mobile-nav a {
        text-decoration: none;
        font-size: 24px;
        font-weight: 400;
        color: #09090A;
        display: flex;
        box-sizing: border-box;
        height: auto;
        width: 100%;
        padding: 40px 60px;
        justify-content: center;
    }

    .links-container {
        flex-direction: column;
        height: 100%;
        width: 100%;
        align-items: flex-start;

        position: fixed;
        top: -100%;
        right: 0;
        z-index: 10;
        width: 100%;
        background-color: white;
        transition: 0.7s ease-in-out;
    }

    #sidebar-active {
        display: none;
    }

    .open-sidebar-button, .close-sidebar-button {
        display: flex;
        justify-content: center;
        padding: 60px 0px;
        gap: 60px;
    }

    #sidebar-active:checked ~ .links-container {
        top: 0;
    }

   
   
   
    html {
        font-size: 16px;
    }

    .raster {
        max-width: 450px;
      }



    .hero-section {
        background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 80vh, #FFFFFF 100%);
    }

    .open-sidebar-button a {
        padding: 0px; 
        width: 55px;
   
    }

    .close-sidebar-button a {
        padding: 0px; 
        width: 55px,
    }

 

      .nav-container {
        margin-bottom: 130px;
        padding-top: 60px;
     }
    
     .navbar ul {
        gap: 60px;
    }

    .nav-container a {
        font-size: 18px;
    }

    .navbar {
        padding: 0px 5px 0px 56px;
        border-radius: 50px;
        margin-left: 20px;
    }

    .logo {
        width: 120px;
    }
    
    
    .back-to-top-button {
        padding: 15px 9px;
        bottom: 0.5rem;
        right: 0.5rem;
        z-index: 9;
    }

    .footer {
        max-width: 350px;
    }



    .footer-wrapper {
        padding: 15px 0px;
    }



    footer {
        margin-top: 220px;
    }


}

@media (min-width: 416px) and (max-width: 480px) {

   
    .logo {
        width: 120px;
    }
    

    .nav-container {
        display: none;
    }

    .mobile-nav {
        display: block;
    }

    .mobile-nav a {
        text-decoration: none;
        font-size: 24px;
        font-weight: 400;
        color: #09090A;
        display: flex;
        box-sizing: border-box;
        height: auto;
        width: 100%;
        padding: 40px 60px;
        justify-content: center;
    }

    .links-container {
        flex-direction: column;
        height: 100%;
        width: 100%;
        align-items: flex-start;

        position: fixed;
        top: -100%;
        right: 0;
        z-index: 10;
        width: 100%;
        background-color: white;
        transition: 0.7s ease-in-out;
    }

    #sidebar-active {
        display: none;
    }

    .open-sidebar-button, .close-sidebar-button {
        display: flex;
        justify-content: center;
        padding: 60px 0px;
        gap: 60px;
    }

    #sidebar-active:checked ~ .links-container {
        top: 0;
    }

   
   
   
    html {
        font-size: 16px;
    }

    .raster {
        max-width: 450px;
      }


    .open-sidebar-button a {
        padding: 0px; 
        width: 55px;
   
    }

    .close-sidebar-button a {
        padding: 0px; 
        width: 55px;
    }



    footer {
        margin-top: 220px;
        max-width: 350px;
    }

}

@media (min-width: 480px) and (max-width: 768px) {

   
    .logo {
        width: 120px;
    }
    

    .nav-container {
        display: none;
    }

    .mobile-nav {
        display: block;
    }

    .mobile-nav a {
        text-decoration: none;
        font-size: 24px;
        font-weight: 400;
        color: #09090A;
        display: flex;
        box-sizing: border-box;
        height: auto;
        width: 100%;
        padding: 40px 60px;
        justify-content: center;
    }

    .links-container {
        flex-direction: column;
        height: 100%;
        width: 100%;
        align-items: flex-start;

        position: fixed;
        top: -100%;
        right: 0;
        z-index: 10;
        width: 100%;
        background-color: white;
        transition: 0.7s ease-in-out;
    }

    #sidebar-active {
        display: none;
    }

    .open-sidebar-button, .close-sidebar-button {
        display: flex;
        justify-content: center;
        padding: 60px 0px;
        gap: 60px;
    }

    #sidebar-active:checked ~ .links-container {
        top: 0;
    }

   
   
   
    html {
        font-size: 16px;
    }

    .raster {
        max-width: 450px;
      }


    .open-sidebar-button a {
        padding: 0px; 
        width: 55px;
   
    }

    .close-sidebar-button a {
        padding: 0px; 
        width: 55px;
    }



    footer {
        margin-top: 220px;
        max-width: 350px;
    }

}


@media (min-width: 1200px) and (max-width: 1550px) {
   
    .impressum-wrapper {
        max-width: 1100px;
    }

    .nav-container {
        margin-bottom: 130px;
        padding-top: 60px;
     }
    
     .navbar ul {
        gap: 60px;
    }

    .nav-container a {
        font-size: 18px;
    }

    .navbar {
        padding: 0px 5px 0px 56px;
        border-radius: 50px;
        margin-left: 20px;
    }


    .footer-wrapper {
        padding: 15px 0px;
    }


    /* .button {
        padding: 15px 40px;
    } */

    #lc-text {
        max-width: 1100px;
    }

    .back-to-top-button {
        padding: 15px 9px;
        bottom: 1.5rem;
        right: 1.5rem;
    }

    .footer-wrapper {
        padding: 15px 0px;
    }


}

@media (min-width: 1024px) and (max-width: 1200px) {

   
    html {
        font-size: 16px;
    }

    .raster {
        max-width: 800px;
      }

      .nav-container {
        margin-bottom: 130px;
        padding-top: 60px;
     }
    
     .navbar ul {
        gap: 60px;
    }

    .nav-container a {
        font-size: 18px;
    }

    .navbar {
        padding: 0px 5px 0px 56px;
        border-radius: 50px;
        margin-left: 20px;
    }


    /* .button {
        padding: 15px 40px;
    } */

  
    .back-to-top-button {
        padding: 15px 9px;
        bottom: 1.5rem;
        right: 1.5rem;
    }

    .footer {
        max-width: 800px;

    }

    .footer-wrapper {
        padding: 15px 0px;
    }


    #lc-text {
        max-width: 800px;
    }

    
}