
#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, orange);
    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, darkorange);
}

#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 {
        position: relative;
        display: block;
        right: auto;
        width: 100%;
        text-align: right;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-right: 30px;
    }

}
@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 a.filter_print {
        display: none;
    }
    #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: 600px) {

    #vvergleich .sortInfo.sortTipps {
        display: inline-block;
        white-space: nowrap;
    }
}

@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;
    }


}