@charset "UTF-8";
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-100 {
  padding-top: 100px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}

@media screen and (min-width: 680px) {
  html {
    --grid__gutter: 1.875rem 3rem;
  }
}

:root {
  --faq-result-link-color: #EC7509 !important;
  --faq-result-link-text-color: #ffffff !important;
  --faq-result-link-color-hover: #0b558f !important;
  --faq-result-matches-text-color: #7d7d7d !important;
  --faq-result-border-color: #7d7d7d !important;
  --tc-c-primary: #EC7509 !important;
}

.icon::after,
.icon::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.icon::before {
  padding-right: 7px;
}

.icon::after {
  padding-left: 7px;
}

.account::before {
  font: var(--fa-font-solid);
  content: "\f2f6";
}

.dropdown::after {
  font: var(--fa-font-solid);
  content: "\f078";
}

strong, b {
  font-weight: 700;
}

#main h1 {
  font-size: clamp(1.3rem, 0.8rem + 1vw, 1.75rem);
  font-weight: 700;
  color: #d66b06;
}
#main h2 {
  font-size: clamp(1.2rem, 0.8rem + 1vw, 1.5rem);
  font-weight: 700;
  color: #d66b06;
}
#main h3 {
  font-size: clamp(1.075rem, 0.8rem + 1vw, 1.375rem);
  font-weight: 700;
  color: #0b558f;
}
#main h4 {
  font-size: clamp(1.075rem, 0.8rem + 1vw, 1.375rem);
  font-weight: 700;
  color: #0b558f;
}
#main h5 {
  font-size: clamp(1rem, 0.8rem + 1vw, 1.2rem);
  font-weight: 700;
  color: #0b558f;
}
#main h6 {
  font-size: clamp(1rem, 0.8rem + 1vw, 1.1rem);
  color: #1A171B;
}
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
  padding: 10px 0;
}
#main h1:has(+ h2), #main h1:has(+ h3), #main h1:has(+ h4), #main h1:has(+ h5), #main h2:has(+ h2), #main h2:has(+ h3), #main h2:has(+ h4), #main h2:has(+ h5), #main h3:has(+ h2), #main h3:has(+ h3), #main h3:has(+ h4), #main h3:has(+ h5), #main h4:has(+ h2), #main h4:has(+ h3), #main h4:has(+ h4), #main h4:has(+ h5), #main h5:has(+ h2), #main h5:has(+ h3), #main h5:has(+ h4), #main h5:has(+ h5), #main h6:has(+ h2), #main h6:has(+ h3), #main h6:has(+ h4), #main h6:has(+ h5) {
  padding: 0 0 10px 0;
}
#main p, #main ol, #main ul {
  font-size: clamp(0.785rem, 0.8rem + 1vw, 1rem);
  line-height: clamp(1.1rem, 0.8rem + 1vw, 1.4rem);
  font-weight: 300;
  padding: 10px 0;
}
#main p a, #main ol a, #main ul a {
  color: #0b558f;
}
#main p a:hover, #main ol a:hover, #main ul a:hover {
  font-weight: 700;
}
#main blockquote p {
  padding: 20px 30px;
  background-color: #4c4c4c;
  text-align: justify;
  hyphens: auto;
  -moz-text-align-last: left;
       text-align-last: left;
}
#main blockquote p::before {
  content: "“";
  font-weight: 700;
}
#main blockquote p::after {
  content: "”";
  font-weight: 700;
}
#main ol {
  padding: 10px 0;
  margin-left: 20px;
}
#main ol:has(.custom_list) {
  counter-reset: custom-li-counter;
  margin-left: 0;
  list-style: none;
}
#main ol:has(.custom_list) li {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  counter-increment: custom-li-counter;
  padding-bottom: 15px;
}
#main ol:has(.custom_list) li::before {
  content: counter(custom-li-counter) ". ";
  color: #EC7509;
  font-weight: 700;
  font-size: 160%;
  padding-right: 14px;
}
#main ol li {
  padding: 1px 0 1px 10px;
  margin-left: 5px;
}
#main ol li::marker {
  color: #b85c05;
  font-weight: 700;
}
#main ul li {
  padding: 1px 0 1px 10px;
  margin-left: 5px;
}
#main ul li::marker {
  content: "▪";
}
#main .content-table table thead th {
  color: #1A171B;
}
#main .content-table table tfoot tr td {
  font-weight: 700;
  color: #1A171B;
}
#main .content-table.table_special_grey table tr td, #main .content-table.table_special_color table tr td {
  font-size: 0.785rem;
  font-weight: 700;
}
#main .content-table.table_special_grey td {
  color: #1A171B;
}
#main .content-table.table_special_color td {
  color: #1A171B;
}
#main .content-text p, #main .content-text span {
  hyphens: auto;
  word-spacing: normal;
}

#footer h4 {
  margin-bottom: 20px;
}

body, html {
  font-family: "Roboto", "Arial", sans-serif;
  font-display: fallback;
  font-size: 16px;
  height: 100%;
  background: #f8f8f8;
  color: #1A171B;
}
body.greyscala, html.greyscala {
  filter: grayscale(100%);
}

* {
  box-sizing: border-box;
}

table, ol, ul, form {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, table, ol, ul, form {
  margin-bottom: 0;
  margin-top: 0;
}

.block {
  overflow: visible;
}

@media screen and (max-width: 1280px) {
  .inside {
    padding: 0 6%;
  }
}
.inner-width {
  max-width: 1280px;
  margin: 0 auto;
}

.row.content-accordion {
  gap: 0 !important;
}

#wrapper #container #main .inside .block {
  padding: 0;
}

.center-content {
  text-align: center;
}

#meta-navigation {
  background-color: #4c4c4c;
  height: 35px;
}
#meta-navigation .inside {
  max-width: 1280px;
  width: 100%;
  height: inherit;
  margin: 0 auto;
}
@media screen and (max-width: 680px) {
  #meta-navigation .inside {
    padding: 0 !important;
  }
}

#header,
#meta-navigation {
  width: 100%;
  position: fixed;
  z-index: 999;
}

#header {
  width: 100%;
  height: 80px;
  background: #ffffff;
  top: 35px;
}
#header .inside {
  max-width: 1280px;
  width: 100%;
  height: inherit;
  margin: 0 auto;
}
#header .inside > .row {
  height: inherit !important;
}

#meta-navigation {
  top: 0;
  z-index: 9999;
}

#header-full {
  position: relative;
}
#header-full .form-wrapper {
  position: relative;
  bottom: -40px;
  z-index: 999;
}
#header-full .inside {
  padding: unset;
}
#header-full .inside p {
  line-height: 1.3rem;
}
#header-full .inside p:first-child {
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 2rem;
  color: #ffffff;
}
@media screen and (min-width: 400px) and (max-width: 991px) {
  #header-full .inside p:first-child {
    font-size: 1.15rem;
    line-height: 1.3rem;
  }
}
#header-full .inside p:first-child strong {
  display: block;
}

#hv-one {
  position: relative;
  overflow: hidden;
  background: radial-gradient(#EC7509, #d66b06);
  padding-top: 50px;
  margin-bottom: 50px;
}
#hv-one::before {
  content: "";
  z-index: 555;
  width: 100%;
  height: 120px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  background-image: url("../../../../../../files/extraenergie/assets/images/illustrationen/bogen.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}

#hv-two {
  position: relative;
  background: radial-gradient(#EC7509, #d66b06);
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#hv-two .row {
  min-height: 350px;
}
@media screen and (max-width: 48em) {
  #hv-two .row {
    gap: 0;
  }
}
@media screen and (max-width: 400px) {
  #hv-two .row .col-4 {
    display: none;
  }
}
#hv-two .row .col-4 .content-image {
  width: 240px;
  height: 150px;
}
@media screen and (min-width: 48em) {
  #hv-two .row .col-4 .content-image {
    width: 600px;
    height: 600px;
    margin-top: -50px;
  }
}
@media screen and (min-width: 48em) {
  #hv-two .row .col-4:nth-child(2) {
    transform: rotate(4deg);
  }
}
#hv-two .row .col-4:nth-child(2) {
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 48em) {
  #hv-two .row .col-4:nth-child(3) {
    transform: rotate(10deg);
  }
}
#hv-two .row .col-4:nth-child(3) {
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 48em) {
  #hv-two .row .col-4:nth-child(4) {
    transform: rotate(15deg);
  }
}
#hv-two .row .col-4:nth-child(4) {
  transition: all 0.5s ease-out;
}
#hv-two .row .col-4 .image_container {
  position: relative;
  transition: all 0.5s ease-out;
}
#hv-two::before {
  content: "";
  z-index: 555;
  width: 100%;
  height: 120px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../../../../../../files/extraenergie/assets/images/illustrationen/bogen.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}

@media screen and (min-width: 1280px) {
  #hv-three {
    position: relative;
    overflow: hidden;
  }
  #hv-three .row {
    max-width: 1280px;
    margin: 0 auto;
    flex: 1 0 auto;
    min-height: 45vh;
    height: 100%;
  }
  #hv-three .row > div:first-child:has(.content-text)::before {
    content: "";
    position: absolute;
    right: 60%;
    top: -270px;
    width: 950px;
    aspect-ratio: 1/1;
    transform: rotate(50deg);
    border-radius: 50px;
    z-index: 5;
    background: radial-gradient(circle, #EC7509 0%, #d66b06 100%);
  }
  #hv-three .row > div:first-child:has(.content-text)::after {
    content: "";
    position: absolute;
    right: 59%;
    top: -320px;
    width: 950px;
    aspect-ratio: 1/1;
    transform: rotate(57deg);
    border-radius: 50px;
    background: #b85c05;
    z-index: 1;
    opacity: 0.5;
  }
  #hv-three .row > div:first-child .content-text {
    position: relative;
    z-index: 6;
    color: #ffffff;
    padding: 30px 10px;
  }
  #hv-three .row:has(.content-text) .content-image {
    width: unset;
    right: 0 !important;
    left: unset !important;
  }
  #hv-three .row:has(.content-text) .content-image figure img {
    height: 40vw;
  }
  #hv-three .row .content-image {
    position: absolute;
    height: inherit;
    width: 100%;
    left: 0;
    z-index: -1;
  }
  #hv-three .row .content-image figure {
    height: inherit;
  }
  #hv-three .row .content-image figure img {
    width: 100%;
    height: auto;
    top: -10vw;
    position: relative;
  }
}
@media screen and (max-width: 1280px) {
  #hv-three {
    position: relative;
    height: 50vh;
    overflow: hidden;
  }
  #hv-three .row {
    height: inherit;
    margin: 0 6%;
  }
  #hv-three .content-text {
    color: #1A171B;
    margin: 10px 0;
    display: inline-block;
    background: #b85c05;
    padding: 15px 20px;
    color: #ffffff;
  }
  #hv-three .content-image {
    position: absolute;
    left: 0;
    z-index: -1;
    max-height: 50vh;
  }
  #hv-three .content-image figure {
    position: relative;
    width: 100vw;
    display: flex;
    align-items: center;
  }
  #hv-three .content-image figure img {
    max-width: 100vw;
    width: 100%;
  }
  #hv-three .content-image figure::before {
    content: "";
    z-index: 555;
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../../../../../../files/extraenergie/assets/images/illustrationen/bogen.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
  }
}
#hv-three .content-text p {
  font-weight: 300;
  padding: 5px 0;
}

#hv-four {
  position: relative;
  padding: 5% 5% 0 5%;
}
#hv-four .row {
  position: relative;
}
@media screen and (min-width: 991px) {
  #hv-four .row {
    min-height: 35vw;
  }
}
@media screen and (max-width: 991px) {
  #hv-four .row {
    min-height: 50vh;
  }
}
#hv-four .row .content-text > * {
  color: #1A171B;
  margin: 10px 0;
  display: inline-block;
  background: #0b558f;
  padding: 15px 20px;
  color: #ffffff;
}
@media screen and (min-width: 991px) {
  #hv-four .row .content-text h1,
  #hv-four .row .content-text h2 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 991px) {
  #hv-four .row .content-text h1,
  #hv-four .row .content-text h2 {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
}
#hv-four .row .content-text h1,
#hv-four .row .content-text h2 {
  font-weight: 600;
}
@media screen and (min-width: 991px) {
  #hv-four .row .content-text p {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
}
@media screen and (max-width: 991px) {
  #hv-four .row .content-text p {
    font-size: 1.25rem;
    line-height: 1.3rem;
  }
}
#hv-four .row .content-text p {
  font-weight: 300;
  padding: 5px 0;
}
@media screen and (min-width: 991px) {
  #hv-four:has(#tariff) .row {
    margin-top: -80px;
  }
}
#hv-four .content-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
#hv-four .content-image figure {
  position: relative;
  width: 100vw;
}
@media screen and (min-width: 991px) {
  #hv-four .content-image figure {
    max-height: 35vw;
  }
}
@media screen and (max-width: 991px) {
  #hv-four .content-image figure {
    max-height: 50vh;
  }
}
#hv-four .content-image figure {
  overflow: hidden;
}
#hv-four .content-image figure::before {
  content: "";
  z-index: 555;
  width: 100%;
  height: 120px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../../../../../../files/extraenergie/assets/images/illustrationen/bogen.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}
@media screen and (min-width: 991px) {
  #hv-four .content-image figure img {
    max-width: 100vw;
    width: 100%;
  }
}
#hv-four #tariff {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 991px) {
  #hv-four #tariff {
    margin-top: -11%;
  }
}
@media screen and (max-width: 991px) {
  #hv-four #tariff {
    margin-top: -15%;
  }
}

#hv-image .row figure {
  max-height: 35vh;
  overflow: hidden;
}
#hv-image .row figure img {
  width: 100%;
}
#hv-image .row figure::before {
  content: "";
  z-index: 555;
  width: 100%;
  height: 120px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../../../../../../files/extraenergie/assets/images/illustrationen/bogen.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}

#hv-three img, #hv-four img {
  max-width: unset;
  height: unset;
}

@media screen and (max-width: 991px) {
  .m-mirror figure img {
    transform: scaleX(-1);
  }
}
.mod_mmenu {
  z-index: 9999;
}

@media screen and (max-width: 991px) {
  .mobile_menu_trigger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 991px) {
  .mobile_menu_trigger {
    display: none;
    visibility: hidden;
  }
}
.mobile_menu_trigger {
  text-decoration: none;
  font-weight: 700;
  font-size: 0.7rem;
  color: #1A171B;
}
.mobile_menu_trigger:hover {
  cursor: pointer;
  color: #b85c05;
}
.mobile_menu_trigger:hover svg rect {
  fill: #b85c05;
}
.mobile_menu_trigger svg {
  width: 28px;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 991px) {
  .navigation_wrapper {
    display: none;
    visibility: hidden;
  }
}
body.pk #customer-menu li:nth-child(1) {
  background: #ffffff;
}
body.pk #customer-menu li:nth-child(1) a {
  color: #1A171B !important;
}
body.gk #customer-menu li:nth-child(2) {
  background: #ffffff;
}
body.gk #customer-menu li:nth-child(2) a {
  color: #1A171B !important;
}
body.unternehmen #customer-menu li:nth-child(3) {
  background: #ffffff;
}
body.unternehmen #customer-menu li:nth-child(3) a {
  color: #1A171B !important;
}

#meta-navigation .inside .mod_customnav ul {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  height: 35px;
}
#meta-navigation .inside .mod_customnav ul li {
  padding-right: 17.5px;
  padding-left: 17.5px;
  line-height: 35px;
  vertical-align: middle;
}
@media screen and (min-width: 991px) {
  #meta-navigation .inside .mod_customnav ul li {
    transform: skewX(-30deg);
  }
}
#meta-navigation .inside .mod_customnav ul li.active {
  background: #ffffff;
  color: #4c4c4c;
}
@media screen and (max-width: 680px) {
  #meta-navigation .inside .mod_customnav ul li strong, #meta-navigation .inside .mod_customnav ul li a {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 991px) {
  #meta-navigation .inside .mod_customnav ul li strong, #meta-navigation .inside .mod_customnav ul li a {
    transform: skewX(30deg);
  }
}
#meta-navigation .inside .mod_customnav ul li strong, #meta-navigation .inside .mod_customnav ul li a {
  display: block;
}
#meta-navigation .inside .mod_customnav ul li a {
  color: #ffffff;
  text-decoration: none;
}
#meta-navigation .inside .mod_customnav.me_link li {
  background: #EC7509;
}
#meta-navigation .inside .mod_customnav.me_link li:hover {
  background: #ffffff;
}
#meta-navigation .inside .mod_customnav.me_link li:hover a {
  color: #1A171B;
}
#meta-navigation .inside .mod_customnav.me_link li a {
  color: #1A171B;
  font-weight: 700;
}
#meta-navigation .inside .mod_search form {
  display: none;
}

#header .inside .mod_navigation ul.level_1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  position: relative;
  height: 80px;
}
#header .inside .mod_navigation ul.level_1 li {
  position: relative;
}
#header .inside .mod_navigation ul.level_1 li a, #header .inside .mod_navigation ul.level_1 li strong {
  color: #1A171B;
  text-decoration: none;
  display: block;
  cursor: pointer;
  font-size: clamp(0.875rem, 1vw, 1rem);
  font-weight: 700;
  line-height: 80px;
}
#header .inside .mod_navigation ul.level_1 li.active, #header .inside .mod_navigation ul.level_1 li:hover {
  cursor: pointer;
}
#header .inside .mod_navigation ul.level_1 li.active > a, #header .inside .mod_navigation ul.level_1 li.active strong, #header .inside .mod_navigation ul.level_1 li:hover > a, #header .inside .mod_navigation ul.level_1 li:hover strong {
  color: #b85c05;
}
#header .inside .mod_navigation ul.level_1 li:hover ul.level_2 {
  display: flex;
}
#header .inside .mod_navigation ul.level_1 li.submenu > a {
  pointer-events: none;
}
#header .inside .mod_navigation ul.level_2 {
  display: none;
  position: absolute;
  left: -40px;
  top: 80px;
  flex-direction: column;
  align-items: stretch;
  background: #ffffff;
  padding: 10px 0px;
  transition: 0.5s display ease-in-out;
}
#header .inside .mod_navigation ul.level_2 li {
  padding: 3px 20px;
  cursor: pointer;
}
#header .inside .mod_navigation ul.level_2 li a, #header .inside .mod_navigation ul.level_2 li strong {
  line-height: normal;
  font-weight: 700;
  pointer-events: all;
}
#header .inside .mod_navigation ul.level_2 li.active, #header .inside .mod_navigation ul.level_2 li:hover {
  cursor: pointer;
}
#header .inside .mod_navigation ul.level_2 li.active > a, #header .inside .mod_navigation ul.level_2 li.active strong, #header .inside .mod_navigation ul.level_2 li:hover > a, #header .inside .mod_navigation ul.level_2 li:hover strong {
  color: #b85c05;
}
#header .inside .mod_navigation ul.level_2 li:hover ul.level_2 {
  display: flex;
}
#header .inside .mod_navigation ul.level_2 li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  position: relative;
}
#header .inside .mod_navigation ul.level_2 li.last {
  padding-bottom: 20px;
}

.mobile_menu .inner {
  background: #ffffff;
  box-sizing: border-box;
  padding: 20px;
  overflow: unset;
}
.mobile_menu .inner .mod_search {
  padding-bottom: 20px;
  border-bottom: 1px solid #4c4c4c;
}
.mobile_menu .inner .mod_search .formbody {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}
.mobile_menu .inner .mod_search .formbody .widget-text {
  width: 100%;
}
.mobile_menu .inner .mod_search .formbody .widget-text input {
  width: inherit;
}
.mobile_menu .inner .mod_search .formbody .widget-submit button {
  border: none;
  background: transparent;
  font-size: 1rem;
  vertical-align: middle;
  line-height: 30px;
}
.mobile_menu .inner .mod_search .formbody .widget-submit button:hover {
  color: #b85c05;
  cursor: pointer;
}
.mobile_menu .inner .mod_customnav {
  padding: 20px 0;
  border-bottom: 1px solid adjust(#1A171B, 0.9);
}
.mobile_menu .inner .mod_customnav a, .mobile_menu .inner .mod_customnav strong {
  text-decoration: none;
  color: #1A171B;
  font-weight: 700;
  text-align: right;
  display: block;
}
.mobile_menu .inner .mod_customnav a:hover, .mobile_menu .inner .mod_customnav strong:hover {
  color: #b85c05;
}
.mobile_menu .inner .mod_navigation {
  padding: 20px 0;
}
.mobile_menu .inner .mod_navigation li {
  border-bottom: 1px solid adjust(#1A171B, 0.9);
}
.mobile_menu .inner .mod_navigation li.last {
  border-bottom: none;
}
.mobile_menu .inner .mod_navigation li a, .mobile_menu .inner .mod_navigation li strong {
  display: block;
  padding: 7px 0;
}
.mobile_menu .inner .mod_navigation a, .mobile_menu .inner .mod_navigation strong {
  text-decoration: none;
  color: #1A171B;
  font-weight: 700;
  text-align: right;
}
.mobile_menu .inner .mod_navigation a:hover, .mobile_menu .inner .mod_navigation strong:hover {
  color: #b85c05;
  cursor: pointer;
}
.mobile_menu .inner .mod_navigation ul.level_2 {
  background: #4c4c4c;
  margin: 0 -20px;
  padding: 10px 20px;
}

#footer .inside h4 {
  color: #b85c05;
  font-size: 1rem;
  font-weight: 700;
}
#footer .inside .mod_customnav ul li a, #footer .inside .mod_customnav ul li strong {
  color: #1A171B;
  text-decoration: none;
  display: block;
  cursor: pointer;
  line-height: 1.5rem;
  font-size: 0.875rem;
}
#footer .inside .mod_customnav ul li.active, #footer .inside .mod_customnav ul li:hover {
  cursor: pointer;
}
#footer .inside .mod_customnav ul li.active > a, #footer .inside .mod_customnav ul li.active strong, #footer .inside .mod_customnav ul li:hover > a, #footer .inside .mod_customnav ul li:hover strong {
  color: #b85c05;
}
#footer .inside .mod_customnav ul li:hover ul.level_2 {
  display: flex;
}
#footer .inside .footnotes {
  margin-top: 80px;
  padding: 25px 0;
  border-top: 1px solid #4c4c4c;
  font-size: 80%;
}
#footer .inside .footnotes .mod_customnav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  position: relative;
}

@media screen and (max-width: 991px) {
  #meta-navigation .me_link,
  #meta-navigation .mod_search,
  #header .mod_navigation {
    visibility: hidden;
    display: none;
  }
}
.content-toplink {
  display: none;
}
.content-toplink a {
  width: 150px;
  height: 30px;
  background: #0b558f;
  color: #ffffff;
  position: fixed;
  z-index: 999;
  right: 50px;
  bottom: 50px;
  font-size: 0.85rem;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
}
.content-toplink a i {
  margin-left: 5px;
}

.ce_plenta_testimonial {
  padding: 10px 10px 20px 10px !important;
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
  align-items: center;
  text-align: center;
}
.ce_plenta_testimonial figure {
  display: flex;
  justify-content: center;
  position: relative;
}
.ce_plenta_testimonial .testimonial-rating .star:not(.checked) {
  color: #595959;
}
.ce_plenta_testimonial .testimonial-rating .star.checked {
  color: #EC7509;
}
.ce_plenta_testimonial .testimonial-meta {
  text-align: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 20%;
}

.slider-control .slider-menu b {
  font-size: 3rem;
}
.slider-control .slider-menu b.active {
  color: #0b558f;
}

.slider-prev, .slider-next {
  visibility: hidden;
  display: none;
}

#footer {
  width: 100%;
  min-height: 20vh;
  height: 100%;
  flex-shrink: 0;
  position: relative;
  background: #ffffff;
  border-top: 2px solid #b85c05;
}
#footer .inside {
  height: inherit;
  padding-top: 74px;
}

form {
  padding: 10px 0 20px 0;
}
form .row {
  gap: 15px;
}
form .hidden {
  display: none;
  visibility: hidden;
}

.termination-form form {
  gap: 10px !important;
}

legend {
  padding-bottom: 10px;
}

label {
  padding: 5px 0;
  display: inline-block;
}

select {
  cursor: pointer;
}

input[type=text], input[type=date], input[type=email], input[type=number], select {
  width: 100%;
  border: 1px solid #4c4c4c;
  padding: 10px;
  font-size: 0.875rem;
  border-radius: 5px;
  background: #ffffff;
  color: #4c4c4c;
}

button[type=submit]:disabled {
  background-color: #4c4c4c;
}

.widget-calendar input[type=text] {
  width: 96%;
}
.widget-calendar a {
  cursor: pointer;
  display: inline-block;
  width: 3%;
  text-align: center;
  vertical-align: middle;
}

.widget-radio label {
  display: inline-block;
}
.widget-radio span {
  padding-right: 20px;
}

.widget-textarea textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #4c4c4c;
  border-radius: 5px;
  background: #ffffff;
  color: #4c4c4c;
}

.widget-custom_checkbox {
  min-height: 20px;
}
.widget-custom_checkbox input {
  position: relative;
  left: 15px;
  top: -4px;
  z-index: 0;
  -webkit-appearance: none;
}
.widget-custom_checkbox input + label {
  position: absolute;
}
.widget-custom_checkbox input + label::before {
  width: 15px;
  height: 15px;
  border: 1px solid #4c4c4c;
  border-radius: 5px;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
  z-index: 5;
  position: relative;
}
.widget-custom_checkbox input:checked {
  cursor: pointer;
}
.widget-custom_checkbox input:checked + label::before {
  content: "✘";
  color: #4c4c4c;
  font-weight: 700;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget-custom_checkbox input + label:hover {
  cursor: pointer;
}

.checkbox-container,
.radio-container {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.checkbox-container input,
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #4c4c4c;
}

.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #4c4c4c;
  border: 1px solid #4c4c4c;
}

.checkbox-container:hover input ~ .checkmark,
.radio-container:hover input ~ .checkmark {
  background-color: #4c4c4c;
}

.radio-container input:checked ~ .checkmark {
  background-color: #4c4c4c;
  box-shadow: inset 0 0 5px 1px #4c4c4c;
}

.checkbox-container .checkmark:after,
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after,
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

.radio-container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #b85c05;
}

.checkbox-container .checkmark:after {
  content: "✓";
  font-weight: 700;
  font-size: 21px;
  top: 0px;
  left: 3px;
  color: #b85c05;
}

#tariff form button {
  color: #1A171B !important;
  font-weight: 700;
}
#tariff form button:hover {
  color: #ffffff !important;
}

.content-table {
  overflow-y: auto;
}
.content-table table {
  display: table;
  width: 100%;
  margin: 10px 0;
}
.content-table table thead {
  height: 40px;
  background: #0b558f;
}
.content-table table thead th {
  vertical-align: middle;
}
.content-table table tbody tr {
  border-bottom: 1px solid adjust(#1A171B, 0.9);
}
.content-table table tbody tr td {
  height: 25px;
  vertical-align: middle;
}
.content-table table tfoot {
  background: #4c4c4c;
}
.content-table table tfoot tr td {
  height: 50px;
  vertical-align: middle;
}
.content-table table td, .content-table table th {
  padding: 0 15px;
}
.content-table.table_special_grey table, .content-table.table_special_color table {
  border-collapse: separate;
  border-spacing: 5px 5px;
}
.content-table.table_special_grey table tr, .content-table.table_special_color table tr {
  border: none !important;
}
.content-table.table_special_grey table tr td, .content-table.table_special_color table tr td {
  background: #d1d1d1;
}
.content-table.table_special_grey table tr td.col_last, .content-table.table_special_color table tr td.col_last {
  text-align: right;
}
.content-table.table_special_color td {
  background: #d2ca7d !important;
}

#container .content-image {
  margin: 20px;
}
#container .content-image figure {
  border-radius: 7px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.content-image {
  position: relative;
}
.content-image .imageOrnT, .content-image .imageOrnB {
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: 50%;
  height: 15%;
}
.content-image .imageOrnT {
  top: -8px;
  left: -8px;
  background: #EC7509;
  border-top-left-radius: 8px;
}
.content-image .imageOrnB {
  bottom: -8px;
  right: -8px;
  background: #afafaf;
  border-bottom-right-radius: 8px;
}
.content-image figure.image_container {
  position: relative;
}

#wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 115px;
  position: relative;
  z-index: 0;
}
#wrapper #container {
  max-width: 1280px;
  width: 100%;
  height: inherit;
  margin: 0 auto;
  flex: 1 0 auto;
  padding: 75px 0;
}

.content-text {
  padding-bottom: 10px;
}

figure figcaption {
  background: #1A171B;
  color: #ffffff;
  padding: 5px;
  font-size: 0.8rem;
}

.highlightbox {
  background: #d1d1d1;
  text-align: center;
  padding: 10px 20px;
}
.highlightbox p strong {
  display: block;
  padding-top: 15px;
  font-size: 2rem;
  font-weight: 700;
  color: #b85c05;
}

.button a {
  font-weight: 700;
  text-decoration: none;
  height: 100%;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  padding: 8px 16px;
  display: inline-block;
  margin: 5px 0;
}
@media screen and (max-width: 580) {
  .button a {
    padding: 10px;
  }
}
.button-full a {
  width: 100%;
}
.button-primary a {
  background-color: #EC7509;
  color: #1A171B !important;
}
.button-primary a:hover {
  background-color: #4c4c4c;
  color: #ffffff !important;
}
.button-neutral a {
  background-color: #4c4c4c;
  color: #ffffff !important;
}
.button-neutral a:hover {
  background-color: #d1d1d1;
  color: #ffffff !important;
}

a.button, button.button {
  font-weight: 700;
  text-decoration: none;
  height: 100%;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  display: inline-block;
  padding: 8px 16px;
}
@media screen and (max-width: 580px) {
  a.button, button.button {
    padding: 10px;
  }
}
a.button-full, button.button-full {
  width: 100%;
}
a.button-primary, button.button-primary {
  background-color: #EC7509;
  color: #1A171B !important;
}
a.button-primary:hover, button.button-primary:hover {
  background-color: #4c4c4c;
  color: #ffffff !important;
}
a.button-neutral, button.button-neutral {
  background-color: #4c4c4c;
  color: #ffffff !important;
}
a.button-neutral:hover, button.button-neutral:hover {
  background-color: #d1d1d1;
  color: #ffffff !important;
}

.re_numbers {
  display: none;
}
.re_numbers.active {
  display: block;
}

@media screen and (min-width: 940px) {
  .powerlabeling > div {
    display: grid;
    grid-template-rows: auto 1fr 0.3fr auto;
    gap: 20px;
    align-items: start;
  }
  .chart-legend {
    margin-top: unset;
  }
}
li .hshow {
  visibility: hidden;
  display: none !important;
}

.home li .hshow {
  visibility: visible;
  display: inline !important;
}

.helpdesk .mod_faqtoplist, .helpdesk .mod_faqlist {
  border: none !important;
}
.helpdesk .mod_faqtoplist > section, .helpdesk .mod_faqlist > section {
  padding: 0 !important;
}
.helpdesk .mod_faqtoplist .toggler, .helpdesk .mod_faqlist .toggler {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 2px dotted #4c4c4c;
  color: #1A171B;
  display: block;
  text-decoration: none;
}
.helpdesk .mod_faqtoplist .toggler:hover, .helpdesk .mod_faqlist .toggler:hover {
  color: #b85c05;
}
.helpdesk .mod_faqtoplist .toggler.active, .helpdesk .mod_faqlist .toggler.active {
  color: #b85c05;
}
.helpdesk .mod_faqtoplist .toggler.active::before, .helpdesk .mod_faqlist .toggler.active::before {
  content: "▼";
  color: #b85c05;
}
.helpdesk .mod_faqtoplist .toggler:not(.active)::before, .helpdesk .mod_faqlist .toggler:not(.active)::before {
  content: "▶";
  color: #1A171B;
}
.helpdesk .mod_faqtoplist .toggler.active::before, .helpdesk .mod_faqtoplist .toggler:not(.active)::before, .helpdesk .mod_faqtoplist .toggler:hover::before, .helpdesk .mod_faqlist .toggler.active::before, .helpdesk .mod_faqlist .toggler:not(.active)::before, .helpdesk .mod_faqlist .toggler:hover::before {
  display: inline-block;
  padding-right: 10px;
}
.helpdesk .mod_faqtoplist .toggler.active, .helpdesk .mod_faqtoplist .toggler:not(.active), .helpdesk .mod_faqtoplist .toggler:hover, .helpdesk .mod_faqlist .toggler.active, .helpdesk .mod_faqlist .toggler:not(.active), .helpdesk .mod_faqlist .toggler:hover {
  cursor: pointer;
}
.helpdesk .mod_faqtoplist .accordion, .helpdesk .mod_faqlist .accordion {
  padding: 10px 20px;
  border-left: 2px solid #b85c05;
}

.ce_accordion {
  padding: 0 !important;
}
.ce_accordion .toggler {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 2px dotted #4c4c4c;
  color: #4c4c4c;
  display: block;
  text-decoration: none;
}
.ce_accordion .toggler:hover {
  color: #b85c05;
}
.ce_accordion .toggler.active {
  color: #b85c05;
}
.ce_accordion .toggler.active::before {
  content: "▼";
  color: #b85c05;
}
.ce_accordion .toggler:not(.active)::before {
  content: "▶";
  color: #4c4c4c;
}
.ce_accordion .toggler.active::before, .ce_accordion .toggler:not(.active)::before, .ce_accordion .toggler:hover::before {
  display: inline-block;
  padding-right: 10px;
}
.ce_accordion .toggler.active, .ce_accordion .toggler:not(.active), .ce_accordion .toggler:hover {
  cursor: pointer;
}
.ce_accordion .accordion {
  padding: 10px 20px;
}

.kpi-boxen {
  padding: 0 !important;
}
.kpi-boxen > * {
  font-weight: 700;
  background: transparent !important;
  border: 2px dotted #4c4c4c;
  color: #1A171B !important;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 991px) {
  .kpi-boxen > * {
    aspect-ratio: 2/1;
  }
}
@media screen and (max-width: 991px) {
  .kpi-boxen > * {
    aspect-ratio: 1/1;
  }
}
.kpi-boxen > * {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center !important;
  flex-direction: column;
  gap: 20px;
}
.kpi-boxen a, .kpi-boxen p, .kpi-boxen span {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.kpi-boxen a {
  text-align: center;
  padding: 20px;
}
.kpi-boxen a:hover {
  background: #EC7509 !important;
  border: none;
  scale: 0.98;
}
.kpi-boxen-left > * {
  justify-items: left;
}
.kpi-boxen-center > * {
  justify-items: center;
}
.kpi-boxen-right > * {
  justify-items: right;
}
.kpi-icon > *::before {
  font: var(--fa-font-solid);
  content: "X";
  font-size: 2rem;
}
.kpi-icon-data > *::before {
  content: "\f2c2";
}
.kpi-icon-friends > *::before {
  content: "\e536";
}
.kpi-icon-meter > *::before {
  content: "\e55c";
}
.kpi-icon-move > *::before {
  content: "\f4de";
}
.kpi-icon-contract > *::before {
  content: "\f56c";
}
.kpi-icon-downpay > *::before {
  content: "\f51e";
}
.kpi-icon-invoice > *::before {
  content: "\f570";
}
.kpi-icon-change > *::before {
  content: "\e4c1";
}
.kpi-icon-service > *::before {
  content: "\f4c4";
}
.kpi-icon-contact > *::before {
  content: "\f2b9";
}
.kpi-icon-mail > *::before {
  content: "\f658";
}
.kpi-icon-phone > *::before {
  content: "\f095";
}

@media screen and (max-width: 1280px) {
  .col-12 > .kpi-boxen a {
    aspect-ratio: 3/1;
  }
}
.alert {
  padding: 10px !important;
}
.alert-error {
  background-color: #b3211f;
  color: #1A171B;
}/*# sourceMappingURL=style.css.map */