/* .front-header {
    background-color: rgba(0, 0, 0, 0.332);

 
    border: none !important;
    width: 100vw;
}

.front-header .logo{
    content: url(../logos/mapleLogo-ohne-Slogan-BlackBlue-bg.png);
}

.front-header a {
    color: white !important;

}

.front-header .burger-line{
    background-color: white;
}

.front-header .headerPhoneLink{
content: url(./../icons/sidebar/phone.svg);
}

.front-header .headerMailLink{
    content: url(./../icons/sidebar/mail.svg) !important;
}
.front-header .respNavDivider{
    background-color: white;
} */



.burgerline {
    background-color: white !important;
}

.whitecolor {
    background-color: white !important;
}

.front-header div {
    border-color: white;
}

header {

    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    width: 100%;
    z-index: 10;
    border-bottom: solid;
    border-width: 1px;
    border-color: #e4e4e4d7;
}

.header-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

}

.header-opacity {
    animation: header 3s ease;

}

@keyframes header {

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.header-container-scroll {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    border-width: 1px;
    background-color: rgba(0, 0, 0, 0.8);
    /* background-color: rgba(255, 255, 255, 0.765); */
    /* background-color: rgba(34, 149, 221, 0.4); */

    position: fixed;
    height: 100px;
    top: 0;

}


header a {
    font-size: 18px;
    font-weight: 300;
}

.header-container-scroll a {
    color: white;
}

.hide-header {
    transform: translateY(-100%);
    transition: transform 0.7s ease-out;
}

.show-header {
    transform: translate(0);
    transition: transform 0.7s ease-in;
}

.buger.colorchange {
    background-color: white;
}

.header-content {

    z-index: 1000;
    /* width: calc(100% - 112px); */
    box-sizing: border-box;
   padding-left: clamp(16px, calc(6vw - 7.5px), 120px);
    padding-right: clamp(16px, calc(6vw - 7.5px), 120px);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;


    max-width: 2160px;
}

.logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: fit-content;
    width: 300px;
    gap: 12px;
    font-size: 24px;
    font-weight: 400;
    text-shadow: 0px 0px 4px 0px;
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
}

.logo img {
    width: clamp(90px, 20vw, 180px);

}

.respLogo {
    height: 100%;
    display: flex;
    align-items: center;
}

.respLogo img {
    width: 40px;
    height: 40px;
}

.navBarContainer {
    display: flex;
    align-items: flex-end;
    width: fit-content;
    gap: 36px;
    height: 80%;
}

.menubar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 36px;
    font-size: 20px;
}

.menu-resp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    position: fixed;
    top: 100px;
    right: 0;
    width: 300px;
    height: 400px;
    border-radius: 0px 0px 0px 12px;
    background-color: rgba(0, 0, 0, 0.821);
    scroll-behavior: smooth;
    overflow-y: scroll;
}

.menu-resp-content {
    width: 300px;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;

}

.menu-resp-content a {
    text-decoration: none;
    color: white;
    font-size: 24px;
}

.menu-resp-content a:hover {
    color: var(--main-color);
    font-weight: 500;
}

.respNav {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 16px;
}

.respNavLinks {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 16px;

}

.linkContainer {
    display: flex;
    align-items: center;
    gap: 36px;
}

.linkContainer a {
    height: 25px;
}

.linkContainer img {
    width: 25px;
    height: 25px;

}

.respNavDivider {
    height: 100%;
    min-width: 2px;
    background-color: var(--main-color);
}

.header-container-scroll .respNavDivider {
    background-color: white;
}

.hide-menu {
    transform: translateX(120%);
    transition: transform 0.7s ease-in-out;

}

.show-menu {
    transform: translateX(0%);
    transition: transform 0.7s ease-in-out;
}

.burger-button img {
    width: 40px;
}

.burger {
    width: 30px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
}



.burger-line {
    width: 100%;
    height: 2px;
    background-color: var(--main-color);
    transition: all 0.3s ease;
    border-radius: 5px;
}

.burger-line-scroll {
    width: 100%;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.burger-color {
    background-color: white;
}

.navcolor {
    color: white;
}

.burger.open div:nth-child(1) {

    transform: rotate(-45deg) translate(-2px, 9px);

}

.burger.open div:nth-child(2) {

    opacity: 0;
}

.burger.open div:nth-child(3) {

    transform: rotate(45deg) translate(-2px, -9px);

}

.burger-landingpage {
    width: 30px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
}

.burger-landingpage div {
    width: 100%;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.burger-landingpage.open div:nth-child(1) {

    transform: rotate(45deg) translate(2px, 9px);
}

.burger-landingpage.open div:nth-child(2) {

    opacity: 0;
}

.burger-landingpage.open div:nth-child(3) {

    transform: rotate(-45deg) translate(2px, -9px);
}

.menu-resp-landingpage {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    position: fixed;
    top: 101px;
    right: 0;
    width: 300px;
    height: 400px;
    scroll-behavior: smooth;

}

.menu-resp-landingpage a {
    text-decoration: none;
    font-size: 24px;
    padding: 5px;
    border-radius: 12px;
}

.menu-resp-landingpage a:hover {
    color: #0c7b26;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.16);
}

@media(hover: hover) {
    nav a:hover {
        color: var(--main-color) !important;

        text-underline-offset: 16px;
        text-decoration-thickness: 2px;
    }

}

/* @media(max-width: 1920px) {
    .header-content {
        padding-left: clamp(20px, 10vw, 160px);
        padding-right: clamp(20px, 10vw, 160px);
    }
} */

@media (max-width: 1100px) {
    nav a {
        font-size: 16px;
    }
}

@media (max-width: 1300px) {
    header img {
        width: 120px;
    }

    .menubar {
        display: none;
    }

    .navBarContainer {
        align-items: center;
    }

    .respNavLinks {
        align-items: center;
    }

    .linkContainer {
        gap: 16px;
    }
}

@media (min-width: 1300px) {
    .burger-landingpage {

        display: none;

    }

    .menu-resp-landingpage {

        display: none;
    }

    .burger {
        display: none;

    }

    .menu-resp {
        display: none;
    }

    .respNavDivider {
        display: none;
    }
}





@media (max-width: 750px) {
    /* .logo {
        width: 300px;
        font-size: 20px;
        gap: 8px;
    }

    .logo img {
        width: 200px;

    } */


    /* .header-content {
        padding-left: clamp(20px, 3vw, 160px);
        padding-right: clamp(20px, 3vw, 160px);
    } */
}



@media (max-width: 670px) {
    header {
        min-height: 60px;
    }

    .menu-resp {
        top: 60px;
    }

    .header-container-scroll {
        height: 60px;
    }

    /* .logo {
        display: none;
    } */
}

/* @media (min-width: 670px) {
    .respLogo {
        display: none;
    }
} */

@media (max-width: 550px) {
    .menu-resp {
        border-radius: 0px;
        width: 100vw;
        height: 100vh;
        align-items: flex-start;
    }

    .menu-resp-content {
        margin-top: 50px;
    }

    .header-content {
        gap: unset;

    }

    .menu-resp-landingpage {
        width: 100vw;
        align-items: center;
    }

}



@media (max-height: 450px) {
    .menu-resp {
        top: 60px;
        align-items: center;
        height: calc(100vh - 60px);
    }

    .menu-resp-content {
        margin-top: 25px;
    }

    .menu-resp-content a {
        font-size: 14px;
    }

    header {
        min-height: 60px;
    }

    /* .logo {
        width: 250px;
        font-size: 20px;
        gap: 8px;
    }

    .logo img {
        width: 200px;

    } */

    .header-content {

        padding: 0px 24px;
    }

    .menu-resp-landingpage {
        height: unset;
    }

    .menu-resp-landingpage a {
        font-size: 16px;
        padding: 0;
    }

    .front-header {
        min-height: 60px;
    }

}