/* Font Faces */
@font-face {
  font-family: CircularXXWeb-Book;
  src: url(fonts/CircularXXWeb-Book.woff) format("woff"),
    url(fonts/CircularXXWeb-Book.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: CircularXXWeb-Bold;
  src: url(fonts/CircularXXWeb-Bold.woff) format("woff"),
    url(fonts/CircularXXWeb-Bold.woff2) format("woff2");
  font-display: swap;
}

/* Variables */
/* juwi ci */
:root {
  --black: #000;
  --dunkelgrau: #777;
  --header-space: 0px;
  --max-width: 1264px;
  --text-color: #616161;
  --text-font: CircularXXWeb-Book, Arial, Helvetica, sans-serif;
  --white: #fff;
  --white-gray: #f4f6fa;
  --medium-gray: #acb3c0;
  --dark-gray: #6e737d;
  --dark: #1e2328;
  --technical-blue: #0049ec;
  --primary: var(--technical-blue);
  --solid-blue: #051884;
  --secondary: var(--solid-blue);
  --energizing-mint: #00c1d2;
  --activating-green: #baf554;
  --electric-purple: #b96bea;
  --soft-pink: #ffabd4;
  --sunny-yellow: #ffe437;
  --error-red: #e51a0d;
  --helltuerkis: #c7e6f2;
  --border-radius-default: 16px;
  --border-radius-button: 28px;
  --border-radius-nav: 50px 0 0 50px;
  --border-thin: 1px solid var(--white-gray);
  --border-thick: 2px solid var(--white-gray);
  --icon-size: 100px;
  --gradient: linear-gradient(
    90deg,
    #0049ec 0,
    #00c1d2 49.99%,
    #c4f554 99.99%,
    #baf554 100%
  );
  --box-shadow-nav: 0px 4px 20px rgba(5, 24, 132, 0.15);
  --box-shadow-headerimage: 0px 24px 40px -16px rgba(5, 24, 132, 0.2);
  --box-shadow-1b: 0px 24px 40px -16px rgba(5, 24, 132, 0.35);
  --box-shadow3: 0px 24px 40px -16px rgba(5, 24, 132, 0.25);

  /* REUTH  */
    --reuth-yellow: #f2d908;
    --reuth-green: #15400F;
    --reuth-dark-green: #0A2D05;
}
body #content {
  word-wrap: unset;
  word-break: unset;
  hyphens: unset;
}
html {
  font-size: 16px;
  scroll-padding-top: 100px;
}

body * {
  /*border: 1px solid red;*/
}

html,
body {
  scroll-behavior: smooth;
  font-size: 1.125rem;
  font-family: CircularXXWeb-Book, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: var(--text-color);
  background-color: #fff;
  word-wrap: unset;
}
div#main-wrapper {
  min-height: 85vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: CircularXXWeb-Bold, Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 28px;
}

h4 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6667em;
  margin-top: 1.2em;
}
#ueber_uns h4 {
  font-weight: 700;
}
h5 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2143em;
  margin-bottom: 1.1em;
  text-transform: none;
}

h6 {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1rem;
}

h2 {
  font-size: 34px;
  letter-spacing: 1px;
  color: var(--technical-blue);
}

.menu.sf-menu li,
b,
optgroup,
strong,
#page .ui-widget {
  font-family: var(--font);
}

p,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

#page li {
  margin-bottom: 0.4rem;
  font-size: 18px;
}

#main ol,
#main ul {
  padding-left: 24px;
}

li::marker {
  font-size: 24px;
  color: #243b70;
}

ol {
  font-weight: 600;
}

p {
  font-weight: 400;
  font-size: 18px;
}

ol:last-child,
p:last-child,
ul:last-child,
li:last-child {
  margin-bottom: 0;
}

figure {
  margin: 0;
}

.node__content {
  font-size: 1rem;
}

a.downloads {
  background: #dedede;
  border-radius: 10px;
  color: var(--text-color);
}

a.downloads:hover {
  background: var(--technical-blue);
  color: #fff;
}

input.form-submit:hover,
input.form-submit:focus,
.button:hover,
.button:focus {
  background-color: var(--technical-blue);
  color: #fff;
}

.button.secondary {
  background: var(--blaugrau);
}

.button.secondary:hover,
.button.secondary:focus {
  background: var(--gruen1);
}

.button.zeichnung {
  width: 100%;
  font-size: 1.2rem;
}

.toolbar button.toolbar-icon {
  background: transparent;
}

.modal_login .item-list {
  display: none;
}

.modal_login .button {
  width: 100%;
  margin: 0;
}

#log_overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 120vh;
  top: -30px;
  left: 0px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.system_messages_wrapper {
  background-color: #fff;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.system_messages_wrapper::-webkit-scrollbar {
  display: none;
}

.system_messages_wrapper .messages {
  display: block;
  clear: both;
  margin-bottom: 0;
  border: none !important;
  background-color: var(--white) !important;
  box-shadow: none;
  color: var(--text-color) !important;
  border-radius: 0;
}

/* COOKIE BANNER */
body div#sliding-popup,
body div#sliding-popup .eu-cookie-withdraw-banner,
body .eu-cookie-withdraw-tab {
  background-color: var(--solid-blue);
}
body div#sliding-popup p,
div#sliding-popup label,
.eu-cookie-withdraw-tab {
  color: white;
}
.ui-dialog-titlebar {
  background-color: var(--technical-blue) !important;
  color: var(--white);
}

.contextual-region .contextual .contextual-links a {
  color: #333 !important;
}

/* Allgemeine Styles */
.ee_content_row {
  margin-top: 77px;
  margin-bottom: 50px;
}
a,
.link {
  color: var(--blaugrau);
  transition: color 0.3s;
}

h2.styling2 {
  padding-bottom: 43px;
  position: relative;
}

h2.styling2:after {
  content: "";
  height: 20px;
  margin: 0 auto;
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
  width: 162px;
}

.button_wrapper a.download {
  color: #fff;
  font-weight: 400;
  display: block;
  margin-top: 20px;
}
#reuth-content .button_wrapper a.zeichnen,
#reuth-content .faq_header a.active{
  background-color: var(--reuth-yellow);
}
.button_wrapper a.zeichnen {
  display: inline-block;
  border-radius: var(--border-radius-button);
  padding: 1rem 2rem;
  text-align: center;
  min-width: 220px;
  font-size: 1rem;
  line-height: 1.25rem;
  background-color: var(--activating-green);
  color: var(--solid-blue);
  margin-top: 2rem;
}
.button_wrapper a.zeichnen:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--solid-blue);
}
.button_wrapper a.zeichnen:focus {
  box-shadow: 0 0 0 3px var(--medium-gray);
}
.button_wrapper a.download:hover {
  color: #fff;
  text-decoration: underline;
}

.download::after {
  font: var(--fa-font-regular);
  content: "\f019";
  font-size: inherit;
  margin-left: 10px;
}

#page > header {
  background-color: #fff;
  padding: 20px 40px;
  position: sticky;
  right: 0;
  z-index: 100;
  top: 40px;
  width: 98%;
  border-radius: var(--border-radius-nav);
  box-shadow: var(--box-shadow-nav);
}

#header_top_wrapper {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding-top: 20px;
}

#header_top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 5;
}

#header_top a {
  color: #000;
}

#header_top_inner {
  display: flex;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}

#header_inner {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}

#logo {
  display: flex;
  align-items: center;
  gap: 20px;
}

#logo #ci_logo img {
  max-width: 110px;
}
#logo #eueco-header-logo {
  margin-top: 0px;
  display: block;
  max-width: 100px;
}

#page.header_fixt #logo #ci_logo {
  margin-bottom: 0px;
}

#logo img {
  width: auto;
  height: auto;
}

#logo .site-logo img,
.eueco-logo img {
  width: auto;
}

/* Header Image */
.headerbild_image img {
  margin: 0 auto;
  display: block;
}

#heroimage {
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
}

/* Login Logout Bar */
#block-slwheaderkontakt .field-item-content,
.header_flex {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header_flex a.icon_kontakt::before {
  content: "\e873";
}

.header_flex a.icon_kontakt:hover::before {
  background-color: #f6a200;
  color: #fff;
}

.header_flex a:hover::before {
  background-color: #f6a200;
  color: #fff;
}

/* Primary Menu */
#primary-menu {
  display: flex;
}

#primary-menu .block-superfish {
  width: auto;
}

#primary-menu .content,
#primary-menu .content > .menu {
  line-height: normal;
  height: 50px;
  align-content: center;
}

#primary-menu .content .sf-menu > li ul {
  background: #fff;
  box-shadow: none;
  width: 300px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  top: 54px;
  padding: 10px 0 20px 0;
  min-width: 15em;
  border-top: var(--border-thick);
}

#primary-menu .content .sf-menu > li:first-child ul {
  min-width: 20em;
}

#primary-menu .content .sf-menu > li ul a {
  padding: 7px 20px;
}

#primary-menu .content ul li a {
  font-family: var(--font);
  color: #000;
  background-color: transparent;
  padding: 0 18px;
  line-height: normal;
}

#primary-menu .content .sf-menu > li > a {
  color: #000;
  /* height: 75px; */
  align-content: center;
}

#primary-menu .content .sf-menu li ul a {
  margin: 0;
}

#primary-menu .content .sf-menu li ul a:hover {
  margin: 0;
}

a:hover,
a.hover:hover,
a:active,
a:focus,
.link:hover,
.link:active,
.link:focus {
  text-decoration: none;
  border-bottom-style: none;
  color: var(--technical-blue);
}
.slide a.hover .title {
  color: #000;
}

a.hover:hover .read_more {
  text-decoration: underline;
}

/* Mobile Menu */
#mm_navibutton_wrapper {
  display: none;
  background-color: var(--technical-blue);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

#mm_navibutton_wrapper svg {
  display: block;
}

.hamburger {
  padding: 14px 0 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 30px;
  height: 25px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 30px;
  height: 2px;
  background-color: var(--white);
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
  background-color: var(--white);
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -14px;
}

.hamburger-inner::after {
  bottom: -14px;
  right: 0;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 14px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 28px;
}

#mobile_menu_wrapper #menu > div > .menu > .menu-item,
#mobile_menu_wrapper .content > .menu > .menu-item {
  padding-bottom: 1rem;
}

#mobile_menu_wrapper ul.menu li {
  list-style: none;
}

#mobile_menu_wrapper ul.menu li a {
  color: var(--technical-blue);
  font-weight: 700;
  width: 100%;
  position: relative;
  z-index: 2;
  line-height: 1;
}

#mobile_menu_wrapper ul.menu li li a {
  font-weight: 400;
}

#mobile_menu_wrapper ul.menu li a::before {
  content: "";
  width: 12px;
  position: absolute;
  right: -4px;
  top: 10px;
  height: 100%;
  z-index: -1;
  background-color: #fff;
}

#mobile_menu_wrapper ul.menu li a:hover::after {
  right: -15px;
}

#menu .navigation-trigger {
  position: absolute;
  top: 0;
  right: 0;
}

.login-logout-mobile {
  display: none;
  float: left;
  padding: 0 20px;
}

a.anmelden_toggle,
a.abmelden_toggle {
  background-color: var(--technical-blue);
  color: var(--white);
  font-size: 18px;
  border-radius: var(--border-radius-button);
  padding: 0.5em 1.5em;
}

.login-logout-mobile .anmelden_toggle,
.login-logout-mobile .abmelden_toggle {
  color: var(--technical-blue);
  font-weight: 600;
  position: relative;
  background: none;
  line-height: 40px;
  padding: 0;
  border: none;
}

/* Text Element */
.text-element {
  margin: 3rem auto;
}

.text-element--wrapper {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.text-element--content {
  display: flex;
  justify-content: center;
}

.text-element--content.wrap {
  flex-wrap: wrap;
}

.text-element--content.gap {
  gap: 2em;
  margin-top: 20px;
}

.text-element--full {
  width: 100%;
}

.m-regular--headline {
  font-size: 46px;
  display: block;
  line-height: 57px;
  font-weight: 700;
}

.m-regular--headline + .m-regular--subline {
  margin-top: 0.5rem;
}

.m-regular--subline {
  font-size: 20px;
  color: var(--technical-blue);
  font-weight: 300;
  margin-bottom: 1rem;
}

.text-element--two {
  width: 50%;
  padding: 2rem;
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.text-element--1-2,
.text-element--2-3,
.text-element--1-3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.text-element--1-2 {
  width: 50%;
}

.text-element--2-3 {
  width: 66.66666%;
}

.text-element--1-3 {
  width: 33.33333%;
}

.text-element--1-3.center {
  width: 33.33333%;
  align-items: center;
  justify-content: center;
}

.text-element--2-3 img,
.text-element--1-3 img {
  width: 100%;
}

.teaser-element--text {
  text-align: center;
  padding: 30px;
}

.text-element--content table {
  font-family: var(--font);
}

.text-element--content table tr {
  background: none;
  border: none;
  line-height: normal;
}

.text-element--content table td {
  width: 50%;
  padding-left: 0;
}

/* Map Standort */
.text-element .map {
  width: 100%;
  aspect-ratio: 3/2;
}

/* Slider */
.slick-prev,
.slick-next {
  font-family: "Font Awesome 5 Free";
  display: flex;
  align-items: center;
  top: 50%;
}

.slick-next {
  right: -90px !important;
}

.slick-prev {
  left: 0 !important;
  display: none;
}

.slick-prev:before,
.slick-next:before {
  content: " ";
  background-repeat: no-repeat;
  width: 80px;
  height: 95px;
  display: inline-block;
}

.slick-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' fill='none' stroke='%23669d24' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");
}

.slick-next:before {
  font: var(--fa-font-regular);
  content: "\f178" !important;
  font-size: 30px;
  line-height: 90px;
  color: #0049ec;
  background-color: #fff;
  background-image: none;
  border-radius: 40px;
  box-shadow: 0px 10px 30px -5px rgba(5, 24, 132, 0.25);
}

/* Form */
#kontakt_form .form-text,
#kontakt_form .form-tel,
#kontakt_form .form-email,
#kontakt_form .form-select,
#kontakt_form .form-textarea {
  display: block;
  width: 100%;
  font-size: 1.33333rem;
  /* padding: 1.125rem 1rem 0 1rem; */
  height: 56px;
  font-family: CircularXXWeb-Book, Arial, Helvetica, sans-serif;
  border: 0;
  border-radius: 8px;
  background-color: var(--white-gray);
  border: 3px solid var(--white-gray);
  color: var(--solid-blue);
}

body .form-textarea {
  min-height: 160px;
}

.webform-button--submit {
  float: right;
}

.webform-submission-form .form-item label {
  display: inline;
}

/* FAQ */
.text-element--content.faq {
  flex-wrap: wrap;
  margin-top: 2rem;
}

.faq_header {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

#reuth-content .faq_header a{
    color: var(--reuth-dark-green);
}

.faq_header a {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  background-color: var(--white-gray);
  color: var(--technical-blue);
  border-radius: var(--border-radius-button);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin: 0 0.25rem 1rem 0;
}

.faq_header a:hover {
  color: var(--solid-blue);
}

.faq_header a.active {
  background-color: var(--technical-blue);
  color: var(--white);
  box-shadow: 0px 12px 24px -4px rgba(5, 24, 132, 0.25);
}

.block-ee-faq {
  width: 100%;
}

.faq_headline {
  font-size: 1.5rem;
  color: var(--technical-blue);
  display: none;
}

.block-ee-faq > h2 {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
  color: var(--technical-blue);
}

.faq_block {
  display: none;
  padding: 1em 0;
}

.block-ee-faq .ui-accordion-content {
  border: none;
  color: var(--solid-blue);
  border-radius: 0;
  margin-top: 0px;
  padding: 20px 10px;
  top: 0;
  border-bottom: var(--border-thin);
  max-width: 75%;
}
#node-5673 .block-ee-faq .ui-accordion-content {
    color: var(--reuth-green);
}
#node-5673 li::marker {
    color: var(--reuth-green);
}
.block-ee-faq .ui-accordion-header-icon {
  display: none;
}
#reuth-content .block-ee-faq .ui-accordion-header{
    color: var(--reuth-dark-green);
}
.block-ee-faq .ui-accordion-header {
  color: var(--technical-blue);
  padding: 10px;
  border: none;
  border-bottom: var(--border-thin);
  background: none;
  font-weight: 300;
  margin-top: 15px;
  line-height: normal;
}

.block-ee-faq .ui-accordion-header.ui-accordion-header-active {
  border: none !important;
  border-bottom: none !important;
  color: var(--technical-blue);
}

.block-ee-faq .ui-accordion-header::after {
  font: var(--fa-font-thin);
  content: "\2b";
  font-size: 25px;
  position: absolute;
  display: block;
  width: 32px;
  left: auto;
  right: 25px;
  top: 0;
  height: 100%;
  transition: rotate 0.4s ease-in-out;
}

.block-ee-faq .ui-accordion-header:hover:after {
  transition: rotate 0.4s ease-in-out;
}

.block-ee-faq .ui-accordion-header.ui-accordion-header-active::after {
  content: "+";
  font-size: 25px;
  color: var(--technical-blue);
  transition: rotate 0.4s ease-in-out;
  rotate: 45deg;
  position: absolute;
  display: block;
  width: 32px;
  left: auto;
  right: 25px;
  top: 0;
  height: 100%;
}
#reuth-content .block-ee-faq .ui-accordion-header.ui-accordion-header-active::after{
  color: var(--reuth-dark-green);
}

/* Div Table */
.divTable {
  display: table;
  width: 100%;
}

.divTableRow {
  display: table-row;
}

.divTableHeading {
  background-color: #eee;
  display: table-header-group;
}

.divTableCell,
.divTableHead {
  display: table-cell;
  padding-top: 1rem;
  padding-right: 0.5rem;
}

.divTableHeading {
  background-color: #eee;
  display: table-header-group;
  font-weight: bold;
}

.divTableFoot {
  background-color: #eee;
  display: table-footer-group;
  font-weight: bold;
}

.divTableBody {
  display: table-row-group;
}

/* Datenschutz */
.divrow {
  display: table-row;
}

.divrow > div {
  display: table-cell;
  padding: 0.5rem 0;
}

.divrow:first-child > div {
  border-top: none;
}

.divtable .divrow > div:first-child {
  width: 38%;
}

.divtable .divrow > div:last-child {
  text-align: right;
  width: 60%;
}

.divtable .divrow:last-child > div {
  border-bottom: none;
}

.datenschutz .divrow > div {
  display: table-cell;
  border-bottom: var(--border-thin);
  padding: 10px;
}

.datenschutz .divrow > div:nth-child(3) {
  width: 150px;
}

.datenschutz .divrow > div:first-child {
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--text-color);
}

.datenschutz .divrow > div:first-child {
  font-weight: 600;
  font-size: inherit;
  color: var(--text-color);
  width: auto;
}

.datenschutz .divrow.th {
  font-weight: 600;
  color: var(--text-color);
}

.datenschutz .divrow > div:last-child {
  text-align: left;
  width: auto;
}

.datenschutz .divrow {
  width: 100%;
  float: none;
  display: table-row;
  padding-right: 5%;
  border-left: none;
  margin-bottom: 2rem;
  padding-left: 1rem;
  border-bottom: var(--border-thin);
}

.datenschutz.divtable .divrow:last-child > div {
  border-bottom: var(--border-thin) !important;
}

/* Footer */

.footer-bottom-menu {
  margin-bottom: 0;
}

footer {
  background-color: var(--technical-blue);
  background: linear-gradient(
    to right,
    var(--technical-blue) 0%,
    var(--technical-blue) 75%,
    var(--secondary) 75%,
    var(--secondary) 100%
  ); /* W3C */
  color: var(--white);
  display: flex;
}

div#footer_bottom {
  background-color: var(--solid-blue);
}

div#footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

div#block-anbieterdervermogensanlagen-2 h4 {
  color: var(--white);
}

#footer_wrapper {
  width: 100%;
  padding: 1rem 0;
  padding-bottom: 3rem;
  overflow: hidden;
}

#footer_wrapper_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#footer .region-footer {
  display: flex;
  flex-direction: column;
}

#block-eueco-site-menu-menu-footermenu {
  text-align: center;
  display: flex;
  align-items: center;
}

#block-eueco-site-menu-menu-footermenu ul {
  display: flex;
}

#block-footerlogo h3 {
  margin-top: 0px;
}
#footer_middle {
  display: flex;
  justify-content: space-between;
  position: relative;
  font-size: 0.8rem;
}
#footer_middle_left {
  min-height: 300px;
  position: relative;
  padding-right: 80px;
  width: 77%;
}
#footer_middle_left > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#footer_middle_left:after {
  position: absolute;
  content: " ";
  background-image: url("/sites/energiewendegeld.de/files/juwi/footer_shape_desktop.svg");
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 240/160;
  height: 100%;
  top: 0;
  right: 0px;
}
#footer_middle_right {
  background-color: var(--secondary);
  width: 23%;
}

#footer_middle h4 {
  color: var(--white);
  font-size: 1rem;
  line-height: normal;
  margin-bottom: 10px;
}
.polygon img {
  width: 100%;
  height: auto;
  display: block;
}

footer .content ul.menu li:last-child {
  border: none;
  margin: 0;
}

footer .content ul.menu a {
  color: var(--white);
  padding: 0 8px;
  line-height: 16px;
}

footer .content ul.menu li:first-child a {
  padding-left: 0;
}

.table {
  display: table;
  width: 100%;
}

.table > div {
  display: table-row;
}

.table > div > div {
  display: table-cell;
  padding: 5px 0px;
}
.table .label {
  font-weight: 600;
  padding-right: 30px;
}

#main-content:has(#content_top_wrapper) {
  display: flex;
}

#pid-unternehmen #main-content {
  display: block;
}

#main-content #content_top_wrapper {
  margin-top: 4rem;
  width: 30%;
  min-width: 30%;
}

#main-content #content_top {
  margin: 0;
}

#main-content .region-content {
  flex-grow: 1;
  margin-top: 2.5rem;
}

.map {
  width: 100%;
  aspect-ratio: 3/2;
}

.flex.side {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.flex.side:first-child {
  margin-top: 0;
}

.flex.side > div:first-child {
  margin-top: 90px;
  min-width: 300px;
  margin-right: 50px;
}

#ee-faq_investitionsprozess-block {
  display: block;
}

.beteiligung_outer {
  position: relative;
}

#mobile_menu_wrapper #block-hauptnavigation {
  padding-top: calc(var(--header-height) + 50px);
}

#webform-submission-contact-add-form {
  margin-bottom: 50px;
}

.tabs_nav_wrapper {
  height: 64px;
  display: flex;
  gap: 50px;
}

.tab_pane_wrapper {
  padding: 40px;
}

.tab_pane_wrapper .tab_pane.closed {
  display: none;
}

.tab_pane {
  background-color: #fff;
  border-radius: 0 10px 10px 0px;
}

.tabs_nav_wrapper .tabs_nav_button a {
  text-align: center;
  color: #000;
  border-bottom: 2px solid #fff;
  flex: 1;
  min-width: unset;
  width: 49%;
  font-size: 24px;
  font-weight: 600;
}

.tabs_nav_wrapper .tabs_nav_button a:hover {
  border-bottom: var(--border-thick);
}

.tabs_nav_wrapper .tabs_nav_button a.opened {
  color: var(--technical-blue);
  border-bottom: var(--border-thick);
}

.pane_wrapper {
  display: grid;
  grid-template-columns: 1.3fr 3fr;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.53);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.53);
}

.pane_wrapper .image_to_bg {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.pane_wrapper .image_to_bg h2 {
  text-align: center;
  padding: 15px 20px;
  background-color: var(--technical-blue);
  margin: 0;
  color: #fff;
  font-size: 28px;
}

.tab_pane_wrapper {
  padding-bottom: 160px;
}

a.link-button,
a.link-button:visited {
  color: var(--white);
  background-color: var(--technical-blue);
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 200px;
  border-radius: var(--border-radius-button);
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.25rem;
  transition: background-color 1s ease-out;
}

.link-button:hover {
  background-color: var(--solid-blue);
  color: var(--white);
}
#reuth-content.container{
  max-width:unset;
}
#reuth-content.container h2,
#reuth-content.container p{
  color: var(--reuth-green);
}
.container {
  display: flex;
  flex-direction: column;
  max-width: 62%;
}

.container p,
.container h1,
.container h2.title {
  color: var(--solid-blue);
}
.container h1,
.container h2.title {
  margin-bottom: 1.5rem;
}
.container h6.subtitle {
  color: var(--technical-blue);
  text-transform: uppercase;
}
#reuth-content.container h6.subtitle {
  color: var(--reuth-yellow);
}
.container.beteiligung .info_wrapper {
  width: 33%;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  position: relative;
}

.flex_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 60px;
}

.flex_reverse {
  flex-direction: row-reverse;
}

.flex_wrapper img {
  width: 100%;
  max-width: 350px;
  max-height: 250px;
  box-shadow: var(--box-shadow-1b);
  border-radius: var(--border-radius-default);
}

.image_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image_wrapper a {
  position: relative;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--technical-blue);
  font-size: 1rem;
  line-height: 1.625rem;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.image_wrapper a:last-child::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00e";
  font-size: 12px;
  color: var(--technical-blue);
  margin-left: 5px;
}

.front .content_row_3,
#pid-energiewendegeld-minfeld-repowering .content_row_5 {
  background-color: var(--white-gray);
}

.quote_container {
  padding: 75px 8em;
}

.quote_container img {
  display: block;
}

h4.quote {
  color: var(--technical-blue);
  line-height: 1.7;
  padding: 0.8em 0 1em;
  max-width: 80%;
}

.quote-details_container {
  display: flex;
  gap: 30px;
}
.quote-details_container .image {
  width: 94px;
  height: 94px;
}
.quote-details_container img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.quote_details_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quote_details_wrapper p {
  margin: 0;
}
.quote_details_wrapper .name {
  color: var(--solid-blue);
}
.quote_details_wrapper .role {
  color: var(--technical-blue);
}

/* FAQ */
.faq_block .accordion {
  background-color: #fff;
  border-radius: 10px;
}

#pid-kontakt #page * {
  box-sizing: border-box;
}

form.sw_kontakt label {
  font-weight: normal;
}

form.sw_kontakt fieldset.captcha legend {
  display: none;
}

form.sw_kontakt fieldset.captcha {
  border: none;
  padding: 0;
}

form.sw_kontakt .form-required::after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
  content: "";
  vertical-align: super;
  background-repeat: no-repeat;
  background-size: 6px 6px;
}

.flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flexbox .text {
  width: 80%;
}

.flexbox .image {
  max-width: 40%;
}

.slideshow_image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  width: 100%;
  position: relative;
}
.slideshow_image {
  background-position: center center;
}
/* HEADER AREA */

.headerimage {
  height: 100vh;
  width: 100%;
}

.headerimage video#video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 0;
}

.headerimage_content_text {
  width: 45%;
}
#reuth-content .headertext_content_inner{
  margin-top: 30px;
}
.headertext_content_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
  max-width: var(--max-width);
  padding: 0 10px;
}

.headertext_content_text {
  max-width: 60%;
}

#reuth-content .headerimage_content_image img {
    border-radius: 0;
}
.headerimage_content_image img {
  max-width: fit-content;
  border-radius: 16px;
  height: 300px;
  box-shadow: var(--box-shadow-headerimage);
  display: block;
}

.headertext {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 40%;
}

.headertext h1,
.headertext p {
  color: var(--technical-blue);
}
#reuth-content .headertext_content_text h1,
#reuth-content .headertext_content_text p {
  color: var(--reuth-green);
}
.headertext h1 {
  font-size: 2.5em;
}
.headertext p {
  font-size: 1em;
}

.headertext div.slideshow_content_inner_wrapper {
  max-width: var(--max-width);
  margin: 0 auto;
}

.submit-right #ee-submit-button:not(.disabled) {
  background-color: var(--technical-blue);
  color: white;
  border: none;
}

.platform #main #user-form *,
.platform #main #user-pass * {
  box-sizing: border-box;
  max-width: 670px;
}

#pid-customer-portfolio .platform *,
#pid-fast-registry-step1 .platform #main * {
  box-sizing: border-box;
}

.system_messages_wrapper .messages {
  background-position: left center;
}

.system_messages_wrapper {
  border: var(--border-thick);
  border-radius: 8px;
}
.messages__wrapper {
  padding: 0;
}

#ee-subscription-code-wrapper label.error p {
  display: none;
}

#ee-subscription-code-wrapper label.error {
  color: red;
  font-weight: normal;
}

#ee-subscription-code-wrapper label.error span {
  float: right;
}

#page.platform #mobile_menu_wrapper #menu {
  padding-top: 0px;
}

#mobile_menu_wrapper #block-hauptnavigation {
  padding-top: 0px;
}

#ee-projectportfolio-table button,
#ee-projectportfolio-table input[type="button"],
#ee-projectportfolio-table input[type="submit"],
#ee-projectportfolio-table .button {
  min-width: 0;
  margin-right: 3px;
}

.mm-menu .mm-navbar a.anmelden_toggle_mob,
.mm-menu .mm-navbar a.abmelden_toggle_mob {
  background-color: var(--technical-blue);
  color: #fff;
}

.mm-menu .mm-navbar a.anmelden_toggle_mob:hover,
.mm-menu .mm-navbar a.abmelden_toggle_mob:hover {
  background-color: #8bba34;
  color: #fff;
  border-color: #8bba34;
}

.logged-in .anmelden_toggle_mob,
.not-logged-in .abmelden_toggle_mob {
  display: none;
}

.mm-panels ul.menu a {
  color: #000;
}

.mm-panels ul.menu a.is-active {
  color: var(--technical-blue);
}
.front .mm-panels ul.menu a.is-active {
  color: #000;
}
.menu-item--collapsed {
  list-style-type: none;
  list-style-image: none;
}

.mm-menu .menu.sub_level {
  margin-left: 20px;
}

body .mm-menu li a {
  line-height: 45px;
  font-size: 1.125rem;
}

.mm-menu .mm-title {
  font-size: 0;
}

#ee_fast_registry_block h1.title span {
  display: block;
  font-size: 24px;
}
ul.slick-dots {
  padding-left: 0;
}
#block-headerextra .button {
  background-color: var(--gruen2);
  color: #000;
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 27px;
}
#block-headerextra .button span {
  text-decoration: underline;
  font-size: 27px;
  text-align: center;
  display: block;
  margin-bottom: 13px;
}
#block-headerextra .button em {
  font-style: normal;
  display: block;
}
ul.menu {
  margin: 0;
  list-style: none;
}

.card {
  max-width: 450px;
  background-color: var(--technical-blue);
  color: var(--white);
  position: relative;
  margin-bottom: 50px;
  border-radius: 16px;
}

.card .card-title {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
}

p.tag {
  display: inline-block;
  text-align: center;
  width: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}

div.polygon_card {
  background-image: url(/sites/energiewendegeld.de/files/juwi/cards/article-teaser-shape.svg);
  position: absolute;
  height: 35px;
  right: 0;
  top: 41%;
  z-index: 100;
  width: 84%;
}
#projekte.slider .slick-list {
  /*width: calc(100% + 450px);*/
}
#projekte.slider .slide {
  width: 25%;
  max-width: 400px;
  min-height: 700px;
}
.card.slide .image.to_bg {
  background-size: cover;
  background-repeat: no-repeat;
  height: 252px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 16px 16px 0 0;
}
.card.slide .image.to_bg img {
  display: block;
  width: 100%;
  margin-bottom: -2px;
}
.card.slide .image.after {
  position: relative;
  height: 252px;
  border-radius: 16px 16px 0 0;
}
.card.slide .image.after:after {
  position: absolute;
  content: " ";
  background-image: url("/sites/energiewendegeld.de/files/juwi/cards/slider_wave.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 50px;
  left: 0;
  bottom: 0;
}
.card.slide .inhalt {
  padding: 28px 24px;
  hyphens: auto;
}
.teaser_wrapper {
  display: flex;
  position: relative;
  /* align-items: center; */
  border-radius: var(--border-radius-button);
  background-color: var(--technical-blue);
  /* margin-bottom: 5em; */
}

.teaser_wrapper .text {
  padding: 64px 32px 64px 64px;
  width: 50%;
}
.teaser_wrapper .teaser-image {
  position: absolute;
  width: 39%;
  right: 0;
  top: 0;
  height: 100%;
}
#reuth-content .facts__teaser-image.calendar-clock:after {
    font: var(--fa-font-regular);
    content: "\e0d2";
    font-size: 8rem;
    font-weight: 100;
  color: var(--reuth-dark-green);
}
#reuth-content .facts__teaser-image.square-euro:after {
    font: var(--fa-font-regular);
    content: "\e5ce";
    font-size: 8rem;
    font-weight: 100;
  color: var(--reuth-dark-green);
}
#reuth-content .facts__teaser-image.handshake:after {
    font: var(--fa-font-regular);
    content: "\f2b5";
    font-size: 8rem;
    font-weight: 100;
  color: var(--reuth-dark-green);
}
#reuth-content .facts__teaser-image.piggy-bank:after {
    font: var(--fa-font-regular);
    content: "\f4d3";
    font-size: 8rem;
    font-weight: 100;
  color: var(--reuth-dark-green);
}
.teaser_wrapper .text,
.teaser_wrapper h3 {
  color: var(--white);
}
.teaser_wrapper h3 {
  font-family: CircularXXWeb-Bold, Arial, Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
}

.teaser_wrapper img {
  display: block;
  position: absolute;
  height: 100%;
  border-top-right-radius: var(--border-radius-button);
  border-bottom-right-radius: var(--border-radius-button);
}
.spacer {
  background-image: url(/sites/energiewendegeld.de/files/juwi/imagetext_shape_desktop.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 100;
}
.teaser_wrapper .teaser-button {
  display: inline-block;
  border-radius: var(--border-radius-button);
  padding: 1rem 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25rem;
  background-color: var(--activating-green);
  color: var(--solid-blue);
  margin-top: 2rem;
}
.teaser_wrapper .teaser-button:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--solid-blue);
}
.teaser_wrapper .teaser-button:focus {
  box-shadow: 0 0 0 3px var(--medium-gray);
}
/* ICON KACHELN */

.facts {
  background-color: var(--white-gray);
}

.facts__text {
  margin: 0 0 2rem 0;
}
#reuth-content .facts__teaser {
  border-radius: 0;
}
.facts__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 2rem;
  padding: 75px 0;
}

.facts__container--4 {
  grid-template-columns: repeat(4, 1fr);
}
.facts__teaser {
  position: relative;
  background-color: var(--white);
  box-shadow: var(--box-shadow3);
  border-radius: var(--border-radius-default);
  text-align: center;
  padding: 2rem 1.5rem;
}

.facts__teaser-image {
  width: 100%;
  margin: 0 auto 1rem auto;
}

.facts__teaser-image img,
.facts__teaser-image svg {
  width: 128px;
  height: auto;
}

.facts__teaser-text {
  position: relative;
  display: block;
}
#reuth-content .facts__teaser-title {
    color: var(--reuth-yellow);
}
#reuth-content .facts__teaser-subtitle{
  color: var(--reuth-green);
}
.facts__teaser-title {
  color: var(--solid-blue);
  margin: 0 0 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.facts__teaser-subtitle {
  color: var(--technical-blue);
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

#pid-energiewendegeld-minfeld-repowering .content_row_2,
.facts {
  background-color: var(--white-gray);
}
#masonry {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#masonry .row {
  display: flex;
  gap: 32px;
}
#masonry .brick {
  background-color: var(--technical-blue);
  border-radius: 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 34px;
  padding-right: 0;
}
#masonry.reuth-content .brick{
  background-color: var(--reuth-green);
  border-radius: 0;
}
#masonry .brick.large {
  width: 58.3333333333%;
}
#masonry .brick.small {
  width: 41.6666666667%;
}
#masonry .brick .inhalt {
  display: flex;
  justify-content: space-between;
  width: 90%;
}
#masonry.reuth-content .brick .inhalt{

}
#masonry .brick.large .inhalt .text {
  max-width: 350px;
}
#masonry .brick.small .inhalt .text {
  max-width: 280px;
}
#masonry.reuth-content .brick.large .inhalt .text,
#masonry.reuth-content .brick.small .inhalt .text{
  max-width: 95%;
}
#masonry .brick .inhalt .icon {
  overflow: hidden;
  width: 150px;
  height: auto;
  padding: 0.3em;
}
#masonry .brick .inhalt .icon img {
  display: block;
  left: 0;
  position: relative;
}
#masonry .brick h3 {
  color: #fff;
  font-family: CircularXXWeb-Book, Arial, Helvetica, sans-serif;
  font-size: 31.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
#masonry .brick h3 em {
  color: #baf554;
  font-style: normal;
}
#masonry.reuth-content .brick h3 em{
  color: var(--reuth-yellow);
}
.do_register a {
  display: block;
  text-align: center;
}
#block-benutzeranmeldung .form-type-password {
  position: relative;
}
#block-benutzeranmeldung .form-type-password button.shwpd {
  position: absolute;
  right: 10px;
  top: 60%;
  min-width: unset;
  padding: 0;
}
#reuth-content.two_cols.right{
  background-color: var(--reuth-green);
  --solid-blue: #0A2D05;
}
.two_cols.right {
  display: grid;
  grid-template-columns: 45% 55%;
  position: relative;
  background-color: #0049ec;
  color: #fff;
  border-radius: 20px;
}
#page .no_border_radius{
    border-radius: 0;
}
.two_cols.right .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  height: 100%;
  min-width: 40%;
  min-height: 100%;
  position: relative;
  border-radius: 20px 0 0 20px;
}
.two_cols.right .inhalt {
  padding: 50px 20px;
  border-radius: 0 20px 20px 0;
}
#reuth-content.two_cols.right h6.subtitle{
  color:var(--reuth-yellow)
}
.two_cols.right h6.subtitle {
  font-family: CircularXXWeb-Bold, Arial, Helvetica, sans-serif;
  color: var(--activating-green);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.two_cols.right h2.title {
  font-family: CircularXXWeb-Bold, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 2rem;
  line-height: 3.75rem;
  margin: 0 0 1.5rem 0;
  letter-spacing: -0.01em;
}
.two_cols.right .image.after:after {
  position: absolute;
  content: " ";
  background-image: url("/sites/energiewendegeld.de/files/juwi/imagetext_shape_desktop.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 190px;
  height: 100%;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
#block-scrolldown {
  width: 96px;
  margin: 0 auto;
  display: block;
  position: relative;
}
#block-scrolldown #scroll_down {
  width: 100%;
  position: absolute;
  border-radius: 24px;
  border: 2px solid var(--technical-blue);
  transition: all 0.5s;
  bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 34px;
  cursor: pointer;
}
#block-scrolldown #scroll_down a {
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  border: none;
}
#scrolltop {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  right: 120px;
  margin-top: -61px;
  border: 15px solid #fff;
  background-size: 16px 32px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.5s;
  background-color: var(--technical-blue);
}
#scrolltop:hover {
  transition: background-color 0.5s;
  background-color: var(--solid-blue);
}

#block-anbieterdervermogensanlagen-2 {
  padding-top: 50px;
}

#pid-datenschutz .region-preface-top,
#pid-datenschutz .region-preface-top,
#pid-faq .region-preface-top,
#pid-impressum .region-preface-top,
#pid-kontakt .region-preface-top {
  background-image: url("/sites/energiewendegeld.de/files/juwi/stage-small-shape.svg");
  background-size: 100% 150px;
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 560px;
  position: relative;
}

#pid-faq .region-preface-top,
#pid-kontakt .region-preface-top {
  background-color: var(--technical-blue);
}
#pid-datenschutz .region-preface-top,
#pid-impressum .region-preface-top {
  background-color: var(--white-gray);
}
.header_text_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 460px;
  margin-bottom: 100px;
}
.header_text_wrapper .header_text {
  display: block;
  max-width: var(--max-width);
  margin: 0 auto;
  width: 100%;
  padding: 0 1rem;
}
#pid-faq .region-preface-top .header_text_wrapper .header_text h1,
#pid-kontakt .region-preface-top .header_text_wrapper .header_text h1,
#pid-faq .region-preface-top .header_text_wrapper .header_text h3,
#pid-kontakt .region-preface-top .header_text_wrapper .header_text h3 {
  color: #fff;
}
#pid-kontakt .region-preface-top .header_text_wrapper .header_text h1 {
  color: #fff;
}
#pid-faq .region-preface-top .header_text_wrapper .header_text h3,
#pid-kontakt .region-preface-top .header_text_wrapper .header_text h3 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 100;
}
#ee-faq_Energiewendegeld-block {
  display: block;
}
.webform-flexbox {
  display: flex;
}
#kontakt_form h2 {
  color: var(--solid-blue);
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 0 0 2rem 0;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.modal_login input {
  line-height: unset;
}
.modal_login input:not(.button) {
  height: 56px;
  line-height: 54px;
  border-radius: 8px;
  background-color: var(--white-gray);
  border: 3px solid var(--white-gray);
  color: var(--solid-blue);
}
.modal_login input:not(.button):hover {
  border-color: transparent;
  background-color: rgba(0, 73, 236, 0.1);
}
.modal_login input:not(.button):focus {
  border: 3px solid var(--medium-gray);
  outline: none;
}
/*floating label form*/
.ffl-wrapper {
  position: relative;
  margin-top: 0px;
  margin-bottom: 2.33333rem;
}
.ffl-wrapper::after,
.ffl-wrapper::before {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.ffl-wrapper label {
  /* position: absolute; */
  pointer-events: none;
  left: 15px;
  top: 50%;
  margin: 0;
  margin-top: -0.55rem;
  margin-left: 1px;
  transition: all 0.2s ease;
  font-size: 1.33333rem;
  color: var(--solid-blue);
  line-height: 1;
  z-index: 1;
  font-weight: 400;
}
.ffl-wrapper textarea ~ label {
  top: 15px;
  margin-left: 1px;
  color: var(--solid-blue);
}
body .ffl-wrapper .form-email,
body .ffl-wrapper .form-select,
.ffl-wrapper input {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  box-shadow: none;
  font-size: 1.33333rem;
  padding: 25px 20px;
  margin-bottom: 0;
  background: 0 0;
  height: 56px;
  line-height: 54px;
  border-radius: 8px;
  background-color: var(--white-gray);
  border: 3px solid var(--white-gray);
  color: var(--solid-blue);
}

#kontakt_form .ffl-wrapper input:hover,
#kontakt_form .ffl-wrapper textarea:hover {
  border-color: transparent;
  background-color: rgba(0, 73, 236, 0.1);
}
#kontakt_form .ffl-wrapper input:focus,
#kontakt_form .ffl-wrapper textarea:focus {
  border: 3px solid var(--medium-gray);
  outline: none;
}
.ffl-wrapper .nice-select.open span.current {
  position: absolute;
  bottom: 22px;
  font-size: 0.8rem;
  margin-top: 0;
  transition: all 0.2s ease;
}

.ffl-wrapper.filled input:not(:focus) ~ label,
.ffl-wrapper.filled textarea:not(:focus) ~ label,
.ffl-wrapper input:focus ~ label,
.ffl-wrapper textarea:focus ~ label {
  color: var(--technical-blue);
  top: 4px;
  font-size: 0.8rem;
  margin-top: 0;
  background-color: transparent;
  padding: 0 5px;
}

.ffl-wrapper input:focus ~ label,
.ffl-wrapper textarea:focus ~ label {
  color: var(--primary);
}

#pid-fast-registry-step1 .ffl-wrapper .description,
#pid-fast-registry-step1 .ffl-wrapper .edit-captcha-response--description {
  position: absolute;
}
#pid-fast-registry-step1 .ffl-wrapper {
  margin-bottom: 60px;
}
/*validation*/

input.parsley-error,
textarea.parsley-error {
  border-color: #ec3872 !important;
  background-color: #f5cdce;
  color: #ec3872;
}
.ffl-wrapper:not(.filled) input.parsley-success,
.ffl-wrapper:not(.filled) textarea.parsley-success {
  border-color: #ec3872 !important;
  color: var(--black);
}

.parsley-error + .nice-select {
  border-color: #ec3872 !important;
  background-color: #f5cdce !important;
}
.parsley-error + .nice-select span.current {
  color: #ec3872;
}
.ffl-wrapper .parsley-error + .parsley-errors-list + label,
.ffl-wrapper .parsley-error + .parsley-errors-list + label span {
  color: #ec3872;
}
.ffl-wrapper .parsley-error ~ .select_anrede_wrapper .parsley-errors-list,
.ffl-wrapper .parsley-error + .parsley-errors-list {
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0;
  font-size: 0.8rem;
  font-weight: 400;
  color: #ec3872;
  list-style: none;
}
#edit-submitted-datenschutz .parsley-error label,
#edit-submitted-kontakt-datenschutz .parsley-error label,
#edit-submitted-datenschutz .parsley-error label a,
#edit-submitted-kontakt-datenschutz .parsley-error label a {
  color: #ec3872 !important;
}
#edit-submitted-datenschutz .parsley-error + .parsley-errors-list,
#edit-submitted-kontakt-datenschutz .parsley-error + .parsley-errors-list {
  display: none;
}
.button {
  cursor: pointer;
}
.slider.inactive {
  display: flex;
  gap: 2rem;
}
.slider.inactive .card.slide {
  width: 33%;
  min-width: 30%;
}
