/* Show Box #########################################################
################################################################## */
/* .product-view-more .tx-bjeprospekte-prospektbox {
    width: 25%;
    float: left;
    max-width: none;
}

.tab-content .tx-bjeprospekte-prospektbox {
    width: 25%;
    float: left;
    max-width: none;
    position: relative;
    padding-left: 10px;
}

.tab-content [class^="col-"] .tx-bjeprospekte-prospektbox {
    width: 100%;
    float: none;
}

.tx-bjeprospekte-prospektbox img {
    width: 100%;
    max-width: 220px;
    height: auto;
    display: block;
    padding: 0 0 10px 0;
}

.tx-bjeprospekte-prospektbox .caption h3 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 3px;
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

.tx-bjeprospekte-prospektbox .caption ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.tx-bjeprospekte-prospektbox .caption ul li {
    margin: 0;
}

@media (max-width: 767px) {
    .tx-bjeprospekte-prospektbox {
        display: block;
        min-height: 0;
        max-width: none;
        padding-bottom: 20px;
    }

    .product-view-more .tx-bjeprospekte-prospektbox {
        width: auto;
        float: none;
    }

    .product-view-more h3 {
        clear: none;
    }

    .tx-bjeprospekte-prospektbox img {
        width: 220px;
        float: left;
        display: block;
    }

    .tx-bjeprospekte-prospektbox .caption {
        margin-left: 220px;
        display: block;
    }

    .tab-content .tx-bjeprospekte-prospektbox {
        width: 100%;
    }
}

@media (max-width: 430px) {
    .tx-bjeprospekte-prospektbox .caption {
        margin-left: 0;
        clear: left;
        margin-bottom: 20px;
    }
} */

/* Modal ############################################################
################################################################## */
/* .modal-backdrop.fade.show { 
    background: rgba(0,0,0, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6;
} */

/* .bjeprospekte-modal {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 5%;
    width: 100%;
    height: auto;
    margin: 0px auto;
    background: #fff;
    z-index: 100;
    max-width: 809px;
} */

.bjeprospekte-modal.show {
    display: block;
}

.bjeprospekte-modal .modal-dialog {
    max-width: 800px;
}
.bjeprospekte-modal .modal-content {
    background-clip: unset;
}

.bjeprospekte-modal .modal-dialog .modal-header {
    position: relative;
    border-bottom: 1px dotted #009fe3;
}

.bjeprospekte-modal .modal-dialog .modal-header.modal-header--hassubheader {
    display: block;
}

.bjeprospekte-modal .modal-dialog .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
    color: #009fe3;
    background: none;
    border: 0;
}

.bjeprospekte-modal .modal-dialog .close:after {
    content: "\e905";
    font-family: "busch-jaeger-icons"!important;
    color: #009fe3;
}

.bjeprospekte-modal .modal-dialog .modal-body {
    max-height: 400px;
    overflow-y: auto;
}

.bjeprospekte-modal .modal-dialog .modal-body.modal-body--list {
    padding: 0;
    min-height: 200px;
}

.bjeprospekte-modal .modal-dialog .modal-body .form-control {
    padding: 1.65rem .75rem;
}

.bjeprospekte-modal .modal-dialog .modal-body select.form-control {
    height: 52px;
    padding: 0rem .75rem;
    font-family: revert;
}

.bjeprospekte-modal .modal-dialog .modal-body .form-control::placeholder {
    color: #9b9b9b;
    font-size: 18px;
} 

.bjeprospekte-modal .modal-dialog .modal-body ul.brochures {
    list-style: none;
    margin: 0 0px 20px 0px;
    padding: 0;
}

.bjeprospekte-modal .modal-dialog .modal-body ul.brochures li {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 0px 0 0 0;
    padding: 1rem;
    border-bottom: 1px dotted #009fe3;
}

.bjeprospekte-modal .modal-dialog .modal-body ul.brochures li:first-child {
 
}

.bjeprospekte-modal .modal-dialog .modal-body ul.brochures li img {
    max-width: 65px;
    margin-right: 30px; 
    display: block;
}

@media (max-width: 430px) { 
    .bjeprospekte-modal .modal-dialog .modal-body ul.brochures li img { 
        margin-right: 0px;
    }
}

.bjeprospekte-modal .modal-dialog .modal-body ul.brochures li span {
    font-weight: bold;
    font-size: 18px;
    line-break: 30px;
    padding: 0 20px 0px 0;
    display: block;
    flex-grow: 1;

}

.bjeprospekte-modal .modal-dialog .modal-body ul.brochures li a {
    width: auto;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 600;
    padding: 13px 20px;
}

/** Modal Error */

.bjeprospekte-modal .modal-dialog .modal-body .error {
    display: block;
    padding: 10px;
    margin: 0 0 20px 0;
    border: 1px solid #900000;
    background-color: #ffcacd;
    border-radius: 6px;
}

.bjeprospekte-modal .modal-dialog .modal-body .error h3 {
    font-weight: bold;
    color: #900000;
    padding-bottom: 10px;
}

.bjeprospekte-modal .modal-dialog .modal-body .error ul {
    margin-left: 14px;
    padding-left: 0;
}

.bjeprospekte-modal .modal-dialog .modal-body .error ul li {
    padding-bottom: 6px;
}

/** Modal Foorer */
.bjeprospekte-modal .modal-dialog .modal-footer {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 0px;
}

.bjeprospekte-modal .modal-dialog .modal-footer--center {
    justify-content: center;
}

.bjeprospekte-modal .modal-dialog .modal-footer .left {
    text-align: left;
}


.mm-slideout {
    z-index: unset;
}

.modal-footer .modal-overview::before {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

#bjeprospekte-modal-success .modal-dialog {
    text-align: center;
}

.checkboxsss {
    margin-right: 7px;
    height: 16px;
}

input[type='radio'].f3-form-error {
    margin-top: .25rem;
}

input[type='radio'].f3-form-error + label::before {
    content: '';
    position: absolute;
    box-shadow: 0px 0px 4px red;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    left: 0px;
    top: 4px;
    z-index: -1;
}



