* {
    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;
  }

.distance {
    margin-top: clamp(150px, 16vw, 300px);
    margin-bottom: clamp(150px, 16vw, 300px);
}



h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: var(--main-color);
  font-family: var(--main-font);
}

::selection {
    background-color: var(--main-color); 
    color: #ffffff; 
}

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

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

.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;
}

h1 {
    font-weight: 500;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 2%;
    text-align: center;
    margin-bottom: 50px;
}

.underline {
    text-decoration: underline;
    text-decoration-color: var(--orange-color); 
    text-decoration-thickness: 7px;  
}

h2 {
    font-size: 36px;
    line-height: 44px;
    color: #b5b5b5;
    font-weight: 300;
    text-align: center;
    margin-bottom: 400px;
}

.golf1 {
    border-radius: 40px;
    width: 1091px;
    height: auto;
}

.golf2 {
    border-radius: 22px;
    position: relative;
    left: 970px;
    bottom: 460px;
    width: 332px;
    height: auto;
}

.text-beispiel-section {
    max-width: 846px;
    padding: 20px 0px 0px 100px;
    position: relative;
    bottom: 260px;
}

.beispiel-section {
    max-height: 900px; 
    margin-bottom: 300px;
}

.img-container {
    max-height: 900px;
    margin-left: 30px;
}

.service-section-bg {
    background-color: var(--main-color);
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-h3 {
    display: flex;
    justify-content: center;
}

h3 {
    font-size: 58px;
    font-weight: 700;
    color: #E5E5E5;
    margin-bottom: 200px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, 280px);
    gap: 140px;
    justify-content: center;
}

h4 {
    color: #E5E5E5;
    font-size: 28px;
    font-weight: 600;
}

.grid-text {
    color: #E5E5E5;
}


.grid-heading-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    gap: 20px;
}

.grid-item {
    text-align: center;
    justify-self: center;
}

.service-icon {
    height: 28px;
}

.about-section {
    margin-top: 300px;
    margin-bottom: 150px;
}

h6 {
    font-size: 48px;
    line-height: 62px;
    font-weight: 600;
    margin-bottom: 50px;
}

.about1 {
    max-width: 510px;
    margin-bottom: 150px;
}

.text-about {
    margin-bottom: 28px;
}

.text-wrapper-about2 {
    margin-left: -120px;
    display: flex;
    margin-bottom: 40px;
}

.info-text-about1 {
    margin-right: 40px;
    color: #b3b3b3;
    font-weight: 400;
}

.info-text-about2 {
    color: #b3b3b3;
    font-weight: 400;
}

.about2 {
    margin-left: 800px;
    max-width: 700px;
}

.text-about2 {
    margin-bottom: 28px;
}

.text-about2-2 {
    margin-bottom: 68px;
}

.start-button {
    background-color: var(--main-color);
    color: #eeeeee;
    padding: 18px 28px;
    border-radius: 50px;
    text-decoration: none;
}

.start-button:hover {
    background-color: #2B2E30;
}

.footer {
    border-top: 1px solid #f1f1f1;
}

.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: 1000;
  }
  
.grow-image {
    transition: transform 0.7s ease-in-out;
}

.grow-image:hover {
    transform: scale(1.02);
}

.showcase-nav {
    display: flex;
    justify-content: center;
}

.showcase-nav ul {
    max-width: 720px;
    display: flex;
    gap: 20px;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
}

.showcase-style-normal {
    text-decoration: none;
    color: var(--main-color);
    font-size: 24px;
    line-height: 28px;
    border-radius: 50px;
    border: 1px solid #2B2E30;
    padding: 15px 30px;
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}

.showcase-style-normal.active {
    background-color: black;
    color: white;
}

.showcase-wrapper {
display: none;
margin-bottom: 150px;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 2s ease-in-out;
}

.showcase-wrapper.active {
    display: flex;
}

.rounded-img {
    border-radius: 20px;
}

.portfolio-border {
    border: 1px solid #f2eded;
}

.showcase-text-right {
    margin-left: 100px;
    max-width: 388px;
}

.showcase-text-left {
    margin-right: 100px;
    max-width: 317px;
}

.h-showcase {
    font-size: 24px;
    line-height: 28px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 28px;
}

.showcase-image {
    width: 780px;
    height: auto;
}

.kontakt-nav {
    margin-bottom: 200px;
}

.kontakt-text-wrapper {
    display: flex;
    justify-content: center;
}

.kontakt-text {
    max-width: 800px;
    padding: 20px;
}

.h1-kontakt {
    margin-bottom: 46px;
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
}

.form-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 200px;
    margin-top: 200px;
}

.contact-form {
    max-width: 800px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

label {
    font-weight: bold;
    margin-bottom: 10px;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
    border-bottom: 1px solid #000;
}

textarea {
    resize: vertical;
    height: 100px;
}

.full-width {
    grid-column: span 2;
}

.submit-button {
    margin-top: 70px;
    background-color: white;
    color: var(--main-color);
    font-size: 18px;
    padding: 15px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s;
    border: 1px solid var(--main-color);
    max-width: 140px;
}

.submit-button:hover {
    background-color: var(--main-color);
    color: white;
}



.container-404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.error-code {
    margin-bottom: 100px;
}

.nr4 {
    font-size: 274px;
    font-weight: 400;
}

.svg-404 {
    padding: 0px 30px;
}

.advice-404 {
    display: flex;
    flex-direction: column;
    gap: 30px;

}

.advice-404 a {
    text-decoration: none;
    color: white;
    text-align: center;
}

.text-404 {
    font-size: 24px;
}

.mobile-nav {
    display: none;
}

@media (max-width: 700px) {

    .error-code {
        margin-bottom: 50px;
    }
    
    .nr4 {
        font-size: 138px;
        font-weight: 500;
    }
    
    .svg-404 {
        padding: 0px 10px;
        height: 100px;
    }
    
    .advice-404 {
        gap: 20px;
    }

    
    .text-404 {
        font-size: 18px;
    }
    
}

@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;
    }
    



    .button {
        padding: 15px 40px;
    }

     h1 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 70px;
        font-weight: 600;
     }

     .underline {
        text-decoration-thickness: 5px;
     }

    h2 {
        display: none;
    }

    .img-container {
    
        margin: 0px;
    }

    .golf1 {
        width: 320px;
        border-radius: 10px;
        
    }
    
    .golf2 {
        left: 260px;
        bottom: 150px;
        width: 80px;
        border-radius: 6px;
       
    }

    /* .img-container {
        margin-left: 30px;
    } */

    .text-beispiel-section {
        max-width: 540px;
        bottom: 120px;
        padding: 20px 20px;
    }

    .beispiel-section {
        max-height: 700px;
        margin-bottom: 150px;
    }

    .service-section-bg {
        height: 210vh;
    }

    .grid-heading-wrapper {
        margin-bottom: 20px;
    }

    .grid-container {
        gap: 80px;
    }

    h3 {
        font-size: 30px;
        margin-bottom: 50px;
    }

    h4 {
        font-size: 24px;
    }

    .service-icon {
        width: 20px;
    }

    .about-section {
        margin-top: 150px;
    }

    .about1 {
        max-width: 100%;
    }

    .about2 {
        margin-left: 0px;
        max-width: 100%;
    }

    h6 {
        font-size: 36px;
        line-height: 44px;
    }

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

    .text-wrapper-about2 {
        margin-left: 0px;
    }

    .showcase-style-normal {
        font-size: 18px;
    }

    .showcase-raster {
        margin-top: 70px;
    }

    .footer {
        max-width: 350px;
    }

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





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

    .showcase-raster {
        margin-top: 170px;
    }

    .showcase-wrapper {
        margin-bottom: 100px;
    }

    .showcase-image {
        max-width: 100%;
        margin: 30px 0px;
    }
    
    .showcase-wrapper.active {
        display: block;
    }

    .showcase-text-right {
        margin-left: 0px;
    }

    .showcase-text-left {
        margin-right: 0px;
    }

    .showcase-style-normal {
        font-size: 16px;
        padding: 6px 10px;
    }

    .form-wrapper {
        margin-bottom: 100px;
        margin-top: 100px;
    }

    .form-group {
        max-width: 340px;
        margin-bottom: 20px;
    }

    .form-grid {
        display: block;
    }

    .submit-button {
        margin-top: 30px;
        font-size: 16px;
        padding: 12px;
    }
}



@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;
      }



    .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;
    }


    .button {
        padding: 15px 40px;
    }

     h1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 70px;
        font-weight: 600;
     }

     .underline {
        text-decoration-thickness: 5px;
     }

    h2 {
        display: none;
    }

    .img-container {
    
        margin: 0px;
    }

    .golf1 {
        width: 360px;
        border-radius: 10px;
        
    }
    
    .golf2 {
        left: 287px;
        bottom: 170px;
        width: 88px;
        border-radius: 6px;
       
    }

    /* .img-container {
        margin-left: 30px;
    } */

    .text-beispiel-section {
        max-width: 540px;
        bottom: 120px;
        padding: 20px 20px;
    }

    .beispiel-section {
        max-height: 700px;
        margin-bottom: 150px;
    }

    .service-section-bg {
        height: 180vh;
    }

    .grid-heading-wrapper {
        margin-bottom: 20px;
    }

    .grid-container {
        gap: 80px;
    }

    h3 {
        font-size: 30px;
        margin-bottom: 50px;
    }

    h4 {
        font-size: 24px;
    }

    .service-icon {
        width: 20px;
    }

    .about-section {
        margin-top: 150px;
    }

    .about1 {
        max-width: 100%;
    }

    .about2 {
        margin-left: 0px;
        max-width: 100%;
    }

    h6 {
        font-size: 36px;
        line-height: 44px;
    }

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

    .text-wrapper-about2 {
        margin-left: 0px;
    }

    .showcase-style-normal {
        font-size: 18px;
    }

    .showcase-raster {
        margin-top: 70px;
    }

    .footer {
        max-width: 350px;
    }

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





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

    .showcase-raster {
        margin-top: 170px;
    }

    .showcase-wrapper {
        margin-bottom: 100px;
    }

    .showcase-image {
        max-width: 100%;
        margin: 30px 0px;
    }
    
    .showcase-wrapper.active {
        display: block;
    }

    .showcase-text-right {
        margin-left: 0px;
    }

    .showcase-text-left {
        margin-right: 0px;
    }

    .showcase-style-normal {
        font-size: 16px;
        padding: 6px 10px;
    }

    .form-wrapper {
        margin-bottom: 100px;
        margin-top: 100px;
    }

    .form-group {
        max-width: 340px;
        margin-bottom: 20px;
    }

    .form-grid {
        display: block;
    }

    .submit-button {
        margin-top: 30px;
        font-size: 16px;
        padding: 12px;
    }
    
}


@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;
      }



    .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;
    }


    .button {
        padding: 15px 40px;
    }

     h1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 70px;
        font-weight: 600;
     }

     .underline {
        text-decoration-thickness: 5px;
     }

    h2 {
        display: none;
    }

    .img-container {
    
        margin: 0px;
    }

    .golf1 {
        width: 360px;
        border-radius: 10px;
        
    }
    
    .golf2 {
        left: 287px;
        bottom: 170px;
        width: 88px;
        border-radius: 6px;
       
    }

    /* .img-container {
        margin-left: 30px;
    } */

    .text-beispiel-section {
        max-width: 540px;
        bottom: 120px;
        padding: 20px 20px;
    }

    .beispiel-section {
        max-height: 700px;
        margin-bottom: 150px;
    }

    .service-section-bg {
        height: 180vh;
    }

    .grid-heading-wrapper {
        margin-bottom: 20px;
    }

    .grid-container {
        gap: 80px;
    }

    h3 {
        font-size: 30px;
        margin-bottom: 50px;
    }

    h4 {
        font-size: 24px;
    }

    .service-icon {
        width: 20px;
    }

    .about-section {
        margin-top: 150px;
    }

    .about1 {
        max-width: 100%;
    }

    .about2 {
        margin-left: 0px;
        max-width: 100%;
    }

    h6 {
        font-size: 36px;
        line-height: 44px;
    }

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

    .text-wrapper-about2 {
        margin-left: 0px;
    }

    .showcase-style-normal {
        font-size: 18px;
    }

    .showcase-raster {
        margin-top: 70px;
    }

    .footer {
        max-width: 350px;
    }

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





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

    .showcase-raster {
        margin-top: 170px;
    }

    .showcase-wrapper {
        margin-bottom: 100px;
    }

    .showcase-image {
        max-width: 100%;
        margin: 30px 0px;
    }
    
    .showcase-wrapper.active {
        display: block;
    }

    .showcase-text-right {
        margin-left: 0px;
    }

    .showcase-text-left {
        margin-right: 0px;
    }

    .showcase-style-normal {
        font-size: 16px;
        padding: 6px 10px;
    }

    .form-wrapper {
        margin-bottom: 100px;
        margin-top: 100px;
    }

    .form-group {
        max-width: 340px;
        margin-bottom: 20px;
    }

    .form-grid {
        display: block;
    }

    .submit-button {
        margin-top: 30px;
        font-size: 16px;
        padding: 12px;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
    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;
    } */

     h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 30px;
        font-weight: 500;
     }

    h2 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 150px;
    }

    .golf1 {
        width: 600px;
        border-radius: 20px;
    }
    
    .golf2 {
        left: 540px;
        bottom: 290px;
        width: 160px;
    }

    /* .img-container {
        margin-left: 30px;
    } */

    .text-beispiel-section {
        max-width: 540px;
        bottom: 340px;
        padding: 20px 0px 0px 60px;
    }

    .beispiel-section {
        max-height: 700px;
        margin-bottom: 150px;
    }

    .service-section-bg {
        height: 260vh;
    }

    h3 {
        font-size: 40px;
        margin-bottom: 150px;
    }

    h4 {
        font-size: 24px;
    }

    .service-icon {
        width: 20px;
    }

    .about-section {
        margin-top: 150px;
    }

    .about1 {
        max-width: 100%;
    }

    .about2 {
        margin-left: 0px;
        max-width: 100%;
    }

    h6 {
        font-size: 36px;
        line-height: 44px;
    }

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

    .showcase-style-normal {
        font-size: 18px;
    }

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

    .showcase-raster {
        margin-top: 70px;
    }

    .showcase-image {
        width: 440px;
        height: auto;
    }

    .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;
    } */

     h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 30px;
        font-weight: 500;
     }

    h2 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 150px;
    }

    .golf1 {
        width: 600px;
        border-radius: 20px;
    }
    
    .golf2 {
        left: 540px;
        bottom: 290px;
        width: 160px;
    }

    /* .img-container {
        margin-left: 30px;
    } */

    .text-beispiel-section {
        max-width: 540px;
        bottom: 340px;
        padding: 20px 0px 0px 60px;
    }

    .beispiel-section {
        max-height: 700px;
        margin-bottom: 150px;
    }

    .service-section-bg {
        height: 260vh;
    }

    h3 {
        font-size: 40px;
        margin-bottom: 150px;
    }

    h4 {
        font-size: 24px;
    }

    .service-icon {
        width: 20px;
    }

    .about-section {
        margin-top: 150px;
    }

    .about1 {
        max-width: 100%;
    }

    .about2 {
        margin-left: 0px;
        max-width: 100%;
    }

    h6 {
        font-size: 36px;
        line-height: 44px;
    }

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

    .showcase-style-normal {
        font-size: 18px;
    }

    .hero-section-showcase {
        height: 650px;
    }

    .showcase-raster {
        margin-top: 70px;
    }

    .showcase-image {
        width: 440px;
        height: auto;
    }

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



}


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

    .raster {
        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;
    }

   

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

     h1 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 35px;
    }

    h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 150px;
    }

    .golf1 {
        width: 800px;
    }
    
    .golf2 {
        left: 750px;
        bottom: 380px;
        width: 240px;
    }

    .img-container {
        margin-left: 30px;
    }

    .text-beispiel-section {
        max-width: 700px;
        bottom: 400px;
    }

    .beispiel-section {
        max-height: 700px;
        margin-bottom: 300px;
    }

    .service-section-bg {
        height: 200vh;
    }

    .about2 {
        margin-left: 570px;
        max-width: 500px;
    }

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

    .showcase-style-normal {
        font-size: 20px;
    }

    .showcase-raster {
        margin-top: 70px;
    }

    .showcase-image {
        width: 630px;
        height: auto;
    }



}

@media (min-width: 1919px) and (max-width: 2200px)   {

    h1 {
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 30px;
    }

    h2 {
        margin-bottom: 200px;
        font-size: 32px;
    }

    .nav-container {
        margin-bottom: 200px;
    }

    .service-section-bg {
        height: 120vh;
    }
}




