/*Eigene CSS ErgÃÂÃ¢ÂÂ¬nzungen*/

#mrmo_pha_preview_box {
display: none !important;}

#vorvers5_info{
display: none !important;}

.filter_kuendigungshilfe {display: none !important;}
.filter_email {display: none !important;}
.filter_print{display: none !important;}
#tr_info_versicherungsbedarf {display: none !important;}
#box_erstinfo {display: none;}
#vvergleich table.table-leistungv2.ergebnisse tr td.wertung {display: none !important; /*width: 50px !important;*/ }


#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 input[type="submit"] {
  font-size: 16px;
  font-weight: normal;
  padding: 4px 15px;
  display: flex;
  order: 2;
  background: var(--schaltflaeche-hintergrund-farbe, orange);
  border-radius: 0px !important;
  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;
}




#antrag .antrag_auftrag, #antrag #btnRisikoAdrVn, #antrag .btnEmailsEmpfang, #antrag .antrag_nav_prev, #antrag .antrag_nav_next {
    padding: 4px 15px;
    background: #aa1917 ! important;
    border-radius: 0px ! important;
    color: var(--schaltflaeche-text-farbe, #000) ! important;
    border: 1px solid transparent ! important;
    transition: all .3s linear;
    text-decoration: none;
}

#steps .step.active {
    background-color: #aa1917 ! important;
}

#steps .active .triangle {
    border-left-color: #aa1917 ! important;
}


:root {
    --hintergrund-farbe: #ffffff;
    --text-farbe: #333333;
    --text-farbe-ueberschrift: #333333;
    --text-farbe-zwischenueberschrift: #333333;
    --text-farbe-hilfe: #333333;
    --link-farbe: #aa1917 ! important;
    --link-farbe-hover: #aa1917 ! important;
    --schaltflaeche-hintergrund-farbe: #aa1917 ! important;
    --schaltflaeche-hover-hintergrund-farbe: #aa1917 ! important;
    --schaltflaeche-text-farbe: #ffffff;
    --eingabefeld-text-farbe: #333333;
    --eingabefeld-hintergrund-farbe: #f3f3f3;
    --eingabefeld-rahmen-farbe: #ced4da;
    --eingabefeld-rahmen-hover-farbe: #aa1917 ! important;
    --leistungspunkte-inaktiv-farbe: #d5d5d5;
    --leistungspunkte-aktiv-farbe: #636363;
    --tarif-hintergrund-farbe: #eeeeee;
    --tariftipps-kopfleiste-hintergrund-farbe: #8f8e8e;
    --tariftipps-kopfleiste-text-farbe: #ffffff;
    --fehler-text-farbe: #FF3B30;
    --text-groesse: 15px;
    --text-groesse-ueberschrift: 20px;
    --text-groesse-zwischenueberschrift: 18px;
    --text-groesse-unf-gliedertaxe: 13px;
    --text-groesse-hilfe: 13px;
    --text-groesse-tarifleistung: 13px;
    --text-groesse-tarifbeitrag: 22px;
}





/*user_colors.css*/

:root {
    --hintergrund-farbe: #ffffff;

    --text-farbe: #555555;
    --text-farbe-ueberschrift: #555555;
    --text-farbe-zwischenueberschrift: #555555;
    --text-farbe-hilfe: #555555;

    --link-farbe: #aa1917;
    --link-farbe-hover: rgba(170, 25, 23, 0.89);

    --schaltflaeche-hintergrund-farbe: #aa1917;
    --schaltflaeche-hover-hintergrund-farbe: rgba(170, 25, 23, 0.89);
    --schaltflaeche-text-farbe: #ffffff;

    --eingabefeld-text-farbe: #555555;
    --eingabefeld-hintergrund-farbe: #f3f3f3;
    --eingabefeld-rahmen-farbe: #ced4da;
    --eingabefeld-rahmen-hover-farbe: #aa1917;

    --leistungspunkte-inaktiv-farbe: #d5d5d5;
    --leistungspunkte-aktiv-farbe: #636363;

    --tarif-hintergrund-farbe: #eeeeee;
    --tariftipps-kopfleiste-hintergrund-farbe: #8f8e8e;
    --tariftipps-kopfleiste-text-farbe: #ffffff;

    --fehler-text-farbe: #555555;
    --fehler-hintergrund-farbe: #ffffe1;
    --fehler-rahmen-farbe: #ee7878;

    --text-groesse: 15px;
    --text-groesse-ueberschrift: 20px;
    --text-groesse-zwischenueberschrift: 18px;
    --text-groesse-unf-gliedertaxe: 13px;
    --text-groesse-hilfe: 13px;
    --text-groesse-tarifleistung: 13px;
    --text-groesse-tarifbeitrag: 22px;
}



/*style-responsive2-global.css*/

#vvergleich {
    color: var(--text-farbe, #000);
    background: var(--hintergrund-farbe, #FFF);
    font-size: var(--text-groesse, 15px);
    margin: 0 auto;
    border: 8px solid #dedede;
    line-height: 1.4;
    padding: 8px 20px 0px 20px;
    max-width: 1000px;
    container-type: inline-size;
    container-name: vvergleich;
}


body.modal-open {
    overflow: hidden;
}

#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 input[disabled],
#vvergleich input:disabled {
    background-color: #E6E6E6;
    color: #9D9D9D;
}

#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 input[type="submit"] {
    font-size: 16px;
    font-weight: normal;
    padding: 4px 15px;
    display: flex;
    order: 2;
    background: var(--schaltflaeche-hintergrund-farbe, orange);
    border-radius: 45px;
    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,
#vvergleich input[type="submit"]:hover {
    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,
#vvergleich input[type="submit"]:active {
    background: var(--schaltflaeche-hintergrund-farbe, #ffd48f);
}




/*#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://res.makler-bund.de/h1/_images/mdi/help-circle-outline20.png);
    background-repeat: no-repeat;
    background-position: top right;
    vertical-align: middle;
    cursor: pointer;
    padding-right: 20px;
    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: 8000;
}
#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;
}





@container vvergleich (max-width: 640px) {
    #dialog-box {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

/*style-responsive2-eingabe.css*/


#vvergleich .eingabeBox {
    position: relative;
    padding-top: 10px;
}

#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 {

    display:none;
    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: 90%;
    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: .4rem .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: 0;
    background-color: transparent;
    padding: .4rem 0;
}


#vvergleich select.form-select {
display: block;
width: 99%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


#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 {
    display: none;
}

#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;
    padding: 3px 12px ! 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://res.makler-bund.de/h1/_images/mdi/help-circle-outline20.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: 30px;
}


#vvergleich .eingabe-submit-btn {
    display: flex;
    justify-content: end;
}


#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;
        padding: 7px 5px 0 15px;
    }

    #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;
    }


}


@container vvergleich (max-width: 520px) {
    #dialog-box .telefonberatung-icon {
        display: none;
    }
}



/*style-responsive2-ergebnis.css*/


#vvergleich .resultFilter_out {
    display:none;
    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;
}

#vvergleich .vergleichbutton-box .vergleichen-button-box {
    float: right;
    display: inline-block;
    padding-right: 30px;
    margin-top: -6px;
}

#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;
}

#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;
    }
    #vvergleich .vergleichbutton-box .vergleichen-button-box {
        padding-right: 15px;
    }
}
@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;
    }
}


@container vvergleich (max-width: 600px) {
    #vvergleich .vergleichbutton-box .vergleichen-button-box {
        display: block;
        width: 100%;
        text-align: right;
        margin-bottom: 15px;
    }
    #vvergleich .vergleichbutton.filter_telefonberatung {
        padding-left: 10px;
        padding-right: 10px;
    }
    #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;
    }


}


/*style-responsive2-dialogbox.css*/


#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: normal;
}

#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
}


@media only screen and (max-width: 600px) {
    #dialog-box {
        width: 100%;
        margin: 0;
    }
}


/*style-responsive2-normalize.css*/

body, html {
    margin: 0;
    padding: 0;
}

#vvergleich div, #vvergleich dl, #vvergleich dt, #vvergleich dd, #vvergleich ul, #vvergleich ol, #vvergleich li, #vvergleich h1, #vvergleich h2, #vvergleich h3, #vvergleich h4, #vvergleich h5, #vvergleich h6, #vvergleich pre, #vvergleich code, #vvergleich form, #vvergleich fieldset, #vvergleich legend, #vvergleich input, #vvergleich button, #vvergleich textarea, #vvergleich blockquote, #vvergleich th, #vvergleich td {
    margin: 0;
    padding: 0;
}

#vvergleich table {
    border-collapse: collapse;
    border-spacing: 0;
}

#vvergleich fieldset, #vvergleich img {
    border: 0;
}

#vvergleich address, #vvergleich caption, #vvergleich cite, #vvergleich code, #vvergleich dfn, #vvergleich em, #vvergleich th, #vvergleich var, #vvergleich optgroup {
    font-style: inherit;
    font-weight: inherit;
}

#vvergleich del, #vvergleich ins {
    text-decoration: none;
}

#vvergleich li {
    list-style: none;
}

#vvergleich caption, #vvergleich th {
    text-align: left;
}

#vvergleich h1, #vvergleich h2, #vvergleich h3, #vvergleich h4, #vvergleich h5, #vvergleich h6 {
    font-size: 100%;
    font-weight: normal;
}

#vvergleich q:before, #vvergleich q:after {
    content: '';
}

#vvergleich abbr, #vvergleich acronym {
    border: 0;
    font-variant: normal;
}

#vvergleich sup {
    vertical-align: baseline;
}

#vvergleich sub {
    vertical-align: baseline;
}

#vvergleich legend {
    color: #000;
}

#vvergleich input, #vvergleich button, #vvergleich textarea, #vvergleich select {
    font-size: 100%;
}

.auxmtbasicemnxczelas, #vvergleich, #vvergleich select, #vvergleich input, #vvergleich textarea, #tiptip_holder {
    /*font-family: "Source Sans Pro", Verdana, Helvetica, sans-serif;*/
    font-family: "Trebuchet MS",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif
}


