/*
 Theme Name:   DMFV 2019 Child
 Description:  DMFV 2019 Child Theme
 Template:     dmfv-2019
 Version:      1.0
 Text Domain:  dmfv-2019-child
*/

@import "jquery-ui.css";

#knsrow .vc_column-inner {
    border: 2px solid;
    padding: 15px;
    background: #fff;
}

/* Allgemein */
#content .btn {
    text-align: center;
    cursor: pointer
}

#content .btn.btn-small {
    padding: 0.4em 1.6em !important;
    text-decoration: none;
    font-size: 0.9em;
    white-space: nowrap;
}

#content .btn.btn--pink-solid {
    background: #c80973;
    color: #fff;
}

#content .btn.btn--pink-solid:hover {
    background: #bb086c;
}

#content .btn.btn--blue-solid {
    background: #3391d8;
    border-color: #3391d8;
    color: #fff;
}

#content .btn.btn--blue-solid:hover {
    background: #717171;
    border-color: #717171;
}

#content .btn.btn--green-dark-solid {
    background: #00836f;
    border-color: #00836f;
    color: #fff;
}

#content .btn.btn--green-dark-solid:hover {
    background: #036355;
    border-color: #036355;
}

#content .dmfv-formular .btn {
    padding: 10px 30px;
    line-height: 1;
    font-weight: 500;
}

#content .btn.btn-link {
    text-decoration: none !important;
    color: #3391d8;
    font-weight: 400;
    background: unset;
    border: unset;
    text-transform: none;
    padding: unset;
}

#content .btn.btn-link:hover {
    border-bottom: 2px solid #ff9b00 !important;
}

#content .btn.btn-full {
    width: 100%;
}

.home .article-header__inner {
    display: none;
}

.home .entry-content {
    padding-top: 0;
    padding-bottom: 0;
}

.entry-content {
    padding-bottom: 25px;
}

#content a.vc_general {
    text-decoration: none;
    color: #fff
}

.entry-content a {
    color: #3391d8;
    text-decoration: none;
    /* font-weight: 500; */
}

/* .entry-content a:not(.vc_general):not(.portalbtn):not(.paginate_button):hover{
    border-bottom: 2px solid #f69b00 !important;
} */

#secondary {
    padding: 1em 0;
}

/* Navigation */

#primary-menu li:last-child a {
    margin-right: 0 !important;
}

div#navi {
    hyphens: none;
}


/* Buttons mit ICON */

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 55px !important;
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 70px !important;
}

.vc_btn3-icon {
    border-left: 1px solid;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
    height: 100% !important;
    -webkit-justify-content: right !important;
    justify-content: right !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    padding-left: 15px;
    right: 15px !important;
}

.vc_btn3-icon {
    min-width: 35px;
}

.vc_btn3.vc_btn3-color-blue,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
    background-color: #3391d8 !important;
}

.vc_btn3.vc_btn3-color-green,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat {
    background-color: #aacd27 !important;
}

.vc_btn3.vc_btn3-color-orange,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat {
    background-color: #f69b00 !important;
}

.vc_btn3.vc_btn3-color-vista-blue,
.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat {
    background-color: #00836f !important;
}

.vc_general.vc_btn3.vc_btn3-style-flat.vc_btn3-icon-right:hover {
    background-color: #3391d8 !important;
}


/* Footer */

.footer__lower .container .footer__lower__inner {
    min-height: 65px;
}

/* DMFV Formulare */

#wpslrp_login h3 {
    display: none;
}

#formloader {
    background: rgba(255, 255, 255, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.dmfv-formular {
    background: rgba(246, 246, 246, 0.3);
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 35px;
    padding: 35px 25px !important;
}

.dmfv-formular.white {
    background: rgba(246, 246, 246, 0.9) !important;
}

.dmfv-formular.dmfv-contactform7 label+br {
    display: none;
}

input[type="text"],
input[type="date"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
select {
    background: rgba(250, 250, 250, 1);
    border: 1px solid #ddd;
    margin: 5px 5px 3px 0;
    padding: 0px 10px;
    height: 40px;
    line-height: 40px;
}

textarea {
    background: rgba(250, 250, 250, 1);
    border: 1px solid #ddd;
    margin: 5px 5px 3px 0;
    padding: 0px 10px;
    line-height: 25px;
    width: 100%;
}

input[type="submit"]:not(.search-submit),
input[type="reset"],
#content .dmfv-contactform7 .wpcf7-submit,
#daten_senden .portalbtn {
    border: none !important;
    padding: 0px 10px;
    background-color: #3391d8;
    color: #fff !important;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
}

.search-form label {
    margin: 0;
}

input[type="submit"].search-submit {
    border: 1px solid #b3b3b3;
    padding: 0px;
    font-weight: 500;
    height: unset;
    line-height: 1;
}

input[type="submit"].search-submit:hover {
    background: unset;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
#content .dmfv-contactform7 .wpcf7-submit:hover,
#daten_senden .portalbtn:hover {
    background-color: #717171;
}

@media screen and (max-width:575px) {

    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"]:not(.search-submit) {
        margin-bottom: 5px;
    }
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 5px;
}

form label {
    font-size: .85rem;
    text-transform: uppercase;
    color: #3391d8;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}

select {
    background: url('/wp-content/themes/dmfv-2019/img/arrow-down.svg') no-repeat;
    background-position: calc(100% - 10px) calc(0.5em + 7px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

select::-ms-expand {
    display: none;
}

label.error {
    text-transform: none;
    padding: 10px 0;
    color: #e4013a;
}

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="text"]:-moz-read-only,
input[type="number"]:-moz-read-only {
    /* For Firefox */
    color: #717171;
    background: #e2e2e2;
}

input[type="text"]:read-only,
input[type="number"]:read-only {
    color: #717171;
    background: #e2e2e2;
}

input:disabled {
    color: #717171;
    background: #e2e2e2;
}

#warning {
    background: #f7e700;
    color: #333;
    padding: 5px 10px;
    margin-top: 15px;
    display: none;
}

.dmfv-formular .theme1 {
    padding: unset !important;
    border: unset !important;
    background: unset !important;
    font-size: 18px;
}

.dmfv-formular .theme1-inner h3 {
    color: transparent !important;
}

.dmfv-formular .theme1-inner h3>span {
    color: #717171;
    font-size: 16px;
}

.dmfv-formular .theme1-inner .wpslrp_field_row input:focus:not(.wpslrp_submit),
.dmfv-formular .theme1-inner .wpslrp_field_row input:not(.wpslrp_submit),
.dmfv-formular .theme1-inner .wpslrp_field_row input:focus:not([type="checkbox"]),
.dmfv-formular .theme1-inner .wpslrp_field_row input:not([type="checkbox"]),
.dmfv-formular .theme1-inner .wpslrp_field_row input:focus:not([type="radio"]),
.dmfv-formular .theme1-inner .wpslrp_field_row input:not([type="radio"]) {
    color: #040404;
    border: 1px solid #ddd;
    border-radius: 0;
    width: 100% !important;
    border-radius: 0;
    font-size: 18px;
    background: unset;
    margin: 5px 5px 3px 0;
    padding: 0px 10px;
    height: 40px;
    line-height: 40px;
}

.dmfv-formular .theme1-inner .wpslrp_field_row input:focus[type="checkbox"],
.dmfv-formular .theme1-inner .wpslrp_field_row input[type="checkbox"],
.dmfv-formular .theme1-inner .wpslrp_field_row input:focus[type="radio"],
.dmfv-formular .theme1-inner .wpslrp_field_row input[type="radio"] {
    width: auto !important;
}

.dmfv-formular .theme1-inner .wpslrp_field_row label {
    font-size: .85rem;
    text-transform: uppercase;
    color: #3391d8;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}

.dmfv-formular .theme1-inner .form-submit input[type="submit"] {
    font-size: 18px;
    background-color: #3391d8;
    color: #fff;
}

.dmfv-formular input[type="submit"],
.dmfv-formular input[type="reset"] {
    width: 100%;
}

.dmfv-formular .theme1-inner .form-submit input[type="submit"]:hover {
    background-color: #717171;
}

.dmfv-formular a:not(.btn) {
    text-decoration: none !important;
    color: #3391d8 !important;
    font-weight: 400;
}

.dmfv-formular a:not(.btn):hover {
    border-bottom: 2px solid #ff9b00 !important;
}

.dmfv-formular .wpslrp_field_row.last_name {
    padding-bottom: 35px;
    border-bottom: 1px solid #717171;
    margin-bottom: 35px;
}

.dmfv-formular input#terms_and_service {
    margin-bottom: 30px !important;
    margin-right: 10px !important;
    margin-top: 3px !important;
}

.dmfv-formular .theme1-inner .wpslrp_field_row.form-terms label {
    line-height: 1.5;
    text-transform: none;
    color: #717171;
}

div#wpslrp_register h3 {
    display: none;
}

.mehrzeilige_checkbox {
    margin-left: 20px;
}

.mehrzeilige_checkbox input[type="checkbox"] {
    margin-left: -22px;
}

a.portalbtn,
button.portalbtn {
    border: none;
    padding: 0px 10px;
    background-color: #3391d8;
    color:
        #fff !important;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
}

a.portalbtn:hover,
button.portalbtn:hover {
    background-color: #717171;
    text-decoration: none;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #dcdcdc !important;
    padding: .5em .7em !important;
    text-decoration: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    cursor: pointer !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    padding: .5rem .8em !important;
    border: 1px solid #aaaaaa !important;
    background: #e9e9e9 !important;
}

.dataTables_wrapper.no-footer .dataTables_paginate .paginate_button:hover {
    color: #515151 !important;
    text-decoration: underline !important;
    text-decoration-color: #3b8b77 !important;
}

/* Anmelden */

form.sign-in .wpslrp_fl {
    float: unset !important;
}

form.sign-in .wpslrp_field_row.wpslrp_fl.form-submit {
    margin: 30px 0 !important;
}

form.sign-in input {
    width: 100%;
}

form.sign-in .wpslrp_field_row.login-form-password {
    margin-top: 30px;
}

.dmfv-formular .theme1-inner .wpslrp_field_row input:focus {
    background: unset !important;
}

/* Zugangdaten beantragen */

.dmfv-formular.zugang-beantragen {
    max-width: 600px;
    background: rgba(246, 246, 246, 0.3);
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.2);
    padding: 30px 25px;
}

/* Registrierung */

.portal_circle_holder {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 30px 0 50px;
}

.portal_circle_holder::before {
    position: absolute;
    display: block;
    width: 80%;
    height: 0;
    border-top: 3px solid;
    border-top-color: inherit;
    content: "";
    top: 45px;
    z-index: -1;
    color: #c1c1c1;
}

.portal_circle_box {
    width: 100%;
    display: block;
    text-align: center;
}

.portal_circle_nbr {
    width: 30px;
    height: 30px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: #c1c1c1;
    border-radius: 100%;
    color: #fff;
    font-weight: 600;
}

.portal_circle_txt {
    margin-top: 15px;
    display: block;
}

.portal_circle_txt p {
    text-transform: uppercase;
    font-weight: 600;
}

.portal_circle_box.active .portal_circle_nbr {
    background: #3391d8;
}

.portal_circle_box.active .portal_circle_txt p {
    color: #3391d8;
}


@media screen and (max-width:767px) {
    .portal_circle_holder {
        flex-wrap: wrap;
        padding: 0px 0 30px;
    }

    .portal_circle_holder::before {
        display: none;
    }

    .portal_circle_box:not(.active) {
        display: none;
    }
}

.form-holder.portal-registrierung h2 {
    margin-top: 0;
}

.form-holder.portal-registrierung .dmfv-formular {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.2);
    padding: 35px 25px;
}

.form-holder.portal-registrierung .row {
    padding-bottom: 30px;
}

.form-holder.portal-registrierung input[type="text"],
.form-holder.portal-registrierung input[type="password"],
.form-holder.portal-registrierung input[type="date"],
.form-holder.portal-registrierung input[type="tel"],
.form-holder.portal-registrierung input[type="number"],
.form-holder.portal-registrierung input[type="email"],
.form-holder.portal-registrierung select,
.form-holder.portal-registrierung input[type="submit"],
.form-holder.portal-registrierung input[type="reset"] {
    width: 100%;
}

.requiredfield {
    color: #e61b4e;
    margin: 0 3px;
}

#vs-block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: 30px 0;
}

#vs-block h1,
#vs-block h2 {
    font-weight: 500;
    color: #3391d8;
}

#vs-block h1 {
    font: 500 2.0em/1.2 "Ubuntu", sans-serif;
}

#vs-block h2 {
    font: 500 1.6em/1.2 "Ubuntu", sans-serif;
}

#vs-block h3 {
    padding: 10px;
    background-color: rgba(100, 100, 100, 0.8);
    color: #fff;
}

#vs-block h4 {
    font: 400 0.9em/1.2em "Ubuntu", sans-serif;
    margin-top: 15px;
}

#vs-block .vs-label {
    width: 250px;
    /* margin: 0 10px; */
    display: block;
    -webkit-flex: 1;
    flex: 1;
    min-width: 220px;
    max-width: 250px;
    display: -webkit-inline-flex;
    display: inline-flex;
}

#vs-block .vs-label input {
    display: block;
    visibility: hidden;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
}

#vs-block .vs-textbox {
    min-height: 100px;
    display: inline-block;
}

#vs-block label.vs-label {
    text-transform: unset;
    font-size: 16px;
    color: #686868;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 0px;
}

#vs-block .vs-blockabschnitt {
    width: 95%;
    height: 100%;
    min-height: 460px;
    padding: 15px;
    /* border: 5px solid rgba(166, 166, 166, 0); */
    box-shadow: 5px 5px 15px 0px rgba(166, 166, 166, 1);
    text-align: center;
}

label[for="insurance3"] .vs-blockabschnitt{
    background: rgb(255, 241, 176);
    background: linear-gradient(125deg, rgba(255, 241, 176, 1) 0%, rgba(252, 252, 242, 1) 50%, rgba(255, 241, 176, 1) 100%);
}

label[for="insurance4"] .vs-blockabschnitt {
    background: rgb(191, 149, 63);
    background: linear-gradient(125deg, rgba(191, 149, 63, 1) 0%, rgba(252, 246, 186, 1) 50%, rgba(170, 119, 28, 1) 100%);
}

/* .vs-textbox {height: 150px;} */

#vs-block .vs-blockabschnitt:hover {
    cursor: pointer;
    padding: 10px;
    border: 5px solid rgba(129, 193, 241, 1);
    box-shadow: 5px 5px 15px 0px rgba(82, 82, 82, 1);
}

#vs-block input[type="radio"]:checked+.vs-blockabschnitt {
    border: 5px solid rgba(129, 193, 241, 1);
    box-shadow: 5px 5px 15px 0px rgba(82, 82, 82, 1);
    background: #3391d8;
    padding: 10px;
}

#vs-block input[type="radio"]:checked+.vs-blockabschnitt>h3 {
    color: #000 !important;
    padding: 10px;
    background-color: #fff !important;
}

#vs-block input[type="radio"]:checked+.vs-blockabschnitt,
#vs-block input[type="radio"]:checked+.vs-blockabschnitt>h1,
#vs-block input[type="radio"]:checked+.vs-blockabschnitt>h2,
#vs-block input[type="radio"]:checked+.vs-blockabschnitt>.vs-rabatt {
    color: #fff !important;
}

#vs-block .vs-rabatt {
    color: #3391d8;
}

#vs-block .vs-silber {
    border-radius: 5px;
    background: linear-gradient(45deg, rgba(160, 160, 160, 1) 0%, rgba(232, 232, 232, 1) 56%);
    color: #000;
    padding: 3px 5px;
}

#vs-block .vs-gold {
    border-radius: 5px;
    background: linear-gradient(45deg, rgba(242, 215, 12, 1) 0%, rgba(255, 255, 255, 1) 56%, rgba(252, 235, 0, 1) 96%);
    color: #000;
    padding: 3px 5px;
}

#leistungen, #familie {
    box-shadow: 2px 2px 10px 0px rgba(82, 82, 82, 0.3);
    width: 100%;
    display: block;
    padding: 15px;
    text-align: center;
    border: 2px solid rgba(129, 193, 241, 1);
}

#leistungen h4, #familie h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

#leistungen ul, #familie ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}

#leistungen ul {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

#familie ul {
    -webkit-justify-content: center;
    justify-content: center;
}

#leistungen ul li, #familie ul li {
    margin: 5px 0;
}

#familie ul li:not(:last-child) {
    margin-right: 15px;
}

#leistungen li:before, #familie li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    margin-right: 5px;
}

#leistungen li:before {
    content: "\f00c";
}

#familie li:before {
    content: "\f1c1";
    color: #3391d8;
}

#vs-block #vs-display {
    display: block;
}

#vs-display.display-aendern .vs-blockabschnitt {
    min-height: unset;
    height: 82.5px;
}

#vs-display.display-aendern .vs-blockabschnitt h3 {
    margin: 0;
}

#vs-block.vereinsdisplay .vs-blockabschnitt {
    min-height: 530px;
}

#open-dialog {
    background-color: #3391d8;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
}

#open-dialog:hover {
    cursor: pointer;
}

.checkmark:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f111";
    color: #3b8b77;
    font-size: 18px;
    margin-left: 5px;
}

input.pruefcheck {
    display: none;
}

input.pruefcheck:checked~.checkmark:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    color: #3b8b77;
    font-size: 18px;
    margin-left: 5px;
}

.dmfvbtn {
    border: 0;
    background: #3b8b77;
    color: #fff;
    padding: 10px 30px;
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
}

.dmfvbtn:hover {
    background: #3391d8;
}

#printableArea {
    display: none;
}

#printableArea p {
    display: none;
    line-height: 1 !important;
    font-size: 12pt;
}

#content ul.lcp_catlist li h3 a {
    display: block;
    color:
        #717171;
    text-decoration: none;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    height: unset;
    background-color: #fff;
    line-height: 1.5;
    background-position: calc(100% - 5px) calc(0.5em);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 4px;
}

@media screen and (min-width: 768px) and (max-width:991px) {
    div#navi .main-navi ul li a {
        font: 500 0.75em/2.6 "Ubuntu", sans-serif;
    }
}

#wpslrp_login #message {
    padding: 0 !important;
}

#wpslrp_login .theme1-innera .error {
    margin-bottom: 15px;
}

button.tml-button {
    border: none;
    padding: 0px 10px;
    background-color: #3391d8;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    width: 100%;
}

ul.tml-links {
    text-align: right;
    list-style-type: none;
    margin-top: 30px;
}

#dmfv_password_form input.text-input {
    width: 100%;
}

.dmfv_message {
    border-left: 4px solid #00a0d2;
    box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 10%);
    display: block;
    margin: 0 0 1em;
    padding: .75em;
}

.dmfv_message.error {
    border-left-color: #dc3232;
}

#password-strength.short,
#password-strength.bad {
    color: #e4013a;
}

#password-strength.good {
    color: #f59c00;
}

#password-strength.strong {
    color: #00836f;
}

input[type="password"].som-password-input,
input#somfrp_user_info {
    width: 100%;
    max-width: none;
}

input#somfrp_user_info {
    margin-bottom: 15px;
}

.lostpassword-submit button#reset-pass-submit {
    border: none !important;
    padding: 0px 10px;
    background-color: #3391d8;
    color: #fff !important;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    width: 100%;
}

rs-module [class^="fa-"]::before,
rs-module [class*=" fa-"]::before,
.rb-modal-wrapper [class^="fa-"]::before,
.rb-modal-wrapper [class*=" fa-"]::before,
#rs_overview [class^="fa-"]::before,
#rs_overview [class*=" fa-"]::before,
#objectlibrary [class^="fa-"]::before,
#objectlibrary [class*=" fa-"]::before,
#waitaminute [class^="fa-"]::before,
#waitaminute [class*=" fa-"]::before,
#rs_overview_menu [class^="fa-"]::before,
#rs_overview_menu [class*=" fa-"]::before,
#builderView [class^="fa-"]::before,
#builderView [class*=" fa-"]::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.wppb-form-field label,
#wppb-login-wrap .login-username label,
#wppb-login-wrap .login-password label,
#wppb-login-wrap .login-auth label {
    display: block;
    width: 100% !important;
}

.wppb-form-field input[type="text"],
.wppb-form-field input[type="number"],
.wppb-form-field input[type="email"],
.wppb-form-field input[type="url"],
.wppb-form-field input[type="password"],
.wppb-form-field input[type="search"],
.wppb-form-field select,
.wppb-form-field textarea,
.wppb-checkboxes,
.wppb-radios,
#wppb-login-wrap .login-username input,
#wppb-login-wrap .login-password input,
#wppb-login-wrap .login-auth input {
    width: 100% !important;
    position: relative;
}

.wppb-form-field input[type="text"],
.wppb-form-field input[type="number"],
.wppb-form-field input[type="email"],
.wppb-form-field input[type="url"],
.wppb-form-field input[type="search"],
.wppb-form-field select,
.wppb-form-field textarea,
.wppb-form-field .wppb-password-field-container,
#wppb-login-wrap .login-username input,
#wppb-login-wrap .login-auth input {
    width: 100% !important;
}

/* .wppb-form-field.wppb-default-password button.wppb-toggle-pw,
.wppb-form-field.wppb-default-repeat-password button.wppb-toggle-pw,
#wppb-login-wrap .login-password button.wppb-toggle-pw {
    top: 7px !important;
} */



#memberTable_filter [type="search"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    all: none !important;
    box-shadow: none !important;
    /* border: 1px solid #000 !important; */
    /**/
    background: rgba(250, 250, 250, 1);
    border: 1px solid #ddd;
    padding: 0px 10px;
    height: 40px;
    line-height: 40px;
}

#memberTable_filter [type="search"]:focus-visible {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    all: none !important;
    box-shadow: none !important;
}

#memberTable_filter [type="search"]:focus-visible {
    border-color: #0099cc !important;
}

.register-red-text {
    color: #f00 !important;
    font-size: 18px !important;
}

/* Minimal Tarif */

#minimaltarif {
    padding: 0px;
    margin-bottom: 30px;
    margin-right: 0px;
    margin-left: 0px;
}

#minimaltarif .vs-blockabschnitt {
    padding: 10px;
}

#minimaltarif input {
    display: block;
    visibility: hidden;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
}

#minimaltarif .vs-blockabschnitt {
    text-align: center;
    border: 5px solid rgba(166, 166, 166, 0);
    box-shadow: 5px 5px 15px 0px rgba(166, 166, 166, 1);
}

#minimaltarif input[type="radio"]:checked + .vs-blockabschnitt {
    border: 5px solid rgba(129, 193, 241, 1);
    box-shadow: 5px 5px 15px 0px rgba(82, 82, 82, 1);
    background-color: #3391d8;
}

#minimaltarif .vs-blockabschnitt:hover {
    cursor: pointer;
    padding: 10px;
    border: 5px solid rgba(129, 193, 241, 1);
    box-shadow: 5px 5px 15px 0px rgba(82, 82, 82, 1);
  }

  #minimaltarif input[type="radio"]:checked + .vs-blockabschnitt * {
    color: #fff;
  }

  #minimaltarif input[type="radio"]:checked + .vs-blockabschnitt .tarif h3 {
    background-color: #fff;
    color: #000;
  }

#leistungen .headline-minimal, .leistung-minimal h4, .leistung-minimal-checkbox, #minimal-leistungen {
    display: none !important;
}

.leistung-minimal #leistungen h4.headline-minimal, #minimal-leistungen.leistung-minimal-inhalt {
display: block !important;
}

.leistung-minimal h4 {
 color: red;
}

.leistung-minimal #leistungen li::before {
    content: "\f00d";
    color: red;
  }

.tarif h3 {
    padding: 10px;
    background-color: rgba(100, 100, 100, 0.8);
    color: #fff;
    font: 100 1.7em/1.2 "Ubuntu", sans-serif;
    width: 207px;
    text-transform: none;
    margin: 0 auto;
    margin-bottom: 0px;
}

.minimal-container {
    padding-right: 0px;
    padding-left: 0px;
}

#minimal-leistungen {
    margin-top: 30px;
}

.tarif-content, .minimal-content-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
}

.tarif-content h1 {
    color: #3391d8;
}

.tarif-content h4 {
    margin: 0px;
    padding: 0px;
    border: none !important;
    font: 400 0.9em/1.2em "Ubuntu", sans-serif;
    margin-top: 15px;
    color: #686868;
    text-transform: none;
}

.tarif-content h2,
.tarif-content h1 {
    font: 500 1.6em/1.2 "Ubuntu", sans-serif;
    margin-bottom: 0px;
    text-transform: none;
}

.tarif-content .deckungssumme strong,
.tarif-content .vs-textbox {
    text-transform: unset;
    font-size: 16px;
    color: #686868;
    line-height: 30px;
    font-weight: 400;
    text-transform: none;
}

.tarif-content>div {
    flex: 1 1 30%;
    box-sizing: border-box;
    min-width: 200px;
    padding: 1rem;
    border-right: 1px solid #ccc;
}

.minimal-content-container>div {
    flex: 1 1 50%;
    box-sizing: border-box;
    min-width: 200px;
    padding: 1rem;
    border-right: 1px solid #ccc;
}

.minimal-content-container>div {
    text-align: left;
}

.tarif-content>div:last-child, .minimal-content-container>div:last-child {
    border-right: none;
}

#minimaltarif {
    display: none;
}

#toggle-minimaltarif {
    margin-left: 10px;
}

#minimal-leistungen {
    box-shadow: 2px 2px 10px 0px rgba(82, 82, 82, 0.3);
        width: 100%;
        display: block;
        padding: 15px;
        text-align: center;
        border: 2px solid rgba(129, 193, 241, 1);
}

@media only screen and (max-width: 600px) {
    .tarif-content>div, .minimal-content-container>div {
        flex: 1 1 100%;
        border-right: none;
        border-bottom: 1px solid #ccc;
    }

    .tarif-content>div:last-child, .minimal-content-container>div:last-child {
        border-bottom: none;
    }
}