/*########################### neufundland ######################*/
/* Variables */
:root {
  --header-space: 0px;
}
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3a591f");

@font-face {
  font-family: "";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/) format("truetype");
}
@font-face {font-family: 'BrandonGrotesqueWeb-Light';src: url('webfonts/3A591F_0_0.eot');src: url('webfonts/3A591F_0_0.eot?#iefix') format('embedded-opentype'),
              url('webfonts/3A591F_0_0.woff2') format('woff2'),
              url('webfonts/3A591F_0_0.woff') format('woff'),
              url('webfonts/3A591F_0_0.ttf') format('truetype'),
              url('webfonts/3A591F_0_0.svg#wf') format('svg');}
@font-face {font-family: 'BrandonGrotesqueWeb-Regular';
            src:
              url('webfonts/BrandonGrotesqueWeb-Regular/font.woff2') format('woff2'),
              url('webfonts/BrandonGrotesqueWeb-Regular/font.woff') format('woff');
}
@font-face {font-family: 'BrandonGrotesqueWeb-Medium';
            src:
              url('webfonts/BrandonGrotesqueWeb-Medium/font.woff2') format('woff2'),
              url('webfonts/BrandonGrotesqueWeb-Medium/font.woff') format('woff');
}
@font-face {font-family: 'BrandonGrotesqueWeb-Bold';
            src:
              url('webfonts/BrandonGrotesqueWeb-Bold/font.woff2') format('woff2'),
              url('webfonts/BrandonGrotesqueWeb-Bold/font.woff') format('woff');
}

html, body, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea {

  margin: 0px;
  padding: 0px;
}
body,
html {
  font-size: 24px;
  background-color: #ffffff;
  color: #333333;
}
body {
  font-family: 'BrandonGrotesqueWeb-Regular';
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-size: 24px;
  color:rgba(96,96,85,1);
}
h1, h2 {
  color: #70CFD6;
  font-size: 36px;
}
h2 {

}
h3 {

}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
body.front #page {
  background: #ffffff;
}
body.front .page_title_wrapper {
  display: none;
}
a, a:hover, a:focus, a:active {
  color:#70CFD6;
  text-decoration: none;
}
#main a:hover {
  text-decoration: underline;
}
body .page a,
body header a,
#request-password a {
  text-decoration: none;
}
body header a:hover,
body #main .page a:hover {
  color:rgba(178, 175, 155, 1);
}
.page {
  background: #ffffff;
}
.toolbar-fixed.toolbar-tray-open #page {
    --header-space: 29px;
}
.toolbar-fixed #page {
    --header-space: 40px;
}
.toolbar-fixed.toolbar-horizontal.toolbar-tray-open #page {
    --header-space: 79px;
}
/* Header Regions
-------------------------------------------------------------- */
/* Header Top region to the bottom of Header region */
header {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: var(--header-space);
  height:134px;
  background-color: #ffffff;
  z-index: 101;

}

header.fixed {

}
.header_wrapper {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  height:134px;
  padding:29px 0px;
}
.header_wrapper > div {

}

.header-inner {

}
header.small .header-inner {
  height: 0px;
  transition: height .2s ease-in-out;
}
header.fixed.small .header-inner {
  height: 64px;
  transition: height .2s ease-in-out;
}
header.small.slideup .header-inner {
  height: 0px;
  transition: height .2s ease-in-out;
}

.primary-menu-fixed #logo {

}

.primary-menu-fixed #eueco-logo {

}

header #logo img {
  width: 120px;
  height: auto;
  max-width: unset;
}

#site_name a {
  color:#0066aa;
  font-size: 36px;
  background-color: #ffffff;
  padding:0px 10px 5px 10px;
}
#logo a.site-logo {
  height: 100%;
}
.header-group-wrapper {
  display:block;
  clear:both;
  background:transparent;
  /*border-top:1px solid #007AC0;*/
}
.headerbild_image {
  width: 100%;
  height:700px;
  padding-bottom: 50%;
  height: 0px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.front .headerbild_image {
  padding-bottom: 42.25%;
  height: auto;
  background-position: center;
}


#login {

}

#login_menu_wrapper .login_out_block a {
  background-color: #70CFD6;
  color: #fff !important;
  padding: 0px 20px !important;
  line-height: 35px;
  height: 100%;
  display: flex;
  border-radius: 5px;
  font-size: 16px;
  margin-left: 20px;
  align-items: center;
}
#login_menu_wrapper .login_out_block a span {
  display: inline-block;
  margin-right: 5px;
  font-size: 22px;
}
#login_menu_wrapper .login_out_block a:before {
  font-family: 'Font Awesome 5 Free';
  content:"\f0da";
  margin-right: 5px;
  display: inline-block;
  font-size: 28px;
  position: relative;
  top: 3px;
  font-weight: bold;
}
.logged-in #login_menu_wrapper .login_out_block a:before {
  transform: rotate(180deg);
}
.region-login {
  display: flex;
  justify-content: flex-end;
}
#preface_top {
  position: relative;
}
#content .region-content ul {
  padding-left: 20px;
}
#menu_toggle {
  line-height: 1.6rem;
}
#menu_toggle #login {
  display: flex;
  align-items: center;
}
#menu_toggle #login .region-login > div {
  float:left;
}
#menu_toggle #login .region-login .menu_add a {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5rem;
  padding:3px 16px 3px 10px;
  color: #005a72;
}
#menu_toggle #login .region-login .menu_add .contact_link a,
#menu_toggle .login_out_block a {
  border-left:1px solid #005a72;
}
.mm_navibutton {
  font-size: 0.9rem;
  line-height: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top:50px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  color:#58585a;;
  width: auto;
  height: 25px;
  /*font-size: 0;*/
  /*text-indent: -9999px;*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  transition: color .2s ease-in-out;
}
#closenavi {
  position: absolute;
}
.mm_navibutton > div:first-child {
  height:25px;
}
.hamburger_line {
  margin-top:3px;
  background-color: #002D7E;
  width: 30px;
  height: 3px;
}
.hamburger_line:after,
.hamburger_line:before {
  display: block;
  width: 30px;
  height: 3px;
  top: 12px;
  background-color: #002D7E;
  left: 0;
  transition: all 0.1s ease;
}
.hamburger_line:after,
.hamburger_line:before {
  position: absolute;
}
.hamburger_line:after {
  top: 21px;
}
#menu,
#menu_toggle {
  /*margin-left:360px;*/
  display: none;
}
.hamburger_line::after, .hamburger_line::before {
  content: " ";
}
.mm_navibutton:hover .hamburger_line,
.mm_navibutton:hover .hamburger_line:before,
.mm_navibutton:hover .hamburger_line:after {
  background-color:#003244;
  transition: all .2s ease-in-out;
}
.mm-opened .mm_navibutton:hover .hamburger_line {
  background-color:#003244!important;
}
#menu_toggle #login .region-login a:hover {
  color: #003244!important;
  transition: all .2s ease-in-out;
}
.block-scrolltop {
  display: block;
  position: fixed;
  bottom: 0px;
  width: 88px;
  height: 40px;
  left: 50%;
  margin-left: -44px;
  border-radius: 0px;
  z-index: 10000;
}
#scrolltop {
  text-align: center;
  display: block;
  border-radius: 050%;
  background-color: rgba(112, 207, 214, 1);
  font-size: 26px;
  line-height: 43px;
  outline: none;
  height: 51px;
  width: 51px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  padding-top: 2px;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.33);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.33);
  box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.33);
}
#scrolltop .fa-angle-double-up:before {
  color:#ffffff;
  margin-top:2px;
}


.region-content {
}
.region-content-bottom {
  background-color:#ffffff;
  margin-top: 40px;
}
.node-eueco-page {
  /*background-image: url(../images/gsw/gsw-products-bg.svg);
  background-repeat: no-repeat;
  background-position: 50% 10%;
  background-size: 100% 100%;
  background-attachment: local;*/
}
#node-2104 {
  background-size: 70% 70%;
}
#main-content {
  margin-bottom:75px;
}
h1.title,
h1,
body.page-blog h1.title {
  background: none;
}




body.node-type-eueco-page h1.title,
body.node-type-eueco-page h1,
body.page-blog h1.title {
  font-family: 'BrandonGrotesqueWeb-Medium';
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  margin: 50px 0 50px 0;
  padding: 0;
}
body .page_title h1 {
  font-family: 'BrandonGrotesqueWeb-Medium';
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  margin: 80px 0 0px 0;
  padding: 0;
}
.page-blog #main-inner h2.title a {
  text-decoration:none;
}
#main-inner p {
  margin-top: 0px;
  margin-bottom: 1rem;
}

/******************* slideshow ***************************/
.slideshow_content_inner_wrapper {
  position: absolute;
  display: flex;
  color: #548292;
  padding:50px 50px;
  align-self: flex-start;
  bottom:-50px;
  background-color: rgb(254, 213, 123);
  right:0;
  border-top:10px solid #ffffff;
  border-left:10px solid #ffffff;
  display: none;
}
.headertext_wrapper {

}
.slideshow_content_inner_wrapper {
  font-size: 45px;
  font-weight: 700;
  line-height: normal;
}
#views_slideshow_cycle_main_eueco7_slideshow-slideshow_header .views-row-even .slideshow_content_inner_wrapper {
  justify-content: flex-end;
}
.views_slideshow_cycle_teaser_section,
#views_slideshow_cycle_teaser_section_eueco7_slideshow-slideshow_header,
#views_slideshow_cycle_main_eueco7_slideshow-slideshow_content,
#views_slideshow_cycle_teaser_section_eueco7_slideshow-slideshow_content,
.views-slideshow-cycle-main-frame-row,
.views-slideshow-cycle-main-frame views_slideshow_cycle_teaser_section,
.slideshow_header,
.slideshow_row {
  width: 100% !important;
}
.slideshow_image {
  width: 100%;
  position: relative;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*.front .headerbild_image,
.front .slideshow_image {
    height: 800px;
}*/
.slideshow_content {
  padding: 0 1.6vw;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.views-row-even .slideshow_content {
  background-color: #a50032;
}
.slogan_title {
  margin-bottom: .75rem;
  font-size: 1.6rem;
  line-height: 1.2;
}
.slideshow-header .slogan_title {
  /*width:630px;*/
}
.slogan_content p,
.slide_text p {
  margin:0px;
}
.slide_text {
  margin-top:8px;
}
.slide_link {
  margin-top:12px;
}
.slideshow .slide_link a {
  width: auto;
  display: inline-block;
  background-color: #3c3732;
  text-decoration: none;
  line-height: 1rem;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  transform: translateY(0);
  padding: .75rem 1.5rem;
  border: none;
  border-radius: 1.25rem;
  transition: background-color .2s ease-in-out;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: medium;
}
body .slide_link a:hover {
  background-color: #585149;
  color:#ffffff;
}
.slideshow .slide_link::after {
  content: " ";
  display: table;
}
.slideshow-header .views-slideshow-controls-text-previous,
.slideshow-header .views-slideshow-controls-text-next,
#views_slideshow_controls_text_next_eueco7_slideshow-slideshow_content,
#views_slideshow_controls_text_previous_eueco7_slideshow-slideshow_content,
#views_slideshow_controls_text_next_eueco7_slideshow-block_1,
#views_slideshow_controls_text_previous_eueco7_slideshow-block_1 {
  margin-top:195px;
  position: absolute;
  z-index:899;
  color:#ffffff;
}
.slideshow-header .views-slideshow-controls-text-previous a,
.slideshow-header .views-slideshow-controls-text-next a,
#views_slideshow_controls_text_next_eueco7_slideshow-slideshow_content a,
#views_slideshow_controls_text_previous_eueco7_slideshow-slideshow_content a,
#views_slideshow_controls_text_next_eueco7_slideshow-block_1 a,
#views_slideshow_controls_text_previous_eueco7_slideshow-block_1 a {
  color:#ffffff;
  font-size:50px;
  font-weight: 100;
  /*text-shadow: 2px 0px 3px rgba(150, 150, 150, 0.5);*/
}
#views_slideshow_controls_text_next_eueco7_slideshow-block_1,
.slideshow-header .views-slideshow-controls-text-next,
#views_slideshow_controls_text_next_eueco7_slideshow-slideshow_content {
  right: 10px;
}
.slideshow-header .views-slideshow-controls-text-previous,
#views_slideshow_controls_text_previous_eueco7_slideshow-slideshow_content,
#views_slideshow_controls_text_previous_eueco7_slideshow-block_1 {
  left: 10px;
}
.views-slideshow-cycle-processed .views-slideshow-controls-bottom {
  padding-top: 20px;
  padding-bottom: 5px;
  background-color: #ffffff;
  display:flex;
  justify-content:center;
}
.views-slideshow-pager-fields {
  display:flex;
}
.views-slideshow-pager-field-item {
  width:16px;
  height:16px;
  border-radius: 50%;
  font-size: 0px;
  margin:5px;
  line-height: normal;
  background-color: rgba(0,0,0,.4);
  border: 2px solid hsla(0,0%,100%,.9);
  cursor: pointer;
  margin-top: -45px;
  z-index: 10;
}
.views-slideshow-pager-fields .active {
  background-color: #f59b00;
  border-color: #f59b00;
}

.view-display-id-slideshow_header #views_slideshow_controls_text_next_eueco7_slideshow-slideshow_header,
.view-display-id-slideshow_header #views_slideshow_controls_text_previous_eueco7_slideshow-slideshow_header {
  opacity: 0;
  transition: opacity .2s ease-in-out;
}
.view-display-id-slideshow_header:hover #views_slideshow_controls_text_next_eueco7_slideshow-slideshow_header,
.view-display-id-slideshow_header:hover #views_slideshow_controls_text_previous_eueco7_slideshow-slideshow_header {
  opacity: 1;
  transition: opacity .2s ease-in-out;
}
.views-slideshow-controls-bottom,
.slideshow-header .views-slideshow-controls-text-previous,
.slideshow-header .views-slideshow-controls-text-next {
  /*visibility: hidden;*/
}
/* +++++++++++++++++++++
  Accordion
++++++++++++++++++++++ */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
  background: none;
  border: none;
}
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none; zoom: 1;
  border: none;
  padding-left: 60px;
}
.ui-accordion .ui-accordion-content-active {
  display: block;
}
.ui-state-default .ui-icon {
  background-image:none;
}
.accordion {
  margin-top:0px;
  padding-bottom:0px;
  border:none;
}
.accordion h3.ui-accordion-header {
  display: table;
  width: 100%;
  margin:0px 0px -2px 0px;
  cursor:pointer;
  border-radius:0px;
}
.accordion h3.ui-accordion-header span {
  display:table-cell;
}
.accordion h3.ui-accordion-header span:first-child {
  width:40px;
  text-align:right!important;
  padding-right:10px;
}
.accordion .ui-accordion-content {
  display:none;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom:20px;
  height:auto!important;
}
#main-inner .ui-accordion-content :only-child,
#main-inner .accordion .ui-accordion-content p:last-child {
  margin-bottom:0px;
}
.ui-accordion .ui-accordion-header-active {
  border-bottom:none!important;
  border-left:none!important;
  border-right:none!important;
  border-top: 1px solid #c7c7c7!important;
}
.faq_block {
  margin-top: 40px;
}
.faq_block .view-content {
  display: flex;
  flex-wrap: wrap;
}
.faq_block .view-content > h3 {
  display: none;
}
.faq_block .view-content > div {
  width: 50%;
}
.ui-accordion .ui-accordion-header:after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: "\f0da"!important;
  right: 10px;
  top: 0;
  color: #70cfd6;
  font-size: 35px;
  transform: rotate(90deg);
  font-weight: bold;
}
.ui-accordion .ui-accordion-header.ui-state-active:after{

   transform: rotate(-90deg);
}
.accordion {
  margin-top:0px;
  padding-bottom:0px;
  border:none;
}
.accordion h3.ui-accordion-header {
  color:rgba(96,96,85,1);
  font-size: 20px;
  line-height: 1.4;
  border:none;
  background: #ffffff;
  border-top: 1px solid #c7c7c7;
  margin-bottom:0px;
  font-weight: 400;
}
.accordion h3.ui-accordion-header:hover {
  color: #3c3732;
}
.accordion {
  border-bottom: 1px solid #c7c7c7!important;
  padding-bottom: 1px;
}
.accordion h3.ui-accordion-header span {
  display: none;
}
.accordion h3.ui-state-default {
}
.accordion h3.ui-accordion-header:hover,
.accordion h3.ui-state-active {
}
.accordion h3.ui-accordion-header-active {
  margin-bottom:0px;
  border-radius:0px;
}
.accordion h3.ui-accordion-header-active:hover {
}
.ui-accordion .ui-accordion-icons {
	 padding-left: 0px;
	 padding-right: 2.2em;
}
.social-share {
  padding-top:20px;
  margin-bottom:35px;
  margin-left:15px;
}
.sidebar__block {
  background: #fff;
  -webkit-box-shadow: 0 0 15px 4px rgba(0,0,0,.1);
  box-shadow: 0 0 15px 4px rgba(0,0,0,.1);
  margin: 0 0 3rem 0;
  padding: 1rem;
  display: inline-block;
}
.sidebar__block img {
  width: 100%;
  height: auto;
}
.sidebar__block-content {
  padding: 2rem;
}
.sidebar_image .like-h3 {
  margin-bottom: 0;
  margin-top: -1rem;
}
.sidebar__block-linkwrapper {
  padding: 2rem;
  padding-top: 0;
}
.sidebar__block-linkwrapper a {
  margin: 0 0 1rem 4rem;
  display: block;
  position: relative;
}
.sidebar__block-linkwrapper a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4rem;
  width: 20px;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='3 3 18 18'%3E%3Cpath fill='%23B0C53B' d='M19 12v7H5v-7H3v7a2.006 2.006 0 0 0 2 2h14a2.006 2.006 0 0 0 2-2v-7h-2zm-6 .67l2.59-2.58L17 11.5l-5 5-5-5 1.41-1.41L11 12.67V3h2v9.67z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center 5px;
}
.sidebar_image {
  width: 100%;
}
.sidebar_image p {
  width: 100%;
  height: auto;
  text-align: center;
  display: inline-block;
}
.sidebar_image a {
  text-align: center;
  width: 100%;
}
.sidebar_image a img {
  height: 120px;
  width: auto;
}
.sidebar-inner .content > p {
  margin: 0px !important;
}
.newsletter-sidebar a,
.newsletter-sidebar a:link {
  text-decoration:none;
  color: #008CBA;
}
.fa-file-pdf-o::before {
  margin-left: -15px;
  position: absolute;
  display: inline-block;
}
/*footer***********************/
footer p {
  margin:0px;
}
footer .block p {
  margin-top:0px;
}
footer .block a {
  color:#ffffff;
  text-decoration: none;
}
footer .block-superfish {
  z-index:1;
}
#block-eueco-site-menu-menu-footermenu .content
{
  display: flex;
  justify-content: center;
}
#block-eueco-site-menu-menu-footermenu .content ul
{
  display: flex;
  justify-content: space-between;
  min-width: 40%;
}
.block-superfish ul li {
  display: inline;
}
.footer_copyright {
  font-size:15px;
  line-height:25px;
  color:#ffffff;
}
footer h2 {
  font-family: 'BrandonGrotesqueWeb-Medium';
  font-size: 24px;
  line-height:inherit;
  color: #fff !important;
  margin: 0 0 0 0;
}
.region-footer > .block {
  width: 30%;
}
.footer_menu a {
  width: 100%;
  display: inline-block;
}
footer ul.menu {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  float:none;
  text-align: right;
}
footer ul.menu li {
  list-style:none;
  text-align:left;
  line-height:normal;
  padding:0px;
  margin:0;
}
footer ul.menu li.first {
  margin: 0px;
}
footer ul.menu li.last a {
  margin: 0px;
  padding: 0px;
}
footer ul.menu li a {
  color: #58585a;
  font-size:14px;
  color:#ffffff;
}
footer ul.menu li a:hover,
footer ul.menu li a.active {
  text-decoration: underline;
}
footer ul.menu li a.active {
  text-decoration: underline;
}
footer ul.menu li.last a.active {
 text-decoration: none;
}
footer .social {
}
footer .social ul {
  list-style: none;
  display:
    flex;
}
footer .social ul li {
  position: relative;
  color: #fff;
  font-size: .7rem;
  padding-left: 0;
  margin: 0 .5rem 1rem;
}
footer .social ul li:first-child {
  margin-left: 0px;
}
footer .social a {
  display: block;
  padding: 0!important;
  margin: 0;
  width: 2rem;
  height: 2rem;
  line-height: 0;
  border-radius: 50%;
  background-color: transparent;
  white-space: nowrap;
  transition: background-color .2s ease-in-out,transform .2s ease-in-out;
}
footer .social a:before {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1em;
  font-size: 1.5em;
  vertical-align: middle;
  margin-right: .75rem;
  transform: translate(0);
  transition: transform .2s ease-in-out;
}
footer .social a:before {
  display: inline-block;
  font-family: iconfont;
  text-transform: none;
  font-size: 2rem;
}
footer .social a:after {
  content: "";
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(.8);
}

.footer_anbieterin .flex_block.column{
  font-size: 14px;
  text-transform: uppercase;
}
footer .social a:hover::before {
  transform: scale(.95);
}
footer .social.social_share a::after {
  background-color:transparent;
}
.social_share a::before {
  color:#ffffff;
}
.gplus a::before {
  content: "\EA1C";
}
/*########################### badenova Menu top ######################*/
#primary-menu {

}

#menu_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}
#primary-menu{
  display: flex;
  justify-content: flex-end;
}
#primary-menu{
  display: flex;
  justify-content: flex-end;
}
#primary-menu .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#primary_menu_wrapper {
  width: 100%;
  transition: all .2s;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.primary-menu-inner {
}
.primary-menu-inner > ul.menu {
  list-style-type:none;
  float:left;
}
.primary-menu-inner > ul.menu > li {
  width:auto;
}
#primary-menu ul li a {
  color: #70CFD6;;
  background:none;
  transition: none;
  line-height: 25px;
}

#primary-menu .primary-menu-inner > ul.menu > li.first a {
  padding-left: 0px;
}

#primary-menu ul li a.active,
#primary-menu ul li a:hover
{
  color: rgb(178, 175, 155);
  background:none;
}
.primary-menu-inner > ul.menu > li.last {
  margin-right:0px;
}
#primary_menu_wrapper .sfHover > ul,
.primary-menu-inner > ul.menu > li > ul {
  background-color: #fff;
  z-index:10000;
  box-shadow: 0 10px 10px 0 rgba(0,0,0,.15);
  padding-bottom: 10px;
}
#primary-menu  ul li {

}
#primary-menu .primary-menu-inner > ul > li > ul > li {

}
#primary-menu .primary-menu-inner > ul > li.first {
  border-left:none;
}
.primary-menu-inner ul.sf-menu a {
  text-transform: none;
}
#primary_menu_wrapper .sfHover > ul li a,
#primary-menu .primary-menu-inner > ul.menu li ul li a {
  white-space: nowrap;
}
#primary-menu .primary-menu-inner > ul.menu li ul li a:before {
}
.primary-menu-inner > ul.menu li ul li {

}
.primary-menu-inner > ul.menu li ul li.last {

}
.primary-menu-inner > ul.menu li ul li.first a {
  padding-top:0px;
}
.primary-menu-inner > ul.menu li ul li.last a {
  border:none;
}
.primary-menu-inner > ul.menu > li > ul > li.last:after {
}
.primary-menu-inner ul.sf-menu ul {
  width:auto!important;
  margin-top:0px;
  background: none;
}
#primary_menu_wrapper .sfHover > ul a,
#primary-menu .primary-menu-inner > ul > li.active-trail a,
#primary-menu .primary-menu-inner > ul > li.active-trail li.active-trail a.active,
#primary-menu .primary-menu-inner > ul > li a.active,
#primary-menu .primary-menu-inner > ul > li:hover > a,
#primary-menu .primary-menu-inner > ul.menu > li li:hover a {
  background:none;
  color:rgb(178, 175, 155);;
  transition: none;
  padding: 0;
  line-height: 37px;
  margin-left: 15px;
  margin-right: 15px;
}
.primary-menu-inner li.active-trail {
  background:none;
}
.primary-menu-inner > ul.menu li ul.menu li.active-trail ul li a.active {
}
.primary-menu-inner > ul.menu li ul a:hover {
  color:rgb(178, 175, 155);;
  background:none;
}
.primary-menu-inner > ul.menu li ul li.active-trail a,
.primary-menu-inner > ul.menu li ul li a.active {
  background:none;
  color:rgb(178, 175, 155);;
}

div.content-messages div.status {
  background-color: #eff8fb;
  border-color: #008cba;
  color: #008cba;
  margin-left: 8px;
  width:94%;
}
div.content-messages div.status a {
  color: #008cba;
}
div.content-messages div.warning,
div.content-messages div.error,
div.content-messages div.help {
  background-color: #fdf7e6;
  border-color: #f2af00;
  color: #f2af00;
  margin-left: 8px;
  width:94%;
}
div.content-messages div.warning a,
div.content-messages div.error a,
div.content-messages div.help a {
  color: #f2af00;
}
li.taxonomy_term_1 {
  display:none!important;
}
.node-type-blog div.links {
  float:left;
  margin-bottom:30px;
}
.node-type-blog div.terms {
  margin-bottom:30px;
  margin-top:30px;
}
.node-type-blog h1.title {
  background:none;;
  font-size:40px;
  color:#1f1f1f;
  line-height:42px;
  margin-top:0px;
  margin-bottom:0px;
  background: none;
  padding-top:0px;
}
/*########################### Login ######################*/
#registrieren-anker {
  margin-bottom:80px;
}
/*         Buttons
------------------------------*/

#pid-node-70-done #content-content,
.page-newsletter #content-content,
#pid-node-1945-done #content-content {
  padding-left:15px;
}
#simplenews-confirm-add-form .container-inline a {
  background: #007ac0 none repeat scroll 0 0;
  color: #ffffff;
  float: left;
  padding: 10px 16px;
  text-align: center;
  width: 140px;
}
#simplenews-confirm-add-form .container-inline a:hover {
  text-decoration: none;
}

#pid-so-funktionierts #button-area {
  text-align: center;
}
#pid-so-funktionierts #button-area img {
  cursor:pointer;
}
#pid-so-funktionierts #button-area .button {
  float: left;
  padding: 10px 0px 0px;
}
#pid-so-funktionierts #button-area #go_left {
  margin-left:299px;
}
#node-title-70 h1 {
  margin-bottom: 0;
}
body .modal_logout a#logout_button,
body .modal_logout_mob a#logout_button,
body input.small-submit {
  background:none;
  border:none;
  background-color: #f59b00;
  color:#ffffff;
  display: inline-block;
  font-weight:400;
  font-size:18px;
  border-radius: 0px;
  line-height:35px;
  text-align:center;
  text-decoration:none;
  padding-right:16px;
  padding-left:16px;
  float: right;
  margin-bottom:20px;
  margin-right: 8px;
  width:auto;
  z-index: 3;
}
#menu_toggle #login .region-login .modal_logout a#logout_button:hover,
#menu_toggle #login .region-login .modal_logout_mob a#logout_button:hover {
  color:#ffffff!important;
  background-color:rgba(250, 183, 23, 0.8);
  transition: all .2s ease-in-out;
}
body input.small-submit {
  line-height:26px;
  max-width: 100px;
}
body form input.form-submit:hover,
body input.form-submit:hover,
body input.small-submit:hover {
  cursor:pointer;
}
#pid-user-password .form-item label {
  font-weight: normal;
}
#progress {
  position: fixed;
  text-align: center;
  top: 300px;
  visibility: hidden;
  width: 100%;
  z-index: 10000;
}
body .ui-dialog {
  border: 0;
  border-radius:0;
  padding:0;
}
body .ui-dialog-content {
  height:auto !important;
}
body .ui-widget {
  font-size: inherit;
}
body .ui-dialog .ui-dialog-titlebar-close {
  background: rgba(0, 0, 0, 0) url("../images/eueco/icons/icon_close.gif") no-repeat scroll 0 0;
  border: medium none;
}
body .ui-dialog .ui-dialog-titlebar-close:hover {
  background: rgba(0, 0, 0, 0) url("../images/eueco/icons/icon_close_hover.gif") no-repeat scroll 0 0;
}
body .ui-dialog-titlebar {
  background: #FF8BA2 none repeat-x scroll 0 center;
  border: medium none;
  border-radius: 0;
  font-size: 14px;
}
.ui-dialog-overlay {
  background: none repeat scroll 0 0 #000000;
  opacity: 0.8;
}
.ui-dialog-title {
  color: #FFFFFF;
  font-weight: bold;
}
.ui-dialog .ui-dialog-buttonpane button {
  background:none;
  border:none;
  background-color:#70CFD6;
  color:#ffffff;
}
#modal-upload-wrapper {
  margin-bottom: 10px;
}
.flex_block {
  display: flex;
  justify-content:space-between;
  flex-direction:row;
}

.flex_block.column {
  flex-direction:column;
  justify-content: center;
}

.flex_block.two > .flex_block.column {
  max-width: 50%;
}
.flex_block.one > div {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1.5rem 1rem;
}
.flex_block.one > div .flex_block.column {
  padding: 1.5rem 1rem;
}
.flex_block.three > div {
  flex: 0 0 50%;
  max-width: 33.3333333%;
}

.flex_block.two.info > div {
  flex: 0 0 50%;
  max-width: 50%;
}

#pid-ueber-uns .flex_block.two.extras .flex_block.column {
  justify-content: flex-start;
}



.flex_block.inset > div:first-child {
  height:auto;
  padding-left:0px;
}
.flex_block.inset > div:last-child {
  height:auto;
  padding-right:0px;
}
.flex_block.three > .text {
  max-width: 33.33%;
  min-height:300px;
  margin-left: .75vw;
  margin-right: .75vw;
  padding-left: .75vw;
  padding-right: .75vw;
}
.flex_block.projekt > div.text > div {
  position: relative;
}
.flex_block.three > .flex_block.column {
  width:33.3333333%;
}
.flex_block.four > .flex_block.column {
  width:25%;
}
.flex_block.column .image {
  display:block;
  min-height: 200px;
  -webkit-transition: all .6s cubic-bezier(0.770, 0.000, 0.175, 1.000);
  transition: all .6s cubic-bezier(0.770, 0.000, 0.175, 1.000);
  overflow: hidden;
}
.flex_block.column > .image:hover .image {
  -webkit-transform: scale(1.05) rotate(0.1deg);
  transform: scale(1.05) rotate(0.1deg);
}
.flex_block.column .image img {
  display:block;
  width:100%!important;
  height:auto!important;
}
.flex_block.column.icon .image {
  margin-bottom:20px;
}
.flex_block.icon {
  justify-content: center!important;
  padding: 1.5rem 0rem;
}
.flex_block.icon .image img {
  display:block;
  width:86px!important;
  height:auto!important;
  margin-left:auto;
  margin-right: auto;
}
.flex_block.icon > div {
  display:block;
  text-align: center;
  color:#0066aa;
}
body .flex_block.icon a {
  color:#0066aa;
}
.green {
  color: #B0C53B !important;
}
.darksteel {
  background-color: #548094;
}
.lightsteel {
  background-color: #A6BECC;
}
.orange {
  background-color: #FBB900;
}
.lightorange {
  background-color: #FED57B;
}
.purple {
  background-color: #A50032;
}
.magenta {
  background-color: #e50055;
}
.gray {
  /*background-color: #E9E9E8;*/
  border:3px solid #E9E9E8;
}
.lightgray {
  background: #f7f7f7;
}
.flex_block .pop_out:hover {
  /*  display: none;
    width:500px!important;
    position: relative;
    margin-top:-25px;
    margin-left:-50px;
    box-shadow: 0 0 7px 1px rgba(0,0,0,.5);*/
}
.flex_block .pop_out .image a span {
  display:none;
  position: absolute;
  box-sizing: border-box;
  z-index: 1000;
  color:#ffffff;
  border:1px solid #ffffff;
  font-size: 17px;
  padding: 10px 30px;
  width:300px;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  margin-top: -47px;
  margin-left: -150px;
}
.flex_block .pop_out:hover .image a span {
  display:block;
}
.flex_block .pop_out .button a {
  border-top: 1px solid #fff;
  background-color: #F60;
  color:#ffffff;
  padding: 15px 20px;
  display:block;
  text-decoration: none;
}
.flex_block.columns {
  flex-direction: row;
  justify-content:space-between;
}
.link_wrapper {
}
body .page a.link {
  display: inline-block;
  color: #f59b00;
  padding-left: calc(.75rem + 1.25em);
  transition: color .2s ease-in-out,-webkit-transform .2s ease-in-out;
  transition: color .2s ease-in-out,transform .2s ease-in-out;
  transition: color .2s ease-in-out,transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
}
body .page a.link:hover {
  color: #d27300;
  transition: all .2s ease-in-out;
}
a.link:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width:100%;
  height:100%;
  display: inline-block;
  font-family: iconfont;
  line-height: 1em;
  font-size: 1.5em;
  vertical-align: middle;
  margin-right: .75rem;
  transform: translateY(0);
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
}
a.link.download:before {
  content: '\EA02';
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
}
a.link.download:hover:before {
  transform: translateY(2px);
}
div.button,
a.button {
  display: block;
  background: none;
  border: none;
  background-color: #f59b00;
  color: #ffffff;
  text-align: center;
  float: none;
  font-size: 1rem;
  line-height: 1rem;
  border-radius: 1.25rem;
  padding: .75rem 1.5rem;
  margin-bottom: 4px;
  margin-left:auto;
  margin-right:auto;
  max-width: 60%;
}
div.button {
  max-width: 100%;
  width:100%;
}
a.button.gray {
  background-color: #3c3732;
}
a.button:hover {
  background-color: #c27b00;
  color:#ffffff!important;
}
a.button.gray:hover {
  background-color: #69635d;
}

.field-name-body .field-item {
  /*margin-bottom: calc(5.0rem - 1.5vw) !important;*/
  display: block;
  clear: both;
}
#pid-ueber-uns .field-name-body .field-item,
#pid-mitglied-werden .field-name-body .field-item {
  margin-bottom: 20px;
}

.slick-prev,
.slick-next {

}

#pid-beteiligung .content_block_6 .item_inner {
  padding-top:130px;
}
#pid-ueber-uns .content_block_3 .item_inner {
  padding-top:25px;
}
#pid-beteiligung .content_block_6 .item_inner ul {
  list-style: none;
}
#pid-beteiligung .content_block_6 .item_inner div,
#pid-ueber-uns .content_block_3 .item_inner div {
  margin-top:40px;
}
#pid-beteiligung .content_block_6 .item_inner div img,
#pid-ueber-uns .content_block_3 .item_inner div img {
  margin-right:50px;
}
#pid-beteiligung .content_block_6 h2,
#pid-ueber-uns .content_block_3 h2 {
  color:#ffffff;
  font-size:35px;
  text-transform: uppercase;
  margin-top:50px;
  margin-bottom:35px;
  font-weight:700;
  line-height: 35px;
}
#pid-ueber-uns .content_block_3 .field-item-content p {
  width:1000px;
}
.flex_block.testimonial .text {
  font-size:35px;
  color:#79a9d6;
  line-height:normal;
}
.flex_block.testimonial .text div {
  font-weight: 700;
  font-size:18px;
  color:#000000;
  text-transform: uppercase;
}
.flex_block.testimonial .text div span {
  font-weight: 100;
  text-transform: none;
}
.flex_block.testimonial .image img {
  border-radius:20%;
}
.flex_block.kontakt {
  background-color:#79a9d6;
  border-radius:70px;
}
.flex_block.kontakt {
  justify-content:flex-start;
}
.flex_block.kontakt .image img {
  display:block;
}
.flex_block.kontakt .text {
  font-size:35px;
  color:#ffffff;
  line-height:normal;
  margin-top:55px;
  text-transform: uppercase;
  margin-left: 55px;
}
.flex_block.kontakt .text div {
  font-size:24px;
  font-weight: 700;
  color:#ffffff;
  line-height:50px;
  margin-top:50px;
  font-family: arial, sans-serif;
}
.flex_block.kontakt .text div img {
  margin-right:10px;
  margin-bottom:-7px;
}
.flex_block.kontakt .text div a img {
  margin-bottom:-2px;
}
.flex_block.kontakt .text div.email a {
  font-family: 'Raleway', sans-serif;
  color:#ffffff;
  text-transform: none;
}
.flex_block.newsletter .text {
  color:#79a9d6;
  text-transform: uppercase;
  margin-left:50px;
}
.flex_block.newsletter {
  justify-content:flex-start;
}
.flex_block.beteiligung .image {
  background-repeat: no-repeat;
  width:333px;
  height:332px;
}
.flex_block.beteiligung .image img {
  display: block;
}
.flex_block.beteiligung .image {
  color:#ffffff;
  font-size:35px;
  font-weight: 700;
  line-height: 45px;
  padding:205px 45px 0px 45px;
}
.flex_block.beteiligung .image div {
  font-family: arial, sans-serif;
  font-size:66px;
}
.flex_block.beteiligung a.download {
  float:right;
}
.flex_block.beteiligung .teaserHeadline,
.flex_block.investition .teaserHeadline {
  margin-top:0px;
}
.region-content .ee-projectdetails-invested-block {
display: flex;
flex-direction: column;
}
.region-content .darlehen .ee-projectdetails-invested-block {
  margin-top:50px;
}
.region-content .ee-projectdetails-title {
  font-size: 24px;
  text-transform: none;
  font-weight: normal;
  padding: 0px;
  color: #606055;
  margin-bottom:10px;
}
.region-content .ee-value-wrapper {
  position: static;
  color: #000000;
  order:2;
  display: flex;
  justify-content: space-between;
  margin-top:10px;
}
.tooltip:hover span {
  margin-top:5px;
}
.tooltip span,
.region-content .ee-projectdetails-invested-block .tooltip span.classic,
.tooltip:hover span.classic {
  background: none;
  margin-left:0px;
  font-size:24px!important;
  border:none;
  border-radius: 5px;
  width: auto;
  padding:0px;
  margin-top:10px!important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow:         none;
  display:none;
  color: #606055;
}
.region-content .ee-projectdetails-invested-block .tooltip span.classic em {
  font-size:24px!important;
  font-weight:normal;
  line-height: normal;
  font-style: normal;
  padding:0px;
}
.region-content .ee-projectdetails-invested-block .tooltip span.classic em.value {
display: none;
}
#page .region-content .tooltip {
  border:none;
order:1;
height:10px;
}

.region-content .ee-value-wrapper #ee-min-value {
 color:#606055;
 text-align: right;
}
.region-content .ee-value-wrapper #ee-max-value {
  color:#606055;
}
.region-content #ee-skala {
  background-image: none;
  height: 10px;
  border:none;
  border-radius:0px;
  margin-top: 5px;
  background-color: #70cfd6;
}

.region-content #ee-invested {
  color: #79a9d6;
  font-weight: bold;
  font-size: 115%;
  margin-left: 5px;
  position: relative;
  top: -38px;
  display: none;
}
.region-content #ee-skala #ee-value {
  background:none;
  background-color: #3C3732;
  top: -36px;
  height: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  text-align: right;
}
.region-content #ee-skala #ee-value::before{
	font-family: 'Font Awesome 5 Free';
	content: "\f0da";
	margin-right: 5px;
	display: inline-block;
	margin-top: -29px;
	margin-right: -6px;
	transform: rotate(90deg);
	font-size: 30px;
  color:#3C3732;
  float: right;
}

.region-content .content_block_5 #ee-skala #ee-value {
}
.region-content .ee-value-wrapper:hover + div + .tooltip span.classic {
  display: block;
}
.flex_block.investition .text {
  width:760px;
}
.flex_block.investition .text.liste {
  width:333px;
}
.flex_block.investition .text.liste ul {
  list-style: none;
  display: table;
  margin-top:82px;
}
.flex_block.investition .text.liste ul li {
  height:36px;
  display:inline-block;
  margin-bottom:10px;
  vertical-align: top;
  color: #79a9d6;
}
.flex_block.investition .text.liste ul li:before {
  content:' ';
  display:inline-block;
  float:left;
  background-image: url('../images/bbp/icons/plus_small.png');
  background-repeat: no-repeat;
  height:36px;
  width:36px;
  padding-left:15px;
}
#pid-datenschutz #main h2,
#pid-datenschutz #main p strong {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 600;
}
#pid-user-register #content h1:after {
  content:'';
  margin-bottom: 10px;
}
#user-register-form #ee-legal1, #user-register-form #edit-legal legend {
  display: none;
}
#pid-user-register #registrieren a,
#pid-user-register #edit-legal a {
  color:#63C51D;
}
.form-item-captcha-response label,
#pid-user-register .captcha label {
  display: none;
}

.form-required,
#pid-user-register .form-required {
  color: #3c3732;
}
header .form-required {
  color: #f59b00;
}
#webform-client-form-206 > div {
}


.webform-submission-form select {
  font-size: 18px;
  background: #fff;
  width: 100%;
  padding: 0 1.5rem;
  border:none;
}
.webform-submission-form select * {
  padding: 0 1.5rem;
  border:none;
  background: none;
}

#webform-client-form-206 span.form-required,
#webform-client-form-70 span.form-required {
  font-size:0px;
}

.webform-submission-form  .resizable-textarea .grippie {
  display: none;
}
#webform-client-form-70 fieldset:nth-child(3) {
  margin-bottom:0px;
}
#webform-client-form-70 > div fieldset legend {
  font-size: 24px;
  color: #404040;
  font-weight: 400;
  line-height: 30px;
  margin-top:50px;
}
#webform-client-form-70 .webform-component--anmeldung-zum-newsletter legend,
#webform-client-form-70 .webform-component--projektdaten legend {
  display:none;
}
#webform-client-form-70 > div input.form-text {
  width:470px;
  line-height: 40px;
  height:40px;
  vertical-align: middle;
  font-size: 24px;
  padding-left:8px;
  border: 1px solid #d0d0d0;
}
#webform-client-form-70 fieldset:nth-child(4) .fieldset-wrapper .form-item {
  margin:10px 0px;;
}
#webform-client-form-70 fieldset:nth-child(4) .fieldset-wrapper .form-item input,
#webform-client-form-70 fieldset:nth-child(4) .fieldset-wrapper .form-item select {
  display: table-cell;
}
#webform-client-form-70 fieldset:nth-child(4) .fieldset-wrapper .form-item select {
  display: inline-block;
  width: 165px;
  text-align: center;
  padding-left:5px;
  margin-top: 0px;
  line-height: 30px;
  border:1px solid #d0d0d0;
  background-color: #ffffff;
  color:#040404;
  font-size: 18px;
}
#webform-client-form-70 fieldset:nth-child(4) .fieldset-wrapper .form-item label {
  display: inline-block;
  width:110px;
}
#pid-node-70-done #main {
  font-size:18px;
  margin-top:60px;
}
#pid-node-70-done #main .webform-confirmation table {
  width:760px!important;
  line-height:normal;
  text-transform: uppercase;
}
#pid-node-70-done #main .webform-confirmation table td {
  padding-left:0px;
}
#pid-node-70-done #main .webform-confirmation table td p {
  font-size:18px;
}
#pid-node-70-done #main .webform-confirmation table td p:first-child {
  font-size:24px;
}
#pid-node-70-done #main .webform-confirmation + .links {
  width:760px!important;
  margin-left:auto;
  margin-right:auto;
  text-transform: uppercase;
}
#pid-node-70-done #main .webform-confirmation + .links a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f060";
  font-weight:100;
  padding-right:5px;
}
tbody {
  border-top:none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .region-content #ee-skala #ee-value {
    top: -28px;
  }
  .flex_block.beteiligung .image {
    padding: 195px 5px 0px 45px;
    font-weight: 700;
  }
  #pid-customer-portfolio legend,
  .page-user-edit #user-profile-form legend {
    display: inline-block;
    margin-bottom:10px;
  }
  #pid-customer-portfolio legend {
    padding-left:0px;
  }
}
.system_messages_wrapper {
  width:500px;
  height:auto;
  position: absolute;
  background-image: none!important;
  top: 20%;
  left: 50%;
  margin-top: -50px;
  margin-left: -250px;
  z-index: 1000;
  padding:0px 20px 20px 20px;
  background-color: rgba(50, 50, 50, 0.58);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.58);
  -moz-box-shadow:    0px 2px 10px 0px rgba(50, 50, 50, 0.58);
  box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.7);
}
.system_messages_wrapper .messages {
  display:block;
  clear:both;
}
.system_messages_wrapper .closer {
  float:right;
  cursor:pointer;
  font-size:18px;
  padding:5px;
  margin-right:-20px;
  color:#000000;
}
.doc_header {
  color: #8B9396 !important;
}
.password-suggestions li {
  list-style-position: inside;
}
html.mm-blocking body {
  overflow-y: scroll;
}
#menu.mm-menu {
  width: 34rem;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}
.mm-panels {
  height:100%;
}
.mm-panels>.mm-panel:before {
  height: 37px;
}
#primary-menu_inner_wrapper {
  padding: 30px 0;
  padding-top: 1.5rem;
}
.mm-menu.mm-theme-black {
  background:#3c3732;;
  border-color: rgba(255,255,255,.2);
  color: rgba(255,255,255,.6);
  background: #ffffff;
  background: -moz-linear-gradient(top, white 60%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, white), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(top, white 60%, #e8e8e8 100%);
  background: -o-linear-gradient(top, white 60%, #e8e8e8 100%);
  background: -ms-linear-gradient(top, white 60%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
  background: linear-gradient(top, white 60%, #e8e8e8 100%);
}
.mm-navbars-bottom {
  background: transparent;
  padding: 0px 1.5rem;
}
.mm-panels > .mm-panel > ul.mm-listview {
  margin: 0px 0px;
  line-height: 1.4;
  font-size: 18px;
}
.mm-listview > li:not(.mm-divider)::after {
  position: static;
  display: none;
}
.mm-listview > li.last::after {
  display: block;
}
.mm-panels > .mm-panel > ul.mm-listview li {
  margin: 0px;
  border-top: 1px solid #E7E8E6;
}
.mm-panels > .mm-panel > ul.mm-listview ul {
  font-size: .7rem;
  line-height: 1.45;
}
.mm-menu.mm-theme-black .mm-listview {
  border-color: #E7E8E6;
}
.mm-listview > li > a {
  color: #002D7E;
  font-size: 18px;
  padding: 15px 20px;;
}
.mm-listview > li > a:hover {
  color: #002D7E;
}
.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next {
  height: 1.3rem;
}
.mm-listview .mm-next {
  top: .75rem;
  right: 0;
  font-size: 1.3rem;
  height: 1.3rem;
  width: 1.3rem;
  line-height: 1;
}
.mm-vertical .mm-listview > li > .mm-next:before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23003244%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23003244%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left 6px;
}
.mm-vertical .mm-listview > li.mm-opened > .mm-next:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23003244%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.mm-listview .mm-next::before {
  content: '';
  border-left:none;
}
.mm-menu.mm-theme-black .mm-listview > li .mm-next::after,
.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li.expanded > .mm-next:after {
  content: "";
  border:none;
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background:none;
  color: #005a72;
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next):hover,
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span:hover {
  color: #003244;
}
.mm-listview > li > a.active-trail {
  color: #003244;
}
.mm-menu.mm-keyboardfocus a:focus,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: none;
}
.toolbar_item_content {
  display: none;
  position:absolute;
  background-color: #efefef;
  right:49px;
  width: 410px;
  min-height: 255px;
  padding: 23px 29px;
  z-index: 1;
  box-shadow: 0 0 4px 1px rgba(0,0,0,.35);
}
.mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 0px 0 0px 1rem;;
}
#mm-blocker {
  top: 0px;
  opacity: 0 !important;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  color:#003244;
  font-size: 28px;
  position: relative;
  z-index: 1001;
  padding-right: 0px;
  margin-bottom:-20px;
  height: 20px;
}
.mm-navbar .mm-title {
  overflow: visible;
  padding:0px;
}
.mm-panel.mm-hasnavbar .mm-navbar a {
  font-weight: 100;
  float:right;
  color:#003244!important;
  font-size: 28px;
  height:20px;
  cursor: pointer;
  transform: scale(1.8,1);
  position: relative;
  top: -35px;
  right: 21px;
}
body.smallmenu #mm-blocker {
  top: 0px;
}
.toolbar_item .toolbar_item_content {
  margin-top:-50px;
}
.toolbar_item:first-child .toolbar_item_content {
  /*margin-top:0px;*/
}
.toolbar_item.info .shadow_container {
  top:50px;
}
.shadow_container {
  position:absolute;
  float:right;
  width:50px;
  height:50px;
  display:block;
  clear:both;
  right:0;
  z-index: 2;
}
.toolbar_item:first-child .shadow_container {
  clip: rect(-8px, 50px, 50px, 1px);
  top:-50px;
}
.toolbar_item:last-child .shadow_container {
  clip: rect(0px, 50px, 55px, 1px);
}
a.toggle {
  position:relative;
  text-decoration: none;
  overflow: hidden;
  color:#ffffff;
  margin-left:1px;
  background-color: #404040;
  display: block;
  line-height: 50px;
  width:50px;
  height:50px;
  border-top: 1px solid #CCC;
  text-align: center;
}
.toolbar_item:first-child .shadow_container a.toggle {
  border-top:none;
}
a.toggle:hover,
a.toggle.active {
  background-color: #efefef;
  color:#F60;
}
.toolbar_item:first-child a.toggle:hover,
.toolbar_item:first-child a.toggle.active {
  box-shadow: -1px 0 4px 1px rgba(0,0,0,.35);
}
.toolbar_item:last-child a.toggle:hover,
.toolbar_item:last-child a.toggle.active {
  box-shadow: -1px 0 4px 1px rgba(0,0,0,.35);
}
a.toggle:hover + .toolbar_item_content {
}
.toggle:before {
  font-family: 'Font Awesome 5 Free';
  font-size:30px;
  display: block;
  line-height: 50px;
  width:50px;
  height:50px;
  text-align: center;
}
.toggle.telefone:before {
  content: "\f095";
}
.toggle.info:before {
  content: "\f128";
}
.toggle.email:before {
  content: "\f003";
}
.toggle.telefone:hover:before {
  /*position:absolute;*/
}
body .nach_oben_wrapper {
  float:right;
}
body .nach_oben_wrapper a::after {
  font-size: 26px;
  font-weight: 700;
  font-family: 'Font Awesome 5 Free';
  content: "\f106";
  margin-top: -5px;
  margin-left: 9px;
  text-align:center;
  line-height:35px;
  color: #fff;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background: #404040;
  display: inline-block;
}
#user-pass-reset {
  margin-top:55px;
}
#main-inner #user-pass-reset p {
  margin-bottom: 0px;
}
#block-views-faqs-faq-block .view-faqs > h2 {
  display:none;
}
#pid-faq-uebersicht #block-views-faqs-faq-block .view-faqs > h2 {
  display:block;
  margin-top: 30px;
  font-weight: 700;
  text-align: center;
}
#pid-contact .page,
#pid-newsletter .page {
  background: #ffffff;
}
.webform-submission-form {
background-color: rgb(178, 175, 155);
}

.webform-submission-form fieldset {
  border:none;
}

#main .view-faq-kategorien div {
}
#block-views-faq-kategorien-block  div.view-content {
}
.view-faq-kategorien {
  float: none;
  display:block;
  clear: both;
  margin-bottom:20px;
  margin-left:auto;
  margin-right:auto;
}
#block-views-faqs-block-2 h2 {
}
#block-views-faq-kategorien-block {
  margin-top: 138px;
  background: #d4e8c6;
  background: -moz-linear-gradient(top, #d4e8c6 1%, #c2deb0 19%, #61c419 100%, #95d157 100%);
  background: -webkit-linear-gradient(top, #d4e8c6 1%,#c2deb0 19%,#61c419 100%,#95d157 100%);
  background: linear-gradient(to bottom, #d4e8c6 1%,#c2deb0 19%,#61c419 100%,#95d157 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e8c6', endColorstr='#95d157',GradientType=0 );
  padding: 1rem 1.5rem;
}
body #main .view-faq-kategorien a {
  font-size: 1rem;
  line-height: 2;
  color: #0066aa;
  padding-left: 36px;
}
body #main .view-faq-kategorien a::before {
  font-family: "iconfont";
  content: "\EA05";
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 1;
  line-height: 2em;
  font-size: 1.5em;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: -36px;
  margin-right: 16px;
  transition: transform .2s ease-in-out;
}
body #main .view-faq-kategorien a:hover {
  color: #0066aa;
}
body #main .view-faq-kategorien a:hover:before {
  transform: translateX(4px);
  transition: transform .2s ease-in-out;
}

.flex_block.projekt1 .text:first-child {
  width:750px;
}
.accordion .flex_block {
  width:1024px;
}
.accordion .flex_block > div {
  width:35%;
}
.accordion .flex_block > div:first-child {
  width:60%;
}
#pid-ueber-uns .projekt1 .image {
  align-self: flex-end;
}
#pid-ueber-uns .flex_block.projekt1 {
  position: relative;
}
#pid-ueber-uns #ui-accordion-1-panel-0 img {
  background-color: #ffffff;
  padding:30px;
  height: 187px!important;
  width:auto!important;
}
#pid-beteiligung .accordion .ui-accordion-content,
#pid-ueber-uns .accordion .ui-accordion-content {
  font-family: "Thesans";
  color: #404040;
  line-height: 25px;
  font-size: 17px;
  padding: 10px 55px 10px 0px;
}
#pid-beteiligung #ui-accordion-1-panel-2 img {
  float:left;
  display: inline-block;
  margin-right:20px;
}
#pid-beteiligung ul.zeichnung {
  list-style: none;
  margin-left:0px;
  padding-left: 0px;
}
#pid-beteiligung ul.zeichnung li {
  display: table-row;
}
#pid-beteiligung ul.zeichnung li span {
  display: table-cell;
  vertical-align: top;
  padding-bottom:30px;
}
#pid-beteiligung ul.zeichnung li span:first-child {
  vertical-align: middle;
}
#pid-beteiligung ul.zeichnung li span:nth-child(2) {
  padding-right:10px;
}
/******* div table ************/
.divtable {
  display: table;
  width:100%;
}
.divrow {
  display: table-row;
}
.divrow > div {
  display: table-cell;
  padding: .50rem 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;
}
#content .region-content ul.checks {
  list-style: none;
  margin-left: 30px;
  padding: 0px;
}
ul.checks li::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  color: #0066aa;
  font-weight: normal;
  font-size: 20px;
  vertical-align: top;
  position: absolute;
  padding-right: 6px;
  margin-left: -30px;
}
ul.checks.info li::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f05a";
  color: #70cfd6;
  font-size: 20px;
  margin-top: 2px;
}
ul.checks.coop li::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f067";
  color: #70cfd6;
  font-size: 20px;
  margin-top: 2px;
}
#primary-menu_wrapper {
  display: none;
}
.area_triggers > div,
body form input.form-submit,
body input.form-submit,
body input.small-submit {
  background: none;
  border: none;
  background-color:#70cfd6;
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  border-radius: 0px;
  line-height: 35px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  padding-right: 16px;
  padding-left: 16px;
  float: none;
  margin-bottom: 20px;
  margin-right: 8px;
  width: auto;
  z-index: 3;
}
body form input.form-submit:hover,
body input.form-submit:hover,
body input.small-submit:hover {
  background-color: #b2af9b;
}
/*Modal Login*/
/*Modal Login*/
.login_out_block *{
    box-sizing: border-box!important;
}
.login_out_block .flex_block{
    justify-content: flex-end;
    align-items: center;
}
.login_out_block .flex_block a:first-child{
    font-size: 16px;
    font-weight: 600;
    color: #009;
}
.modal_login,
.modal_logout{
    display:none;
    width:445px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:901;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c2deb0+0,61c419+100,aecc8e+100 */
    background-color: #b2af9b;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.59);
    -moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.59);
    box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.59);
}
.modal_login_mob,
.modal_logout_mob {
  position: fixed;
  right: 25px;
  display: none;
  width: 95%;
  margin-left: 0px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index:901;
    background-color: #b2af9b; /* Old browsers */
  padding: 1rem 1.5rem;
  z-index: 1000;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.59);
  -moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.59);
  box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.59);
  max-width: 410px;
}
.modal_login_mob h2,
.modal_logout_mob h2,
.modal_login h2,
.modal_logout h2{
  color:#ffffff;
}
.modal_login_mob h2,
.modal_logout_mob h2{
  font-size: 26px;
}
.mobile_login_out_block .modal_login,
.mobile_login_out_block .modal_logout{
    width:98%;
    margin-left:auto;
    margin-right:auto;
}

.modal_logout {
  margin-top: 30px;
}
header.small .modal_login {
  margin-top: 39px;
}
header.small .modal_logout {
  margin-top: 12px;
}
.modal_login_mob,
.modal_logout_mob,
.modal_login,
.modal_logout {
  color: #ffffff;
  font-size: 22px;
}

.modal_login_mob .form-item-name,
.modal_login .form-item-name {
  margin-top: 10px;
}
.modal_login .headline,
.modal_login_mob .headline,
.modal_logout_mob .headline,
.modal_logout .headline {
  font-size: 2.2rem;
}
.modal_login_mob label,
.modal_login label,
.modal_logout_mob label,
.modal_logout label {
  font-weight: 100;
  font-size: 2rem;
  margin: 0 0px;
}
.modal_login_mob label {
  font-size: 0.8rem;
}
.modal_logout,
.modal_logout_mob {
  color: #ffffff;
}
.modal_logout_mob .realname,
.modal_logout .realname {
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 15px;
  text-align: center;
  border: none;
}
.modal_login input,
.modal_login_mob input {
  font-weight: 100;
  font-size: 26px;
  padding: 0 20px;
  display: block;
  width: 100%;
  border: 1px solid #cecdcc;
  background: #fff;
  -webkit-appearance: none;
  outline: none;
}

.modal_login_mob .form-type-password,
.modal_login .form-type-password {
  margin-bottom:5px;
}
.modal_login_mob .form-required-text,
.modal_login .form-required-text {
  font-size: 14px;
  color:#ffffff;
  padding-left:20px;
}
.modal_login_mob .reset_password a,
#menu_toggle #login .region-login .modal_login .reset_password a {
  font-size: 16px;
  color: #003244;
  padding-left:0px;
}

#menu_toggle #login .region-login .modal_login .reset_password a:hover:before {
  margin-left:10px;
  transition: margin .2s ease-in-out;
}
.modal_login.hack {
  position: fixed;
  display: none;
  z-index: 1000;
}
#pid-fast-registry-step1 #user-register-form input.form-submit,
#pid-user-register #user-register-form input.form-submit {
  background: none;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  background-color: rgba(0, 50, 68, 1);
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  font-size: 22px;
  border-radius: 0px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  padding-right: 35px;
  padding-left: 35px;
  float: none;
  margin-bottom: 20px;
  margin-right: 8px;
  width: auto;
}

#pid-fast-registry-step1 #user-register-form input.form-submit,
#pid-user-register #user-register-form input.form-submit,
body .modal_logout_mob a#logout_button,
body .modal_logout a#logout_button,
#login_links a,
body .modal_login input#edit-submit,
body .modal_login_mob input#edit-submit,
body .modal_login_mob  input#edit-submit--2,
body .modal_login input#edit-submit--2,
body .modal_login input#edit-submit--3,
body .modal_login input#edit-submit--4,
body .modal_login input#edit-submit--5,
body .modal_login_mob input#edit-submit--3 {
font-family: 'BrandonGrotesqueWeb-Regular';
border: 1px solid #ffffff;
font-size: 24px;
padding: 5px 25px;
margin-top: 0px;
height: auto;
line-height: initial;
background: none !important;
color: #ffffff;
display: inline-block;
text-align: center;
border-radius: 5px;
width:100%;
}
#login_menu_wrapper .login_out_block .modal_logout a::before {
display: none;
}
.modal_login_mob .form-actions,
.modal_logout_mob .form-actions,
.modal_login .form-actions,
.modal_logout .form-actions {
	 margin-top: 0px;
	margin-bottom: 10px;
  padding-top:0px;
}

.reset_password a{
  color:#ffffff!important;
}

#pid-fast-registry-step1 #login_links {
  display: none;
}
.modal_login.hack .do_register {
  display: none;
}
.modal_login_mob .do_register a.registrieren,
#menu_toggle #login .region-login .do_register a.registrieren {
  background: none;
  background-color: rgba(0, 50, 68, 1);
  color: #ffffff;
  width: 100%;
  max-width: 100%;
  float: none;
  font-size: 1rem;
  line-height: 1rem;
  padding: .75rem 1.5rem;
  margin-bottom: 4px;
  border-radius: 0px;
}
#menu_toggle #login .region-login .do_register a.registrieren:hover {
  background-color: rgba(0, 50, 68, 0.8);
  color: #ffffff!important;
}
#menu_toggle #login .form-actions {
  margin-top: 1em;
  margin-bottom: 0px;
}



.block_link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  text-decoration: none;
}

.field-name-body h2.link

.field-name-body h2.link {
  color:#ffffff;
}
.block_link h2.link:after {
  background-image: url(../images/gsw/chevron.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  content: "";
  display: block;
  width: 37px;
  height: 37px;
  border:1px solid #ffffff;
  border-radius: 50%;
  margin-top: 2rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

body .page a.text.block_link:hover {
  font-size: 1.9rem;
  text-shadow: 0 1px 1px rgba(0,0,0,.25),0 0 60px rgba(0,0,0,.75);
}
body .page a.block_link:hover h2.link:after {
  width: 36px;
  height: 36px;
  background-size: 19px 19px;
}


.flex_block > a.flex_block.column > .text {
  padding: 1.5rem 1rem;
}
.flex_block > a.flex_block.column h2 {
  color:#ffffff;
  font-size: 1.9rem;
  line-height: 1.2;
  margin-bottom: 0px;
  text-align: left;
}
.flex_block > a.flex_block.column p {
  font-size: .9rem;
  line-height: 1.45;
}
.flex_block > a.flex_block.column > .text:after {
  content: '\EA05';
  display: inline-block;
  speak: none;
  font-family: iconfont;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
blockquote {
  text-align: center;
}
blockquote .content {
  font-size: 2.1rem;
  line-height: 1.2;
}
blockquote footer {
  font-size: .9rem;
  line-height: 1.45;
}
#sliding-popup .popup-content {
  background: none;
  border: none;
}
#sliding-popup.sliding-popup-bottom {
  color: #ffffff!important;
   background-color: rgb(178, 175, 155);
  font-size: 20px;
  padding: 1rem 1.5vw;
  width: 100%;
}
#sliding-popup .popup-content #popup-text {
  color: #ffffff!important;
  background-color: rgb(178, 175, 155);
  font-size: 20px;
  float: left;
  font-weight: 300;
  margin: 5px 0;
  text-align: left;
  max-width: 60%;
}
.eu-cookie-compliance-category > div {
  display: flex;
  gap: 5px;
}
#sliding-popup .popup-content #popup-text h2,
#sliding-popup .popup-content #popup-text p {
  font-size: 20px;
  color: #ffffff!important;
  text-align: center;
}
#sliding-popup .popup-content #popup-text h2 {
  font-size: 24px;
}
#sliding-popup .popup-content #popup-buttons button,
#sliding-popup .popup-content .find-more-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  font-family: 'BrandonGrotesqueWeb-Regular';
  border:1px solid #ffffff;
  font-size: 24px;
  padding:5px 25px;
  margin-top:25px;
  height:auto;
  color:#ffffff!important;
  line-height: initial;
  background: none!important;
  box-shadow:none;
  margin-left: auto;
  margin-right: auto;
}
#sliding-popup .popup-content #popup-buttons button:hover,
#sliding-popup .popup-content .find-more-button:hover {
  background: none!important;
  background-color:transparent;
}
#pid-datenschutz .page .page_title_wrapper {
  display:block;
}
body[id^='pid-projekte-'] .page .page_title_wrapper h1 {
  margin-bottom:0px;
}
.field-name-field-untertitel {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0px 0 0px 65px;
  margin-bottom: 0px;
  padding: 0;
}
#webform_overlay
{
  position: absolute;
  display: none;
  width: 100%;
  height: 10000px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  /*background-color: rgba(0,0,0,0.5);*/
  z-index: 1000;
}
#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;
}
/*Registerform*/

#pid-fast-registry-step1 #user-register-form input,
#pid-user-register #user-register-form input {
  line-height: 40px;
  font-size: 13px;
  padding-left: 10px;
  height: 40px;
  box-sizing: border-box;
  background: #fff;
  padding: 0 1.5rem;;
}

#pid-fast-registry-step1 #user-register-form input.form-submit:hover,
#pid-user-register #user-register-form input.form-submit:hover {
  background-color: rgba(0, 50, 68, 0.7);
}
#user-register-form #edit-legal input {
  background: transparent;
  position: absolute;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
#user-register-form #edit-legal, #user-register-form #edit-legal legend {
  border: none;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}


#pid-user-register #tabs_wrapper {
  display:none;
}
#pid-user-register #content #registrieren {
  text-align: left;
  margin-top:170px;
}
#pid-user-register #content h1 {
  text-align: left;
  margin-top:0px;
}
#pid-user-register #content #registrieren .flex_block > div {
  margin-top:15px;
}
body * {
  /*border:1px solid red;*/
}

.ocker {
  background-color: rgb(178, 175, 155);
}
.hellblau {
  background-color: rgb(112, 207, 214);
}
.dark {
  background-color: rgb(60, 55, 50)
}



div.system_messages_wrapper.error {
  background: none;
  background-color: #FFE5E5;
  border: 1px solid #ed541d;
}
div.messages.error {
  border: none;
}
.flex_block.column.graphic .image img {
  width: 100% !important;
}

#pid-impressum .page_title_wrapper,
#pid-datenschutz .page_title_wrapper,
body[id^='pid-faq-'] .page_title_wrapper {
  margin-bottom: 35px;
}
#mob_login_logout {
  display: none;
}
footer {
  background-color: #70CFD6;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0px;
  padding-top: 100px;
}
#footer_bottom {
  background-color: rgb(39,16,51);
}
#footer {
  display: block;
  margin: 0 auto;
}
#footer_image_wrapper {
  display: block;
  margin: 0 auto;
  width: 80%;
  margin-top:100px;
  margin-bottom:-10px;
  overflow: hidden;
}
#footer_image_wrapper img {
  display: block;
  margin: 0 auto;
  width: 100.2%;
  height:auto;
}
.menu_add .content {
  display: flex;
}
.box_wrapper.narrow {
  width: 80%;
  margin: 0 auto;
}
.box_wrapper.xnarrow {
  width: 50%;
  margin: 0 auto;
}
.box_wrapper.reasons > div > .flex_block.column {
  padding:30px;
  color:#ffffff;
}
.box_wrapper.reasons .flex_block.three > div {
  max-width: 32%;
}
.projektdetails,
.projektlink {
  width:60%;
  position: relative;
  margin-bottom: .75vw;
}
.projektdetails,
.projektlink a {
  width:100%;
  padding:10px!important;
  border:1px solid #FBB900;
}
.projektlink .highlight a {
  width:auto;
  padding:0px!important;
  border:none;
}
.projektlink:hover  .description {
  text-shadow:none!important;
  transform: scale(0.99);
}
.projektlink a .image.change {
  height:350px!important;
}
.projektdetails .image.change {
  width:60%!important;
  margin:0px;
}
.projektdetails .text {
  width:40%!important;
  margin:0px;
  margin-left:50px;
  margin-right:50px;
}
.projektlink .description {
  position: absolute;
  top:30px;
  right:30px;
  color:#003244;
  font-size: 1.17em;
  display: inline-block;
  width: auto;
}
.projektlink.right .description {
  right:auto;
  left:30px;
}
.projektlink.flex_block > a.flex_block.column > .text::after {
  content: '';
  display: inline-block;
  line-height: 1.5;
  font-weight: 400;
  font-size: 1.4rem;
}
.projektlink.flex_block > a.flex_block.column > .text {
  padding: 0.5rem 1rem;
  font-size: 1.17em;
}
.infobox h2,
.projektdetails h2 {
  font-size: 22px;
  margin-bottom: 30px;
  text-align: left;
  color: #003244;
}
.projektdetails .flex_block {
  width:100%;
}
footer,
footer a {
  color:#ffffff;
}
#block-eueco-site-menu-menu-footermenu,
footer .footer_kontakt {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.vermittler_hinweis {
  width:100%;
  min-width: 100%;
  color:#ffffff;
  position: relative;
  padding-top:30px;
  padding-bottom:50px;
  margin-bottom: 50px;
  margin-top: 50px;
  border-top:1px solid #ffffff;
  font-size: 20px;
}
.vermittler_hinweis h2,
.vermittler_hinweis h3 {
  width:100%;
}
.vermittler_hinweis .flex_block {
  align-items: flex-end;
}
#footer .vermittler_hinweis .image {
  width: 140px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 30px;
}
#footer .vermittler_hinweis .flex_block img {
  width: 140px !important;
  height: auto !important;
}


.nice-select {
  background: #ffffff!important;
  width:100%!important;
  border: none!important;
  font-size: 19px!important;
  height: 44px!important;
  color: #003244!important;
  border-radius: 0px!important;
  line-height: 45px!important;
  padding-left:10px!important;
}
.nice-select ul {
  width:100%;
  padding-left:0px!important;
  border-radius: 0px!important;
}
.nice-select ul.list li:first-child {
  display: none;
}
.faq_grouped_block h2 {
  position: relative;
  line-height: 1.4;
  font-weight: 600;
  margin:40px 0px;
}
.faq_grouped_block h2 p::before {
  /*content: "";
  display: inline-block;
  position: relative;
  top: calc(-.1 * 1em);
  vertical-align: middle;
  height: calc(4px + .7em);
  margin-right: calc(5px + .2em);
  border-left: calc(5px + .1em) solid #003244;*/
}
.faq_grouped_block .view-content .accordion {
  margin-bottom:100px;
}
.webform-component--kontakt .fieldset-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding:0px;
}
.webform-component--kontakt .fieldset-wrapper .full {
  width:100%;
}
.webform-component--kontakt .fieldset-wrapper .long {
  width:85%;
}
.webform-component--kontakt .fieldset-wrapper .short {
  width:13%;
}
.inline_link {
  margin-top:30px;
}
.platform #main a,
#pid-datenschutz #main a,
body .page .inline_link a {

  text-decoration: none;
  cursor: pointer;
}
.platform #main a:hover,
body .page .inline_link a:hover,
#pid-datenschutz #main a:hover {
  text-decoration: underline;
}
.webform-submission-form input[type="checkbox"] + label {
  cursor: pointer;
  line-height: 20px;
  padding-left: 33px;
  padding-top: 20px;
  display: table-cell;
  font-size: 18px;
}
.webform-submission-form input[type="checkbox"] {
  background: transparent;
  position: absolute;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.webform-submission-form input[type="checkbox"]:checked + label::before,
.webform-submission-form input[type="checkbox"]:not(:checked) + label::before {
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  margin-top: 0px;
  background: white;
  background-color: white;
  margin-left: -34px;
  font-size: 18px;
  line-height: 20px;
}
.webform-submission-form input[type="checkbox"]:checked + label::before,
.webform-submission-form input[type="checkbox"]:not(:checked) + label::before {
  border: 1px solid rgba(0, 50, 68, 1);
  background-color: #ffffff;
}
.webform-submission-form input[type="checkbox"]:checked + label::before {
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  text-indent: 0;
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  width: 20px;
  height: 20px;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  line-height: 20px;
  color: rgb(0, 50, 68);
  border-radius: 0px;
}
.datenschutz .divrow > div {
  display:table-cell;
  border-bottom:1px solid #00384e;
  padding-bottom:10px;
}
.check_datenschutz_wrapper{
  margin:0px;
}
.check_datenschutz_wrapper .form-type-checkbox{
  margin:0px;
}
#webform_address .flex_block.column{
  margin-top:15px;
}
#webform_address .flex_block.column img{
  width:170px;
  height:auto;
}
.webform-component--nachricht--text{
  margin-bottom: 0px;
}
.datenschutz .divrow > div:nth-child(3) {
  width:150px;
}
.datenschutz .divrow > div:first-child {
  font-weight: 700;
  font-size: 1.25rem;
  color: #548094;
}
.datenschutz .divrow > div:first-child {
  font-weight: 600;
  font-size: inherit;
  color:#548094;
  width:auto;
}
.datenschutz .divrow.th {
  font-weight: 600;
  color: #548094;
}
.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 #00384e;
}
.datenschutz.divtable .divrow:last-child > div {
  border-bottom:1px solid #00384e!important;
}
.mm-navbars-bottom #anmelden_toggle_mob,
.mm-navbars-bottom #abmelden_toggle_mob {
  background-color: rgba(250, 183, 23, 1);
  color: #ffffff;
  width: 80%;
  margin:0 auto;
  max-width: 100%;
  float: none;
  font-size: 1rem;
  line-height: 1rem;
  padding: .75rem 1.5rem;
  margin-bottom: 4px;
}
.mm-navbars-bottom #anmelden_toggle_mob:hover,
.mm-navbars-bottom #abmelden_toggle_mob:hover {
  background-color: rgba(250, 183, 23, 0.8);
  color:#ffffff!important;
}
#anmelden_toggle_mob,
#abmelden_toggle_mob,
#mob_login_logout {
  display: none;
}
.not-logged-in .mm-navbars-bottom #abmelden_toggle_mob {
  display:none;
}
.mobile_logout_block {
  display:none;
}
.logged-in  .mm-navbars-bottom #anmelden_toggle_mob {
  display:none;
}
#ee_certification_block .field-certification-download {
  border-top: #70cfd6 1px solid;
}
#ee_certification_block .field-certification-download a,
#ee_certification_block .field-vib-download a
{
  color:rgba(112, 207, 214, 1);
  font-size: 20px;
}
#ee_certification_block .field-certification-download a:hover,
#ee_certification_block .field-vib-download a:hover
{
 text-decoration: underline;
 color:rgba(112, 207, 214, 1);
}
#pid-zeichnungsabschluss .field-certification-text ul {
  margin-bottom: 25px;
}
#pid-zeichnungsabschluss .field-certification-text ul li {
  margin-bottom: 10px;
}
.ui-widget-overlay {
  display: none;
}



.align-self-center {
  -ms-flex-item-align: center!important;
  align-self: center!important;
}
.img-center {
  text-align: center !important;
  margin-bottom: 20px;
}


.bg-lightblue .like-h2,
.bg-blue .like-h2 {
  color: #fff;
}

.size-18, .btn {
  font-size: 18px;
  font-size: 1.8rem;
}
.float-right {
  float: right!important;
}

.page #main .content li {
  margin: 0 0 25px 0;
  padding: 0 0 0 40px;
  position: relative;
  list-style: none;
}
.page #main .content li::before {
  content: "";
    font-family: 'Font Awesome 5 Free';
  content: "→";
  height: 8px;
  width: 8px;
  position: absolute;
  top: -2px;
  left: 0;
}
.page #main .check li::before {
  content: "";
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 16px;
  left: 5px;
  background: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.808' height='22.997'%3E%3Cpath d='M1.991 12.136l5.033 6.583L18.742 1.401' fill='none' stroke='%23000000' stroke-width='3'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
}
.collage_wrapper .flex_block a{
  display: block;
  width:50%;
  overflow: hidden;
}
.collage_wrapper .flex_block.column {
  position: relative;
  flex-direction: column;
  height:38vw;
  max-height: 625px;
}
.collage_wrapper .flex_block.column .flex_block{
  height:calc(50% - 13px);
}
.collage_wrapper .flex_block{
  margin-bottom:26px;
}
.collage_wrapper .flex_block.right a:first-child{
  width:calc(43% - 13px);
}
.collage_wrapper .flex_block.right a:last-child{
  width:calc(57% - 13px);
}
.collage_wrapper .flex_block.left a:first-child{
  width:calc(65% - 13px);
}
.collage_wrapper .flex_block.left a:last-child{
  width:calc(35% - 13px);
}
.front .collage_wrapper .flex_block.right a:first-child{
  width:calc(57% - 13px);
}
.front .collage_wrapper .flex_block.right a:last-child{

    width:calc(43% - 13px);
}
.front .collage_wrapper .flex_block.left a:first-child{
 width:calc(43% - 13px);
}
.front .collage_wrapper .flex_block.left a:last-child{
 width:calc(57% - 13px);
}
.collage_wrapper .flex_block a img{
  display: block;
  width:100%;
  height:auto;
}
#svg_wrapper svg{
  width:100%!important;
  height:auto!important;
  font-family: Arial, Helvetica, sans-serif!important;
}
#top_menu_wrapper{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  height:100%;
}
#logo_wrapper{
  display: flex;
  align-items: center;
}
#logo{
  margin-right: 50px;
}
.page #main .page_title_wrapper{
  display: none;
}
.region-preface-top{
  position: relative;
}
.header_stoerer{
  position: absolute;
  background-color: #70CFD6;
  color: #fff;
  border-radius: 50%;
  padding:10px;
  text-align: center;
  top:5%;
  right:15%;
  height:250px;
  width:250px;
  font-size: 30px;
  line-height: 1.3;
  transform: rotate(10deg);
}
#pid-core .header_stoerer{
  top:5%;
  left:10%;
  transform: rotate(-10deg);
}
.header_stoerer .content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height:100%;

}
.header_stoerer span{
  display: block;
  font-size: 21px;
}
#quote_wrapper .flex_block{
  align-items: center;
  color:#ffffff;
  font-size: 30px;
}
#quote_wrapper img{
  width:263px;
  height:263px;
  border-radius: 50%;
}
#quote_wrapper .image{
  margin-right: 50px;
}
#quote_wrapper .text{
text-align: right;
}
#quote_wrapper .text div{
  font-size: 20px;
}
#quote_wrapper .text div{
  margin-top:5px;
}
#pid-core .quote_wrapper,
#pid-core #vision_wrapper
{
      max-width: 1140px;
    margin-left:auto;
    margin-right:auto;
    position: relative;
}
#vision_wrapper h2{
  color:#ffffff;
}
#vision_wrapper.collage_wrapper.start .core_headline div:first-child {
  max-width: 350px;
  margin-right:80px;
}
#vision_wrapper.collage_wrapper.start .core_headline div:last-child {
	flex-grow: 1;
  justify-content: center;
}
#vision_wrapper .core_headline {
margin-bottom: 50px!important;
}
#vision_wrapper .core_headline {
margin-bottom: 50px!important;
}
#vision_wrapper img {
width:100%;
height:auto;
}
.slick-prev {
    left: 10%!important;
}
.slick-next {
    right: 10%!important;
}
#ee-document-list-inner .slick-prev {
    left: -10px!important;
}
#ee-document-list-inner .slick-next {
    right: 7px!important;
}
.slick-next:before {
  font-family: 'Font Awesome 5 Free'!important;
content: "\f0da"!important;
color:#ffffff;
opacity: 1;
font-size: 35px!important;
}
.slick-prev:before {
  font-family: 'Font Awesome 5 Free'!important;
content: "\f0da"!important;
color:#ffffff;
opacity: 1!important;
display: block!important;
font-size: 35px!important;
transform: rotate(180deg)!important;
}
#ee-document-list-inner .slick-prev:before {
transform:none!important;
}
.collage_wrapper .core_headline{
  position: relative;
  margin-bottom:50px;
}
.collage_wrapper .core_headline > div{
  height:100%;
}

.collage_wrapper .core_headline h2{
  font-family: 'BrandonGrotesqueWeb-Medium';
  font-size: 36px;
  line-height: 36px;
}
.collage_wrapper.start .core_headline h2 span{
	font-size: 0px;
	line-height: 0px;
}
.collage_wrapper.core .core_headline {
  justify-content: center;
}
input.webform-submit.button-primary,
a.nf_button{
  color:#ffffff;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  font-size: 36px;
}
a.nf_button.long{
  width:100%;
}
#kontakt_wrapper .flex_block{
  align-items: center;
  color:#ffffff;
  font-size: 36px;
}
input.webform-submit.button-primary,
a.nf_button.inverted{
  font-family: 'BrandonGrotesqueWeb-Regular';
  border:1px solid #ffffff;
  font-size: 24px;
  padding:5px 25px;
  margin-top:25px;
  height:auto;
  line-height: initial;
  background: none!important;
}
#top_menu_wrapper a.trigger_kontakt:after,
.main_menu_wrapper > ul > li > a::after {
  content: '';
  height: 2px;
  background-color: rgb(178, 175, 155);
  transition-duration: 0.2s;
  display: inline-block;
  position: absolute;
  bottom: -2px;
  right: 100%;
  left: 0;
}
.main_menu_wrapper ul li a[href*="#"].active:after{
  content:'';
  display: none;
}
/*.main_menu_wrapper > ul > li.active-trail +li > a[href*="#"].active:hover:after,*/
#top_menu_wrapper a.trigger_kontakt:hover::after ,
.main_menu_wrapper > ul > li > a.active::after,
.main_menu_wrapper > ul > li > a:hover::after
{
  display: inline-block;
  right: 0;
}
.main_menu_wrapper > ul > li{
  position: relative;
}
#top_menu_wrapper a.trigger_kontakt,
#primary-menu ul li a {
  padding: 0;
  margin-left: 15px;
  margin-right: 15px;
  width: auto;
  position: relative;
  font-size: 20px;
}

#primary-menu .primary-menu-inner ul > li > a {
  line-height: 37px;
}
.footer_social a{
  width:50px;
  height:50px;
  transition: all .2s ease-out !important;
}
.footer_social a:hover{
  margin-top:-5px;
  transition: all .2s ease-out !important;
}
.footer_social a img{
  width:100%;
  height:100%;
}
.footer_social.front .flex_block{
justify-content: flex-start;
}
.footer_social.front .flex_block a:first-child{
margin-right: 40px;
}
footer h3{
  color:#ffffff;
  font-size: 20px;
  margin-bottom: 20px;
}
.footer_anbieterin .content{
  display: flex;
  justify-content: flex-end;
}
.footer_anbieterin img{
  width:148px;
  margin-bottom: 20px;
}
.region-footer-bottom{
  padding:10px 0px;
  width: 100%;
}
.primary-menu-fixed{
  background-image: none !important;
  background-size: cover !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px !important;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px !important;
}
.not-front .inset h2{
  text-align: center;
  font-family: 'BrandonGrotesqueWeb-Medium';
  font-size: 36px;
  line-height: 36px;
  margin-bottom:30px;
}
.faq_grouped_block > h2{
  text-align: center;
}
.faq_grouped_block h2 p{
  margin:0px;
}
.faq_grouped_block .view-content h2{
  color:rgba(96,96,85,1);
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
  border-left:10px solid #70cfd6;
  line-height: 20px;
  padding-left:5px;
}
#faqs{
  font-size: 0px;
}
.main_menu_wrapper ul li a[href*="#"].active{
  color: #70cfd6!important;
}
/*floating label form*/
#kontakt_form
{
  display: none;
  height: 880px;
  position: absolute;
  margin-left: 0px;
  left: 50%;
  top: 20%;
  background-repeat: no-repeat;
  transform: translate(-50%, 0%);
  z-index: 901;
  background-color: #ffffff;
  padding: 0px;
  z-index: 1000;
  overflow: auto;
  background-color: rgb(178, 175, 155);
  padding: 3.33333rem 10.66667rem;
  box-sizing: border-box;
}
#kontakt_form{
  width:100%;
max-width: 90%;
  height:auto;
  position: absolute;
  margin-left: 0px;
  left: 50%;
  top: 120px;
  background-repeat: no-repeat;
  transform: translate(-50%, 0%);
  z-index: 1000;
  padding: 0px 10vw;
  color:#ffffff;
}
#webform_overlay,
#log_overlay{
  position: absolute;
  display: none;
  width: 100%;
  height: 10000px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  background-color: rgba(0,0,0,0.5);
  z-index: 1000;
}
#close_form{
  justify-content: space-between;
  align-items: center;
  margin-bottom:50px;
  cursor:pointer;
}
#close_form h2{
flex-grow: 1;
}#login{
  overflow: hidden;
}
#log_overlay{
z-index: 0;
}
.webform-submission-form input[type="checkbox"] + label {
  cursor: pointer;
  line-height: 20px;
  padding-left: 40px;
  padding-top: 20px;
  display: table-cell;
  color:#ffffff;
}
.webform-submission-form input[type="checkbox"]{
 	background: transparent;
  position: absolute;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.webform-submission-form input[type="checkbox"]:checked + label::before,
.webform-submission-form input[type="checkbox"]:not(:checked) + label::before {
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  margin-top: 0px;
  background: white;
  background-color: white;
  margin-left: -40px;
  font-size: 30px;
  font-weight: 400;
  line-height: 20px;
}
.webform-submission-form input[type="checkbox"]:checked + label::before,
.webform-submission-form input[type="checkbox"]:not(:checked) + label::before {
  border: 2px solid #b2b2b2;
  background-color: #ffffff;
  border-radius: 15%;
}
.webform-submission-form input[type="checkbox"]:checked + label::before {
  font-family: 'Font Awesome 5 Free';
  font-style: normal !important;
  font-weight: 600 !important;
  font-variant: normal !important;
  text-transform: none !important;
  text-indent: 0;
  content: "\f00c";
  width: 24px;
  height: 24px;
  font-weight: 400;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  background-color: #70cfd6;
border: 1px solid #70cfd6;
}
.webform-submission-form fieldset {
    margin-bottom: 25px;
    padding: 0em;
}
.webform-submission-form h2 {
color:#ffffff;
text-align: center;
margin-bottom:0px;
}

.webform-submission-form .fieldset-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.webform-submission-form .fieldset-wrapper > div {
 width:48%;
}
.webform-component--nachricht .fieldset-wrapper > div{
  width:100%;
}
.ffl-wrapper{
  position: relative;
  margin: 0px;
}
.ffl-wrapper.webform-component--nachricht--betreff{
   margin-bottom: 25px;
}
.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: 1px;
	top: 50%;
	margin: 0;
	margin-top: -.60rem;
	margin-left: 1px;
	transition: all .2s ease;
	font-size: 1.33333rem;
	color: #C3D2D2;
	line-height: 1;
	z-index: 1;
	font-weight: 400;
}
.ffl-wrapper  textarea ~ label {
	top: 15px;
	margin-left: 1px;
}
.ffl-wrapper input{
 position: relative;
display: block;
width: 100%;
border: none;
box-shadow: none;
border:none;
font-size: 26px;
padding: 2px 1px;
margin-bottom: 0;
background-color: rgba(255,255,255,1);
height: 50px;
line-height: 28px;
color: #000;
}
.ffl-wrapper textarea{
  background-color: rgba(255,255,255,1);
  border:none;
  width:100%;
  font-size: 26px;
}
.ffl-wrapper.filled input,
.ffl-wrapper.filled textarea,
.ffl-wrapper input:focus,
.ffl-wrapper textarea:focus
{
border-color: transparent;
background-color: rgba(255,255,255,1);
}
.ffl-wrapper.filled input:not(:focus) ~ label,
.ffl-wrapper.filled textarea:not(:focus) ~ label,
.ffl-wrapper input:focus ~ label,
.ffl-wrapper textarea:focus ~ label {
	top: -17px;
	font-size: 16px;
	margin-top: 0;
  color:#ffffff;
}


/*validation*/
input.parsley-error,
textarea.parsley-error

{
	border-color: #ec3872 !important;
	background-color: #f5cdce;
	color: #ffffff;
}
input.parsley-error ~ label,
textarea.parsley-error ~ label

{
	color: #ffffff!important;
}


ul.parsley-errors-list{
display: none;
}
#pid-core .collage_wrapper.start{
  margin-top:50px;
}
.scrollUp .block-scrolltop{
  opacity:1;
  transition: all .5s ease;
}
.scrollDown .block-scrolltop{
  opacity:0;
  transition: all .5s ease;
}
#kern_wrapper {
color:#ffffff;
}
#kern_wrapper .text a,
#kern_wrapper h2 {
color:#ffffff;
}
#kern_wrapper image {
	width:40%;
}
#kern_wrapper .text {
display: flex;
flex-direction: column;
justify-content: space-between;
}

#kern_wrapper .text a::before {
  font-family: 'Font Awesome 5 Free';
content: "\f0da";
margin-right: 15px;
display: inline-block;
position: relative;
top: 1px;
  font-weight: bold;
	transform: rotate(0deg);
}
#kern_wrapper img {
	width:100%;
	height: auto;
}
#info_tabelle .column .column{
  margin-bottom:20px;
}
div.t_header{
  font-family: 'BrandonGrotesqueWeb-Bold';
}
#nfl_scale > .flex_block{
margin-top:20px;
}
#nfl_scale .column{
  text-align: right;
  padding:0px;
  margin:0px;
    position: relative;
}
#nfl_scale .nfl_scale{
  font-size: 0px;
  height:10px;
  background-color: #3c3732;
}
#nfl_scale .column.left{
  width:55%;
}
#nfl_scale .column.right{
  width:45%;
}
#nfl_scale .nfl_scale.right_scale{
 background-color: #70cfd6;
}
#nfl_scale .nfl_scale.left_scale:after{
font-family: 'Font Awesome 5 Free';
content: "\f0da";
margin-right: 5px;
display: inline-block;

margin-top: -27px;
margin-right: -6px;
transform: rotate(90deg);
font-size: 30px;
}
#nfl_steps{
  color:#ffffff;
}
#nfl_steps .column{
width:33.3333333333333%;
margin:0px;
padding:40px 30px 40px 80px;
position: relative;
height:352px;
justify-content: flex-start;
}
#nfl_steps .column:first-child{
padding-left: 50px;
}
#nfl_steps .column:last-child{
padding-right: 50px;
}
#main .field-item.fullwidth #nfl_steps.full > .flex_block {
	max-width: 100%;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
}
#nfl_steps div.t_header{
  font-family: 'BrandonGrotesqueWeb-Regular';
font-size: 36px;
margin-bottom:20px;
flex-grow: 1;
}
#nfl_steps .column:first-child::after, #nfl_steps .column:nth-child(2)::after {
	content: '';
	height: 328px;
	width: 40px;
	display: inline-block;
	position: absolute;
  top:0;
	right: -30px;
	height: 0;
	border-style: solid;
	border-width: 176px 0 176px 40px;
	border-color: transparent transparent transparent #b2af9b;
	margin-right: -50px;
	z-index: 100;
}

#nfl_steps .column:nth-child(2)::after {
  	border-color: transparent transparent transparent #70cfd6;
}
#nfl_invest{
margin-bottom:50px;
}
#nfl_invest .flex_block > div{
  width:40%;
}
#nfl_invest .flex_block > div:first-child{
padding:10px;
border:1px solid #000000;
}
#pid-core .ee_content_block.content_block_8 {
	margin-bottom: 0px;
}
.page #main .accordion li{
  margin: 0 0 5px 0;
padding: 0 0 0 20px;
}
.page #main .accordion ul{
margin-bottom:20px;
}
.fancybox-caption {
	color: #ffffff!important;
	font-size: 16px!important;
font-family: 'BrandonGrotesqueWeb-Medium'!important;
}
#main .field-item.fullwidth {
  max-width: 100% !important;
  padding:50px 0;
}
#main .field-item.fullwidth .full > div {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.captcha label{
  display: none!important;
}
.region-header{
  position: relative;
}
  .slideshow_content {
    display:none;
  }
  .slideshow_content_inner_wrapper {
    display: none;
  }

  .core_headline h2 span{
  display: inline-block;
}

.core_headline h2 span:before {
content:' ';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAzLjE2IiBoZWlnaHQ9IjI2Ljc5MiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogPHRpdGxlPmNvcmVfbG9nb19pbmxpbmU8L3RpdGxlPgogPGcgaWQ9ImNvcmVfbG9nb19pbmxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MiAtNSkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOm5vbmUiPgogIDxwYXRoIGlkPSJ3b3JkIiBkPSJtOTMuOTI3IDVjNy4zOTg2IDAgMTMuMzk2IDUuOTk3OCAxMy4zOTYgMTMuMzk2IDAgNy4zOTg1LTUuOTk3OCAxMy4zOTYtMTMuMzk2IDEzLjM5Ni03LjM5ODYgMC0xMy4zOTYtNS45OTc4LTEzLjM5Ni0xMy4zOTYgMC03LjM5ODYgNS45OTc4LTEzLjM5NiAxMy4zOTYtMTMuMzk2em0tMjguNTczIDAuMDQyNzU0YzMuODE1OSAwIDcuNDU4MiAxLjYzOTEgOS45OTI4IDQuNDk2OWwwLjI3ODc5IDAuMzE0MDctNC4yMjE0IDQuMjIxNC0wLjMxMTI2LTAuMzg3NjhjLTEuNDA2LTEuNzUxNC0zLjQ5NzgtMi43NTYtNS43Mzg5LTIuNzU2LTQuMDU2OCAwLTcuMzU3MSAzLjMwMDQtNy4zNTcxIDcuMzU3MnMzLjMwMDQgNy4zNTcyIDcuMzU3MSA3LjM1NzJjMi4xODU3IDAgNC4yNDQzLTAuOTYzNTkgNS42NDgxLTIuNjQzN2wwLjMxMjU0LTAuMzc0MTggNC4zMTEgNC4zMTExLTAuMjc4NjYgMC4zMTQwN2MtMi41MzQ4IDIuODU3OC02LjE3NzEgNC40OTctOS45OTI5IDQuNDk3LTcuMzYzMSAwLTEzLjM1NC01Ljk5MDYtMTMuMzU0LTEzLjM1NHM1Ljk5MDQtMTMuMzU0IDEzLjM1NC0xMy4zNTR6bTY0LjYzOSAyLjgxNTNjMS45OTQ0IDEuNjYyIDMuMDI4NSA0LjE3MzQgMy4wMjg1IDYuNzU4NyAwIDMuODQxMS0yLjIxNTkgNy4wNTQzLTYuMTMwOSA3LjcxOTJsNi42ODUgOC4zODM4aC03LjIwMmwtNS43MjQ2LTcuOTc3NnY3Ljk3NzZoLTYuMDIwMXYtMjQuNjM0bDguNDAxNCA4LjA2OWUtNGMyLjQ0NjcgMC4wMDk2OCA1LjAxOTQgMC4xMzU1NiA2Ljk2MjcgMS43NzJ6bTI1LjE2Ni0xLjc3Mjl2NS41NGgtNy42NDUxdjMuODA0MWg3LjE2ODl2NS41NGgtNy4xNjg5djQuMjEwNWg3LjY0NTF2NS41NGgtMTMuNjY1di0yNC42MzR6bS02MS4xODMgMC45NDY0OGMtMy4xODY5IDAtNS4xOTMgNS4wODgxLTUuMTkzIDExLjM2NSAwIDYuMjc2NiAxLjkyOCAxMS4zNjUgNS4xOTMgMTEuMzY1IDYuMjc2NiAwIDExLjA2OS01LjA4ODIgMTEuMDY5LTExLjM2NSAwLTYuMjc2Ny00Ljc5MjUtMTEuMzY1LTExLjA2OS0xMS4zNjV6bTI4Ljk2MyA0LjU5MzVoLTIuMjg5OHY2LjgzMjdoMi4yMTU5YzIuMjUyOCAwIDQuMDk5NS0wLjk5NzIyIDQuMDk5NS0zLjQ3MTcgMC0yLjQ3NDYtMS44MDk4LTMuMzYxLTQuMDI1Ny0zLjM2MXoiIGZpbGw9IiMwNTFjNDAiLz4KIDwvZz4KPC9zdmc+Cg==');
  background-size: cover;
  display: inline-block;
  height:28px;
  width:108px;
  margin-right:20px;
}
#pid-core .footer_social h3 a span{
font-size: 0px;
}
#pid-core .footer_social h3 a span:before {
content:'';
background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAzLjE2IiBoZWlnaHQ9IjI2Ljc5MiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogPHRpdGxlPmNvcmVfbG9nb19pbmxpbmU8L3RpdGxlPgogPGcgaWQ9ImNvcmVfbG9nb19pbmxpbmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MiAtNSkiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtmaWxsOm5vbmUiPgogIDxwYXRoIGlkPSJ3b3JkIiBkPSJtOTMuOTI3IDVjNy4zOTg2IDAgMTMuMzk2IDUuOTk3OCAxMy4zOTYgMTMuMzk2IDAgNy4zOTg1LTUuOTk3OCAxMy4zOTYtMTMuMzk2IDEzLjM5Ni03LjM5ODYgMC0xMy4zOTYtNS45OTc4LTEzLjM5Ni0xMy4zOTYgMC03LjM5ODYgNS45OTc4LTEzLjM5NiAxMy4zOTYtMTMuMzk2em0tMjguNTczIDAuMDQyNzU0YzMuODE1OSAwIDcuNDU4MiAxLjYzOTEgOS45OTI4IDQuNDk2OWwwLjI3ODc5IDAuMzE0MDctNC4yMjE0IDQuMjIxNC0wLjMxMTI2LTAuMzg3NjhjLTEuNDA2LTEuNzUxNC0zLjQ5NzgtMi43NTYtNS43Mzg5LTIuNzU2LTQuMDU2OCAwLTcuMzU3MSAzLjMwMDQtNy4zNTcxIDcuMzU3MnMzLjMwMDQgNy4zNTcyIDcuMzU3MSA3LjM1NzJjMi4xODU3IDAgNC4yNDQzLTAuOTYzNTkgNS42NDgxLTIuNjQzN2wwLjMxMjU0LTAuMzc0MTggNC4zMTEgNC4zMTExLTAuMjc4NjYgMC4zMTQwN2MtMi41MzQ4IDIuODU3OC02LjE3NzEgNC40OTctOS45OTI5IDQuNDk3LTcuMzYzMSAwLTEzLjM1NC01Ljk5MDYtMTMuMzU0LTEzLjM1NHM1Ljk5MDQtMTMuMzU0IDEzLjM1NC0xMy4zNTR6bTY0LjYzOSAyLjgxNTNjMS45OTQ0IDEuNjYyIDMuMDI4NSA0LjE3MzQgMy4wMjg1IDYuNzU4NyAwIDMuODQxMS0yLjIxNTkgNy4wNTQzLTYuMTMwOSA3LjcxOTJsNi42ODUgOC4zODM4aC03LjIwMmwtNS43MjQ2LTcuOTc3NnY3Ljk3NzZoLTYuMDIwMXYtMjQuNjM0bDguNDAxNCA4LjA2OWUtNGMyLjQ0NjcgMC4wMDk2OCA1LjAxOTQgMC4xMzU1NiA2Ljk2MjcgMS43NzJ6bTI1LjE2Ni0xLjc3Mjl2NS41NGgtNy42NDUxdjMuODA0MWg3LjE2ODl2NS41NGgtNy4xNjg5djQuMjEwNWg3LjY0NTF2NS41NGgtMTMuNjY1di0yNC42MzR6bS02MS4xODMgMC45NDY0OGMtMy4xODY5IDAtNS4xOTMgNS4wODgxLTUuMTkzIDExLjM2NSAwIDYuMjc2NiAxLjkyOCAxMS4zNjUgNS4xOTMgMTEuMzY1IDYuMjc2NiAwIDExLjA2OS01LjA4ODIgMTEuMDY5LTExLjM2NSAwLTYuMjc2Ny00Ljc5MjUtMTEuMzY1LTExLjA2OS0xMS4zNjV6bTI4Ljk2MyA0LjU5MzVoLTIuMjg5OHY2LjgzMjdoMi4yMTU5YzIuMjUyOCAwIDQuMDk5NS0wLjk5NzIyIDQuMDk5NS0zLjQ3MTcgMC0yLjQ3NDYtMS44MDk4LTMuMzYxLTQuMDI1Ny0zLjM2MXoiIGZpbGw9IiNmZmZmZmYiLz4KIDwvZz4KPC9zdmc+Cg==');
  background-size: cover;
  display: inline-block;
  height:18px;
  width:70px;
  margin-left:5px;
}
#pid-core .footer_social h3 a span:after{
  content:':';
  display: inline-block;
  font-size: 30px;
  margin-left:3px;
}
.collage_wrapper.start .flex_block.right a:first-child img
{
  margin-top:-50px;
}
.collage_wrapper.core .flex_block.left a:first-child img
{
  margin-top:-110px;
}
.collage_wrapper.core .flex_block.right a:last-child img
{
  margin-top:-110px;
}
.collage_wrapper.start .flex_block.left a:first-child img
{
  margin-top:-4px;
}
.collage_wrapper.start .flex_block.left a:last-child img
{
  margin-top:-110px;
}
#front_overlay_content{
position: absolute;
top:0px;
width: 100%;
height: 100%;
overflow: hidden;
background-color: rgba(0,0,0,0.5);
}
#front_overlay_inner{
  margin-top:15%;
  margin-bottom:30px;
  justify-content: space-around;
  font-size: 25px;
  text-align: center;
}
#front_overlay_content h1{
  font-family: 'BrandonGrotesqueWeb-Light';
font-size: 40px;
color:#ffffff;
margin-top:35px;
margin-bottom:30px;
}

#front_overlay_content img{
display: block;
max-width:180px;
margin:0 auto;
margin-bottom:40px;
}
#front_overlay_content .text{
margin-top:5px;
}
#front_overlay_content .ov_button a{
display: inline-block;
background-color: #FF8BA2;
color:#ffffff;
width:auto;
padding:5px 30px;
border-radius: 5px;
}
#pid-core .fancybox-content {
	background: transparent;
}
.fancybox-is-open .fancybox-bg {
	opacity: .5!important;
}
a.nf_button.long.hellblau{
  background-color: #FF8BA2;
}

#ee_tax_reporting fieldset {
  height: unset !important;
}

#edit-user-1--description {
  clear: both;
  text-align: left !important;
}

#pid-user-password #content .region-content {
  margin-top: 0 !important;
}

#pid-user-password #content .region-content div[data-drupal-selector="edit-captcha"] h1.title {
  display: none;
}

#pid-user-password #content .region-content #edit-actions h1.title {
  display: none;
}

#pid-user-password #content .region-content #edit-actions input {
  margin: 0 !important;
}

#pid-user-password #content .region-content form label {
  font-size: 16px;
}

#ee_customer_data_block .page_title_wrapper {
  display: none;
}

#ee_customer_data_block .page_title_wrapper:first-child {
  display: block;
}

#ee_customer_data_block {
  max-width: 1170px;
  margin: 0 auto;
}

#group-mail-wrapper {
  width: unset !important;
}

#ee_customer_data_block .fieldset-wrapper .description {
  position: static;
}

#ee_customer_data_block .button_wrapper {
  margin-top: 30px;
}

#ee_customer_data_block .form-submit {
  float: none;
}

#ee_customer_data_block .password-confirm-message {
  clear: left;
}

#ee_customer_data_block #group-account-area-wrapper details {
  width: 100%;
}

#ee-button-area div {
  display: none;
}

#ee-button-area div:first-child {
  display: block;
}

#ee_customer_data_block .form-text {
  height: unset !important;
}

#preface,
#preface_top,
#page,
#main,
#main-inner,
.region-preface-top {
  max-width: 100%;
}

article header {
  display: none;
}

footer ul.menu li a {
  color: #ffffff !important;
}

footer ul.clearfix:after {
  display: none;
}

footer ul.menu {
  width: 100%;
  max-width: 1200px;
}

h1 {
  font-family: 'BrandonGrotesqueWeb-Medium';
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  margin: 50px 0 50px 0;
  padding: 0;
}

#eueco-logo img {
  max-width: 160px;
}

#primary_menu_wrapper #top_menu_wrapper {
  flex-direction: column;
}

#top_menu_wrapper a.trigger_kontakt:after {
  display: none;
}

#anmelden_toggle {
  display: flex !important;
  align-items: center;
}

.user-login-form label[for="edit-name"],
.user-login-form label[for="edit-pass"] {
  display: none;
}

#block-eueco-site-user-login .item-list {
  display: none;
}

.field-items .field-item-content .flex_block div.image {
  min-width: 263px;
}

.field-items .field-item {
  margin-bottom: 100px;
}

.field-items .field-item:last-child {
  margin-bottom: 0;
}

#superfish-menu-meine-beteiligung .sf-sub-indicator,
#superfish-menu-verwaltungsmenu .sf-sub-indicator {
  display: none;
}

ul.sf-menu .sf-with-ul {
  padding: 0;
}

#superfish-menu-meine-beteiligung li a {
  font-size: 20px;
}

#superfish-menu-meine-beteiligung ul li ul {
  background-color: #ffffff;
}

#superfish-menu-meine-beteiligung ul li ul li {
  font-size: 20px;
  padding: 5px 10px;
}
.contact_link {
  line-height: 1;
}
