#kostenrechner-wrapper {
padding-top: 70px;
padding-bottom: 70px;
display: flex;
}
#kostenrechner-wrapper .calculator-box {
border: 3px solid #73b731;
border-radius: 10px;
padding: 20px;
margin: 20px 20px 0px 20px;
background: white;
min-height: 300px;
}
#kostenrechner-wrapper .calculator-box .nice-select {
-webkit-tap-highlight-color: transparent;
background-color: whitesmoke;
border-radius: 5px;
border: solid 2px #434343;
}
#kostenrechner-wrapper .left-side.calculator {
width: 49%;
display: inline-block;
}
#kostenrechner-wrapper .right-side.calculator {
width: 49%;
display: inline-block;
}
#kostenrechner-wrapper .result-item-wrapper {
display: flex;
border-bottom: solid 1px #e8e8e8;
padding-bottom: 5px;
padding-top: 10px;
}
#kostenrechner-wrapper .last-item-wrapper {
margin-bottom: 10px;
}
#kostenrechner-wrapper .left-item {
width: 70%;
display: inline-block;
padding-left: 10px;
}
#kostenrechner-wrapper .left-item .heading {
font-weight: bold;
}
#kostenrechner-wrapper .left-item .subtitle {
font-size: 13px;
}
#kostenrechner-wrapper .right-item {
width: 29%;
display: inline-block;
}
#kostenrechner-wrapper .right-item .wert {
font-size: 17px;
font-weight: bold;
color: #434343;
text-align: right;
}
#kostenrechner-wrapper .right-item .wert.wert-bold {
font-size: 19px;
font-weight: bold;
color: #000000;
text-align: right;
}
.Full-result.result-item-wrapper.last-item-wrapper {
padding: 20px !important;
border: 3px solid #6cad39;
display: block !important; display: table;
border-bottom: 3px solid #6cad39 !important;
background: #6cad39;
margin-left: -15px;
margin-right: -15px;
margin-bottom: -15px !important;
border-radius: 0 0 7px 7px;
} .select2-container--default .select2-selection--single {
border: solid 2px #434343;
border-radius: 4px;
height: 50px;
text-align: center;
font-weight: bold;
background: whitesmoke;
}
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
color: #444;
line-height: 50px;
}
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
height: 50px;
position: absolute;
top: 1px;
right: 10px;
width: 20px;
}
.select2-results__option {
padding: 6px;
user-select: none;
-webkit-user-select: none;
padding: 10px;
border-bottom: 1px solid #e9e9e9;
text-align: center;
font-size: 18px;
}
.select2-container--default .select2-results__option--selected {
background-color: whitesmoke;
font-weight: bold;
}
.select2-container--default
.select2-results__option--highlighted.select2-results__option--selectable {
background-color: white;
color: #434343;
font-weight: bold;
}
.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
color: #434343;
}
.select2-container--default .select2-results > .select2-results__options {
max-height: 430px;
overflow-y: auto;
}
span.select2-selection.select2-selection--single {
outline: none;
}
body #els_wrap .calculator-box .select2-container {
width: 100% !important;
} #kostenrechner-wrapper .right-side.calculator {
}
#kostenrechner-wrapper .right-side.calculator .nectar-video-box {
margin: 33px 50px;
}
#kostenrechner-wrapper .right-side.calculator .nectar-video-box .inner-wrap {
border: 1px solid #e9e9e9;
}
.name-wrapper .field-wrapper {
display: inline-block;
width: 45%;
margin: 2%;
}
.kontakt-wrapper .field-wrapper {
display: inline-block;
width: 45%;
margin: 2%;
}
#kostenrechner-wrapper .form-wrapper {
margin: 20px 50px;
padding: 20px;
background: #be202f10;
border-radius: 10px;
border: 3px solid #73b731;
}
#kostenrechner-wrapper .field-wrapper span.wpcf7-form-control-wrap input {
background: white;
border-radius: 0px;
font-weight: bold;
letter-spacing: 0.3px;
}
#kostenrechner-wrapper input.wpcf7-form-control.wpcf7-not-valid {
border-bottom: 3px solid #73b731 !important;
}
#kostenrechner-wrapper input.wpcf7-form-control:focus {
border-color: black !important;
}
#kostenrechner-wrapper span.wpcf7-not-valid-tip {
display: none;
}
h2.custom-form-title {
line-height: 25px;
position: relative;
top: -20px;
text-align: center;
}
h2.custom-form-title span {
background: #73b731;
color: white;
padding: 5px 25px;
border-radius: 0 0 10px 10px;
font-size: 21px;
font-weight: 700;
}
#kostenrechner-wrapper input.wpcf7-form-control.wpcf7-submit {
background: #73b731;
display: block;
margin-top: 20px;
margin: 0 auto;
margin-top: 20px;
}
.calculator-honorar-info p {
font-size: 13px;
letter-spacing: 0.3px;
margin-left: 20px;
margin-bottom: 20px;
}
@media all and (max-width: 600px) {
h2.custom-form-title {
top: -18px;
}
h2.custom-form-title span {
font-size: 18px;
}
}