html {
    font-size: 14px;
    height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: rgba(200, 211, 217, 0.5);
}

main {
    flex: 1 0 auto;
}

hr {
    background-color: rgb(100, 100, 100);
    margin: 0;
}

/* CONTENT */
#content {
    margin: 0;
    width: 100vw;
}
    #content .left-margin {
        margin: 0 60px 0 50px;
    }
    #content .right-margin {
        margin: 0 15px 0 -10px;
    }
    #content .page-margin {
        margin: 0 40px 0 25px;
    }
    .content-spacer-small {
        height: 25px;
    }
    .content-spacer {
        height: 50px;
    }
    .content-spacer-larger {
        height: 100px;
    }
    #content .white-box {
        background-color: rgba(255, 255, 255, 0.75);
        border: solid 1px orange;
        margin: 0 50px;
        padding: 20px;
        border-radius: 10px;
    }
    #content .content-text {
        margin: 0 50px;
    }

    /* NAVIGATION */
    nav:nth-child(1) {
    flex-wrap: wrap;
}

    nav ul li span {
        font-size: 18px;
        border-bottom: 2px solid rgb(58, 170, 53);
    }

    nav ul li a:hover, a:focus, a:visited {
        border-bottom: 2px solid rgb(54,169,225);
        transition: all 0.5s ease-out;
        padding-bottom: 0.2rem;
    }

#navigation {
    font-family: 'Roboto', sans-serif;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-end;
    background-color: rgb(200, 211, 217);
    width: 100%;
}

    #navigation .nav-title {
        font-size: 4vw;
        color: rgb(87, 87, 87);
        width: 100vw;
    }

        #navigation .nav-title img {
            width: 200px;
            padding: 25px 0 0 25px;
        }

/* MENU */
.nav-title-container {
    float: right;
    margin: 0 25px 0 0;
}

.nav-title-container ul {
    list-style: none;
    direction: ltr;
    padding: 0;
    margin: 0;
}

    .nav-title-container ul li {
        display: inline;
        padding: 20px;
        margin: 0;
        font-size: 18px;
    }

.navbar-brand {
    position: relative;
    left: 0;
}

.boldtext {
    font-weight: bold;
}

/* Shutter buttons ---------------------------------------------------------- */
/* General rules for all shutter buttons*/
.shutterButton div {
    text-align: center;
}

    .shutterButton div a {
        display: inline-block;
        transition: 0.6s;
        padding: 0.5em 1.5em;
        overflow: hidden;
        transition: color 0.3s;
        position: relative;
        z-index: 1;
    }

.shutterButtonWhite2Red div a {
    background: transparent;
    color: white !important;
    border: 2px solid white;
}

    .shutterButtonWhite2Red div a::before {
        background: rgba(54,169,225,0.7);
    }

    .shutterButtonWhite2Red div a::after {
        background: rgb(54,169,225);
    }

.shutterButton div a:before, .shutterButton div a:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    transition: transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.shutterButton div a:hover:after {
    transition-delay: 0.175s;
}

.shutterButton div a:hover:before, .shutterButton div a:hover:after {
    transform: translate3d(0, 100%, 0);
}

.seperator-line {
    display: flex;
    flex-direction: row;
    width: 100%;
}

    .seperator-line .segment-b {
        flex: 1 1 auto;
        border: solid 4px rgb(54,169,225);
    }

    .seperator-line .segment-y {
        flex: 1 1 auto;
        border: solid 4px rgb(249,178,51);
    }

    .seperator-line .segment-g {
        flex: 1 1 auto;
        border: solid 4px rgb(58, 170, 53);
    }

/* BANNER */
#banner {
    min-height: 50vh;
    background-size: cover;
}

#banner-content {
    background: rgba(32, 29, 27, 0.5);
    display: flex;
    align-items: center;
    color: white !important;
    height: 50vh;
    position: relative;
}

    #banner-content .banner-text {
        font-family: 'Roboto', sans-serif;
        text-align: center;
        position: relative;
        width: 100vw;
        text-align: center;
    }

        #banner-content .banner-text > h1 {
            font-size: 5vw;
            font-weight: 100;
            width: 100vw;            
        }
        #banner-content .banner-text > h2 {
            font-size: 3vw;
            font-weight: 100;
            width: 100vw;
        }
        #banner-content .banner-text > h3 {
            font-size: 2vw;
            font-weight: 100;
            width: 100vw;
            padding: 20px;
        }

/* PRODUCTS */
#products {
    display: flex;
    margin: 50px;
    justify-content: center;
    color: white;
}

    #products .product-box {
        display: inline-block;
        background-color: rgba(0, 22, 25, 0.7);
        width: 100%;
        height: 200px;
        margin: 20px;
        padding: 50px;
        text-align: center;
        white-space: nowrap;
    }

        #products .product-box h3 {
            font-family: 'Roboto', sans-serif;
            font-size: 2vw;
            font-weight: 200;
        }

/* HIGHLIGHTS */
#highlights {
    display: flex;
    align-items: center;
    color: white;
    background-image: url('../images/Reflection_BW.png');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    opacity: 1.0;
    height: 500px;
}

    #highlights div {
        font-family: 'Roboto', sans-serif;
        font-size: 2vw;
        width: 80vw;
        text-align: center;
        position: relative;
        left: calc(100% * 0.10);
    }

        #highlights div:last-child {
            font-size: 1vw;
            font-style: italic;
            position: relative;
            left: -15vw;
            width: 10vw;
            top: 5vh;
        }

/* GENERAL */
#general-panel {
    font-size: 2vw;
    align-items: center;
    color: rgb(87, 87, 87);
    height: 175px;
    padding: 5vh 0 0;
}

    #general-panel div {
        font-family: 'Roboto', sans-serif;
        font-size: 1.5vw;
        width: 100vw;
        text-align: center;
        padding: 0 0 30px 0;
    }

    #general-panel .general-panel-contact div:first-child {
        width: 50%;
        float: left;
        padding: 0;
        text-align: left;
    }

        #general-panel .general-panel-contact div:first-child div:first-child {
            float: left;
            padding: 0;
            text-align: right;
        }

            #general-panel .general-panel-contact div:first-child div:first-child img {
                vertical-align: middle;
                padding: 5px;
            }

        #general-panel .general-panel-contact div:first-child div:last-child {
            float: left;
            padding: 0;
            text-align: left;
        }

    #general-panel .general-panel-contact div:last-child {
        width: 50%;
        float: right;
        padding: 0;
    }

        #general-panel .general-panel-contact div:last-child div:first-child {
            float: left;
            padding: 0;
            text-align: right;
            width: 30%;
        }

            #general-panel .general-panel-contact div:last-child div:first-child img {
                vertical-align: middle;
                padding: 5px;
            }

        #general-panel .general-panel-contact div:last-child div:last-child {
            float: left;
            padding: 0;
            text-align: left;
        }

.blue-back {
    background-color: rgb(200, 211, 217);
}

.container {
    width: 100vw;
}
.container-links {

}
.container-links > ul {
    display: flex;
    flex-direction: row;
    justify-content: right;
}
.container-item {
    list-style: none;
    text-decoration: none;
    margin: 0 20px;    
}
    .container-item > a {
        list-style: none;
        text-decoration: none;       
    }

#content-body {
    position: relative;
    margin: 50px;
    color: rgb(87,87,87);    
}
    /* #content-body div {
        float: left;
        width: 100%;
    } */

    /* #content-body div img {
        float: right;
        width: 200px;
        text-align: right;
        margin: 10px;
    } */

    #content-body div {
        margin-top: 20px;
    }

        #content-body div span > img {
            width: 28px;
        }


    /* Bullet points */
    #content-body > #content-body-bulletpoints {
        display: flex;
        flex-grow: 3;
        justify-content: center;
        width: 100%;
        min-width: 300px;
        padding-bottom: 35px;
    }

        #content-body > #content-body-bulletpoints div {
            padding: 10px;
            height: 120px;
            width: 300px;
        }

            #content-body > #content-body-bulletpoints div ul li {
                list-style-type: square;
            }

#keypoints {
    text-align: center;
}

    #keypoints .keypoints-box {
        margin: 0 50px 50px;
        position: relative;
        display: inline-table;
        width: calc(100% * 0.2);
        min-width: 200px;
        max-width: 300px;
        height: calc(100% * 0.25);
        border: solid 1px rgba(54,169,225,0.5);
    }

.keypoints-box div:first-child {
    text-align: center;
}

    .keypoints-box div:first-child img {
        display: block;
        width: calc(100vw * 0.20);
        height: calc(100vh * 0.15);
    }

.keypoints-box > div:last-child {
    font-size: 0.85em;
    padding: 10px;
    background-color: aliceblue;
    min-height: 150px;
}

    .keypoints-box > div:last-child ul li {
        text-align: left;
    }

.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}

.res-link {
    display: flex;
    flex-direction: column;
    padding: 25px 0 25px 0;
}

    .res-link img {
        margin: 0 15px;
        width: auto;
        height: 85px;
    }

    .res-link span {
        margin: 0 15px;
        width: 100%;
        padding: 30px 0;
    }

#testimonials .testimonials-box {
    display: inline-block;
    background-color: rgba(0, 22, 25, 0.7);
    color: white;
    width: calc(100vw - 65px);
    height: 150px;
    margin: 25px;
    padding: 25px;
    text-align: center;
    white-space: nowrap;
}
    #testimonials .testimonials-box h3 {
        font-family: 'Roboto', sans-serif;
        font-size: 2vw;
        font-weight: 200;
    }

.image-rounded img {
    border-radius: 15px;
}

/* FOOTER */
footer {
    flex-shrink: 0;
}

#footer-layout {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 0.85em;
    /* width: 100vw; */
    text-align: center;
    margin: 40px 0 0;
    padding: 15px 0 0;
    /* background-color: rgb(200, 211, 217); */
    /* color: rgb(87, 87, 87); */
    /* position: relative; */
    /* height: 10px; */
}

    footer .content-box {
        padding: 20px;
        background-color: white;
        border-bottom: solid 2px rgba(22, 25, 25, 0.15);
    }
    footer .content-box picture img {
        width: 100px;
    }
    footer .contact {
        display: flex;
        width: 100vw;
        flex-direction: row;
    }
    footer .contact div {
        flex: content;
    }

/* Footer panel */
#footer-panel {
    display: flex;
    justify-content: center;
    font-size: 1.3em !important;
    background-color: white;
    color: rgba(0, 22, 25, 0.7) !important;
    width: 100vw;
    white-space: nowrap;
}

.footer-col div {
    font-size: 0.85em;
}

.footer-col .footer-contact {
    font-size: .75em !important;
    text-align: left;
}

.footer-col div:nth-child(3) {
    font-size: 0.65em;
}

.footer-col {
    margin: 50px;
    text-align: center;
    width: 20vw;
    display: inline-flex;
    flex-direction: column;
}

    .footer-col hr {
        border: solid 2px rgb(200,211,217) !important;
    }

    .footer-col .footer-contact span {
        color: darkred;
    }

    .footer-col ul {
        display: inline-flex;
        flex-direction: column;
        line-height: 0;
        margin: 0;
        padding: 0;
    }

#footer-panel a {
    font-size: 1rem;
    color: rgba(0, 22, 25, 0.7) !important;
    text-decoration: none;
    transition: 0.3s;
}

#footer-panel ul {
    list-style: none;
    direction: ltr;
    padding: 0;
    margin: 0;
}

    #footer-panel ul li {
        display: inline;
        padding: 20px;
        margin: 0;
        font-size: 18px;
    }

.site-info {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0 10px 0 10px;
    font-size: 0.85rem;
}

    footer .site-design > img {
        position: relative;
        top: -2px;
    }
    footer .site-copyright {
        float: none;
    }
    footer .site-company-number {
        float: right;
        margin: 0 15px 0;
    }

#privacy-notice {
    position: relative;
    display: block;
    background-color: rgba(0, 22, 25, 0.7);
    color: white;
    padding: 15px;
}

    #privacy-notice div:first-child a {
        font-size: 1em;
        color: white;
        text-decoration: underline;
    }

    #privacy-notice div:last-child {
        font-size: 1em;
        color: white;
        cursor: pointer;
    }

    #privacy-notice div:first-child {
        display: inline-block;
        width: calc(100vw * 0.94);
        text-align: center;
    }

    #privacy-notice div:last-child {
        display: inline-block;
        width: 1vw;
        text-align: right;
    }

        #privacy-notice div:last-child a {
            text-decoration: none;
        }

.cookie-consent {
    display: inline-block;
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 120px;
    background-color: rgba(0, 22, 25, 0.9);
    color: white;
    padding: 15px;
    z-index: 1000;
}
    .cookie-consent p {
        text-align: center;
    }
    .cookie-consent div:last-child {
        display: flex;
        justify-content: center;
    }
    .cookie-consent button {
        background-color: rgb(54,169,225);
        color: white;
        border: none;
        padding: 10px 20px;
        cursor: pointer;
        font-size: 1em;
        margin-left: 15px;
        align-content: center;
    }

/* For mobile and tablets: */
@media only screen and (min-width: 250px) and (max-width: 578px) {
    #banner {
        min-height: 30vh;
    }
    #banner-content {
        height: 30vh;
    }
    #banner-content .shutterButton div a {
        width: 30vw;
        height: 10vh;
        padding: 0.8em;
        font-size: .85em;
    }

    #banner-content .banner-text h2 {
        font-size: 5vw;
    }

    #banner-content .banner-text h3 {
        font-size: 4vw;
    }

    .nav-title-container {
        float: right;
        margin: 0;
    }
        .nav-title-container a {
            font-size: 0.85rem;
        }

    nav ul li span {
        font-size: 3vw;
    }

    nav ul li a:link, a:focus, a:visited {
        font-size: .75rem;
    }

    .nav-title-container ul li {
        padding: 10px;
    }

    .container-links ul {
        flex-direction: column;
        padding: 0;
    }
    .container-item {
        margin: 5px;
        text-align: center;
    }

    #products {
        display: flex;
        margin: 50px;
        justify-content: center;
        color: white;
        flex-direction: column;
        align-items: center;
    }
        #products .product-box {
            display: inline-block;
            background-color: rgba(0, 22, 25, 0.7);
            width: 80vw;
            min-width: 100px;
            height: 200px;
            margin: 20px;
            padding: 5vh 15vw 0 50px;
            text-align: center;
            white-space: nowrap;  
            font-size: 1.3rem;
        }

        #products .product-box h3 {
            margin: 0;
            font-size: 1.5rem;
        }

    #products .shutterButton div a {
        top: 10px;
        left: -18px;
        width: calc(100% / 0.80);
        height: 10vh;
        padding: 0.2em 0.8em 0 0;
        font-size: .85em;
    }

    #highlights {
        align-items: center;
        color: white;
        opacity: 1.0;
        height: 250px;
        width: 100vw;
    }

        #highlights div {
            font-size: 1em;
        }

    #general-panel {
        font-size: 1em;
        height: 100px;       
    }

        #general-panel div {
            font-size: 0.85em;
        }

    .res-link {
        display: flex;
        flex-direction: column;
        padding: 5px 0px;
    }
        .res-link img {
            margin: 0 15px;
            width: auto;
            height: 15vw;
        }
        .res-link span {
            margin: 0 15px;
            width: 100%;
            padding: 30px 0;            
        }
        .res-link a {
            font-size: small;
        }

    footer .content-box picture img {
        width: 50px;
    }

    .footer-col {
        margin: 5px;
        width: calc(100% * 0.45);
        white-space: nowrap;
    }
        .footer-col ul li {
            font-size: 1rem !important;
        }
            .footer-col ul li a {
                font-size: 1rem !important;
            }
        .footer-col .footer-contact {
            font-size: .75em !important;
            text-align: left;
        }
            .footer-col .footer-contact a {
                font-size: 1em !important;
                text-align: left;
            }
            .footer-col .footer-contact div span {
                display: none;
            }

    #footer-layout {
        position: relative;
        font-size: 0.5em;
    }

        #footer-layout .footer-layout {
            float: left;
            left: 15px;
            margin: 0 0 0 calc(100vw * 0.02);
        }

            #footer-layout .footer-layout img {
                width: calc(100vh * 0.018);
                height: calc(100vh * 0.014);
            }

        #footer-layout .contact {
            font-size: 0.85rem;
        }

    .site-info {
        display: flex;
        flex-flow: column;
        text-align: center;        
        padding: 0 10px;
        font-size: 0.85rem;   
        margin: 5px
    }

    #content .left-margin {
        margin: 0 15px 0 25px;
    }
    #content .right-margin {
        margin: 0 0 0 -10px;
    }
    #content .page-margin {
        margin: 0 calc(5vw - 20px) 0 25px;
    }
    #content .about-image img {
        width: calc(100vw * 0.9);
    }

    #content-body {
        margin: 25px;
    }

        #content-body > #content-body-bulletpoints {
            flex-flow: column;
        }

            #content-body > #content-body-bulletpoints div {
                padding: unset;
                height: unset;
            }

        #content-body div {
            margin: unset;
        }

        #keypoints .keypoints-box {
            margin: 0 5px 25px;
            font-size: large;
        }

        #keypoints .keypoints-box div:first-child img {
            display: block;
            width: calc(100vw * 0.8);
            height: calc(100vh * 0.35);
        }

    #testimonials .testimonials-box h3 {
        font-size: 1.5rem;
    }
    #testimonials .testimonials-box {
        width: calc(100vw - 65px);
        height: 120px;
        width: 88vw;
        margin: 25px;
        padding: 25px;
        text-align: center;
        white-space: nowrap;
    }

    #content .content-box {
        width: 88vw;
        padding: 10px 0;
        margin: 0 25px;
    }
    #content .contact {
        flex-direction: column;
        padding: 25px 0;
        width: 90vw;
    }
    #content .contact div {            
        padding: 5px 0;
    }
}