/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */
select, input{
    font-size: 14px!important;
}
.bt-active a{
    background-color:#1296d8!important;
    cursor: not-allowed;
    display:none;
}
.nobutton a{
    cursor: not-allowed;
}
#tabbox{
    margin-top:-84px;
    z-index:10000;
}

#header{
    z-index:1001;
}

#infobox{
    margin-top:-140px;
    z-index:10000;
}

#infobox .container{
    z-index:1000;
}

#tabbox .container{
    z-index:1000;
}

body div .avia-button{
    border-radius:0!important;
}

.mf-fa{
    text-align:center;
    color:white;
    padding:50px;
    line-height:50px;
    min-height:150px;
    vertical-align:middle;
    background-color:#3d5588;
    cursor:pointer!important;
}

.mf-fa-2, .mf-fa-2-mob{
    text-align:center;
    color:white;
    padding:20px;
    line-height:20px;
    min-height:50px;
    vertical-align:middle;
    background-color:#3d5588;
    cursor:pointer;
}

.mf-fa-bad-1{
    background-color:#b97676;
    cursor:pointer;
}

.mf-fa-bad-2{
    background-color:#b74747;
    cursor:pointer;
}

.mf-fa-bad-3{
    background-color:#b72626;
    cursor:pointer;
}

.mf-fa-good-1{
    background-color:#849d6c;
    cursor:pointer;
}

.mf-fa-good-2{
    background-color:#6d9942;
    cursor:pointer;
}

.mf-fa-good-3{
    background-color: green;
    cursor:pointer;
}

.mf-option{
    text-align:center;
    color:white;
    padding:50px;
    min-height:150px;
    vertical-align:middle;
}

.mf-option-2{
    text-align:center;
    color:white;
    padding:20px;
    min-height:50px;
    vertical-align:middle;
}

.mf-option-enabled{
    background-color:#3d5588;
    cursor:pointer;
}

.mf-option-disabled{
    background-color:grey;
    cursor:not-allowed;
}

.mf-option-active{
    background-color:green;
    cursor:pointer;
}

/* Footer */
.footer-menu{
    width:100%;
    text-align: center;
    line-height: 38px;
    font-size: 82%;
}
.footer-menu a{
    margin-left:10px;
    margin-right: 10px;
}

/* Elemente auf 100% Breite */
.fullwidth{
    width:100%;
}

/* Botton*/
.btn-default{
    background-color: #3d5588!important;
    border:0;
    border-radius: 0;
}

.btn{
    border:0!important;
    border-radius: 0!important;
}

.btn:hover{
    background-color: #3d5588!important;

}

/* Form Labels */
.caldera-grid label{
    font-weight:400!important;
}

/* Label für Datenschutz-Box */
.ds-label{
    margin-left:5px;
    font-size:90%!important;
}

/* DatenschutzBox (Formulare) */
.checkbox-boxed{
    background-color:#f4f4f4;
    border-radius:2px;
    padding:15px;
    padding-left:15px;
    padding-right:20px;
    text-align:justify;
    line-height:15px;
}

/* Elemente rechts ausrichten */
.right{
    display:block!important;
    float:right!important;
}

/*
Slider
================================================== */
.slider {
    padding-bottom:8px;
    padding-top:0px;
}

/* Slider FF */
input[type=range]{
    /* fix for FF unable to apply focus style bug  */
    border: 1px solid transparent;
    background-color: transparent;
    /*required for proper track sizing in FF*/
    width: 100%;
}

input[type=range]::-moz-focus-outer {
    border: 0;
    outline: none;
}


input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #3d5588;
}

input[type=range]:focus::-moz-range-thumb {
    background: #1296d8;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring{
    outline: none;
}

input[type=range]:focus::-moz-range-track {
    background: #ccc;
}


/* Slider IE 11 */
input[type=range]::-ms-track {
    width: 100%;
    height: 10px;

    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;

    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #3d5588;
}

input[type=range]:focus::-ms-thumb {
    background: #1296d8;
}
input[type=range]:focus::-ms-fill-lower {
    background: #888;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}
input[type=range]::-ms-tooltip {
    display: none;
}

/* Webkit */
input[type=range]{
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    background: #ddd;
    border: none;
    border-radius: 5px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #3d5588;
    margin-top: -5px;
    cursor: pointer;
}

input[type=range]:focus::-webkit-slider-thumb {
    background: #1296d8;
}

input[type=range]:focus {
    outline: none;
}



input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select{
    color:#000!important;
}

.saved-calculation{
    padding:10px;
    border-radius:2px;
    background-color:#ededed;
    font-size: 90%;
    color:#000;
}

.saved-calculation p{
    margin:0;
}



.saved-calculation-buttons{
    background-color:#ededed;
    margin-bottom:40px;
}

.saved-calculation-buttons a:link{
    float:left;
    width:90%;
    padding:5px;
    text-align: center;
    background: #3d5588;
    color:white;
}

.saved-calculation-buttons a:hover{
    background: #1296d8;
    text-decoration: none;
}

.saved-calculation-buttons a:link.delete{
    background: #7f332f;
    color:white;
    border-left: 1px solid white;
    width:10%;
    float:right;
}

.saved-calculation-buttons a:hover.delete{
    background: #be1717;
    text-decoration: none;
}


.disabled-button{
    cursor: no-drop;
    background-color:#b1b1b1!important;
    border-color: #b1b1b1 !important;
}


.disabled-button:hover{
    opacity:1!important;
    border-color:#b1b1b1!important;

}


.kalkulation-ergebnis{
    font-size: 14px!important;
    margin-bottom:20px;
}

.kalkulation-ergebnis .col-left{
    float:left;
    width:250px;
    font-weight: bold;
}

.kalkulation-ergebnis .col-right{
    text-align:left;
    float:left;
    font-weight: bold;
    font-size: 18px;
    width:250px;
}

.kalkulation-ergebnis .col-right::after{
    clear:both;
}

.saved-calculation .kalkulation-ergebnis {
    font-size: 12px!important;
    margin-bottom:0!important;
}

.saved-calculation .kalkulation-ergebnis .col-left{
    float:left;
    width:60%;
    font-weight: bold;
}

.saved-calculation .kalkulation-ergebnis .col-right{
    text-align:left;
    float:left;
    font-weight: bold;
    font-size: 12px;
    width:40%
}

.saved-calculation .kalkulation-ergebnis .col-right::after{
    clear:both;
}

.kalkulation-eingabe{
    font-size: 14px!important;
    margin-bottom:20px;
}

.kalkulation-eingabe .col-left{
    float:left;
    width:250px;
}

.kalkulation-eingabe .col-right{
    float:left;
}

.kalkulation-eingabe .col-right::after{
    clear:both;
}



/* Telefon Button */
.phone-button{
    display:block;
    padding:10px;
    background-color:black;
    color:white;
    text-align:center;
    position:fixed;
    top:200px;
    right:0;
    z-index: 20000;
    font-size: 90%;
    min-width:215px;
    -webkit-box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.24);
    text-align: left;
}

.phone-button img{
    vertical-align: middle;
    margin-right:20px;
}

.phone-button:hover{
    color:white;
    background-color: #1296d8;
    text-decoration: none;
}

/* Corona Button */
.corona-button{
    display:block;
    padding:10px;
    background-color:#b7103e;
    color:white;
    text-align:center;
    position:fixed;
    top:130px;
    right:0;
    z-index: 20001;
    font-size: 90%;
    min-width:215px;
    -webkit-box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.24);
    text-align: left;
}

.corona-button img{
    vertical-align: middle;
    margin-right:20px;
}

.corona-button:hover{
    color:white;
    background-color: #d8416b;
    text-decoration: none;
}



/* Kontakt Button */
.kontakt-button{
    display:block;
    padding:10px;
    background-color:black;
    color:white;
    text-align:left;
    position:fixed;
    top:270px;
    right:0;
    z-index: 20000;
    font-size: 90%;
    min-width:215px;
    -webkit-box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.24);
    text-align: left;
}


.kontakt-button img{
    vertical-align: middle;
    margin-right:20px;
}


.kontakt-button:hover{
    color:white;
    background-color: #1296d8;
    text-decoration: none;
}

/* MF Sidebar  */
.mf-sidebar{
    display:none;
    padding:10px;
    background-color:black;
    color:white;
    text-align:left;
    position:fixed;
    top:340px;
    right:0;
    z-index: 20000;
    font-size: 90%;
    min-width:215px;
    -webkit-box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.24);
    text-align: left;
}


.mf-sidebar img{
    vertical-align: middle;
    margin-right:20px;
}

.mf-sidebar strong{
    color:white!important;
}


.mf-sidebar:hover{

}

.mf-sidebar .kalkulation-eingabe div, .mf-sidebar .kalkulation-eingabe .col-left,  .mf-sidebar .kalkulation-eingabe .col-right{
    font-size:80%;
}

.mf-sidebar .kalkulation-eingabe .col-left,  .mf-sidebar .kalkulation-eingabe .col-right{
    width:50%;
    line-height:1.2em;
}


div.avia-popup .mfp-close {
    width: 150px;
    height: 40px;
    right: 0;
    border: 0;
    border-radius: 0;
    line-height: 38px;
    opacity:1;
    padding: 0;
    top: -5px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 14px !important;
    background-color: #1296d8 ;
    text-align: center;
    text-transform: capitalize;
}

div.avia-popup .mfp-close:hover {
    border: none;
    transform: none;
    -webkit-transform: none;
    background-color: #133c7f!important;
}

.info-bilanzneutralitaet .iconbox_icon, .info-foerderungen .iconbox_icon, .info-eigentumserwerb .iconbox_icon, .info-bruttofinanzierung .iconbox_icon, .info-bilanz .iconbox_icon, .info-rueckgabe .iconbox_icon{
    /*   background-color: #e0e8f2!important;*/
}

.info-bilanzneutralitaet-mob{
    display:none;
}

.info-bilanzneutralitaet h3, .info-foerderungen h3, .info-eigentumserwerb h3, .info-bruttofinanzierung h3, .info-bilanz h3, .info-rueckgabe h3{
    text-transform: none!important;
    line-height:1.5em;
    font-size: 80%;
}

.button-blue{
    background-color: #1296d8 ;
    color:white;
    border:0!important;
}



.iconbox .iconbox_content .iconbox_content_title{
    letter-spacing: inherit;
    font-size: 90%;
}

.fa-pro .iconbox_icon{
    background-color: green!important;
}

.fa-pro h3{
    color: black!important;
}


#top select, #top .avia_ajax_form .select, #top .entry-content-wrapper select {

    -webkit-appearance: none;
    border-radius: 0px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC) !important;
    background-position: center right;
    background-repeat: no-repeat;
    border-radius: 2px;

}

.mfp-iframe-scaler iframe{
    /* height:calc(100% - 41px);*/
}

.mf-table th{
    background-color: #3d5588!important;
    color:white;
    text-transform: none;
    font-weight: normal;
}

.mf-table td{
    background-color: white!important;
    color:black;
}

.mf-table th.light {
    background-color: #eeeeee !important;
    font-weight: normal;
    color:black;
}


.infobox{
    border: 1px solid #5c5c5c;
    border-radius: 3px;
    padding:20px;
    background: white;
}


.it-form{
    display:none;
}

.caveat{
    font-family: 'nothing-you-could-do-v8-latin';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    margin-top:0px;
}

.infobox-blau{
    background-color: #1296d8;
    color: white;
    padding:15px;
}

.infobox-blau p{
    margin:0;
}

.infobox-blau .box-content{
    margin-top:8px;
    display:block;
}

.infobox-blau .box-button{
    margin-top:20px;
    margin-bottom:10px;
    display:block;
}
.infobox-blau .button{
    background-color: #3d5588!important;
    color: white;
}

.formbox-start .post-entry{
    padding-left:30px;
    padding-right:30px;
}

.caldera_forms_form{
    display:inline;
}

.btn, .btn-default {
    font-size: 18px!important;
}

.infobox-leasing-mobile, .infobox-mietkauf-mobile, .infobox-kredit-mobile{
    display:none;
}

.hide-code{
    height:0;
}

#top .avia-button-fullwidth{
    padding-left:10px;
    padding-right:10px;
}

a._brlbs-btn-cookie-preference{
    background-color: #1296d8!important;
    background: #1296d8!important;
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
    /* Add your Desktop Styles here */





}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 1550px) {
    /* Add your Mobile Styles here */
    .kontakt-button {
        right: -151px;
        transition: 0.5s;
    }

    .kontakt-button:hover{
        right: 0;
        transition: 0.5s;
    }


    .phone-button, .corona-button {
        right: -151px;
        transition: 0.5s;
    }

    .phone-button:hover, .corona-button:hover{
        right: 0;
        transition: 0.5s;
    }

    .mf-sidebar {
        right: -151px;
        transition: 0.5s;
    }

    .mf-sidebar:hover{
        right: 0;
        transition: 0.5s;
    }

    .mf-sidebar:hover #mf-sidebar-content{
        display:block;
        transition: 0.5s;
    }

    #mf-sidebar-content{
        display:none;
        transition: 0.5s;
    }



}

@media only screen and (max-width: 1100px) {

    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
        display: none;
    }

    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
        display: block;
    }

    .kontakt-button{
        display:none;
    }
}

@media only screen and (max-width: 1000px) {
    /* Add your Mobile Styles here */
    .btn, .btn-default {
        font-size: 14px!important;
    }

    .avia_textblock{
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

    .sidebar { display: none !important; }
    .content { width: 100% !important; border: none !important; }

    .phone-button {
        top: 83px;
    }

    .corona-button{
        top:150px;
    }

    .kontakt-button{
        display:none;
    }

    .mf-sidebar{
        top: 223px;
    }

    #top .avia-button-fullwidth{
        padding:10px;
    }


}

@media only screen and (max-width: 700px) {
    /* Add your Mobile Styles here */

    #infobox{
        margin-top:-100px;
    }

}


@media only screen and (max-width: 767px) {
    .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
        margin-bottom:0;
    }
}