/* Font Faces */
@font-face {
  font-family: dn;
  src: url(./fonts/DINNextLTPro-Bold.eot);
  src: url(./fonts/DINNextLTPro-Bold.eot?#iefix) format("embedded-opentype"),
    url(./fonts/DINNextLTPro-Bold.woff2) format("woff2"),
    url(./fonts/DINNextLTPro-Bold.woff) format("woff"),
    url(./fonts/DINNextLTPro-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: dn;
  src: url(./fonts/DINNextLTPro-Regular.eot);
  src: url(./fonts/DINNextLTPro-Regular.eot?#iefix) format("embedded-opentype"),
    url(./fonts/DINNextLTPro-Regular.woff2) format("woff2"),
    url(./fonts/DINNextLTPro-Regular.woff) format("woff"),
    url(./fonts/DINNextLTPro-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* Variables */
:root {
  --primary: #007dc8;
  --secondary: #001d3d;
  --grey: #f7f7f7;
  --lightgrey: #fdfdfd;
  --header-height: 90px;
}
/* Typografie */
h1 {
  font-size: 2.5rem;
  line-height: 52px;
  font-weight: 700;
  margin: 0 0 0.4em;
  color: var(--primary);
}
h2 {
  font-size: 1.75rem;
  line-height: 34px;
  font-weight: 700;
  margin: 0 0 0.4em;
}
h3 {
  font-size: 1.125rem;
  line-height: 24px;
  margin: 0 0 0.4em;
  font-weight: 700;
}
h1,
h2,
h3,
.menu.sf-menu li,
b,
optgroup,
strong {
  font-family: "dn", sans-serif;
  word-break: break-word;
}
input,
textarea,
select,
#page .ui-widget {
  font-family: "dn", sans-serif;
}

/* General Styles */
:target:before {
  content: "";
  display: block;
  height: 200px; /* fixed header height*/
  margin: -200px 0 0; /* negative fixed header height */
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html,
body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "dn", sans-serif;
  font-size: 16px;
  color: var(--secondary);
  background-color: #fff;
  padding: 0 !important;
}
button:not(
    .trigger,
    .toolbar-icon,
    .eu-cookie-compliance-more-button,
    .fancybox-button,
    .slick-arrow
  ),
input[type="button"],
input[type="submit"],
.button {
  border: 2px solid var(--primary);
  font-family: dn, sans-serif;
  background-color: var(--primary);
  background-image: unset;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 1pc !important;
  padding: 0.5em 2em 0.4em;
  position: relative;
  line-height: 1;
  border-radius: 0 !important;
  transition: all 0.4s ease;
  text-decoration: none;
  margin: 0;
}
.slick-arrow {
  font-size: 0px;
}
.eu-cookie-compliance-categories-buttons > button,
.button.outline {
  background: transparent;
  color: #fff;
}
.eu-cookie-compliance-categories-buttons > button,
.button.outline.black {
  color: #000;
}
a.button {
  padding-right: 3em;
}
.eu-cookie-compliance-categories-buttons > button::after,
a.button::after {
  content: "";
  width: 1pc;
  height: 17px;
  position: absolute;
  background: url(../images/wp/pfeil_link_white.svg) no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  transition: all 0.4s ease;
}
.eu-cookie-compliance-categories-buttons > button::after,
a.button.outline::after {
  background: url(../images/wp/pfeil_link.svg) no-repeat;
}
.eu-cookie-compliance-categories-buttons > button::after {
  right: 0;
}
.eu-cookie-compliance-default-button:hover,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.button:hover,
.button:focus {
  background: var(--primary);
  color: var(--secondary);
}
.eu-cookie-compliance-categories-buttons > button:hover::after,
a.button:hover::after,
a.button:focus::after {
  background: url(../images/wp/pfeil_link_dark.svg) no-repeat;
}
.toolbar button.toolbar-icon {
  background: transparent;
}
.eu-cookie-compliance-categories-buttons {
  gap: 0.5rem;
}
.modal_login .item-list {
  display: none;
}
.modal_login input.button {
  border: 2px solid var(--primary);
  border-radius: 5px;
}
.modul_login input.button:focus,
.modal_login input.button:hover {
  background: #fff;
}
.modal_login .button {
  width: 100%;
  margin: 0;
}
#log_overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 10000px;
  top: -30px;
  left: 0px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.system_messages_wrapper {
  max-width: 80vw;
  max-height: 50vh;
  overflow: scroll;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  margin-bottom: 0;
  background-color: var(--primary) !important;
  box-shadow: none;
  color: var(--text_color) !important;
  border-radius: 0;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
/* 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: #fff !important;
  box-shadow: none;
  color: var(--text_color) !important;
  border-radius: 0;
}
.messages__wrapper.layout-container {
  padding: 0;
}
.system_messages_wrapper .closer {
  float: right;
  cursor: pointer;
  font-size: 18px;
  padding: 5px;
  margin-right: 0;
  color: #000000;
}
#sliding-popup {
  box-shadow: rgb(0 0 0 / 50%) 0px 5px 10px;
}

/* Datenschutz */
.divtable {
  display: table;
  width: 100%;
}
.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);
}
.datenschutz .divrow > div:first-child {
  font-weight: 600;
  font-size: inherit;
  color: var(--primary);
  width: auto;
}
.datenschutz .divrow.th {
  font-weight: 600;
  color: var(--primary);
}
.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;
}

/* Header */

#page > header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 30;
  height: var(--header-height);
  overflow: hidden;
}
.toolbar-fixed #page > header {
  top: 40px;
}
.toolbar-fixed.toolbar-horizontal.toolbar-tray-open #page > header {
  top: 79px;
}
#preface {
  min-height: calc(var(--header-height) + 2rem);
}
.toolbar-fixed #preface {
  min-height: calc(var(--header-height) + 2rem + 40px);
}
.toolbar-fixed.toolbar-horizontal.toolbar-tray-open #preface {
  min-height: calc(var(--header-height) + 2rem + 79px);
}
#headertop_menu_wrapper {
  height: 100%;
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 40%,
    transparent 40%,
    transparent 100%
  );
}
#header_top_wrapper {
  height: 100%;
}
#header_top_inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
#header_top_inner .header-left {
  flex: 6;
  position: relative;
}
#header_top_inner .header-left-inner {
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
.header-left-slope-right {
  position: absolute;
  top: 0;
  right: -50px;
  width: 50px;
  height: 90px;
  overflow: hidden;
}
.header-left-slope-right-inner {
  background: #fff;
  transform: rotate(23.4deg);
  height: 200%;
  width: 100%;
  position: absolute;
  top: -50%;
  left: -50%;
}
#header_top_inner .header-right {
  flex: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#logo {
  display: flex;
  align-items: center;
  max-width: 85%;
}
#logo a {
  margin-right: 1em;
  height: 100%;
}
#logo a.eueco-logo {
  width: 35%;
}
#logo img {
  max-width: 300px;
  height: 100%;
}
#logo img#eueco-header-logo {
  max-width: 180px;
}

/* Login Logout Bar */
.login_out_block {
  align-self: center;
  position: relative;
}
.login_out_block a {
  font-family: "dn", sans-serif;
  font-size: 1rem;
}

/* Primary Menu */
#primary-menu {
  padding-left: 2em;
}
#primary-menu ul li {
  float: none;
}
#primary-menu ul li a {
  color: var(--secondary);
  padding: 0;
  background-color: transparent;
}
#primary-menu ul li a.is-active {
  text-decoration: underline;
}
#primary-menu ul.menu {
  font-size: 2rem;
  line-height: 2;
  font-weight: 700;
  width: 100%;
}
#primary-menu ul.menu .menu-item--expanded a {
  width: auto;
  padding-right: 0.8em;
  white-space: break-spaces;
}
#primary-menu ul.menu ul.menu {
  padding-left: 1em;
  line-height: 1;
  margin-bottom: 0.2em;
  margin-top: -0.2em;
  font-weight: 400;
}
#primary-menu ul.menu ul.menu > li {
  font-size: 0.8em;
}
#primary-menu ul.menu ul.menu ul.menu {
  width: auto;
  padding-left: 0;
}
@media (min-width: 850px) {
  #primary-menu ul.menu ul.menu ul.menu,
  #primary-menu ul.menu ul.menu > li {
    display: inline;
  }
}
#primary_menu_wrapper {
  padding-top: calc(var(--header-height) + 2rem);
  position: fixed;
  left: -100vw;
  width: 100vw;
  height: 100vh;
  background: rgb(255 255 255 / 90%);
  z-index: -1;
  transition: all 0.5s ease;
  overflow: scroll;
}
#primary_menu_wrapper.active {
  left: 0;
}
#primary-menu ul.menu a:hover {
  transform: translate(10px);
}

/* Mobile Menu */
#mm_navibutton_wrapper {
  display: flex;
  align-items: center;
  margin-right: 2em;
}
.a-hamburger-icon::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c9";
  font-weight: 600;
  font-size: 2rem;
}
.mm_navibutton.active .a-hamburger-icon::before {
  content: "\f00d";
}
#mm_navibutton {
  color: var(--primary);
}
.login-logout-mobile {
  display: none;
  float: left;
  padding: 0 20px;
}
.login-logout-mobile .anmelden_toggle,
.login-logout-mobile .abmelden_toggle {
  position: relative;
  background: none;
  line-height: 40px;
  padding: 0;
  border: none;
}
.tfa-entry-form {
  margin-top: calc(var(--header-height) + 1rem);
}

/* Flex Styles */
.flex {
  display: flex;
  justify-content: space-between;
}
.flex.wrap {
  gap: 2.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex.reverse {
  flex-direction: row-reverse;
}
.flex.two-cols > * {
  width: 50%;
}
.flex.wrap.two-cols > * {
  min-width: 35ch;
  flex: 1;
  max-width: 100%;
}
.flex.three-cols > * {
  width: 33%;
}
.flex.wrap.three-cols > * {
  min-width: 35ch;
  flex: 1;
  max-width: 45ch;
}
.flex.wrap.four-cols > * {
  min-width: 30ch;
  flex: 1;
  max-width: 45ch;
}

/* 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: 3px 10px;
}
.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;
}

/* Allgemeine WP Styles */
.bg-primary {
  background-color: var(--primary);
}
.bg-secondary {
  background-color: var(--secondary);
}
.bg-grey {
  background-color: var(--grey);
}
.bg-white {
  background: #fff;
}
.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.offset {
  transform: translateX(-1em);
}
.box-shadow {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.box-shadow.light {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.rounded-5 {
  border-radius: 5px;
}
.rounded-10 {
  border-radius: 10px;
}
.slope {
  position: relative;
  padding: 3rem;
  background-color: var(--secondary);
  color: #fff;
  background-image: url(/sites/beteiligung.windpower-gmbh.de/files/windpower_pv-aufdach.jpg);
  background-position: -150% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.slope:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 200%;
  transform: rotate(-23.4deg);
  background: var(--secondary);
  top: 0;
}
.slope .slope-wrap {
  position: relative;
  width: 40%;
}
.slope .slope-wrap h2 {
  color: var(--primary);
}
.slope .slope-wrap > p,
.slope .slope-wrap h2 {
  margin-bottom: 20px;
}
.wp-list {
  list-style: none;
}
.wp-list li {
  position: relative;
  padding-left: 1em;
}
.wp-list li::before {
  content: "";
  width: 8px;
  height: 20px;
  position: absolute;
  top: 1px;
  left: 0;
  background: url(../images/wp/windpower-slope.svg) no-repeat center center;
  background-size: contain;
}

/* Block how to invest */
.how-to-invest {
  margin-top: 4rem;
}
.how-to-invest h2 {
  color: var(--primary);
}
.how-to-invest img {
  display: inline;
  width: 2rem;
}
.how-to-invest h3 {
  display: inline;
  margin-bottom: 0;
}
.how-to-invest .flex {
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  margin-bottom: 0.5rem;
}
.how-to-invest .step {
  margin-bottom: 1rem;
}

/* Block Projekt Invest Pläne */
.project-plans {
  margin-top: 2.5rem;
}
.project-plans .law {
  padding: 1em 1em 0;
  border: 1px solid var(--primary);
  margin-bottom: 2rem;
}
.project-plans .project {
  padding-top: 1rem;
  text-align: center;
  background-color: var(--grey);
}
.project-plans .duration {
  font-size: 1.25rem;
}
.project-plans .rate {
  font-size: 1.5rem;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.project-plans .project a {
  width: 100%;
  background-color: #fff;
}
.project-plans .project a:hover {
  background-color: var(--primary);
}

/* Block Projekt Details */
.project-details {
  margin-top: 2.5rem;
}
.project-details .tab {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  font-weight: 600;
}
.project-details .tablinks {
  cursor: pointer;
  margin-right: 4em;
  border-bottom: 1px solid transparent;
}
.project-details .tablinks.active {
  border-bottom: 2px solid var(--primary);
}
.project-details .tabcontent {
  display: none;
  padding-top: 3rem;
}
.project-details .tabcontent.active {
  display: block;
}
.project-details .bg-image {
  height: 300px;
}
.project-details #gmap_canvas {
  min-height: 250px;
}
.project-details .timeline {
  display: flex;
  flex-wrap: wrap;
}
.timeline-item {
  width: 50%;
  padding: 2em;
  word-break: break-word;
}
.timeline-item:nth-child(odd) {
  text-align: right;
  margin-right: calc(50% - 4px);
  border-right: 4px solid var(--secondary);
}
.timeline-item:nth-child(even) {
  text-align: left;
  margin-left: calc(50% - 4px);
  border-left: 4px solid var(--secondary);
}
.timeline-item h4 {
  position: relative;
  font-size: 1.4em;
  color: #007dc8;
  margin-bottom: 1em;
  font-weight: 700;
}
.timeline-item h4:after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  border: 4px solid #007dc8;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 4px;
  right: -46px;
}
.timeline-item:nth-child(even) h4:after {
  left: -46px;
}

/* Block Projekt Intro */
.project-intro .bg-image {
  height: 385px;
}

/* Hybrid Info */
.hyprid-info {
  margin-top: 2.5rem;
  margin-bottom: 4rem;
}
.hyprid-info .bg-image {
  height: 385px;
}

/* Unternehmen Info */
.unternehmen-info {
  margin-top: 2.5rem;
  margin-bottom: 4rem;
}
.unternehmen-info div.flex .flex.two-cols {
  gap: 1em;
}
.unternehmen-info .bg-image {
  min-height: 385px;
}
.unternehmen-info .icon-wrapper {
  max-width: 35ch;
  flex: auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.unternehmen-info .icon-wrapper img {
  max-width: 150px;
}
.unternehmen-info .icon-wrapper .icon-inner {
  flex: 1;
}

.front .icon-inner h3,
.front .icon-inner p {
  margin: 0;
}

.front .icon-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 40ch;
  text-align: center;
}

/* Block Aktuelle Projekte / Referenz-Projekte */
.reference-projects {
  margin-top: 2.5rem;
}
.reference-projects h2,
.current-projects h2 {
  color: var(--primary);
}
.reference-projects .project,
.current-projects .project {
}
.reference-projects .bg-image,
.current-projects .bg-image {
  height: 200px;
  margin-bottom: 1rem;
  text-align: right;
}
.current-projects h4 {
  font-weight: 700;
  margin-bottom: 0;
}
.current-projects ul {
  margin-bottom: 1rem;
}
.current-projects .soon {
  transform: translate(10px, 10px);
  position: relative;
  overflow: hidden;
}
.current-projects .soon .soon-inner {
  position: relative;
  color: #fff;
  font-weight: 700;
  padding: 0.45em 2em 0.25em 1.3em;
  display: inline-block;
  background-color: var(--secondary);
}
.current-projects .soon .soon-inner::before {
  position: absolute;
  content: "";
  width: 20%;
  height: 120%;
  left: -10%;
  bottom: 0%;
  transform: rotate(-23.4deg);
  background: var(--secondary);
  z-index: 2;
}
.current-projects .soon .soon-inner::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 120%;
  left: -18%;
  bottom: 0%;
  transform: rotate(-23.4deg);
  background: var(--primary);
  z-index: 1;
}

/* Block Mehr Erfahren */
.wp-learn-more .flex.wrap.three-cols .icon-wrapper {
  max-width: 31ch;
  flex: auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.wp-learn-more .icon-wrapper img {
  max-width: 150px;
  max-height: 150px;
}
.wp-learn-more .icon-wrapper .icon-inner {
  flex: 1;
}

/* Block Warum WP */
.why-wp .flex.wrap {
  gap: 0;
}
.why-wp .flex > div {
  padding: 3em;
}
.why-wp .bg-primary {
  color: #fff;
}
.why-wp .info-slider .slide {
  color: var(--secondary);
  padding-right: 3rem;
}
.why-wp .info-slider .slide .title {
  font-size: 3em;
  font-weight: 700;
  line-height: 1;
}
.why-wp .info-slider .slide .description {
  font-size: 2em;
  font-weight: 700;
  line-height: 34px;
}
.why-wp .info-slider .slide .description .small {
  display: inline;
  font-size: 1.5rem;
}
.why-wp .bg-grey h2 {
  color: var(--primary);
}
.why-wp .slick-prev:hover,
.why-wp .slick-prev:focus,
.why-wp .slick-next:hover,
.why-wp .slick-next:focus,
.why-wp .slick-prev,
.why-wp .slick-next {
  font-size: 0 !important;
  position: absolute;
  height: 30px;
  z-index: 1;
}
.why-wp .slick-prev {
  left: 95% !important;
  background: url(../images/wp/pfeil_links.svg) no-repeat !important;
}
.why-wp .slick-next {
  left: 100% !important;
  background: url(../images/wp/pfeil_rechts.svg) no-repeat !important;
}

/* View header Slider */
.view-header-slider {
  position: relative;
}
.view-header-slider .views-row,
.view-header-slider .views_slideshow_slide,
.view-header-slider .views_slideshow_cycle_teaser_section {
  width: 100% !important;
  height: 600px !important;
}
.view-header-slider .slideshow_content {
  z-index: 1;
  background: linear-gradient(
    90deg,
    var(--secondary) 0%,
    var(--secondary) 40%,
    transparent 40%,
    transparent 100%
  );
  color: #fff;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.view-header-slider .slideshow_content::before {
  content: "";
  position: absolute;
  top: -50%;
  right: calc(50% - 20px);
  height: 200%;
  background: #001d3d;
  width: 25pc;
  transform: rotate(23.4deg);
}
.view-header-slider .slideshow_content::after {
  content: "";
  height: 100%;
  width: 600px;
  background: url(../images/wp/verlauf_schraege.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 40%;
}
.view-header-slider .slideshow_content_inner_wrapper {
  z-index: 4;
}
.view-header-slider .slideshow_image {
  width: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  position: absolute;
  right: 0;
  height: 600px;
  top: 0;
}
.view-header-slider h2 {
  color: #fff;
  font-size: 40px;
  line-height: 52px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.4em;
  max-width: 30ch;
}
.view-header-slider h3 {
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 0.4em;
  max-width: 30ch;
}
.view-header-slider .views-slideshow-controls-bottom {
  z-index: 30;
  position: absolute;
  bottom: 2em;
  right: 1.5em;
  display: flex;
  align-items: center;
}
.view-header-slider .views_slideshow_slide_counter {
  font-size: 21px;
  margin: 0 0.5em;
  color: #fff;
}
.view-header-slider .views_slideshow_controls_text_next {
  order: 3;
}
.view-header-slider .views_slideshow_controls_text_next img,
.view-header-slider .views_slideshow_controls_text_previous img {
  height: 30px;
}

/* Block Vermittler hinweis */
.vermittler_hinweis .content {
  padding: 2em;
}
.vermittler_hinweis {
  position: relative;
  background: linear-gradient(
    90deg,
    var(--grey) 0%,
    var(--grey) 40%,
    var(--lightgrey) 40%,
    var(--lightgrey) 100%
  );
  overflow: hidden;
  overflow: hidden;
  margin-bottom: 50px;
}
.vermittler_hinweis:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 200%;
  transform: rotate(-23.4deg);
  background: var(--grey);
  z-index: 1;
}
.vermittler_hinweis strong {
  color: var(--primary);
  font-weight: 700;
  font-size: 1.5rem;
}
.vermittler_hinweis .flex {
  align-items: center;
  position: relative;
  z-index: 2;
}
.vermittler_hinweis img {
  max-width: 250px;
}

/* FAQ */
#block-faqtitle .content {
  text-align: center;
}
.block-ee-faq {
  margin: 2em 0;
}
.block-ee-faq .ui-accordion-header.ui-accordion-header-active {
  padding: 0.9em;
  border: none !important;
}
.block-ee-faq .ui-accordion-content {
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 10px #00000033;
  background: #fff;
}
.block-ee-faq .ui-accordion-header {
  color: #fff;
  padding: 0.9em;
  margin-top: 1em;
  border: none;
  border-radius: 0;
  background-color: var(--primary);
}
.block-ee-faq .faq_headline {
  font-size: 1.3rem;
  margin-left: 2em;
  margin-top: 3em;
}
.ui-accordion .ui-accordion-header .ui-icon {
  background: url(../images/wp/pfeil_link_white.svg);
  width: 5px;
  height: 17px;
  background-position: center;
  background-size: cover;
  position: relative;
  left: auto;
  top: auto;
  margin: 0;
  margin-right: 0.5em;
  transition: all 0.4s ease;
}
.ui-accordion .ui-accordion-header.ui-state-active .ui-icon {
  transform: rotate(90deg);
}

/* Footer */
footer {
  margin-top: 2em;
}
#footer_middle {
  position: relative;
  background: linear-gradient(
    90deg,
    var(--secondary) 0%,
    var(--secondary) 40%,
    var(--primary) 40%,
    var(--primary) 100%
  );
  overflow: hidden;
}
#footer_middle:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 200%;
  transform: rotate(-23.4deg);
  background: var(--secondary);
}
.region-footer-middle {
  position: relative;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  padding-top: 25px;
}
.region.region-footer-middle > * {
  width: auto;
}
.region-footer-middle .menu-item {
  padding-top: 0;
  list-style: none;
}
.region-footer-middle .menu a {
  color: unset;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 3em;
  transition: all 0.4s ease;
}
.region-footer-middle .menu a:hover {
  color: var(--secondary);
}
.region-footer-middle .menu a:hover::after {
  background: url(../images/wp/pfeil_link_dark.svg) no-repeat;
}
.region-footer-middle .menu a::after {
  content: "";
  width: 1pc;
  height: 17px;
  position: absolute;
  background: url(../images/wp/pfeil_link_white.svg) no-repeat;
  right: 1em;
  transition: all 0.4s ease;
}
#footer_bottom {
  background: rgba(0, 0, 0, 0.2);
}
#footer_bottom .menu--menu-footermenu ul.menu {
  display: flex;
  flex-wrap: wrap;
}
.ui-dialog-titlebar {
  background-color: var(--primary) !important;
}
/* user/password */
#pid-user-password .form-actions .button {
  width: auto;
}
/*.region-footer-middle{*/
/*    background: linear-gradient(90deg,#001d3d 0%,#001d3d 40%,#007dc8 40%,#007dc8 100%);*/
/*  position: relative;*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*}*/
/*.region-footer-middle::before {*/
/*  position: absolute;*/
/*  content: '';*/
/*  width: 500px;*/
/*  height: 200%;*/
/*  transform: rotate(-23.4deg);*/
/*  top: 0;*/
/*  left: calc(50vw - 500px);*/
/*  background: var(--secondary);*/
/*}*/
/*.region-footer {*/
/*  position: relative;*/
/*}*/
