@charset "UTF-8";
/* CSS Document */

.btn .mbr-iconfont, .btn.btn-sm .mbr-iconfont {
    order: 0;
    margin-left: 0;
    margin-right: 0.5rem;
}


section {
    max-width: 1200px;
    margin: 0 auto;
}

form section,
section.antrag-ok {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: transparent !important;
}

section.antrag-ok {
	display: none;
}
section.antrag-ok img {
	width: auto;
	margin: 0 auto;
}


.section-navbar + section { margin-top: 115px; }

.nav-item.active a { color: #555; }


/* overlay datenschutz */
.overlay {
    display:none;
    position: fixed;
    z-index: 100;
    height: 90vh;
    width: 90vw;
    top: 150px;
    left: 5vw;
    overflow: auto;
    background-color: #fff !important;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
.overlay .overlay-content { padding: 30px; z-index: -1; }
.merkblatt-datenschutz h2 { margin-bottom: 2rem; }
.merkblatt-datenschutz h5 { font-size: 16px; font-weight: bold; }

.overlay-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

/* forms */
input[type="checkbox"], input[type="radio"] {
    width: 30px;
    display: inline-block;
	min-height: 1em;
}

/* icon list */
.icon-list ul { padding-top: 1rem; list-style: none; padding-left: 60px; }
.icon-list ul li { margin-bottom: 1rem; }
.icon-list .fa {
    position: absolute;
    left: 0px;
    margin-top: -10px;
    margin-left: 10px;
    display: inline-block;
    transition: all .2s;
    color: #ffffff;
    background: #ff8f00;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
}
.icon-list .fa::before {
	font-size: 20px;
    line-height: 48px;
	padding-left: 6px;
}

@media (max-width:767px) {

	.column-sidebar { max-width: 320px; margin: 0 auto; }
}

.provenexpert .pewl {
	max-width: 100% !important;
	padding: 30px 60px 30px 60px !important;
}



.grid-striped:not(.striped-offset) .row:nth-of-type(odd),
.grid-striped.striped-offset .row:nth-of-type(even) {
    background-color: rgba(0,0,0,.05);
}


.grid-striped .row {
    padding-top: 10px;
}

.border-1 {
    border: 1px solid #1a1a1a;
}

.bgc-green0 .border-1 {
    border-color: #fff;
}

.text-hinweis {
    border: 2px solid #ccc;
    padding: 10px;
}

.footer-contact { color: #fff; }

.footer3 { font-size: 12px; }

/* ------- additional form styles */
.mbr-form {
}

.formsection {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 25px 30px;
    align-content: start;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 3rem;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
.formsection .row,
.formsection .formheader,
.formsection .formsubsection {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.formsection .formheader {
    margin-bottom: 2rem;
}

.formsubsection { border-top: 1px solid #333; }

.formsubsection .row:first-child { padding-top: 1rem; }
.formsubsection .row:last-child { padding-bottom: 2rem; }

.form-control {
    border: 1px solid #ccc !important;
    border-radius: 4px;
    box-shadow: none !important;
    padding-right: 40px;
}

/* Icons */
.form-group::after,
.info-tooltip::after {
    font-family: 'Moririse2' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Eingabe status */
.form-group.valid input {
    border-color: #13945D !important;
}
.form-group.invalid input {
    border-color: #c44 !important;
}
.form-group.focus input {
    border-color: #87a5af !important;
}
.form-group::after {
    position: absolute;
    right: 20px;
    bottom: 15px;
}
.form-group.valid::after {
    content: '\e97c';
    color: #13945D;
}
.form-group.invalid::after {
    content: '\e91a';
    color: #c44;
}


/* radiobox */
.form-group.input-radio input {
    position: absolute;
    left: 0;
    min-width: 1em;
    z-index: 2;
    opacity: 0;
}
.form-group.input-radio .state {
    transition: all 0ms linear;
}
.form-group.input-radio .state label {
    position: relative;
    display: inline-block;
    margin: 0;
    left: 2rem;
    padding: 10px 0 0 15px;
    cursor: pointer;
}

.form-group.input-radio .state label::after,
.form-group.input-radio .state label::before {
    content: "";
    width: 35px;
    height: 35px;
    display: block;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid transparent;
    z-index: 0;
    position: absolute;
    left: -2rem;
    top: 3px;
    background-color: transparent;
}
/* radio circle */
.form-group.input-radio .state label::before {
    border-radius: 100%;
    border-color: #87a5af;
    /* box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;   */
    background-color: #fff;
}
.form-group.input-radio .state label::after {
    transform: scale(0);
    transition: transform .3s;
}

.form-group.input-radio .state .invalid label::before {
    border-color:red;
}

.form-group.input-radio input:checked ~ .state label::after {
    background-color: #F05A1A;
    border-radius: 100%;
    transform: scale(.6);
}
.form-group.input-radio .state.invalid label::before {
    border: 1px solid #c44;
}

/* Checkbox */
.form-group.input-checkbox input {
    height: 100%;
    left: 0;
    margin: 0;
    min-width: 1rem;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    cursor: pointer;
}
.form-group.input-checkbox .state label {
    position: relative;
    display: inline-block;
    max-width: calc(100% - 60px);
    line-height: 1.5;
    left: 45px;
    z-index: 2;
    padding-top: 7px;
    cursor: pointer;
}
.form-group.input-checkbox .state label::before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid #87a5af;
    z-index: 0;
    position: absolute;
    left: -45px;
    top: 0;
    background-color: #fff;
    cursor: pointer;
}
.form-group.input-checkbox .state .success-icon {
    position: absolute;
    display: none;
    z-index: 4;
    top: 2px;
    left: 13px;
    cursor: pointer;
    width: 25px;
}
.form-group.input-checkbox .state.valid .success-icon {
    display: block;
}

.form-group.input-checkbox .state.invalid label::before {
    border: 1px solid #c44;
}


/* Infobox */
.hasInfoBox {
    position: relative;
    padding-top: 30px;
}

.infobox-wrapper {
    position: absolute;
    right: 0;
    top: 0;
}
.infobox-wrapper .infobox-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;

    position: absolute;
    top: 0;
    right: 0;
    width: 200px;

    font-size: 14px;
    color: #999;
}
.infobox-wrapper .infobox-header::after {
    content: "?";
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-left: 15px;
    border: 1px solid #ccc;
    padding: 2px 10px;
}
.infobox-wrapper:hover .infobox-header::after {
    border: 2px solid #F05A1A;
    color: #F05A1A;
}

.infobox-wrapper:hover {
    background-color: #fff;
    padding: 40px 30px 10px 30px;
    z-index: 5;
    box-shadow: 0 5px 10px 0px #c1c1c1;
}

.infobox-wrapper .infobox-content {
    color: #666;
}
.infobox-wrapper .infobox-content h4 {
    font-size: 18px;
    font-weight: 600;
}
.infobox-wrapper .infobox-content p {
    line-height: 1.5rem;
}

.infobox-wrapper:hover .infobox-content {
    display: block !important;
}

/* tooltip */
.info-tooltip {
    float: right;
    margin-left: 10px;
}
.info-tooltip::after {
    content: '\e93e';
    width: 20px;
    height: 20px;
    color: #999;
    font-size: 20px;
}
.info-tooltip .tooltip-content {
    display: none;
    text-align: center;
    color: #666;
}
.info-tooltip:hover .tooltip-content {
    display: block;
    position: absolute;
    top: 25px;
    left: 10px;
    width: 90%;
    z-index: 50;
    background-color: #fff;
    box-shadow: 0 5px 10px 0px #c1c1c1;
    padding: 20px;
}



/*-------- order progress --- */
.progressbar .mobile-text {
    text-align: center;
    color: #F05A1A;
    display: none;
}
.progressbar-steps {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 1rem auto 2rem;
}
.progressbar-steps .step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 25%;
    text-align: center;
}

.progressbar-steps .step-text {
    margin-bottom: 10px;
}
.progressbar-steps .step.active .step-text,
.progressbar-steps .step.completed .step-text {
    color: #F05A1A;
}
.progressbar-steps .step-number {
    font-weight: 700;
    color: #666;
    background-color: #fff;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 2rem;
    text-align: center;
    border: 2px solid #F05A1A;
    cursor: pointer;
}

.progressbar-steps .step-number .inactive {
    cursor: none;
}

.progressbar-steps .step.active .step-number,
.progressbar-steps .step.completed .step-number {
    background-color: #F05A1A;
    color: #fff;
}

.progressbar-steps .step.completed .step-number > span { display: none; }
.progressbar-steps .step.completed .step-number .step-number-checkmark:after {
    font-family: 'Moririse2' !important;
    speak: none;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    content: '\e97c';
}
.progressbar-steps .step-divider {
    border: 1px solid #F05A1A;;
    position: absolute;
    width: 69%;
    top: 75%;
    left: 65%;
}

@media (max-width: 991px) {

    .progressbar-steps {
        justify-content: center;
    }
    .progressbar-steps .step { width: auto; margin: 0 5px; }

    .progressbar-steps .step-text,
    .progressbar-steps .step-divider {

        display: none;
    }
    .progressbar .mobile-text {
        display: block;
    }
}



/* product & form options */
.product__options {
    width: 100%;
}

.base-click-box-wrapper {
    margin-top: 20px;
}

.base-click-box-wrapper .label-wrapper {
    display: flex;
    align-items: center;
    height: 20px;
}
.base-click-box-wrapper .label-wrapper.has-icon {
    margin-bottom: 10px;
    position: relative;
}
.base-click-box-wrapper .label-wrapper .icon, .base-click-box-wrapper .label-wrapper .label {
    margin-right: 10px;
}

.base-click-box-wrapper .base-click-box {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.base-click-box-wrapper .base-click-box .click-box {
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    margin: 10px 20px 0 0;
    border: 1px solid #87a5af;
    display: flex;
    justify-content: center;
    align-items: center;
}
.base-click-box-wrapper .base-click-box .click-box:hover {
    cursor: pointer;
    color: #F05A1A;
    border: 2px solid #F05A1A;
    font-weight: 700;
}
.base-click-box-wrapper .base-click-box .click-box.active {
    color: #fff;
    background-color: #F05A1A;
    font-weight: 700;
    border-color: #F05A1A;
}
