/* Variables */
:root {
  --primary: rgba(46, 76, 154, 1);
  --primary-hover: rgba(46, 76, 154, 0.8);
  --darkblue: rgba(27, 47, 100, 1);
  --orange: #e7492b;
  --gray: #555555;
  --lightgray: rgba(0, 0, 0, 0.1);
  --white: #fff;
  --black: #000;
  --text-color: #000;
  --header-space: 0px;
  --header-height: 160px;
  --font: "Hind", sans-serif;
  --max-width: 1230px;
  --input-border: 1px solid #cccccc;
  --gradient-bg: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) -70%,
    rgba(46, 76, 154, 1) 70%
  );
}

/* Font Faces */
@font-face {
  font-family: "Hind";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/Hind-Regular.ttf");
}

html {
  font-size: 18px;
}
body {
  font-size: 1.125rem;
}
html,
body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: var(--font);
  font-weight: 400;
  color: var(--text-color);
  background-color: #ffffff;
  hyphens: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: var(--font);
  color: var(--text-color);
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  margin-top: 1rem;
  margin-bottom: 0.5em;
  color: var(--gray);
}
h4 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6667em;
  margin-top: 1.2em;
}
h5 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2143em;
  margin-bottom: 1.1em;
  text-transform: none;
}
h6 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285em;
  margin-top: 1.25em;
  margin-bottom: 0em;
}
.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 {
  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;
}
/* General Styles */
*,
*::before,
*::after {
  box-sizing: inherit;
}
.node__content {
  font-size: 1rem;
}
button,
input[type="button"],
input[type="submit"],
.button {
  background: var(--primary);
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 0.5rem 1.5rem;
  transition: all 0.15s ease-out;
  border: none;
  border-radius: 4px;
  position: relative;
}
.button.secondary {
  background: var(--secondary);
}
.button.zeichnung {
  width: 100%;
  font-size: 1.2rem;
}
a.j_button {
  position: relative;
  display: block;
  color: #ffffff;
  background-color: var(--primary);
  padding: 14.2px 50px;
  min-width: 300px;
  max-width: 340px;
  /* margin-left: 25px; */
}
a.j_button,
.j_dropdown {
  margin-top: 2em;
}
a.j_button.level1 {
  margin-top: 0;
}
a.j_button:hover,
a.j_button:focus,
a.j_button:focus a.j_button:hover:before,
a.j_button:focus:before,
a.j_button:hover:after,
a.j_button:focus:after {
  color: #ffffff;
  background-color: var(--primary-hover);
  border: none;
}
.j_dropdown > a.j_button:hover,
.j_dropdown > a.j_button:focus {
  background-color: var(--primary-hover);
}
/* .faq_header a:before,
.faq_header a:after,
a.j_button.round_arrow:before,
a.j_button.round_arrow:after {
  content: " ";
  position: absolute;
  display: block;
  background-color: var(--primary);
  width: 50px;
  height: 100%;
  border-radius: 50%;
  top: 0;
} */
a.j_button.round_arrow:hover:before,
a.j_button.round_arrow:hover:after,
a.j_button.round_arrow:focus:before,
a.j_button.round_arrow:focus:after {
  background-color: var(--primary-hover);
}
.j_dropdown > a.j_button.round_arrow:hover:before,
.j_dropdown > a.j_button.round_arrow:focus:before,
.j_dropdown > a.j_button.round_arrow:hover:after,
.j_dropdown > a.j_button.round_arrow:focus:after {
  background-color: var(--primary-hover);
}
a.j_button.round_arrow:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='5 3 19 12 5 21 5 3'%3E%3C/polygon%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 10px center;
}
a.j_button.round_arrow {
  margin-right: 26px;
}
.faq_header a:after,
a.j_button.round_arrow:after {
  right: -25px;
}
.faq_header a:before,
a.j_button.round_arrow:before {
  left: -25px;
}
.j_dropdown {
  position: relative;
  width: 100%;
}
.j_dropdown div {
  padding-bottom: 20px;
  min-height: 120px;
  width: 100%;
  max-width: 340px;
}
.j_dropdown div a {
  display: none;
  line-height: normal;
  padding: 8px 20px;
  font-size: 0.8rem;
}
.j_dropdown div a:first-child {
  padding-top: 12px;
}
.j_dropdown div a:last-child {
  padding-bottom: 18px;
  border-radius: 0px 0px 10px 10px;
}
.j_dropdown:hover > div a {
  display: block;
}
.j_dropdown > div a:hover {
  display: block;
  background-color: var(--primary-hover);
}
.j_dropdown > div a:hover + a {
  display: block;
}
.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;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.system_messages_wrapper::-webkit-scrollbar {
  display: none;
}
.system_messages_wrapper .messages {
  display: block;
  clear: both;
  border: none !important;
  background-color: var(--white) !important;
  box-shadow: none;
  color: var(--text-color) !important;
  border-radius: 0;
}
.messages__wrapper.layout-container {
  max-width: 100%;
}
.system_messages_wrapper .closer {
  font-size: 1.3rem;
  color: white;
}
.ui-dialog-titlebar {
  background-color: var(--primary) !important;
  color: var(--white);
}
.contextual-region .contextual .contextual-links a {
  color: #333 !important;
}
.eu-cookie-compliance-message button{
  color: black;
}

/* Allgemeine Styles */
h2 a {
  color: white;
}
.grid-wrapper article a {
  color: white;
}
.grid-wrapper article p {
  text-align: center;
}
a,
.link {
  color: var(--primary);
  transition: color 0.3s;
  border: none;
}
.ee_content_block {
  position: relative;
}
.anker {
  position: absolute;
  top: calc(50px - var(--header-height) - var(--header-space));
  font-size: 0;
}
.undeline {
  text-decoration: underline;
}
.color-primary {
  color: var(--primary);
}
.color-secondary {
  color: var(--secondary);
}
.bg-primary {
  background: var(--primary);
}
.bg-secondary {
  background: var(--secondary);
}
.bg-white {
  background: var(--white);
}
.bg-gray {
  background: var(--lightgray);
}
.text-center {
  text-align: center;
}
.margin-top {
  margin-top: 110px !important;
}
.padding10 {
  padding: 10%;
}
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;
}
.download {
  color: var(--text-color);
}
.download::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f019";
  font-size: 14px;
  margin-right: 20px;
}

/* Header */
.toolbar-fixed.toolbar-tray-open {
  --header-space: 29px;
}
.toolbar-fixed {
  --header-space: 39px;
}
.toolbar-fixed.toolbar-horizontal.toolbar-tray-open {
  --header-space: 79px;
}

#pid-ueber-uns #page > header,
#pid-sogehts #page > header,
.front #page > header {
  position: absolute;
  width: 100%;
  top: 150px;
  z-index: 300;
}
#page.header_fixt > header {
  position: sticky;
  /*box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);*/
}
#header_top_wrapper {
  display: flex;
  align-items: center;
  height: 55px;
  border-bottom: 2px solid #f5f5f5;
  font-size: 13px;
  color: var(--gray);
}
#page.header_fixt > header #header_top_wrapper {
  height: 35px;
}
#header_top {
  align-items: center;
}
#header_top a {
  color: var(--text-color);
}

#header_top,
#header_inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  gap: 20px;
}
#header_inner {
  padding: 1rem 20px;
  align-items: center;
  background-color: white;
}
#logo {
  display: flex;
  align-items: center;
}
#logo a.site-logo,
#logo .eueco-logo {
  display: flex;
  align-items: center;
}
#logo .eueco-logo {
  max-height: 150px;
  padding-left: 30px;
}
#logo img {
  width: auto;
  height: auto;
}
#logo .site-logo img,
.eueco-logo img {
  width: auto;
  transition: all 0.3s;
}
/* #logo .site-logo img {
max-height: 130px;
    position: relative;
    margin-top: -30px;
    min-width: 250px;
}
*/
.eueco-logo img {
  margin-top: 0px;
  display: block;
  width: 150px;
  max-width: unset;
}
.eueco-logo div {
  margin-bottom: 10px;
  font-size: 13px;
}

.header_fixt .eueco-logo img {
  margin: 10px 0 0 0;
}
.header_fixt #logo .site-logo img {
  max-height: 100px;
  margin: -14px 0 0 0;
}

/* Header Image */
/* #preface_top {
    margin-top: 50px;
} */
.headerbild_image img {
  margin: 0 auto;
  display: block;
}
#heroimage {
  background-repeat: no-repeat;
  background-size: cover;
  height: 30vh;
  width: 100%;
}

/* Login Logout Bar */
.login_out_block a {
  display: flex;
  align-items: center;
  font-family: var(--font);
  font-size: 18px;
  color: var(--text-color);
  hyphens: none;
  text-decoration: none;
  font-weight: normal;
  margin: 0em 1rem;
  padding-bottom: 6px;
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
}
.login_out_block a:hover {
  color: var(--primary);
}

/* Primary Menu */
#primary-menu {
  display: flex;
  justify-content: flex-end;
}
#primary-menu .block-superfish {
  width: auto;
}
#primary-menu .content,
#primary-menu .content > .menu {
  line-height: normal;
}
#primary-menu .content .menu {
  display: flex;
}
#primary-menu .content > .menu > li {
  display: flex;
}
#primary-menu .content .sf-menu > li ul {
  background: var(--white) !important;
  opacity: 1;
  width: auto !important;
  border-top: none;
  top: 43.5px;
}
#primary-menu .content ul li a {
  font-family: var(--font);
  color: var(--text-color);
  background-color: transparent;
  padding: 0 0.5em;
}

.login_out_block a,
#primary-menu .content .sf-menu > li > a {
  color: var(--text-color);
  padding: 0;
  font-weight: normal;
  border-bottom: 1px solid transparent;
  margin: 0em 1rem;
  /* padding-bottom: 6px; */
  line-height: normal;
}
.login_out_block a:hover,
#primary-menu .content .sf-menu > li.active-trail > a,
#primary-menu .content .sf-menu > li > a:hover {
  color: var(--primary);
}
#primary_menu_wrapper {
  display: flex;
  align-items: center;
  flex: 1;
  /* align-self: flex-end; */
  margin-bottom: 0px;
}

/* Mobile Menu */
#mm_navibutton_wrapper {
  display: none;
}
.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: 38px;
  height: 32px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 38px;
  height: 4px;
  background-color: var(--gray);
  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(--primary);
}
.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;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 14px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.43px, -10px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -28px, 0) rotate(-90deg);
}
#mobile_menu_wrapper {
  background: rgb(44 88 161 / 20%);
  position: fixed;
  height: 100vh;
  width: 0%;
  top: 0;
  right: 0;
  transition: width 0.5s;
  z-index: 20;
}
#mobile_menu_wrapper.open {
  width: 100%;
}
#mobile_menu_wrapper #menu {
  width: 66.6666666667%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: var(--header-space);
  height: calc(100vh - var(--header-space));
  overflow: auto;
}
#mobile_menu_wrapper #menu > div {
  padding: 2rem 2rem 2rem 8rem;
}
#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(--primary);
  font-weight: 700;
  width: 100%;
  position: relative;
  z-index: 2;
  line-height: 2;
}
#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;
}
.login-logout-mobile .anmelden_toggle,
.login-logout-mobile .abmelden_toggle {
  color: var(--primary);
  font-weight: 600;
  position: relative;
  background: none;
  line-height: 40px;
  padding: 0;
  border: none;
}
.ee_content_row {
  margin-bottom: 20px;
}

/* 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;
}
.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;
  text-align: center;
  margin-bottom: 50px;
  color: var(--gray);
}
.m-regular--headline + .m-regular--subline {
  margin-top: 0.5rem;
}
.m-regular--subline {
  font-size: 20px;
  color: var(--primary);
  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;
}

/* Projekt Slider */
.slider .slick-slide {
  padding: 1rem;
}
.slider.projekt .slick-slide {
  padding-bottom: 0;
}
.slider .card_body {
  position: relative;
  text-align: center;
}
.slider img {
  width: 100%;
}
.slider.rel_projekte img {
  margin-bottom: 10px;
}
.slider .button {
  margin: 0;
}
.slick-prev,
.slick-next {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  display: flex;
  align-items: center;
}
.slick-prev:before,
.slick-next:before {
  color: var(--primary);
  font-size: 50px;
}
.slick-prev:before {
  content: "\f053" !important;
}
.slick-next:before {
  content: "\f054" !important;
}

/* Quote */
.quote-left {
  display: block;
  font-style: italic;
  font-family: Georgia, serif;
  padding: 0 10px 10px 50px;
  background: url("/sites/beteiligung.jadenaturenergie.de/files//quote-left.png")
    no-repeat left top;
  text-align: left;
  margin: 0;
}
.quotetext {
  font-size: 13px;
  line-height: 1.5em;
}
small {
  font-size: 11px;
}

/* Form */
body .form-text,
body .form-email,
body .form-select,
body .form-textarea {
  width: 100%;
  line-height: 1;
  font-family: var(--font);
  background-color: #fff;
  padding: 10px !important;
  max-width: unset !important;
  color: var(--text-color) !important;
  border: var(--input-border);
}
body .form-textarea {
  min-height: 160px;
}
.webform-button--submit {
  float: right;
}
.webform-submission-form .form-item label {
  display: inline;
}
.webform-submission-form p {
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.9;
}
#edit-dsgbo-hinweis {
  text-align: center;
  padding: 2rem;
}

/* FAQ */
.text-element--content.faq {
  flex-wrap: wrap;
  margin-top: 2rem;
}
.faq_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 5%;
}
.faq_header a {
  background-color: var(--lightgray);
  text-align: center;
  color: var(--gray);
  font-weight: 800;
  flex: 1;
  padding: 14px;
  font-size: 18px;
}
.slideshow a:hover,
.faq_header a:hover {
  text-decoration: none;
  border: none;
}
.faq_header a.active {
  background-color: var(--primary);
  color: white;
}
.block-ee-faq {
  width: 100%;
}
.faq_headline {
  font-size: 1.5rem;
  color: var(--primary);
  display: none;
}
.block-ee-faq > h2 {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
  color: var(--primary);
}
.faq_block {
  width: 100%;
  margin: 0 auto;
  display: none;
  padding: 1em 0;
}
#ee-faq_kommanditbeteiligung-block {
  display: block;
}
.block-ee-faq .ui-accordion-content {
  border: none;
  color: var(--text-color);
  border-radius: 0;
  background: transparent;
  margin-top: 0px;
  /* padding-left: 0; */
}
.block-ee-faq .ui-accordion-header-icon {
  display: none;
}
.block-ee-faq .ui-accordion-header {
  color: var(--text-color);
  padding: 0.9em;
  border: none;
  background: transparent;
  font-weight: 700;
  padding-left: 0px;
  border-radius: 12px;
}
.block-ee-faq .ui-accordion-header.ui-accordion-header-active {
  color: var(--text-color);
  padding: 0.9em;
  border: none !important;
  border-radius: 12px;
  padding-left: 0px;
}
.block-ee-faq .ui-accordion-header::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  color: var(--primary);
  position: absolute;
  right: 0;
  font-weight: bold;
}
.block-ee-faq .ui-accordion-header.ui-accordion-header-active::before {
  content: "\f0d8";
}

/* 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: 1px solid var(--primary);
  padding: 10px;
}
.datenschutz .divrow > div:nth-child(3) {
  width: 150px;
}
.datenschutz .divrow > div:first-child {
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--primary-hover);
}
.datenschutz .divrow > div:first-child {
  font-weight: 600;
  font-size: inherit;
  color: var(--primary-hover);
  width: auto;
}
.datenschutz .divrow.th {
  font-weight: 600;
  color: var(--primary-hover);
}
.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: 1px solid var(--primary);
}
.datenschutz.divtable .divrow:last-child > div {
  border-bottom: 1px solid var(--primary) !important;
}

/* Footer */
footer {
  background-color: var(--primary);
  line-height: normal;
  color: white;
}
.footer-bottom-menu {
  margin: 0;
}
#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_middle {
  width: 100%;
  background-color: var(--primary);
}
.region-footer-middle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.region-footer-bottom {
  max-width: var(--max-width);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.region-footer {
  padding-top: 1.5rem;
}
footer .vermittler_hinweis {
  padding: 2rem 0rem;
}
#block-eueco-site-menu-menu-footermenu {
  flex-grow: 1;
}
#block-footerlogo h3 {
  margin-top: 0px;
}
footer h4 {
  font-size: 1.125rem;
  color: white;
  font-weight: 700;
  margin: 0;
}
footer .content ul.menu {
  display: flex;
  justify-content: flex-end;
}
footer .content ul.menu li {
  display: inline-block;
  line-height: 1rem;
  padding: 0;
  position: relative;
}
footer ul.menu li:not(:last-child) a::after {
  position: absolute;
  content: " ";
  width: 1px;
  height: 100%;
  right: 0px;
  top: 40%;
  background-color: #90979f;
  transform: translate(0, -50%);
  margin-right: 8px;
}
footer .content ul.menu li:last-child {
  border: none;
  margin: 0;
}
footer .content ul.menu a {
  padding-right: 0.3rem;
  color: white;
  margin-right: 16px;
}

#footer_bottom {
  background-color: rgba(27, 47, 100, 1);
  max-width: unset;
  padding: 1rem;
}
span.spacer {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50px;
  background-color: var(--primary);
  margin: 0px 7px;
  position: relative;
  top: 7px;
}

.tech_wrapper img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.tech_wrapper h3 {
  font-size: 20px;
  margin: 0;
  line-height: normal;
  margin: 20px 0;
}
.table {
  display: table;
  width: 100%;
}
.table > div {
  display: table-row;
}
.table > div > div {
  display: table-cell;
  padding: 5px 0px;
}
/* #main-content {
  display: flex;
} */
#content {
  flex-grow: 1;
}
#pid-unternehmen #main-content {
  display: block;
}
#main-content #content_top {
  margin: 0;
}
#main-content .region-content {
  flex-grow: 1;
}
.icon_info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.icon_info > div {
  width: 30%;
  text-align: center;
  margin-bottom: 50px;
}
.icon_info img {
  width: 70%;
}
#pid-faq .icon_item:first-child img {
  padding: 30px;
}
.icon_info div.text div {
  display: block;
  font-style: normal;
  font-weight: 700;
}
.map {
  width: 100%;
  aspect-ratio: 3/2;
  height: 100%;
}
.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_nachrangdarlehen-block {
  display: block;
}
#pid-customer-portfolio table.tablesorter,
table.dataTable {
  font-size: 1rem;
}
/* #pid-customer-portfolio table.tablesorter thead tr th,
#pid-customer-portfolio table.tablesorter tfoot tr th,
#pid-customer-portfolio table.dataTable thead tr th,
#pid-customer-portfolio table.dataTable tfoot tr th {
  font-size: 0.8rem;
} */
body #edit-pass .form-text {
  width: auto;
}

#ee_portfolio_details .ee-portfolio-project-details {
  font-size: 16px;
}
#ee_portfolio_details .ee-portfolio-project-details legend {
  font-size: 1.125rem;
}
#ee-portfolio-main-table tbody .tr-click td .allocation {
  color: #ffffff;
}

section.grid-wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin: 0 auto;
  gap: 20px;
}

.grid-wrapper article img {
  display: block;
  width: 100%;
  height: 100%;
  /* max-height: 450px;
  aspect-ratio: 2 / 1; */
}
#owner-structure.grid-wrapper h2,
#owner-structure.grid-wrapper p,
#owner-structure.grid-wrapper h2::after {
  text-align: left;
  margin: unset;
}

#owner-structure.grid-wrapper article p {
  margin-top: 10px;
}
.col-span-4 {
  grid-column: span 4;
}
.col-span-8 {
  grid-column: span 8;
}
.col-span-12 {
  grid-column: span 12;
}
.bg-dark-blue {
  background-color: var(--primary);
  /* background-color: #0d47a1; */
}

.grid-wrapper article {
  position: relative;
  overflow: hidden;
}
.grid-wrapper.tab-buttons article:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.grid-wrapper article.active:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.grid-wrapper article.active {
  background-color: var(--primary);
  color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

  h2 {
    color: white;
  }
}
.grid-wrapper article:not(.image) {
  padding: 5% 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.grid-wrapper article h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0;
}

article.divider h2::after {
  content: "";
  display: block;
  height: 1px;
  background-color: var(--primary);
  width: 10%;
  margin: 0px auto 10px;
  min-width: 70px;
}
.grid-wrapper .overlay h2::after {
  background-color: white;
  margin: unset;
}
article.divider.active h2::after {
  background-color: white;
}
.grid-wrapper article.bg-image p,
.grid-wrapper article.bg-image h2 {
  color: white;
  text-align: left;
  margin-top: 5px;
}
article.text-center {
  text-align: center;
}
section.details-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  gap: 10px;
  /* flex-wrap: wrap; */
  border: 2px solid var(--primary);
  margin-top: 20px;
  padding: 1rem;
}
section.details-tab h3 {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin-left: 20px;
}
section.details-tab .details {
  width: 100%;
  max-width: 300px;
}

/* COLORS */
.relative {
  position: relative;
}

.bg-darkblue {
  background-color: var(--primary);
}
.font-white {
  color: white;
}
.bg-lightgray {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-image {
  min-height: 15vh;
  background-size: cover;
  background-position: center;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 76, 154, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.grid-wrapper .overlay {
  padding: 0 2rem;
}
.details-table .details {
  max-width: 350px;
}
.testimonial-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 1280px;
  margin: 0 auto;
}
.testimonial-wrapper h2 {
  grid-column: span 2;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}
.testimonial-wrapper .testimonial p {
  margin: 0;
}
.testimonial-wrapper .testimonial p:last-child {
  font-style: italic;
  color: var(--primary-hover);
  text-align: right;
}
#pid-kontakt .platform #main * {
  box-sizing: border-box;
}

.vwew_hinweis .vwew_hinweis{
    border: 2px solid var(--primary);
    text-align: left;
    hyphens: none;
}
.vwew_hinweis article.vwew_hinweis h2,
.vwew_hinweis article.vwew_hinweis p
{
    text-align: left;
}

.vwew_hinweis article.vwew_hinweis h2::after {
    margin: 0px 0 10px;
}
