#nav-container .logo img, #nav-container .logo svg {
    max-width: 180px;
}

#header, .image-container {
    height: calc(100vw * (680 / 1920));
    background: white;
}

#nav-container.hero, #nav-container.video {
    background-color: transparent;
    border-bottom: none;
    transition: 400ms;
}

#nav-container.hero .nav-inner-container,
#nav-container.video .nav-inner-container {
    box-shadow: none;
}

#nav-container, #nav-container.hero.scrolled, #nav-container.video.scrolled {
    background-color: white;
    border-bottom: 1px solid #d6d6d6;
}

#nav-container .nav-inner-container, #nav-container.scrolled .nav-inner-container {
    box-shadow: 3px 9px 13px -11px grey;
}

#navmenu-container a {
    font-weight: 500;
}

#navmenu-container a,
#nav-container.video.scrolled #navmenu-container a {
    color: #272727;
    text-shadow: 0 0 3px white;
}

#nav-container.video #navmenu-container a, #nav-container.video.scrolled #navmenu-container li.classweb-phone-call a {
    color: white;
}

#nav-container.video #navmenu-container a {
    text-shadow: 0 0 3px black;
}

#nav-container.video #navmenu-container li.classweb-phone-call a {
    text-shadow: none;
}

#menu-header [aria-current]:not([aria-current="false"]), #menu-header-mobile [aria-current]:not([aria-current="false"]) {
    color: var(--clColorBlue);
}

#menu-header a:hover {
    color: var(--clColorDarkGreen);
}

#menu-header li.classweb-phone-call {
    display: flex;
    align-items: center;
}

#menu-header li.classweb-phone-call a,
#quote-switch .switch-content {
    border-radius: 10px;
    text-shadow: none;
}

#menu-header li.classweb-phone-call a {
    background-image: linear-gradient(-60deg, var(--clColorLogoGreen), var(--clColorGreen));
}

#quote-switch .switch-content {
    background-image: linear-gradient(60deg, var(--clColorLightBlue), var(--clColorVeryLightBlue));
    opacity: 0.8;
    transition: 300ms;
}

#quote-switch .switch-content:hover {
    opacity: 1;
}

.content-container svg {
    width: 35%;
    position: relative;
    top: 35%;
    left: 10%;
}

.content-container.subpage {
    font-weight: 700;
    font-size: 98px;
    line-height: 115px;
    letter-spacing: -1.5px;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    height: auto;
    padding-top: 70px;
    padding-left: 100px;
}

#menu-header li.highlighted a, #quote-switch .switch-content,
#menu-header li.classweb-phone-call a {
    color: white;
}

#menu-header li.highlighted a, #quote-switch .switch-content,
#menu-header li.classweb-phone-call a {
    padding: 7px 14px;
    height: 30px;
    text-align: center;
    font-weight: 400;
}


#menu-header-mobile {
    box-shadow: 97px 12px 0px #006E40;
    border-left: 5px solid #24AA6F;
    border-bottom: 10px solid #24AA6F;
    border-top: 5px solid #24AA6F;
}

#menu-header ul, #menu-header ul ul {
    border-bottom: 7px solid var(--clColorLogoGreen);
    border-top: 7px solid var(--clColorLogoGreen);
    min-width: 300px;
}

#menu-header ul a {
    padding: 0.7vw 0.3vw;
}

#nav-container .nav-inner-container {
    display: flex;
    justify-content: space-between;
}

#quote-switch .switch-content {
    width: auto;
}

@media only screen and (max-width: 1250px) {
    .content-container.subpage {
        font-size: 70px;
    }
}

@media only screen and (max-width: 1000px) {
    .image-container.subpage img {
        height: auto;
    }
}

@media only screen and (max-width: 900px) {

    .content-container svg {
        top: 65px;
    }

    .content-container.subpage {
        font-size: 35px;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 600px)  {
    .image-container {
        height: 70vw;
    }

    .image-container img {
        left: unset;
        object-fit: cover;
    }

    .content-container svg {
        top: 30px;
    }

    .image-container.subpage img {
        height: 500px;
        object-fit: cover;
    }

    #header {
        height: auto;
    }
    
    #header .image-container img {
        left: 50%;
        object-position: left;
        height: inherit;
    }

    #nav-container #quote-switch {
        right: 30px;
    }

    #nav-container .logo img {
        width: 80%;
    }
}

