/*.margin-20{margin-bottom: 20px;}
.margin-40{margin-bottom: 40px;}
.margin-60{margin-bottom: 60px;}
.margin-80{margin-bottom: 80px;}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5{
    border: 1px solid gray;
}

.margin-0{margin: 0;}
.padding-0{padding: 0;}

p{
    margin-bottom: 0;
}

.gray{
    background-color: lightgray;
}*/

html, body{
    font-size: 16px;
    color: var(--main-bg-color);
    font-family: "Lato", sans-serif;
}

:root{
    --main-bg-color: #000000;
}

/*Alle Platzhalter Elemente ausblenden*/
#construction-year-short, #width-short, #height-short{
    display: none;
}



h4{
    font-size: 1.31rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

h6{
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
}

p{
    margin: 0;
}

label{
    margin-bottom: 6px;
    font-weight: bold;
}

header {
    max-width: 1920px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    position: relative;
    padding: 39px 1rem 35px 1rem;

}

header:after {
    content: "";
    background-image: url(/assets/linie_header.svg);
    width: 1920px !important;
    height: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: cover;
}

.header-text{
    float: left;
    font-size: 3.125rem;
    letter-spacing: 7.5px;
    font-weight: bold;
    line-height: 3rem;
}

.logo{
    max-width: 204px;
}

.right {
    float: right;
    align-items: center;
}

.headline {
    padding-top: 30px;
}

.headline-content {
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
}
.highlight-blue{
    color: #006AB2;
    font-weight: bolder;
}

h2{
    font-size: 27px;
    font-weight: bold;
    margin: 0;
    color: #58585A;
    text-transform: uppercase;
}

.logo img {
    width: 150px;
}

.line {

    background-image:   url(/assets/Header_Linie.svg);
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
}

.wrapper{
    max-width: 1620px;
    /*max-width: 84.38%;*/
    margin: 0 auto;
}

.wrapper-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 84.75%;
}

.wrapper .col-sm-4 .row{
    max-width: 100%;
}

.wrapper .col-sm-12, .wrapper .col-sm-8,  .wrapper .col-sm-6, .wrapper .col-sm-4, .wrapper .col-sm-3, .wrapper .col-sm-2, .wrapper .col-sm-1{
    padding: 0;
}

.wrapper .row{
    margin: 0;
}

.input-area{
    width: 27.6%;
    border-right: 1px solid #C7C7C7;
    padding-top: 13px;
}

.input-container{
    height: 40px;
}

.input-container select, .input-container input{
    width: 84.75%;
    height: 100%;
}

#delete{
    padding: 6px 10px 6px 7px;
    display: flex;
    border: 1px solid #A7A7A7;
}

#delete:hover{
    cursor: pointer;
}

#delete p{
    font-size: 0.78rem;
    color: #A7A7A7;
}

.x{
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: 8px;
    margin-left: 5px;
}

.x::before{
    border-top: 1px solid #A7A7A7;
    display: block;
    content: ' ';
    width: 12px;
    transform: rotate(135deg);
}

.x::after{
    border-bottom: 1px solid #A7A7A7;
    display: block;
    content:  ' ';
    width: 12px;
    margin-top: -1px;
    transform: rotate(45deg);
}

select{
    border: 1px solid #A7A7A7;
    padding: 9px;
    padding-right: 40px;

    background-image: url("/assets/down-arrow.png");
    background-repeat: no-repeat;
    background-position: bottom 200% right;
    background-size: auto 40px;

    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

select:enabled{
    opacity: 1;
}

select:disabled{
    opacity: 0.3;
}

/*.input-container::before{
    content: ' ';
    height: 16px;
    position: absolute;
    margin-left: 340px;
    border-left: 2px solid #0C6AB2;
    margin-top: 12px;
    transform: rotate(-45deg);
}

.input-container::after{
    content: ' ';
    height: 16px;
    display: inline-block;
    position: absolute;
    margin-left: -28px;
    margin-top: 12px;
    border-right: 2px solid #0C6AB2;
    transform: rotate(45deg);
}

@media (max-width: 1620px){
    .input-container::before {
        content: ' ';
        height: 16px;
        position: absolute;
        left: 20.5%;
        border-left: 2px solid #0C6AB2;
        margin-top: 12px;
        margin-left: 0;
        transform: rotate(-45deg);
    }

    .input-container::after {
        content: ' ';
        height: 16px;
        display: inline-block;
        position: absolute;
        left: 21.3%;
        margin-top: 12px;
        margin-left: 0;
        border-right: 2px solid #0C6AB2;
        transform: rotate(45deg);
    }
}

.no-arrow::before, .no-arrow::after{
    content: '';
    height: 0;
    width: 0;
    border: 0;
}*/

/*select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    outline:0;
    box-shadow:none;
    border: 1px solid #A7A7A7;
    background: #FFFFFF;
    background-image: none;
    flex: 1;
    padding: 0 .5em;
    color:#000000;
    cursor:pointer;
}
select::-ms-expand {
    display: none;
}
.input-container {
    position: relative;
    display: flex;
    width: 20em;
    height: 3em;
    line-height: 3;
    background: #5c6664;
    overflow: hidden;
    border-radius: .25em;
}
.input-container::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #FFFFFF;
    cursor:pointer;
    pointer-events:none;
    transition:.25s all ease;
}
.input-container:hover::after {
    color: #23b499;
}*/

input{
    border: 1px solid #A7A7A7;
    background-color: white;
    padding: 10px;
}

input:enabled{
    opacity: 1;
}

input:disabled{
    opacity: 0.3;
}

.result-area{
    padding-left: 69px !important;
    min-width: 72.4%;
}

.result-area-inner{
    border: 3px solid #EBEBEB;
    padding: 25px 46px;
}

#details-no-result{
    width: 100%;
    height: 400px;
    border: 1px solid #C7C7C7;
    padding: 35px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#details-no-result h6{
    width: fit-content;
}

#details{
    border: 1px solid #C7C7C7;
    padding: 35px 30px;
    display: none;
}

#result-head{
    display: none;
}

#result-error{
    border: 1px solid #C7C7C7;
    display: none;
}

#result{
    border: 1px solid #C7C7C7;
    display: none;
}

#result-inner{
    padding: 0 20px;
}

#result-inner h6{
    padding-bottom: 10px;
}

#result-inner p{
    padding-bottom: 10px;
    border-bottom: 2px solid #EBEBEB;
    margin-top: 10px;
}

.result-mid-width{
    width: 14.1%
}

.result-small-width{
    width: 13%;
}

.no-border:last-child{
    border-bottom: 0;
}

.sub-results:last-child{
    border: none;
}

.red-bar{
    height: 16px;
    background-color: #E32145;
}

.green-bar{
    height: 16px;
    background-color: #45B02B;
}

#infos{
    display: none;
}

#information-field-head{
    display: none;
}

#information-field{
    display: none;
}




.margin-super-small{
    margin-bottom: 27px !important;
}

.margin-small{
    margin-bottom: 33px !important;
}
.result-area-inner .margin-small{
    margin-bottom: 33px !important;
}

.margin-medium{
    margin-bottom: 36px !important;
}

.margin-big{
    margin-bottom: 56px !important;
}

.margin-10{
    margin-bottom: 10px !important;
}
.margin-20{
    margin-bottom: 20px !important;
}

.margin-medium-left-top{
    margin-top: 30px !important;
    margin-left: 30px !important;
}


@media(max-width: 1500px){
    .input-area{
        width: 24%;
    }

    .result-area{
        min-width: 76%;
    }

    #result-inner h6{
        height: 40px;
    }

    #result-inner p{
        min-height: 60px;
    }
}


@media(max-width: 1300px){
    html, body{
        font-size: 14px;
    }

    h4{
        font-size: 1.4rem;
    }

    label{
        font-size: 1.1rem;
    }

    .result-area{
        padding-left: 45px !important;
    }

    #result-inner > div:nth-child(1) {
        width: 18% !important;
    }

    #result-inner > div:nth-child(2) {
        width: 21%!important;
    }

    #result-inner > div:nth-child(3) {
        width: 18%!important;
    }

    #result-inner > div:nth-child(4) {
        width: 23%!important;
    }

    #result-inner > div:nth-child(5) {
        width: 9%!important;
    }

    #result-inner > div:nth-child(6) {
        width: 8%!important;
    }

    #result-error #result-inner > div:nth-child(1) {
        width: 100% !important;
    }
}

@media(max-width: 992px){
    html, body{
        font-size: 13px;
    }

    h4{
        font-size: 1.2rem;
    }

    label{
        font-size: 1rem;
    }

    select{
        background-position: bottom 0 right;
        background-size: auto 33px;
    }
}


/*

@media(max-width: 1620px){
    html, body{
        font-size: 14px;
    }
}
@media(max-width: 1400px){
    html, body{
        font-size: 12px;
    }
}
@media(max-width: 1270px){
    html, body{
        font-size: 10px;
    }
    .input-container{
        height: 30px;
    }
    #details{
        height: 300px;
    }
    .x{
        width: 4px;
        height: 4px;
        margin-top: 3px;
        margin-left: 5px;
    }

    select{
        background-position: bottom 100% right;
        background-size: auto 31px;
    }
}
@media(max-width: 1060px){
    html, body{
        font-size: 7px;
    }
    #details{
        height: 250px;
    }
    .input-container{
        height: 25px;
    }
}
*/
