@font-face {
  font-family: barlow;
  src: url(../Fonts/Barlow-Regular-webfont.woff);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: barlow;
  src: url(../Fonts/Barlow-Italic-webfont.woff);
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: barlow;
  src: url(../Fonts/Barlow-Bold-webfont.woff);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: barlow;
  src: url(../Fonts/Barlow-BoldItalic-webfont.woff);
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "fontello";
  src: url("../Fonts/Fontello.woff2") format("woff2"), url("../Fonts/Fontello.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
*, *::before, *::after {
  box-sizing: border-box;
}

:focus:not(:focus-visible) {
  outline: none;
}

html {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1.4;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
@media (max-width: 380px) {
  html {
    font-size: 20px;
  }
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  min-width: 320px;
  overflow-x: hidden;
  color: #585858;
  background-color: #fff;
  background-position: top center;
  background-size: 100% 50vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: barlow, sans-serif;
}

a {
  text-underline-position: under;
  text-decoration-thickness: 8%;
}

label,
button,
select,
summary,
[type=radio],
[type=submit],
[type=checkbox] {
  cursor: pointer;
}

h1 {
  font-size: 4.125em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1400px) {
  h1 {
    font-size: 3.75em;
  }
}
@media (max-width: 960px) {
  h1 {
    font-size: 3.5em;
  }
}
@media (max-width: 720px) {
  h1 {
    font-size: 2.25em;
  }
}

h2 {
  font-size: 2.75em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1400px) {
  h2 {
    font-size: 2.5em;
  }
}
@media (max-width: 960px) {
  h2 {
    font-size: 2.25em;
  }
}
@media (max-width: 720px) {
  h2 {
    font-size: 1.75em;
  }
}

h3 {
  font-size: 1.875em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1400px) {
  h3 {
    font-size: 1.67em;
  }
}
@media (max-width: 960px) {
  h3 {
    font-size: 1.55em;
  }
}
@media (max-width: 720px) {
  h3 {
    font-size: 1.4em;
  }
}

h4,
h3.faq-header {
  font-size: 1.333em;
  font-weight: 700;
  text-align: left;
  text-transform: none;
  margin: 0;
}
@media (max-width: 1400px) {
  h4,
  h3.faq-header {
    font-size: 1.25em;
  }
}
@media (max-width: 960px) {
  h4,
  h3.faq-header {
    font-size: 1.1em;
  }
}
@media (max-width: 720px) {
  h4,
  h3.faq-header {
    font-size: 1.05em;
  }
}

p {
  font-size: 1em;
  margin: 0 0 0.833em 0;
  hyphens: auto;
}

.text-left,
.text-start {
  text-align: start;
}

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

.text-right,
.text-end {
  text-align: end;
}

.text-justify {
  text-align: justify;
}

.size--big {
  font-size: 1.333em;
}
.size--small {
  font-size: 0.8333em;
}

a {
  text-decoration: none;
}
@media (prefers-reduced-motion: no-preference) {
  a {
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
  }
}
a.button {
  display: inline-block;
  border: 1px solid;
  padding: 0.425em 0.833em;
  text-decoration: none !important;
}
a.button::after {
  content: "\e802";
  font-family: fontello;
  margin-left: 0.667em;
}

.page__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  font-weight: 700;
  line-height: 1.25;
}

.topnav {
  background-color: #B9CB00;
  font-size: 0.75rem;
}
@media (prefers-reduced-motion: no-preference) {
  .topnav {
    transition-property: font-size;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
  }
}
.scrolled .topnav {
  font-size: 0.667rem;
}
.topnav__center {
  width: 92vw;
  min-width: 13.8rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-end;
}
.topnav__menus {
  width: 39rem;
  display: flex;
  justify-content: space-between;
  gap: 1em;
}
@media (max-width: 1024px) {
  .topnav {
    display: none;
  }
}

.fastcontact {
  color: #005126;
  list-style: none;
  list-style-position: inside;
  padding-left: 0;
  margin: 0;
  display: flex;
  gap: 1.667rem;
}
.fastcontact li {
  margin: 0;
  padding: 0;
}
.fastcontact a {
  color: #005126;
  text-decoration: none;
  display: inline-block;
  padding: 0.45em 0;
}
@media (prefers-reduced-motion: no-preference) {
  .fastcontact a {
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
  }
}
.scrolled .fastcontact a {
  padding: 0.25em 0;
}
.fastcontact a svg {
  height: auto;
  width: auto;
  max-height: 1em;
  max-width: 1em;
  margin-right: 0.25em;
  vertical-align: -0.1em;
}
@media (prefers-reduced-motion: no-preference) {
  .fastcontact a svg {
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
  }
}
.fastcontact a svg g {
  fill: #005126;
}
@media (prefers-reduced-motion: no-preference) {
  .fastcontact a svg g {
    transition-property: fill;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
  }
}
.fastcontact a:hover, .fastcontact a:focus {
  color: #D8FF00;
}
.fastcontact a:hover svg, .fastcontact a:focus svg {
  transform: rotate(-15deg);
}
.fastcontact a:hover svg g, .fastcontact a:focus svg g {
  fill: #D8FF00;
}

.metamenu {
  color: #005126;
  list-style: none;
  list-style-position: inside;
  padding-left: 0;
  margin: 0;
  font-weight: 500;
  display: flex;
  gap: 1.25rem;
}
.metamenu__sub {
  display: none;
  z-index: 110;
  position: absolute;
  left: 0;
  min-width: 10rem;
  max-width: 50vw;
  background-color: #B9CB00;
  background-clip: padding-box;
  color: #005126;
  padding: 1em 1em 0.55em 1em;
  border-top: 0.5em solid transparent;
  line-height: 1.4;
}
.metamenu__header {
  font-size: 0.833rem;
  font-weight: 700;
  color: #005126;
  margin-bottom: 0.375em;
}
.metamenu a {
  color: #005126;
  text-decoration: none;
  display: inline-block;
  padding: 0.45em 0;
}
@media (prefers-reduced-motion: no-preference) {
  .metamenu a {
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
  }
}
.scrolled .metamenu a {
  padding: 0.25em 0;
}
.metamenu a svg {
  height: auto;
  width: auto;
  max-height: 1em;
  max-width: 1em;
  margin-right: 0.25em;
  vertical-align: -0.1em;
}
@media (prefers-reduced-motion: no-preference) {
  .metamenu a svg {
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
  }
}
.metamenu a svg g {
  fill: #005126;
}
@media (prefers-reduced-motion: no-preference) {
  .metamenu a svg g {
    transition-property: fill;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
  }
}
.metamenu a:hover, .metamenu a:focus {
  color: #fff;
}
.metamenu a:hover svg, .metamenu a:focus svg {
  transform: rotate(90deg);
}
.metamenu a:hover svg g, .metamenu a:focus svg g {
  fill: #fff;
}
.metamenu button {
  display: inline-block;
  appearance: none;
  border: none;
  background-color: transparent;
  color: #005126;
  font-size: inherit;
  font-weight: 500;
  font-family: inherit;
  line-height: inherit;
  padding: 0.45em 0;
}
@media (prefers-reduced-motion: no-preference) {
  .metamenu button {
    transition-property: padding;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
  }
}
.scrolled .metamenu button {
  padding: 0.25em 0;
}
.metamenu button:hover, .metamenu button:focus {
  color: #fff;
}
.metamenu__level1--item {
  margin: 0;
  padding: 0;
}
.metamenu__level1--item:last-child > .metamenu__sub {
  right: 0;
  left: unset;
}
.metamenu__level1--hassub {
  position: relative;
}
.metamenu__level1--hassub:hover > .metamenu__sub, .metamenu__level1--hassub:focus > .metamenu__sub {
  display: block;
}
.metamenu__level2 {
  list-style: none;
  list-style-position: inside;
  padding-left: 0;
  font-size: 0.583rem;
  font-weight: 500;
  color: #005126;
}
.metamenu__level2--item {
  margin: 0;
  padding: 0;
}
.metamenu__level2 a {
  color: #005126;
}
.metamenu__level2 a:hover, .metamenu__level2 a:focus {
  color: #fff;
}
.scrolled .metamenu__level2 a {
  padding: 0.45em 0;
}

.mainnav {
  background-color: #fff;
  background-clip: padding-box;
  color: #005126;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 0.917rem;
  font-weight: 700;
  padding: 1.45rem 0 1.05rem 0;
}
@media (prefers-reduced-motion: no-preference) {
  .mainnav {
    transition-property: "padding";
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
  }
}
.scrolled .mainnav {
  padding: 0.25rem 0 0.25rem 0;
}
@media (max-width: 1024px) {
  .mainnav {
    padding: 0.25rem 0 0.25rem 0;
  }
}
.mainnav__center {
  width: 92vw;
  min-width: 13.8rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.mainnav__logo {
  display: block;
  height: 2.1rem;
  width: auto;
}
@media (prefers-reduced-motion: no-preference) {
  .mainnav__logo {
    transition-property: "height";
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
  }
}
.scrolled .mainnav__logo {
  height: 1.1rem;
}
@media (max-width: 1024px) {
  .mainnav__logo {
    height: 1.1rem;
  }
}
.mainnav__toggle {
  display: none;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  appearance: none;
  margin: 0;
  border: 0;
  padding: 0;
  width: 1.1rem;
  height: 1.1rem;
}
.mainnav__toggle .line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10%;
  background-color: #005126;
  transform-origin: center;
}
@media (prefers-reduced-motion: no-preference) {
  .mainnav__toggle .line {
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
  }
}
.mainnav__toggle .line:nth-child(1) {
  top: 5%;
}
.mainnav__toggle .line:nth-child(2) {
  top: 45%;
}
.mainnav__toggle .line:nth-child(3) {
  top: 85%;
}
.mainnav__mobile--visible .mainnav__toggle .line:nth-child(1) {
  transform: translateY(0.45rem) rotate(-45deg);
}
.mainnav__mobile--visible .mainnav__toggle .line:nth-child(2) {
  opacity: 0;
}
.mainnav__mobile--visible .mainnav__toggle .line:nth-child(3) {
  transform: translateY(-0.45rem) rotate(45deg);
}
@media (max-width: 1024px) {
  .mainnav__toggle {
    display: block;
  }
}

@media (min-width: 1024px) {
  .mainmenu__wrap {
    width: 39rem;
  }
}
@media (max-width: 1024px) {
  .mainmenu__wrap {
    position: absolute;
    top: 1.6rem;
    right: 0;
    width: 12rem;
    max-width: 100vw;
    max-height: calc(100vh - 1.6rem);
    overflow-y: auto;
    margin: 0 -15rem 0 0;
    background-color: #fff;
    border: 2px solid #005126;
  }
}
@media (max-width: 1024px) and (prefers-reduced-motion: no-preference) {
  .mainmenu__wrap {
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
  }
}
@media (max-width: 1024px) {
  .mainnav__mobile--visible .mainmenu__wrap {
    margin-right: 0;
  }
}
.mainmenu__sub {
  display: none;
  background-color: #B9CB00;
  background-clip: padding-box;
  color: #fff;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .mainmenu__sub {
    position: absolute;
    left: 0;
    min-width: 10rem;
    max-width: 50vw;
    border-top: 0.5em solid transparent;
    padding: 1em 0.5rem 0.55em 0.5rem;
  }
  .mainmenu__sub a {
    padding: 0.5em;
  }
  .scrolled .mainmenu__sub a {
    padding: 0.5em;
  }
}
@media (max-width: 1024px) {
  .mainmenu__sub--visible {
    display: block;
    width: 100%;
    padding: 0.5em 0.5rem 0.55em 0.5rem;
  }
}
.mainmenu__header {
  font-size: 0.8333rem;
  font-weight: 700;
  color: #005126;
  margin-bottom: 0.45em;
}
@media (min-width: 1024px) {
  .mainmenu__header {
    padding: 0 0.5rem;
  }
}
.mainmenu a {
  color: #005126;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .mainmenu a {
    display: inline-block;
    padding: 0.5em 0;
  }
}
@media (max-width: 1024px) {
  .mainmenu a {
    display: block;
    padding: 0.25em 0.5em;
  }
  .mainmenu a:hover, .mainmenu a:focus {
    background-color: #B9CB00;
  }
}
@media (min-width: 1024px) {
  .mainmenu .mainmenu__sub a {
    padding: 0.5em 0.5rem;
  }
  .scrolled .mainmenu .mainmenu__sub a {
    padding: 0.5em 0.5rem;
  }
}
.mainmenu button {
  display: none;
  appearance: none;
  border: none;
  background: none;
  font: inherit;
  color: #005126;
}
.mainmenu button.doktype__default {
  width: 2em;
  height: 1.75em;
  background-image: url(../Images/Down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.25em 1.25em;
}
.mainmenu button.doktype__default[aria-expanded=true] {
  background-image: url(../Images/Up.svg);
}
@media (min-width: 1024px) {
  .mainmenu button.doktype__area {
    display: inline-block;
  }
  .mainmenu button {
    padding: 0.5em 0;
  }
}
@media (max-width: 1024px) {
  .mainmenu button {
    display: block;
  }
  .mainmenu button.doktype__area {
    width: 100%;
    background-image: url(../Images/Down.svg);
    background-position: right 0.4em center;
    background-repeat: no-repeat;
    background-size: 1.25em 1.25em;
  }
  .mainmenu button.doktype__area[aria-expanded=true] {
    background-image: url(../Images/Up.svg);
  }
  .mainmenu button {
    padding: 0.25em 0.5em;
    text-align: left;
  }
  .mainmenu button:hover, .mainmenu button:focus {
    background-color: #B9CB00;
  }
}
.mainmenu button.doktype__area {
  cursor: pointer;
}
.mainmenu__level1 {
  list-style: none;
  list-style-position: inside;
  padding-left: 0;
}
.mainmenu__level1--item {
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .mainmenu__level1--item > a, .mainmenu__level1--item > button {
    padding: 0.1em 0.5em;
    border-width: 0.4em 0;
    border-color: #fff;
    border-style: solid;
    transform: skewX(-15deg);
  }
}
@media (min-width: 1024px) and (prefers-reduced-motion: no-preference) {
  .mainmenu__level1--item > a, .mainmenu__level1--item > button {
    transition-property: border-width;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
  }
}
@media (min-width: 1024px) {
  .scrolled .mainmenu__level1--item > a, .scrolled .mainmenu__level1--item > button {
    border-width: 0.1em 0 0 0;
  }
  .mainmenu__level1--item > a:hover, .mainmenu__level1--item > a:focus, .mainmenu__level1--item > button:hover, .mainmenu__level1--item > button:focus {
    background-color: #B9CB00;
    color: #005126;
  }
  .mainmenu__level1--item > a span, .mainmenu__level1--item > button span {
    display: inline-block;
    transform: skewX(15deg);
  }
}
@media (min-width: 1024px) {
  .mainmenu__level1 {
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) and (prefers-reduced-motion: no-preference) {
  .mainmenu__level1 {
    transition-property: margin;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
  }
}
@media (min-width: 1024px) {
  .mainmenu__level1--item:last-child > .mainmenu__sub {
    right: 0;
    left: unset;
  }
  .mainmenu__level1--hassub {
    position: relative;
  }
  .mainmenu__level1--hassub:hover > .mainmenu__sub, .mainmenu__level1--hassub:focus-within > .mainmenu__sub {
    display: block;
  }
}
@media (max-width: 1024px) {
  .mainmenu__level1 {
    display: block;
  }
  .mainmenu__level1--hassub {
    display: flex;
    justify-content: stretch;
    flex-wrap: wrap;
  }
  .mainmenu__level1--hassub > a {
    width: calc(100% - 2em);
  }
}
.mainmenu__level2 {
  list-style: none;
  list-style-position: inside;
  padding-left: 0;
  font-size: 0.75rem;
  font-weight: 400;
  color: #fff;
}
.mainmenu__level2--item {
  margin: 0;
  padding: 0;
}
.mainmenu__level2 a {
  display: block;
  color: #005126;
  font-weight: 500;
}
.mainmenu__level2 a:hover, .mainmenu__level2 a:focus {
  color: #005126;
  background-color: #fff;
}
.mainmenu__mobile {
  display: none;
}
@media (max-width: 1024px) {
  .mainmenu__mobile {
    display: block;
  }
}

.mobilemenu {
  background-color: #B9CB00;
  color: #fff;
}
.mobilemenu a, .mobilemenu button.doktype__area {
  color: #005126;
}
.mobilemenu a:hover, .mobilemenu a:focus, .mobilemenu button.doktype__area:hover, .mobilemenu button.doktype__area:focus {
  color: #fff;
}
.mobilemenu .mainmenu__mobile--fastcontact {
  color: #005126;
}
.mobilemenu .mainmenu__mobile--fastcontact a {
  color: #005126;
}
.mobilemenu .mainmenu__mobile--fastcontact a:hover, .mobilemenu .mainmenu__mobile--fastcontact a:focus {
  color: #fff;
}
.mobilemenu__sub {
  display: none;
  background-color: #005126;
}
.mobilemenu__sub.mainmenu__sub--visible {
  display: block;
}
.mobilemenu__header {
  font-size: 0.8333em;
  font-weight: 700;
  margin-bottom: 0.45em;
}
.mobilemenu__level1 {
  list-style: none;
  list-style-position: inside;
  padding-left: 0;
}
.mobilemenu__level1:last-child {
  margin-bottom: 0;
}
.mobilemenu__level1--item {
  margin: 0;
  padding: 0;
}
.mobilemenu__level2 {
  list-style: none;
  list-style-position: inside;
  padding-left: 0;
  font-size: 0.75em;
  font-weight: 400;
}
.mobilemenu__level2--item {
  margin: 0;
  padding: 0;
}
.mobilemenu__level2 a {
  color: #fff;
}
.mobilemenu__level2 a:hover, .mobilemenu__level2 a:focus {
  color: #005126;
}

.banner__background img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.banner__content {
  color: #fff;
  font-size: 0.8em;
}
.banner__content h1 {
  text-align: start;
}
.banner__content p {
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 1.25em;
}
.banner__bottomwrap {
  position: relative;
  margin-top: -1.9em;
}
.banner__bottom {
  width: 92vw;
  min-width: 13.8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 59rem;
}
@media (min-width: 1024px) {
  .banner {
    position: relative;
  }
  .banner__background {
    position: relative;
    overflow: clip;
    height: 43vw;
    max-height: calc(100vh - 6.25rem);
    display: flex;
    align-items: flex-start;
  }
  .page__level--0 .banner__background {
    height: 50vw;
  }
  .banner__background img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner__flag {
    position: relative;
    align-self: center;
    background-color: rgba(185, 203, 0, 0.9);
    transform: skewX(-15deg);
    transform-origin: top left;
    padding: 2rem 1rem 2rem 15vw;
    max-height: 100%;
    overflow-y: clip;
    width: auto;
    max-width: 66vw;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .banner__flag {
    max-width: 55vw;
  }
}
@media (min-width: 1024px) and (min-width: 1600px) {
  .banner__flag {
    max-width: 44vw;
  }
}
@media (min-width: 1024px) {
  .banner__content {
    transform: skewX(15deg);
    transform-origin: bottom right;
    position: relative;
    height: 100%;
    overflow-y: clip;
  }
  .page__level--0 .banner__bottomwrap {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .banner__background {
    display: block;
    overflow: unset;
    height: auto;
    max-height: unset;
  }
  .banner__background img {
    position: initial;
    width: 100%;
    height: 48vw;
    max-height: calc(100vh - 6.25rem);
  }
  .banner__background:has(.banner__flag) + .banner__bottomwrap {
    border-top: 5px solid #fff;
  }
  .banner__flag {
    background-color: #B9CB00;
    overflow: unset;
    transform: unset;
    padding: 0;
    max-height: unset;
    max-width: unset;
  }
  .banner__content {
    width: 92vw;
    min-width: 13.8rem;
    margin-left: auto;
    margin-right: auto;
    padding: 2em 0;
    transform: unset;
  }
  .banner__bottomwrap {
    position: relative;
    margin-top: 0;
  }
  .banner__bottom {
    width: auto;
    max-width: unset;
    margin: 0;
  }
}

.rootline {
  width: 92vw;
  min-width: 13.8rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 0.5rem;
  font-weight: 700;
  color: #005126;
}
.rootline menu {
  list-style: none;
  list-style-position: inside;
  padding-left: 0;
  display: flex;
  gap: 0.5em;
  justify-content: flex-start;
}
.rootline li {
  margin: 0;
  padding: 0;
}
.rootline li:not(:is(:first-child)):before {
  display: inline;
  content: ">";
  padding-right: 0.5em;
}
.rootline a {
  color: #005126;
  text-decoration: none;
}
.rootline a:hover, .rootline a:focus {
  color: #B9CB00;
}

main {
  position: relative;
  margin-top: 6.25rem;
}
@media (prefers-reduced-motion: no-preference) {
  main {
    transition-property: margin-top;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
  }
}
.scrolled main {
  margin-top: 3.6rem;
}
@media (max-width: 1024px) {
  main {
    margin-top: 1.6rem;
  }
  .scrolled main {
    margin-top: 1.6rem;
  }
}
main .main__spacer {
  padding: 1.25rem 0;
}
main > .frame:not(:is(.frame-type-rww-1col,
.frame-type-rww-2col,
.frame-type-rww-3col,
.frame-type-rww-4col,
.frame-type-rww-1col-rich,
.frame-type-rww-2col-rich,
.frame-type-rww-3col-rich,
.frame-type-rww-4col-rich,
.frame-type-shortcut,
.frame-type-rwwtariff_calculator)),
main > .frame-type-shortcut > .frame:not(:is(.frame-type-rww-1col,
.frame-type-rww-2col,
.frame-type-rww-3col,
.frame-type-rww-4col,
.frame-type-rww-1col-rich,
.frame-type-rww-2col-rich,
.frame-type-rww-3col-rich,
.frame-type-rww-4col-rich,
.frame-type-shortcut,
.frame-type-rwwtariff_calculator)) {
  width: 92vw;
  min-width: 13.8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 59rem;
}
main > .frame:not(:is(.frame-type-rww-1col,
.frame-type-rww-2col,
.frame-type-rww-3col,
.frame-type-rww-4col,
.frame-type-rww-1col-rich,
.frame-type-rww-2col-rich,
.frame-type-rww-3col-rich,
.frame-type-rww-4col-rich,
.frame-type-shortcut,
.frame-type-rwwtariff_calculator)).frame-medium,
main > .frame-type-shortcut > .frame:not(:is(.frame-type-rww-1col,
.frame-type-rww-2col,
.frame-type-rww-3col,
.frame-type-rww-4col,
.frame-type-rww-1col-rich,
.frame-type-rww-2col-rich,
.frame-type-rww-3col-rich,
.frame-type-rww-4col-rich,
.frame-type-shortcut,
.frame-type-rwwtariff_calculator)).frame-medium {
  max-width: 44.25rem;
}
main > .frame:not(:is(.frame-type-rww-1col,
.frame-type-rww-2col,
.frame-type-rww-3col,
.frame-type-rww-4col,
.frame-type-rww-1col-rich,
.frame-type-rww-2col-rich,
.frame-type-rww-3col-rich,
.frame-type-rww-4col-rich,
.frame-type-shortcut,
.frame-type-rwwtariff_calculator)).frame-small,
main > .frame-type-shortcut > .frame:not(:is(.frame-type-rww-1col,
.frame-type-rww-2col,
.frame-type-rww-3col,
.frame-type-rww-4col,
.frame-type-rww-1col-rich,
.frame-type-rww-2col-rich,
.frame-type-rww-3col-rich,
.frame-type-rww-4col-rich,
.frame-type-shortcut,
.frame-type-rwwtariff_calculator)).frame-small {
  max-width: 29.5rem;
}

.page__footer a {
  text-decoration: none !important;
}

.footer__main {
  padding: 4.167rem 0;
}
.footer__main a {
  color: #005126;
}
.footer__main a:hover, .footer__main a:focus {
  color: #fff;
}
.footer__main--grid {
  width: 92vw;
  min-width: 13.8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 59rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.833rem;
  row-gap: 4.167rem;
}
@media (max-width: 1024px) {
  .footer__main--grid {
    grid-template-columns: 1fr;
  }
}
.footer__main--logo {
  grid-column: 1/3;
}
@media (max-width: 1024px) {
  .footer__main--logo {
    grid-column: 1/2;
  }
}
.footer__main--logo img {
  display: block;
  height: 2.9rem;
  width: auto;
}
.footer__main--contact > :first-child,
.footer__main--contact > :first-child > :first-child,
.footer__main--contact > :first-child > :first-child > :first-child,
.footer__main--contact > :first-child > :first-child > :first-child > :first-child,
.footer__main--contact > :first-child > :first-child > :first-child > :first-child > :first-child {
  margin-top: 0;
}
.footer__main--contact > :last-child,
.footer__main--contact > :last-child > :last-child,
.footer__main--contact > :last-child > :last-child > :last-child,
.footer__main--contact > :last-child > :last-child > :last-child > :last-child,
.footer__main--contact > :last-child > :last-child > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}
.footer__main--button {
  margin: 1.5rem 0;
}
.footermenu__level1 {
  list-style: none;
  list-style-position: inside;
  padding-left: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1rem;
  row-gap: 3rem;
}
@media (max-width: 640px) {
  .footermenu__level1 {
    grid-template-columns: 1fr;
  }
}
.footermenu__level1--item {
  margin: 0;
  padding: 0;
}
.footermenu__level1--item:last-child {
  margin-bottom: 0;
}
.footermenu__level2 {
  list-style: none;
  list-style-position: inside;
  padding-left: 0;
  margin: 1.25rem 0 0 0;
}
.footermenu__level2--item {
  margin: 0;
  padding: 0;
  margin-bottom: 1.125rem;
}
.footermenu__level2--item:last-child {
  margin-bottom: 0;
}
.footermenu .doktype__area {
  font-size: 1.25rem;
  font-weight: 700;
}
.footermeta {
  padding: 1.5rem 0;
}
.footermeta a {
  color: #fff;
}
.footermeta a:hover, .footermeta a:focus {
  color: #D8FF00;
}
.footermeta--wrap {
  width: 92vw;
  min-width: 13.8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 59rem;
  font-size: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2em;
}
.footermeta__menu {
  list-style: none;
  list-style-position: inside;
  padding-left: 0;
  margin: 0;
  display: flex;
  gap: 2em;
}
.footermeta__menu--item {
  margin: 0;
  padding: 0;
}
.footermeta__buttons {
  list-style: none;
  list-style-position: inside;
  padding-left: 0;
  margin: 0;
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  font-size: 0.9rem;
}
.footermeta__buttons--items {
  margin: 0;
  padding: 0;
}

.widget {
  position: fixed;
  z-index: 90;
}
.widget__totop {
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.4s, opacity 0.35s ease-in-out;
}
.scrolled .widget__totop {
  opacity: 1;
  visibility: visible;
}
.widget__totop {
  justify-content: center;
  align-items: center;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 1.7rem;
  height: 1.7rem;
  background-color: #B9CB00;
  color: #005126;
}
.widget__totop:hover, .widget__totop:focus {
  background-color: #005126;
  color: #D8FF00;
}
.widget__totop {
  transform: skewX(-15deg);
}
.widget__totop span {
  display: inline-block;
  transform: skewX(15deg);
}
.widget__totop span::before {
  content: "\e803";
  font-family: fontello;
  font-weight: 700;
}
.widget__flyout {
  right: -1rem;
  top: 40%;
  transform: translateY(-50%);
}
.widget__flyout menu {
  list-style: none;
  list-style-position: inside;
  padding-left: 0;
}
.widget__flyout li {
  margin: 0;
  padding: 0;
}

.flyout__button {
  all: unset;
  font: barlow, sans-serif;
  font-size: 0.4167rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  padding: 0.8em 3.5em 0.8em 1.5em;
  transform: skewX(-15deg);
  color: #005126;
  cursor: pointer;
}
.flyout__button span {
  display: inline-block;
  vertical-align: middle;
  transform: skewX(15deg);
  height: 2.5em;
}
@media (max-width: 800px) {
  .flyout__button span.flyout__text {
    display: none;
  }
}
.flyout__button--question {
  background-color: #D8FF00;
}
.flyout__button--question .flyout__icon {
  background-image: url("../Images/QuestionMark.svg");
}
.flyout__button--info {
  background-color: #FBEB4F;
}
.flyout__button--info .flyout__icon {
  background-image: url("../Images/Info.svg");
}
.flyout__text {
  min-width: 4.25em;
  margin: 0 0.5em;
}
.flyout__icon {
  width: 2.5em;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.flyout__box {
  display: block;
  position: fixed;
  right: -16rem;
}
@media (prefers-reduced-motion: no-preference) {
  .flyout__box {
    transition-property: right;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
  }
}
.flyout__box {
  top: 40%;
  transform: translateY(-40%);
  width: 16rem;
  max-width: 95vw;
  max-height: 90vh;
  z-index: 120;
  overflow: auto;
  font-size: 0.6667rem;
  padding: 1.5em;
  box-sizing: border-box;
  color: #005126;
  background-color: #fff;
}
.flyout__box.visible {
  right: 0;
}
.flyout__box a {
  text-decoration: underline;
}
.flyout__box form .form-group {
  margin-bottom: 0.5rem;
}
.flyout__box form .form-group .error {
  color: red;
  font-weight: 700;
}
.flyout__box form input {
  background-color: #fff;
}
.flyout__box form textarea {
  background-color: #fff;
  height: 6em;
}
.flyout__box form .actions {
  text-align: left;
}
.flyout__close {
  all: unset;
  display: block;
  position: absolute;
  top: 0.6667em;
  right: 0.6667em;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  background: url("../Images/Close.svg") no-repeat center center;
  background-size: contain;
}

.frame__header,
.frame h1, .frame h2, .frame h3, .frame h4 {
  color: #005126;
}
.frame__subheader {
  color: #B9CB00;
}
.frame a {
  color: #005126;
  text-decoration: underline;
  text-decoration-thickness: 8%;
}
.frame a:hover, .frame a:focus {
  text-decoration-color: #B9CB00;
}
.frame h1 a, .frame h2 a, .frame h3 a, .frame h4 a {
  text-decoration: none;
}
.frame a.button {
  background-color: #005126;
  color: #D8FF00;
  border-color: #005126;
}
.frame a.button:hover, .frame a.button:focus {
  background-color: #fff;
  color: #005126;
  border-color: #005126;
}

.color__foreground--black,
.color .color__foreground--black {
  color: #000;
}
.color__foreground--black .frame__header, .color__foreground--black .frame__subheader,
.color__foreground--black .frame h1, .color__foreground--black .frame h2, .color__foreground--black .frame h3, .color__foreground--black .frame h4,
.color .color__foreground--black .frame__header,
.color .color__foreground--black .frame__subheader,
.color .color__foreground--black .frame h1,
.color .color__foreground--black .frame h2,
.color .color__foreground--black .frame h3,
.color .color__foreground--black .frame h4 {
  color: #000;
}
.color__foreground--black .ce-div,
.color .color__foreground--black .ce-div {
  border-color: #000;
}
.color__foreground--black a,
.color .color__foreground--black a {
  color: #000;
  text-decoration: underline;
}
.color__foreground--black a:hover, .color__foreground--black a:focus,
.color .color__foreground--black a:hover,
.color .color__foreground--black a:focus {
  text-decoration-color: #005126;
}
.color__foreground--black h1 a, .color__foreground--black h2 a, .color__foreground--black h3 a, .color__foreground--black h4 a,
.color .color__foreground--black h1 a,
.color .color__foreground--black h2 a,
.color .color__foreground--black h3 a,
.color .color__foreground--black h4 a {
  text-decoration: none;
}
.color__foreground--black ul li,
.color .color__foreground--black ul li {
  color: #000;
}
.color__foreground--black ul li::before,
.color .color__foreground--black ul li::before {
  color: #000;
}
.color__foreground--grey,
.color .color__foreground--grey {
  color: #585858;
}
.color__foreground--grey .frame__header, .color__foreground--grey .frame__subheader,
.color__foreground--grey .frame h1, .color__foreground--grey .frame h2, .color__foreground--grey .frame h3, .color__foreground--grey .frame h4,
.color .color__foreground--grey .frame__header,
.color .color__foreground--grey .frame__subheader,
.color .color__foreground--grey .frame h1,
.color .color__foreground--grey .frame h2,
.color .color__foreground--grey .frame h3,
.color .color__foreground--grey .frame h4 {
  color: #585858;
}
.color__foreground--grey .ce-div,
.color .color__foreground--grey .ce-div {
  border-color: #585858;
}
.color__foreground--grey a,
.color .color__foreground--grey a {
  color: #585858;
  text-decoration: underline;
}
.color__foreground--grey a:hover, .color__foreground--grey a:focus,
.color .color__foreground--grey a:hover,
.color .color__foreground--grey a:focus {
  text-decoration-color: #B9CB00;
}
.color__foreground--grey h1 a, .color__foreground--grey h2 a, .color__foreground--grey h3 a, .color__foreground--grey h4 a,
.color .color__foreground--grey h1 a,
.color .color__foreground--grey h2 a,
.color .color__foreground--grey h3 a,
.color .color__foreground--grey h4 a {
  text-decoration: none;
}
.color__foreground--grey ul li,
.color .color__foreground--grey ul li {
  color: #585858;
}
.color__foreground--grey ul li::before,
.color .color__foreground--grey ul li::before {
  color: #585858;
}
.color__foreground--white,
.color .color__foreground--white {
  color: #fff;
}
.color__foreground--white .frame__header, .color__foreground--white .frame__subheader,
.color__foreground--white .frame h1, .color__foreground--white .frame h2, .color__foreground--white .frame h3, .color__foreground--white .frame h4,
.color .color__foreground--white .frame__header,
.color .color__foreground--white .frame__subheader,
.color .color__foreground--white .frame h1,
.color .color__foreground--white .frame h2,
.color .color__foreground--white .frame h3,
.color .color__foreground--white .frame h4 {
  color: #fff;
}
.color__foreground--white .ce-div,
.color .color__foreground--white .ce-div {
  border-color: #fff;
}
.color__foreground--white a,
.color .color__foreground--white a {
  color: #fff;
  text-decoration: underline;
}
.color__foreground--white a:hover, .color__foreground--white a:focus,
.color .color__foreground--white a:hover,
.color .color__foreground--white a:focus {
  text-decoration-color: #D8FF00;
}
.color__foreground--white h1 a, .color__foreground--white h2 a, .color__foreground--white h3 a, .color__foreground--white h4 a,
.color .color__foreground--white h1 a,
.color .color__foreground--white h2 a,
.color .color__foreground--white h3 a,
.color .color__foreground--white h4 a {
  text-decoration: none;
}
.color__foreground--white ul li,
.color .color__foreground--white ul li {
  color: #fff;
}
.color__foreground--white ul li::before,
.color .color__foreground--white ul li::before {
  color: #fff;
}
.color__foreground--darkgreen,
.color .color__foreground--darkgreen {
  color: #005126;
}
.color__foreground--darkgreen .frame__header, .color__foreground--darkgreen .frame__subheader,
.color__foreground--darkgreen .frame h1, .color__foreground--darkgreen .frame h2, .color__foreground--darkgreen .frame h3, .color__foreground--darkgreen .frame h4,
.color .color__foreground--darkgreen .frame__header,
.color .color__foreground--darkgreen .frame__subheader,
.color .color__foreground--darkgreen .frame h1,
.color .color__foreground--darkgreen .frame h2,
.color .color__foreground--darkgreen .frame h3,
.color .color__foreground--darkgreen .frame h4 {
  color: #005126;
}
.color__foreground--darkgreen .ce-div,
.color .color__foreground--darkgreen .ce-div {
  border-color: #005126;
}
.color__foreground--darkgreen a,
.color .color__foreground--darkgreen a {
  color: #005126;
  text-decoration: underline;
}
.color__foreground--darkgreen a:hover, .color__foreground--darkgreen a:focus,
.color .color__foreground--darkgreen a:hover,
.color .color__foreground--darkgreen a:focus {
  text-decoration-color: #000;
}
.color__foreground--darkgreen h1 a, .color__foreground--darkgreen h2 a, .color__foreground--darkgreen h3 a, .color__foreground--darkgreen h4 a,
.color .color__foreground--darkgreen h1 a,
.color .color__foreground--darkgreen h2 a,
.color .color__foreground--darkgreen h3 a,
.color .color__foreground--darkgreen h4 a {
  text-decoration: none;
}
.color__foreground--darkgreen ul li,
.color .color__foreground--darkgreen ul li {
  color: #005126;
}
.color__foreground--darkgreen ul li::before,
.color .color__foreground--darkgreen ul li::before {
  color: #005126;
}
.color__foreground--green,
.color .color__foreground--green {
  color: #B9CB00;
}
.color__foreground--green .frame__header, .color__foreground--green .frame__subheader,
.color__foreground--green .frame h1, .color__foreground--green .frame h2, .color__foreground--green .frame h3, .color__foreground--green .frame h4,
.color .color__foreground--green .frame__header,
.color .color__foreground--green .frame__subheader,
.color .color__foreground--green .frame h1,
.color .color__foreground--green .frame h2,
.color .color__foreground--green .frame h3,
.color .color__foreground--green .frame h4 {
  color: #B9CB00;
}
.color__foreground--green .ce-div,
.color .color__foreground--green .ce-div {
  border-color: #B9CB00;
}
.color__foreground--green a,
.color .color__foreground--green a {
  color: #B9CB00;
  text-decoration: underline;
}
.color__foreground--green a:hover, .color__foreground--green a:focus,
.color .color__foreground--green a:hover,
.color .color__foreground--green a:focus {
  text-decoration-color: #005126;
}
.color__foreground--green h1 a, .color__foreground--green h2 a, .color__foreground--green h3 a, .color__foreground--green h4 a,
.color .color__foreground--green h1 a,
.color .color__foreground--green h2 a,
.color .color__foreground--green h3 a,
.color .color__foreground--green h4 a {
  text-decoration: none;
}
.color__foreground--green ul li,
.color .color__foreground--green ul li {
  color: #B9CB00;
}
.color__foreground--green ul li::before,
.color .color__foreground--green ul li::before {
  color: #B9CB00;
}
.color__foreground--lightgreen,
.color .color__foreground--lightgreen {
  color: #D8FF00;
}
.color__foreground--lightgreen .frame__header, .color__foreground--lightgreen .frame__subheader,
.color__foreground--lightgreen .frame h1, .color__foreground--lightgreen .frame h2, .color__foreground--lightgreen .frame h3, .color__foreground--lightgreen .frame h4,
.color .color__foreground--lightgreen .frame__header,
.color .color__foreground--lightgreen .frame__subheader,
.color .color__foreground--lightgreen .frame h1,
.color .color__foreground--lightgreen .frame h2,
.color .color__foreground--lightgreen .frame h3,
.color .color__foreground--lightgreen .frame h4 {
  color: #D8FF00;
}
.color__foreground--lightgreen .ce-div,
.color .color__foreground--lightgreen .ce-div {
  border-color: #D8FF00;
}
.color__foreground--lightgreen a,
.color .color__foreground--lightgreen a {
  color: #D8FF00;
  text-decoration: underline;
}
.color__foreground--lightgreen a:hover, .color__foreground--lightgreen a:focus,
.color .color__foreground--lightgreen a:hover,
.color .color__foreground--lightgreen a:focus {
  text-decoration-color: #fff;
}
.color__foreground--lightgreen h1 a, .color__foreground--lightgreen h2 a, .color__foreground--lightgreen h3 a, .color__foreground--lightgreen h4 a,
.color .color__foreground--lightgreen h1 a,
.color .color__foreground--lightgreen h2 a,
.color .color__foreground--lightgreen h3 a,
.color .color__foreground--lightgreen h4 a {
  text-decoration: none;
}
.color__foreground--lightgreen ul li,
.color .color__foreground--lightgreen ul li {
  color: #D8FF00;
}
.color__foreground--lightgreen ul li::before,
.color .color__foreground--lightgreen ul li::before {
  color: #D8FF00;
}
.color__foreground--yellow,
.color .color__foreground--yellow {
  color: #FBEB4F;
}
.color__foreground--yellow .frame__header, .color__foreground--yellow .frame__subheader,
.color__foreground--yellow .frame h1, .color__foreground--yellow .frame h2, .color__foreground--yellow .frame h3, .color__foreground--yellow .frame h4,
.color .color__foreground--yellow .frame__header,
.color .color__foreground--yellow .frame__subheader,
.color .color__foreground--yellow .frame h1,
.color .color__foreground--yellow .frame h2,
.color .color__foreground--yellow .frame h3,
.color .color__foreground--yellow .frame h4 {
  color: #FBEB4F;
}
.color__foreground--yellow .ce-div,
.color .color__foreground--yellow .ce-div {
  border-color: #FBEB4F;
}
.color__foreground--yellow a,
.color .color__foreground--yellow a {
  color: #FBEB4F;
  text-decoration: underline;
}
.color__foreground--yellow a:hover, .color__foreground--yellow a:focus,
.color .color__foreground--yellow a:hover,
.color .color__foreground--yellow a:focus {
  text-decoration-color: #fff;
}
.color__foreground--yellow h1 a, .color__foreground--yellow h2 a, .color__foreground--yellow h3 a, .color__foreground--yellow h4 a,
.color .color__foreground--yellow h1 a,
.color .color__foreground--yellow h2 a,
.color .color__foreground--yellow h3 a,
.color .color__foreground--yellow h4 a {
  text-decoration: none;
}
.color__foreground--yellow ul li,
.color .color__foreground--yellow ul li {
  color: #FBEB4F;
}
.color__foreground--yellow ul li::before,
.color .color__foreground--yellow ul li::before {
  color: #FBEB4F;
}
.color__background--black,
.color .color__background--black {
  background-color: #000;
}
.color__background--black a.button,
.color .color__background--black a.button {
  background-color: #D8FF00;
  color: #005126;
  border-color: #D8FF00;
}
.color__background--black a.button:hover, .color__background--black a.button:focus,
.color .color__background--black a.button:hover,
.color .color__background--black a.button:focus {
  background-color: #005126;
  color: #D8FF00;
  border-color: #D8FF00;
}
.color__background--grey,
.color .color__background--grey {
  background-color: #585858;
}
.color__background--grey a.button,
.color .color__background--grey a.button {
  background-color: #005126;
  color: #D8FF00;
  border-color: #005126;
}
.color__background--grey a.button:hover, .color__background--grey a.button:focus,
.color .color__background--grey a.button:hover,
.color .color__background--grey a.button:focus {
  background-color: #fff;
  color: #005126;
  border-color: #005126;
}
.color__background--white,
.color .color__background--white {
  background-color: #fff;
}
.color__background--white a.button,
.color .color__background--white a.button {
  background-color: #005126;
  color: #D8FF00;
  border-color: #005126;
}
.color__background--white a.button:hover, .color__background--white a.button:focus,
.color .color__background--white a.button:hover,
.color .color__background--white a.button:focus {
  background-color: #fff;
  color: #005126;
  border-color: #005126;
}
.color__background--darkgreen,
.color .color__background--darkgreen {
  background-color: #005126;
}
.color__background--darkgreen a.button,
.color .color__background--darkgreen a.button {
  background-color: #D8FF00;
  color: #005126;
  border-color: #D8FF00;
}
.color__background--darkgreen a.button:hover, .color__background--darkgreen a.button:focus,
.color .color__background--darkgreen a.button:hover,
.color .color__background--darkgreen a.button:focus {
  background-color: #005126;
  color: #D8FF00;
  border-color: #D8FF00;
}
.color__background--green,
.color .color__background--green {
  background-color: #B9CB00;
}
.color__background--green a.button,
.color .color__background--green a.button {
  background-color: #005126;
  color: #D8FF00;
  border-color: #005126;
}
.color__background--green a.button:hover, .color__background--green a.button:focus,
.color .color__background--green a.button:hover,
.color .color__background--green a.button:focus {
  background-color: #fff;
  color: #005126;
  border-color: #005126;
}
.color__background--lightgreen,
.color .color__background--lightgreen {
  background-color: #D8FF00;
}
.color__background--lightgreen a.button,
.color .color__background--lightgreen a.button {
  background-color: #005126;
  color: #D8FF00;
  border-color: #005126;
}
.color__background--lightgreen a.button:hover, .color__background--lightgreen a.button:focus,
.color .color__background--lightgreen a.button:hover,
.color .color__background--lightgreen a.button:focus {
  background-color: #fff;
  color: #005126;
  border-color: #005126;
}
.color__background--yellow,
.color .color__background--yellow {
  background-color: #FBEB4F;
}
.color__background--yellow a.button,
.color .color__background--yellow a.button {
  background-color: #005126;
  color: #D8FF00;
  border-color: #005126;
}
.color__background--yellow a.button:hover, .color__background--yellow a.button:focus,
.color .color__background--yellow a.button:hover,
.color .color__background--yellow a.button:focus {
  background-color: #fff;
  color: #005126;
  border-color: #005126;
}
.color__background--transparent,
.color .color__background--transparent {
  background-color: transparent;
}

.container {
  position: relative;
  padding: 0;
}
.frame-type-rww-1col-rich .container, .frame-type-rww-2col-rich .container, .frame-type-rww-3col-rich .container, .frame-type-rww-4col-rich .container {
  padding: 4rem 0;
}
.container__background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.container__header {
  width: 92vw;
  min-width: 13.8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 59rem;
}
.frame-medium .container__header {
  max-width: 44.25rem;
}
.frame-small .container__header {
  max-width: 29.5rem;
}
.container__header {
  position: relative;
}
.container__header:not(:is(.color__background--transparent)) .frame:not(:is(.frame-type-image)) {
  width: calc(100% - 4rem);
  margin-left: auto;
  margin-right: auto;
}
.container__header:not(:is(.color__background--transparent)) .frame:not(:is(.frame-type-image)):first-child {
  margin-top: 1.417rem;
}
.container__header:not(:is(.color__background--transparent)) .frame:not(:is(.frame-type-image)):last-child {
  margin-bottom: 1.417rem;
}
.container__header {
  z-index: 2;
  margin-bottom: 3.5rem;
}
.container__columns {
  width: 92vw;
  min-width: 13.8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 59rem;
}
.frame-medium .container__columns {
  max-width: 44.25rem;
}
.frame-small .container__columns {
  max-width: 29.5rem;
}
.container__columns {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1.5rem;
}
.container__columns--1column {
  grid-template-columns: 1fr;
}
.container__columns--2column {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 800px) {
  .container__columns--2column {
    grid-template-columns: 1fr;
  }
}
.container__columns--3column {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 960px) {
  .container__columns--3column {
    grid-template-columns: 1fr;
  }
}
.container__columns--4column {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1200px) {
  .container__columns--4column {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  .container__columns--4column {
    grid-template-columns: 1fr;
  }
}
.container__columns--column {
  position: relative;
}
.container__columns--column:not(:is(.color__background--transparent)) .frame:not(:is(.frame-type-image)) {
  width: calc(100% - 4rem);
  margin-left: auto;
  margin-right: auto;
}
.container__columns--column:not(:is(.color__background--transparent)) .frame:not(:is(.frame-type-image)):first-child {
  margin-top: 1.417rem;
}
.container__columns--column:not(:is(.color__background--transparent)) .frame:not(:is(.frame-type-image)):last-child {
  margin-bottom: 1.417rem;
}
.container__columns--column {
  hyphens: auto;
}
.container__columns--column h1, .container__columns--column h2, .container__columns--column h3, .container__columns--column h4,
.container__columns--column .frame__subheader {
  hyphens: none;
}
.container__footer {
  width: 92vw;
  min-width: 13.8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 59rem;
}
.frame-medium .container__footer {
  max-width: 44.25rem;
}
.frame-small .container__footer {
  max-width: 29.5rem;
}
.container__footer {
  position: relative;
}
.container__footer:not(:is(.color__background--transparent)) .frame:not(:is(.frame-type-image)) {
  width: calc(100% - 4rem);
  margin-left: auto;
  margin-right: auto;
}
.container__footer:not(:is(.color__background--transparent)) .frame:not(:is(.frame-type-image)):first-child {
  margin-top: 1.417rem;
}
.container__footer:not(:is(.color__background--transparent)) .frame:not(:is(.frame-type-image)):last-child {
  margin-bottom: 1.417rem;
}
.container__footer {
  z-index: 2;
  margin-top: 3.5rem;
}

.contentwrap {
  width: 92vw;
  min-width: 13.8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 59rem;
}

.accordion__toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.25em;
  height: 1.25em;
  appearance: none;
  border: none;
  outline: none;
  background-color: #B9CB00;
  color: #005126;
  font-size: 1em;
  transform: skewX(-15deg);
  justify-content: center;
  align-items: center;
}
@media (prefers-reduced-motion: no-preference) {
  .accordion__toggle {
    transition-property: color;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
  }
}
.accordion__toggle::after {
  display: inline-block;
  content: "\e800";
  font-family: fontello;
  font-size: 0.75em;
  font-weight: 700;
  transform: skewX(15deg);
}
@media (prefers-reduced-motion: no-preference) {
  .accordion__toggle::after {
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
  }
}
.accordion__toggle[aria-expanded=true]::after {
  transform: skewX(15deg) rotate(180deg);
}
.accordion__toggle--visible {
  display: flex;
}
.accordion__content {
  overflow: hidden;
}
@media (prefers-reduced-motion: no-preference) {
  .accordion__content {
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
  }
}
.accordion__content {
  border-bottom: 1px solid #B9CB00;
}

.frame-layout-1 .frame__header {
  position: relative;
  padding-right: 2.5em;
  cursor: pointer;
}

.paginator {
  list-style: none;
  list-style-position: inside;
  padding-left: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
}
.paginator__item {
  margin: 0;
  padding: 0;
  line-height: 1.1;
}
.paginator__item a {
  display: inline-block;
  border: 1px solid;
  padding: 0.425em 0.833em;
  text-decoration: none !important;
  color: #D8FF00;
  background-color: #005126;
}
.paginator__item a:hover, .paginator__item a:focus {
  color: #005126;
  background-color: #D8FF00;
}
.paginator__item--current span {
  display: inline-block;
  border: 1px solid;
  padding: 0.425em 0.833em;
  color: #005126;
  background-color: #B9CB00;
}
.paginator__item--previous a {
  padding: 0.425em 0.6667em;
}
.paginator__item--previous a::after {
  content: "\e801";
  font-family: fontello;
  font-size: 0.96em;
}
.paginator__item--next a {
  padding: 0.425em 0.6667em;
}
.paginator__item--next a::after {
  content: "\e802";
  font-family: fontello;
  font-size: 0.96em;
}
.paginator__item--ellipse {
  padding: 0.425em 0;
}

.ce-align-left {
  text-align: left;
}
.ce-align-center {
  text-align: center;
}
.ce-align-right {
  text-align: right;
}

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: hidden;
}

/* Uploads */
.ce-uploads {
  margin: 0;
  padding: 0;
}
.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0;
}
.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top;
}
.ce-uploads span {
  display: block;
}

/* Table */
.ce-table {
  width: 100%;
  max-width: 100%;
}
.ce-table th,
.ce-table td {
  padding: 0.5em 0.75em;
  vertical-align: top;
  border-top: 1px solid #dadada;
}
.ce-table thead th {
  border-bottom: 2px solid #dadada;
}
.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.ce-table-bordered th, .ce-table-bordered td {
  border: 1px solid #dadada;
}

.ce-headline-left, .ce-headline-start {
  text-align: left;
}
.ce-headline-center {
  text-align: center;
}
.ce-headline-right, .ce-headline-end {
  text-align: right;
}
.ce-headline-justify {
  text-align: justify;
}

.ce-bodytext > :first-child,
.ce-bodytext > :first-child > :first-child,
.ce-bodytext > :first-child > :first-child > :first-child,
.ce-bodytext > :first-child > :first-child > :first-child > :first-child,
.ce-bodytext > :first-child > :first-child > :first-child > :first-child > :first-child {
  margin-top: 0;
}
.ce-bodytext > :last-child,
.ce-bodytext > :last-child > :last-child,
.ce-bodytext > :last-child > :last-child > :last-child,
.ce-bodytext > :last-child > :last-child > :last-child > :last-child,
.ce-bodytext > :last-child > :last-child > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}
.ce-bodytext {
  hyphens: auto;
}
.ce-bodytext h1, .ce-bodytext h2, .ce-bodytext h3, .ce-bodytext h4, .ce-bodytext h5, .ce-bodytext h6 {
  hyphens: none;
}

.ce-verticalalign {
  display: flex;
}
.ce-verticalalign-top {
  align-items: start;
}
.ce-verticalalign-middle {
  align-items: center;
}
.ce-verticalalign-bottom {
  align-items: end;
}
.ce-verticalalign > * {
  width: 100%;
}

.ce-div {
  margin: 0 auto;
  text-align: center;
  border: 1px solid #005126;
  width: 8rem;
  max-width: 50%;
}

.frame__header:last-child {
  margin-bottom: 0 !important;
}
.frame__header--level1 {
  margin-bottom: 1.416rem;
}
.frame__header--level2 {
  margin-bottom: 2.1rem;
}
.frame__header--level3 {
  margin-bottom: 0.8rem;
}
.frame__header--level4, .frame__header--level10 {
  margin-bottom: 0.8333rem;
}
.frame__subheader--level1 {
  font-size: 2.75em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .frame__subheader--level1 {
    font-size: 2.25em;
  }
}
@media (max-width: 720px) {
  .frame__subheader--level1 {
    font-size: 1.75em;
  }
}
.frame__subheader--level2 {
  font-size: 1.875em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .frame__subheader--level2 {
    font-size: 1.55em;
  }
}
@media (max-width: 720px) {
  .frame__subheader--level2 {
    font-size: 1.4em;
  }
}
.frame__subheader--level3 {
  font-size: 1.333em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .frame__subheader--level3 {
    font-size: 1.1em;
  }
}
@media (max-width: 720px) {
  .frame__subheader--level3 {
    font-size: 1.05em;
  }
}
.frame__subheader--level4, .frame__subheader--level10 {
  font-size: 1em;
  font-weight: 700;
  text-align: left;
}
.frame-space-before-extra-small {
  margin-top: 1em;
}
.frame-space-before-small {
  margin-top: 2em;
}
.frame-space-before-medium {
  margin-top: 4em;
}
.frame-space-before-large {
  margin-top: 8em;
}
.frame-space-before-extra-large {
  margin-top: 12em;
}
.frame-space-after-extra-small {
  margin-bottom: 1em;
}
.frame-space-after-small {
  margin-bottom: 2em;
}
.frame-space-after-medium {
  margin-bottom: 4em;
}
.frame-space-after-large {
  margin-bottom: 8em;
}
.frame-space-after-extra-large {
  margin-bottom: 12em;
}
.frame-type-text h2:not(:is(.frame__header > h2)), .frame-type-textmedia h2:not(:is(.frame__header > h2)), .frame-type-rwwtariff_calculator h2:not(:is(.frame__header > h2)) {
  margin-bottom: 2.1rem;
}
.frame-type-text h3:not(:is(.frame__header > h3)), .frame-type-textmedia h3:not(:is(.frame__header > h3)), .frame-type-rwwtariff_calculator h3:not(:is(.frame__header > h3)) {
  margin-bottom: 0.8rem;
}
.frame-type-text h4:not(:is(.frame__header > h4)), .frame-type-textmedia h4:not(:is(.frame__header > h4)), .frame-type-rwwtariff_calculator h4:not(:is(.frame__header > h4)) {
  margin-bottom: 0.8333rem;
}
.frame-type-text ul:not(:is(.ce-uploads)), .frame-type-textmedia ul:not(:is(.ce-uploads)), .frame-type-rwwtariff_calculator ul:not(:is(.ce-uploads)) {
  list-style-type: none;
  padding-left: 1.5em;
}
.frame-type-text ul:not(:is(.ce-uploads)) li, .frame-type-textmedia ul:not(:is(.ce-uploads)) li, .frame-type-rwwtariff_calculator ul:not(:is(.ce-uploads)) li {
  margin-bottom: 0.5em;
  color: #005126;
  font-weight: 700;
}
.frame-type-text ul:not(:is(.ce-uploads)) li::before, .frame-type-textmedia ul:not(:is(.ce-uploads)) li::before, .frame-type-rwwtariff_calculator ul:not(:is(.ce-uploads)) li::before {
  display: inline-block;
  width: 1em;
  margin-right: 0.5em;
  margin-left: -1.5em;
  content: "\f0a9";
  font-family: fontello;
  color: #005126;
}
.frame-type-text ol li, .frame-type-textmedia ol li, .frame-type-rwwtariff_calculator ol li {
  margin-bottom: 0.5em;
}

.frame-type-image figure {
  margin: 0;
  padding: 0;
}
.frame-type-image img {
  display: block;
  width: 100%;
  height: auto;
}
.frame-type-image figcaption {
  margin-top: 0.4525em;
  font-size: 0.833em;
  font-weight: 700;
  text-align: center;
}

.ce-gallery {
  display: grid;
  gap: 2em;
}
.ce-gallery[data-ce-columns="1"] {
  grid-template-columns: 1fr;
}
.ce-gallery[data-ce-columns="2"] {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 800px) {
  .ce-gallery[data-ce-columns="2"] {
    grid-template-columns: 1fr;
  }
}
.ce-gallery[data-ce-columns="3"] {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 800px) {
  .ce-gallery[data-ce-columns="3"] {
    grid-template-columns: 1fr;
  }
}
.ce-gallery[data-ce-columns="4"] {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 960px) {
  .ce-gallery[data-ce-columns="4"] {
    grid-template-columns: 2fr;
  }
}
@media (max-width: 720px) {
  .ce-gallery[data-ce-columns="4"] {
    grid-template-columns: 1fr;
  }
}
.ce-gallery[data-ce-columns="5"] {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 960px) {
  .ce-gallery[data-ce-columns="5"] {
    grid-template-columns: 2fr;
  }
}
@media (max-width: 720px) {
  .ce-gallery[data-ce-columns="5"] {
    grid-template-columns: 1fr;
  }
}
.ce-gallery[data-ce-columns="6"] {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 960px) {
  .ce-gallery[data-ce-columns="6"] {
    grid-template-columns: 3fr;
  }
}
@media (max-width: 720px) {
  .ce-gallery[data-ce-columns="6"] {
    grid-template-columns: 2fr;
  }
}
@media (max-width: 560px) {
  .ce-gallery[data-ce-columns="6"] {
    grid-template-columns: 1fr;
  }
}
.ce-gallery[data-ce-columns="7"] {
  grid-template-columns: repeat(7, 1fr);
}
@media (max-width: 960px) {
  .ce-gallery[data-ce-columns="7"] {
    grid-template-columns: 4fr;
  }
}
@media (max-width: 720px) {
  .ce-gallery[data-ce-columns="7"] {
    grid-template-columns: 2fr;
  }
}
@media (max-width: 560px) {
  .ce-gallery[data-ce-columns="7"] {
    grid-template-columns: 1fr;
  }
}
.ce-gallery[data-ce-columns="8"] {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 960px) {
  .ce-gallery[data-ce-columns="8"] {
    grid-template-columns: 4fr;
  }
}
@media (max-width: 720px) {
  .ce-gallery[data-ce-columns="8"] {
    grid-template-columns: 2fr;
  }
}
@media (max-width: 560px) {
  .ce-gallery[data-ce-columns="8"] {
    grid-template-columns: 1fr;
  }
}
.ce-gallery figure {
  margin: 0;
  padding: 0;
}
.ce-gallery figure.audio audio {
  max-width: 100%;
  margin: 0 auto;
}
.ce-gallery figure.image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.ce-gallery figure.video .video-embed {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.ce-gallery figure.video .video-embed > iframe,
.ce-gallery figure.video .video-embed > video {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ce-gallery figure figcaption {
  margin-top: 0.4525em;
  font-size: 0.833rem;
  font-weight: 700;
  text-align: center;
}

.ce-textpic {
  display: grid;
  gap: 2em 5em;
}
.ce-textpic-top > * {
  margin: 0;
}
.ce-textpic-bottom > * {
  margin: 0;
}
.ce-textpic-left {
  grid-template-columns: 50% 1fr;
}
@media (max-width: 1024px) {
  .ce-textpic-left {
    grid-template-columns: 33.3% 1fr;
  }
}
@media (max-width: 800px) {
  .ce-textpic-left {
    grid-template-columns: 1fr;
  }
  .ce-textpic-left .ce-bodytext {
    grid-row: 1;
  }
  .ce-textpic-left .ce-gallery {
    grid-row: 2;
  }
}
.ce-textpic-right {
  grid-template-columns: 1fr 50%;
}
@media (max-width: 1024px) {
  .ce-textpic-right {
    grid-template-columns: 1fr 33.3%;
  }
}
@media (max-width: 800px) {
  .ce-textpic-right {
    grid-template-columns: 1fr;
  }
  .ce-textpic-right .ce-bodytext {
    grid-row: 1;
  }
  .ce-textpic-right .ce-gallery {
    grid-row: 2;
  }
}

.ce-uploads img {
  padding-right: 0;
  margin-right: 1em;
}
.ce-uploads img.file--icon {
  width: 3em;
  height: auto;
}
.ce-uploads img.file--preview {
  width: 4em;
  height: auto;
  border: 1px solid #005126;
}
@media (prefers-reduced-motion: no-preference) {
  .ce-uploads img.file--preview {
    transition-property: "border-color";
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
  }
}
.ce-uploads a:hover img.file--preview, .ce-uploads a:focus img.file--preview {
  border-color: #B9CB00;
}

.frame-type-rww_map .map__background line {
  stroke: #e3ea99;
  stroke-miterlimit: 10;
}
.frame-type-rww_map .map__river path {
  stroke: #B9CB00;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 6px;
  fill: none;
}
.frame-type-rww_map .map__river text {
  font-size: 15px;
  font-family: Barlow-Bold, Barlow;
  font-weight: 700;
  letter-spacing: 0;
  fill: #B9CB00;
}
.frame-type-rww_map .map__lake path {
  fill: #B9CB00;
  stroke-width: 0;
}
.frame-type-rww_map .map__lake text {
  font-size: 12px;
  font-family: Barlow-Bold, Barlow;
  font-weight: 700;
  letter-spacing: 0;
  fill: #B9CB00;
}
.frame-type-rww_map .map__logo path {
  stroke-width: 0;
}
.frame-type-rww_map .map__logo--white {
  fill: #fff;
}
.frame-type-rww_map .map__logo--green {
  fill: #B9CB00;
}
.frame-type-rww_map .map__logo--dark {
  fill: #005126;
}
.frame-type-rww_map .map__location {
  stroke: #005126;
  fill: #005126;
  stroke-width: 0;
}
.frame-type-rww_map .map__location circle {
  r: 13.3px;
}
@media (prefers-reduced-motion: no-preference) {
  .frame-type-rww_map .map__location circle {
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
  }
}
.frame-type-rww_map .map__location text {
  font-size: 16px;
  font-family: Barlow-Bold, Barlow;
  font-weight: 700;
  letter-spacing: 0;
}
.frame-type-rww_map .map__location--disabled {
  opacity: 0.3;
}
.frame-type-rww_map .map__location--disabled circle {
  r: 8.3px;
}
.frame-type-rww_map .map__location--disabled text {
  font-size: 11px;
}
.frame-type-rww_map .map__location--highlighted {
  stroke: #ff7600;
  fill: #ff7600;
}
.frame-type-rww_map .map__location--highlighted circle {
  r: 14.6px;
}
.frame-type-rww_map .map a {
  text-decoration: none;
}
@media (prefers-reduced-motion: no-preference) {
  .frame-type-rww_map .map a .map__location--enabled {
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
  }
}
.frame-type-rww_map .map a:hover .map__location--enabled {
  stroke: #ff7600;
  fill: #ff7600;
}
.frame-type-rww_map .map a:hover .map__location--enabled circle {
  r: 14.6px;
}
.frame-type-rww_map .rwwmap__wrap {
  margin: 0;
  width: 100%;
}
.frame-type-rww_map .rwwmap__wrap svg {
  width: 100%;
  height: auto;
}
.frame-type-rww_map .rwwmap__list {
  margin-top: 2rem;
}
.frame-type-rww_map .rwwmap__list h4 {
  margin-bottom: 2rem;
}
.frame-type-rww_map .rwwmap__list ul {
  list-style: none;
  list-style-position: inside;
  padding-left: 0;
  width: 75%;
  margin: 0 auto;
  column-count: 3;
  column-gap: 1em;
}
@media (max-width: 800px) {
  .frame-type-rww_map .rwwmap__list ul {
    column-count: 2;
  }
}
@media (max-width: 640px) {
  .frame-type-rww_map .rwwmap__list ul {
    column-count: 1;
  }
}
.frame-type-rww_map .rwwmap__list li {
  margin: 0;
  padding: 0;
  color: #005126;
  font-weight: bold;
  margin-bottom: 1em;
}
.frame-type-rww_map .rwwmap__list li .marker {
  display: inline-block;
  color: #fff;
}
@media (prefers-reduced-motion: no-preference) {
  .frame-type-rww_map .rwwmap__list li .marker {
    transition-property: color;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
  }
}
.frame-type-rww_map .rwwmap__list li .marker {
  background-color: #B9CB00;
  transform: skewX(-15deg);
  text-align: center;
  padding: 0 0.25em;
  margin-right: 1em;
}
.frame-type-rww_map .rwwmap__list li .marker::before {
  display: inline-block;
  content: "\e802";
  font-family: fontello;
  transform: skewX(15deg);
}
.frame-type-rww_map .rwwmap__list li a {
  text-decoration: none;
}
.frame-type-rww_map .rwwmap__list li a:hover .marker {
  color: #005126;
}

input[type=email], input[type=password], input[type=tel], input[type=text], input[type=url], input[type=number], input[type=date], input[type=file], input[type=search] {
  appearance: none;
  outline: none;
  border: 2px solid #f3fada;
  border-radius: 3px;
  background-color: #f3fada;
  font-size: 1em;
  font-family: barlow, sans-serif;
  font-weight: 500;
  width: 100%;
  padding: 0.5em;
}
input[type=email]:focus-visible, input[type=password]:focus-visible, input[type=tel]:focus-visible, input[type=text]:focus-visible, input[type=url]:focus-visible, input[type=number]:focus-visible, input[type=date]:focus-visible, input[type=file]:focus-visible, input[type=search]:focus-visible {
  border-color: #005126;
}
input[type=email]:disabled, input[type=password]:disabled, input[type=tel]:disabled, input[type=text]:disabled, input[type=url]:disabled, input[type=number]:disabled, input[type=date]:disabled, input[type=file]:disabled, input[type=search]:disabled {
  background-color: #dadada;
  border-color: #dadada;
  cursor: not-allowed;
}

select {
  appearance: none;
  outline: none;
  border: 2px solid #f3fada;
  border-radius: 3px;
  background-color: #f3fada;
  font-size: 1em;
  font-family: barlow, sans-serif;
  font-weight: 500;
  width: 100%;
  padding: 0.5em;
  background-image: url("../Images/Down.svg");
  background-size: 1em 1em;
  background-repeat: no-repeat;
  background-position: right 0.5em center;
}
select:focus-visible {
  border-color: #005126;
}
select[multiple] {
  background-image: none;
}

textarea {
  appearance: none;
  outline: none;
  border: 2px solid #f3fada;
  border-radius: 3px;
  background-color: #f3fada;
  font-size: 1em;
  font-family: barlow, sans-serif;
  font-weight: 500;
  width: 100%;
  height: 10em;
  max-height: 80vh;
  padding: 0.5em;
  resize: vertical;
}
textarea:focus-visible {
  border-color: #005126;
}

::placeholder {
  font-size: 1em;
  font-family: barlow, sans-serif;
  font-weight: 500;
  color: #005126;
  opacity: 0.8;
}

form button {
  appearance: none;
  font-size: 1em;
  font-family: barlow, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 117%;
  outline: none;
  display: inline-block;
  border: 1px solid #005126;
  padding: 0.425em 0.833em;
  color: #D8FF00;
  background-color: #005126;
}
@media (prefers-reduced-motion: no-preference) {
  form button {
    transition-property: "color, background-color";
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
  }
}
form button::after {
  content: "\e802";
  font-family: fontello;
  margin-left: 0.667em;
}
form button:hover, form button:focus {
  color: #005126;
  background-color: #D8FF00;
}
form .form-group {
  margin-bottom: 1.25rem;
}
form .form-group label {
  font-family: barlow, sans-serif;
  font-weight: 500;
  margin-bottom: 0.5em;
  display: none;
}
form .form-group label.form-group-label, form .form-group label.form-check-label {
  display: block;
}
form .form-group .error {
  margin-top: 0.25rem;
  color: #005126;
}
form fieldset.form-group {
  padding: 1rem 0.625em;
}
form fieldset.form-group > .form-group:last-child {
  margin-bottom: 0;
}
form .form-check-label {
  position: relative;
  padding-left: 1.5em;
}
form .form-check-label span {
  font-size: 0.8em;
  vertical-align: top;
}
form .form-check-label span span {
  font-size: 1em;
  vertical-align: initial;
}
form .form-check-label span input {
  font-size: 1.25em;
}
form input[type=checkbox],
form input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  appearance: none;
}
form .checkmark {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 1em;
  height: 1em;
  font-size: 1em;
  border: 2px solid #005126;
  background-color: #fff;
}
form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0.35em;
  top: 0.1em;
  width: 0.25em;
  height: 0.5em;
  border: solid #fff;
  border-width: 0 0.15em 0.15em 0;
  transform: rotate(45deg);
}
form .form-check-label:hover .checkmark,
form input:focus ~ .checkmark {
  background-color: #f3fada;
}
form input:checked ~ .checkmark {
  background-color: #005126 !important;
}
form input:checked ~ .checkmark:after {
  display: block;
}
form .radiomark {
  display: block;
  position: absolute;
  top: 3px;
  left: 2px;
  width: 1.1em;
  height: 1.1em;
  outline: 2px solid #005126;
  border: 5px solid #fff;
  border-radius: 0.5em;
  background-color: rgba(0, 81, 38, 0.4);
}
form .form-check-label:hover .radiomark,
form input:focus ~ .radiomark {
  background-color: #f3fada;
}
form input:checked ~ .radiomark {
  background-color: #005126 !important;
}
form .form-text {
  margin-top: 0.5em;
}
form .form-static {
  margin-bottom: 2rem;
}
form .form-static > *:last-child {
  margin-bottom: 0;
}
form .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 1024px) {
  form .row {
    grid-template-columns: 1fr;
  }
}
form .row {
  margin-bottom: 2rem;
}
form .row .form-group {
  margin-bottom: 0;
}
form .actions {
  text-align: right;
}

.frame-type-rwwtariff_calculator .calculator__wrap,
.frame-type-rwwtariff_form .calculator__wrap {
  color: #005126;
  background-color: rgba(185, 203, 0, 0.5);
  position: relative;
  z-index: 5;
  transform: skewX(-15deg);
}
main .frame-type-rwwtariff_calculator .calculator__wrap,
main .frame-type-rwwtariff_form .calculator__wrap {
  width: 92vw;
  min-width: 13.8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 59rem;
}
.frame-type-rwwtariff_calculator .calculator__wrap a:hover,
.frame-type-rwwtariff_calculator .calculator__wrap a:focus,
.frame-type-rwwtariff_form .calculator__wrap a:hover,
.frame-type-rwwtariff_form .calculator__wrap a:focus {
  color: #fff;
}
.frame-type-rwwtariff_calculator .calculator__wrap .errors,
.frame-type-rwwtariff_form .calculator__wrap .errors {
  color: #a00;
  text-align: start;
  font-size: 0.6667em;
  padding: 0.25em 0;
}
.frame-type-rwwtariff_calculator .calculator__product,
.frame-type-rwwtariff_form .calculator__product {
  background-color: #B9CB00;
  border: 0;
  margin: 0;
  padding: 0;
}
.frame-type-rwwtariff_calculator .calculator__product--select,
.frame-type-rwwtariff_form .calculator__product--select {
  background-color: transparent;
}
.frame-type-rwwtariff_calculator .calculator__product--select .calculator__select,
.frame-type-rwwtariff_form .calculator__product--select .calculator__select {
  display: flex;
  justify-content: flex-start;
}
.frame-type-rwwtariff_calculator .calculator__product--select .calculator__select label,
.frame-type-rwwtariff_form .calculator__product--select .calculator__select label {
  display: block;
  padding: 0.25em 1em;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .frame-type-rwwtariff_calculator .calculator__product--select .calculator__select label,
  .frame-type-rwwtariff_form .calculator__product--select .calculator__select label {
    color: #005126;
  }
}
.frame-type-rwwtariff_calculator .calculator__product--select .calculator__select label:hover, .frame-type-rwwtariff_calculator .calculator__product--select .calculator__select label:focus,
.frame-type-rwwtariff_form .calculator__product--select .calculator__select label:hover,
.frame-type-rwwtariff_form .calculator__product--select .calculator__select label:focus {
  background-color: #B9CB00;
}
.frame-type-rwwtariff_calculator .calculator__product--select .calculator__select label:has(input:checked),
.frame-type-rwwtariff_form .calculator__product--select .calculator__select label:has(input:checked) {
  background-color: #B9CB00;
  color: #005126;
}
.frame-type-rwwtariff_calculator .calculator__product--select .calculator__select input,
.frame-type-rwwtariff_form .calculator__product--select .calculator__select input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  appearance: none;
}
.frame-type-rwwtariff_calculator .calculator__product--select .calculator__select span,
.frame-type-rwwtariff_form .calculator__product--select .calculator__select span {
  display: inline-block;
  transform: skewX(15deg);
}
.frame-type-rwwtariff_calculator .calculator__product--select + .calculator__datawrap,
.frame-type-rwwtariff_form .calculator__product--select + .calculator__datawrap {
  padding-top: 1em;
}
.frame-type-rwwtariff_calculator .calculator__product .errors,
.frame-type-rwwtariff_form .calculator__product .errors {
  padding: 0.38em 1.5em;
  background-color: #B9CB00;
}
.frame-type-rwwtariff_calculator .calculator__product .errors span,
.frame-type-rwwtariff_form .calculator__product .errors span {
  display: inline-block;
  transform: skewX(15deg);
}
.frame-type-rwwtariff_calculator .calculator__slogan,
.frame-type-rwwtariff_form .calculator__slogan {
  text-transform: uppercase;
  font-weight: 700;
  hyphens: auto;
  transform: skewX(15deg);
  padding: 0.5em 3em 0 1em;
}
.frame-type-rwwtariff_calculator .calculator__datawrap,
.frame-type-rwwtariff_form .calculator__datawrap {
  background-color: #B9CB00;
  padding: 0.5em 0 1em;
}
.frame-type-rwwtariff_calculator .calculator__data,
.frame-type-rwwtariff_form .calculator__data {
  border: 0;
  margin: 0;
  display: grid;
  column-gap: 1em;
  row-gap: 0.5em;
  transform: skewX(15deg);
  padding: 0 1.75em;
  grid-template-columns: 2fr 3fr 2fr;
}
.frame-type-rwwtariff_calculator .calculator__data label,
.frame-type-rwwtariff_form .calculator__data label {
  display: none;
}
.frame-type-rwwtariff_calculator .calculator__data--labels label,
.frame-type-rwwtariff_form .calculator__data--labels label {
  display: block;
  text-align: start;
  color: #fff;
  font-size: 0.6667em;
  margin-bottom: 0.1em;
}
.frame-type-rwwtariff_calculator .calculator__data--labels .calculator__field--button,
.frame-type-rwwtariff_form .calculator__data--labels .calculator__field--button {
  padding-top: 1em;
}
.frame-type-rwwtariff_calculator .calculator__field,
.frame-type-rwwtariff_form .calculator__field {
  text-align: center;
}
.frame-type-rwwtariff_calculator .calculator__field--text input,
.frame-type-rwwtariff_form .calculator__field--text input {
  width: 100%;
  padding: 0.425em;
}
.frame-type-rwwtariff_calculator .calculator__field--text input::placeholder,
.frame-type-rwwtariff_form .calculator__field--text input::placeholder {
  line-height: 100%;
}
.frame-type-rwwtariff_calculator .calculator__field--button button,
.frame-type-rwwtariff_form .calculator__field--button button {
  width: 100%;
}
.frame-type-rwwtariff_calculator .calculator__field--checkbox,
.frame-type-rwwtariff_form .calculator__field--checkbox {
  text-align: start;
  font-size: 0.6667em;
}
.frame-type-rwwtariff_calculator .calculator__field--checkbox .form-check-label:hover .checkmark,
.frame-type-rwwtariff_calculator .calculator__field--checkbox input:focus ~ .checkmark,
.frame-type-rwwtariff_form .calculator__field--checkbox .form-check-label:hover .checkmark,
.frame-type-rwwtariff_form .calculator__field--checkbox input:focus ~ .checkmark {
  background-color: #D8FF00;
}
.frame-type-rwwtariff_calculator .calculator__field--checkbox input:checked ~ .checkmark,
.frame-type-rwwtariff_form .calculator__field--checkbox input:checked ~ .checkmark {
  background-color: #005126;
}
.frame-type-rwwtariff_calculator .calculator__description,
.frame-type-rwwtariff_form .calculator__description {
  font-size: 0.66667em;
}
@media (max-width: 1024px) {
  .frame-type-rwwtariff_calculator .calculator__wrap,
  .frame-type-rwwtariff_form .calculator__wrap {
    transform: none;
  }
  main .frame-type-rwwtariff_calculator .calculator__wrap,
  main .frame-type-rwwtariff_form .calculator__wrap {
    width: auto;
    max-width: unset;
    margin: 0;
  }
  .frame-type-rwwtariff_calculator .calculator__product div,
  .frame-type-rwwtariff_form .calculator__product div {
    width: 92vw;
    min-width: 13.8rem;
    margin-left: auto;
    margin-right: auto;
  }
  .frame-type-rwwtariff_calculator .calculator__product--select .calculator__select span,
  .frame-type-rwwtariff_form .calculator__product--select .calculator__select span {
    transform: none;
  }
  .frame-type-rwwtariff_calculator .calculator__product .errors span,
  .frame-type-rwwtariff_form .calculator__product .errors span {
    transform: none;
  }
  .frame-type-rwwtariff_calculator .calculator__slogan,
  .frame-type-rwwtariff_form .calculator__slogan {
    padding-top: 0.5em;
    transform: none;
  }
  .frame-type-rwwtariff_calculator .calculator__data,
  .frame-type-rwwtariff_form .calculator__data {
    width: 92vw;
    min-width: 13.8rem;
    margin-left: auto;
    margin-right: auto;
    transform: none;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .frame-type-rwwtariff_calculator .calculator__data--labels .calculator__field--button,
  .frame-type-rwwtariff_form .calculator__data--labels .calculator__field--button {
    padding-top: 0;
  }
  .frame-type-rwwtariff_calculator .calculator__data #calculator__actions,
  .frame-type-rwwtariff_form .calculator__data #calculator__actions {
    grid-column: 2;
  }
}
@media (max-width: 1024px) and (max-width: 800px) {
  .frame-type-rwwtariff_calculator .calculator__data,
  .frame-type-rwwtariff_form .calculator__data {
    grid-template-columns: 1fr;
  }
  .frame-type-rwwtariff_calculator .calculator__data #calculator__actions,
  .frame-type-rwwtariff_form .calculator__data #calculator__actions {
    grid-column: initial;
  }
}

.frame-type-rwwtariff_calculator .results {
  width: 92vw;
  min-width: 13.8rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}
.frame-type-rwwtariff_calculator .results__none {
  max-width: 44.25rem;
  text-align: center;
}
.frame-type-rwwtariff_calculator .results__wrap {
  max-width: 59rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1024px) {
  .frame-type-rwwtariff_calculator .results__wrap {
    grid-template-columns: 1fr;
  }
}
.frame-type-rwwtariff_calculator .results__item header h3, .frame-type-rwwtariff_calculator .results__item header h4 {
  text-align: center;
}
.frame-type-rwwtariff_calculator .results__iteminner {
  position: relative;
  border: 1px solid #005126;
  border-radius: 3px;
  padding: 1rem;
}
.frame-type-rwwtariff_calculator .results__monthly {
  margin-top: 2em;
  text-align: center;
}
.frame-type-rwwtariff_calculator .results__number {
  font-size: 2.5em;
  font-weight: 700;
  color: #005126;
}
.frame-type-rwwtariff_calculator .results__costs {
  margin-top: 1em;
  text-align: center;
}
.frame-type-rwwtariff_calculator .results__costs table {
  margin: 0;
  border: none;
  border-spacing: 0;
  width: 100%;
}
.frame-type-rwwtariff_calculator .results__costs th {
  font-weight: 500;
  text-align: left;
  border-top: 1px solid #585858;
  padding: 0.5em 0.25em 0.5em 0;
}
.frame-type-rwwtariff_calculator .results__costs td {
  font-weight: 700;
  color: #005126;
  text-align: right;
  border-top: 1px solid #585858;
  padding: 0.5em 0 0.5em 0.25em;
}
.frame-type-rwwtariff_calculator .results__costssummary tr:first-child th, .frame-type-rwwtariff_calculator .results__costssummary tr:first-child td {
  border-top: none;
}
.frame-type-rwwtariff_calculator .results__info {
  margin-top: 1em;
  text-align: center;
}
.frame-type-rwwtariff_calculator .results__infoshort > :first-child,
.frame-type-rwwtariff_calculator .results__infoshort > :first-child > :first-child,
.frame-type-rwwtariff_calculator .results__infoshort > :first-child > :first-child > :first-child,
.frame-type-rwwtariff_calculator .results__infoshort > :first-child > :first-child > :first-child > :first-child,
.frame-type-rwwtariff_calculator .results__infoshort > :first-child > :first-child > :first-child > :first-child > :first-child, .frame-type-rwwtariff_calculator .results__infolong > :first-child,
.frame-type-rwwtariff_calculator .results__infolong > :first-child > :first-child,
.frame-type-rwwtariff_calculator .results__infolong > :first-child > :first-child > :first-child,
.frame-type-rwwtariff_calculator .results__infolong > :first-child > :first-child > :first-child > :first-child,
.frame-type-rwwtariff_calculator .results__infolong > :first-child > :first-child > :first-child > :first-child > :first-child {
  margin-top: 0;
}
.frame-type-rwwtariff_calculator .results__infoshort > :last-child,
.frame-type-rwwtariff_calculator .results__infoshort > :last-child > :last-child,
.frame-type-rwwtariff_calculator .results__infoshort > :last-child > :last-child > :last-child,
.frame-type-rwwtariff_calculator .results__infoshort > :last-child > :last-child > :last-child > :last-child,
.frame-type-rwwtariff_calculator .results__infoshort > :last-child > :last-child > :last-child > :last-child > :last-child, .frame-type-rwwtariff_calculator .results__infolong > :last-child,
.frame-type-rwwtariff_calculator .results__infolong > :last-child > :last-child,
.frame-type-rwwtariff_calculator .results__infolong > :last-child > :last-child > :last-child,
.frame-type-rwwtariff_calculator .results__infolong > :last-child > :last-child > :last-child > :last-child,
.frame-type-rwwtariff_calculator .results__infolong > :last-child > :last-child > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}
.frame-type-rwwtariff_calculator .results__infoshort, .frame-type-rwwtariff_calculator .results__infolong {
  text-align: left;
}
.frame-type-rwwtariff_calculator .results__infolong {
  margin-bottom: 1em;
}
.frame-type-rwwtariff_calculator .results__info a[href^="#"] {
  text-decoration: none;
}
@media (prefers-reduced-motion: no-preference) {
  .frame-type-rwwtariff_calculator .results__accordion {
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
  }
}
.frame-type-rwwtariff_calculator .results__accordion {
  overflow-y: hidden;
}
.frame-type-rwwtariff_calculator .results__popupwrap {
  position: relative;
}
.frame-type-rwwtariff_calculator .results__popup {
  display: none;
}
.frame-type-rwwtariff_calculator .results__popup.visible {
  display: block;
}
.frame-type-rwwtariff_calculator .results__popup {
  position: absolute;
  width: 50vw;
  max-width: 15rem;
  z-index: 100;
  font-size: 0.8rem;
  margin: 0 auto;
  padding: 0.5em;
  border-radius: 3px;
  background-color: #B9CB00;
  color: #005126;
  text-align: start;
  hyphens: auto;
}
.frame-type-rwwtariff_calculator .results__popup::before {
  display: block;
  content: "";
  border-bottom: 10px solid #B9CB00;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  width: 20px;
  position: absolute;
  top: -8px;
}
.frame-type-rwwtariff_calculator .results__popup--left {
  right: -2px;
}
.frame-type-rwwtariff_calculator .results__popup--left::before {
  right: 10px;
}
.frame-type-rwwtariff_calculator .results__popup--right {
  left: -10px;
}
.frame-type-rwwtariff_calculator .results__popup--right::before {
  left: 10px;
}
.frame-type-rwwtariff_calculator .results__button {
  display: none;
}
.frame-type-rwwtariff_calculator .results__button.visible {
  display: inline-block;
}
.frame-type-rwwtariff_calculator .results__button {
  appearance: none;
  background-color: transparent;
  margin: 0;
  border: none;
  padding: 0;
  outline: none;
}
.frame-type-rwwtariff_calculator .results__button--accordion {
  color: #585858;
  font-size: 0.6667em;
}
.frame-type-rwwtariff_calculator .results__button--accordion::before {
  display: inline;
  content: "Weniger ";
}
.frame-type-rwwtariff_calculator .results__button--accordion::after {
  display: inline-block;
  content: "\f0aa";
  font-family: fontello;
  font-weight: 700;
  color: #005126;
  margin-left: 0.5em;
}
@media (prefers-reduced-motion: no-preference) {
  .frame-type-rwwtariff_calculator .results__button--accordion::after {
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
  }
}
.frame-type-rwwtariff_calculator .results__button--accordion[aria-expanded=false]::before {
  content: "Mehr ";
}
.frame-type-rwwtariff_calculator .results__button--accordion[aria-expanded=false]::after {
  transform: rotate(-180deg);
}
.frame-type-rwwtariff_calculator .results__button--popup {
  width: 1em;
  height: 1em;
  font-size: 1em;
  vertical-align: text-bottom;
  background-image: url(../Images/Info.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.frame-type-rwwtariff_order form .form-group.has-error {
  background-color: #fdd;
  padding: 0.5em;
  border-radius: 3px;
}
.frame-type-rwwtariff_order form .form-group label {
  display: block;
}
.frame-type-rwwtariff_order form .form-group .error {
  color: #a00;
  font-size: 0.8em;
}
.frame-type-rwwtariff_order fieldset {
  border: none;
  padding: 0;
}
.frame-type-rwwtariff_order fieldset legend {
  width: 100%;
  font-size: 1.25em;
  font-weight: 700;
  text-align: left;
  color: #005126;
  margin-bottom: 2rem;
}
.frame-type-rwwtariff_order fieldset.order__step, .frame-type-rwwtariff_order fieldset.order__discount {
  border: 1px solid #B9CB00;
  border-radius: 3px;
  padding: 0.5em;
  margin-bottom: 2rem;
}
.frame-type-rwwtariff_order fieldset.order__step > legend, .frame-type-rwwtariff_order fieldset.order__discount > legend {
  font-size: 1.67em;
  font-weight: 400;
  width: auto;
  margin: 0 auto;
}
.frame-type-rwwtariff_order fieldset.order__step > *:last-child, .frame-type-rwwtariff_order fieldset.order__discount > *:last-child {
  margin-bottom: 0;
}
.frame-type-rwwtariff_order fieldset.order__legal {
  margin-bottom: 2rem;
  border-radius: 3px;
  padding: 1em;
  background-color: #f3fada;
}
.frame-type-rwwtariff_order fieldset.order__legal .form-static {
  font-size: 0.8em;
  margin-bottom: 0;
}
.frame-type-rwwtariff_order .order__all {
  display: grid;
  grid-template-columns: 1fr 13rem;
  grid-template-areas: "progress progress" "form tariff";
  gap: 2rem 1rem;
}
@media (max-width: 1200px) {
  .frame-type-rwwtariff_order .order__all {
    grid-template-columns: 1fr;
    grid-template-areas: "progress" "tariff" "form";
  }
}
.frame-type-rwwtariff_order .order__progress {
  grid-area: progress;
}
.frame-type-rwwtariff_order .order__tariffinfo {
  grid-area: tariff;
}
.frame-type-rwwtariff_order .order__form {
  grid-area: form;
}
.frame-type-rwwtariff_order .order__options {
  margin-bottom: 0;
}
.frame-type-rwwtariff_order .order__options--hidden {
  display: none;
}
.frame-type-rwwtariff_order .order__input--type h4 {
  color: #585858;
}
.frame-type-rwwtariff_order .order__input--type label {
  padding-left: 2em;
}
.frame-type-rwwtariff_order .order__input--type label:hover h4, .frame-type-rwwtariff_order .order__input--type label:focus h4 {
  color: #005126;
}
.frame-type-rwwtariff_order .order__input--type label .radiomark {
  top: calc(50% - 0.55em - 2px);
  left: 0.5em;
}
.frame-type-rwwtariff_order .order__input--type label:has(input:checked) {
  background-color: #f3fada;
}
.frame-type-rwwtariff_order .order__input--type label:has(input:checked) h4, .frame-type-rwwtariff_order .order__input--type label:has(input:checked) p {
  color: #005126;
}
.frame-type-rwwtariff_order .order__important {
  font-weight: 700;
}
.frame-type-rwwtariff_order .order__downloads {
  list-style-type: none;
  padding-left: 1.5em;
}
.frame-type-rwwtariff_order .order__downloads li {
  margin-bottom: 0.5em;
}
.frame-type-rwwtariff_order .order__downloads li:last-child {
  margin-bottom: 0;
}
.frame-type-rwwtariff_order .order__downloads a {
  text-decoration: none;
  font-weight: 700;
}
.frame-type-rwwtariff_order .order__downloads a::before {
  display: inline-block;
  width: 1em;
  margin-right: 0.5em;
  content: "\f0a9";
  font-family: fontello;
}
.frame-type-rwwtariff_order .tariffinfo {
  border: 1px solid #B9CB00;
  border-radius: 3px;
  margin-bottom: 1rem;
}
.frame-type-rwwtariff_order .tariffinfo:last-child {
  margin-bottom: 0;
}
.frame-type-rwwtariff_order .tariffinfo__header {
  position: relative;
  background-color: #f3fada;
  padding: 1em;
}
.frame-type-rwwtariff_order .tariffinfo__header h4 {
  font-size: 1em;
}
.frame-type-rwwtariff_order .tariffinfo__header h5 {
  color: #000;
  font-size: 1em;
  margin: 0;
}
.frame-type-rwwtariff_order .tariffinfo__header .accordion__toggle {
  display: none;
  position: absolute;
  top: 0.25em;
  right: 0.25em;
  width: 1em;
  height: 1em;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  transform: none;
  font-size: 1em;
  line-height: 1;
}
.frame-type-rwwtariff_order .tariffinfo__header .accordion__toggle::after {
  display: inline-block;
  vertical-align: center;
  content: "\f0ab";
  font-family: fontello;
  font-weight: 700;
  color: #005126;
  transform: skewX(0deg);
}
@media (prefers-reduced-motion: no-preference) {
  .frame-type-rwwtariff_order .tariffinfo__header .accordion__toggle::after {
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
  }
}
.frame-type-rwwtariff_order .tariffinfo__header .accordion__toggle[aria-expanded=true]::after {
  transform: skewX(0deg) rotate(180deg);
}
.frame-type-rwwtariff_order .tariffinfo__header .accordion__toggle--visible {
  display: block;
}
.frame-type-rwwtariff_order .tariffinfo__body {
  padding: 0 0.5em;
}
.frame-type-rwwtariff_order .tariffinfo__body table {
  width: 100%;
  margin: 1em 0;
  font-size: 0.8em;
  border-collapse: collapse;
}
.frame-type-rwwtariff_order .tariffinfo__body th {
  padding: 0.5em 0;
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid #585858;
}
.frame-type-rwwtariff_order .tariffinfo__body td {
  padding: 0.5em 0;
  font-weight: 700;
  text-align: right;
  color: #005126;
  border-bottom: 1px solid #585858;
}
.frame-type-rwwtariff_order .tariffinfo__body.accordion__content {
  border-bottom: 0;
}
.frame-type-rwwtariff_order .tariffinfo__back {
  font-size: 0.8em;
  margin-bottom: 1rem;
}
.frame-type-rwwtariff_order input.hadfocus:invalid,
.frame-type-rwwtariff_order select.hadfocus:invalid {
  border-color: #a00;
  background-color: #fdd;
}
.frame-type-rwwtariff_order .input-list:has(input.hadfocus:invalid) {
  background-color: #fdd;
}
.frame-type-rwwtariff_order .form-check-label:has(input.hadfocus:invalid) .checkmark {
  border-color: #a00;
  background-color: #fdd;
}
.frame-type-rwwtariff_order button:disabled {
  cursor: default;
  color: inherit;
  background-color: inherit;
}
.frame-type-rwwtariff_order button:disabled:hover, .frame-type-rwwtariff_order button:disabled:focus {
  color: inherit;
  background-color: inherit;
}

.suggest {
  position: relative;
}
.suggest__select {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #B9CB00;
}
@media (prefers-reduced-motion: no-preference) {
  .suggest__select {
    transition-property: height;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
  }
}
.suggest__select button {
  text-transform: initial;
}
.suggest__select button::after {
  display: none;
}
.suggest__select button {
  display: flex;
  width: 100%;
  margin-bottom: 1px;
}
.suggest__select button:last-child {
  margin-bottom: 0;
}
.suggest__select button {
  justify-content: space-between;
  align-items: end;
}
.suggest__select button span {
  display: block;
}
.suggest__select button span:first-child {
  text-align: left;
}
.suggest__select button span:last-child {
  text-align: right;
}
.suggest__select button span sup {
  font-size: 0.6667em;
}
.suggest__select {
  overflow-y: hidden;
}
.suggest__product {
  display: none;
}
.suggest__product--electricity button span:first-child {
  font-family: fontello;
}

.tariff__footnotes {
  width: 92vw;
  min-width: 13.8rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
  max-width: 44.25rem;
}
.tariff__footnotes ol {
  font-size: 0.6667rem;
}
.tariff__footnotes li {
  margin-bottom: 0.5em;
}
.tariff__footnotes li:last-child {
  margin-bottom: 0;
}
.tariff__footnoteslink {
  text-decoration: none !important;
}

.progress__bar {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.progress__bar .progress__step {
  text-align: center;
}
.progress__bar .progress__step a,
.progress__bar .progress__step span {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  background-color: #585858;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  padding-top: 0.5rem;
}
@media (max-width: 1024px) {
  .progress__bar .progress__step a,
  .progress__bar .progress__step span {
    width: 2rem;
    height: 2rem;
    border-radius: 1rem;
    font-size: 1rem;
    padding-top: 0.3333rem;
  }
}
.progress__bar .progress__step a {
  text-decoration: none;
}
.progress__bar .progress__step a:hover, .progress__bar .progress__step a:focus {
  color: #fff;
}
.progress__bar .progress__step span {
  cursor: not-allowed;
}
.progress__bar .progress__step--available a {
  background-color: #005126;
}
.progress__bar .progress__step--active a {
  background-color: #B9CB00;
}
.progress__text {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1024px) {
  .progress__text {
    grid-template-columns: 1fr;
  }
}
.progress__text .progress__step {
  text-align: center;
  font-size: 0.8rem;
}
@media (max-width: 1024px) {
  .progress__text .progress__step {
    display: none;
    font-size: 1rem;
  }
}
.progress__text .progress__step a,
.progress__text .progress__step span {
  font-weight: 700;
  color: #585858;
}
.progress__text .progress__step a {
  text-decoration: none;
}
.progress__text .progress__step a:hover, .progress__text .progress__step a:focus {
  color: #585858;
}
.progress__text .progress__step span {
  cursor: not-allowed;
}
.progress__text .progress__step--available a {
  color: #005126;
}
.progress__text .progress__step--available a:hover, .progress__text .progress__step--available a:focus {
  color: #005126;
}
@media (max-width: 1024px) {
  .progress__text .progress__step--active {
    display: block;
  }
}
.progress__text .progress__step--active a {
  color: #B9CB00;
}
.progress__text .progress__step--active a:hover, .progress__text .progress__step--active a:focus {
  color: #B9CB00;
}

.tx-kesearch-pi1 .searchform--hidden {
  display: none;
}
.tx-kesearch-pi1 .searchform__searchbox {
  margin: 0 0 2em 0;
  border: 0;
  padding: 0;
  outline: 0;
}
.tx-kesearch-pi1 .searchform__searchword {
  border: none;
  -webkit-appearance: none;
}
.tx-kesearch-pi1 .searchform__resetwrap {
  position: -relative;
  display: flex;
  justify-content: stretch;
  align-items: center;
  background-color: #f3fada;
  border: 2px solid #f3fada;
  border-radius: 3px;
}
.tx-kesearch-pi1 .searchform__resetwrap:focus-within {
  border-color: #005126;
}
.tx-kesearch-pi1 .searchform__resetbutton {
  display: block;
  width: 2rem;
  text-align: center;
  text-decoration: none;
}
.tx-kesearch-pi1 .searchform__resetbutton::after {
  display: inline;
  content: "\e804";
  font-family: fontello;
  font-weight: 700;
}
.tx-kesearch-pi1 .searchform__actions {
  margin-top: 2rem;
  text-align: right;
}
.tx-kesearch-pi1 .searchresult__wrap {
  margin-bottom: 2em;
}
.tx-kesearch-pi1 .searchresult__count {
  margin-bottom: 2rem;
}
.tx-kesearch-pi1 .searchresult__item {
  padding-bottom: 0.8333rem;
  border-bottom: 1px solid #005126;
  margin-bottom: 2em;
}
.tx-kesearch-pi1 .searchresult__item:last-child {
  margin-bottom: 0;
}
.tx-kesearch-pi1 .searchresult__item {
  display: flex;
  justify-content: stretch;
  gap: 2rem;
}
.tx-kesearch-pi1 .searchresult__icon {
  width: 1.5rem;
  flex-shrink: 0;
}
.tx-kesearch-pi1 .searchresult__icon img {
  width: 100%;
  height: auto;
}
.tx-kesearch-pi1 .searchresult__content {
  flex-grow: 1;
  flex-shrink: 1;
}
.tx-kesearch-pi1 .searchresult__title h4 {
  margin-bottom: 0.66667em;
  hyphens: auto;
}
.tx-kesearch-pi1 .searchresult__title h4 a .hit {
  color: #B9CB00;
}
@media (prefers-reduced-motion: no-preference) {
  .tx-kesearch-pi1 .searchresult__title h4 a .hit {
    transition-property: color;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
  }
}
.tx-kesearch-pi1 .searchresult__title h4 a:hover .hit, .tx-kesearch-pi1 .searchresult__title h4 a:focus .hit {
  color: #005126;
}
.tx-kesearch-pi1 .searchresult__teaser {
  hyphens: auto;
}
.tx-kesearch-pi1 .searchresult__teaser .hit {
  color: #005126;
  font-weight: 700;
}
.tx-kesearch-pi1 .searchresult__more {
  align-self: end;
  width: 1.25rem;
  flex-shrink: 0;
}
.tx-kesearch-pi1 .searchresult__more a {
  display: block;
  width: 1.25em;
  height: 1.25em;
  color: #fff;
  background-color: #B9CB00;
  text-align: center;
  text-decoration: none;
  transform: skewX(-15deg);
}
@media (prefers-reduced-motion: no-preference) {
  .tx-kesearch-pi1 .searchresult__more a {
    transition-property: color;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
  }
}
.tx-kesearch-pi1 .searchresult__more a:hover, .tx-kesearch-pi1 .searchresult__more a:focus {
  color: #005126;
}
.tx-kesearch-pi1 .searchresult__more a::before {
  display: block;
  content: "\e802";
  font-size: 0.8em;
  font-family: fontello;
  padding-top: 0.125em;
  transform: skewX(15deg);
}
.tx-kesearch-pi1 .searchresult__pagebrowser--top {
  margin-bottom: 4em;
}
.tx-kesearch-pi1 .searchresult__pagebrowser--bottom {
  margin-top: 4em;
}

/******************************************************/
/* @see EXT:news/Resources/Public/Css/news-basic.less */
/******************************************************/
.news--empty {
  color: #585858;
  text-align: center;
}
.newsteaser {
  overflow-x: hidden;
}
.newsteaser__media {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
.newsteaser__media img,
.newsteaser__media video {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsteaser__media iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}
.newsteaser__content {
  width: calc(100% - 4rem);
  margin: 1.417rem auto;
  text-align: center;
  overflow-x: hidden;
}
.newsteaser__content h4 {
  text-align: center;
  margin-bottom: 0.625em;
}
.newsteaser__more {
  margin-top: 1em;
}
.newsteaser__all {
  text-align: center;
}
.newslist__item {
  margin-bottom: 2rem;
  border-bottom: 1px solid #005126;
  padding-bottom: 0.8333em;
  color: #005126;
  display: flex;
  justify-content: space-between;
  gap: 2em;
}
.newslist__content > :first-child,
.newslist__content > :first-child > :first-child,
.newslist__content > :first-child > :first-child > :first-child,
.newslist__content > :first-child > :first-child > :first-child > :first-child,
.newslist__content > :first-child > :first-child > :first-child > :first-child > :first-child {
  margin-top: 0;
}
.newslist__content > :last-child,
.newslist__content > :last-child > :last-child,
.newslist__content > :last-child > :last-child > :last-child,
.newslist__content > :last-child > :last-child > :last-child > :last-child,
.newslist__content > :last-child > :last-child > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}
.newslist__content {
  font-weight: 700;
}
.newslist__content h4 {
  margin-bottom: 0.6667em;
}
.newslist__more {
  align-self: end;
}
.newslist__more a {
  display: block;
  width: 1.25em;
  height: 1.25em;
  color: #005126;
  background-color: #B9CB00;
  text-align: center;
  text-decoration: none;
  transform: skewX(-15deg);
}
@media (prefers-reduced-motion: no-preference) {
  .newslist__more a {
    transition-property: color;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
  }
}
.newslist__more a:hover, .newslist__more a:focus {
  color: #005126;
}
.newslist__more a::before {
  display: block;
  content: "\e802";
  font-size: 0.8em;
  font-family: fontello;
  padding-top: 0.125em;
  transform: skewX(15deg);
}
.newslist .paginator {
  margin-top: 4rem;
}
.newsdetail {
  width: 92vw;
  min-width: 13.8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 44.25rem;
}
.newsdetail__mediaitem {
  margin: 0 0 2rem 0;
  width: 100%;
}
.newsdetail__mediaitem img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.newsdetail__mediaitem .videowrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.newsdetail__mediaitem .videowrap video,
.newsdetail__mediaitem .videowrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.newsdetail__mediaitem figcaption {
  margin-top: 0.5em;
  font-style: italic;
}
.newsdetail__header {
  margin: 4rem 0 2rem 0;
}
.newsdetail__header h1 {
  font-size: 2.75em;
  text-align: start;
}
.newsdetail__teaser {
  margin-bottom: 2rem;
  color: #005126;
  font-weight: 700;
}
.newsdetail__related {
  margin-top: 4rem;
}
.newsdetail__related--links ul {
  list-style: none;
  list-style-position: inside;
  padding-left: 0;
}
.newsdetail__related--links li {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}
.newsdetail__div {
  width: 8rem;
  max-width: 50%;
  margin: 4rem auto;
  border: 1px solid #005126;
  text-align: center;
}

/*# sourceMappingURL=rww.css.map */
