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