﻿/*
CUSTOM FONTS ---------------------------------------------------------- */

@font-face {
    font-family: HelveticaNeue;
    font-weight: 700;
    src: url(./fonts/350627_0_0.eot);
    src: url(./fonts/350627_0_0.eot?#iefix) format("embedded-opentype"),url(./fonts/350627_0_0.woff2) format("woff2"),url(./fonts/350627_0_0.woff) format("woff"),url(./fonts/350627_0_0.ttf) format("truetype");
    font-display: fallback
}

@font-face {
    font-family: HelveticaNeue;
    font-weight: 400;
    src: url(./fonts/350627_1_0.eot);
    src: url(./fonts/350627_1_0.eot?#iefix) format("embedded-opentype"),url(./fonts/350627_1_0.woff2) format("woff2"),url(./fonts/350627_1_0.woff) format("woff"),url(./fonts/350627_1_0.ttf) format("truetype");
    font-display: fallback
}

@font-face {
    font-family: HelveticaNeue;
    font-weight: 100;
    src: url(./fonts/350627_2_0.eot);
    src: url(./fonts/350627_2_0.eot?#iefix) format("embedded-opentype"),url(./fonts/350627_2_0.woff2) format("woff2"),url(./fonts/350627_2_0.woff) format("woff"),url(./fonts/350627_2_0.ttf) format("truetype");
    font-display: fallback
}

.hidden{
    display: none !important
}

.house {
    fill: rgb(204,204,196);
    opacity: 0.4;
    fill-rule: evenodd;
}

.house-ledig {
    fill: rgb(204,204,196);
    opacity: 0.4;
    fill-rule: evenodd;
}

.house_shadow {
    fill: rgb(0,0,0);
    opacity: 0.2;
    fill-rule: evenodd;
}

.house:hover, .house-ledig:hover {
    opacity: 0.7;
}


.house_number {
    font-size: 14px;
    text-anchor: middle;
    font-family: 'HelveticaNeue', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    opacity: 0.8;
    fill: rgb(255 255 255) !important
}

h1 {
    color: #112D4E !important
}

h2 {
    font-family: 'HelveticaNeue', sans-serif;
    margin-bottom: .75em;
    font-size: 21px;
    line-height: 1;
    font-weight: 700;
    color: rgb(255 255 255)
}

p {
    font-family: 'HelveticaNeue', sans-serif;
    color: rgb(255 255 255);
    font-size: 16px;
    font-weight: 400
}

.hint {
    font-size: 13px;
    margin-top: 10px;
    font-family: 'HelveticaNeue', sans-serif;
    color: rgb(255 255 255);
    font-weight: 400
}

a {
    text-decoration: none !important
}

/*
BASIC -------------------------------------------------------------------*/

html, body, #form1 {
    background-color: #E6D3A0;
    font-family: 'HelveticaNeue', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #112D4E !important;
    overflow: hidden;
    height: 100% !important;
}

.cursor-pointer{
    cursor: pointer
}

.container-fluid{
    border: solid 0px #ff0000;
    padding: 0;
}

#houseaddress {
    margin: 20px 0 !important;
}

    #houseaddress .col-12 {
        border: solid 0px #525252;
    }

        #houseaddress .col-12 h1 {
            font-weight: 100;
            font-size: 42px
        }

#houselist-container{
    margin: 0 0px
}

    #houselist-container .col-12 {
        padding: 0 0;
        background-color: #808080
    }



#houselist-container {
    margin: 0 !important;
    padding: 0 11px;
}

.col-hd {
    background-color: #808080;
    text-align: left;
    color: #f8f6f3;
    border: solid 1px #f8f6f3;
    border-left-width: 0px;
    padding: 10px;
    /*      padding-top: 5px;
        padding-bottom: 5px;*/
}

    .col-hd:first-child {
        border-left-width: 1px;
        padding-left: 20px !important
    }

    .col-hd:last-child {
        border-right-width: 0px
    }

    .col-child {
        text-align: left;
        color: #525252;
        border: solid 1px #f8f6f3;
        border-top-width: 0px;
        border-left-width: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: rgb(255 255 255)
    }

        .col-child:first-child {
            padding-left: 20px !important
        }

        .col-child:last-child {
            border-right-width: 0px
        }

        .col-child:last-child table{
            width: 100%;
            height: 100%;
        }

            .col-child:last-child table tr td{
                width: 100%;
                height: 100%;
            }

.status {
    width: 16px;
    height: 16px;
    background-color: #525252;
    border-radius: 16px;
}


.ledig {
    background-color: rgba(48,144,58);
}

.reserveret {
    background-color: rgb(251,186,0);
}

.solgt, .afleveret, .udlejet {
    background-color: rgb(167,41,26);
}

.ikke-frigivet-til-salg {
    background-color: rgb(204,204,196);
}

.selected {
    background-color: rgb(255,255,255);
    border: solid 1px rgb(0,0,0)
}

.projecthouse {
    background-color: rgb(184,187,176);
}

.showhouse {
    background-color: rgb(68,100,132);
}


.layer {
    position: relative
}

.signatur {
    position: absolute;
    right: 0;
    top: unset !important;
    bottom: 0px !important;
    background: rgba(255,255,255,0.8);
    padding: 5px;
    border: solid 0 #ff0000
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .signatur {
        top: unset !important;
        bottom: 0px !important;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .signatur {
        top: -20px !important;
        bottom: unset !important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .signatur {
        top: -20px !important;
        bottom: unset !important;
    }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .signatur {
        top: -20px !important;
        bottom: unset !important;
    }
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .signatur {
          top: -20px !important;
        bottom: unset !important;
    }
}

.front-back-nav {
    position: absolute;
    left: 0;
    top: -20px;
    padding: 5px;
    
    text-align: center

}

    .front-back-nav div {
        background: rgba(255,255,255,0.8) !important;
        border: solid 0px rgb(0,0,0);
        padding: 5px 10px;
        display: inline-block
    }

        .front-back-nav div .link-primary {
            color:#E6D3A0 !important;
        }

            .front-back-nav div .link-primary:hover {
                color: #112D4E !important;
            }

        .front-back-nav div .link-secondary {
            color: #112D4E !important;
        }

            .front-back-nav div .link-secondary:hover {
                color: #112D4E !important;
            }





.link-primary {
    color: rgb(167,41,26)
}

.link-primary:hover {
    color: rgb(0,0,0)
}

.link-secondary {
    color: #525252
}

    .link-secondary:hover {
        color: rgb(0,0,0)
    }


/*
CONFIG -------------------------------------------------------------------*/
.config {
    display: grid;
    display: -ms-grid;
    grid-template-columns: auto;
    
}

/*background-color: #112D4E !important*/

.layer {
    grid-row: 1;
    grid-column: 1;
}

#selecthouses {
    position: relative;
    border: solid 0px #318c37;
    display: none
}

.house-selector {
    position: absolute;
    border: solid 1px #ff0000
}

    .house-selector img {
        width: 100%;
        height: 100%;
    }

.specs {
    background-color: #FFFFFF
}


.list-group {
    padding: 0px !important;
    margin: 0px -10px !important;
    border-width: 0px !important;
    border-radius: 0px !important;

}

    .list-group .col-hd {
        background-color: #112D4E !important;
        border-color: #E6D3A0 !important
    }

.unit-row .col-child {
    background-color: #FFFFFF !important;
    border-color: #E6D3A0 !important
}

.unit-row:hover .col-child {
    background-color: #decb80 !important;
    border-color: #E6D3A0 !important
}


    


/*border-color: #E6D3A0 !important*/
.list-group-item {
    padding: 0px !important;
    margin: 0px !important;
    border-width: 0px !important;
    border-radius: 0px !important;
    background-color: #ffffff;
}

    .list-group-item:hover {
        background-color: #b0af99;
    }

.contact-container {
    background-color: #124735;
    padding: 30px
}

.contact-container-footer {
    background-color: #0d3528;
    padding: 15px
}


.form-control, .form-control:focus {
    border-radius: 0 !important;
    border: solid 0px white;
    border-bottom-width: 2px;
    background-color: transparent;
    font-size: 21px;
    padding: 0 !important;
    color: rgb(255 255 255);
}

.form-control-multiLine, .form-control-multiLine:focus {
    border-radius: 0 !important;
    border: solid 2px white;
    background-color: transparent;
    font-size: 21px;
    padding: 0 !important;
    color: rgb(255 255 255);
    width: 100%;
    padding: 35px 10px 10px 10px !important;
    box-sizing: border-box;
    box-shadow: none !important;
    outline: none !important;
}

.txtbox{
    position: relative
}

    .txtbox .txtlabel {
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 21px;
        pointer-events: none;
        transition: .5s;
        color: #89a39a
    }

    .txtbox .txtArealabel {
        position: absolute;
        top: 15px;
        left: 20px;
        font-size: 21px;
        pointer-events: none;
        transition: .5s;
        color: #89a39a
    }

    .txtbox .form-control:focus ~ .txtlabel, .txtbox .form-control:valid ~ .txtlabel {
        top: -20px;
        font-size: 12px
    }

    .txtbox .form-control-multiLine:focus ~ .txtArealabel {
        top: 10px;
        left: 10px;
        font-size: 12px
    }

.btn-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.btn-send {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    border: 2px solid #fff;
    border-radius: 100px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.btn-send-svg {
    width: 12px;
    height: 12px;
    margin-left: 10px;
    display: inline-block;
   
}

.a-icon__asset {
    display: block;
    width: 100%;
    height: 100%;
    fill: #fff;
}

    .btn-send:hover {
        border: 2px solid #fff;
        background: #fff;
        color: #808080;
    }

        .btn-send:hover .a-icon__asset {
            fill: #808080;
        }



