﻿/*
BASIC -------------------------------------------------------------------*/

html, body, #form1 {
    background-color: #f5f5f5;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
   /* overflow-x: hidden !important;*/
    height: 100% !important;
    overflow-x: hidden
}

.hidden{
    display: none !important
}

.red-text{
    color: #ff0000 !important
}

.cursor-pointer{
    cursor: pointer
}

.btn-success {
    background: #64AC6B !important;
    border-color: #64AC6B !important;
}

    .btn-success:hover {
        background: #124735 !important;
        border-color: #124735 !important;
    }

.btn-secondary {
    background: #ffffff !important;
    border: 2px solid #124735;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */

    align-items: center;
    text-align: center;
    letter-spacing: -0.02em;
    /* Main_green/100 */
    color: #124735 !important;
    
}

    .btn-secondary:hover {
        background: #124735 !important;
        border: 2px solid #124735;
        color: #ffffff !important;
    }


.btn-info {
    background: #124735 !important;
    border: 2px solid #ffffff;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height */

    align-items: center;
    text-align: center;
    letter-spacing: -0.02em;
    /* Main_green/100 */
    color: #ffffff !important;

}

    .btn-info:hover {
        background: #ffffff !important;
        border: 2px solid #ffffff;
        color: #124735 !important;
    }


.btn-createproject {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    /* identical to box height, or 156% */
    text-align: center;
    letter-spacing: -0.02em;
    /* White */
    color: #FFFFFF;
}
/*
NAV -------------------------------------------------------------------*/
.menubar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex
}

    .menubar-nav li {
        display: flex;
        height: 100%;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        /* identical to box height */
        letter-spacing: -0.02em;
        /* Main_green/100 */
        color: #124735;
    }

#leftmenu{
    display: none
}

#mobilMenuIcon {
    display: flex
}


.mobil-menu-container {
    position: static;
    top: 72px;
    left: 0;
    min-height: 200px;
    width: 100%;
    background-color: #F6F2EF;
    z-index: 999999;
}

.mobil-menu-container ul{
   list-style: none;
   margin: 40px 0;
}

    .mobil-menu-container ul li {
        margin-bottom: 33px
    }


    .mobil-menu-container ul lilast-child {
        margin-bottom: 0px
    }

        .mobil-menu-container ul li a {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 34px;
            line-height: 50px;
            /* identical to box height, or 147% */
            display: flex;
            align-items: center;
            letter-spacing: -0.02em;
            /* Text color */
            color: #18191A;
            text-decoration: none;
        }


@media (min-width: 576px) {
    #leftmenu {
        display: none
    }

    #mobilMenuIcon {
        display: flex
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    #leftmenu {
        display: none
    }

    #mobilMenuIcon {
        display: flex
    }

    .mobil-menu-container {
        display: none
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    #leftmenu {
        display: flex
    }

    #mobilMenuIcon {
        display: none
    }

    .mobil-menu-container {
        display: none
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    #leftmenu {
        display: flex
    }

    #mobilMenuIcon {
        display: none
    }

    .mobil-menu-container {
        display: none
    }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    #leftmenu {
        display: flex
    }

    #mobilMenuIcon {
        display: none
    }

    .mobil-menu-container {
        display: none
    }
}
/*
Footer -------------------------------------------------------------------*/
.footer {
    background: #124735;
}

.footer ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px
}

    .footer ul li {
        margin-bottom: 10px
        
    }

        .footer ul li a {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            text-decoration: none !important;
            line-height: 0px !important;
        }

    .footer ul.list {
        list-style-type: none;
        padding: 0px;
        margin: 0px
    }

        .footer ul.list li {
            display: inline-block;
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 43px;
            /* or 239% */

            color: #FFFFFF;
        }


    .footer h6 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 19px;
        line-height: 30px;
        /* or 158% */
        color: #FFFFFF;
    }

    .footer p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        /* Text color */
        color: #FFFFFF;
    }

/*
PAGES -------------------------------------------------------------------*/

.choose-house-page {
    background-color: #f6f2ef
}

    .choose-house-page h6 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
        /* identical to box height, or 24px */
        /* Main_green/100 */
        color: #124735;
    }

    .choose-house-page span {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 120%;
        /* identical to box height, or 24px */
        text-align: center;
        color: #124735;
    }

    .choose-house-page a {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        /* identical to box height, or 17px */
        text-align: center;
        color: #124735;
        text-decoration: none
    }

        .choose-house-page a:hover {
            text-decoration: underline
        }


/*.carousel-control-prev, .carousel-control-next{
    opacity: .7;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    position: absolute;
    bottom: 10%;
    border: solid 1px rgba(0,0,0,0);
    border-radius: 30px;
    background-color: rgba(255,255,255,0.8);
    background-size: 70% 70%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}*/

/* 
MODALES -------------------------------------------------------------------*/
    .house-modal-header h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 120%;
        /* identical to box height, or 48px */
        /* Main_green/100 */
        color: #124735;
    }

    .house-modal-header h1 span {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 120%;
        /* identical to box height, or 24px */
        /* Main_green/100 */
        color: #124735;
    }


.house-modal-header .close-modal-btn {
    background-color: #ffffff
}

.house-modal-body h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 42px;
    /* identical to box height */
    /* Main_green/100 */
    color: #124735;
}

.house-modal-body-info table  {
    width: 100%;
}

.house-modal-body-info .info-icon-td {
    width: 70px;
}

.house-modal-body-info .info-label-td {
   vertical-align: bottom
}

.house-modal-body-info .info-value-td {
    vertical-align: top
}

.house-modal-body-info .info-label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    /* identical to box height, or 100% */
    text-transform: uppercase;
    /* Main_Brown/75 */
    color: #B4ACA5;
}

.house-modal-body-info .info-value {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    /* identical to box height, or 100% */
    /* Text color */
    color: #18191A;
}

.house-modal-body-info a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    /* identical to box height, or 100% */
    /* Text color */
    color: #18191A;
}



.modal-contact {
    background-color: #F6F2EF;
    border: solid 1px #F6F2EF;
    border-radius: 0px;
    border-bottom-right-radius: 20px;
}

    .modal-contact h6 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        /* Main_green/100 */
        color: #124735;
    }


    .modal-contact p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        /* Main_green/100 */
        color: #124735;
    }

/*
HOUSE DETAIL -------------------------------------------------------------------*/

.house-detail-content h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    /* identical to box height, or 72px */
    /* Main_green/100 */
    color: #124735;
}

.house-detail-content {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    /* Text color */
    color: #18191A;
    display: block
}

    .house-detail-content h6 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        /* identical to box height */
        /* Main_green/100 */
        color: #124735;
    }

    .house-detail-content table {
        
    }


        .house-detail-content table .icon-td {
            width: 34px;
            text-align: start
        }

        .house-detail-content table tr td span {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 30px;
            /* identical to box height */
            /* Main_green/100 */
            color: #124735;
        }

        .house-detail-content table tr td {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            /* identical to box height */
            /* Text color */
            color: #18191A;
        }

.details-container {
    background-color: #F6F2EF !important;
    border: solid 0px #ff0000
}

@media (min-width: 576px) {
    .house-detail-content {
        display: block
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .house-detail-content {
        display: block
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .house-detail-content {
        display: none
    }
    
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .house-detail-content {
        display: none
    }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .house-detail-content {
        display: none
    }
}


    /*
ARTICLE PAGE DETAIL -------------------------------------------------------------------*/

    .article-page-container {
        background-color: #F6F2EF !important;
    }

        .article-page-container .container {
            max-width: 1100px
        }

            .article-page-container .container .text-container {
                font-family: 'Poppins';
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 26px;
                /* or 162% */
                /* Text color */
                color: #18191A;
                max-width: 900px
            }

                .article-page-container .container .text-container h1 {
                    font-family: 'Poppins';
                    font-style: normal;
                    font-weight: 700;
                    font-size: 30px;
                    line-height: 120%;
                    /* or 72px */
                    text-align: center;
                    /* Main_green/100 */
                    color: #124735;
                }


                .article-page-container .container .text-container h6 {
                    font-family: 'Poppins';
                    font-style: normal;
                    font-weight: 500;
                    font-size: 20px;
                    line-height: 30px;
                    text-align: center;
                    /* Text color */
                    color: #18191A;
                }


    @media (min-width: 576px) {
        .article-page-container .container .text-container h1 {
            font-size: 30px;
        }
    }

    /* Medium devices (tablets, 768px and up)*/
    @media (min-width: 768px) {
        .article-page-container .container .text-container h1 {
            font-size: 60px;
        }
    }

    /*Large devices (desktops, 992px and up)*/
    @media (min-width: 992px) {
        .article-page-container .container .text-container h1 {
            font-size: 60px;
        }
    }

    /*X-Large devices (large desktops, 1200px and up)*/
    @media (min-width: 1200px) {
        .article-page-container .container .text-container h1 {
            font-size: 60px;
        }
    }

    /*XX-Large devices (larger desktops, 1400px and up)*/
    @media (min-width: 1400px) {
        .article-page-container .container .text-container h1 {
            font-size: 60px;
        }
    }

    /*
DENMARK MAP -------------------------------------------------------------------*/

    #danmarkskort h1 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 120%;
        /* identical to box height, or 48px */
        /* Main_green/100 */
        color: #124735;
    }

    .map-container {
        display: grid;
        display: -ms-grid;
        grid-template-columns: auto;
    }

        .map-container .layer {
            grid-row: 1;
            grid-column: 1;
            position: relative
        }

            .map-container .layer div {
                position: absolute;
                border: solid 0px #ff0000;
            }

                .map-container .layer div.nordjylland {
                    top: 0;
                    left: 0;
                    width: 292px;
                    height: 200px;
                }

                .map-container .layer div.midtjylland {
                    top: 200px;
                    left: 0;
                    width: 280px;
                    height: 150px;
                }

                .map-container .layer div.sydjylland {
                    bottom: 0;
                    left: 0;
                    width: 180px;
                    height: 220px;
                }

                .map-container .layer div.fyn {
                    bottom: 0;
                    left: 180px;
                    width: 110px;
                    height: 180px;
                }

                .map-container .layer div.nordsjaelland {
                    top: 275px;
                    right: 0;
                    width: 189px;
                    height: 119px;
                }

                .map-container .layer div.sydsjaelland {
                    bottom: 0;
                    right: 0;
                    width: 170px;
                    height: 160px;
                }


    @media (min-width: 576px) {
        #danmarkskort h1 {
            font-weight: 700;
            font-size: 40px;
        }
    }

    /* Medium devices (tablets, 768px and up)*/
    @media (min-width: 768px) {
        #danmarkskort h1 {
            font-weight: 700;
            font-size: 40px;
        }
    }

    /*Large devices (desktops, 992px and up)*/
    @media (min-width: 992px) {
        #danmarkskort h1 {
            font-weight: 700;
            font-size: 40px;
        }
    }

    /*X-Large devices (large desktops, 1200px and up)*/
    @media (min-width: 1200px) {
        #danmarkskort h1 {
            font-weight: 700;
            font-size: 40px;
        }
    }

    /*XX-Large devices (larger desktops, 1400px and up)*/
    @media (min-width: 1400px) {
        #danmarkskort h1 {
            font-weight: 700;
            font-size: 40px;
        }
    }

    .housepage {
        background-color: #ffffff !important;
    }


        .housepage h1 {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 700;
            font-size: 40px;
            line-height: 120%;
            /* identical to box height, or 72px */
            /* Main_green/100 */
            color: #124735;
        }

    .housepage-infobox {
        background-color: #F6F2EF !important;
    }

        .housepage-infobox h6 {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 700;
            font-size: 20px;
            line-height: 30px;
            /* identical to box height */
            /* Main_green/100 */
            color: #124735;
        }

        .housepage-infobox .housepage-infobox-label {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 700;
            font-size: 12px;
            line-height: 12px;
            /* identical to box height, or 100% */
            text-transform: uppercase;
            /* Main_Brown/75 */
            color: #B4ACA5;
        }

        .housepage-infobox .housepage-infobox-value {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 20px;
            /* identical to box height, or 100% */
            /* Text color */
            color: #18191A;
        }

    .infolist h6 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        /* identical to box height */
        /* Main_green/100 */
        color: #124735;
    }

    .infolist span {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        /* identical to box height */
        /* Text color */
        color: #18191A;
    }

    /*
DESIGN NOW -------------------------------------------------------------------*/

.design-now {
    
}

    .design-now .design-now-price {
        background-color: #b0b0b0;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 28px;
        /* identical to box height, or 100% */
        letter-spacing: -0.02em;
        /* White */
        color: #FFFFFF;
    }

        .design-now .design-now-price a {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 600;
            font-size: 28px;
            /* identical to box height, or 100% */
            letter-spacing: -0.02em;
            text-decoration-line: underline;
            /* White */
            color: #FFFFFF;
        }

        .design-now .design-now-price span {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 600;
            font-size: 28px;
            /* identical to box height, or 100% */
            letter-spacing: -0.02em;
            /* White */
            color: #FFFFFF;
        }

.design-menu {
    background-color: #a6a5a5;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    /* identical to box height, or 100% */
    letter-spacing: -0.02em;
    /* White */
    color: #FFFFFF;
    display: flex;
    justify-content: center; /* centers the menu horizontally */
}

.product-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; /* makes items horizontal */
}

    .product-menu li {
        margin: 0 10px 0 0;
    }

    .product-menu li:last-child {
        margin: 0 0 0 0;
    }

    /* Links inside list items */
        .product-menu li a {
            display: block;
            color: #ffffff;
            text-decoration: none;
        }

        /* Hover effect */
            .product-menu li a:hover {
                color: #124735
            }


@media (min-width: 576px) {
    .design-menu {
        justify-content: center; /* centers the menu horizontally */
    }

    .product-menu li {
        margin: 0 10px 0 0;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .design-menu {
        justify-content: left; /* centers the menu horizontally */
    }

    .product-menu li {
        margin: 0 20px 0 0;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .design-menu {
        justify-content: left; /* centers the menu horizontally */
    }

    .product-menu li {
        margin: 0 20px 0 0;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .design-menu {
        justify-content: left; /* centers the menu horizontally */
    }

    .product-menu li {
        margin: 0 20px 0 0;
    }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .design-menu {
        justify-content: left; /* centers the menu horizontally */
    }

    .product-menu li {
        margin: 0 20px 0 0;
    }
}


/*
Add USER FORM -------------------------------------------------------------------*/
.addUserTextBox {
    width: 100%;
    border: solid 0px #124735;
    border-bottom-width: 2px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #124735;
    padding: 5px;
}

    .Accept-text {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        color: #124735;
    }


    .login-link {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        color: #124735 !important;
        text-decoration: underline
    }

    .nav-profil {
        text-decoration: none !important
    }


        .nav-profil span {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            text-align: center;
            letter-spacing: -0.02em;
            color: #124735;
            text-decoration: none !important
        }

        .nav-profil:hover span {
            color: #124735;
            text-decoration: underline !important
        }


.font-size-20px{
    font-size: 20px !important
}