
/* Fonts*/
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/fontawesome-webfont.woff") format("woff"),
         url("../fonts/fontawesome-webfont.woff2") format("woff2"),
         url("../fonts/fontawesome-webfont.ttf") format("truetype");
}

/* General */
body {
    font-size: 16px;
    color: #0f0f0f;
}
.h-60 {
  height: 60% !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, 
h1, h2, h3, h4, h5, h6 {
    font-family: "SEATBCN-Bold",Helvetica,Arial,sans-serif;
    color: #0F0F0F;
}
h1,h2,h3 {
    clear: both;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 24px;
    padding: 0px 0 17px 0px;
}
h1 {
    font-size: 38px;
    line-height: 40px;
}
h1 + p {
    margin-top: 0;
}
h2 {
    /*margin-top: 30px;*/
    margin-bottom: 0px;
}
h3 {
    margin: 0;
}
h6 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
}
a,
a:not([href]):not([tabindex]) {
    color: #0F0F0F;
    text-decoration: none;
}
a:hover {
    color: #0F0F0F;
    text-decoration: underline;
}
b,strong {
    font-weight: normal;
    font-family: "SEATBCN-Bold",Helvetica,Arial,sans-serif;
}

.see-all {
  line-height: 38px;
  width: 100%;
  text-decoration: none;
  padding-left: 15px;
  cursor: pointer;
}

#ui-id-1.limited-10 {
    height: calc(34px * 10);
    overflow: hidden;
}

/* Selectric */
.selectric {
    position: relative;
    box-shadow: none;
    border-radius: 0;
    border-color: rgba(15,15,15,0.2);
    background-color: #fff;
    border-width: 0 0 1px 0;
    height: 32px;
}
.valid ~ .selectric-wrapper .selectric {
    border-color: #00AFAC;
}
.selectric .label {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    margin: 0 38px 0 0;
}
.selectric-wrapper .button {
    /*background: rgba(0, 0, 0, 0) url(../img/arrow-down.png) no-repeat scroll 50% center;*/
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 23px;
}
.selectric .button {
  font-size: 20px;
  color: #242424;
}
.selectric .button::after {
    border-width: 0px 0px medium;
}
.selectric .button i {
    margin-top:9px;
}
.selectric p.button {
    margin: 0;
    width: 35px;
    height: 35px;
}
.selectric-items {
  box-shadow: none;
  margin-top: -44px;
  border-radius: 4px;
  border-width: 1px 1px;
  background: #FFF;
  z-index: 999;
}
.selectric-items ul,
.selectric-items li {
    font-size: 16px;
    line-height: 35px;
    list-style: outside none none;
    margin: 0;
    min-height: 35px;
    padding: 0;
    color: #0F0F0F;
}
.selectric-items li {
    position: relative;
    padding: 0 10px;
    transition: all 0.3s ease 0s;
}
.selectric-wrapper {
    width: 100% !important;
    flex: 0 0 auto;
}
.selectric-items li.highlighted {
    background: transparent none no-repeat;
    color: #0F0F0F;
}
.selectric-items li.highlighted::after {
    background: transparent url("../img/icon_check.svg") no-repeat scroll 0 0;
    bottom: auto;
    content: "";
    height: 13px;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 13px;
    color: #00AFAC;
}
.selectric-items li.highlighted:first-child::after {
    background: transparent none no-repeat scroll 0 0;
}
.selectric-items li:hover,
.selectric-items li.highlighted:hover {
    background-color: #f8f8f6;
    color:#242221;
}
.selectric-items.formerror {
    border-width: 1px;
    border-color: #e63a2b;
}
.selectric-items li:first-child::after {
    font-family: FontAwesome !important;
    content: "\f106";
    font-size: 20px;
    bottom: auto;
    height: 13px;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 0px;
    width: 13px;
}
.selectric.formerror .label {
    height: 46px;
    line-height: 46px;
}

/* Forms */
#formSearch {
    /*height: 100vh;*/
}
#formSearch, #dealerListMobile {
    font-size: 14px;
    color: rgba(15,15,15,0.60);
    letter-spacing: 0;
    line-height: 22px;
}

a.backarrow {
    position: absolute;
    height: 40px;
    margin-left: 15px;
    top: 10px;
    width: 40px;
    line-height: 40px;
    background: none 0 0 no-repeat rgba(255,255,255,0.7);
    border-radius: 100%;
    color:#0F0F0F;
    text-align: center; 
}
.backarrow::before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 30px;
    color: rgba(15,15,15,0.60);
}
a.backarrow:hover {
    text-decoration: none !important;
}

label {
    display: block;
    cursor: pointer;
    line-height: 30px;
}
label::before {
    position: relative;
}
label {
    font-family: "SEATBCN-Regular",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: rgba(15,15,15,0.6);
    position: absolute;
    top: 0;
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
    -webkit-transition: all .2s ease-in;
       -moz-transition: all .2s ease-in;
            transition: all .2s ease-in;
    width: calc(100% - 10px);
}
label.active {
    top: -24px;
    font-size: 12px;
    line-height: 22px;
    z-index:5000;
}
input[type='number'] {
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"],
input[type="number"]:focus,
input[type="text"],
input[type="text"]:focus,
input[type="email"],
input[type="email"]:focus,
input[type="date"],
input[type="date"]:focus,
select,
textarea,
textarea.form-control {
    font-size: 16px;
    border-width: 0 0 1px 0;
    border-color: rgba(15,15,15,0.2);
    color: #0F0F0F;
    border-radius: 0;
    box-shadow: none;
    height: 32px;
    line-height: 32px;
    background-color: transparent; 
}
#filter {
    line-height: 30px;
    height: 37px;
    border-width: 0;
    font-size: 14px;
}
Xinput[type="text"]#filter:focus{
    border-left: 1px solid rgba(15,15,15,0.2);
    border-right: 1px solid rgba(15,15,15,0.2);
}
.input-group .btn {
    width:16px;
}

.input-group-prepend {
    margin-right: 0;
}
.input-group-append {
    margin-left: 0;
}
#button-addon1 {
    border-width: 0;
    border-right: 1px solid rgba(15,15,15,0.2);
    padding-left: 0;
    padding-right:10px;
    width: 30px;
    box-sizing: border-box;
    line-height: 25px;
}
#button-addon1 img,
#button-reset img,
#button-search img {
    margin-top: -4px;
}

#button-reset {
    border-width: 0;
    border-left: 1px solid rgba(15,15,15,0.2);
    cursor: pointer;
    padding-left: auto;
    padding-right: auto;
    width: 30px;
    line-height: 25px;
}
#button-search {
    border-width: 0;
    padding-left: 0;
    cursor: pointer;
    padding-left: auto;
    padding-right: auto;
    width: 30px;
    line-height: 25px;
}
.btn-outline-secondary:hover {
    background-color: transparent;
}


.form-control:focus,
.btn:focus {
    box-shadow: none;
}
.valid ~ input[type="text"],
.valid ~ select,
.valid ~ textarea {
    border-color: #00AFAC;
}
textarea {
    height: auto;
    min-height: 132px;
    resize: vertical;
    line-height: 20px;
    padding: 10px 0;
}
input[type="text"].inputHint {
    width: auto;
}
 input.formerror[type="text"],
 input.formerror[type="number"],
select.formerror,
textarea.formerror,
 input.inputerror[type="text"],
 input.inputerror[type="number"],
select.inputerror,
textarea.inputerror,
.formerror {
    border-width: 0 0 2px 0;
    border-color: #e63a2b;
}
.selectric.formerror .label {
    height: 46px;
    line-height: 46px;
}
input:focus:not([type]), 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="color"]:focus, select:focus, textarea:focus {
    background: #fff none repeat scroll 0 0;
    color: #333;
    outline: 0 none;
}
input[type="checkbox"],
input[type="radio"] {
    display: none;
}
input[type="radio"] + label:before {
    content: "";
    position: absolute;
    height: 24px;
    width: 24px;
    border: 2px solid #cccccc;
    left: 0;
    top: 50%;
    margin-top: -13px;
    border-radius: 50%;
    background-color: #ffffff;
    box-sizing: border-box;
}
input[type="radio"]:checked + label:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
            transform: scale(1);
}
input[type="radio"] + label:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    left: 7px;
    top: 50%;
    margin-top: -6px;
    background-color: #33302E;
    border-radius: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
input[type="checkbox"].formerror:checked + label:after {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
input[type="checkbox"].formerror + label:after {
    background-color: #fff7f8;
    border-color: #dc3545;
    color: #fff7f8;
}
input[type="checkbox"]:checked + label:after {
    background-color: rgba(36,34,33,1);
    border-color: rgba(36,34,33,1);
    content: "";
}
input[type="checkbox"] + label:after {
    color: #fff;
    font-family: 'FontAwesome';
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    left: 0;
    top: 12px;
    margin-top: -11px;
    border: 2px solid rgba(15,15,15,0.2);
    text-align: center;
    line-height: 15px;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 4px;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
    display: inline-block;
    padding-left: 30px;
    margin-right: 25px;
    position: relative;
    text-align: left;
    top: 0px;
    font-size: 14px;
    line-height: 22px;
}
input[type="checkbox"] + label {
    /* font-size: 16px;
    line-height: 30px; */
}
.btn-outline-dark,
button[type="submit"].selectric-input,
button.selectric-input[type="submit"] {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    left: 0;
    outline: medium none;
    overflow: hidden;
    position: relative;
    top: 0;
    background: transparent;
    font-family: 'SEATBCN-Bold',Helvetica,Arial,sans-serif;
    width: auto;
    border: 2px solid #ea5d1a;
    color: #ea5d1a;
    height: 48px;
    min-width: 100px;
    padding: 6px 20px;
    transition: all 0.5s ease 0s;
    border-radius: 4px;
    margin-top: 5px;
}
.btn-outline-dark.primary {
    color:#fff !important;
    background-color: #ea5d1a;
}

a.btn-outline-dark:not([href]):not([tabindex]) {
    color: #ea5d1a;
}
.btn-outline-dark:hover,
a.btn-outline-dark:not([href]):not([tabindex]):hover {
    border: solid 2px #F08D5F;
    color: #F08D5F;
    background: transparent;
}
.btn-outline-dark.primary:hover,
a.btn-outline-dark.primary:not([href]):not([tabindex]):hover {
    background: rgba(234,93,26,0.7);
}
label.inputError {
    font-size: 12px;
    position: static;
    color:#e63a2b;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e63a2b;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #e63a2b;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #e63a2b;
}
.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
    border-color: transparent;
    box-shadow: none;
}

/* Form Search - Column left */
/*#dealerList { background-color: #f5f5f5; !important }*/
#formSearch .bg-light { box-shadow: 0 0 5px rgba(128,128,128,0.5); }
#formSearch label.form-check-label {margin-right: 0;}
.dealerFeatures img{height: 25px;}
.dealerCursor {cursor:pointer}
.dealerName img{height: 16px;display: inline-block;vertical-align: middle}
/*#dealerList .dealerName h6:before { display:inline-block;width:16px;height:16px;background:url('../img/icons/icon_mapcenter_over.png') center center no-repeat;content:''; }*/

.filtericons {height: 17px;}
.dealerInfoWindow .btn{font-size: inherit;}
.c-pointer{cursor: pointer;}
.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid{border-color: initial;}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label{color: initial;}

#dealerList .col-12 {
    /*padding-right: 8px;
    padding-left: 8px;*/
}

.col {
    /*padding-left: 0;*/
}
label.h5 {
    position: static;
    font-family: "SEATBCN-Black",Helvetica,Arial,sans-serif;
    font-size: 20px;
    color: #0F0F0F;
    letter-spacing: 0;
    line-height: 26px;
}
.p-2 {
    padding: 15px !important;
}
#formSearch .mb-0,
#dealerListMobile .mb-0 {
    margin-bottom: 10px !important;
}
.mb-0 img, .d-mail img {
    float:left;
    margin-right: 10px;
}
.mb-0 img.picker {
    margin-top: 3px;
    margin-bottom: 10px;
}
.d-mail img {
    margin-bottom: 0px;
}

/* Modal */
.modal-body .row {
    margin-right: auto;
    margin-left: auto;
}
.form-group {
    margin-top: 35px;
}

.form-check {
    padding-left: 0;
}

/* Forms */
.btn-outline-secondary {
    border-width: 0 0 1px 0;
    border-color: rgb(15,15,15,0.2);
    border-radius: 0;
}
[class*="uk-icon-"] {
    font-family: FontAwesome !important;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
}
[class*="uk-icon-"], [class*="uk-icon-"]:hover, [class*="uk-icon-"]:focus {
    text-decoration: none;
}
.uk-icon-angle-down::before {
    content: "\f107";
}

/* Other */
.Xdealer {
    width: 344px;
    box-sizing: border-box;
}
.bd-links {
    max-height: calc(100vh - 21rem);
     overflow-y: auto;
   /*margin-right: -15px;*/
    margin-left: -15px;
    padding-bottom: -15px;
}
#dealerList {
    /*overflow-y: auto;
    max-height: calc(100vh - 22rem);
    width: 100%;*/
}
.infobtn {
    bottom: 2px;
    content: "";
    height: 10px;
    margin-left: 5px;
    top: auto;
    width: 10px;
    line-height: 10px;
    background: none 0 0 no-repeat #0F0F0F;
    border-radius: 100%;
    color:#ffffff;
    text-align: center;
    font-style: normal;
    font-family: "SEATBCN-Black",Helvetica,Arial,sans-serif;
    font-size: 9px;
}
.accbtn {
    content: "";
    height: 28px;
    top: -3px;
    bottom: auto;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    font-family: "FontAwesome" !important;
    position: absolute;
    right: 0;
    font-size: 16px;
    width: 30px;
    display: block;
}
a.accbtn:hover {
    text-decoration: none;
}
#formSearch .card {
    border-width: 0px;
    border-radius: 0;
}
#formSearch .card.card-body h5{
    font-size: 14px;
    padding-top: 10px;
}
#formSearch .card.card-body p,
#searchInfo {
    font-size: 12px;
    line-height: 17px;
}
#formSearch .form-check {
    border-bottom: 1px solid #dee2e6;
}
#formSearch .form-check.linedark {
    border-bottom: 1px solid #999;
}

/* Google Maps */
.gm-style .gm-style-iw-c {
    z-index: 999;
}
.gm-style .gm-style-iw-t::after {
    z-index: 999;
}

/* Mobile */

#dealerListMobile {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 3;
    box-sizing: border-box;
}
#dealerListMobile.bd-links {
    max-height: 100vh;
    width: 347px;
    width:100%;
    box-sizing: border-box;
    margin-left: auto;
    overflow-x: hidden;
}
#searchInfo {
}
.ia-accordion-title {
    font-size: 16px;
    line-height: 60px;
    height:60px;
    cursor: pointer;
    width: 100%;
    color: #0F0F0F;
}
.ia-accordion-title b{
    font-family: "SEATBCN-Bold",Helvetica,Arial,sans-serif;
}
#searchInfo .ia-accordion-title::after {
    bottom: auto;
    content: "";
    height: 30px;
    margin: auto;
    position: absolute;
    right: 10px;
    top: auto;
    width: 26px;
    font-family: "FontAwesome";
    content: "\f106";
}

/* Search vorschläge */
.ui-widget.ui-widget-content {
    width: auto !important;
}
.ui-menu .ui-menu-item-wrapper > span {
    white-space: nowrap;
    /*display: block;*/
}
.ui-menu .ui-menu-item-wrapper:hover {
    background-color: #999;
    border: 1px solid #999;
}

@supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */ 
    #searchInfo[aria-expanded=true] .ia-accordion-title {
        /*margin-top: 120px;*/
    }
}

@supports not (-webkit-overflow-scrolling: touch) {
    /* CSS for other than iOS devices */ 
    #searchInfo[aria-expanded=true] .ia-accordion-title {
        /*margin-top: 70px;*/
    }
}
#searchInfo[aria-expanded=true] .ia-accordion-title::after {
    content: "\f107";
}

#formFilter > .dealer::-webkit-scrollbar {display: none}

/* Responsive */
@media (min-width: 1200px) {
  /* XL 
    #formSearch::after {
        content:'XL';
        background:#F00;
        display:inline-block;
    }*/
    #formSearch {
        width: 376px;
        min-width: 376px;
        width: 346px;
        min-width: 346px;
    }

    #formSearch > .bg-light{
        /*max-height: 99vw;*/
        overflow: hidden;
    }

    #formFilter > .dealer
    {
        overflow-y: scroll;
        max-height: calc(99vh - 92px);
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
}

@media (max-width: 1199px) {
  /* L
    #formSearch::after {
        content:'L';
        background:#FF0;
        display:inline-block;
    } */
    #formSearch {
        width: 376px;
        min-width: 376px;
        width: 346px;
        min-width: 346px;
    }

    #formSearch > .bg-light{
        /*max-height: 99vw;*/
        overflow: hidden;
    }

    #formFilter > .dealer
    {
        overflow: scroll;
        max-height: calc(99vh - 92px);
        scrollbar-width: none;
        -ms-overflow-style: none;
    }


}

@media (max-width: 991px) {
  /* M 
    #formSearch::after {
        content:'M';
        background:#F0F;
        display:inline-block;
    }*/
}

@media (max-width: 767px) {
  /* S 
    #formSearch::after {
        content:'S';
        background:#0FF;
        display:inline-block;
    }
    */
    /*#formSearch {
        width: auto;
    }
    #mapMaster {
        position:relative !important;
        max-height:300px;
    }*/

    
   
}

.dealer {
    max-width:346px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 575px) {
  /* XS 
    #formSearch::after {
        content:'XS';
        background:#00F;
        display:inline-block;
    }
  */
   #formSearch .bg-light {
        /*box-shadow: none;*/
    }
  .gm-bundled-control-on-bottom {
    display:none
  }
  .searchInfoDesk {
        /*display: none;*/
    }
    #formSearch {
        width: calc(100% - 15px);
        /*max-width: 320px;*/
        min-width: auto;
    }
    .dealer {
        max-width: none;
    }
    #filter {
        font-size: 16px;
    }
    #XformSearch {
        width: 376px;
        min-width: 376px;
        width: 346px;
        min-width: 346px;
    }
    .container-full {
        overflow-x: hidden;
    }

    /* Search vorschläge */
    .ui-widget.ui-widget-content {
        width:255px !important;
        left:53px !important;
    }
    .ui-menu .ui-menu-item-wrapper > span {
        display: block;
        width: 245px;
        margin:0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
}

@media (max-width: 320px) {
    #formSearch {
        margin-left: 0 !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
  }
  select,
  textarea,
  input {
    font-size: 16px;
  }
}

#mapMaster {
    height: 100%;
}

#myCont {
    min-height: 100vh;

}
#myCont.collapsedAnd {
    min-height: calc(100vh);
    
}

#myCont.collapsediOs {
    min-height: calc(100vh);
    
}

/*#myCont {
    min-height: 700px;
}

@media (max-width: 640px) {
    #myCont {
        min-height: 600px;
    }
}
*/