/* Table of contents

  1. Variables
  1.1 Variables Media Queries
  2. Font
  3. General styling
  4. Navbar
  5. Header
  6. Forms
  6.1 Login-Modal
  5.2 Sign-up form
  6.2 Custom radio buttons and checkboxes
  6.3 Text inputs (input, textarea, select, etc.)
  7. Footer
  8. Content
  9. Survey box & News box
  10. Konto & Profil
  11. Punkte
  12. Events

  12. Accordion
  11.1 Scroll to top button
  12. Cookie Modal
  13. Image Slider
  13.1 Text inside Image Slider
  13.2 jSuccess CSS



*/

/* ################ 1. Variables ################### */

:root {
  --clr-primary: #000099;
  --clr-secondary: #fe8f11;
  --clr-accent: #0059b9;
  --clr-accent-secondary: #287cb4;
  --clr-black: #000000;
  --clr-font: #333333;
  --clr-white: #ffffff;
  --clr-dark-grey: #404040;
  --clr-medium-grey: #e5dfda;
  --clr-neutral-grey: #f3efec;
  --clr-light-grey: #cccccc;
  --clr-lighter-grey: #e5e5e5;
  --clr-red: #cc3333;
  --form-field-background-color: #edf6fb;
  --header-height: 72px;
  --nav-height: 40px;
  --max-width-super: 1455px;
  --spacer-horizontal-tiny: 0 4px;
  --spacer-horizontal-small: 0 8px;
  --spacer-horizontal-medium: 0 16px;
  --spacer-horizontal-large: 0 24px;
  --spacer-horizontal-xlarge: 0 32px;
  --spacer-horizontal-xxlarge: 0 40px;
  --spacer-horizontal-xxxlarge: 0 48px;
  --spacer-vertical-tiny: 4px 0;
  --spacer-vertical-small: 8px 0;
  --spacer-vertical-medium: 16px 0;
  --spacer-vertical-large: 24px 0;
  --spacer-vertical-xlarge: 32px 0;
  --spacer-vertical-xxlarge: 40px 0;
  --spacer-vertical-xxxlarge: 48px 0;
  --spacer-tiny: 4px;
  --spacer-small: 8px;
  --spacer-medium: 16px;
  --spacer-large: 24px;
  --spacer-xlarge: 32px;
  --spacer-xxlarge: 40px;
  --spacer-xxxlarge: 48px;
  --transition-duration-medium: 250ms;

  --border-radius: 12px;

  --fs-1: 2.5rem; /* 40px */
  --fs-2: 2rem; /* 32px */
  --fs-3: 1.75rem; /* 28px */
  --fs-4: 1.5rem; /* 24px */
  --fs-5: 1.375rem; /* 22px */
  --fs-6: 1.25rem; /* 20px */
  --fs-7: 1.125rem; /* 18px */
  --fs-8: 1rem; /* 16px */
  --fs-9: 0.875rem; /* 14px */
  --fs-10: 0.75rem; /* 12px */

  --fnt-size-h1: 40px;
  --fnt-size-h2: 40px;
  --fnt-size-h3: 32px;
  --fnt-size-sub: 22px;
  --fnt-size-teaser: 28px;
  --fnt-size-p: 18px;
  --fnt-enbw: "enbwdinwebpro";
  --fnt-enbw-medium: "enbwdinwebpro_medium";
  --fnt-enbw-bold: "enbwdinwebpro_bold";
  --fnt-enbw-mark: "FF-mark-medium";
}
/* ################ 1. Variables END ################### */

/* 1.1 Variables Media Queries */
@media only screen and (max-width: 768px) {
  :root {
    --spacer-horizontal-tiny: 0 2px;
    --spacer-horizontal-small: 0 4px;
    --spacer-horizontal-medium: 0 8px;
    --spacer-horizontal-large: 0 12px;
    --spacer-horizontal-xlarge: 0 16px;
    --spacer-horizontal-xxlarge: 0 20px;
    --spacer-horizontal-xxxlarge: 0 24px;
    --spacer-tiny: 2px;
    --spacer-small: 4px;
    --spacer-medium: 8px;
    --spacer-large: 12px;
    --spacer-xlarge: 16px;
    --spacer-xxlarge: 20px;
    --spacer-xxxlarge: 24px;
    --transition-duration-medium: 250ms;
  }
}
/* 1.1 Variables Media Queries END */

/* 2. Font */
@font-face {
  font-family: FF-mark-medium;
  src: url("https://powerhelden.enbw.com/stylesheets/ff-mark-w05_medium.woff2")
    format("woff2");
}
@font-face {
  font-family: enbwdinwebpro;
  src: url("https://powerhelden.enbw.com/stylesheets/enbwdinwebpro.woff2")
    format("woff2");
}
@font-face {
  font-family: enbwdinwebpro_medium;
  src: url("https://powerhelden.enbw.com/stylesheets/enbwdinwebpro_medium.woff2")
    format("woff2");
}
@font-face {
  font-family: enbwdinwebpro_bold;
  src: url("https://powerhelden.enbw.com/stylesheets/enbwdinwebpro_bold.woff2")
    format("woff2");
}
/* 2. Font END */

/* 3. General styling */
body {
  font-family: var(--fnt-enbw), Verdana;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--fnt-enbw-mark);
  line-height: 110%;
  letter-spacing: 1px;
  font-weight: 300;
}

p {
  font-size: var(--fnt-size-p);
}

select {
  /* padding: 8px 8px !important; */
  height: 40px;
  min-width: 346px;
  max-width: 345px;
}
li {
  font-size: 16px;
}
li::marker {
  color: var(--clr-secondary);
}

.bg-sand {
  background-color: var(--clr-neutral-grey);
}
.bg-white {
  background-color: #ffffff;
}

.rog-content {
  max-width: var(--max-width-super) !important;
}

.konto_content,
.oblong-next-content {
  max-width: var(--max-width-super);
  margin: 0 auto;
}

.konto_content {
  max-width: 980px;
  margin: 0 auto;
  padding: var(--spacer-large);
  border: 1px solid var(--clr-lighter-grey);
  /* box-shadow: 0 0px 100px 0 rgba(0,0,0,.16), 0 2px 41px 0 rgba(0,0,0,.12); */
  border-radius: var(--border-radius);
  background-color: var(--clr-neutral-grey);
}

.piktogram-section img {
  width: 128px;
}

.rog-primary {
  background-color: var(--clr-primary);
  color: var(--clr-white);
}
.rog-container {
  width: 100%;
  max-width: var(--max-width-super);
  margin: 0 auto;
}

.rog-btn {
  padding: var(--spacer-medium) var(--spacer-large)
    calc(var(--spacer-medium) - 4px) !important;
  color: var(--clr-primary);
  transition: all var(--transition-duration-medium);
  font-size: var(--fs-8);
  font-family: var(--fnt-enbw-medium);
  font-weight: 500;
}
.rog-btn:hover {
  box-shadow: none;
  background-color: var(--clr-white);
  color: var(--clr-secondary);
}

.rog-bar .rog-bar-item {
  padding: var(--spacer-small) var(--spacer-medium)
    calc(var(--spacer-small) - 4px);
}

.rog-button,
input[type="submit"],
a[href*="logout"],
a.rog-button,
.survey_link,
input.delete_button_konto.delete_button,
input[type="submit"],
input[type="button"],
a.rog-button,
.bestellen_link_box a,
.bonus_link_box a,
#cookie-button,
.bestellen_link_box a,
.bonus_link_box a {
  color: var(--clr-white);
  background-color: var(--clr-primary);
  border-radius: 28px;
  margin-top: 36px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  padding: 10px 28px 10px 26px;
  text-decoration: none;
  align-self: flex-start;
  background-clip: padding-box;
  border: none;
  transition: all var(--transition-duration-medium);
  cursor: pointer;
}
.rog-button:hover,
.survey_link:hover,
.save_button:hover {
  background-color: var(--clr-accent) !important;
}

#close_2 {
  display: none;
}

.enbw-logo {
  width: 123px;
  height: auto;
}

.rog-card-events {
  border-radius: var(--border-radius);
  padding: 130px 24px 82px;
  background-color: var(--clr-neutral-grey);
  position: relative;
  box-shadow: none;
}
.rog-card-events::after {
  background: var(--clr-secondary);
  content: " ";
  display: block;
  height: 56px;
  position: absolute;
  right: 0%;
  top: 25px;
  z-index: 1;
  border-bottom-left-radius: 26px;
  border-top-left-radius: 26px;
  left: 45%;
}
.rog-card-events hr {
  border-color: #c7c7c7;
}

.herolinks {
  display: flex;
  flex-direction: row;
  width: 65%;
  height: 440px;
  margin: 40px 0 60px 0;
}
.herolinks {
  color: var(--clr-white);
}
.herolinks h3 {
  color: var(--clr-white);
}
.herolinks > div {
  /* margin-right: 20%; */
  padding-top: 80px;
  z-index: 1;
  width: 65%;
  align-self: center;
  /* margin-left: -45%; */
}

.herolinks.herolinks-praemien {
  height: 360px;
}
.herolinks.herolinks-praemien > div {
  padding-top: 4px;
}
.herolinks.herolinks-praemien img {
  align-self: center;
}

.bannerlinks {
  display: flex;
}

.bannerlinks:before {
  background: var(--clr-secondary);
  border-radius: 0 500px 500px 0;
  content: " ";
  display: block;
  height: 351px;
  position: absolute;
  width: 92vw;
  align-self: flex-end;
  margin-left: -10vw;
  left: 0;
}
.bannerlinks img {
  position: absolute;
  align-self: flex-end;
}
.praemien-img-mobile {
  display: none;
}
@media (max-width: 1247px) {
  .herolinks.herolinks-praemien .bannerlinks img {
    width: 340px !important;
  }
}
@media (max-width: 997px) {
  .herolinks.herolinks-praemien .bannerlinks img {
    width: 285px !important;
  }
}
@media (max-width: 790px) {
  .herolinks.herolinks-praemien .bannerlinks img {
    display: none;
  }
  .herolinks.herolinks-praemien .bannerlinks:before {
    background: var(--clr-secondary);
    border-radius: 0 500px 500px 0;
    content: " ";
    display: block;
    height: 320px;
    position: absolute;
    width: 92vw;
    align-self: flex-end;
    margin-left: -10vw;
    left: 0;
  }
  .herolinks.herolinks-praemien {
    height: 320px;
    width: 100%;
  }
  .praemien-img-mobile {
    display: block;
  }
  .herolinks.herolinks-start .teaserbeschreibung,
  .herolinks.herolinks-praemien .teaserbeschreibung {
    font-size: 18px;
  }
  .herolinks.herolinks-start .bannerlinks:before {
    width: 100vw;
  }
  .herolinks.herolinks-start a,
  .herolinks.herolinks-praemien a {
    margin-top: 6px;
    font-size: 16px;
  }
  .herolinks.herolinks-start .teaserintro,
  .herolinks.herolinks-praemien .teaserintro {
    font-size: 16px;
  }
  .herolinks.herolinks-start {
    width: 100%;
  }
}

.oblong {
  /* position: relative; */
  display: block;
  width: 1px;
  height: 1px;
}

.oblong:before {
  left: 0;
  content: " ";
  display: block;
  position: absolute;
  width: 250px;
  height: 70px;
  background: var(--clr-secondary);
  z-index: 0;
  border-radius: 0 500px 500px 0;
}

.oblong.oblong-news-right:before {
  right: 0;
  left: unset;
  border-radius: 500px 0 0 500px;
}

.oblong.oblong-news-left,
.oblong.oblong-news-right {
  height: 70px;
}

.oblong-next-content {
  position: relative;
  z-index: 1;
}

.teaser-grid-bild-right {
  width: 71%;
  display: block;
  height: 310px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 500px 0 0 500px;
  position: relative;
  right: -30%;
}
@media (min-width: 600px) {
  main.rog-content {
    margin-top: 50px;
  }
  .oblong.oblong-news-left,
  .oblong.oblong-news-right {
    height: 250px;
  }
  .oblong.oblong-news-left:before,
  .oblong.oblong-news-right:before {
    height: 250px;
    width: 92vw;
  }
  .teaser-grid-bild-right {
    width: 71%;
    display: block;
    height: 438px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    right: -30%;
    border-radius: 500px 0 0 500px;
  }
}

iframe {
  width: 97%;
  aspect-ratio: 16/9;
}

.entry-section {
  background-color: var(--clr-primary);
  color: var(--clr-white);
  padding: 72px;
}
.entry-section h3 {
  font-size: 48px;
  padding-top: 30px;
  color: var(--clr-white);
}
.entry-section .oblong:before {
  width: 400px;
}
@media (max-width: 791px) {
  .entry-section .oblong:before {
    width: 80%;
  }
}
/* 4. Navbar */

.navbar {
  padding: var(--spacer-small) 0 calc(var(--spacer-small) - 4px);
  background-color: var(--clr-white);
}

.subnav {
  background-color: var(--clr-medium-grey);
  color: var(--clr-primary);
}

a.selected {
  box-shadow: none;
  background-color: var(--clr-white);
  color: var(--clr-secondary);
}

#hamburger-icon {
  width: 28px !important;
  height: 45px;
  position: relative;
  margin: var(--spacer-small) var(--spacer-medium)
    calc(var(--spacer-small) - 4px);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
}

#hamburger-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #374a9a;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#hamburger-icon span:nth-child(1) {
  top: 0px;
}

#hamburger-icon span:nth-child(2) {
  top: 9px;
}

#hamburger-icon span:nth-child(3) {
  top: 19px;
}

#hamburger-icon.open span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#hamburger-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#hamburger-icon.open span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.ph-logo-nav {
  width: 150px !important;
  cursor: unset;
  padding: 0 0 0 5px !important;
}
.ph-logo-nav-container::before {
  content: "";
  background-color: #c7c7c7;
  position: absolute;
  width: 1px;
  height: 25px;
  margin-top: 15px;
}
.ph-logo-nav-bild {
  width: 70px !important;
  padding: 0 !important;
  margin: 0 6px;
}
@media (max-width: 440px) {
  .ph-logo-nav {
    width: 100px !important;
  }
  .ph-logo-nav-bild {
    width: 48px !important;
  }
  .ph-logo-nav-container::before {
    margin-top: 5px;
  }
}
/* 5. Header */

header {
  background-color: var(--clr-neutral-grey);
  background-size: cover;
  background-position: center;
  height: 800px;
  display: flex;
  align-items: center;
  padding: 20px;
}
.header-start {
  background-image: url("/themes/enbw/images/startseite_ausgeloggt.jpg");
}
.header-start-eingeloggt {
  background-image: url("/themes/enbw/images/starseite_eingeloggt.jpg");
  background-position: top;
}
.header-konto {
  background-image: url("/themes/enbw/images/banner1.png");
}
.header-news {
  background-image: url("/themes/enbw/images/Titelbild_Events.jpg");
  /* background-position: bottom; */
  padding-top: 86px;
}
.header-ueber {
  background-image: url("/themes/enbw/images/Titelbild_so_funktionierts.jpg");
}
.header-faq {
  background-image: url("/themes/enbw/images/Titelbild_FAQ.jpg");
}

header .teaser-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.teaser-container h1 {
  color: var(--clr-white) !important;
  font-size: 64px;
  width: 48vw;
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.teaser-container h1.start-sub {
  width: 80vw;
}
.teaser-container h1.startseite {
  width: 100vw;
}
.teaser-container h1.start {
  width: 100vw;
}
.teaser-container h1:before {
  border-radius: 0 500px 500px 0;
  top: -66px;
  left: -70%;
  content: " ";
  display: block;
  position: absolute;
  width: 80vw;
  height: 110px;
  background: var(--clr-secondary);
  z-index: -1;
  animation: slide-in-from-left 1 both ease-out 1s;
  animation-delay: 1s;
  max-width: 1160px;
}
.teaser-container h1.start:before {
  width: 90vw;
  left: -50%;
}
.teaser-container h1.start-sub:before {
  width: 90vw;
  left: -50%;
}
@keyframes slide-in-from-left {
  0% {
    transform: translate3d(-100%, 0, 0);
  }

  to {
    transform: translateZ(0);
  }
}
@media only screen and (max-device-width: 640px) and (min-device-width: 320px) {
  header .teaser-container {
    padding: 90px 0 86px 12px;
  }
  header {
    height: 570px;
    background-position: 720px;
  }
}
@media only screen and (max-device-width: 1469px) and (min-device-width: 640px) {
  header .teaser-container {
    /* padding: 170px 0 86px 12px; */
  }
}
@media (max-width: 600px) {
  .teaser-container h1.start-sub:before {
    width: 100vw;
    left: -20%;
  }
}

/* 6.1 Login-Modal */
.rog-modal span#close-login-modal {
  font-size: 2rem;
  border-radius: var(--border-radius);
}

.rog-modal-content {
  border-radius: var(--border-radius);
}

.rog-modal .enbw-logo {
  padding: 12px 0 0 0;
}

.logHead {
  margin-top: 50px;
  text-align: left;
  font-size: 22px;
  color: #000 !important;
}

.myloginwrapper {
  padding: 4px;
  text-align: left;
}

a#pwForget {
  color: #009 !important;
  font-size: 16px !important;
}

/* 6. Footer */

footer a {
  color: var(--clr-primary);
  text-decoration: none;
  font-family: var(--fnt-enbw);
}

/* 6.1 Login */

/* 7. Content */
main {
  font-family: var(--fnt-enbw) !important;
}
main.rog-content {
  max-width: var(--max-width-super) !important;
}

/* 8. Konto & Profil */

#user_stadt,
input#user_plz {
  /* width: auto !important; */
  padding-left: 10px;
}

.konto_form {
  padding: 48px 24px;
  font-size: 16px;
}

.konto_form input.save_button,
.profil_form input.save_button_profil {
  background-color: var(--clr-secondary) !important;
}
.konto_form input.save_button:hover,
.profil_form input.save_button_profil:hover {
  background-color: var(--clr-secondary) !important;
  opacity: 0.9;
}

.profil_form {
  background-color: var(--clr-neutral-grey);
  max-width: 980px;
  margin: 0 auto;
  border-radius: var(--border-radius);
  padding: var(--spacer-large);
}
.propertyueber {
  margin: 0;
}
.propouterdiv {
}
.propertyfieldset {
  width: 100%;
  margin: 0;
  background-color: var(--clr-white);
  border: none;
  padding: 24px;
}
.propertyvalueselect {
  width: 346px;
  max-width: 100%;
}

.prop_div > div {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
  justify-content: space-between;
  align-items: center;
}
.prop_div div div.profil_property_label label {
  font-size: 16px;
  font-weight: 600;
}

.konto_part_1,
.konto_part_2 {
  float: none;
  display: block;
  background-color: var(--clr-white);
  padding: var(--spacer-large);
}

.konto_part_1 {
  margin-bottom: 24px;
}

.konto_part_1 > div,
.konto_part_2 > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.konto_part_2 {
  padding-left: 24px;
}

div.form_text,
div.form_error {
  margin-top: 0;
}

div.form_text {
  font-weight: 600;
}

.form_error {
  width: 100%;
}

.birthdatebox,
.plzbox,
.stadtbox {
  float: none;
  padding-left: 0;
}

div.konto_part_1 div.birthdatebox {
  display: none;
}

div.vornamebox div.konto_input input,
div.nachnamebox div.konto_input input,
div.konto_part_2 div.emailbox div.konto_input input,
div.konto_part_2 div.passwordbox div input,
div.konto_part_2 div.password2box div.konto_input input,
input#user_strasse,
input#user_hausnummer,
input#user_stadt,
input#user_plz,
#konto_49 {
  margin-bottom: 15px;
  padding: 8px 8px;
  width: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 930px) {
  .konto_part_1 > div,
  .konto_part_2 > div,
  .prop_div div {
    flex-direction: column;
    align-items: baseline;
  }
  .prop_div div div {
    width: 100%;
    max-width: 100%;
  }
  select {
    width: 100%;
    /* min-width: 100%; */
  }
}
@media (max-width: 480px) {
  .konto_input {
    max-width: 100%;
  }
}

/* Customize Radio Button */
.rog-selection-container {
  position: relative;
  padding-left: 28px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 13px;
  color: #666;
}

/* Hide the browser's default radio button */
.rog-selection-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.rog-selection.rog-radiobutton {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #888888;
}

/* Create a custom checkbox */
.rog-selection.rog-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #888888;
}

/* On mouse-over, add a grey background color */
.rog-selection-container:hover input ~ .rog-selection {
  background-color: #ffffff;
  border: 1px solid #91ad41;
}

/* When the radio button is checked, add a blue background */
.rog-selection-container input:checked ~ .rog-selection {
  background-color: #fff !important;
  border: 1px solid #91ad41;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.rog-selection:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.rog-selection-container input:checked ~ .rog-selection:after {
  display: block;
}

/* Style the radio button indicator (dot/circle) */
.rog-selection-container .rog-selection.rog-radiobutton:after {
  top: 4px;
  left: 4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #91ad41;
}

/* Style the checkbox indicator */
.rog-selection-container .rog-selection.rog-checkbox:after {
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
  background-color: #91ad41;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#surveys_outer {
  width: 100%;
  padding-bottom: 16px;
}

.surveys_header,
#news_label {
  color: #333;
}

.survey_header {
  font-size: var(--fs-3);
  font-weight: 500;
  font-family: var(--fnt-enbw-medium);
}
.survey-subheader {
  font-size: var(--fs-6);
  font-family: var(--fnt-enbw);
}

.surveys_innerbox {
  height: auto !important;
  width: 100%;
  border: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  /* align-items: flex-end; */
  padding-left: 0;
  padding-right: 0;
}

.survey-box {
  padding-bottom: 16px;
  border-radius: var(--border-radius);
  overflow: hidden;
  background-color: var(--clr-neutral-grey);
  /* min-height: 256px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.survey-banner {
  background-color: var(--clr-white);
  height: 52%;
  width: 100%;
  min-height: 190px;
  min-width: 368px;
}
.survey_text {
  padding: var(--spacer-large);
}

#news_outer {
  padding-bottom: 16px;
}

#news_outer,
#start_news {
  width: 100%;
  height: auto !important;
  border: none;
  margin: 0;
  margin-left: 0;
}

/* 11. Punkte */
.praemientable {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.praemien_kontostand {
  flex-basis: 100%;
}
.bonusbox {
  /* width: 100%; */
  float: none;
  height: auto;
  background-color: var(--clr-neutral-grey);
  border: none;
  border-radius: var(--border-radius);
  padding: var(--spacer-medium);
  padding-top: 64px;
  margin-right: var(--spacer-medium);
  margin-bottom: var(--spacer-medium);
  position: relative;
}

.bonusbox::after {
  background: var(--clr-secondary);
  content: " ";
  display: block;
  height: 48px;
  position: absolute;
  right: 0%;
  top: 18px;
  z-index: 1;
  border-bottom-left-radius: 26px;
  border-top-left-radius: 26px;
  left: 45%;
}
.bonusprice,
.bonus_link_box {
  float: none;
}
.bonus_link_box {
  font-weight: bold;
  /* font-size: 18px; */
}
.bonusrow {
  /* padding: 0; */
}

.imagebox {
  height: auto;
}

.bonusimage {
  margin-left: 0;
  max-width: 100%;
  margin-bottom: 8px;
}

.bonuslabel,
.bestellen_link_box {
  float: none;
}

/* 12. Events */
.event-month {
  font-weight: bold;
}
.event-wrapper {
  background-color: var(--clr-neutral-grey);
  margin-bottom: var(--spacer-xlarge);
  border-radius: var(--border-radius);
  padding: 32px 30px;
}
.event-image img {
  width: 100% !important;
  height: auto !important;
}
.event-header h2 {
  color: var(--clr-primary);
  font-size: 32px;
  cursor: pointer;
}
.event-date p {
  font-weight: bold;
  font-size: 20px;
}
.event-location p {
  font-size: 20px;
}
/* .praemien_kontostand {
  margin-bottom: 8px;
  font-weight: bold;
} */

.filetable {
  margin-top: 0;
  font-size: 11px;
  border-collapse: collapse;
  border-spacing: 0;
}

.filebox {
  padding: 4px;
}

.fieldtablehead {
  font-weight: bold;
}

.strassebox,
.stadtbox,
.hausnummerbox {
  display: block;
}

.rog-container img {
  max-width: 100%;
  height: auto;
}

.rog-menu-container {
  float: right;
  vertical-align: middle;
  position: relative;
}

.contact-form textarea {
  min-height: 250px;
  max-width: 450px;
  width: 100%;
  height: 100%;
}

.contact-form input[type="submit"] {
  color: #fff;
  background-color: #43545e;
  text-decoration: none;
  width: 120px;
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  border-radius: 0px !important;
}

.contact-form label {
  display: block;
  width: 180px;
}

.rog-login-window {
  background-color: rgba(8, 8, 8, 0.68);
  position: absolute;
  width: 500px !important;
  z-index: 100;
}

.rog-enbw-login-hover:hover {
  border-bottom: 1px solid #84b400 !important;
  color: #84b400 !important;
}

.main_left {
  float: left;
  width: 48%;
}

.main_right {
  float: right;
  width: 48%;
}

.rog-enbw-opacity {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

.vergessenbox {
  text-align: left !important;
}

input#datenschutz,
input[type="radio"] {
  margin-right: 7px !important;
}

input[type="radio"] {
  margin-left: 7px !important;
}

div.selbstregistrierung {
  padding: 0;
  margin-bottom: 16px;
}

.rog-bar {
  overflow: visible;
}

.rog-bar-item span {
  /*padding: 0 24px;*/
  /*display: block;*/
  cursor: pointer;
  /*position: relative;*/
  font-size: 16px;
  /*font-weight: 700;*/
  /*line-height: 90px;*/
  /*text-transform: none;*/
  text-decoration: none;
  transition: color 0.1s ease, border-color 0.1s ease, line-height 0.3s ease;
}

.rog-enbw-navigation-small .rog-bar-item span {
  line-height: 45px;
  text-transform: none;
  transition: color 0.1s ease, border-color 0.1s ease, line-height 0.3s ease;
}

.rog-bar-item:hover > span:after {
  opacity: 1;
  right: 25px;
  left: 25px;
}

/*TEXT INPUTS*/
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
input#email {
  width: 375px;
  max-width: 375px;
  padding: 8px 8px;
  position: relative;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus,
input#email:focus {
  border-bottom: 2px solid #009 !important;
  outline: 0 none;
}

#profil_41,
#profil_42,
#profil_43,
#profil_80,
#profil_51,
#profil_12,
#profil_26,
#profil_23,
#profil_24,
#profil_25,
#profil_19,
#profil_20,
#profil_40,
#profil_39,
#profil_21,
#profil_15,
#profil_13,
#profil_16,
#profil_138,
#profil_139,
#profil_140,
#profil_141,
#profil_142,
#profil_143,
#profil_144,
#profil_145,
#profil_177,
#profil_178,
#profil_179 {
  min-width: 375px;
}

@media (max-width: 457px) {
  input#user_stadt {
    width: 330px;
    max-width: 100%;
  }
  #konto_52 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  input[type="text"] {
    width: 100%;
    /* max-width: 100%; */
  }
  #profil_41,
  #profil_42,
  #profil_43,
  #profil_80,
  #profil_51,
  #profil_12,
  #profil_26,
  #profil_23,
  #profil_24,
  #profil_25,
  #profil_19,
  #profil_20,
  #profil_39,
  #profil_40,
  #profil_21,
  #profil_15,
  #profil_13,
  #profil_16,
  #profil_138,
  #profil_139,
  #profil_140,
  #profil_141,
  #profil_142,
  #profil_143,
  #profil_144,
  #profil_145,
  #profil_177,
  #profil_178,
  #profil_179 {
    max-width: 100%;
    min-width: 0;
  }
}

.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 8px 0;
  max-width: 350px;
  width: 100%;
  vertical-align: top;
}

.rog-third .input {
  margin: 0px 0;
}

.input__field:focus {
  outline: none;
}

.input__label {
  display: inline-block;
  float: right;
  padding: 0 8px;
  width: 100%;
  color: #666;
  font-weight: 400;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input__label-content {
  position: relative;
  display: block;
  /* padding: 24px 0; */
  width: 100%;
}

.input__field-rog {
  margin-top: 25px;
  padding: 8px 8px;
  width: 100% !important;
  background: white;
  color: #666;
}

.input__label-rog {
  position: absolute;
  bottom: 0;
  left: 0;
  /* padding: 0 8px; */
  width: 100% !important;
  height: 100%;
  text-align: left;
  pointer-events: none;
}

.input__label-content-rog {
  position: absolute;
  top: 2px;
}

.input__label-rog::before,
.input__label-rog::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* border-bottom: 2px solid #B9C1CA; */
}

.input__label-rog::after {
  margin-top: 0px;
  /* border-bottom: 2px solid #f18400; */
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.input__field-rog:focus + .input__label-rog::after,
.input--filled .input__label-rog::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.input__field-rog:focus + .input__label-rog .input__label-content-rog,
.input--filled .input__label-content-rog {
  /* -webkit-animation: anim-1 0.3s forwards; */
  /* animation: anim-1 0.3s forwards; */
}

@-webkit-keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }
}

@keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }
}

@media only screen and (max-width: 480px) {
  .spende {
    background-color: rgba(230, 233, 239, 0) !important;
    width: 100% !important;
    margin: 0px 0px 0px -16px !important;
    padding: 0px 0px 0px 15px !important;
  }
}

@media only screen and (max-width: 400px) {
  #result {
    width: 84%;
  }
  footer div.rog-third:nth-child(3) {
    width: 100% !important;
  }
  footer div.rog-third:nth-child(1),
  footer div.rog-third:nth-child(2) {
    /*width:50% !important;*/
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 350px) {
  .desktop-nav-wrapper {
    padding: 0px 10px 0px 10px;
  }
  div#login {
    font-size: 14px;
  }
}

@media only screen and (max-width: 330px) {
  .desktop-nav-wrapper {
    padding: 0px 5px 0px 5px;
  }
}

.fa-arrow-alt-circle-down,
.fa-arrow-alt-circle-up {
  margin-right: 4px;
}

#contact_theme {
  margin-top: 24px;
  color: #737884;
  max-width: 350px;
}

#contact_text {
  margin-bottom: 24px;
  height: 150px !important;
  max-width: 350px;
}

input.button_save {
  border: 0px !important;
}

div.rog-section-konto
  input[type="button"].rog-white.rog-border-none.rog-padding-none.rog-underline.rog-hover-underline.rog-cursor-pointer {
  text-decoration: none !important;
}

div.rog-content
  div.rog-half
  div.rog-row-padding
  div.rog-margin-bottom:nth-child(1) {
  margin-top: 0px !important;
}

div.rog-text-dark-grey div.rog-content div.rog-half div.rog-col {
  float: none;
  width: 100%;
}

.spende {
  margin-right: 0px;
  margin-left: -16px;
  width: 470px;
  background-color: rgba(230, 233, 239, 0.5);
  padding: 30px 4px 10px 150px;
}

label.hidden {
  display: none;
}

div.praemientable div.rog-half div.rog-section div img {
  display: none;
}

div.praemientable div.rog-half div.rog-section {
  text-align: center;
  font-size: 20px;
}

#news_label {
  margin-top: 0px !important;
}

.newsparagraph {
  color: #cccccc;
}
.newsparagraph:nth-child(n + 2) {
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.post-content {
  max-width: 810px;
  margin: 0 auto;
}
.post-content h1,
.post-content h2 {
  margin-bottom: 25px;
}
.blog-img-container {
  max-width: 640px;
  margin: 0 auto;
}

.sprungwrapper {
  width: 100vw;
  position: relative;
  margin-left: -51vw;
  margin-top: 10px;
  left: 52%;
  background-image: url(/themes/enbw/images/sprung.svg);
  background-repeat: no-repeat;
  padding: 20px;
}
.sprungmenu {
  max-width: 810px;
  margin: 0 auto;
}
.shortcode-toc {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-family: "FF-mark-medium";
  font-weight: 500;
  line-height: 24px;
  width: 70%;
}
.post-content a {
  color: var(--clr-primary);
  text-decoration: none;
  line-height: 28px;
  margin-bottom: 5px;
}

div#errorBoxKundennummer {
  color: rgb(244, 67, 54);
  font-weight: 600;
  border: 0px solid;
  display: none;
  max-width: 320px;
  font-size: 12px;
}

.order-bonus-link {
  border: 2px solid #ffffff;
}
.order-bonus-link:hover {
  border: 2px solid #c21b17;
}

.rog-bonus-mincredits {
  display: none;
}

/* SPENDEN */
#news_label {
  border-bottom: 1px solid #ccc !important;
}

p#reg_1,
p#reg_2 {
  visibility: show;
}

/* Custom */
.forgotten {
  display: block;
  margin-bottom: 16px;
}

.rog-intro-text {
  font-weight: 600;
  letter-spacing: -0.5px;
  position: relative;
}

.rog-enbw-orange {
  background-color: #595959;
  color: #fff !important;
}

button.rog-enbw-orange:hover,
button.rog-enbw-orange:focus {
  background-color: rgba(147, 149, 151, 1);
}

.rog-enbw-text-blue {
  color: #009 !important;
}

.rog-bar-item:last-child {
  padding-right: 20px;
}

html {
  /*scroll-behavior: smooth;*/
}

a.anchor {
  display: block;
  position: relative;
  top: -65px;
  visibility: hidden;
}

/*super caption*/
.full-width-media__container {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 0%;
  /* visibility: hidden; */
}

.full-width-media__caption-wrapper {
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 0%;*/
  /*height: 100%;*/
  /*display: flex;*/
  /*flex-flow: row;*/
  /*width: 100%;*/
  /*overflow: hidden;*/
}

@media (min-width: 768px) {
  .full-width-media__caption-wrapper {
    /*top: 0%;*/
    /*height: 100%;*/
  }
}

@media (min-width: 1024px) {
  .full-width-media__caption-wrapper {
    /*top: 0;*/
    /*height: 100%;*/
    /*overflow: visible;*/
  }
}

.full-width-media__caption {
  position: absolute;
  top: 98%;
  left: 15.5%;
  transform: translate(-15.5%, -98%);
}

.full-width-media__caption a {
  z-index: 1075;
  font-size: 18px;
  width: max-content;
  margin: 0 auto;
}

@media (max-width: 568px) {
  .full-width-media__caption {
    padding-left: 2vw;
  }
}

@media (min-width: 568px) {
  .full-width-media__caption {
    padding-left: 4vw;
  }
}

@media (min-width: 1024px) {
  .full-width-media__caption {
    padding-left: 5vw;
  }
}

.full-width-media__caption-row {
  text-align: center;
  line-height: 2.4vw;
  margin-bottom: 2vw;
}

.full-width-media__caption-item {
  color: rgb(194, 27, 23);
  font-size: 4vw;
  font-weight: 300;
  z-index: 1050;
  position: relative;
}

.full-width-media__caption-item.rog-text-white {
  font-size: 3.4vw;
}

.full-width-media__caption-item.subcaption {
  color: #fff;
  font-size: 2vw;
  margin-bottom: 2vw;
  text-align: center;
}

.full-width-media__caption-item,
.enbw-fadein {
  vertical-align: top;
  opacity: 1;
  -webkit-animation-name: show;
  animation-name: show;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.full-width-media__caption-bg {
  position: absolute;
  top: 0%;
  left: -100vw;
  height: 200%;
  width: 148.5vw;
  transform: rotate(17deg);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media (min-width: 1024px) {
  .full-width-media__caption-bg {
    top: 0px;
  }
}

.full-width-media__caption-bg--top {
  background: linear-gradient(0deg, rgba(0, 128, 178, 0) 0, #00497a 100%);
  width: 156.5vw;
  -webkit-animation-name: bottomTop;
  animation-name: bottomTop;
}

.full-width-media__caption-bg--bottom {
  background: linear-gradient(180deg, rgba(0, 73, 123, 0) 0, #00497a 100%);
  -webkit-animation-name: topBottom;
  animation-name: topBottom;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes topBottom {
  from {
    transform: rotate(-17deg) translateY(-100%);
  }
  to {
    transform: rotate(-17deg) translateY(0);
  }
}
@keyframes topBottom {
  from {
    transform: rotate(-17deg) translateY(-100%);
  }
  to {
    transform: rotate(-17deg) translateY(0);
  }
}
@-webkit-keyframes bottomTop {
  from {
    transform: rotate(-17deg) translateY(100%);
  }
  to {
    transform: rotate(-17deg) translateY(0);
  }
}
@keyframes bottomTop {
  from {
    transform: rotate(-17deg) translateY(100%);
  }
  to {
    transform: rotate(-17deg) translateY(0);
  }
}

/*staggered headlines*/
.content-intro-container__title {
  color: #878787;
  font-weight: 500;
  text-align: left;
  margin-bottom: 12.75px;
  text-align: center;
}

.content-intro-container__title
  span.content-intro-container__title-element--orange {
  font-size: 3rem;
  color: rgb(194, 27, 23);
}

.content-intro-container__title
  span.content-intro-container__title-element:nth-child(2) {
  /* margin-top: -.1rem; */
}

.content-intro-container__title
  span.content-intro-container__title-element--blue {
  font-size: 2.5rem;
  color: #004b78;
}

.content-intro-container__title span {
  display: block;
}

.content-intro-container__title--h2 {
  line-height: 120%;
  letter-spacing: 0.7px;
}

/* Registrierung */
.info_pwd {
  display: none;
}

label.anrede {
  display: none;
}

.pw-hint {
  font-size: 11px;
  line-height: 1.1;
  display: block;
  color: #666;
}

.rog-dropdown-hover:after {
  content: ">";
  display: block;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 18px;
  font-size: 20px;
  transform: translateY(-50%) rotate(90deg);
  color: rgba(147, 149, 151, 1);
}

.rog-dropdown-hover:hover:after {
  transform: translateY(-50%) rotate(-90deg);
  color: #fff;
}

/* Navigation */
.close-button {
  text-align: right;
  color: 004B78 !important;
}

/*scrollbar*/
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 153, 0.2);
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
  background-color: #fff;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 153, 1);
}

/* START::: Selbstregistrierung */

/*
.selbstregistrierten_field label,
.selbstregistrierten_field span,
.selbstregistrierung.selbstregistrierung_erklaerung p label{
  color:#595959  !important;
}
*/

.selbstregistrierten_field {
  font-size: 18px;
}
label.selbstregistrierung {
  width: 190px;
}

#selbs_reg_radio_herr,
#selbs_reg_radio_frau,
#selbs_reg_radio_divers,
#selbs_reg_check {
  position: relative;
  display: inline-block;
  border: 0px solid;
  margin-right: 12px;
}

#selbs_reg_radio_herr,
#selbs_reg_radio_frau,
#selbs_reg_radio_divers {
  top: 4px;
}

#opt_in_gender_1,
#opt_in_gender_2,
#opt_in_gender_3,
#datenschutz {
  position: relative;
  z-index: 1;
  width: 9px;
  /* visibility: hidden; */
  top: -4px;
  right: 0px;
}
#datenschutz {
  right: -5px;
}

#selbs_reg_radio_herr:after,
#selbs_reg_radio_divers:after,
#selbs_reg_radio_frau:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 2px;
  z-index: 2;
  border: 0px solid red;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

#selbs_reg_radio_divers:before,
#selbs_reg_radio_herr:before,
#selbs_reg_radio_frau:before {
  content: "";
  position: absolute;
  z-index: 1;
  border: 0px solid red;
  width: 22px;
  height: 22px;
  background-color: #f90;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  top: -4px;
}

.newClass#selbs_reg_radio_herr:after,
.newClass#selbs_reg_radio_frau:after,
.newClass#selbs_reg_radio_divers:after {
  background-color: #009;
}

.newClass_2#selbs_reg_radio_herr:after,
.newClass_2#selbs_reg_radio_frau:after,
.newClass_2#selbs_reg_radio_divers:after {
  background-color: #fff;
}

#selbs_reg_check:before {
  content: "";
  position: absolute;
  z-index: 1;
  border: 0px solid red;
  width: 22px;
  height: 22px;
  background-color: #f90;
  /* border-radius:5px */
}

#selbs_reg_check:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 2;
  border: 0px solid red;
  width: 18px;
  height: 18px;
  background-color: #fff;
}

.newClass#selbs_reg_check:after {
  background-color: #009;
}
.newClass_2#selbs_reg_check:after {
  background-color: #fff;
}

.myHint {
  font-size: 12px;
}
@media (max-width: 400px) {
  .selbstregistrierten_field {
    font-size: 14px;
  }
}
/* ENDE::: Selbstregistrierung */

/* FAQ Akordion */

.faq-section-wrapper {
  display: flex;
  position: relative;
  list-style-type: none;
  margin: 0px -15px 20px;
  padding: 0px;
  flex-wrap: wrap;
}
.faq-item-wrapper {
  display: flex;
  position: relative;
  list-style-type: none;
  /* cursor: pointer; */
  padding: 0px 0px 40px;
  width: 100%;
}
.faq-content-wrapper {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 60px;
  background: white;
  padding: 30px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
  transition: border 0.2s ease 0s;
  margin: 0px 16px;
  flex: 1 1 auto;
}
.faq-content-teaser {
  position: relative;
  margin-bottom: 5px;
  margin-left: 40px;
  width: 80%;
}
.faq-content-teaser::before {
  background-image: url("/themes/enbw/images/faq-question-mark.svg");
  position: absolute;
  content: "?";
  width: 25px;
  height: 37px;
  top: 0;
  transform: translateY(0%);
  left: -3rem;
  color: transparent;
  background-repeat: no-repeat;
}
.faq-content {
  max-height: 0px;
  opacity: 0;
  transform: translateY(20px);
  overflow: hidden;
}
.faq-content.faq-content-visible {
  max-height: none;
  opacity: 1;
  transform: translateY(0px);
  overflow: hidden;
}
.faq-close-button {
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
  color: #f90;
  border: none;
  background: url("/themes/enbw/images/schliessen.svg");
  font-size: 0;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  right: 25px;
  max-height: 0;
  opacity: 1;
  transition: opacity 0.3s, transform;
  display: none;
}
.faq-close-button::after {
  background: url("/themes/enbw/images/oeffnen.svg") center center no-repeat;
  content: "";
  color: transparent;
  height: 40px;
  width: 40px;
  border: 2px solid #ff9900;
  border-radius: 50%;
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translate(-50%);
  transition: opacity 0.75s;
  pointer-events: all;
}
.faq-open-button {
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
  color: #f90;
  border: none;
  background: url("/themes/enbw/images/schliessen.svg");
  font-size: 0;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  top: 100%;
  right: 50%;
  max-height: 0;
  opacity: 1;
  transition: opacity 0.3s, transform;
  /* display: none; */
  transform: translateX(50%);
}
.faq-open-button::after {
  background: url("/themes/enbw/images/oeffnen.svg") center center no-repeat;
  content: "";
  color: transparent;
  height: 40px;
  width: 40px;
  border: 2px solid #ff9900;
  border-radius: 50%;
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translate(-50%);
  transition: opacity 0.75s;
  pointer-events: all;
}
.faq-item-wrapper.faq-open {
  position: fixed;
  z-index: 10000;
  left: 10%;
  right: 10%;
  top: 50%;
  transform: translateY(-50%) translateZ(0);
  min-height: 250px;
  max-height: none;
  max-width: none;
  width: auto;
}
.faq-item-wrapper.faq-open .faq-content-wrapper:before {
  content: "";
  width: 200vw;
  height: 200vh;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
  position: absolute;
  top: -100vh;
  left: -40vw;
}
.faq-item-wrapper.faq-open .faq-close-button {
  transform: rotate(45deg);
}
.faq-item-wrapper.faq-open .faq-close-button {
  display: block;
}
.faq-item-wrapper.faq-open .faq-open-button {
  display: none;
}
.faq-item-wrapper.faq-open .faq-content {
  width: 66%;
  opacity: none;
  max-height: none;
  display: block;
  padding-left: 16px;
  transform: none;
  opacity: 1;
  transition: opacity 0.2s 0.4s;
}
@media screen and (max-width: 759px) {
  .faq-content {
    transition: opacity 0.5s ease 0s,
      transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .faq-content.faq-content-visible .faq-close-button::after {
    transition: opacity 0.2s;
    opacity: 0;
  }
  .faq-content.faq-content-visible .faq-close-button {
    opacity: 0;
  }
  .faq-item-wrapper.faq-open .faq-content {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .faq-item-wrapper {
    width: 33.3%;
    max-width: 33.3%;
    flex: 0 1 33.3%;
  }

  .faq-item-wrapper.faq-open .faq-content-wrapper {
    display: flex;
  }
  .faq-item-wrapper.faq-open .faq-content-teaser {
    width: 33%;
  }
  .faq-item-wrapper.faq-open .faq-content-teaser::before {
    transform: translateY(30%);
  }
  .faq-item-wrapper.faq-open {
    /* top: 29%; */
  }
}

/* ENDE::: FAQ Akordion */

/* START::: SPENDEN */
.bestellen_link_box a,
.bonus_link_box a {
  color: #fff !important;
  background-color: #009 !important;
  /*padding: 5px 20px !important;*/
}

.bestellen_link_box a:hover,
.bonus_link_box a:hover {
  color: #fff !important;
  background-color: #0e0ec4 !important;
}

@media (max-width: 580px) {
  div.selbstregistrierten_field:nth-of-type(1) label.selbstregistrierung {
    width: 90px;
    display: inline-block;
    /*border:1px solid red;*/
  }
}

@media (max-width: 460px) {
  .bestellen_link_box a,
  .bonus_link_box a {
    /*width: 150px;*/
    /*height: 40px;*/
    /*line-height: 40px;*/
    /*background-color:#FFF !important;*/
  }

  .bestellen_link_box a:hover,
  .bonus_link_box a:hover {
    color: #fff !important;
    background-color: rgba(147, 149, 151, 1) !important;
  }
}

/* ENDE::: SPENDEN*/

input.delete_button_konto.delete_button {
  /*width: 270px;*/
  background-position: 220px 50%;
  border-color: #f90;
}

input.delete_button_konto.delete_button:hover {
  background-position: 230px 50%;
  background-color: #c21b17 !important;
}

/* Registrieren-Button auf dem Bild */
a.myRegister {
  font-size: 16px;
  background-position: 0% 0%;
  background-image: none;
  padding: 0px 20px !important;
  border: 1px solid #c21b17;
  color: #fff !important;
  background-color: #c21b17 !important;
  /*-webkit-border-radius: 4px !important;*/
  /*-moz-border-radius: 4px !important;*/
  /*border-radius: 4px !important;*/
}

a.myRegister:hover {
  background-image: none;
  background-color: rgba(194, 27, 23, 0.5) !important;
}

input[type="text"].selbstregistrierung,
input[type="password"].selbstregistrierung,
#opt_in_gender {
  width: 100%;
  min-width: 320px;
  max-width: 400px;
}
/* ENDE::: Registrieren-Button auf dem Bild */

#myNewReg {
  position: relative;
  border: 1px solid red;
  z-index: 9999999;
  color: #fff !important;
}

#navbar_inner_wrap {
  /*border: 1px solid red;*/
  max-width: 1280px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 0px;
  vertical-align: middle;
  text-align: right;
}

#my_logo {
  /*border: 1px solid navy;*/
  display: inline-block;
  width: auto;
  float: left;
}

/* Sprache */
.rog-button-language {
  color: rgb(89, 89, 89) !important;
  background-color: rgba(147, 149, 151, 0.3) !important;
  /*-webkit-border-radius: 4px;*/
  /*-moz-border-radius: 4px;*/
  /*border-radius: 4px;*/
  border: 1px solid #595959;
}

.rog-dropdown-hover:first-child {
  background-color: #fff;
  border: 1px solid rgba(147, 149, 151, 1);
  color: rgba(147, 149, 151, 1) !important;
  margin-top: 10px;
}

.text-left {
  text-align: left !important;
  padding: 4px;
}
/*ENDE::: Sprache*/

/* Footer */
.foo,
footer,
footer,
div.rog-content-footer {
  position: relative !important;
}

.top {
  color: #009 !important;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  top: -15px;
  right: 0px;
  height: 55px;
  width: 50px;
  background-color: #fff;
  max-width: none;
  transition: all 0.3s;
  cursor: pointer;
}

.top div {
  color: #009 !important;
}

.top div:first-child {
  font-size: 15px;
  transform: rotate(-90deg);
}

.top div:nth-of-type(3) {
  margin-top: -5px;
}

.top:hover {
  padding-right: 20px;
  width: 70px;
  transition: all 0.3s;
}

footer.rog-blue {
  background: linear-gradient(#4a5daa, #061671) !important;
  /* border: 1px solid red; */
  height: 80px;
  padding: 16px 0px !important;
  margin-top: 50px;
}

footer div.rog-content {
  padding: 0px 0px;
  /*border:1px solid red*/
  margin-top: 10px;
}
/*ENDE::: Footer*/

/* Hauptnavigation */

.logoContent {
  max-width: 400px;
  width: 300px;
  height: auto;
}

.burger__label-s {
  display: none;
  font-size: 14px;
  color: #009 !important;
  position: relative;
  top: 25px;
  right: -27px;
  font-weight: 500;
  width: 40px;
  border: 0px solid blue;
  float: right;
  cursor: pointer;
}

/* Application */

table {
  border-spacing: 0px;
}

/* 9. Punkte */

.punktetable-wrapper {
  position: relative;
}
.punktetable-wrapper button {
  position: absolute;
  bottom: 3%;
  left: 1%;
  background: var(--clr-primary);
  border: none;
  font-weight: 500;
  padding: 4px 11px;
  border-radius: calc(var(--border-radius) + 4px);
  cursor: pointer;
  color: white;
}

.punktetable {
  padding: var(--spacer-medium);
  background-color: var(--clr-neutral-grey) !important;
  border-radius: 12px;
}

.punktebox {
  border: none;
}
.punktepunkte {
  width: 65px !important;
}
/* ENDE::: Application */
.punktehead .punktebox,
.punktebox .punktebox,
.punktebox .punktebox {
  border-bottom: 3px solid var(--clr-black);
}
.punktebox {
  border-bottom: 1px solid var(--clr-black);
}
table.punktetable {
  width: 100%;
}

table.punktetable td {
  word-break: break-all;
}

tr.punktebox_amount td {
  font-weight: 600;
}
.punktebody {
  max-height: 156px;
  overflow: hidden;
}

/* 9. Punkte ENDE */

/* Mobile */

@media (max-width: 700px) {
  footer {
    height: auto !important;
  }
  div.rog-quarter {
    display: block !important;
    width: 100%;
    border: 0px solid white;
  }
}

@media (min-width: 791px) {
  #link-registrieren-large {
    display: none;
  }
}

@media (max-width: 791px) {
  .rog-padding-large {
    padding: 12px 30px !important;
  }

  .rog-accordion {
    width: 90%;
  }

  input[type="text"].selbstregistrierung,
  input[type="password"].selbstregistrierung,
  #opt_in_gender {
    width: 80%;
    min-width: 300px;
    max-width: 400px;
  }
  .teaser-container h1 {
    font-size: 42px;
  }
  .teaser-container h1:before {
    height: 96px;
    width: 113vw;
  }
}

@media (max-width: 911px) {
  .top {
    right: 10px;
  }
}

@media (max-width: 600px) {
  .top {
    bottom: 100px;
  }
}

/* Login */

#loginEmail,
#loginPw input[type="password"] {
  background-color: #edf6fb !important;
  height: 50px !important;
  border: 0px solid #fff !important;
  width: 100%;
}

.input__label-content_mail,
#labelSpanPW,
#labelSpanEmail {
  margin-top: 35px;
  font-size: 20px;
  margin-left: 20px;
  opacity: 0.5;
  font-weight: 400;
  transition: all 0.2s ease-out;
}

.getHight {
  margin-top: 15px !important;
  font-size: 11px !important;
  margin-left: 15px !important;
  opacity: 1 !important;
  font-weight: 600 !important;
  color: #009 !important;
  transition: all 0.2s ease-out;
}

/* ENDE::: Login*/

/* Application */

.vergessenbox {
  padding: 0px !important;
  border: transparent !important;
  text-align: left important;
}

form[name="passVergessen"] input#email {
  padding: 0px !important;
}

input#email {
  height: 40px;
  width: 25%;
  min-width: 250px;
  padding: 0px 8px 0px 8px !important;
}

/******************/
/** 13.2 jSuccess CSS **/
/******************/
#jSuccess {
  max-width: 730px;
}
/* Hamburger Icon with Animation */
.effect-22,
.effect-23,
.effect-24 {
  border: 0;
  padding: 7px 15px;
  border: 1px solid #ccc;
  position: relative;
  background: transparent;
}

.effect-22 ~ .focus-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  transition: 0.4s;
  z-index: -1;
}
.effect-22:focus ~ .focus-bg,
.has-content.effect-22 ~ .focus-bg {
  transition: 0.4s;
  width: 100%;
  background-color: #ededed;
}
.effect-22 ~ label {
  position: absolute;
  left: 14px;
  width: 100%;
  top: 10px;
  color: #aaa;
  transition: 0.3s;
  z-index: -1;
  letter-spacing: 0.5px;
}
.effect-22:focus ~ label,
.has-content.effect-22 ~ label {
  top: -18px;
  left: 0;
  font-size: 12px;
  color: #333;
  transition: 0.3s;
}
/* Hamburger Icon with Animation END */
.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* community*/
#communityImg{
  float: right;
  height: 250px;
  width: 500px;
  top: -178px;
  position: absolute;
  z-index: -2;
}

@media (max-width: 1230px) {
  #communityImg{scale: 0.5;    left: 200px;}}
  
@media (max-width: 950px) {
  #communityImg{display: none;}}


  .entry-section2 {
    background-color: var(--clr-medium-grey);
    color: var(--clr-white);
    padding: 72px;
}
.entry-section2 h3{
  font-size: 48px;
    padding-top: 30px;
    color: var(--clr-primary);
}

.relativeContainer{
  position: relative;
    float: right;
    width: 500px;
    position: relative;
    z-index: -2;
}