@charset "UTF-8";

:root {
--itctr-color-primary: #003B68;
--itctr-color-primary-light: #003B6880;
--itctr-color-primary-lighter: #003B6850;
--wp--preset--color--grey-darker: #666;
--itctr-color-neutral: #B2B2B1;
--itctr-color-neutral-light: #E9EEF1;
--itctr-color-error: #A50D0D;
--itctr-color-error-light: #f3444410;
--itctr-color-power: #A6DE4A;
--itctr-color-power-dark: #acd36c;
--itctr-color-heating: #ffc247;
--itctr-color-heating-dark: #f8b531;
--itctr-color-gas: #ffd83a;
--itctr-color-gas-dark: #e3ad2f;
--itctr-color-power-light: #75B72630;
--itctr-color-gas-light: #FFCC0030;
}
.itc-tarifrechner #tarifrechner_app .onlyfortesting {
visibility: hidden;
display: none;
}
.itc-tarifrechner #tarifrechner_app .btn:focus {
outline: 2px dashed var(--itctr-color-primary);
outline-offset: 2px;
}
.itc-tarifrechner #tarifrechner_app .filter {
border: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0 auto;
padding: 0;
position: relative;
width: 100%; }
.itc-tarifrechner #tarifrechner_app .filter .selection-wrapper .inner {
font-size: 0.9rem;
background-color: var(--wp--preset--color--lightgrey);
border: 2px solid var(--wp--preset--color--lightgrey);
padding: 1rem;
border-radius: 1rem 1rem 0 0;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
gap: 0.5rem;
}
.itc-tarifrechner #tarifrechner_app .filter .selection-wrapper .inner div span:first-child {
font-weight: bold;
}
.itc-tarifrechner #tarifrechner_app .filter .selection-wrapper a.btn {
border-radius: 0 0 1rem 1rem;
width: 100%;
background-color: var(--itctr-color-primary);
color: white;
padding: 10px 20px;
margin: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
font-weight: bold;
position: relative;
-webkit-transition: background-color 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out;
-webkit-text-decoration: dashed;
text-decoration: dashed;
}
.itc-tarifrechner #tarifrechner_app .filter .selection-wrapper a.btn:after {
position: absolute;
display: inline-block;
content: "";
background-image: url(//www.stadtwerke-bruehl.de/wp-content/plugins/j77_tarifrechner/blocks/tarifrechner/img/arrow-right-white.svg);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
top: calc(50% - 0.5rem);
width: 1.5rem;
height: 1rem;
-webkit-transition: -webkit-transform 0.3s ease-in-out;
transition: -webkit-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.itc-tarifrechner #tarifrechner_app .filter .selection-wrapper a.btn:hover, .itc-tarifrechner #tarifrechner_app .filter .selection-wrapper a.btn:active, .itc-tarifrechner #tarifrechner_app .filter .selection-wrapper a.btn:focus {
background-color: var(--itctr-color-primary);
color: white;
}
.itc-tarifrechner #tarifrechner_app .filter .selection-wrapper a.btn:hover:after, .itc-tarifrechner #tarifrechner_app .filter .selection-wrapper a.btn:active:after, .itc-tarifrechner #tarifrechner_app .filter .selection-wrapper a.btn:focus:after {
-webkit-transform: translateX(0.5rem);
transform: translateX(0.5rem);
}
.itc-tarifrechner #tarifrechner_app .filter {  }
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .errors {
background-color: var(--itctr-color-error-light);
border-radius: 0.5rem;
border: 2px solid var(--itctr-color-error);
position: relative;
width: 100%;
display: block;
right: 0;
top: 0;
margin-bottom: 1rem;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .errors .close_errors {
background-color: var(--itctr-color-error);
border-bottom-left-radius: 0.3rem;
border-top-right-radius: 0.5rem;
border: 0;
color: white;
font-weight: bold;
height: 1.5rem;
line-height: 1.5rem;
position: absolute;
right: -2px;
text-align: center;
top: -2px;
width: 1.5rem;
cursor: pointer;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .errors span {
display: block;
font-size: 0.9rem;
color: var(--itctr-color-error);
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper.gas .inner {
border: 2px solid var(--itctr-color-primary);
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper.power .inner {
border: 2px solid var(--itctr-color-primary);
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper.heating .inner {
border: 2px solid var(--itctr-color-primary);
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner {
border: 2px solid var(--wp--preset--color--lightgrey);
padding: 1rem;
border-radius: 1rem;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .error input {
border-color: var(--itctr-color-error);
background-color: var(--itctr-color-error-light);
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.customer-type {
margin-bottom: 0;
width: auto;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.customer-type .btn {
min-width: 50%;
color: var(--itctr-color-primary);
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.customer-type .btn:first-of-type {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 0.5rem;
border-bottom-left-radius: 0;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.customer-type .btn:last-of-type {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 0.5rem;
border-bottom-right-radius: 0;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.customer-type .btn.active {
background-color: var(--itctr-color-primary);
color: #fff;
font-weight: bold;
border: 2px solid var(--itctr-color-primary);
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.energy-type {
width: auto;
}
@media (max-width: 690.98px) {
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.energy-type {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.energy-type .btn {
width: 100%;
}
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.energy-type .btn {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
color: var(--itctr-color-primary);
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.energy-type .btn:first-of-type {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0.5rem;
}
@media (max-width: 690.98px) {
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.energy-type .btn:first-of-type {
border-bottom-left-radius: 0;
}
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.energy-type .btn:last-of-type {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0.5rem;
}
@media (max-width: 690.98px) {
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.energy-type .btn:last-of-type {
border-bottom-left-radius: 0.5rem;
}
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.energy-type .btn#GAS, .itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.energy-type .btn#POWER, .itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.energy-type .btn#HEATING {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: var(--itctr-color-primary);
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.energy-type .btn#GAS:before, .itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.energy-type .btn#POWER:before, .itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.energy-type .btn#HEATING:before {
content: "";
background-position: center center;
background-repeat: no-repeat;
background-size: 80% 80%;
width: 1.5rem;
height: 1.5rem;
margin-right: 5px;
border-radius: 50%;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.energy-type .btn#GAS.active, .itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.energy-type .btn#POWER.active, .itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.energy-type .btn#HEATING.active {
color: #003969;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.energy-type .btn#GAS.active:before, .itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.energy-type .btn#POWER.active:before, .itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.energy-type .btn#HEATING.active:before {
-webkit-transition: background-image 0.2s ease-in-out, -webkit-transform 0.5s ease-in-out;
transition: background-image 0.2s ease-in-out, -webkit-transform 0.5s ease-in-out;
transition: background-image 0.2s ease-in-out, transform 0.5s ease-in-out;
transition: background-image 0.2s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.energy-type .btn#GAS:before {
background-image: url(//www.stadtwerke-bruehl.de/wp-content/plugins/j77_tarifrechner/blocks/tarifrechner/img/gas-primary.svg);
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.energy-type .btn#GAS.active {
background-color: var(--itctr-color-gas);
border-color: var(--itctr-color-gas);
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.energy-type .btn#GAS.active:before {
background-image: url(//www.stadtwerke-bruehl.de/wp-content/plugins/j77_tarifrechner/blocks/tarifrechner/img/gas-primary.svg);
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.energy-type .btn#POWER:before {
background-image: url(//www.stadtwerke-bruehl.de/wp-content/plugins/j77_tarifrechner/blocks/tarifrechner/img/strom-primary.svg);
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.energy-type .btn#POWER.active {
background-color: var(--itctr-color-power);
border-color: var(--itctr-color-power);
color: var(--itctr-color-primary);
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.energy-type .btn#POWER.active:before {
background-image: url(//www.stadtwerke-bruehl.de/wp-content/plugins/j77_tarifrechner/blocks/tarifrechner/img/strom-primary.svg);
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.energy-type .btn#HEATING:before {
background-image: url(//www.stadtwerke-bruehl.de/wp-content/plugins/j77_tarifrechner/blocks/tarifrechner/img/heating-primary.svg);
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.energy-type .btn#HEATING.active {
background-color: var(--itctr-color-heating);
border-color: var(--itctr-color-heating);
color: var(--itctr-color-primary);
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.energy-type .btn#HEATING.active:before {
background-image: url(//www.stadtwerke-bruehl.de/wp-content/plugins/j77_tarifrechner/blocks/tarifrechner/img/heating-primary.svg);
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group input {
margin-top: 5px;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.submit .btn {
-webkit-transition: background-color 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out;
border-radius: 1.5rem;
background-color: var(--itctr-color-primary);
color: white;
border: 2px solid var(--itctr-color-primary);
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.submit .btn:hover {
color: var(--itctr-color-primary);
background-color: transparent;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.consumpt {
display: -ms-grid;
display: grid;
width: 100%;
margin-top: 2rem;
margin-bottom: 1rem;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.consumpt label {
width: 100%;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.consumpt .y_consumption {
padding: 0;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.consumpt.street {
-ms-grid-columns: 2fr 1fr;
grid-template-columns: 2fr 1fr;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.doppeltarif {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.doppeltarif legend {
font-size: 1rem;
width: 100%;
display: block;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.doppeltarif .btn-group {
margin-top: 5px;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.doppeltarif .btn-group label {
display: inline-block;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.doppeltarif .btn-group input {
display: inline-block;
margin-top: 0;
margin-right: 1rem;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group .info_tooltip i {
background-color: var(--itctr-color-primary);
background-image: url(//www.stadtwerke-bruehl.de/wp-content/plugins/j77_tarifrechner/blocks/tarifrechner/img/icon-info-white.svg);
background-position: center center;
background-repeat: no-repeat;
background-size: 60% 60%;
border-radius: 50%;
color: white;
cursor: pointer;
display: inline-block;
height: 1.1rem;
line-height: 1;
text-align: center;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
width: 1.1rem;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group .info_tooltip span {
background-color: var(--itctr-color-primary);
border: 0;
color: white;
font-size: clamp(0.65rem, 2.5vw, 0.7rem);
-ms-hyphens: auto;
hyphens: auto;
left: -200px;
line-height: 1.4;
max-width: 200px;
padding: 10px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 999;
border-radius: 0.5rem;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.power-amount {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
grid-gap: 10px;
width: 100%;
}
@media (max-width: 400.98px) {
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.power-amount {
grid-gap: 0;
}
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.power-amount .btn:first-of-type {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
@media (max-width: 400.98px) {
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.power-amount .btn:first-of-type {
border-top-left-radius: 0.5rem;
border-bottom-left-radius: 0;
border-top-right-radius: 0;
}
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.power-amount .btn:last-of-type {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 0.5rem;
border-bottom-right-radius: 0.5rem;
}
@media (max-width: 400.98px) {
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.power-amount .btn:last-of-type {
border-top-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0.5rem;
}
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.power-amount label {
width: 100%;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.power-amount .POWER .btn-group {
margin: 0.5rem 0;
gap: 2px;
}
@media (max-width: 400.98px) {
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.power-amount .POWER .btn-group {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
display: -ms-grid;
display: grid;
gap: 0;
grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.power-amount .POWER .btn-group .btn {
width: 100%;
}
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.power-amount .POWER .btn-group .btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
gap: 0.5rem;
font-size: 1.1rem;
-webkit-transition: none;
transition: none;
}
@media (max-width: 640.98px) {
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.power-amount .POWER .btn-group .btn {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 0.2em;
}
}
@media (max-width: 400.98px) {
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.power-amount .POWER .btn-group .btn {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
padding: 0.3em;
gap: 0;
}
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.power-amount .POWER .btn-group .btn:before {
content: "";
background-size: 100% 100%;
background-position: center center;
background-repeat: no-repeat;
display: inline-block;
width: 2rem;
height: 2rem;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.power-amount .POWER .btn-group .btn:nth-child(1):before {
background-image: url(//www.stadtwerke-bruehl.de/wp-content/plugins/j77_tarifrechner/blocks/tarifrechner/img/icon-user-1.svg);
background-size: 60% 60%;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.power-amount .POWER .btn-group .btn:nth-child(1).active:before {
background-image: url(//www.stadtwerke-bruehl.de/wp-content/plugins/j77_tarifrechner/blocks/tarifrechner/img/icon-user-1-white.svg);
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.power-amount .POWER .btn-group .btn:nth-child(2):before {
background-image: url(//www.stadtwerke-bruehl.de/wp-content/plugins/j77_tarifrechner/blocks/tarifrechner/img/icon-user-2.svg);
background-size: 80% 80%;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.power-amount .POWER .btn-group .btn:nth-child(2).active:before {
background-image: url(//www.stadtwerke-bruehl.de/wp-content/plugins/j77_tarifrechner/blocks/tarifrechner/img/icon-user-2-white.svg);
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.power-amount .POWER .btn-group .btn:nth-child(3):before {
background-image: url(//www.stadtwerke-bruehl.de/wp-content/plugins/j77_tarifrechner/blocks/tarifrechner/img/icon-user-3.svg);
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.power-amount .POWER .btn-group .btn:nth-child(3).active:before {
background-image: url(//www.stadtwerke-bruehl.de/wp-content/plugins/j77_tarifrechner/blocks/tarifrechner/img/icon-user-3-white.svg);
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.power-amount .POWER .btn-group .btn:nth-child(4):before {
background-image: url(//www.stadtwerke-bruehl.de/wp-content/plugins/j77_tarifrechner/blocks/tarifrechner/img/icon-user-4.svg);
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.power-amount .POWER .btn-group .btn:nth-child(4).active:before {
background-image: url(//www.stadtwerke-bruehl.de/wp-content/plugins/j77_tarifrechner/blocks/tarifrechner/img/icon-user-4-white.svg);
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.power-amount .GAS .btn-group {
margin: 0.5rem 0;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group.power-amount .GAS .btn-group .btn {
-webkit-transition: none;
transition: none;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group .btn {
background-color: var(--wp--preset--color--lightgrey);
color: var(--itctr-color-primary);
border: 2px solid var(--wp--preset--color--lightgrey);
border-radius: 0;
padding: 10px 20px;
margin: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
font-weight: bold;
}
@media (max-width: 767.98px) {
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group .btn {
padding: 10px 0.2em;
}
}
@media (max-width: 400.98px) {
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group .btn {
padding: 10px 0.2em;
}
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group .btn:hover, .itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group .btn:active, .itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group .btn:focus {
border: 2px solid var(--itctr-color-primary);
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .inner .btn-group .btn.active {
background-color: var(--itctr-color-primary);
color: #fff;
font-weight: bold;
border: 2px solid var(--itctr-color-primary);
}
.itc-tarifrechner #tarifrechner_app .filter { }
.itc-tarifrechner #tarifrechner_app { }
.itc-tarifrechner #tarifrechner_app .results {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
gap: 2rem;
padding: 0;
border: 0;
margin-top: 2rem;
}
.itc-tarifrechner #tarifrechner_app .results .show_more_btn {
width: 100%;
background-color: var(--itctr-color-primary);
color: white;
border: 2px solid var(--itctr-color-primary);
border-radius: 1.5rem;
font-weight: bold;
font-size: 0.9rem;
margin: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.itc-tarifrechner #tarifrechner_app .results .rate {
width: 100%;
padding: 3rem 2rem;
background-color: white;
border: 2px solid var(--itctr-color-neutral-light);
border-radius: 1rem;
gap: 1rem;
}
.itc-tarifrechner #tarifrechner_app .results .rate:first-of-type {
background-color: var(--itctr-color-neutral-light);
position: relative;
border: 2px solid var(--itctr-color-primary);
}
.itc-tarifrechner #tarifrechner_app .results .rate:first-of-type:before {
background-color: var(--itctr-color-primary);
border-radius: 1rem 1rem 0 0;
border: 2px solid var(--itctr-color-primary);
color: white;
content: "Unsere Empfehlung";
display: block;
font-size: 0.9rem;
font-weight: bold;
left: -2px;
margin-bottom: 1rem;
padding: 0.5rem 2rem;
position: absolute;
top: -2px;
width: calc(100% + 4px);
}
.itc-tarifrechner #tarifrechner_app .results .rate h3 {
font-size: 1.4rem;
margin: 0;
padding-top: 0.2rem;
}
.itc-tarifrechner #tarifrechner_app .results .rate .description {
font-size: 0.9rem;
line-height: 1.3;
margin-bottom: 0;
}
.itc-tarifrechner #tarifrechner_app .results .rate .pricing {
background-color: white;
color: var(--itctr-color-primary);
border: 2px solid var(--itctr-color-primary-light);
border-radius: 0.5rem;
padding: 1rem;
font-size: 0.9rem;
}
.itc-tarifrechner #tarifrechner_app .results .rate .pricing h2 {
margin: 1rem 0 0 0;
}
.itc-tarifrechner #tarifrechner_app .results .rate .pricing .price_per_year {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
margin: 0 auto;
position: relative;
}
.itc-tarifrechner #tarifrechner_app .results .rate .pricing .price_per_year:hover .price_tooltip {
display: block;
}
.itc-tarifrechner #tarifrechner_app .results .rate .pricing .price_per_year:before {
content: "";
position: absolute;
right: -1.2rem;
top: calc(50% - 0.5rem);
background-color: var(--itctr-color-primary);
background-image: url(//www.stadtwerke-bruehl.de/wp-content/plugins/j77_tarifrechner/blocks/tarifrechner/img/icon-info-white.svg);
background-position: center center;
background-repeat: no-repeat;
background-size: 60% 60%;
border-radius: 50%;
color: white;
cursor: pointer;
display: inline-block;
height: 1rem;
line-height: 1;
text-align: center;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
width: 1rem;
cursor: help;
}
.itc-tarifrechner #tarifrechner_app .results .rate .pricing .price_tooltip {
-webkit-transition: width 0.3s ease-in-out;
transition: width 0.3s ease-in-out;
position: absolute;
width: 120px;
top: -50%;
right: -74px;
background-color: var(--itctr-color-primary);
display: none;
color: white;
font-size: clamp(11px, 0.7rem, 0.8rem);
line-height: 1.2;
padding: 3px;
cursor: help;
border-radius: 0.3rem;
}
.itc-tarifrechner #tarifrechner_app .results .rate .order_details .btnwrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.itc-tarifrechner #tarifrechner_app .results .rate .order_details .opendetails {
width: auto;
background-color: transparent;
color: var(--itctr-color-primary);
font-size: 0.9rem;
border-radius: 1.5rem;
font-weight: bold;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
text-decoration-color: transparent;
text-decoration-line: underline;
text-decoration-thickness: 2px;
text-underline-offset: 2px;
padding-right: 2rem;
position: relative;
-webkit-transition: -webkit-transform 0.3s ease-in-out;
transition: -webkit-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.itc-tarifrechner #tarifrechner_app .results .rate .order_details .opendetails.opened:before {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.itc-tarifrechner #tarifrechner_app .results .rate .order_details .opendetails:before {
content: "";
background-image: url(//www.stadtwerke-bruehl.de/wp-content/plugins/j77_tarifrechner/blocks/tarifrechner/img/arrow-bottom-darkblue.svg);
background-repeat: no-repeat;
background-size: 80% 80%;
background-position: center center;
display: block;
position: absolute;
width: 1rem;
height: 1rem;
right: 0.5rem;
top: 0.6rem;
}
.itc-tarifrechner #tarifrechner_app .results .rate .order_details .opendetails:hover, .itc-tarifrechner #tarifrechner_app .results .rate .order_details .opendetails:active {
text-decoration-color: var(--itctr-color-primary);
}
.itc-tarifrechner #tarifrechner_app .results .rate .order_details .active {
font-size: 0.9rem;
padding: 1rem 0;
}
.itc-tarifrechner #tarifrechner_app .results .rate a.btn.order {
width: 100%;
background-color: var(--itctr-color-primary);
color: white;
border: 2px solid var(--itctr-color-primary);
border-radius: 1.5rem;
font-weight: bold;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.itc-tarifrechner #tarifrechner_app .results .rate a.btn.order:hover, .itc-tarifrechner #tarifrechner_app .results .rate a.btn.order:active, .itc-tarifrechner #tarifrechner_app .results .rate a.btn.order:focus {
background-color: transparent;
color: var(--itctr-color-primary);
}
.itc-tarifrechner #tarifrechner_app {  }
.itc-tarifrechner #tarifrechner_app .popup_wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-top: 1rem;
}
.itc-tarifrechner #tarifrechner_app .popup_wrapper .openpopup {
background-color: transparent;
color: var(--itctr-color-primary);
border: 2px solid var(--itctr-color-primary);
border-radius: 1.5rem;
font-size: 0.9rem;
}
.itc-tarifrechner #tarifrechner_app .popup_wrapper .openpopup:hover, .itc-tarifrechner #tarifrechner_app .popup_wrapper .openpopup:active, .itc-tarifrechner #tarifrechner_app .popup_wrapper .openpopup:focus {
background-color: var(--itctr-color-primary);
color: white;
}
.itc-tarifrechner #tarifrechner_app .filter_popup {
z-index: 9999 !important;
}
.itc-tarifrechner #tarifrechner_app .filter_popup .inner {
width: 90dvw;
max-width: 800px;
height: auto;
max-height: 90dvh;
padding: 2rem;
border-radius: 1rem;
border: 2px solid var(--itctr-color-primary);
scroll-behavior: smooth;
overflow-y: auto;
gap: 1rem;
position: relative;
}
.itc-tarifrechner #tarifrechner_app .filter_popup .inner .popup_header {
position: sticky;
top: 0;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 1rem;
}
.itc-tarifrechner #tarifrechner_app .filter_popup .inner .popup_header button {
position: absolute;
top: -1rem;
right: -1rem;
}
.itc-tarifrechner #tarifrechner_app .filter_popup .inner .popup_header button.close {
background-color: var(--itctr-color-primary);
color: white;
border: 2px solid var(--itctr-color-primary);
border-radius: 1.5rem;
font-weight: bold;
font-size: 0.8rem;
padding: 0.3rem 1rem;
margin: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.itc-tarifrechner #tarifrechner_app .filter_popup .inner .popup_header button.close:hover, .itc-tarifrechner #tarifrechner_app .filter_popup .inner .popup_header button.close:active, .itc-tarifrechner #tarifrechner_app .filter_popup .inner .popup_header button.close:focus {
background-color: transparent;
color: var(--itctr-color-primary);
}
.itc-tarifrechner #tarifrechner_app .filter_popup .inner h2 {
margin: 0 0 0.5rem;
padding: 0;
}
.itc-tarifrechner #tarifrechner_app .filter_popup .inner h3 {
margin: 0;
padding: 0 0 1rem 0;
}
.itc-tarifrechner #tarifrechner_app .filter_popup .inner figure.contract tr td:first-of-type {
font-weight: bold;
}
.itc-tarifrechner #tarifrechner_app .filter_popup .inner ul {
margin: 0;
padding: 0;
}
.itc-tarifrechner #tarifrechner_app .filter_popup .inner ul li a[target=_blank]:after {
content: "";
background-image: url(//www.stadtwerke-bruehl.de/wp-content/plugins/j77_tarifrechner/blocks/tarifrechner/img/link-extern-grey.svg);
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
position: absolute;
width: 0.8rem;
height: 0.8rem;
top: 0.4rem;
margin-left: 10px;
}
.itc-tarifrechner #tarifrechner_app {  }
.itc-tarifrechner #tarifrechner_app .error_dialog {
background-color: var(--itctr-color-error-light);
color: var(--itctr-color-error);
border-radius: 1rem;
border: 2px solid var(--itctr-color-error);
text-align: center;
}
.itc-tarifrechner #tarifrechner_app .error_dialog h2 {
font-size: 1.5rem;
color: var(--itctr-color-error);
margin: 0;
}
.itc-tarifrechner #tarifrechner_app .error_dialog a {
color: var(--itctr-color-error);
}
.itc-tarifrechner #tarifrechner_app { }
@media (min-width: 576px) {
.itc-tarifrechner #tarifrechner_app .filter {
width: 100%;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper {
padding: 2rem;
}
}
@media (min-width: 768px) {
.itc-tarifrechner #tarifrechner_app .filter {
width: 80%;
}
.itc-tarifrechner #tarifrechner_app .filter .selection-wrapper {
padding: 2rem;
}
.itc-tarifrechner #tarifrechner_app .filter .selection-wrapper .inner {
-ms-grid-columns: (minmax(50%, 1fr))[2];
grid-template-columns: repeat(2, minmax(50%, 1fr));
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .btn-group.consumpt {
-ms-grid-columns: 1fr 1rem 1fr;
grid-template-columns: 1fr 1fr;
gap: 1rem;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .btn-group.consumpt label {
min-width: 100%;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .btn-group.consumpt.street {
-ms-grid-columns: 2fr 1fr;
grid-template-columns: 2fr 1fr;
}
.itc-tarifrechner #tarifrechner_app .results {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.itc-tarifrechner #tarifrechner_app .results .rate {
width: calc(50% - 2rem);
}
}
@media (min-width: 768px) {
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .btn-group.consumpt {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
}
@media (min-width: 992px) {
.itc-tarifrechner #tarifrechner_app .filter {
width: 70%;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .btn-group.consumpt {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
}
@media (min-width: 1200px) {
.itc-tarifrechner #tarifrechner_app .filter {
width: 80%;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .btn-group.customer-type, .itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .btn-group.energy-type {
width: 100%;
}
.itc-tarifrechner #tarifrechner_app .filter .filter-wrapper .btn-group.consumpt {
-ms-grid-columns: (1fr)[3];
grid-template-columns: repeat(3, 1fr);
}
.itc-tarifrechner #tarifrechner_app .results .rate {
width: calc(33.3333333333% - 2rem);
}
}
@media (min-width: 1400px) {
.itc-tarifrechner #tarifrechner_app .filter {
width: 80%;
}
}
@media (min-width: 1550px) {
.itc-tarifrechner #tarifrechner_app .filter {
width: 70%;
}
}