#b_loading {
    content: url("https://kehrer24.de/wp-content/html/template.webp") !important; /* Ersetzt das Bild */
    position: fixed;
    top: 50vh; /* Stellt sicher, dass das Bild mittig im Viewport bleibt */
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 650px; /* Standardgröße */
    height: auto;
    max-width: 40vw; /* Relativ zur Bildschirmbreite */
}

/* Mobile Anpassungen */
@media (max-width: 768px) { /* Für Tablets und größere Smartphones */
    #b_loading {
        width: min(220px, 50vw); /* Größer auf mobilen Geräten */
    }
}

@media (max-width: 480px) { /* Für kleine Smartphones */
    #b_loading {
        width: min(250px, 60vw); /* Noch größer auf kleinen Screens */
    }
}


#vvergleich .eingabeBox {
    position: relative;
    padding-top: 10px;
    font-family: system-ui;
}

#vvergleich .vvgl-aufnahme-head {
    font-weight: bold;
}

#vvergleich .eingabeBox .line .cell.sp1_6 {
    line-height: 1.4;
}

#vvergleich .line.zwischenueberschrift {
    margin-top: 15px;
}

#vvergleich .line.zwischenueberschrift,
#vvergleich .line.zwischenueberschrift center {
    text-align: left;
}

#vvergleich #tbl_tr_info_versicherungsbedarf,
#vvergleich #tbl_tr_info_versicherungsbedarf center,
#vvergleich #tr_info_versicherungsbedarf,
#vvergleich #tr_info_versicherungsbedarf center {
    text-align: left;
}


#vvergleich .eingabeBox .line {
    vertical-align: middle;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
}
#vvergleich .eingabeBox.eingabebox-gesellliste > .line,
#vvergleich .eingabeBox.eingabebox-vorgaben > .line {
    margin-bottom: 5px;
}

#vvergleich .eingabeBox .line .cell.header {
    color: var(--text-farbe-ueberschrift, black);
    font-weight: bold;
    margin: 0;
    font-size: var(--text-groesse-ueberschrift, 20px);
    padding: 4px 0;
}
#vvergleich .eingabeBox.eingabebox-gesellliste .line .cell.header,
#vvergleich .eingabeBox.eingabebox-vorgaben .line .cell.header {
    color: var(--text-farbe-zwischenueberschrift, black);
    font-size: var(--text-groesse-zwischenueberschrift, 18px);
    padding: 0;
}


#vvergleich .line.zwischenueberschrift {
    font-weight: bold;
}


#vvergleich .eingabeBox .cell.sp1 {
    width: 25%;
    text-align: left;
    font-size: var(--text-groesse, 15px);
    font-weight: normal;
    line-height: 1.3;
    padding-right: 25px;
    display: flex;
    align-items: center;
}

#vvergleich .eingabeBox .cell.sp2 {
    width: 39%;
    text-align: left;
    position: relative;
}

#vvergleich .eingabeBox .cell.sp3 {
    order: 3;
    width: 20px;
    text-align: center;
    padding: 11px 0 0 0;
}

#vvergleich .eingabeBox .cell.sp3 .infoicon {
    opacity: 0.5;
}

#vvergleich .eingabeBox .cell.sp3 .infoicon:hover {
    opacity: 1;
}

#vvergleich .input-zusatz {
    position: absolute;
    right: 20px;
    top: 8px;
}

#vvergleich input.form-text {
    color: var(--eingabefeld-text-farbe, #000000);
    border-radius: 6px;
    font-size: var(--text-groesse, 15px);
    width: 100%;
    border: 1px solid var(--eingabefeld-rahmen-farbe, #F1F4F3); /* #e9e9e9;*/
    background: var(--eingabefeld-hintergrund-farbe, #f5f5f5);
    padding: .3rem .75rem;
    line-height: 1.5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-sizing: border-box;
    font-weight: bold;
}
#vvergleich input.form-text:hover {
    border: 1px solid var(--eingabefeld-rahmen-hover-farbe, #ced4da);
}
#vvergleich input.form-text:focus {
    border: 1px solid var(--eingabefeld-rahmen-hover-farbe, #ced4da);
    outline: none;
}
#vvergleich input.form-text:read-only {
    border: 1px solid transparent;
    background-color: transparent;
    padding: .4rem 0;
}

#vvergleich select.form-select {
    font-size: var(--text-groesse, 15px);
    width: 100%;
    border: 1px solid var(--eingabefeld-rahmen-farbe, #F1F4F3);
    padding: .375rem .5rem;
    border-radius: 6px;
    line-height: 1.5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: var(--eingabefeld-text-farbe, #000000);
    background: var(--eingabefeld-hintergrund-farbe, #f5f5f5);
    font-weight: bold;
}
#vvergleich select.form-select:hover {
    border: 1px solid var(--eingabefeld-rahmen-hover-farbe, #ced4da);
}
#vvergleich select.form-select:focus {
    border: 1px solid var(--eingabefeld-rahmen-hover-farbe, #ced4da);
    outline: none;
}

div.auxmtbasicemnxczelas, div.auxmtbasicemnxczelas span, div.auxmtbasicemnxczelas li {
    background-color: #fff !important;
}
div.auxmtbasicemnxczelas li {
    margin-left: 0 !important;
    color: #666 !important;
    border-top-color: #ccc !important;
    padding: 3px;
}
div.auxmtbasicemnxczelas li.ac_over {
    color: #fff !important;
    background-color: #999 !important
}


#vvergleich img#Foto_Rasse_Hund {
    position:absolute;
    left: -104%;
    top: -27px;
    max-width: 150px;
    max-height: 200px;
    box-shadow: 0 0 5px 0 #1a4810;
    border: 1px solid #3e8a2e;
    border-top: none;
    margin-top: 5px;
    /* ausblenden */
    display: none ! important;
}

#vvergleich .eingabeBox .cell.sp3.col1-info {
    padding: 7px 5px 0 15px;
}

#mrmoZusatzfragenError,
#mrmoErstinfoError,
#vvergleich .formAlertBox {
    background-color: var(--fehler-hintergrund-farbe, #ffffe1) ! important;
    border: 1px solid var(--fehler-rahmen-farbe, #ee7878) ! important;
    color: var(--fehler-text-farbe, #333);
    border-radius: 6px ! important;
    /*background-color: transparent ! important;
    border: none ! important;
    padding: 3px 12px ! important;
    color: var(--fehler-text-farbe, #FF3B30) ! important;*/
}

#vvergleich .mrmoInfoBoxErstinfoLabel {
    font-weight: bold;
}

#mrmoErstinfoError {
    margin-bottom: 10px;
}



#vvergleich .mrmoBoxZusatzfragenOptions {
    padding-top: 15px;
}

#vvergleich input:-webkit-autofill,
#vvergleich input:-webkit-autofill:hover,
#vvergleich input:-webkit-autofill:focus,
#vvergleich input:-webkit-autofill:active{
     -webkit-text-fill-color: var(--text-farbe);
    transition-delay: 9999s;
    transition-property: background-color, color;
}


#vvergleich #helpBoxRight,
#vvergleich #helpBoxRightDetail {
    position: absolute;
    right: 0;
    overflow: auto;
    margin-left: 70%;
    line-height: 1.4;
    color: var(--text-farbe-hilfe, black);
    font-size: var(--text-groesse-hilfe, 13px);
}

#vvergleich #helpBoxRight {
    min-height: 25px;
}

/*#vvergleich #helpBoxRight:before,
#vvergleich #helpBoxRightDetail:before {
    position: absolute;
    content: '';
    left: -1px;
    top: 2px;
    display: inline-block;
    background: url('https://kehrer24.de/wp-content/html/information_icon.png');
    background-repeat: no-repeat;
    background-position: top right;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    opacity: 0.4;
}*/

#vvergleich #helpBoxRight .htext, 
#vvergleich #helpBoxRightDetail .htext {
    display: inline-block;
    margin-left: 15px;
    padding: 10px;
    border: 1px solid lightgray;
    border-radius: 10px;
}

#vvergleich .eingabe-submit-btn {
    display: flex;
    justify-content: end;
}

#vvergleich.schnellrechner_prefill .eingabe-submit-btn {
    margin-bottom: 40px;
}


#vvergleich .eingabeBox a.infoicon {
    padding-right: 0;
    background-position: top center;
    margin-top: 0
}

#vvergleich p.zusatzfragen input[type="radio"] {
    height: 20px;
    width: 20px;
    vertical-align: middle;
}

#vvergleich #mrmoErstinfo,
#vvergleich #mrmoAGB {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
}


#vvergleich input[type="checkbox"] {
    height: 20px;
    width: 20px;
    vertical-align: middle;
}

#vvergleich input[type=checkbox][name^='Kr'] {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-left: 5px;
}


#vvergleich p.zusatzfragen {
    margin: 5px 10px 15px 0;
}

#vvergleich p.zusatzfragen input:active,
#vvergleich p.zusatzfragen input:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}

#vvergleich #b_loading {
    margin: 8px 15px 0 0;
    order: 1;
    display: flex;
}

#vvergleich .erstInfoChkBox {
    display: block;
    margin: 30px 0 20px 0;
}

#vvergleich p.zusatzfragen label,
#vvergleich p.zusatzfragen input {
    cursor: pointer;
}

#vvergleich p.zusatzfragen input {
    margin: 0 10px 5px 0;
}

#vvergleich .pfaqlink {
    margin-bottom: 15px;
}
#vvergleich .pfaqlink .mrmoInfoBoxErstinfoLabel {
    font-weight: 600;
}

#vvergleich .pfaqlink a {
    text-decoration: none;
    font-weight: 600;
}
#vvergleich .pfaqlink a:hover {
    text-decoration: underline;
}

#vvergleich .pfaqlink a .infoBoxArrowTeilGes {

}
#vvergleich .pfaqlink a img {
    vertical-align: baseline;
    padding-right: 5px;
}

#vvergleich #box_gesell,
#vvergleich #box_faq,
#vvergleich #box_erstinfo {
    padding-top: 15px;
    padding-left: 20px;
}


/* Sondereinstellung f r WG Rechner */
#vvergleich .eingabeBox .tabl_part_2,
#vvergleich .eingabeBox .tabl_part_3 {
    display: none
}


#vvergleich #GesellListe,
#vvergleich #vorgListe,
#vvergleich #vorgSpeichern,
#vvergleich #vorgDelete,
#vvergleich #vorgText {
    width: auto;
}
#vvergleich .eingabebox-vorgaben,
#vvergleich .eingabebox-gesellliste {
    border: 1px solid #d5d5d5;
    border-radius: 12px;
    padding: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
}

#vvergleich .eingabeBox.eingabebox-vorgaben .cell.sp2 {
    width: 100%;
}


@container vvergleich (max-width: 670px) {

    #vvergleich .mrmoBoxZusatzfragenOptions {
        padding-top: 5px;
    }

    #vvergleich .erstInfoChkBox {
        margin-top: 20px;
    }

    #vvergleich #helpBoxRight,
    #vvergleich #helpBoxRightDetail {
        position: static ! important;
        display: none ! important;
    }

    #vvergleich .eingabeBox .cell.sp3.col1-info {
        display: block;
    }

    #vvergleich .eingabeBox .cell.sp1 {
        flex: 30%;
    }
    #vvergleich .eingabeBox .cell.sp2 {
        flex: 55%;
    }

}

@container vvergleich (max-width: 620px ) {

    #vvergleich .eingabeBox .line {
        flex-wrap: wrap;
    }

    #vvergleich .eingabeBox .line .cell.sp1 {
        flex: 100%;
    }


    #vvergleich .eingabeBox .line .cell.sp2 {
        flex: 1;
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 10px;
    }


}


#vvergleich {
    color: var(--text-farbe, #000);
    background: var(--hintergrund-farbe, #FFF);
    font-size: var(--text-groesse, 15px);
    margin: 0 auto;
    line-height: 1.4;
    padding: 0 8px;
    max-width: 1000px;
    container-type: inline-size;
    container-name: vvergleich;
}

body.modal-open {
    overflow: hidden;
}

body.modal-open #vvergleich:not(.isTouchDevice) {
    padding-right: 25px ! important;
}

#vvergleich a {
    text-decoration: none;
    font-weight: 600;
}

#tiptip_content {
    font-size: 13px;
}

#vvergleich a,
#vvergleich a:visited {
    color: var(--link-farbe, darkblue);
}

#vvergleich a:hover {
    color: var(--link-farbe-hover, cornflowerblue);
    text-decoration: underline;
}

#vvergleich a:active {
    color: var(--link-farbe, darkblue);
}

#vvergleich p {
    margin: 7px 0;
    padding: 0;
}

.freeze, .freeze * {
    cursor: progress;
}

#vvergleich .fett {
    font-weight: bold;
}

#vvergleich .faqlink {
    text-decoration: none;
}

#vvergleich .hidden {
    display: none;
}

#vvergleich .visible {
    visibility: visible;
}

.hilfehidden {
    display: none;
}

.hilfevisible {
    visibility: visible;
    background-color: #ffffe1;
    color: var(--text-farbe, #000000);
}

#vvergleich .searchQueryBox {
    margin-top: 16px;
}

#vvergleich .searchQueryBoxLabel {
    vertical-align: middle;
}

#vvergleich .empty-search-result {
    font-weight: bold;
    color: red;
}

#vvergleich #searchQuery {
    max-width: 260px;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#vvergleich .vergleichbutton.filter_telefonberatung,
#vvergleich a.antrag,
#vvergleich a.angebot,
#vvergleich a.lnk_antrag,
#vvergleich a.button_send,
#vvergleich a.btn-fehler-melden,
#vvergleich a.btn-zeige-fehlende-tarife,
#vvergleich input[type="button"],
#vvergleich button[type="button"],
#vvergleich input[type="submit"] {
    font-size: 16px;
    font-weight: normal;
    padding: 4px 15px;
    display: flex;
    order: 2;
    background: var(--schaltflaeche-hintergrund-farbe, orange);
    border-radius: 12px;
    color: var(--schaltflaeche-text-farbe, #000);
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    cursor: pointer;
    transition: all .3s linear;
    text-decoration: none;
    font-weight: normal;
    width: auto;
}

#vvergleich #vorgDelete,
#vvergleich #vorgSpeichern {
    background-color: lightblue;
    color: black;
}

#vvergleich .vergleichbutton.filter_telefonberatung:hover,
#vvergleich a.antrag:hover,
#vvergleich a.lnk_antrag:hover,
#vvergleich a.angebot:hover,
#vvergleich a.button_send:hover,
#vvergleich a.btn-fehler-melden:hover,
#vvergleich a.btn-zeige-fehlende-tarife:hover,
#vvergleich input[type="button"]:hover:not([disabled]),
#vvergleich button[type="button"]:hover:not([disabled]),
#vvergleich input[type="submit"]:hover:not([disabled]) {
    background: var(--schaltflaeche-hover-hintergrund-farbe, #ffd48f);
}

#vvergleich .vergleichbutton.filter_telefonberatung:active,
#vvergleich a.antrag:active,
#vvergleich a.lnk_antrag:active,
#vvergleich a.angebot:active,
#vvergleich a.button_send:active,
#vvergleich a.btn-fehler-melden:active,
#vvergleich a.btn-zeige-fehlende-tarife:active,
#vvergleich input[type="button"]:active:not([disabled]),
#vvergleich button[type="button"]:active:not([disabled]),
#vvergleich input[type="submit"]:active:not([disabled]) {
    background: var(--schaltflaeche-hintergrund-farbe, #ffd48f);
}


#vvergleich input[disabled],
#vvergleich input:disabled,
#vvergleich button[disabled],
#vvergleich button:disabled {
    opacity: 0.3;
}


@media (max-width: 600px) {
    .btn_telefonberatung_mobile {
        display: inline-block ! important;
        margin-bottom: 0;
        height: 26px;
    }
    .btn_telefonberatung_default {
        display: none ! important;
    }

    .filter_kuendigungshilfe  {
        display: none ! important;
    }

    .btn_sendtoemail_mobile {
        display: inline-block ! important;
        margin-bottom: 0;
        height: 26px;
    }
    .btn_sendtoemail_default {
        display: none ! important;
    }

}

/*
#vvergleich .vergleichbutton.filter_telefonberatung.btn_low_prio,
#vvergleich a.button_send.btn_low_prio {
    background: none;
    color: var(--schaltflaeche-hintergrund-farbe, orange);
    border: 1px solid var(--schaltflaeche-hintergrund-farbe, orange);
}

#vvergleich .vergleichbutton.filter_telefonberatung.btn_low_prio:hover,
#vvergleich a.button_send.btn_low_prio:hover {
    background: var(--schaltflaeche-hintergrund-farbe, orange);
    color: var(--schaltflaeche-text-farbe, #000);
}
*/


/*#vvergleich .vergleichbutton.filter_telefonberatung:hover,
#vvergleich a.antrag:hover,
#vvergleich a.angebot:hover,
#vvergleich input[type="button"]:hover,
#vvergleich input[type="submit"]:hover {
    background: #ffd48f;
}*/

/*#vvergleich .vergleichbutton.filter_telefonberatung:hover,
#vvergleich a.antrag:hover,
#vvergleich a.angebot:hover,
#vvergleich input[type="button"]:active,
#vvergleich input[type="submit"]:active {
    background: #c78200;
}*/

#vvergleich .telefonberatungLabel {
    color: inherit;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: inherit;
    padding: 0;
}

#vvergleich a.infoicon,
#dialog-message a.infoicon {
    display: inline-block;
    background: url(https://kehrer24.de/wp-content/html/information_icon.png);
    background-repeat: no-repeat;
    background-size: 20px 20px; /* Ensures the icon is 20x20 px */
    background-position: center; /* Centers the icon */
    vertical-align: middle;
    cursor: pointer;
    height: 20px;
    width: 20px;
}

#vvergleich .setting_right a.infoicon {
    padding-right: 22px;
    width: auto;
}
#vvergleich .setting_right .infoicon-sb {
    background: none;
    height: auto;
    width: auto;
}
#vvergleich a.infoicon.zusatzbs {
    background: none;
    height: auto;
    width: auto;
    padding-right: 0;
}

#vvergleich .clear {
    clear: both;
    height: 0;
    font-size: 0
}






#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9000;
}
#tiptip_holder.tip_top {
    padding-bottom: 5px
}
#tiptip_holder.tip_bottom {
    padding-top: 5px
}
#tiptip_holder.tip_right {
    padding-left: 5px
}
#tiptip_holder.tip_left {
    padding-right: 5px
}
#tiptip_content {
    text-align: left;
    color: #333;
    padding: 4px 8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-color: #ffffe1;
    border-radius: 3px;
    box-shadow: 0 0 3px #555;
}
#tiptip_content {
    max-height: 250px;
    overflow: auto
}
#tiptip_content ul {
    margin-left: 0;
    padding-left: 15px
}
#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0
}
#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #555;
    border-top-color: rgba(51, 51, 51, 0.25);
}
#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #555;
    border-bottom-color: rgba(51, 51, 51, 0.25);
}
#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #555;
    border-right-color: rgba(51, 51, 51, 0.25);
}
#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #555;
    border-left-color: rgba(51, 51, 51, 0.25);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-top-color: #ffffe1;
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -5px;
    border-bottom-color: #ffffe1;
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: #ffffe1;
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: #ffffe1;
}



#vvergleich {
    color: var(--text-farbe, #000);
    background: var(--hintergrund-farbe, #FFF);
    font-size: var(--text-groesse, 15px);
    margin: 0 auto;
    line-height: 1.4;
    padding: 0 8px;
    max-width: 1000px;
    container-type: inline-size;
    container-name: vvergleich;
    font-family: system-ui;
}

body.modal-open {
    overflow: hidden;
}

body.modal-open #vvergleich:not(.isTouchDevice) {
    padding-right: 25px ! important;
}

#vvergleich a {
    text-decoration: none;
    font-weight: 600;
}

#tiptip_content {
    font-size: 13px;
}

#vvergleich a,
#vvergleich a:visited {
    color: var(--link-farbe, darkblue);
}

#vvergleich a:hover {
    color: var(--link-farbe-hover, cornflowerblue);
    text-decoration: underline;
}

#vvergleich a:active {
    color: var(--link-farbe, darkblue);
}

#vvergleich p {
    margin: 7px 0;
    padding: 0;
}

.freeze, .freeze * {
    cursor: progress;
}

#vvergleich .fett {
    font-weight: bold;
}

#vvergleich .faqlink {
    text-decoration: none;
}

#vvergleich .hidden {
    display: none;
}

#vvergleich .visible {
    visibility: visible;
}

.hilfehidden {
    display: none;
}

.hilfevisible {
    visibility: visible;
    background-color: #ffffe1;
    color: var(--text-farbe, #000000);
}

#vvergleich .searchQueryBox {
    margin-top: 16px;
}

#vvergleich .searchQueryBoxLabel {
    vertical-align: middle;
}

#vvergleich .empty-search-result {
    font-weight: bold;
    color: red;
}

#vvergleich #searchQuery {
    max-width: 260px;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#vvergleich .vergleichbutton.filter_telefonberatung,
#vvergleich a.antrag,
#vvergleich a.angebot,
#vvergleich a.lnk_antrag,
#vvergleich a.button_send,
#vvergleich a.btn-fehler-melden,
#vvergleich a.btn-zeige-fehlende-tarife,
#vvergleich input[type="button"],
#vvergleich button[type="button"],
#vvergleich input[type="submit"] {
    font-size: 16px;
    font-weight: normal;
    padding: 4px 15px;
    display: flex;
    order: 2;
    background: var(--schaltflaeche-hintergrund-farbe, #004278);
    border-radius: 12px;
    color: var(--schaltflaeche-text-farbe, #ffffff);
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    cursor: pointer;
    transition: all .3s linear;
    text-decoration: none;
    font-weight: normal;
    width: auto;
}

#vvergleich #vorgDelete,
#vvergleich #vorgSpeichern {
    background-color: lightblue;
    color: black;
}

#vvergleich .vergleichbutton.filter_telefonberatung:hover,
#vvergleich a.antrag:hover,
#vvergleich a.lnk_antrag:hover,
#vvergleich a.angebot:hover,
#vvergleich a.button_send:hover,
#vvergleich a.btn-fehler-melden:hover,
#vvergleich a.btn-zeige-fehlende-tarife:hover,
#vvergleich input[type="button"]:hover:not([disabled]),
#vvergleich button[type="button"]:hover:not([disabled]),
#vvergleich input[type="submit"]:hover:not([disabled]) {
    background: var(--schaltflaeche-hover-hintergrund-farbe, #004278);
}

#vvergleich .vergleichbutton.filter_telefonberatung:active,
#vvergleich a.antrag:active,
#vvergleich a.lnk_antrag:active,
#vvergleich a.angebot:active,
#vvergleich a.button_send:active,
#vvergleich a.btn-fehler-melden:active,
#vvergleich a.btn-zeige-fehlende-tarife:active,
#vvergleich input[type="button"]:active:not([disabled]),
#vvergleich button[type="button"]:active:not([disabled]),
#vvergleich input[type="submit"]:active:not([disabled]) {
    background: var(--schaltflaeche-hintergrund-farbe, #004278);
}


#vvergleich input[disabled],
#vvergleich input:disabled,
#vvergleich button[disabled],
#vvergleich button:disabled {
    opacity: 0.3;
}


@media (max-width: 600px) {
    .btn_telefonberatung_mobile {
        display: inline-block ! important;
        margin-bottom: 0;
        height: 26px;
    }
    .btn_telefonberatung_default {
        display: none ! important;
    }

    .filter_kuendigungshilfe  {
        display: none ! important;
    }

    .btn_sendtoemail_mobile {
        display: inline-block ! important;
        margin-bottom: 0;
        height: 26px;
    }
    .btn_sendtoemail_default {
        display: none ! important;
    }

}

/*
#vvergleich .vergleichbutton.filter_telefonberatung.btn_low_prio,
#vvergleich a.button_send.btn_low_prio {
    background: none;
    color: var(--schaltflaeche-hintergrund-farbe, orange);
    border: 1px solid var(--schaltflaeche-hintergrund-farbe, orange);
}

#vvergleich .vergleichbutton.filter_telefonberatung.btn_low_prio:hover,
#vvergleich a.button_send.btn_low_prio:hover {
    background: var(--schaltflaeche-hintergrund-farbe, orange);
    color: var(--schaltflaeche-text-farbe, #000);
}
*/


/*#vvergleich .vergleichbutton.filter_telefonberatung:hover,
#vvergleich a.antrag:hover,
#vvergleich a.angebot:hover,
#vvergleich input[type="button"]:hover,
#vvergleich input[type="submit"]:hover {
    background: #ffd48f;
}*/

/*#vvergleich .vergleichbutton.filter_telefonberatung:hover,
#vvergleich a.antrag:hover,
#vvergleich a.angebot:hover,
#vvergleich input[type="button"]:active,
#vvergleich input[type="submit"]:active {
    background: #c78200;
}*/

#vvergleich .telefonberatungLabel {
    color: inherit;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: inherit;
    padding: 0;
}

#vvergleich a.infoicon,
#dialog-message a.infoicon {
    display: inline-block;
    background: url(https://kehrer24.de/wp-content/html/information_icon.png);
    background-repeat: no-repeat;
    background-size: 20px 20px; /* Ensures the icon is 20x20 px */
    background-position: center; /* Centers the icon */
    vertical-align: middle;
    cursor: pointer;
    height: 20px;
    width: 20px;
}

#vvergleich .setting_right a.infoicon {
    padding-right: 22px;
    width: auto;
}
#vvergleich .setting_right .infoicon-sb {
    background: none;
    height: auto;
    width: auto;
}
#vvergleich a.infoicon.zusatzbs {
    background: none;
    height: auto;
    width: auto;
    padding-right: 0;
}

#vvergleich .clear {
    clear: both;
    height: 0;
    font-size: 0
}






#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9000;
}
#tiptip_holder.tip_top {
    padding-bottom: 5px
}
#tiptip_holder.tip_bottom {
    padding-top: 5px
}
#tiptip_holder.tip_right {
    padding-left: 5px
}
#tiptip_holder.tip_left {
    padding-right: 5px
}
#tiptip_content {
    text-align: left;
    color: #333;
    padding: 4px 8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-color: #ffffe1;
    border-radius: 3px;
    box-shadow: 0 0 3px #555;
}
#tiptip_content {
    max-height: 250px;
    overflow: auto
}
#tiptip_content ul {
    margin-left: 0;
    padding-left: 15px
}
#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0
}
#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #555;
    border-top-color: rgba(51, 51, 51, 0.25);
}
#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #555;
    border-bottom-color: rgba(51, 51, 51, 0.25);
}
#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #555;
    border-right-color: rgba(51, 51, 51, 0.25);
}
#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #555;
    border-left-color: rgba(51, 51, 51, 0.25);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-top-color: #ffffe1;
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -5px;
    border-bottom-color: #ffffe1;
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: #ffffe1;
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: #ffffe1;
}



#dialog-overlay {
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    display: none;
}

#dialog-box {
    padding-top: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    background: #fff;
    width: 590px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    z-index: 9000;
    display: none;
    margin: 10px;
}

#dialog-box .dialog-content {
    text-align: left;
    padding: 5px 0 0 5px;
    margin: 20px 13px 20px 13px;
    color: #000;

}

#dialog-box .buttons {
    text-align: center;
    margin: 10px auto 0 auto;
}

/*#dialog-box a.button_send {
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    padding: 8px 15px;
    color: var(--button-text-color, #000);
    text-decoration: none;
    font-weight: normal;
    line-height: 1;
    width: 80px;
    background: var(--button-background-color, orange);
    border-color: var(--button-background-color, orange);
    border-radius: 2px;
    position: relative;
    cursor: pointer;
}*/

#dialog-box a.button {
    display: none;
}

#dialog-box a.button.ecke {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    display: block;
    padding: 10px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    width: 20px;
    cursor: pointer;
    border-bottom-left-radius: 5px;
}

#dialog-box a.button.ecke:hover {
    background-color: #ccc;
}

#dialog-message {
    overflow: auto;
    line-height: 1.3;
}

#dialog-message .green {
    color: green;
}
#dialog-message .red {
    color: red;
}
#dialog-message .bold {
    font-weight: bold;
}
#dialog-box .dialog-content p {
    font-weight: normal;
    margin: 0 0 10px 0;
}

#dialog-box .dialog-content ul {
    margin: 10px 0 10px 0;
    padding: 0;
    list-style: none;
}

#dialog-box .dialog-content ul li {
    margin-bottom: 5px;
}

#dialog-box .bewertungslogo {
    float: right;
    margin-right: 20px
}

#dialog-box p.kategorie {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 5px;
    margin-right: 20px;
    padding-bottom: 5px
}

#dialog-box dl.kategorie_bereich {
    margin-bottom: 6px
}

#dialog-box dd.beschreibung {
    clear: both;
    float: left;
    width: 350px;
    margin: 0
}

#dialog-box dt.bewertung_sterne {
    width: 100px;
    margin-right: 20px;
    float: right;
    text-align: center;
    font-size: 12px;
    margin-top: 3px;
}

#dialog-box p.makler {
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 5px;
    margin-right: 20px;
    padding-bottom: 5px
}

#dialog-box p.makler_meinung {
    font-style: italic
}


#vvergleich .resultFilter_out {
    margin-top: 20px;
    margin-bottom: 25px;
    padding-right: 25px;
}

#vvergleich .resultFilter_out a.infoicon {
    padding: 0;
}

#vvergleich .resultFilter_legend {
    margin-bottom: 15px;
}
#vvergleich .resultFilter_legend a {
    text-decoration: none;
    padding: 2px 0 0 20px;
    vertical-align: middle;
}

#vvergleich .resultFilter_legend a.unten {
    background: url(https://res.makler-bund.de/h1/_images/pfeil_unten.png) no-repeat left;
}

#vvergleich .resultFilter_legend a.oben {
    background: url(https://res.makler-bund.de/h1/_images/pfeil_oben.png) no-repeat left;
}

#vvergleich .resultFilter .slide_filterbox {
    margin-bottom: 10px;
}

#vvergleich .resultFilter .slide_filterbox .leftside {
    flex: 1;
}

#vvergleich #email_angebot {
    width: 320px;
    border-color: #d5d5d5;
}
#vvergleich #email_angebot_ok {
    padding-top: 10px;
}
 #vvergleich #email_angebot_ok .info {
    font-weight: bold;
    color: green;
}

#vvergleich .resultFilter .ui-slider {
    flex: 1;
    margin-top: 8px;
}

#vvergleich .resultFilter .ui-slider .tick {
    border-left-color: #ccc;
}
#vvergleich .resultFilter .ui-slider.ui-widget-content {
    background-color: #eeeeee;
}



#vvergleich .ui-slider {
    position: relative;
    text-align: left;
    cursor: pointer;
}

#vvergleich .ui-slider .ui-slider-handle {
    /*background: #4583E0 url(https://res.makler-bund.de/h1/_images/slider.png) 50% 50% no-repeat;*/
    background: var(--schaltflaeche-hintergrund-farbe, #004278);
    background-image: url(https://res.makler-bund.de/h1/_images/slider.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    z-index: 3;
    width: 1.6em;
    height: 1.2em;
}

#vvergleich .ui-slider .ui-slider-range {
    background-color: var(--schaltflaeche-hintergrund-farbe, orange);
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    cursor: pointer;
    background-repeat: repeat-x;
}

#vvergleich .ui-slider .tick {
    z-index: 2;
    border-left: 2px solid #666;
    position: absolute;
    height: 100%;
    font-size: 1.8em;
    line-height: 1.8em;
    background: none;
    text-align: center;
}

#vvergleich .ui-slider-horizontal {
    height: .5em;
    margin: 3px 0 3px 0;
    border-radius: 2px;
}

#vvergleich .ui-slider-horizontal .ui-slider-handle {
    /*top: -.4em;
    margin-left: -.6em;*/
    border-radius: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.4) 1px 1px;
    top: -11px;
    padding: 5px;
    margin-left: -1em;
    border: 0;
}

#vvergleich .ui-slider-horizontal .ui-slider-handle:hover {
    background-color: var(--schaltflaeche-hover-hintergrund-farbe, #004278);
}

#vvergleich .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

#vvergleich .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

#vvergleich .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}




#vvergleich .vergleichbutton-box {
    min-height: 36px;
    position: relative;
}

#vvergleich .vergleichbutton-box .button_send {
    margin-bottom: 8px;
    display: inline-block;
    float: none ! important;
    margin-right: 4px ! important;
}

#vvergleich .vergleichbutton-box .vergleichen-button-box {
    display: inline-block;
    position: absolute;
    right: 30px;
}

#vvergleich .ergebnisBox  {
    margin-bottom: 15px;
    position: relative;
}
#vvergleich .ergebnisBox .line {
    background-color: var(--tarif-hintergrund-farbe, #eee);
    border-radius: 12px;
    border: 1px solid #e0e0e0;
}
#vvergleich .ergebnisBox.ergebnisHeader {
    display: none ! important;
}
#vvergleich .tipp_header {
    background-color: var(--tariftipps-kopfleiste-hintergrund-farbe, green);
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#vvergleich .ergebnisBox #preisTipp.line,
#vvergleich .ergebnisBox #preisleistungTipp.line,
#vvergleich .ergebnisBox #leistungTipp.line {
    border: 1px solid var(--tariftipps-kopfleiste-hintergrund-farbe, green);
}

#vvergleich .prozent_info {
    font-size: 13px;
}

#vvergleich .ergebnisBox #preisTipp {
    background-image: url(https://res.makler-bund.de/h1/_images/preisTipp.png);
    background-position: 101% 100%;
    background-repeat: no-repeat;
}

#vvergleich .ergebnisBox #leistungTipp {
    background-image: url(https://res.makler-bund.de/h1/_images/leistungTipp.png);
    background-position: 101% 101%;
    background-repeat: no-repeat;
}

#vvergleich .ergebnisBox #preisleistungTipp {
    background-image: url(https://res.makler-bund.de/h1/_images/plTipp.png);
    background-position: 100% 106%;
    background-repeat: no-repeat;
}

#vvergleich .tipp-header-caption {
    padding: 4px 0;
    display: inline-block;
}
#vvergleich .tipp_header a,
#vvergleich .tipp-header-caption {
    text-decoration: none;
    color: var(--tariftipps-kopfleiste-text-farbe, #666);
    font-weight: bold;
    font-size: 16px;
}

#vvergleich .ergebnisBox .line .tipp_header a.infoicon {
    padding-right: 40px;
    vertical-align: baseline;
    width: auto;
}

#vvergleich .ergebnisBox .line .tipp_text_body {
    padding: 8px;
}

#vvergleich .ergebnisBox .line .innerbox {
    display: flex;
    padding: 15px;
}
#vvergleich .ergebnisBox .line .innerbox .position {
    display: none ! important;
}
#vvergleich .ergebnisBox .line .innerbox > div {
    flex: 1;
}
#vvergleich .ergebnisBox .line .innerbox .sp1 {
    display: flex;
    align-items: center;
    max-width: 180px;
}
#vvergleich .ergebnisBox .line .innerbox .sp2 {
    display: flex;
    align-items: center;
    margin-left: 8px;
    margin-right: 8px;
}
#vvergleich .ergebnisBox .line .innerbox .sp2 .settings-box-out {
    width: 100%;
    min-width: 200px;
    display: table;
}
#vvergleich .ergebnisBox .line .innerbox .sp2 .setting {
    font-size: var(--text-groesse-tarifleistung, 13px);
    width: 100%;
    /*display: flex;*/
    /*margin-bottom: 3px;*/
    line-height: 1.2;
    display: table-row;
}
#vvergleich .ergebnisBox .setting_right a .sb {
    white-space: nowrap;
}
#vvergleich .ergebnisBox .line .innerbox .sp2 .setting_left {
    /*flex: 1;*/
    white-space: nowrap;
    text-align: right;
    padding-right: 5px;
    display: table-cell;
    padding-top: 2px;
    padding-bottom: 2px;
}
#vvergleich .ergebnisBox .line .innerbox .sp2 .setting_right {
    /*flex: 1;*/
    padding-left: 5px;
    margin-right: 10px;
    display: table-cell;
    padding-top: 2px;
    padding-bottom: 2px;
}

#vvergleich .ergebnisBox .line .innerbox .sp4 {
    max-width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#vvergleich .ergebnisBox .line .innerbox .sp5 {
    display: flex;
    align-items: center;
    justify-content: center;
    /*max-width: 200px;*/
}
#vvergleich .ergebnisBox .line .innerbox .sp5 .betrag {
    font-weight: bold;
    font-size: var(--text-groesse-tarifbeitrag, 22px);
    padding-top: 5px;
}
#vvergleich .ergebnisBox .line .innerbox .sp5 .rabSelector {
    font-size: 15px;
}
#vvergleich .ergebnisBox .line .innerbox .sp5 .zwSelector {
    margin-bottom: 10px;
}
#vvergleich .ergebnisBox .line .innerbox .sp6 {
    flex: none;
    width: 40px;
    display: flex;
    align-items: center;
}
#vvergleich .ergebnisBox.tipp .line .innerbox .sp6 {
    position: absolute;
    right: 15px;
    top: 53px;
}
#vvergleich .ergebnisBox .line .innerbox .sp6 .chkleistungsvgl {
    width: 20px;
    height: 20px;
}


#vvergleich .sortInfo {
    margin: 10px 0 5px 0;
}


#vvergleich .bewertung,
#dialog-message .bewertung {
    width: 95px;
    height: 19px;
    margin: 0;
    padding-top: 5px;
}
#vvergleich .bewertung .star,
#dialog-message .bewertung .star {
    float: left;
    cursor: pointer;
    background: url(https://res.makler-bund.de/h1/_images/star_small.png) no-repeat 0 0;
    height: 19px;
    width: 19px;
    margin: 0;
    padding: 0
}
#vvergleich .bewertung .markiert_halb,
#dialog-message .bewertung .markiert_halb {
    background-position: 0 -57px;
}
#vvergleich .bewertung .markiert,
#dialog-message .bewertung .markiert {
    background-position: 0 -38px;
}
#vvergleich .vertical,
#dialog-message .vertical {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}

#vvergleich .setting_right .tkvBull {
    line-height: 0;
    vertical-align: top;
    height: 7px;
    display: inline-block;
    padding: 7px 0 0 0;
    color: var(--leistungspunkte-aktiv-farbe, #50C878) ! important;
}
#vvergleich .setting_right .tkvBullEmpty {
    line-height: 0;
    vertical-align: top;
    height: 7px;
    display: inline-block;
    padding: 7px 0 0 0;
    color: var(--leistungspunkte-inaktiv-farbe, #e5e5e5) ! important;
}


/*#vvergleich .tarif_gesinfo {
    text-decoration: none;
}*/
#vvergleich .tarif_gesinfo .gesell_logo_sprite {
    max-width: 95px;
    max-height: 95px;
    display: block;
    margin: 0 auto 5px auto;
}
#vvergleich .cell.sp1 .nicht_bewertet {
    font-size: 13px;
    white-space: nowrap;
    font-style: italic;
}

#vvergleich .tarif_gesinfo .label {
    display: block;
    text-align: center;
}




#vvergleich .button-antrag-outer-box {
    display: block;
}
#vvergleich .button-angebot-outer-box {
    padding-top: 10px;
    display: block;
}


#content-angebot dl.spalten dt {
    clear: left;
    float: left;
    width: 120px;
    padding: 3px;
    font-weight: bold
}
#content-angebot dl.spalten dd {
    margin-left: 120px;
    padding: 3px
}
#content-angebot dl.spalten .feld1 {
    width: 300px;
}
#content-angebot dl.spalten .feld2 {
    width: 65px;
}
#content-angebot dl.spalten .feld3 {
    width: 230px;
}
#content-angebot dl.spalten .text1 {
    width: 300px;
    height: 35px;
}
#content-angebot dl.spalten dd.tarif,
#content-angebot dl.spalten dd.gesellschaft {
    font-weight: bold
}
#content-angebot dl.spalten #a_anrede,
#content-angebot dl.spalten .feld1,
#content-angebot dl.spalten .feld2,
#content-angebot dl.spalten .feld3,
#content-angebot dl.spalten .text1 {
    color: var(--text-farbe, #000);
    border-radius: 6px;
    font-size: var(--text-groesse, 15px);
    border: 1px solid #d5d5d5;
    background: var(--eingabefeld-hintergrund-farbe, #f5f5f5);
    padding: .2rem .3rem;
}
#content-angebot dl.spalten .feld1.error,
#content-angebot dl.spalten .feld2.error,
#content-angebot dl.spalten .feld3.error,
#content-angebot dl.spalten .text1.error {
    border: 3px solid #cc0000
}






#vvergleich .sp4 .punkte {
    margin-top: 5px;
    display: inline-block;
}
#vvergleich .sp4 .prozentwert {
    font-weight: bold;
}

#vvergleich .cell .balken {
    display: block;
    position: relative;
    height: 14px;
    margin-bottom: 5px;
}
#vvergleich .cell .balken span {
    background-color: var(--leistungspunkte-inaktiv-farbe, #e5e5e5);
    width: 14px;
    height: 14px;
    margin: 0 1px 0 0;
    padding: 0;
    font-size: 0;
    display: block;
    position: absolute;
    bottom: 0;
    border-radius: 45px;
}
#vvergleich .cell .balken .b1 {
    left: 0;
}
#vvergleich .cell .balken .b2 {
    left: 15px;
}
#vvergleich .cell .balken .b3 {
    left: 30px;
}
#vvergleich .cell .balken .b4 {
    left: 45px;
}
#vvergleich .cell .balken .b5 {
    left: 60px;
}
#vvergleich .cell .balken .b6 {
    left: 75px;
}
#vvergleich .cell .balken .aktiv {
    background-color: var(--leistungspunkte-aktiv-farbe, #50C878);
}

#mrmo_vvergleich .tarifdetails-box,
#vvergleich .tarifdetails-box {
    text-align: left;
}


#vvergleich .BubbleStyle {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    text-decoration: none;

    padding: 3px 4px;
    color: #333;
    z-index: 10000;
    display: none;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #ffffe1;
    font-size: 13px;
}

#vvergleich a.tl-details-q {
    text-decoration: none;
}

#vvergleich .resultFilter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#vvergleich .resultFilter .slide_filterbox {
    margin-bottom: 10px;
    flex: 0 48%;
    padding-left: 0;
    box-sizing: border-box;
}
#vvergleich .resultFilter .ui-slider {
    margin-top: 10px;
    margin-left: 40px;
    margin-right: 0;
    margin-bottom: 20px;
}
#vvergleich .resultFilter .gefunden #angezeigte_tarife {
    padding-right: 3px;
}
#vvergleich .resultFilter .gefunden {
    display: flex;
    align-items: center;
}
#vvergleich a.btn-zeige-fehlende-tarife {
    margin-bottom: 10px;
}
#vvergleich #nichtanzeige_1 {
    padding: 10px;
}
#vvergleich #nichtanzeige_1 h2 {
    font-weight: bold;
}
#vvergleich #nichtanzeige_1 table tr td {
    padding: 2px;
}
#vvergleich #nichtanzeige_1 table tr:nth-child(2n) td{
    background-color: #f3f3d5;
}

@container vvergleich (max-width: 880px) {

    #vvergleich .ergebnisBox .line .innerbox {
        padding: 15px 10px;
    }
    #vvergleich .ergebnisBox.tipp .line .innerbox .sp6 {
        right: 10px;
    }

    #vvergleich .ergebnisBox .line .innerbox .sp1 {
        max-width: 130px;
        justify-content: center;
    }
    #vvergleich .ergebnisBox .line .innerbox .sp4 {
        max-width: 120px;
        justify-content: center;
    }
    #vvergleich .ergebnisBox .line .innerbox .sp5 {
         justify-content: center;
    }
}
@container vvergleich (max-width: 800px) {

    #vvergleich .vergleichbutton-box .vergleichen-button-box {
        display: block;
        right: auto;
        width: 100%;
        text-align: right;
        padding-right: 25px;
        position: relative;
        box-sizing: border-box;
    }

    #vvergleich a.filter_print {
        display: none ! important;
    }
}
@container vvergleich (max-width: 670px) {

    #vvergleich {
        padding: 7px;
    }

    #vvergleich .ergebnisBox .line .innerbox .sp1,
    #vvergleich .ergebnisBox .line .innerbox .sp5 {
        max-width: none;
    }

    #vvergleich .ergebnisBox .line .innerbox .sp2 {
        margin-left: 0;
    }

    #vvergleich .ergebnisBox .line .innerbox .sp2 .setting_left {
        width: 50%;
    }

    #vvergleich .ergebnisBox .line .innerbox .sp2 .setting_right {
        margin-right: 26px;
    }

    #vvergleich .resultFilter .gefunden {
        display: block;
        padding: 10px 0 10px 25px;
    }

    #vvergleich .tarif_gesinfo .gesell_logo_sprite {
        margin: 5px auto;
    }
    #vvergleich .resultFilter {
        display: block;
        flex-wrap: unset;
        justify-content: normal;
    }
    #vvergleich .resultFilter .slide_filterbox {
        display: block;
    }

    /*#vvergleich .resultFilter .ui-slider {
        margin-top: 10px;
        margin-left: 40px;
        margin-right: 0;
        margin-bottom: 20px;
    }*/

    #vvergleich .ergebnisBox .line .innerbox {
        flex-wrap: wrap;
        padding-bottom: 5px;
        position: relative;
    }
    #vvergleich .ergebnisBox .line .innerbox > div {
        flex: 50%;
    }

    #vvergleich .ergebnisBox .line .innerbox .sp4 {
        max-width: none;
    }

    #vvergleich .vertical, #dialog-message .vertical {
        margin: 0;
        align-items: center;
    }

    #vvergleich .ergebnisBox .line .innerbox .sp2,
    #vvergleich .ergebnisBox .line .innerbox .sp5,
    #vvergleich .ergebnisBox .line .innerbox .sp4,
    #vvergleich .ergebnisBox .line .innerbox .sp1 {
        align-items: start;
    }

    #vvergleich .ergebnisBox .line .innerbox .sp1,
    #vvergleich .ergebnisBox .line .innerbox .sp2 {
        margin-bottom: 15px;
    }

    #vvergleich .ergebnisBox .line .innerbox .sp1 {
        order: 1;
        flex: 40%;
        max-width: none;
    }
    #vvergleich .ergebnisBox .line .innerbox .sp4 {
        max-width: none;
        order: 4;
        flex: 40%;
        align-items: center;
    }

    #vvergleich .ergebnisBox .line .innerbox .sp6 {
        order: 3;
        position: absolute;
        right: 15px;
        top: 100px;
        width: 30px;
    }

    #vvergleich .ergebnisBox .line .innerbox .sp2 {
        order: 2;
        flex: 60%;
        margin-right: 0;
        align-items: center;
    }
    #vvergleich .ergebnisBox .line .innerbox .sp5 {
        order: 5;
        flex: 60%;
        justify-content: center;
    }

    #vvergleich .sp4 .punkte {
        text-align: center;
    }
    #vvergleich .ergebnisBox .line .innerbox .sp5 .rabSelector,
    #vvergleich .ergebnisBox .line .innerbox .sp5 .zwSelector {
        text-align: center;
    }
    #vvergleich .ergebnisBox .line .innerbox .sp5 .beitrag-antrag-box-out .betrag {
        display: block;
        text-align: center;
    }

    #vvergleich .vergleichbutton-box .vergleichen-button-box {
        padding-right: 15px;
    }
}

@container vvergleich (max-width: 550px) {

    #vvergleich .vergleichbutton-box .vergleichen-button-box {
        display: inline-block;
        position: absolute;
        padding-right: 15px;
        margin-top: 0;
        right: 0;
        width: auto;
    }

}

#vvergleich #vergleichen-button-center-box {
    transition: opacity 0.3s ease;

    display: block ! important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
    text-align: center;
    backdrop-filter: blur(5px);
    opacity: 0;
}
#vvergleich #vergleichen-button-center-box.btn-leivgl-oben-fixed {
    opacity: 1;
}



@container vvergleich (max-width: 600px) {

    #vvergleich .sortInfo.sortTipps {
        display: inline-block;
        white-space: nowrap;
    }

    #vvergleich .vergleichbutton-box a.filter_print.button_send {
        display: none;
    }
}

@container vvergleich (max-width: 470px) {
    #vvergleich .ergebnisBox .line .innerbox .sp1 {
        justify-content: normal;
    }
    #vvergleich .ergebnisBox .line .innerbox .sp4 {
        justify-content: normal;
    }
    #vvergleich .tarif_gesinfo .label {
        text-align: left;
    }
    #vvergleich .resultFilter {
        font-size: 14px;
    }

    #vvergleich .ergebnisBox .line .innerbox .sp2 .setting_right {
        margin-right: 0;
    }

    #vvergleich {
        padding: 3px;
    }
    #vvergleich .ergebnisBox .line .innerbox {
        padding: 5px;
    }
    #vvergleich .ergebnisBox .line .innerbox .sp1,
    #vvergleich .ergebnisBox .line .innerbox .sp2,
    #vvergleich .ergebnisBox .line .innerbox .sp4,
    #vvergleich .ergebnisBox .line .innerbox .sp5 {
        flex: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    #vvergleich .ergebnisBox .line .innerbox .sp6 {
        top: 15px;
        width: 22px;
    }
    #vvergleich .ergebnisBox.tipp .line .innerbox .sp6 {
        top: 15px;
    }

    #vvergleich .ergebnisBox .line .innerbox .sp2 {
        margin-bottom: 25px;
    }

    #vvergleich .ergebnisBox .line .innerbox .sp4 {
        margin-bottom: 15px;
    }
    #vvergleich .ergebnisBox .line .innerbox .sp2 .setting {
        font-size: 12px;
    }

    #vvergleich .ergebnisBox .line .innerbox .position.show_position {
        display: block ! important;
    }

}

@media (max-width: 340px) {
    .uk-container {
        padding-left: 4px;
        padding-right: 4px;
    }
}

@media only screen and (max-width: 600px) {
    #dialog-box {
        width: 100%;
        margin: 0;
    }
}


@container vvergleich (max-width: 640px) {
    #dialog-box {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}






@container vvergleich (max-width: 640px) {
    #dialog-box {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}






@container vvergleich (max-width: 520px) {
    #dialog-box .telefonberatung-icon {
        display: none;
    }
}