@font-face {
    font-family: 'ElegantIcons';
    src:url('../fonts/ElegantIcons.eot');
    src:url('../fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ElegantIcons.woff') format('woff'),
    url('../fonts/ElegantIcons.ttf') format('truetype'),
    url('../fonts/ElegantIcons.svg#ElegantIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
    --white-color: #ffffff;
    --special-color: #e42313;
    --second-color: #e42313;
}

.icon_lightbulb:before {
    content: "\e072";
    font-family: 'ElegantIcons';
    color: var(--special-color);
    line-height: 1;
    font-size: 96px;
}
.icon_grid-3x3:before {
    content: "\e08d";
    font-family: 'ElegantIcons';
    color: var(--special-color);
    line-height: 1;
    font-size: 96px;
}
.icon_like_alt:before {
    content: "\e0dd";
    font-family: 'ElegantIcons';
    color: var(--special-color);
    line-height: 1;
    font-size: 96px;
}
.icon_currency_alt:before {
    content: "\e0f3";
    font-family: 'ElegantIcons';
    color: var(--special-color);
    line-height: 1;
    font-size: 96px;
}

.pagebuilder-button-primary{ /* buttons on static pages*/
    border-radius: 3px !important;
    background-color: var(--special-color) !important;
    border: 2px solid var(--special-color) !important;
    padding: 10px 30px !important;
    color: #ffffff !important;
}

/* ---- todo beratungstermin & werkstatttermin pages ---- */
.categorypath-werkstatttermin .field.captcha,
.cms-werkstatttermin-form .field.captcha,
.cms-leasing-abholtermin-form-cs .field.captcha,
.cms-leasing-abholtermin-form-mtb .field.captcha,
.categorypath-beratungstermin .field.captcha{
    clear: both;
}
.categorypath-werkstatttermin input#captcha_custom_form_4,
.cms-leasing-abholtermin-form-mtb input#captcha_custom_form_12,
.categorypath-beratungstermin input#captcha_custom_form_3 {
    width: 399px;
    max-width: 100%;
    margin: 8px 0 0;
}
.categorypath-werkstatttermin .opc-progress-bar,
.cms-leasing-abholtermin-form-mtb .opc-progress-bar,
.categorypath-beratungstermin .opc-progress-bar {
    margin-bottom: 0;
    padding-bottom: 0;
}
.cms-leasing-abholtermin-ja-cs div[data-content-type="text"] ul li{
    position: relative;
    list-style-type: none;
}
.cms-leasing-abholtermin-ja-cs div[data-content-type="text"] ul li:before {
    content: "✔";
    position: absolute;
    left: -10px;
}
.cms-leasing-abholtermin-ja-cs div[data-content-type="text"] ul li span {
    padding-left: 16px;
}
.category-cms a.pagebuilder-button-primary,
.cms-page-view a.pagebuilder-button-primary {
    border-radius: 5px !important;
}
.cms-leasing-abholtermin-ja-cs div[data-content-type="buttons"] a.pagebuilder-button-primary {
    border-radius: 5px !important;
}
.mp-custom-form .field.cbxPls {
    position: relative;
}
.mp-custom-form .field.cbxPls .label{
    position: absolute;
    top: 0;
    left: 12px;
}
.mp-custom-form .field.cbxPls .control {
    display: flex;
}
.mp-custom-form .field.cbxPls .control > label{
    padding-left: 10px;
}



/*todo BERATUNGSTERMIN page*/
@media (max-width: 768px)  {
    .category-beratungstermin #maincontent .columns,
    .category-werkstatttermin  #maincontent .columns{
        padding-top: 0;
        display: block;
    }
    .category-beratungstermin #maincontent  .columns .column.main,
    .category-werkstatttermin  #maincontent .columns .column.main{
        padding-bottom: 0;
    }
    .category-beratungstermin .fieldset > .field.mp-2column,
    .category-werkstatttermin .fieldset > .field.mp-2column{
        width: 100%;
    }
}


/*todo Uber Uns page*/
.uberuns__menu ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}.uberuns__menu li {
     margin-bottom: 0;
 }
.uberuns__menu a {
    color: #ffffff;
    padding: 0 14px;
}

.percent {
    word-wrap: normal;
    position: relative;
    z-index: 2;
    width: 200px;
    height: 200px;
    max-width: 100%;
    border: 3px solid var(--special-color);
    border-radius: 50%;
    margin: 0 auto 20px;
}
.percent p {
    visibility: hidden;
    font-size: 40px;
    font-weight: 500;
    position: relative;
    line-height: .1em;
    padding: 49% 0;
    text-align: center;
}

.uberuns__map h3{
    font-size: 50px;
    color: var(--special-color);
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-shadow: 0 1px 3px rgb(0 0 0 / 30%);
}
.uberuns__map a:hover{
    text-decoration: none;
}

.uberuns__map .pagebuilder-button-primary {
    background-color: rgba(229, 125, 0, 0.88) !important;
    border: 2px solid #ffffff !important;
    font-weight: 300;
    margin-top: 14px;
}
.uberuns__map .pagebuilder-button-primary:hover{
    background-color: rgba(229, 125, 0, 0.88) !important;
    border-color: rgba(229, 125, 0, 0.88) !important;
}

@media (max-width: 768px){
    .uberuns__map h3 {
        font-size: 30px;
        padding-left: 14px;
    }
    .uberuns__map .pagebuilder-button-primary {
        margin-left: 14px;
    }
}


.uberuns__team h2{
    color: var(--special-color);
    font-weight: bold;
    font-size: 30px;
}

.uberuns__grid-photo h3{
    font-weight: bold;
    font-size: 34px;
    text-align: left;
    text-transform: uppercase;
}
.uberuns__grid-photo h4{
    color: var(--special-color);
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 0 0 20px;
}

.uberuns__grid-photo  figure{
    padding: 0 8px 4px;
}

.control.captcha-image{ /*customer/account/forgotpassword*/
    display: flex;
    align-items: center;
}
.captcha-reload{
    background: #ffffff;
    color: #e42313;
    font-size: 12px;
}
.captcha-reload:hover{
    background: #e42313;
    color: #ffffff;
}

/*todo safecode page*/
@media (max-width: 768px){
    .safecode__2col.reverse .pagebuilder-column-line{
        flex-direction: column-reverse;
    }
    .safecode__2col.reverse .pagebuilder-column-line > div{
        width: 100% !important;
    }
    .safecode__2col__text{
        padding-top: 20px;
    }

}

@media (min-width: 769px){
    .safecode__2col__text{
        padding-left: 40px;
    }
    .safecode__2col.reverse .safecode__2col__text{
        padding-right: 40px;
        padding-left: 0;
    }
}

/*todo Leasing_Abholtermin_form*/
.mp-custom-form .field.cbxPls .label {
    left: 20px;
}
.mp-custom-form .field.cbxPls .control .inputCheckBox .label {
    position: relative;
}
.mp-custom-form .field.cbxPls .control {
    flex-wrap: wrap;
}
.mp-custom-form .field.cbxPls .control .inputCheckBox{
    display: flex;
    align-items: flex-start;
}
.mp-custom-form .field.cbxPls .control .inputCheckBox input[type="checkbox"] {
    top: 5px;
}