﻿@font-face {
    font-family: 'PT_Sans_Regular';
    src: url('../assets/fonts/PT_Sans_Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'PT_Sans_Bold';
    src: url('../assets/fonts/PT_Sans_Bold.ttf') format('truetype');
}

html {
    font-size: 20px;
}

body {
    font-family: 'PT_Sans_Regular';
    margin: 0;
    padding: 0;
    color: #2F4A9C;
}

.main-color {
    color: #2F4A9C;
}

.main-color_bg {
    background-color: #2F4A9C;
}

.size14 {
    font-size: 14rem;
}

.pt-sans-bold {
    font-family: 'PT_Sans_Bold';
}

.size1andhalf {
    font-size: 1.5rem;
}

.size1 {
    font-size: 1rem;
}

.size1and2 {
    font-size: 1.2rem;
}

.size1and5 {
    font-size: 1.5rem;
}

.header {
    height: 320px;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.pr2 {
    padding-right: 2rem;
}

.pl-2 {
    padding-left: 2rem;
}

.bold {
    font-weight: bold;
}

.no-border {
    border: none !important;
}

.custom-collapsible {
    box-shadow: none;
}

.custom-collapsible .collapsible-header {
    padding: 5px 15px;
}

.pb0 {
    padding: 20px 20px 0 20px;
}

.ptb0 {
    padding: 0 20px 0 20px;
}

.pt0 {
    padding: 0 20px 20px 20px;
}

.pt2 {
    padding-top: 2rem;
}

.pb2 {
    padding-bottom: 2rem;
}

.pt1 {
    padding-top: 1rem;
}

.pb1 {
    padding-bottom: 1rem;
}

.mt3 {
    margin-top: 3rem;
}

.lh {
    line-height: 1.5rem;
}

.custom-collapsible li {
    margin-bottom: 10px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.14);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.14);
}

.custom-dropdown-content {
    top: 55px !important;
}

.custom_nav {
    margin-top: 20px;
}

.custom_nav ul a:hover {
    background-color: transparent;
}

.logo {
    background-image: url('../assets/images/svg/vælgbæredygtig_logo.svg');
    background-repeat: no-repeat;
    width: 240px;
    height: 100%;
}

.collapsible-img {
    max-width: 100%;
    width: 80px;
    height: 70px;
}

.collapsible-img-sq {
    max-width: 100%;
    width: 60px;
    height: 60px;
}

.collapsible-img-certlogo {
    max-width: 100%;
    width: 60px;
    height: 60px;
    margin-top: 20px;
}

.collapsible-img-certlogo-l {
    max-width: 100%;
    width: 70px;
    height: 70px;
    margin-top: 20px;
}

.collapsible-img-certlogo-s {
    max-width: 100%;
    width: 46px;
    height: 46px;
    margin-top: 20px;
}

.collapsible-img-certlogo-cradle {
    max-width: 100%;
    width: 50px;
    height: 50px;
    margin-top: 20px;
}

.collapsible-img-logos {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.main_bg {
    background-image: url('../assets/images/backgrounds/main_background.png');
}

.constr_bg {
    background-image: url('../assets/images/backgrounds/background_constr.png');
}

.img_bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.img_main_bg {
    background-image: url(../assets/images/svg/main_image.svg);
    width: 100%;
    height: 680px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.collapsible-arrow {
    width: 30px;
    height: 30px;
}

.collapsible-arrow-top {
    width: 40px;
    height: 40px;
}

.collapsible-arrow-up {
    display: none;
}

.collapsible-title {
    display: block;
    margin-bottom: 5px;
}

.line-blue {
    height: 1px;
    width: 100%;
}

.navbtn_link {
    position: relative;
    display: flex;
    height: 100px;
    padding-left: 50px;
    margin-bottom: 20px;
    font-size: 1.5rem;
    background-size: contain;
}
    .navbtn_link::after {
        content: "";
        position: absolute;
        color: white;
        top: 35px;
        right: 20px;
        width: 30px;
        height: 30px;
        background: url('../assets/images/svg/arrow_right.svg') no-repeat center center;
        background-size: contain;
    }

.konstruktione {
    background-image: url('../assets/images/backgrounds/button_background_constr.png');
}

.indendørs {
    background-image: url('../assets/images/backgrounds/buttons_background_indend.png');
}

.facade {
    background-image: url('../assets/images/backgrounds/button_background_fac-tag.png');
}

.udendørs {
    background-image: url('../assets/images/backgrounds/buttons_background_undend.png');
}

.fac-tag {
    background-image: url('../assets/images/backgrounds/background_fac-tag.png');
}

.indend {
    background-image: url('../assets/images/backgrounds/background_indend.png');
}

.undend {
    background-image: url('../assets/images/backgrounds/background_undend.png');
}

.vind {
    background-image: url('../assets/images/backgrounds/background_vind.png');
}

.projektet {
    background-image: url('../assets/images/backgrounds/background_om-projektet.png');
}

.kontakt {
    background-image: url('../assets/images/backgrounds/background_kontakt.png');
}

.vinduer {
    background-image: url('../assets/images/backgrounds/buttons_background_vind.png');
}
.scroll_top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    display: none;
}

.text-shadow {
    text-shadow: 1px 2px 5px rgba(6,41,130,0.75);
}

.title_color {
    color: #ff725c;
}
.pointer {
    cursor: pointer;
}

.collapsible-img-certlogo-m1 {
    max-width: 100%;
    height: 60px;
    width: auto;
    margin-top: 20px;
}
.collapsible-img-certlogo-epd {
    max-width: 100%;
    height: 22px;
    width: auto;
    margin-top: 20px;
}

.ref-button:hover {
    color: #245AC6;
}

.custom-menu {
    font-size: 42px !important;
    width: 38px !important;
}

span.d-block {
    display: block;
}



@media only screen and (max-width: 1200px) {
    .navbtn_link {
        height: 150px;
    }

        .navbtn_link::after {
            content: "";
            top: 60px;
        }

    .sidenav-trigger {
        margin: 0 !important;
    }
}



@media only screen and (max-width: 768px) {
    .navbtn_link {
        padding-left: 30px;
    }

    .sidenav li > a {
        color: #ffffff;
        font-family: 'PT_Sans_Bold';
        font-size: 1.2rem;
        padding-left: 32px;
    }

    .sidenav {
        width: 240px;
        background-color: #2F4A9C;
    }
}

@media only screen and (max-width: 600px) {
    .img_main_bg {
        background-image: url(../assets/images/svg/entrance_screen.svg);
        width: 100%;
        height: 450px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .navbtn_link {
        height: 100px;
        font-size: 1rem;
        line-height: 1.1rem;
        padding-left: 20px;
    }

        .navbtn_link::after {
            content: "";
            top: 35px;
        }

    .size14 {
        font-size: 8rem;
    }

    h3, h4 {
        font-size: 1.2rem;
        line-height: 110%;
    }

    h6 {
        font-size: 1rem;
        line-height: 110%;
    }

    .header {
        height: 100%;
        padding-bottom: 20px;
    }

    .right-align {
        padding: 0 !important;
    }

    .center-align {
        padding-left: 0 !important;
    }

    .s7 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .size1andhalf {
        font-size: 1rem;
        line-height: 110%;
    }

    .size1and5 {
        font-size: 1.4rem;
        line-height: 110%;
    }

     .ap0 {
        padding: 0 !important;
    }
    .collapsible-img-certlogo-m1 {
        margin-left: 15px;
    }

    .pb2 {
        padding-bottom: 20px !important;
    }
}



@media only screen and (max-width: 992px) {
    nav .brand-logo {
        left: 0;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}