/* ===== Variablen-Deklaration ===== */
:root {
  /* Main-Colors */
  --medl-color: #50af31;
  --erdgas-color: #ff6600;
  --e-mobilitaet-color: #0f8774;
  --photovoltaik-color: #f5ae33;
  --glasfaser-color: #0b5d9a;
  --kombi-color: #ba1172;
  --gray-color: #78705a;
  --sem-color: #00adc0;

  /* Darker-Colors */
  --medl-color-dark: #48a02b;
  --erdgas-color-dark: #e55700;
  --e-mobilitaet-color-dark: #007f6c;
  --photovoltaik-color-dark: #efa700;
  --glasfaser-color-dark: #064e84;
  --kombi-color-dark: #a00e61;
  --gray-color-dark: #4d4b45;
  --sem-color-dark: #27899a;

  /* Hover-Colors */
  --medl-color-hover: rgba(81, 175, 49, 0.1);
  --erdgas-color-hover: rgba(255, 102, 0, 0.1);
  --e-mobilitaet-color-hover: rgba(15, 135, 117, 0.1);
  --photovoltaik-color-hover: rgba(245, 174, 51, 0.1);
  --glasfaser-color-hover: rgba(11, 92, 154, 0.1);
  --kombi-color-hover: rgba(186, 17, 113, 0.1);
  --gray-color-hover: rgba(77, 75, 69, 0.1);
  --sem-color-hover: rgba(0, 173, 192, 0.1);

  /* Akzente */
  --medl-glasfaser-50: #dee6ec;
  --medl-pink: #ff1953;
  --medl-sem-hell: #00abc9;
}

.glasfaser-50-bg {
  background-color: var(--medl-glasfaser-50) !important;
}

.color-pink {
  color: var(--medl-pink);
}

/* ===== Tarifboxen Allgemein =====*/
.pb-inherit {
  padding-bottom: inherit !important;
}
.tarifbox-2023 .spalte-container {
  flex-wrap: nowrap;
  gap: 2rem;
  scroll-snap-type: x proximity;
  overflow-x: scroll;
  display: flex;
  padding: 1rem 10% 2rem 10%;
  justify-content: center;
}

.tarifbox-2023 .spalte-container.gruenstrom {
  padding: 1rem 5% 2rem 5%;
  justify-content: space-evenly;
}

.tarifbox-2023 .spalte-container.gruenstrom.heizstrom {
  padding: 1rem 10% 3rem 10%;
  justify-content: center;
}

@media screen and (max-width: 980px) {
  .tarifbox-2023 .spalte-container {
    justify-content: space-between;
  }
}
.tarifbox-2023 .spalte {
  margin-top: 0px !important;
  min-width: 300px;
  width: 300px;
  scroll-snap-align: center;
  overflow: visible;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-family: "IBMPlexSerif", serif;
  position: relative;
  display: flex;
  flex-direction: column;
}
.tarifbox-2023 .mt-1em {
  margin-top: 1em !important;
}
.tarifbox-2023 .spalte-container.large-items .spalte {
  min-width: 420px;
  width: 420px;
}
.tarifbox-2023 .spalte.top-tarif {
  outline: 1px solid var(--medl-color);
}
.tarifbox-2023 .spalte.top-tarif .top-tarif {
  outline: 1px solid;
  position: absolute;
  right: 0px;
  font-family: "Anton-Regular";
  background-color: white;
  padding: 0px 12px;
  border-radius: 6px 0px 0px 6px;
  top: -14px;
  font-size: 14px;
}
.tarifbox-2023 .spalte,
.tarifbox-2023 .spalte .footer {
  border-radius: 0px 0px 20px 20px;
}


.tarifbox-2023 .spalte .dynamikstrom-info {
    width: 32px;
    height: 32px;
    position: absolute;
    right: -16px;
    top: -16px;
}
.tarifbox-2023 .spalte .dynamikstrom-info::after {
    content: url(https://www.medl.de/wp-content/uploads/svg/gruenstrom-info-i.svg);
    width: 32px;
    height: 32px;
    position: absolute;
	left: -3px;
	top: -3px;
    border: 3px solid white;
    border-radius: 100%;
}

.tarifbox-2023 .spalte .head *:not(a) {
  margin: 0px;
  padding: 1rem 20px !important;
}

.tarifbox-2023 .spalte .head .title {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.tarifbox-2023 .spalte .head .title::before {
  min-width: 0.8em;
  display: block;
  margin-right: 0.3em;
  transform: translateY(2px);
}
.tarifbox-2023 .spalte .head .subtitle {
  color: black;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.tarifbox-2023 .spalte ul,
.tarifbox-2023 .spalte .body,
.tarifbox-2023 .spalte .footer {
  background-color: #f0eee8;
}

.tarifbox-2023 .spalte-container .spalte ul {
  margin: 0px;
  padding: 1rem;
  text-align: left;
  list-style: none;
  height: 190px;
}

.tarifbox-2023 .spalte-container.erdgas .spalte ul {
  height: 240px;
}

.tarifbox-2023 .spalte ul li {
  display: flex;
  align-items: center;
  line-height: 1.4rem;
  font-size: 14px;
}

.tarifbox-2023 .spalte ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.tarifbox-2023 .spalte ul li::before {
  margin-right: 0.5rem;
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
}

.tarifbox-2023 .spalte .body {
  flex-grow: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.tarifbox-2023 .spalte .body,
.tarifbox-2023 .spalte ul {
  color: #4d4b45;
}

.tarifbox-2023 .spalte .body .price {
  margin: 0px;
}

.tarifbox-2023 .spalte .body .content {
  background-color: white;
  padding: 1rem;
  font-size: 15px;
  width: 100%;
}
.tarifbox-2023 .spalte .body .content p {
  margin: 0px;
  line-height: 1.4em;
  padding-bottom: 0px;
}
.tarifbox-2023 .spalte .body .content .two-cols {
  display: flex;
  justify-content: space-between;
}
.tarifbox-2023 .spalte .body .content .two-cols .gruenstrom::before {
  content: url("/wp-content/uploads/svg/gruenstrom-icon-green.svg");
  width: 18px;
  display: block;
  margin: 0px auto;
}
.tarifbox-2023 .spalte .body .content .two-cols .erdgas::before {
  content: url("/wp-content/uploads/svg/erdgas-icon-colored.svg");
  width: 28px;
  display: block;
  margin: 0px auto;
}
.tarifbox-2023 .spalte .body .content p.beispiel::before {
  content: "";
  width: 100%;
  display: block;
  height: 2px;
  background-color: #f0eee8;
  margin: 0.4em 0px;
}
.tarifbox-2023 .spalte .body .content p.beispiel {
  margin: 0px;
  line-height: 1.8em;
}
.tarifbox-2023 .spalte .body .content hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #f0eee8;
  margin: 1em 0;
  padding: 0;
}
.tarifbox-2023 .spalte .body .content p.price {
  margin: 0px;
  font-size: 36px;
  font-family: "Anton-Regular";
  line-height: 1;
  margin: 0.2em 0px;
}
.tarifbox-2023 .spalte-container.large-items .spalte .body .content p.price {
  font-size: 22px;
}
.tarifbox-2023 .spalte .body .content p.price span {
  font-size: 16px;
}

.tarifbox-2023 .spalte .footer {
  padding: 2rem 1rem;
}

.tarifbox-2023 .spalte .footer p {
  margin-bottom: 0px;
}

.tarifbox-2023 .spalte .footer .button-2023 {
  display: block;
  margin: 0px auto;
}

.tarifbox-2023 .spalte .footer a:not(.button-2023) {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}
.tarifbox-2023 .spalte .footer a:not(.button-2023, :last-child)::after {
  content: " | ";
}
.tarifbox-2023 .spalte .footer a:not(.button-2023):hover {
  text-decoration: underline;
}
.tarifbox-2023 .spalte .comment {
  line-height: 1.6em;
  position: absolute;
  bottom: -2.5rem;
  font-size: 10px;
  padding: 0px;
  width: 100%;
  margin: 0px;
  height: 2rem;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

/* Gruenstrom-Styles */

.tarifbox-2023 .spalte.gruenstrom .footer a:not(.button-2023) {
  color: var(--medl-color);
}
.tarifbox-2023 .spalte.gruenstrom .head .title {
  background-color: var(--medl-color);
}
.tarifbox-2023 .spalte.gruenstrom.top-tarif {
  outline-color: var(--medl-color);
}
.tarifbox-2023 .spalte.gruenstrom.top-tarif .top-tarif {
  color: var(--medl-color);
}
.tarifbox-2023 .spalte .head .subtitle {
  background-color: #b5dca9;
}
.tarifbox-2023 .spalte.gruenstrom ul li::before {
  content: url("/wp-content/uploads/svg/check-icon-gruenstrom.svg");
}
.tarifbox-2023 .spalte.gruenstrom .head .title::before {
  content: url("/wp-content/uploads/svg/gruenstrom-icon-white.svg");
}
/* Erdgas-Styles */

.tarifbox-2023 .spalte.erdgas .footer a:not(.button-2023) {
  color: var(--erdgas-color);
}
.tarifbox-2023 .spalte.erdgas .head .title {
  background-color: var(--erdgas-color);
}
.tarifbox-2023 .spalte.erdgas.top-tarif {
  outline-color: var(--erdgas-color);
}
.tarifbox-2023 .spalte.erdgas.top-tarif .top-tarif {
  color: var(--erdgas-color);
  border-color: var(--erdgas-color);
}
.tarifbox-2023 .spalte.erdgas .head .subtitle {
  background-color: #ffbd9e;
}
.tarifbox-2023 .spalte.erdgas ul li::before {
  content: url("/wp-content/uploads/svg/check-icon-erdgas.svg");
}
.tarifbox-2023 .spalte.erdgas .head .title::before {
  content: url("/wp-content/uploads/svg/erdgas-icon-white.svg");
  width: 1.2em;
}

/* Kombi-Styles */

.tarifbox-2023 .spalte.kombi .footer a:not(.button-2023) {
  color: var(--kombi-color);
}
.tarifbox-2023 .spalte.kombi .head .title {
  background-color: var(--kombi-color);
}
.tarifbox-2023 .spalte.kombi.top-tarif {
  outline-color: var(--kombi-color);
}
.tarifbox-2023 .spalte.kombi.top-tarif .top-tarif {
  color: var(--kombi-color);
  border-color: var(--kombi-color);
}
.tarifbox-2023 .spalte.kombi .head .subtitle {
  background-color: #dc98bb;
}
.tarifbox-2023 .spalte.kombi ul li::before {
  content: url("/wp-content/uploads/svg/check-icon-kombi.svg");
}
.tarifbox-2023 .spalte.kombi .head .title::before {
  content: url("/wp-content/uploads/svg/kombi-icon-white.svg");
}
.tarifbox-2023 .spalte.kombi .head .title::before {
  width: 1.5em;
}

/* Skroll-Leiste */
.tarifbox-2023 .spalte-container::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}

.tarifbox-2023 .spalte-container::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 100px;
  opacity: 0.5;
}

.tarifbox-2023 .spalte-container.gruenstrom::-webkit-scrollbar-thumb {
  background-color: var(--medl-color);
}

.tarifbox-2023 .spalte-container.erdgas::-webkit-scrollbar-thumb {
  background-color: var(--erdgas-color);
}

/* ===== Tarifboxen GLASFASER =====*/
/*
Die Glasfaser-Tarifboxen sind optisch sehr ähnlich zu den "normalen" boxen,
funktionieren aber unterschiedlich. Daher sind diese mit den Klassen
.tarifbox-xxxxxxxx getrennt
*/
.pb-inherit {
  padding-bottom: inherit !important;
}
/* Verfügbarkeits-Abfrage im DiviMegaPro Modul leicht anpassen */
.divimegapro .check-formular {
  background: #fff !important;
  margin: 0px !important;
  padding: 32px !important;
  max-width: 100% !important;
}
.check-formular .formular-div {
  max-width: 100% !important;
}

.tarifbox-glasfaser .spalte-container {
  flex-wrap: nowrap;
  padding: 1rem 5% 2rem 5%;
  gap: 2rem;
  scroll-snap-type: x proximity;
  overflow-x: scroll;
  display: flex;
  justify-content: space-evenly;
}
.tarifbox-glasfaser .spalte-container.small-2025 {
  padding-left: 32px;
  padding-right: 32px;
  gap: 1.8rem;
}

@media screen and (max-width: 980px) {
  .tarifbox-glasfaser .spalte-container {
    justify-content: space-between;
  }
}
.tarifbox-glasfaser .spalte {
  margin-top: 0px !important;
  min-width: 300px;
  width: 300px;
  scroll-snap-align: center;
  overflow: visible;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-family: "IBMPlexSerif", serif;
  position: relative;
  display: flex;
  flex-direction: column;
}
.tarifbox-glasfaser .spalte.glasfaser {
  min-width: 270px;
  width: 270px;
}
.tarifbox-glasfaser .spalte-container.large-items .spalte {
  min-width: 420px;
  width: 420px;
}
.tarifbox-glasfaser .spalte.top-tarif .top-tarif {
  outline: 1px solid;
  position: absolute;
  right: 0px;
  font-family: "Anton-Regular";
  background-color: white;
  padding: 0px 12px;
  border-radius: 6px 0px 0px 6px;
  top: -14px;
  font-size: 14px;
}
.tarifbox-glasfaser .spalte,
.tarifbox-glasfaser .spalte .footer {
  border-radius: 0px 0px 20px 20px;
}

.tarifbox-glasfaser .spalte .head *:not(a) {
  margin: 0px;
  padding: 1rem 10px !important;
}

.tarifbox-glasfaser .spalte.glasfaser .head *:not(a) {
  line-height: 1.4em;
  font-weight: 700;
}

.tarifbox-glasfaser .spalte .head .title {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  min-height: 50px;
}
.tarifbox-glasfaser .spalte .head .title::before {
  width: 0.8em;
  display: block;
  margin-right: 0.3em;
  transform: translateY(2px);
}
.tarifbox-glasfaser .spalte .head .subtitle {
  color: black;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.tarifbox-glasfaser .spalte .head .subtitle a {
  color: black;
  text-decoration: none;
}

.tarifbox-glasfaser .spalte > ul,
.tarifbox-glasfaser .spalte .body,
.tarifbox-glasfaser .spalte .footer {
  background-color: #f0eee8;
}

.tarifbox-glasfaser .spalte-container .spalte ul {
  text-align: left;
  margin: 0;
  padding: 0;
}

.tarifbox-glasfaser
  .spalte-container
  .spalte.tarifbox-glasfaser
  .spalte:not(.glasfaser)
  > ul {
  margin: 0px;
  padding: 1rem;
  text-align: left;
  list-style: none;
  height: 190px;
}

.tarifbox-glasfaser
  .spalte-container
  .spalte.glasfaser
  > ul
  li:not(:last-of-type) {
  border-bottom: 1px solid #4d4b45;
}

.tarifbox-glasfaser .spalte-container .spalte.glasfaser > ul li:last-of-type {
  display: flex;
  flex-direction: column;
}

.tarifbox-glasfaser .spalte-container .spalte.glasfaser > ul {
  margin: 0px;
  padding: 1rem;
  text-align: center;
  list-style: none;
  font-size: 14px;
}
.tarifbox-glasfaser .spalte-container .spalte.glasfaser > ul li {
  line-height: 1.6em;
  background-color: transparent;
  margin-left: 0px;
}

.tarifbox-glasfaser .spalte-container.erdgas .spalte ul {
  height: 240px;
}

.tarifbox-glasfaser .spalte:not(.glasfaser) > ul li,
.tarifbox-glasfaser .spalte.glasfaser .content ul li {
  display: flex;
  align-items: center;
  line-height: 1.4rem;
  font-size: 14px;
  background-color: transparent;
  margin-left: 0px;
}
.tarifbox-glasfaser .spalte.glasfaser .content ul li a {
  text-decoration: underline;
}
.tarifbox-glasfaser .spalte.glasfaser .content ul li:not(:last-of-type) {
  padding-bottom: 8px;
}

.tarifbox-glasfaser .spalte.glasfaser > ul li:not(:first-of-type) {
  padding-top: 0.5rem;
}

.tarifbox-glasfaser .spalte.glasfaser > ul li:not(:last-of-type) {
  padding-bottom: 0.5rem;
}

.tarifbox-glasfaser .spalte.glasfaser > ul li:last-of-type {
  font-size: 12px;
}

.tarifbox-glasfaser .spalte.glasfaser > ul li:last-of-type b {
  font-size: 14px;
}

.tarifbox-glasfaser .spalte:not(.glasfaser) > ul li::before,
.tarifbox-glasfaser .spalte.glasfaser .content ul li::before {
  margin-right: 0.5rem;
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
}

.tarifbox-glasfaser .spalte .body {
  flex-grow: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.tarifbox-glasfaser .spalte.glasfaser .body {
  align-items: flex-start;
  flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%
}

.tarifbox-glasfaser .spalte .body,
.tarifbox-glasfaser .spalte ul {
  color: #4d4b45;
}

.tarifbox-glasfaser .spalte .body .price {
  margin: 0px;
}

.tarifbox-glasfaser .spalte .body .content {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  font-size: 15px;
  width: 100%;
  gap: 20px;
  flex-grow: 1;
  height: 100%
}

.tarifbox-glasfaser .spalte .body .sub-content {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  width: 100%;
  text-align: center;
  background-color: white;
  flex-grow: 1;
  height: 100%;
  justify-content: center;
}

.tarifbox-glasfaser .spalte .body .sub-content .price-monthly {
  color: var(--glasfaser-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  display: inline-block;
  width: fit-content;
  margin: 0px auto;
}

.tarifbox-glasfaser .spalte .body .sub-content .price-monthly::after {
  content: " mtl.";
  font-size: 14px;
  font-weight: 500;
}

.tarifbox-glasfaser .spalte .body .sub-content .from-month {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.tarifbox-glasfaser .spalte .body .sub-content .total-discount {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  padding: 6px 0px;
  background-color: var(--medl-sem-hell);
  border-radius: 10px;
  margin-top: 8px;
}

.tarifbox-glasfaser .spalte .content .price {
  display: flex;
  flex-direction: column;
  margin-top: -14px;
}
.tarifbox-glasfaser .spalte .content .price .euro {
  font-family: "IBMPlexSerif";
  font-size: 32px;
  font-weight: 600;
}
.tarifbox-glasfaser .spalte .body .content .h4 {
  font-size: 24px;
  margin: 0 0 1.2rem 0;
  font-family: "IBMPlexSerif";
  font-weight: 700;
  line-height: 1.4em;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.tarifbox-glasfaser .spalte.glasfaser .body .content h4 {
  margin: 0;
}
.tarifbox-glasfaser .spalte .body .content p {
  margin: 0px;
  line-height: 1.4em;
  padding-bottom: 0px;
}
.tarifbox-glasfaser .spalte .body .content .two-cols {
  display: flex;
  justify-content: space-between;
}
.tarifbox-glasfaser .spalte .body .content .two-cols .gruenstrom::before {
  content: url("/wp-content/uploads/svg/gruenstrom-icon-green.svg");
  width: 18px;
  display: block;
  margin: 0px auto;
}
.tarifbox-glasfaser .spalte .body .content .two-cols .erdgas::before {
  content: url("/wp-content/uploads/svg/erdgas-icon-colored.svg");
  width: 28px;
  display: block;
  margin: 0px auto;
}
.tarifbox-glasfaser .spalte .body .content p.beispiel::before {
  content: "";
  width: 100%;
  display: block;
  height: 2px;
  background-color: #f0eee8;
  margin: 0.4em 0px;
}
.tarifbox-glasfaser .spalte .body .content p.beispiel {
  margin: 0px;
  line-height: 1.8em;
}
.tarifbox-glasfaser .spalte .body .content hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #f0eee8;
  margin: 1em 0;
  padding: 0;
}
.tarifbox-glasfaser .spalte .body .content p.price {
  margin: 0px;
  font-size: 36px;
  font-family: "Anton-Regular";
  line-height: 1;
  margin: 0.2em 0px;
}
.tarifbox-glasfaser
  .spalte-container.large-items
  .spalte
  .body
  .content
  p.price {
  font-size: 22px;
}
.tarifbox-glasfaser .spalte .body .content p.price span {
  font-size: 16px;
}

.tarifbox-glasfaser .spalte .footer {
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tarifbox-glasfaser .spalte .footer p {
  margin-bottom: 0px;
}

.tarifbox-glasfaser .spalte.glasfaser .footer {
  padding: 1rem;
}

.tarifbox-glasfaser .spalte .footer .button-2023 {
  display: block;
  margin: 0px auto;
  color: white;
}

.tarifbox-glasfaser .spalte .footer a:not(.button-2023) {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}
.tarifbox-glasfaser .spalte .footer a:not(.button-2023, :last-child)::after {
  content: " | ";
}
.tarifbox-glasfaser .spalte .footer a:not(.button-2023):hover {
  text-decoration: underline;
}
.tarifbox-glasfaser .spalte .footer .produktinformationen {
  font-size: 16px;
}
.tarifbox-glasfaser .spalte a {
  text-decoration: none;
}

.tarifbox-glasfaser .spalte.top-tarif {
  outline: 1px solid;
}

.tarifbox-glasfaser .spalte.glasfaser .title {
  flex-direction: column;
}

.tarifbox-glasfaser .spalte.glasfaser .title span {
  display: inline;
  padding: 0 !important;
}

.tarifbox-glasfaser .spalte .content .bereitstellungsentgelt {
  margin-left: 1rem;
  margin-right: 1rem;
  line-height: 1.4em;
  font-size: 16px;
  word-break: break-word;
  cursor: pointer;
}

.tarifbox-glasfaser .spalte .content .bereitstellungsentgelt .be-price {
  display: inline-block;
}
.tarifbox-glasfaser .spalte .content .bereitstellungsentgelt::after {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11.3999' cy='10.875' r='9.5' stroke='%230B5D9A' stroke-width='2'/%3E%3Cpath d='M11.4892 6.737C11.1905 6.737 10.9572 6.653 10.7892 6.485C10.6212 6.30767 10.5372 6.08367 10.5372 5.813V5.729C10.5372 5.45833 10.6212 5.239 10.7892 5.071C10.9572 4.89367 11.1905 4.805 11.4892 4.805C11.7879 4.805 12.0212 4.89367 12.1892 5.071C12.3572 5.239 12.4412 5.45833 12.4412 5.729V5.813C12.4412 6.08367 12.3572 6.30767 12.1892 6.485C12.0212 6.653 11.7879 6.737 11.4892 6.737ZM9.75321 14.619H10.7052V9.215L9.75321 9.033V8.417L12.2732 7.927V14.619H13.2252V15.375H9.75321V14.619Z' fill='%230B5D9A'/%3E%3C/svg%3E%0A");
  vertical-align: middle;
  margin-left: 0.4em;
  font-size: 16px;
  line-height: 1.4em;
}

/* Gruenstrom-Styles */

.tarifbox-glasfaser .spalte.gruenstrom .footer a:not(.button-2023) {
  color: var(--medl-color);
}
.tarifbox-glasfaser .spalte.gruenstrom.top-tarif {
  outline: 1px solid var(--medl-color);
}
.tarifbox-glasfaser .spalte.gruenstrom .head .title {
  background-color: var(--medl-color);
}
.tarifbox-glasfaser .spalte.gruenstrom.top-tarif {
  outline-color: var(--medl-color);
}
.tarifbox-glasfaser .spalte.gruenstrom.top-tarif .top-tarif {
  color: var(--medl-color);
}
.tarifbox-glasfaser .spalte.gruenstrom .head .subtitle {
  background-color: #b5dca9;
}
.tarifbox-glasfaser .spalte.gruenstrom ul li::before {
  content: url("/wp-content/uploads/svg/check-icon-gruenstrom.svg");
}
.tarifbox-glasfaser .spalte.gruenstrom .head .title::before {
  content: url("/wp-content/uploads/svg/gruenstrom-icon-white.svg");
}

.tarifbox-glasfaser .spalte.gruenstrom a {
  color: var(--medl-color);
}

/* Erdgas-Styles */

.tarifbox-glasfaser .spalte.erdgas .footer a:not(.button-2023) {
  color: var(--erdgas-color);
}
.tarifbox-glasfaser .spalte.erdgas.top-tarif {
  outline: 1px solid var(--erdgas-color);
}
.tarifbox-glasfaser .spalte.erdgas .head .title {
  background-color: var(--erdgas-color);
}
.tarifbox-glasfaser .spalte.erdgas.top-tarif {
  outline-color: var(--erdgas-color);
}
.tarifbox-glasfaser .spalte.erdgas.top-tarif .top-tarif {
  color: var(--erdgas-color);
  border-color: var(--erdgas-color);
}
.tarifbox-glasfaser .spalte.erdgas .head .subtitle {
  background-color: #ffbd9e;
}
.tarifbox-glasfaser .spalte.erdgas ul li::before {
  content: url("/wp-content/uploads/svg/check-icon-erdgas.svg");
}
.tarifbox-glasfaser .spalte.erdgas .head .title::before {
  content: url("/wp-content/uploads/svg/erdgas-icon-white.svg");
  width: 1.2em;
}

.tarifbox-glasfaser .spalte.erdgas a {
  color: var(--erdgas-color);
}

/* Kombi-Styles */

.tarifbox-glasfaser .spalte.kombi .footer a:not(.button-2023) {
  color: var(--kombi-color);
}
.tarifbox-glasfaser .spalte.kombi.top-tarif {
  outline: 1px solid var(--kombi-color);
}
.tarifbox-glasfaser .spalte.kombi .head .title {
  background-color: var(--kombi-color);
}
.tarifbox-glasfaser .spalte.kombi.top-tarif {
  outline-color: var(--kombi-color);
}
.tarifbox-glasfaser .spalte.kombi.top-tarif .top-tarif {
  color: var(--kombi-color);
  border-color: var(--kombi-color);
}
.tarifbox-glasfaser .spalte.kombi .head .subtitle {
  background-color: #dc98bb;
}
.tarifbox-glasfaser .spalte.kombi ul li::before {
  content: url("/wp-content/uploads/svg/check-icon-kombi.svg");
}
.tarifbox-glasfaser .spalte.kombi .head .title::before {
  content: url("/wp-content/uploads/svg/kombi-icon-white.svg");
}
.tarifbox-glasfaser .spalte.kombi .head .title::before {
  width: 1.5em;
}
.tarifbox-glasfaser .spalte.kombi a {
  color: var(--kombi-color);
}

/* Glasfaser-Styles */
.tarifbox-glasfaser .spalte.glasfaser .head .title {
  font-size: 28px;
}
.tarifbox-glasfaser .spalte.glasfaser .head .title span {
  font-size: 24px;
}
.tarifbox-glasfaser .spalte.glasfaser .footer a:not(.button-2023) {
  color: var(--glasfaser-color);
}
.tarifbox-glasfaser .spalte.glasfaser.top-tarif {
  outline: 1px solid var(--sem-color);
}
.tarifbox-glasfaser .spalte.glasfaser .head .title {
  background-color: var(--glasfaser-color);
}
.tarifbox-glasfaser .spalte.glasfaser.top-tarif .head .title {
  background-color: var(--sem-color);
}
.tarifbox-glasfaser .spalte.glasfaser.top-tarif {
  outline-color: var(--sem-color);
}
.tarifbox-glasfaser .spalte.glasfaser.top-tarif .top-tarif {
  color: white;
  background-color: var(--glasfaser-color);
  outline-color: var(--sem-color);
}
.tarifbox-glasfaser .spalte.glasfaser .head .subtitle {
  background-color: #5fa1d4;
}
.tarifbox-glasfaser .spalte.glasfaser .content ul li::before {
  content: url("/wp-content/uploads/svg/check-icon-glasfaser.svg");
}
.tarifbox-glasfaser .spalte.glasfaser .head .title::before {
  width: 1.5em;
}
.tarifbox-glasfaser .spalte.glasfaser a:not(.primary) {
  color: inherit;
}

/* Skroll-Leiste */
.spalte-container::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}

.spalte-container::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 100px;
  opacity: 0.5;
}

.spalte-container.gruenstrom::-webkit-scrollbar-thumb {
  background-color: var(--medl-color);
}

.spalte-container.erdgas::-webkit-scrollbar-thumb {
  background-color: var(--erdgas-color);
}

.spalte-container.glasfaser::-webkit-scrollbar-thumb {
  background-color: var(--glasfaser-color);
}
/* ===== Back-To-Top Button ===== */
.et_pb_scroll_top.et-pb-icon {
  background-color: #50af31;
  right: 80px;
  bottom: 80px;
  height: 60px;
  width: 60px;
  border-radius: 100px;
  transform: scale(1);
  box-shadow: 0px 3px 10px rgba(1, 1, 1, 0);
  transition: transform 350ms ease-in-out, box-shadow 1s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 350ms ease-in-out, box-shadow 1s ease-in-out,
    opacity 350ms ease-in-out;
  transform: translateY(30px);
  opacity: 0;
  animation: none;
}

.et_pb_scroll_top.et-pb-icon::before {
  margin-left: -3px;
  font-size: 42px;
}
.et_pb_scroll_top.et-pb-icon:hover {
  transform: scale(1.1);
}
.et_pb_scroll_top.et-visible {
  box-shadow: 0px 3px 10px rgba(1, 1, 1, 0.3);
  transition: transform 350ms ease-in-out, box-shadow 1s ease-in-out,
    opacity 150ms ease-in-out, box-shadow 350ms ease-in-out;
  transform: translateY(0px);
  opacity: 1;
  animation: none;
}
.et_pb_scroll_top.et-hidden {
  animation: none;
}

@media only screen and (max-width: 768px) {
  .et_pb_scroll_top.et-pb-icon {
    right: 50px;
    bottom: 50px;
  }
}

/* Tab-Module (ausgelagert, da divi mit " in Attribut-Selektoren nicht klar kommt. */


/* Tab-Content Anzeige */
.tab-container .tab-content {
  display: none;
}

.tab-container .tab-content[aria-hidden="false"] {
  display: block !important;
}
.tab-container .tab-button[aria-selected="true"],
.tab-container .tab-button.active {
  color: white !important;
  background-color: #0b5d9a !important;
}

/* Outline für Fokus */
.keyboard-outline:not(.keyboard-navigation-outline):not([id*="et_pb_tab_control_"]) {
  outline-style: dotted;
  outline-color: rgb(255, 25, 25);
  outline-width: 3px;
}