/*########################### evh css xx ######################*/
@font-face { 
	font-family: 'Font Awesome 5 Free'; 
	font-style: normal; 
	font-weight: 400; 
	src: url("fonts/fa-regular-400.woff2") format("woff2"), 
		url("fonts/fa-regular-400.woff") format("woff"); 
}
@font-face {
	font-family: "TimesNewRoman";
	src: url("./fonts/TimesNewRoman.woff") format("woff"),
		url("./fonts/TimesNewRoman.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: url(fonts/OpenSans-Light.ttf) format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: url(fonts/OpenSans-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    src: url(fonts/OpenSans-Italic.ttf) format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: url(fonts/OpenSans-SemiBold.ttf) format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: url(fonts/OpenSans-Bold.ttf) format("truetype");
}
@font-face {
    font-family: "Carrois Gothic";
    font-style: normal;
    font-weight: 400;
    src: url(fonts/CarroisGothic-Regular.ttf) format("truetype");
}
html, body, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea {
	margin: 0px;
	padding: 0px;
}
:focus {
	outline: 0;
	outline:none;
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #414141;
	line-height: 28px;
	font-size: 16px;
	min-width: 360px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
}
td {
	/*background: rgba(231, 241, 236  , 1);*/
}
.page {
	background-color:#ffffff;
}
body .page p, table {
	color: #414141;
	line-height: 1.6;
}
#block-ee-portfolio-0 > h2,
.page .page_title_wrapper{
	display: none;
}
#pid-customer-portfolio .page .page_title_wrapper,
#pid-customerdata .page .page_title_wrapper{
	display: block;
}
body[id^='pid-faq-'] .page .page_title_wrapper,
.node-type-eueco-faq .page .page_title_wrapper{
	display: block;
}
#logo img {
	width: auto!important;
	height: 40px!important;
}
#page .logo_wrapper {
	/*box-sizing: content-box!important;*/
}
#logo {
	float:left;
	margin-top: 20px;
}
#site_slogan{
	float:left;
	position: relative;
	padding-top: 0px;
	margin-top:-3px;
	padding-left: 7px;
}
#site_slogan a{
	color:#000000;
	font-size:33px;
	line-height: normal;
}
#site_slogan a strong{
	font-weight: 600;
}
header #site_slogan::before {
	content: attr(data-info);
	position: absolute;
	padding: 0 1em;
	text-align: center;
	top: -20px;
	right: 0;
	font-size: 2em;
	color: red;
	background-color: yellow;
	z-index: 0;
	font-weight: bold;
}
.menu_trigger{
	font-size: 28px;
	display:none;
}
.block-scrolltop img{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 4px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 4px 0px rgba(50, 50, 50, 0.75);
	z-index: 10000;
}
#scrolltop{
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
h1, h2, h3, h4,
h3 a {
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}
#main-content h2{
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 600;
}
#main-content h2{
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 30px;
	color: #414141;
}
.front .page_title_wrapper{
	display: none;
}
p {
	margin: 1em 0px;
}
.right {
	float: right;
}
.region-content{
}
.region-content-bottom{
	background-color:#ffffff;
	margin-top: 40px;
}
ul {
	list-style: none;
	position: relative;
}
li {
	margin-left: 25px;
}
#content ul li:before {
	content: '✓';
	color: #6aa22d;
	font-weight: 900;
	position: absolute;
	left: 0px;
}
/******* div table ************/
.divtable{
	display: table;
}
.divrow{
	display: table-row;
	border-radius: 5px;
	font-size: 14px;
}
.divrow:nth-child(odd) > div {

}
.divrow:nth-child(even) > div {

}
.divrow > div{
	display: table-cell;
}
.divtable{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 10px;
}
.divrow > div{
	line-height: normal;
	min-height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.divrow > div:first-child{
	font-weight: 600;
	border-radius: 5px 0px 0px 5px;
	padding-left: 10px;
	width: 50%;
}
.divrow > div:last-child{
	padding-right: 10px;
	border-radius: 0px 5px 5px 0px;
}
#main-content {
	margin-bottom: 75px;
}
body a, body a:link, body a:visited {
	text-decoration:none;
}
h1.title,
.page h1,
body.page-blog h1.title,
#beteiligen h2,
#news + h2,
.testimonials_content_wrapper h2,
.flex_block.full h2 {
	font-size:40px;
	color:#595959;
	font-weight: 400;
	text-align: center;
	line-height: normal;
}
h1.title{
	margin-bottom: 0px;
}
.page-blog #main-inner h2.title a{
	text-decoration:none;
}
#main-inner p {
	margin-top: 0px;
	margin-bottom: 20px;
}
/* Header Regions
-------------------------------------------------------------- */
/* Header Top region to the bottom of Header region */
header{
	display:block;
	clear:both;
	margin-bottom: 17px;
	position: relative;
	background: #fff;
}
#header_top{
	display:flex;
	align-items: center;
	padding: 6px 0px;
}
.header-group-wrapper{
	display:block;
	clear:both;
	background:transparent;
	/*border-top: 1px solid #007AC0;*/
}
.headerbild_image{
	width: 100%;
	height:355px;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
/******************* slideshow ***************************/
.slideshow_content_inner > a {
	display: none;
}
#views_slideshow_cycle_main_eueco7_slideshow-slideshow_header,
#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%;    
	height: 362px;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#block-views-eueco7-slideshow-block h2, 
#block-views-eueco7-slideshow-block .views-field-title {
	display: none;
}
.slideshow_content{
	align-self: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 0px;
}
.slogan_title,
.slogan_content {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	line-height: normal;
}
.slideshow-header .slogan_title {
	font-size: 60px;
	font-weight: 600;
}
.slideshow-header .slogan_title:after {
	font-family: 'Open Sans', sans-serif;
	content:'______';
	font-size: 18px;
	display:block;
	text-align: center;
}
.slogan_title {
	color:#ffffff;
}
.slogan_content{
	text-align: center;
	color:#ffffff;
}
.slogan_content p{
	margin: 0px;
}
.slide_text,
.slide_text p,
.slide_link {
	margin-top:30px;
	margin-bottom: 0px;
}
.slide_text {
	width: 100%;
	margin-top: 0px;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.slide_text ul {
	align-self: center;
}
.slide_text p {
	align-self:center;
	text-align: center;
}
input.button-primary,
.slide_link{
	display:flex;
	justify-content:center;
}
ul.check {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-left: 3px;
	align-self:center;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	line-height: 30px;
}
ul.check li{
	margin-left:40px;
}
ul.check li::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f00c";
	color: #a6b911;
	font-weight: bold;
	font-size: 24px;
	vertical-align: top;
	position: absolute;
	padding-right: 6px;
	margin-left: -30px;
}
body .slide_link a{
	color:#ffffff;
	display:block;
	border-radius:3px;
	text-align: center;
	width: 160px;
	height:40px;
	line-height:40px;
	border: 1px solid #ffffff;
}
.slide_link a:last-child{
	background-color:#51AF31; 
	margin-left: 20px;
	border: 1px solid #51AF31;
}
body .slide_link a:hover{
	background-color: #51AF31;
	border: 1px solid #51AF31;
}
.header-inner .slide_link a:last-child:hover{
	background:none; 
	border: 1px solid #ffffff;
}
.views_slideshow_cycle_main {
    position: relative;
}
.views-slideshow-controls-bottom{
    position: absolute;
    right: 26px;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 100;
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
}
.views-slideshow-controls-bottom a img {
	width: 32px;
    height: 32px;
}
.views-slideshow-pager-fields {
	float:right;
}
.views-slideshow-pager-field-item {
	width:34px;
	height:34px;
	border-radius: 10px;
	margin-bottom: 15px;
	font-size: 0px;
	line-height: normal;
	background-color:rgba(255,255,255,0.33);
	cursor: pointer;
}
.views-slideshow-pager-fields .active {
	background-color:rgba(255,255,255,1.0);
}
/*****************news slider********************/
#views_slideshow_cycle_teaser_section_eueco7_slideshow-block_1 {
	z-index: 0;
	width: 100% !important;
	height: 362px !important;
}
.view-display-id-slideshow_news .slick_slider .content-slide {
	/*max-width:370px;*/
	/*display: block;*/
	margin-bottom: 35px;
}
.view-display-id-slideshow_news .slick_slider .slick_inner_wrapper{
	display: block;
	max-width:370px;
	background-color: #ffffff;
	border-radius:5px;
	margin-left: auto;
	margin-right: auto;
}
.view-display-id-slideshow_testimonials .slick_slider .slick_inner_wrapper{
	display: block;
	max-width:550px;
	margin-left: auto;
	margin-right: auto;
}
.view-display-id-slideshow_news .content-slide .slider_image{
	max-width: 370px;
}
#page .flex_block.slick_slider{
	display: block;
}
.slick_slider .content-slide .content_wrapper{
	display:flex;
	justify-content:space-between;
	padding: 20px 25px;
}
.view-display-id-slideshow_news .slick_slider .content-slide .content_wrapper{
	min-height: 240px;
	max-width: 370px;
}
.view-display-id-slideshow_news .content-slide .text_wrapper{
	display:flex;
	flex-direction: column;
	justify-content: space-around;
}
.view-display-id-slideshow_news .content-slide .text_wrapper .slide_content{
	flex-grow: 1;
}
.view-display-id-slideshow_news .content-slide .text_wrapper .slide_link{
	margin: 0px;
	display: block;
	margin-left: 20px;
}
.slick_slider .content-slide.testimonial .content_wrapper{
	padding: 0px 0px;
}
.slick_slider .content-slide .date_wrapper .date{
	text-align: center;
}
.slick_slider .content-slide .text_wrapper{
	width: 270px;
}
.slick_slider .content-slide.testimonial .image_wrapper{
	width: 145px;
}
.slick_slider .content-slide.testimonial .slider_image{
	margin-bottom: 15px;
}
.slick_slider .content-slide.testimonial .slider_image img{
	display: block;
}
.slick_slider .content-slide.testimonial .text_wrapper{
	font-family: 'Open Sans', sans-serif;
	width:420px;
	height: 205px;
	background-color: #f4f4f4;
	padding: 25px;
	border-radius: 8px;
}
.slick_slider .content-slide.testimonial .text_wrapper:before {
	content: ' ';
	position: absolute;
	border-style: solid;
	border-width: 15px 12px 15px 0;
	border-color: transparent #f4f4f4;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -35px;
	margin-top: 15px;
}
.slick_slider .content-slide.testimonial .slogan_title{
	font-weight: 700;
	font-size: 16px;
}
.slick_slider .content-slide.testimonial .slogan_title:after{
	content:'';
	margin: 0px;
}
.slick_slider .content-slide.testimonial .slogan_content{
	color:#595959;
	font-size: 12px;
	text-transform: none;
	text-align: left;
}
.slick_slider .content-slide .slider_image img {
	border-radius: 5px 5px 0px 0px;
}
.slick_slider .content-slide .date div:first-child {
	background-color: #0d78c8;
	color:#ffffff;
	border-radius: 3px 3px 0px 0px;
	font-size: 16px;
	padding:5px 5px;
}
.slick_slider .content-slide .date div:last-child {
	border: 1px solid #e6e6e6;
	color:#595959;
	border-radius: 0px 0px 3px 3px;
	font-size: 12px;
	padding:5px 5px;
}
.slick_slider .slogan_title {
	color: #595959;
	font-size: 18px;
	text-transform: none;
	line-height: 16px;
	margin: 0px;
}
.slick_slider .slogan_title:after {
	content:'____';
	display: block;
	color: #e6e6e6;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 13px;
}
.slick_slider .slide_content {
	color: #7e888c;
	font-size: 16px;
	line-height: 20px;
}
.view-display-id-slideshow_testimonials .slick-slide {
}
.slick-dots li {
	width: 10px!important;
	height: 10px!important;
	margin: 0 3px!important;
}
.slick-dots li button {
	width: 10px!important;
	height: 10px!important;
	padding: 0px!important;
}
.slick-dots li button::before {
	background-image: url('/sites/egis-energie.de/themes/eueco_site/images/egis/slick.png');
	font-size: 0px!important;
	line-height: 10px!important;
	width: 10px!important;
	height: 10px!important;
	content: ' '!important;
	opacity: 1!important;
}
.slick-dots li.slick-active button::before {
	opacity: 1!important;
	color: black;
	background-image: url('/sites/egis-energie.de/themes/eueco_site/images/egis/slick_active.png');
}
.view-display-id-slideshow_testimonials .slick-dots li button::before {
	background-image: url('/sites/egis-energie.de/themes/eueco_site/images/egis/slick_gray.png');
}
.view-display-id-slideshow_testimonials .slick-dots li.slick-active button::before {
	background-image: url('/sites/egis-energie.de/themes/eueco_site/images/egis/slick_gray_active.png');
}
.view-display-id-slideshow_testimonials .slick-slider .slick-track{
	margin-bottom: 20px;
}
.view-display-id-slideshow_testimonials .slick-prev, .view-display-id-slideshow_testimonials .slick-next {
	top: 90px!important;
}
.view-display-id-slideshow_testimonials .slick-prev::before, 
.view-display-id-slideshow_testimonials .slick-next::before {
	opacity: 1;
	color: #f4f4f4;
}
/* the slides */
.slick-slide {
	/*margin: 0 15px;*/
}
/* the parent */
.slick-list {
	/*margin: 0 -10px;*/
}
/* +++++++++++++++++++++
Accordion
++++++++++++++++++++++ */
#block-views-faqs-faq-block{
	margin-top:50px;
}
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border: none !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; }
.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%;
	font-size: 15px;
	font-weight: 400;
	background-image: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
	padding: 12px 8px;
	cursor: pointer;
	line-height: 23px;
	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,
.accordion .ui-widget-content {
	background: none!important;
	background-color: #faf0d0!important;
	font-family: 'Open Sans', sans-serif;
	display: none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:50px 20px 30px 20px;
	border:none;
	font-size: 16px;
	line-height: 20px;
	line-height: 20px;
	margin-bottom: 0px;
	height: auto!important;
	overflow: visible!important;
	border-bottom: 1px dotted #414141;
	color: #414141;
	position: relative;
}
.accordion .ui-accordion-content:before,
.accordion .ui-widget-content:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	border-style: solid;
	border-width: 25px 25px 0 25px;
	border-color: #ffffff transparent transparent transparent;
}
.accordion.read_more.ui-accordion .ui-accordion-header-active { 
	border:none!important; 
	background: none;
}
.accordion{
	margin-top: 0px;
	padding-bottom: 0px;
	border:none;
}
.faq_headline,
.faq_block {
    display: none;
}
#ee-faq_Energievertrag-block {
	display: block;
}
#main-content .faq-accordion h2.ui-accordion-header,
.archiv h2.ui-accordion-header,
.accordion h3.ui-accordion-header {
	font-size: 20px;
	font-weight: 400;
	border: none;
	padding-left: 30px;
	padding-right: 65px !important;
	background: none;
	margin-bottom: 0px;
	border-bottom: 2px dotted #414141;
	line-height: 36px;
	background-color: #ffffff;
	margin-top: 0;
}
#main-content .faq-accordion h2:last-of-type,
.accordion.box h3:last-of-type,
.accordion h3:last-of-type {
	border-bottom: none;
}
.accordion.read_more h3.ui-accordion-header {
	font-family: 'Open Sans', sans-serif;
	color: #FA9010;
	font-size: 16px;
	font-weight: 600;
	border:none;
	background:none;
	padding: 0px;
	margin-bottom: 0px;
	line-height: 28px;
	height: auto;
}
#main-content .faq-accordion h2.ui-accordion-header:after,
.accordion h3.ui-state-default::after{
	display: table-cell;
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	content: "\00a0";
	line-height: 36px;
	color:
		#ffffff;
	text-align: center;
	height: 36px;
	width: 36px;
	background-image: url('/sites/buergerbeteiligung.evh.de/public/content/buergerbeteiligung-evh-de_accordion-open-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 36px;
	border-radius: 50%;
	margin-right: 10px;
	margin-bottom: 0px;
	position: absolute;
	right: 15px;
}
#main-content .view-display-id-faq_block > .ui-accordion-content{
	padding-top: 0px; 
}
.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;
	background:none;
	color:#000000;
	background-color: #ffffff;
}
#main-content .faq-accordion h2.ui-accordion-header-active:after,
.accordion h3.ui-accordion-header-active::after {
	transform:translate(0px, -1px) rotate(90deg);
	background-color:#000000;
}
.faq-accordion h2.ui-accordion-header-active::after,
.archiv h2.ui-accordion-header-active::after {
	transform:translate(0px, -1px) rotate(90deg);
	background-color:#000000;
}
.accordion.read_more .ui-accordion-content, 
.accordion.read_more .ui-widget-content {
	background: none !important;
	display: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	border: none;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto !important;
	overflow: visible !important;
}
.accordion.read_more .ui-accordion-content:before, 
.accordion.read_more .ui-widget-content:before,
.accordion.read_more h3::after{
	content:''!important;
	display: none;
}
.jumpbox_link a:before,
.accordion.read_more h3.ui-accordion-header:before{
	font-family: 'Font Awesome 5 Free';
	content: "\00a0";
	font-weight: bold;
	display: inline-block;
	width: 28px;
	height: 28px;
}
.accordion.read_more.ui-accordion .ui-accordion-header-active:before { 
	transform:translate(0px, -1px) rotate(-90deg);
}
footer {
	display: block;
	background: #84848c;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, transparent 10px), #84848c;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.05)), color-stop(10px, transparent)), #84848c;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, transparent 10px), #84848c;
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, transparent 10px), #84848c;
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, transparent 10px), #84848c;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, transparent 10px), #84848c;
	padding-top:30px;
}
#footer_bottom {
	background:#4f4f5a;
}
footer .block p{
	margin-top: 0px;
	margin-bottom: 6px;
	color: #fff;
}
footer .block a{
	color:#ffffff;
	text-decoration: none;
}
.region-footer{
	padding-bottom: 14px;
}
#footer .footer_menu {
	display: block;
	border-bottom: 1px solid #fff;
	margin-bottom: 6px!important;
}
.region-footer ul.menu {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float:none;
	display: flex;
	padding-bottom: 6px;
	position: unset;
}
#footer .block-superfish div.sf-accordion-toggle{
	display: none;
}
.region-footer ul.menu li {
	margin: 0px;
	padding: 0px;
	float: none;
	list-style:none;
	text-align:left;
	line-height: normal;    
	padding-right: 2%;
	padding-left: 2%;
	border-right: 1px solid #fff;
}
.region-footer ul.menu li:last-child {
	border: none;
}
.region-footer ul.menu li:first-child {
	padding-left: 0;
}
#footer_bottom #block-menu-menu-footermenu{
	flex-grow: 1;
}
#footer_bottom ul.menu li{
	float:left;
	margin-right: 0px;
	list-style:none;
	padding: 0px;
}
.region-footer ul.menu li:last-child a {
	margin: 0px;
	padding: 0px;
}
.region-footer ul.menu li a {
	margin: 0px;
	padding: 0px 0px;
	border-right: none;
	font-size: 20px;
	line-height: normal;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	float: none;
}
.region-footer ul.menu li a:hover {
	color: #4f4f5a;
}
#footer_bottom  ul.menu{
	float: right;
}
#footer_bottom  ul.menu li a {
	color: #c1c3c8;
	font-size: 12px;
	font-weight: 700;
}
#footer_bottom  ul.menu li a:hover {
	color: #ffffff;
}
#footer_bottom  ul.menu li::after {
	content: '|';
	margin-left: .5em;
	color: #c1c3c8;
}
#footer_bottom  ul.menu li:last-child::after {
	content: '';
}
#footer_bottom .block.footer_copyright{
	color: #c1c3c8;
	font-size: 12px;
	font-weight: 700;
}
.block.social {
	padding-top: 15px;
	border-top: 1px solid #fff;
}
footer tr {
    background: none;
    border: none;
}
footer tr td {
	border: none;
}
.block.social .field-item-content {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.social img {
	width: 36px;
}
#page table.social_footer {
	width: 160px !important;
	margin-left: 30px;
}
#page .social tr td:last-child {
	padding: 0 !important;
}
.social_footer a {
	float: right;
}
/*########################### egis Menu top ######################*/
.not-logged-in #primary-menu #block-superfish-3 {
	flex-grow: 1;
}
.logged-in #primary-menu #block-superfish-1 {
	flex-grow: 1;
}
#primary_menu_wrapper{
}
#primary_menu_wrapper > #primary-menu{
	display:flex;
	justify-content: flex-start;
	align-items: center;
}
#pid-fast-registry-step1 #primary_menu_wrapper > #primary-menu {
	/*margin-top: 88px;*/
}
.primary-menu-fixed #primary_menu_wrapper > div{
	/*margin-top: 20px;*/
}
.primary_menu_block .content{
}
.primary_menu_block .content > ul.menu {
	list-style-type: none;
	float:left;
}
.primary_menu_block .content > ul.menu > li {
	width: auto;
	border-left: 1px solid #fa9010;
}
.primary_menu_block .content ul li a {
	color: #fa9010!important;
	padding: 0px 10px!important;
	box-sizing: border-box!important;
	background: none;
	transition: none;
}
.primary_menu_block .content > ul.menu > li a {
	font-family: 'Carrois Gothic', sans-serif;
	line-height: normal!important;
	font-size: 21px;
	font-weight: 700;
	background: none;
	padding-left: 10px;
	padding-right: 10px;
	transition: none;
	padding-left: 14px;
	padding-right: 14px;
}
.primary_menu_block:first-of-type .content > ul.menu > li:first-child a {
	padding-left: 0px;
}
.primary_menu_block .content > ul.menu > li > a {
	line-height: 25px;
}
.primary_menu_block .content ul li a:hover {
	background: none;
}
.primary_menu_block .content > ul.menu > li:last-child {
	margin-right: 0px;
}
.primary_menu_block .content > ul.menu > li > ul {
	background-color: #ffffff;
	z-index: 10000;
	padding-bottom: 20px;
}
.primary_menu_block:first-of-type .content > ul > li:first-child {
	border-left: none;
}
.primary_menu_block .content ul.sf-menu a{
	text-transform: none;
}
.primary_menu_block .content ul li a{
	font-family: 'Carrois Gothic', sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #fa9010;
}
.primary_menu_block .content > ul.menu li ul li a {
	color: #595959;
	font-size: 16px;
	line-height: 25px!important;
	white-space: nowrap;
}
.primary_menu_block .content > ul.menu li ul li {
	border-bottom: none;
}
.primary_menu_block .content > ul.menu li ul li:last-child {
}
.primary_menu_block .content > ul.menu li ul li:first-child a {
	padding-top: 0px;
}
#primary-menu ul li ul li a {
	border: none;
	line-height: 2px;
	min-width: 150px;
}
.primary_menu_block .content > ul.menu > li > ul > li:last-child:after {
}
.primary_menu_block .content ul.sf-menu ul{
	width: auto!important;
	margin-top: -2px;
	padding-top: 10px;
	background: none;
	-webkit-box-shadow: 0px 5px 4px 0px rgba(50, 50, 50, 0.23);
	-moz-box-shadow:    0px 5px 4px 0px rgba(50, 50, 50, 0.23);
	box-shadow:         0px 5px 4px 0px rgba(50, 50, 50, 0.23);
	border-radius: 0px 0px 5px 5px;
}
.not-front .primary_menu_block .content > ul > li.active-trail > a,
.primary_menu_block .content > ul > li.active-trail li.active-trail a.active,
.not-front .primary_menu_block .content > ul > li a.active,
.primary_menu_block .content > ul > li:hover > a,
.primary_menu_block .content > ul.menu > li li:hover a {
	background: none;
	color: #dc640c!important;
	transition: none;
}
.primary_menu_block .content li.active-trail{
	background: none;
}
.primary_menu_block .content > ul.menu li ul.menu li.active-trail ul li a.active {
}
.primary_menu_block .content > ul.menu li ul a:hover {
	color: #033069;
	background: none;
}
.primary_menu_block .content > ul.menu li ul li.active-trail a,
.primary_menu_block .content > ul.menu li ul li a.active {
	background: none;
	color: #033069;
}
.primary-menu-fixed{
	/*position: fixed;
	top: 0px;
	z-index: 998;*/
}
.primary-menu-fixed .region-header-top{
}
.primary-menu-fixed #logo img {
	/*  width: auto!important;
	height: 90px!important;
	margin-top: 0px;*/
}
.primary-menu-fixed #logo {
	/*  width: auto;
	height: 90px;*/
}
.primary-menu-fixed #primary_menu_wrapper {
	/*  margin-top: 0px;
	padding-top: 5px;*/
}
#header_top.primary-menu-fixed {
	/*padding-top: 0px;
	background-color: #ffffff;
	width: 100%;
	padding-bottom: 10px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.36);
	-moz-box-shadow:    0px 2px 4px 0px rgba(50, 50, 50, 0.36);
	box-shadow:         0px 2px 4px 0px rgba(50, 50, 50, 0.36);
	-webkit-transition: height 100ms linear;
	-moz-transition: height 100ms linear;
	-o-transition: height 100ms linear;
	-ms-transition: height 100ms linear;
	transition: height 300ms linear;*/
}
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 ######################*/
.button-registrieren,
.login_out_block .field-item-content {
	text-align:center;
	border-top: none;
	align-self: end;
}
#registrieren-anker{
	margin-bottom:80px;
}
.login_out_block .field-item-content {
	display: flex;
	align-items: center;
}
.login_out_block .field-item-content > div:first-child{
	margin-right: 10px;
}
.login_out_block .field-item-content > div span{
	font-weight: 100;
	color: #414141;
}
.button-registrieren{
	margin-left: 795px;
	width: 162px;
}
.login_out_block .ui-button-right{
	display: none;
}
.logged-in .button-registrieren{
	display: none;
}
.anmelden_toggle,
.abmelden_toggle {
	font-family: 'Carrois Gothic', sans-serif;
	color: rgba(106, 162, 45, 1);
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
}
.login_out_block:hover .anmelden_toggle,
.login_out_block:hover .abmelden_toggle {
	color: rgba(106, 162, 45, 0.7)!important
}
.login_out_block .field-item-content > div:first-child{ 
	display: inline-block;
	width: 31px;
	height: 31px;
	background-image: url('/sites/buergerbeteiligung.evh.de/public/content/buergerbeteiligung-evh-de_anmelden-icon.png');
	cursor: pointer;
	background-size: contain;
}
.logged-in .login_out_block .field-item-content > div:first-child{ 
	background-image: url('/sites/buergerbeteiligung.evh.de/public/content/buergerbeteiligung-evh-de_abmelden-icon.png');
}
.anmelden_toggle div,
.abmelden_toggle div {
	display: inline-block;
}
.primary-menu-fixed #primary_menu_wrapper > #primary-menu,
.primary-menu-fixed #primary_menu_wrapper > div {
	/*  margin-top: 15px;*/
}
#pid-fast-registry-step1 .primary-menu-fixed #primary_menu_wrapper > #primary-menu{
	/*margin-top: 45px;*/
}
.primary-menu-fixed .login_out_block {
	/*  margin-right: 17px;
	margin-top: 0px;*/
}
.primary-menu-fixed .anmelden_toggle div:after,
.primary-menu-fixed .abmelden_toggle div:after{
	/*  height:9px;
	width:9px;
	line-height: 9px;
	margin-top: 20px;
	margin-left:-22px;*/
}
.primary-menu-fixed .anmelden_toggle div:after{
	/*  font-size: 10px;*/
}
.primary-menu-fixed .anmelden_toggle div:before,
.primary-menu-fixed .abmelden_toggle div:before {
	/*  font-size: 24px;*/
}
.primary-menu-fixed .anmelden_toggle > div,
.primary-menu-fixed .abmelden_toggle > div {
	/*  display: inline-block;
	position: absolute;
	margin-left: 20px;
	height:36px;
	width:36px;
	background-color: #0088d0;
	border-radius: 50%;
	margin-top: -8px;
	margin-right:30px;
	line-height: 36px;*/
}
.login_out_block a.ui-button-ref:hover{
	margin-top: 0px;
	-webkit-transition: margin-top 100ms linear;
	-moz-transition: margin-top 100ms linear;
	-o-transition: margin-top 100ms linear;
	-ms-transition: margin-top 100ms linear;
	transition: margin-top 100ms linear;
}
/*         Buttons
------------------------------*/
.webform-client-form textarea{
	border: 1px solid #dcdcdc;
	color: rgba(0, 0, 0, 0.75);
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	padding: 5px;
}
.primary-menu-fixed{
	/*  position: fixed;
	top: 0px;
	z-index:995;*/
}
#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;
}
/****************Der Weg CEPP*****************************/
#frame_der_weg .picture-wrapper {
	width: 650px;
	height: 200px;
}
#frame_der_weg #der_weg_1 .picture-wrapper {
	background: url("/sites/all/cepp/fotos/SoGehts1.png") no-repeat scroll 0 0 / 100% auto;
}
#frame_der_weg #der_weg_2 .picture-wrapper {
	background: url("/sites/all/cepp/fotos/SoGehts2.png") no-repeat scroll 0 0 / 100% auto;
}
#frame_der_weg #der_weg_3 .picture-wrapper {
	background: url("/sites/all/cepp/fotos/SoGehts3.png") no-repeat scroll 0 0 / 100% auto;
}
#frame_der_weg #der_weg_1 {
	position: absolute;   
}
#frame_der_weg #der_weg_2,
#frame_der_weg #der_weg_3{
	display: none;
	position: absolute;
}
#frame_der_weg .titel {
	font-size: 16px;
	font-weight: bold;
}
#frame_der_weg {
	background-color: #EEEEEE;
	padding: 25px;
	height: 405px;
	width: 700px;
}
#frame_der_weg .content-wrapper{
	width: 650px;
}
#frame_der_weg .picture_button {
	position: absolute;
	width: 100px;
	height: 90px;
	z-index: 998;
	cursor: pointer;
}
#frame_der_weg #der_weg_1_button{
	margin-top: 140px;
}
#frame_der_weg #der_weg_2_button{
	margin-left: 275px;
	margin-top: 65px;
}
#frame_der_weg #der_weg_3_button{
	margin-left: 550px;
	margin-top: 140px;
}
#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;
}
.page-newsletter-confirm #edit-cancel,
body form input.form-submit,
body input.form-submit,
body input.small-submit {
	background: none;
	border: none;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	text-align:center;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
	float: none;
	margin-bottom: 20px;
	margin-right: 8px;
	width: auto;
	z-index: 3;
	background-color: rgba(106, 162, 45, 1)!important;
	line-height: 36px;
	height: 36px;
	border-radius: 26px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600!important;
}
.page-newsletter-confirm #edit-cancel{
	float: right;
}
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;
	background-color: #dc640c;
}
#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: #fa9010 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: #fa9010;
	color: #ffffff;
}
.ui-dialog .ui-dialog-buttonpane button:hover {
	background-color: #dc640c;
}
#modal-upload-wrapper {
	margin-bottom: 10px;
}
.flex_block{
	display: flex;
	justify-content:space-between;
	box-sizing: content-box;
}
.flex_block.about span{
	display: block;
	text-align: center;
}
.flex_block.about a img{
	border-radius: 15px;
	width: 100%!important;
	height: auto!important;
}
.ajax_content img.throbber{
	display: block;
	margin: 0px auto;
	width: 128px!important;
	height: auto!important;
}
.flex_block.two > div {
	width: 48%!important;
}
.flex_block.two.kontaktmap > div{
	width: 30%!important;
}
.flex_block.two.kontaktmap > div.map{
	width: 68%!important;
}
.flex_block.column{
	flex-direction: column!important;
}
.flex_block.column .text {
	flex-direction: column;
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.flex_block.two.text {
	margin-bottom: 40px;
}
.images .image {
	display: inherit;
}
.image img {
	max-width: 100%;
}
.flex_block.mitgliedschaft > div h3{
	font-size:30px;
	color: #818181;
	margin-bottom: 25px;
}
.flex_block.mitgliedschaft .flex_block.column div{
	font-size: 18px;
	padding:5px 15px;
	margin-bottom: 10px;
	border-radius: 8px;
	line-height: normal;
	min-height:38px;
}
.flex_block.mitgliedschaft .flex_block.column div:nth-child(odd){
	background-color: #F2F2F2;
}
.flex_block.mitgliedschaft .flex_block.column div:nth-child(even){
	background-color: #e4e0e0;
}
#page .flex_block.slick-initialized{
	/*display: block;*/
}
#page .flex_block.wrap{
	flex-wrap: wrap;
	flex-direction: row;
}
.flex_block .hundred{
	width: 100%
}
.flex_block.column.hundred > div{
	margin-top: 20px;
}
.flex_block .text .teaserHeadline{
	font-size:35px;
	margin-bottom:35px;
	margin-top: 15px;
	line-height: normal;
}
.flex_block .text .teaserHeadline{
	font-size:35px;
	margin-bottom:35px;
	margin-top: 15px;
	line-height: normal;
}
.flex_block .teaserHeadline{
	text-transform: uppercase;
}
.flex_block.columns{
	flex-direction: row;
	justify-content:space-between;
}
.link_wrapper{
}
a.download,
a.more_link{
	display: table-cell;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
a.download{
	display: inline-block;
	text-transform: none;
	line-height: 37px;
}
a.more_link:before{
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	content: "\f067";
	font-weight: bold;
	font-size: 13px;
	padding-right:5px;
	margin-top:-4px;
	vertical-align: middle;
}
.region-content .ee-projectdetails-invested-block{
	margin-bottom: 0px;
}
.ee-projectdetails-invested-block{
	display:flex;
	flex-direction:column;
}
.region-content .ee-projectdetails-title{
	font-size: 20px;
	padding: 0px;
	color: #595959;
	margin-bottom: 20px;
	order: 0;
}
.region-content .ee-value-wrapper {
	width: 100%;
	color: #000000;
	margin-top: 10px;
	cursor: pointer;
	z-index: 200;
	order:3;
}
.tooltip:hover span{
	margin-top:5px;
}
.tooltip span.classic,
.region-content .ee-projectdetails-invested-block .tooltip span.classic,
.tooltip:hover span.classic {
	z-index: 1;
	background: none;
	font-size: 14px!important;
	background-color: #ffffff;
	border: 1px solid #79a9d6;
	border-radius: 5px;
	width: 160px;
	padding: 7px;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.75);
}
.region-content .ee-projectdetails-invested-block .tooltip span.classic em {
	font-size: 14px!important;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
	padding: 0px;
}
/*.region-content .tooltip span.classic:before {
font-family: 'Font Awesome 5 Free';
content: "\f0d8";
z-index: 100;
font-size: 24px;
text-shadow: 0px 0px 1px rgba(150, 150, 150, 1);
position: absolute;
display: block;
margin-left: 40%;
margin-top: -27px;
z-index: 100;
}*/
#pid-ueber-uns .content_block_2 .flex_block .text{
	width: 800px;
}
.webform-client-form{
	background-color: #fdf0cf;
}
.webform-client-form .form-text,
.webform-client-form .form-email,
.webform-client-form select {
	width: 60%;
	border-radius: 3px;
	min-height: 24px;
	padding: 3px 5px;
	border: 1px solid #d2d2d2;
	-webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.webform-client-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	text-overflow: ellipsis;
	background: url("../images/EVH/icon-selectfield.svg") scroll no-repeat right center #fff;
	padding-right: 30px;
	min-height: 24px;
	padding: 3px 5px;
	padding-right: 5px;
	border: 1px  #d2d2d2;
	-webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.webform-client-form label {
	font-weight: normal;
	height: 22px;
	color: #414141;
}
body input.form-submit{
}
.webform-client-form .form-textarea-wrapper{
	width: 60%;
}
.webform-client-form textarea{
	min-height: 24px;
	padding: 3px 5px;
	border-radius: 3px;
	border: 1px solid #d2d2d2;
	-webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.webform-client-form .form-item-captcha-response label{
	font-size: 14px;
}
.webform-client-form .form-textarea-wrapper .grippie{
}
.webform-client-form span.form-required {
	color: #414141;
}
#webform-client-form-70 > div{
	width: 700px;
}
#webform-client-form-70 > div fieldset{
	border: none;
	margin-bottom: 50px;
}
#webform-client-form-70 fieldset:nth-child(3){
	margin-bottom: 0px;
}
.webform-client-form > div fieldset legend{
	font-size: 30px;
	text-transform: uppercase;
	line-height: normal;
	color: #595959;
}
#webform-client-form-70 .webform-component--anmeldung-zum-newsletter legend,
#webform-client-form-70 .webform-component--projektdaten legend {
	display: none;
}
#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: 470px;
	text-align: center;
	padding-left: 5px;
	margin-top: 0px;
	line-height: 40px;
	height: 40px;
	border: 1px solid #595959;
	border-radius: 5px;
	background-color: #ffffff;
	color: #595959;
	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: bold;
	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;
	}
}

.password-suggestions ul{
	margin-left: 15px;
	margin-top:8px;
}
#so_gehts,
#project_info,
.view-display-id-faq_block{
	margin-top: 30px;
	box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
	overflow: hidden;    
	background-color: #fff;
}
#so_gehts .details,
#project_info .details,
.view-display-id-faq_block .details,
.view-display-id-faq_block .view-header {
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
	background-color: #fff;
	width: calc(100% + 40px);
	position: relative;
	left: -20px;
}
.details.mobile {
	display: none !important;
}
#so_gehts .flex_block.details {
	top: -60px;
}
#so_gehts .details > div,
#project_info .details > div,
.view-display-id-faq_block .details > div,
.view-display-id-faq_block .view-header > div {
	font-family: 'Open Sans', sans-serif;
	transform: skew(-45deg);
	cursor: pointer;
	border-bottom: none;
	width: 25%;
	line-height: 40px;
	height: 40px;
	font-weight: 700;
	color: rgba(65, 120, 130, 1);
	text-align: center;
	background: rgb(207,226,217);
	background: -moz-linear-gradient(-52deg, rgba(207,226,217,1) 77%, rgba(134,183,159,1) 90%);
	background: -webkit-linear-gradient(-52deg, rgba(207,226,217,1) 77%, rgba(134,183,159,1) 90%);
	background: linear-gradient(-52deg, rgba(207,226,217,1) 77%, rgba(134,183,159,1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cfe2d9",endColorstr="#86b79f",GradientType=1);
}
.view-display-id-faq_block .view-header > div p {
	line-height: 40px;
	color: rgba(65, 120, 130, 1);
}
#so_gehts .details > div > div,
#project_info .details > div > div,
.view-display-id-faq_block .details > div > div,
.view-display-id-faq_block .view-header p {
	transform: skew(45deg);
	text-transform: uppercase;
}
.view-display-id-faq_block .view-header > div:last-child{

}
.view-display-id-faq_block .view-header > div:first-child {

}
#so_gehts .details > div:hover,
#so_gehts .details .open,
#project_info .details > div:hover,
#project_info .details .open,
.view-display-id-faq_block .details > div:hover,
.view-display-id-faq_block .details .open,
.view-display-id-faq_block .view-header > div:hover, 
.view-display-id-faq_block .view-header > div.open {
	background: none;
	color: #6aa22d;
}
.view-display-id-faq_block .view-header > div.open p {
	color: #6aa22d;
}
#so_gehts .image {
	height: auto;
	overflow: hidden;
}
#so_gehts .details_info {
	/*min-height: 220px;*/
}
/*.view-display-id-faq_block .accordion{
display: none;
border: 1px solid #f2f2f2;
padding:40px;
border-radius: 0px 8px 8px 8px;
}
.view-display-id-faq_block #allgemeines.accordion{
display: block;
}*/
.details_info_wrapper {
	padding: 10px;
	background-color: #fff;
}
#so_gehts .details_info_wrapper {
	top: -60px;
	position: relative;
	top: -60px;
}
.details_info.closed {
	display: none;
}
a.link,
a.file_download {
	display: block;
	color: #6aa22d !important;
	font-weight: bold;
	cursor: pointer;
}
.file_download.legend {
	margin-bottom: 20px !important;
	padding-left: 40px;
}
a.link:before,
a.file_download:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f061";
	float: left;
	width: 25px;
	text-align: center;
	margin-right: 15px;
	font-weight: bold;
}
#ui-datepicker-div { 
	font-size: 13px; 
}
.ui-datepicker td span, 
.ui-datepicker td a {
	text-align: center;
}
/*pictureblock*/
/*.field-name-body .content_block_2 .field-item-content .text{
width:50%; 
height: 600px;
color: #ffffff;
padding-top: 150px;
display:flex;
flex-direction: row;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}*/
/*.field-name-body .content_block_2 .field-item-content .text>div{
width:530px;
}*/
/*.field-name-body .content_block_2 .field-item-content .text:first-child{
j    ustify-content:flex-end;
}*/
.text em{
	font-style: normal;
}
/*.field-name-body .content_block_2 .field-item-content .text:first-child em{
color: #97bf41;
}
.field-name-body .content_block_2 .field-item-content .text:last-child{
justify-content:flex-start;
}
.field-name-body .content_block_2 .field-item-content .text:last-child em{
color: #0c78c8;
}*/
#page .flex_block.full{
	display:flex;
	justify-content:center;
	box-sizing: content-box;
}
#page .flex_block.full > .text{
	width:50%;
	box-sizing: content-box;
}
.registrieren.button,
body .modal_logout a,
#user-login-form #edit-submit {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-transform: none;
}
.scale{
	width: 100%;
	background-color: #dfdfdf;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 20px;
}
.scale .scalevalue{
	display:block;
	height: 10px;
	background-color: #51AF31;
	border-radius: 5px;
}
.betrieb.scale .scalevalue{
	background-color: #fab91f;
}
.scalelabel{
	float:right;
}
#ee-skala #ee-invested{
	position: static;
	display:inline-block;
	float:left;
	margin-top:-15px;
	margin-left:-35px;
	line-height: 8px;
	font-size: 14px;
	color: #7f878a;
	font-weight: 100;
}
.emissionsvolumen{
	float:right;
	font-size: 20px;
	padding: 0px;
	color: #595959;
}
body a.button{
	display:inline-block;
	line-height:45px;
	height:45px;
	text-align:center;
	color: #ffffff;
	font-size: 16px;
	border-radius: 5px;
	font-weight: 600;
	position: relative;
	padding-left: 45px;
}
#pid-customer-portfolio .button.green a{
	border: none;
	background-color: #51AF31;
	color: #ffffff;
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	border-radius: 5px;
	line-height: 35px;
	height: 35px;
	text-align: center;
	text-decoration: none;
	padding: 0px 16px;
	float: none;
	margin-bottom: 20px;
	margin-right: 8px;
	width: auto;
}
.slick_slider .slide_link a:hover {
	background-color: #999999;
	border: 1px solid #999999;
}
h3.bold{
	font-weight: 700;
}
.anlage > .text h3.bold{
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 700;
}
.flex_block.anlage > .text:last-child > .image {
	margin-bottom: 20px;
}
#beteiligen{
	text-align: center;
	color: #ffffff;
	padding: 60px 0px;
}
.steps_info{
	display: none;
	position: absolute;
	width: 1170px;
	margin-top: 255px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: #595959;
	padding: 10px;
	text-align: left;
	border-radius: 8px;
	cursor: pointer;
	-webkit-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.59);
	-moz-box-shadow:    0px 3px 7px 0px rgba(50, 50, 50, 0.59);
	box-shadow:         0px 2px 4px 0px rgba(50, 50, 50, 0.39);
}
.steps_info.opened{
	display:block;
}
.steps_info:before{
	font-family: 'Font Awesome 5 Free';
	content:"\00d7";
	float:right;
	margin-top:-10px;
	font-size: 20px;
	font-weight: 700;
}
body #beteiligen a{
	color: #ffffff;
	font-size: 24px;
}
.stepwrapper{
	margin-top: 25px;
}
body #beteiligen a.button{
	margin-top:80px;
	font-weight: normal;
	font-size: 20px;
	width:403px;
}
#beteiligen h2 + .closed + .closed + .closed + .closed + .steps + .text a{
	margin-top:80px!important;
}
/*Modal Login*/
.close_me{
	cursor:pointer;
	color: #414141 !important;
	width: 100%;
	display: inline-block;
	text-align: right;
}
.modal_login .close_me span{
	float: right;
	margin-right: -10px;
}
.modal_login,
.modal_logout {
	position: fixed;
	display: none;
	max-width: 665px;
	background:rgb(253, 240, 207);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
	padding: 20px;
	padding-top: 0px;
	border-radius: 0px;
	z-index: 1001;
}
.modal_login,
.modal_logout {
	color: #414141;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
    min-width: 320px;
    max-width: 100%;
}
.modal_login .form-item-name{
	margin-top: 10px;
	margin-bottom: 20px;
}
.modal_logout{
	padding: 30px;
	padding-top: 10px;
	padding-right: 10px;
}
.modal_logout div:first-child{
	display: inline-block;
	text-align: right;
	width: 100%;
}
.modal_logout div:first-child a{
	text-align: right;
}
.modal_logout div:first-child span{
	margin-right: 0px;
}
.modal_logout .realname{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ffffff;
	padding-right: 20px;
}
.modal_login input{
	height: 27px;
	border: 1px solid #d2d3d2;
	width: 350px;
	max-width: 100%;
	text-align: center;
}
body .modal_login input.form-submit{
	background: none!important;
}
.do_register .button.orange{
	text-align: center;
	position: relative;
}
.modal_login .form-type-password{
	margin-bottom:5px;
}
.modal_login .form-required-text{
	font-size: 14px;
	color: #ffffff;
	padding-left: 20px;
}
#logout_button,
.modal_login #login_links{
	margin-left: auto;
	margin-right: auto;
}
.modal_login label{
	display: none;
}
.modal_login .orange.button.arrow.form-actions #edit-submit {
	padding-left: 70px;
}
/*.modal_login:before,
.modal_logout:before {
width: 0;
height: 0;
float: left;
content: "";
display: block;
border-left: 11px solid transparent;
border-right: 11px solid transparent;
border-bottom: 20px solid #0066aa;
left: 0%;
margin-left: 120px;
margin-top: -38px;
}*/
.modal_login .reset_password{
	margin-left: 0px;
}
.modal_login .reset_password a{
	color: #414141;
	font-size: 16px;
}
.modal_login .reset_password a:hover{
	color: #E40000;
}
.modal_login #login_links{
	display: block;
	clear: both;
	padding-top: 0px;
}
.modal_logout #edit-actions,
.modal_login .orange.button.arrow.form-actions,
.modal_login .reset_password{
	display: block;
	padding: 0px 0px 0px 0px;
	width: 100%;
	color: #ffffff;
	width: 60%;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.modal_login .orange.button.arrow.form-actions{
	max-height: 36px;
}
#pid-fast-registry-step1 #block-user-login{
	max-width: 390px;
}
.modal_login .do_register{
	margin: 0 auto;
	width: 60%;
}
.modal_login .reset_password,
.modal_login .do_register > div:first-child{
	margin-bottom: 10px;
	margin-top: 10px;
}
.modal_login .do_register p{
	margin-top: 0px;
}
/*Registerform*/
#pid-fast-registry-step1 #user-register-form {
}
#pid-user-register #content, 
#pid-fast-registry-step1 #content {
	margin: 0px auto;
	/*width: 85%;*/
}
#edit-account label, 
#edit-account input {
	margin-bottom: 15px;
}
#pid-fast-registry-step1 input.form-text,
#user-profile-form input.form-text{
}
#pid-user-register #user-register-form input.form-submit{
	display: inline-block;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	width: auto;
	padding: 0px 30px;
	background-color: rgba(106, 162, 45, 1);
	line-height: 36px;
	height: 36px;
	border-radius: 26px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
#pid-user-register #user-register-form .form-required {
	color: rgba(106, 162, 45, 1);
}
#pid-user-register #user-register-form input.form-submit:hover{
	background-color: rgba(106, 162, 45, 0.7);
}
#user-register-form #edit-legal .form-type-checkbox{
	position: relative;
}
#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;
}
#user-register-form #edit-legal input[type="checkbox"] + label {
	cursor: pointer;
	padding-left: 33px;
	padding-top: 20px;
	display: table-cell;
	margin-left: 0;
}
#user-register-form #edit-legal input[type="checkbox"]:checked + label::before, 
#user-register-form #edit-legal input[type="checkbox"]:not(:checked) + label::before {
	content: ' ';
	display: inline-block;
	width: 13px;
	height: 13px;
	position: absolute;
	margin-top: 5px;
	background: white;
	background-color: white;
	margin-left: -34px;
	font-size: 18px;
	line-height: 18px;
}
#user-register-form #edit-legal input[type="checkbox"]:checked + label::before, 
#user-register-form #edit-legal input[type="checkbox"]:not(:checked) + label::before {
	border: 1px solid #d8d8d8;
	background-color: #e4e0e0;
}
#user-register-form #edit-legal input[type="checkbox"]:checked + label::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f00c";
	border-radius: 0px;
	font-weight: bold;
}
#pid-user-register #tabs_wrapper{
	display: none;
}
#pid-user-register #content #registrieren,
#pid-fast-registry-step1 #content #registrieren {
	text-align: left;
	margin-top: 100px;
}
#pid-fast-registry-step1 #content #registrieren {
	text-align: left;
	margin-top: 0px;
}
#pid-user-register #content h1,
#pid-fast-registry-step1 #content h1 {
	text-align: left;
	margin-top: 0px;
}
#pid-user-register #content #registrieren .flex_block > div,
#pid-fast-registry-step1 #content #registrieren .flex_block > div {
	margin-top: 15px;
}
#ee-legal a,
.form-item-legal-accept a,
#ee-legal span.form-required{
	color: rgba(106, 162, 45, 1);
}
.form-item-legal-accept a:hover,
#ee-legal a:hover{
	color: rgba(106, 162, 45, 0.7);
}
#pid-user-register #content h1:after{
	content:'';
	margin-bottom: 10px; 
}
#pid-user-register #main{
	margin: 0 auto;
	width: 100%;
	padding: 0px 15px;
}
#log_overlay{
	position: absolute;
	display: none;
	width: 100%;
	height: 10000px;
	top: -300px;
	left: 0px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.5);
	z-index: 999;
}
/*mmenu*/
#menu.mm-menu{
	box-shadow: 0 0 3px 0 rgba(0,0,0,.75);
}
.mm-menu.mm-offcanvas.mm-top {
	width: 80% !important;
	min-width: 80% !important;
	margin: 0 auto;
	top: 115px;
}
.mm-panels> #mm-1:before {
	height: 0px;
}
.mm-navbar {
	background-color: #fff;
	border-bottom: 1px solid #CCC;
}
.mm-navbars-top {
	overflow: visible;
}
.mm-navbars-top .mm-navbar-size-2 {
	height: 100px;
}
.mm-panels>.mm-panel:after, .mm-panels>.mm-panel:before {
	display: none;
}
.mm-hasnavbar-top-2 .mm-panels {
	top: 100px;
	height: 80%;
}
.mm-menu.mm-offcanvas.mm-bottom, 
.mm-menu.mm-offcanvas.mm-top {
    height: 60%;
}
.mm-panels>.mm-panel>.mm-listview:first-child, 
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
	margin-top: 0;
}
.mm-navbars-bottom .mm-title {
    display: none;
}
.mm-menu.mm-keyboardfocus a:focus,
.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next), 
.mm-menu .mm-listview>li.mm-selected>span {
    background: none;
    font-weight: 600;
}
.mm-menu .mm-close.mm-btn::before {
	border: none;
	background-image: url(/sites/buergerbeteiligung.evh.de/public/buergerbeteiligung-evh-de-schliessen-button.png);
	width: 80px;
	height: 80px;
	content: "";
	background-size: 80px;
	transform: none;
	left: 0;
	top: -40px;
}
.mm-navbar .mm-btn:last-child {
	width: 80px;
	margin: 0 auto;
	position: relative;
}
.mm-navbar .mm-title {
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	top: 50px;
	/*left: 40px;*/
	width: 100%;
	color: #e41500 !important;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
}
.mm-panels > .mm-panel {
	padding: 0 0px;
}
.mm-listview > li > a, .mm-listview > li > span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: inherit;
	display: block;
	padding: 10px 10px 10px 20px;
	margin: 0;
}
.mm-listview > li > a:last-child {
	font-family: 'Open Sans', sans-serif;
	border-bottom: 1px solid #595959;
	color: #595959;
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
}
.mm-listview .mm-next+a, .mm-listview .mm-next+span {
    margin-right: 0px;
}
.mm-listview > li > a:first-child {
	border-bottom: 1px solid #595959;
}
.mm-menu.mm-keyboardfocus a:focus, 
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), 
.mm-menu .mm-listview > li.mm-selected > span, 
.mm-listview > li > a:hover {
	/*background-color: #6aa22d;
	color: #ffffff;*/
}
.mm-listview > li:not(.mm-divider)::after{
	border: none;
}
.mm-menu.mm-keyboardfocus a:focus,
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), 
.mm-menu .mm-listview > li.mm-selected > span,
.mm-listview > li > a:hover {
	/*background-color: #6aa22d;
	color: #ffffff;*/
}
.mm-panels > .mm-panel{
	background-color: #ddd;
	padding: 0 20px;
}
.mm-panels ul.menu li {
	margin: 0 0 0 0;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
	color: #fff;
}
.mm-navbar {
	text-align: left;
}
.mm-prev::before {
	width: 15px;
	height: 15px;
	top: 105px;
	margin-left:8px;
}
.mm-navbars-bottom .mm-navbar-size-2 {
	height: 20px;
}
#mm-blocker {
	background-color: #000;
	opacity: 0.5;
}
.front .mm-navbar .mm-prev + .mm-title{
	left: 0px;
	padding-left: 0px;
}
.front .mm-navbar .mm-hidden + .mm-title{
	left: 0px;
	padding-left: 0px;
}
.mm-panels > .mm-panel > .mm-listview {
	margin: 0px 0px 0px 0px;
}
.mm-panels > .mm-panel > .mm-listview:first-child {
	margin: 20px 0px 0px 0px;
}
.mm-panels > .mm-panel > .mm-listview:last-child {
	margin: 0px 0px 20px 0px;
}
.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
	border-color: #999;
}
.mm-menu .mm-listview > li .mm-next::after{
	border-color: #595959;
	width: 10px;
	height: 10px;
}
.mm-listview .mm-next::before{
	border: none;
}
.mm-close::after,
.mm-close::before{
	width: 10px;
	height: 10px;
	top: 37px; 
}
.mm-menu .mm-listview > li .mm-next:hover:after{
	border-color: #ffffff;
}
.mm-close::after{
	right: 43px; 
	content: "";
	border: none;
}
.mm-close::before{
	right: 30px;
}
html.mm-blocking,
html.mm-blocking body {
	overflow: visible;
}
.mm-navbars-bottom #anmelden_toggle_mob, 
.mm-navbars-bottom #abmelden_toggle_mob{
	width:50%;
	display:block;
	text-align:center;
	margin: 0pxauto;
	border-radius: 3px;
	align-self: center;
	line-height: 24px;
	font-size: 16px;
	height: auto;
	background-color: rgb(125, 125, 125);
	box-shadow: 1px 2px 4px rgba(0,0,0,0.2);
}
.mm-navbars-bottom #anmelden_toggle_mob:hover, 
.mm-navbars-bottom #abmelden_toggle_mob:hover{
	background-color: rgb(120, 120, 120)!important;
	color: #ffffff!important;
}
.mm-navbar .mm-title {
    left: 0;
}
.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;
}
.mm-navbars-bottom .mm-navbar {
	padding: 40px;
	display: flex;
	justify-content: center;
}
.region-content-top{
	display: block;
	width: auto;
	/* height: 260px; */
	margin-left: auto;
	margin-right: auto;
}
.newsletter p {
	width: calc(100% - 250px);
}
.newsletter a {
	height: 40px;
	line-height: 40px;
	padding-left: 0px;
	background-color: #74b100;
	display: flex;
	justify-content: center;
	color: #fff;
	width: 234px;
	border-radius: 30px;    
	position: relative;
	padding-left: 40px;
}
.newsletter a:before {
	content: ' ';
	background-image: url('/sites/buergerbeteiligung.evh.de/public/content/buergerbeteiligung-evh-de_button-cursor-right-icon.png');
	display: inline-block;
	height: 40px;
	width: 40px;
	background-size: cover;
	position: absolute;
	left: 0px;
}
.flex_block.interesse {
	flex-direction: column;
}
.interesse a {
	height: 40px;
	line-height: 40px;
	padding-left: 0px;
	background-color: #74b100;
	display: flex;
	justify-content: center;
	color: #fff;
	border-radius: 30px;
	position: relative;
	width: 100%;
	margin-top: 10px;
	padding-left: 40px;
    font-weight: 600;
}
.interesse a:before {
	content: ' ';
	background-image: url('/sites/buergerbeteiligung.evh.de/public/content/buergerbeteiligung-evh-de_button-cursor-right-icon.png');
	display: inline-block;
	height: 40px;
	width: 40px;
	background-size: cover;
	position: absolute;
	left: 0px;
}
body .newsletter a.button{
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	line-height: 60px;
	height: 60px;
	width: 100%;
	align-self:center;
}
.page-user-reset #main #main-inner p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#user-register-form #ee-legal_1, 
#user-register-form .fieldset-wrapper >p, 
#edit-legal .fieldset-wrapper >p, 
#user-register-form #edit-legal legend {
	display: none;
}
#ee-legal{
	font-size: 17px;
}
#user-register-form #edit-legal{
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 30px;
}
footer .footer_service ul.menu li a{
	font-size: 14px;
	line-height: 22px;
}
body #block-menu-menu-footermenu a:hover{
	color: #0d78c8;
}
.region-footer{
	display:block;
}
.region-footer-bottom{
	display:flex;
}
footer .block{
	color: #ffffff;
}
#header_top.notransition .anmelden_toggle::before,
#header_top.notransition,
#header_top.notransition * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
#anmelden_trigger {
	height: 36px;
	line-height: 36px;
}
#buergerbeteiligung{
	height: 0px;
}
.page-user-reset .region-content,
#pid-user-password .region-content,
.page-newsletter-confirm .region-content,
#pid-user-login .region-content,
#pid-fast-registry-step2 .region-content,
#pid-SEPA .region-content,
.platform:not(.adminpage)  .region-content,
.adminpage  #main-content,
#pid-contact .page_title_wrapper,
.page-node-done #main,
#pid-pellet-bestellung .page_title_wrapper,
#pid-contract-manager #main,
#pid-fsa #main,
#pid-kist #main,
#pid-download #main,
#pid-node-3405-done #main,
#pid-nutzungsbedingungen .page_title_wrapper,
#pid-newsletter .page_title_wrapper,
#pid-impressum .page_title_wrapper,
#pid-datenschutz .page_title_wrapper {
	margin-top:80px;
}
#pid-pellet-bestellung .page_title_wrapper,
#pid-nutzungsbedingungen .page_title_wrapper,
#pid-contact .page_title_wrapper,
#pid-newsletter .page_title_wrapper{
	display: block;
}
#pid-fast-registry-step2 .platform .page_title_wrapper{
	display: none;
}
.stepwrapper .step:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f0ab";
	display: inline-block;
	margin-left: 10px;
	font-weight: bold;
}
.stepwrapper .step:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f055";
	display: inline-block;
	margin-left: 10px;
	font-weight: bold;
}
.is_open .stepwrapper .step:after{
	content: "\f056";
}
#pid-admin-people ul.action-links li{
	list-style: none;
}
#pid-admin-people ul.action-links li a {
	background-color: #6aa22d;
	color: #ffffff;
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	border-radius: 5px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	padding-right: 16px;
	padding-left: 16px;
	float: none;
	margin-bottom: 20px;
	width: auto;
}
#pid-admin-people ul.action-links li a:hover {
	background-color: #0d78c8;
}
.form-item-captcha-response label{
	display: none!important;
}
.form-item-captcha-response .description{
	line-height: normal;
}
header .absprung {
	position: relative;
	margin-top: -162px;
	margin-bottom: 15px;
}
.flex_block.info > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #51AF31;
	padding:35px 65px;
	color: #ffffff;
	border-radius: 15px;
	text-align: center;
}
body div.button a {
	color: #ffffff;
	text-align: center;
	line-height: 28px;
	font-size: 20px;
}
body div.button a:hover {
	color: #ffffff;
}
#pid-node-3405-done #main .links a,
div.button.green a{
	background-color: #51AF31;
}
a.orange,
div.orange{
	background-color: rgba(106, 162, 45, 1); 
	color: #ffffff;
}
div.button.large a{
	font-size: 30px;
}
div.button.blue a,
div.box.blue{
	background-color: #0088d0;
}
.flex_block.testimonials {
	justify-content: space-around;
}
.flex_block.testimonials .content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin: 0 auto;
	width: 420px;
}
.flex_block.testimonials .content .text_wrapper{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	color: #51AF31;
}
body .flex_block.testimonials .content .text_wrapper a{
	color: #ffffff;
}
.flex_block.testimonials .content{
	position: relative;
}
.flex_block.testimonials .content > div.image{
	height: 100%;
}
.flex_block.testimonials .content > div.image img{
	display: block;
	width: 100%!important;
	height: auto!important;
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
	margin-bottom: 15px;
}
.flex_block.testimonials .content{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	min-height: 370px;
}
.slick-prev, .slick-next {
	position: relative;
}
.slick-prev::before, .slick-next::before {
	color: #0088d0!important;
	opacity: 1!important;
}
.slick-prev:hover::before, .slick-next:hover::before {
	opacity: 0.75!important;
}
/******* theme features**********/
.field-item.has_img_bg{
	width: 100%;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
#pid-news-archiv #main{
	margin: 0 auto;
	width: 990px;
}
.accordion_archive .ui-widget-content {
	border: none;
	padding-left: 30px;
}
.accordion_archive .archive_link {
	margin-bottom: 10px;
}
.accordion_archive .archive_link a {
	font-size: 16px;
}
.accordion_archive .archive_link a:hover {
	color: #033069 !important;
}
#pid-ueber-uns h2.about + div.ajax_content h2, #pid-mitgliedschaft h2.about + div.ajax_content h2 {
	display: none;
}
#pid-node-3405-done #main .links a,
.region-footer-bottom div.button a {
	display: block;
	color: #ffffff;
	padding: 0px 0px;
	width: 100%;
	text-align: center;
	line-height: 35px;
	font-size: 18px;
	border-radius: 7px;
}
.webform-client-form {
	box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
}
#webform-client-form-3447 > div {
	margin: 0px auto;
	width:80%;
}
.webform-client-form form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
#node-3405 .webform-container-inline div {
    width: 60%;
}
#node-3405 .webform-container-inline div input {
    width: 100%;
}
#webform-client-form-3405{
	/*margin:50px 0px;*/
}
#pid-newsletter .page_title_wrapper{
	display: none;
}
#pid-newsletter h2 {
    margin-bottom: 0;
}
.webform-client-form{
	padding-top: 15px;
}
.node-webform .content_block_1 .flex_block,
.node-webform .content_block_1{
	margin-bottom: 20px;
}
.webform-component--datenschutz,
.webform-component-textarea,
.webform-client-form fieldset{
	border: none;
	border-bottom: 1px solid #ffffff;
	width: 100%;
}
.webform-client-form .captcha,
.webform-component--datenschutz,
.webform-component-textarea,
.webform-client-form fieldset .fieldset-wrapper{
	padding: 30px;
}
.webform-client-form .captcha {
	width: 100%;
}
.webform-component {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
	margin-top: 0px;
    width: 100%;
}
fieldset.webform-component--projektdaten .fieldset-wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.webform-component--projektdaten--hinweis-zu-daten {
    flex-direction: column;
}
.webform-component--projektdaten--titel-newsletter{
	/*margin-left: 50px;*/
}
.webform-component--projektdaten--titel-newsletter select{
	margin-top:5px;
}
.webform-component--datenschutz{
	width: 100%!important;
	margin-top:40px;
}
.webform-component--datenschutz a{
	color: #e40000;
}
.webform-component--datenschutz a:hover{
	color: #dc640c;
}
.webform-component--details .fieldset-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.flex_block.two.kontaktmap{
	margin-bottom:50px;
}
#id_3393 img,
#id_3443 img {
	margin: 0 auto;
	display: block;
}
#id_3443 p img {
	width: 70%!important;
	height: auto!important;
}
#pid-node-3405-done #main .links a{
	display: inline-block;
	width: auto;
	margin-top:30px;
	padding: 0px 25px;
}
.flex_block.tochtergesellschaften{
	flex-direction: row;
	flex-wrap: wrap;
	width: 60%;
}
.flex_block.tochtergesellschaften > div{
	width: 100%;
}
div.spacer{
	margin: 20px 0px;
}
.spacer_bottom{
	margin-bottom: 20px;
}
.flex_block.tochtergesellschaften > div.two{
	width:50%;
}
.flex_block.tochtergesellschaften > div.third{
	width: 15%;
}
.flex_block.tochtergesellschaften > div.twothird{
	width:83%;
}
div.caption{
	font-style: italic;
}
.flex_block.tochtergesellschaften > div.em{
	font-weight: 800;
}
#id_3444 h3,
.h_three,
.flex_block.tochtergesellschaften > div h3{
	line-height: normal;
	color: #0088d0;
	text-align: left;
	font-weight: normal;
	font-size: 25px;
}
.aspect-ratio {
	margin-top: 20px;
	position: relative;
	width: 100%!important;
	max-width: 400px;
	height: 0;
	padding-bottom: 67%;
	margin-bottom: 20px;
}
#id_3444 .aspect-ratio{
	max-width: 100%;
}
.aspect-ratio iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0; top: 0;
}
.flex_block.awards .image.full img{
	width: 100%!important;
	height: auto!important;
}
.do_wrap{
	flex-wrap: wrap;
}
#pid-news #main .field-item-content > .flex_block.about > div {
	max-width: 48%;
}
.ext_link a{
	display: block;
	margin-bottom: 20px;
}
/*#pid-news #main .flex_block.news a:after,
#pid-newsletter-archiv #main .ui-widget-content a:after,*/
a.ext_link:after,
.ext_link a:after{
	font-family: 'Font Awesome 5 Free';
	content:'\f0da';
	display: inline-block;
	margin-left: 10px;
	font-weight: bold;
}
a.ext_link:hover,
.ext_link a:hover{
	color: #0088d0;
}
.text.fourhundred{
	width:40%!important;
}
.ajax_buttons .ajax_content_row{
	margin-bottom: 0px;
}
#main-inner .frankenthal .text p:last-child{
	margin-bottom: 0px;
}
.center_image img{
	display: block;
	margin: 0px auto;
}
body a.intext{
	color: #0088d0;
}
a.intext:hover{
	text-decoration: underline;
}
#pid-tarifkalkulator .field-item{
	margin-bottom: 0px;
}
flex_block.siegel{
	justify-content: flex-start;
	margin-top: 20px;
}
body .page *{
	/*border: 1px solid red;*/
}
.ui-widget-overlay {
	display: none!important;
}
div.ui-dialog {
	font-size: 14px;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 4px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 4px 0px rgba(50, 50, 50, 0.75);
}
#pid-user-register #login_links {
	display: none;
}
.membercount{
	text-align: center;
	line-height: 28px;
	font-size: 30px;
}
.page-node-done #main .links a{
	background: none;
	border: none;
	background-color: #51AF31;
	color: #ffffff;
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	border-radius: 5px;
	line-height: 35px;
	height: 35px;
	text-align: center;
	text-decoration: none;
	padding-right: 16px;
	padding-left: 16px;
	float: none;
	width: auto;
}
.webform-confirmation table{
	width: 100%!important;
}
.webform-confirmation table td{
	padding: 0px;
}
.button.satzung{
	margin-top: 20px;
}
#ee_fsa_table_wrapper{
	font-size: 16px;
	line-height: normal;
}
#primary-menu .block-superfish:first-child ul li:first-child a {
	padding-left: 0px !important;
}
.modal_logout #edit-actions{
	display: block !important;
}
.frame_closed{
	display: none;
}
#strom_wrapper{
	position: relative;
	min-height:440px;
	margin-bottom: 20px;
}
#gas_wrapper{
	position: relative;
	min-height:440px;
	margin-bottom: 20px;
}
#gas_wrapper iframe{
	height:450px!important;
}
#strom_wrapper iframe {
	height:450px!important;
}
#tarif_switcher{
	margin-bottom:50px;
	border-radius: 9px 9px 0px 0px;
	background-color: #dcdcdc;
}
#tarif_switcher > div{
	width:50%;
	text-align: center;
}
#tarif_switcher > div a{
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height:50px;
}
#tarif_switcher > div a.frame_open,
#tarif_switcher > div a:hover {
	color: #ffffff;
	background-color: #51AF31;
}
#gas_on a{
	border-radius: 0px 9px 0px 0px;
	border-left: 1px solid #ffffff;
}
#strom_on a{
	border-radius: 9px 0px 0px 0px;
	border-right: 1px solid #ffffff;
}
#tarif_switcher a:before {
	width: 50px;
	height: 50px;
	content: " ";
	background-size: 60% !important;
	position: absolute;
}
#strom_on a:before {
	background: url(../images/egis/plug_gray.png) center center no-repeat;
	margin-left:-60px;
}
#gas_on a:before {
	background: url(../images/egis/flame_gray.png) center center no-repeat;
	margin-left:-60px;
	background-size: 50% !important;
}
#strom_on a.frame_open:before,
#strom_on a:hover:before {
	background: url(../images/egis/plug_white.png) center center no-repeat;
	margin-left:-60px;
}
#gas_on a.frame_open:before,
#gas_on a:hover:before {
	background: url(../images/egis/flame_white.png) center center no-repeat;
	margin-left:-60px;
	background-size: 50% !important;
}
.egis_copy div.image img{
	border-radius: 0px!important;
	max-width: 280px;
}
#pid-node .fancybox-content{
	width: 700px!important;
	height: 523px!important;
	padding-left: 10px!important;
	padding-right: 10px!important;
	background: none!important;
}
#pid-dienstleistungen .fancybox-content{
	background: none!important;
	padding:40px 0px 0px 0px;
	padding-left: 10px!important;
	padding-right: 10px!important;   
}
video::-webkit-media-controls-fullscreen-button {}
.message.fancybox-content img{
	width: 100%!important;
	height: auto!important;
}
.message.fancybox-content {
	text-align: center;
	font-size: 18px;
}
.message.fancybox-content #gas_on a.frame_open::before, 
.message.fancybox-content #gas_on a:hover::before {
	margin-left: -50px;
	background-size: 50% !important;
}
.message.fancybox-content #tarif_switcher {
	margin-bottom: 0px;
}

.fancybox-is-open .fancybox-bg {
	opacity: .7!important;
}
.message.fancybox-content #gas_on a::before {
	margin-left: -50px;
}
/*################ Cookie Hinweis #####################*/
.popup-content {
	position: relative;
}
#sliding-popup .agree-button {
	right: 147px;
}
#sliding-popup .eu-cookie-compliance-secondary-button {
	right: 0px;
	top: 1em;
	cursor: pointer;
	vertical-align: middle;
	overflow: visible;
	width: auto;
	margin-right: 5px;
	-moz-box-shadow: inset 0 1px 0 0 #ffffff;
	-webkit-box-shadow: inset 0 1px 0 0 #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background-color: #ededed;
	background-image: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgb(237, 237, 237)), color-stop(100%, rgb(223, 223, 223)));
	background-image: -webkit-linear-gradient(rgb(237, 237, 237) 5%, rgb(223, 223, 223) 100%);
	background-image: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background-image: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background-image: linear-gradient(rgb(237, 237, 237) 5%, rgb(223, 223, 223) 100%);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	color: #000 !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	padding: 4px 8px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
}
#sliding-popup .eu-cookie-compliance-more-button:hover {
	background-color: #dfdfdf;
	background-image: -moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgb(223, 223, 223)), color-stop(100%, rgb(237, 237, 237)));
	background-image: -webkit-linear-gradient(rgb(223, 223, 223) 5%, rgb(237, 237, 237) 100%);
	background-image: -o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background-image: -ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background-image: linear-gradient(rgb(223, 223, 223) 5%, rgb(237, 237, 237) 100%);
}
#sliding-popup {
	height: auto !important;
}
@media (max-width: 600px) {
	#sliding-popup .agree-button {
		left: 0px;
	}
	#sliding-popup .eu-cookie-compliance-more-button {
		bottom: 16px;
		top: auto;
		left: 120px;
		right: auto;
	}    
}
.blue_button a {
	background-color: #0088d0;
	color: #fff !important;
	padding: 5px !important;
	border-radius: 5px;
	text-align: center;
}
.blue_button {
	width: 48%;
	float: left;
	margin-left: 2%;
}
.blue_button.first {
	margin-left: 0;
	margin-right: 2%;
}
.region-header-navigation .content .menu{
	display: flex;
	padding: 0px;
	margin: 0px;
}
#header_navigation{
	background-color: #50505A;
	padding: 8px 0;
	line-height: 1;
}
.region-header-navigation{
	display: flex;
	justify-content: flex-end;
}
#header-top{
	display: flex;
	justify-content: space-between;
}
.region-header-navigation .content .menu li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.region-header-navigation .content .menu li a{
	color: #C1C3C8;
	font-size: 12px;
}
.region-header-navigation .content .menu li a:hover{
	color: #ffffff;
}
.region-header-navigation .content ul.menu li::after {
	content: '|';
	margin-left: .5em;
	float: right;
	color: #c1c3c8;
}
.region-header-navigation .content ul.menu li:last-child:after {
	content: '';
}
#page_shadow{
	height: 10px;
	-webkit-box-shadow: 0px -1px 23px 0px rgba(0,0,0,0.58);
	-moz-box-shadow: 0px -1px 23px 0px rgba(0,0,0,0.58);
	box-shadow: 0px -1px 23px 0px rgba(0,0,0,0.58);
}
#header_bottom {
	background-color: #ffffff;
	width: 100%;
	position: relative;
	z-index: 5;
	padding-bottom: 10px;
}
#header_banner,
#page_row_1,
#preface {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefae5+0,ffffff+100 */
	background: #fefae5; /* Old browsers */
	background: -moz-linear-gradient(top,  #faf0d0 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #faf0d0 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #faf0d0 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefae5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.region-preface-top{
	padding-top: 62px;
	background: -moz-radial-gradient(center -80px, ellipse closest-corner, rgba(0, 0, 0, .65), rgba(0, 0, 0, 0));
	background: -webkit-gradient(radial, top center, 0, center center, 50px, color-stop(0%, rgba(0, 0, 0, .65)), color-stop(50px, rgba(0, 0, 0, 0)));
	background: -webkit-radial-gradient(center -80px, ellipse closest-corner, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0));
	background: -o-radial-gradient(center -80px, ellipse closest-corner, rgba(0, 0, 0, .65), rgba(0, 0, 0, 0));
	background: -ms-radial-gradient(center -80px, ellipse closest-corner, rgba(0, 0, 0, .65), rgba(0, 0, 0, 0));
	background: radial-gradient(ellipse closest-corner at center -80px,
		rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
}
.investieren{
	margin-bottom:55px;
}
.investieren .flex_block{
	align-items: center;
}
.button.arrow{
	border-radius: 26px;
	padding-right: 16px;
}
.button.arrow a{
	display: inline-block;
	line-height: 36px;
	height:36px;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}
.button.orange input{
	background: none;
}
.button.orange:hover{
	background-color: rgba(106, 162, 45, 0.7);
}
.modal_login #user-login-form #edit-submit,
.modal_login #user-login-form #edit-submit--2,
.modal_login #user-login-form #edit-submit--3,
.modal_login .registrieren.button{
	width: 100%;
	padding-left: 36px;
}
.modal_login .form-actions input {
	margin-bottom: 0px;
}
.registrieren.button,
#user-login-form #edit-submit,
#user-login-form #edit-submit--2,
#user-login-form #edit-submit--3,
#user-login-form #edit-submit--5,
.modal_login .form-actions input#edit-submit--2,
.modal_login .form-actions input#edit-submit--3,
.modal_login .form-actions input#edit-submit--5,
body .modal_logout a {
	color: #ffffff;
	display: inline-block;
	border-radius: 0px;
	text-align: center;
	text-transform: none;
}
.webform-client-form .form-actions:before,
.button.arrow:before{
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	content: "\00a0";
	line-height: 36px;
	color: #ffffff;
	text-align: center;
	height:36px;
	width:36px;
	background-color: #000000;
	border-radius: 50%;
	margin-right: 10px;
	float: left;	
	position: absolute;
	left: 0px;
	z-index: 4;
}
.webform-client-form .form-actions{
	border-radius: 26px;
	/*padding-right: 16px;*/
	margin-left: 30px;
	margin-bottom: 30px;
    margin-right: 30px;
	position: relative;
	display: inline-block;
}
body .webform-client-form .form-actions input.form-submit{
	background-color: #7d848d;
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	padding-left: 60px;
	padding-right: 30px;
	max-width: 180px;
}
body .webform-client-form .form-actions:hover input.form-submit,
.webform-client-form .form-actions:hover{
	/*background-color: #50505a;*/
}
.webform-client-form .form-actions:before,
.button.arrow:before{
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxMy4wLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAgLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMSBUaW55Ly9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLXRpbnkuZHRkIiBbDQoJPCFFTlRJVFkgbnNfZmxvd3MgImh0dHA6Ly9ucy5hZG9iZS5jb20vRmxvd3MvMS4wLyI+DQpdPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGJhc2VQcm9maWxlPSJ0aW55Ig0KCSB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczphPSJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlU1ZHVmlld2VyRXh0ZW5zaW9ucy8zLjAvIg0KCSB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE4cHgiIGhlaWdodD0iMTdweCIgdmlld0JveD0iLTAuNDE1IC0wLjY2MyAxOCAxNyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8ZGVmcz4NCjwvZGVmcz4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNC4zMDIsOC43MzVjLTAuOTYxLDAuOTEtMS45NDUsMS44NDgtMi45NTMsMi44MTJjLTEuMDA5LDAuOTY2LTIuMDI1LDEuOTYtMy4wNTIsMi45ODUNCgljLTAuMDUsMC4wNTItMC4wODcsMC4xMDQtMC4xMSwwLjE1OGMtMC4wMiwwLjA1NS0wLjAyMywwLjExOS0wLjAwNSwwLjE5MmMwLjAxOSwwLjA3MywwLjA2MywwLjE1NCwwLjEzMSwwLjI0Ng0KCWMwLjA2OSwwLjA5MSwwLjE2NiwwLjE5NywwLjI5LDAuMzIxYzAuMTE2LDAuMTE3LDAuMjIxLDAuMjA1LDAuMzEyLDAuMjY5YzAuMDksMC4wNiwwLjE3LDAuMDk3LDAuMjMzLDAuMTA4DQoJYzAuMDY2LDAuMDEyLDAuMTI1LDAuMDA4LDAuMTc2LTAuMDEyYzAuMDUyLTAuMDE3LDAuMDk4LTAuMDQ5LDAuMTQyLTAuMDkybDcuMTYzLTcuMTVjMC4wODctMC4wOTYsMC4xNTgtMC4xODgsMC4yMTItMC4yNzkNCgljMC4wNTYtMC4wOTEsMC4wODItMC4yMTYsMC4wODItMC4zNzhjMC0wLjEyMy0wLjAyMi0wLjIzMy0wLjA2NS0wLjMzMnMtMC4xMTktMC4yMDYtMC4yMjktMC4zMjJMOS40NjUsMC4xMQ0KCWMtMC4wNDQtMC4wNDQtMC4wOS0wLjA3NC0wLjE0Mi0wLjA5M2MtMC4wNTEtMC4wMTgtMC4xMDktMC4wMjItMC4xNzYtMC4wMWMtMC4wNjMsMC4wMS0wLjE0NCwwLjA0OC0wLjIzMywwLjEwOQ0KCWMtMC4wOTEsMC4wNjMtMC4xOTUsMC4xNS0wLjMxMiwwLjI2OGMtMC4xMjQsMC4xMjQtMC4yMjEsMC4yMy0wLjI5LDAuMzIxQzguMjQ1LDAuNzk2LDguMjAxLDAuODc4LDguMTgyLDAuOTUyDQoJQzguMTY0LDEuMDIzLDguMTY3LDEuMDg5LDguMTg3LDEuMTQ3YzAuMDIzLDAuMDU5LDAuMDYsMC4xMTQsMC4xMSwwLjE2NGMxLjAyNiwxLjAxOSwyLjA0MywyLjAxMSwzLjA1MiwyLjk3Ng0KCWMxLjAwOCwwLjk2NCwxLjk5MiwxLjkwMSwyLjk1MywyLjgxMkgwLjM1OWMtMC4wNTEsMC0wLjA5OCwwLjAxNC0wLjE0MiwwLjA0M0MwLjE3Myw3LjE3LDAuMTM1LDcuMjE3LDAuMTAzLDcuMjc4DQoJQzAuMDcsNy4zMzksMC4wNDQsNy40MjQsMC4wMjYsNy41MjhDMC4wMDgsNy42MzUsMCw3Ljc2NSwwLDcuOTE2YzAsMC4xNTMsMC4wMDgsMC4yODIsMC4wMjYsMC4zOQ0KCUMwLjA0NCw4LjQxLDAuMDcsOC40OTUsMC4xMDMsOC41NTZjMC4wMzIsMC4wNjEsMC4wNywwLjEwNywwLjExNCwwLjEzNWMwLjA0NCwwLjAzMSwwLjA5MSwwLjA0NSwwLjE0MiwwLjA0NUgxNC4zMDIiLz4NCjwvc3ZnPg0K);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px;
}
.orange_arrow:before{
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxMy4wLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAgLS0+Cgo8c3ZnCiAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIKICAgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIgogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zOnNvZGlwb2RpPSJodHRwOi8vc29kaXBvZGkuc291cmNlZm9yZ2UubmV0L0RURC9zb2RpcG9kaS0wLmR0ZCIKICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiCiAgIHZlcnNpb249IjEuMSIKICAgeD0iMHB4IgogICB5PSIwcHgiCiAgIHdpZHRoPSIxOHB4IgogICBoZWlnaHQ9IjE3cHgiCiAgIHZpZXdCb3g9Ii0wLjQxNSAtMC42NjMgMTggMTciCiAgIHhtbDpzcGFjZT0icHJlc2VydmUiCiAgIGlkPSJzdmc2IgogICBzb2RpcG9kaTpkb2NuYW1lPSJhcnJvdy5zdmciCiAgIGlua3NjYXBlOnZlcnNpb249IjAuOTIuNCAoNWRhNjg5YzMxMywgMjAxOS0wMS0xNCkiPjxtZXRhZGF0YQogICBpZD0ibWV0YWRhdGExMCI+PHJkZjpSREY+PGNjOldvcmsKICAgICAgIHJkZjphYm91dD0iIj48ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD48ZGM6dHlwZQogICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPjxkYzp0aXRsZT48L2RjOnRpdGxlPjwvY2M6V29yaz48L3JkZjpSREY+PC9tZXRhZGF0YT48c29kaXBvZGk6bmFtZWR2aWV3CiAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIKICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiCiAgIGJvcmRlcm9wYWNpdHk9IjEiCiAgIG9iamVjdHRvbGVyYW5jZT0iMTAiCiAgIGdyaWR0b2xlcmFuY2U9IjEwIgogICBndWlkZXRvbGVyYW5jZT0iMTAiCiAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwIgogICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIgogICBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjE3NjUiCiAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjY5MyIKICAgaWQ9Im5hbWVkdmlldzgiCiAgIHNob3dncmlkPSJmYWxzZSIKICAgaW5rc2NhcGU6em9vbT0iMTMuODgyMzUzIgogICBpbmtzY2FwZTpjeD0iOSIKICAgaW5rc2NhcGU6Y3k9IjguNSIKICAgaW5rc2NhcGU6d2luZG93LXg9IjAiCiAgIGlua3NjYXBlOndpbmRvdy15PSIzMCIKICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMCIKICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ic3ZnNiIgLz4KPGRlZnMKICAgaWQ9ImRlZnMyIj4KPC9kZWZzPgo8cGF0aAogICBmaWxsPSIjRkZGRkZGIgogICBkPSJNMTQuMzAyLDguNzM1Yy0wLjk2MSwwLjkxLTEuOTQ1LDEuODQ4LTIuOTUzLDIuODEyYy0xLjAwOSwwLjk2Ni0yLjAyNSwxLjk2LTMuMDUyLDIuOTg1ICBjLTAuMDUsMC4wNTItMC4wODcsMC4xMDQtMC4xMSwwLjE1OGMtMC4wMiwwLjA1NS0wLjAyMywwLjExOS0wLjAwNSwwLjE5MmMwLjAxOSwwLjA3MywwLjA2MywwLjE1NCwwLjEzMSwwLjI0NiAgYzAuMDY5LDAuMDkxLDAuMTY2LDAuMTk3LDAuMjksMC4zMjFjMC4xMTYsMC4xMTcsMC4yMjEsMC4yMDUsMC4zMTIsMC4yNjljMC4wOSwwLjA2LDAuMTcsMC4wOTcsMC4yMzMsMC4xMDggIGMwLjA2NiwwLjAxMiwwLjEyNSwwLjAwOCwwLjE3Ni0wLjAxMmMwLjA1Mi0wLjAxNywwLjA5OC0wLjA0OSwwLjE0Mi0wLjA5Mmw3LjE2My03LjE1YzAuMDg3LTAuMDk2LDAuMTU4LTAuMTg4LDAuMjEyLTAuMjc5ICBjMC4wNTYtMC4wOTEsMC4wODItMC4yMTYsMC4wODItMC4zNzhjMC0wLjEyMy0wLjAyMi0wLjIzMy0wLjA2NS0wLjMzMnMtMC4xMTktMC4yMDYtMC4yMjktMC4zMjJMOS40NjUsMC4xMSAgYy0wLjA0NC0wLjA0NC0wLjA5LTAuMDc0LTAuMTQyLTAuMDkzYy0wLjA1MS0wLjAxOC0wLjEwOS0wLjAyMi0wLjE3Ni0wLjAxYy0wLjA2MywwLjAxLTAuMTQ0LDAuMDQ4LTAuMjMzLDAuMTA5ICBjLTAuMDkxLDAuMDYzLTAuMTk1LDAuMTUtMC4zMTIsMC4yNjhjLTAuMTI0LDAuMTI0LTAuMjIxLDAuMjMtMC4yOSwwLjMyMUM4LjI0NSwwLjc5Niw4LjIwMSwwLjg3OCw4LjE4MiwwLjk1MiAgQzguMTY0LDEuMDIzLDguMTY3LDEuMDg5LDguMTg3LDEuMTQ3YzAuMDIzLDAuMDU5LDAuMDYsMC4xMTQsMC4xMSwwLjE2NGMxLjAyNiwxLjAxOSwyLjA0MywyLjAxMSwzLjA1MiwyLjk3NiAgYzEuMDA4LDAuOTY0LDEuOTkyLDEuOTAxLDIuOTUzLDIuODEySDAuMzU5Yy0wLjA1MSwwLTAuMDk4LDAuMDE0LTAuMTQyLDAuMDQzQzAuMTczLDcuMTcsMC4xMzUsNy4yMTcsMC4xMDMsNy4yNzggIEMwLjA3LDcuMzM5LDAuMDQ0LDcuNDI0LDAuMDI2LDcuNTI4QzAuMDA4LDcuNjM1LDAsNy43NjUsMCw3LjkxNmMwLDAuMTUzLDAuMDA4LDAuMjgyLDAuMDI2LDAuMzkgIEMwLjA0NCw4LjQxLDAuMDcsOC40OTUsMC4xMDMsOC41NTZjMC4wMzIsMC4wNjEsMC4wNywwLjEwNywwLjExNCwwLjEzNWMwLjA0NCwwLjAzMSwwLjA5MSwwLjA0NSwwLjE0MiwwLjA0NUgxNC4zMDIiCiAgIGlkPSJwYXRoNCIKICAgc3R5bGU9ImZpbGw6I2ZhOTAxMDtmaWxsLW9wYWNpdHk6MSIgLz4KPC9zdmc+);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px;
}
.hinweis {
	background-color: #e7f1ec;
	padding: 12px;
	margin-top: 40px;
	margin-bottom: 30px;
}
.hinweis h3 {
	font-size: 16px;
	font-weight: 700;
}
.investieren .hinweis{
	width: 66%;
}
.investieren .hinweis strong{
	display: block;
	color: #E40000;
}
.sidebar_info {
	margin-top: 70px;
}
.sidebar_info .image {
	text-align: center;
	border-bottom: 1px solid #74b100;
	margin-bottom: 15px;
	padding-bottom: 6px;
}
.sidebar_info .image img {
	width: 60px;
	height: 60px;
}
span.arrow::after {
	content: "\f061";
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
}
.jumpbox{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width:31.8%;
	box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
}
.jumpbox_header{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 113px;
	color: #ffffff;
	border: 1px solid #ffffff;
	text-align: center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8abe80+0,7ab523+100 */
	background: #8abe80; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #8abe80 0%, #7ab523 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #8abe80 0%,#7ab523 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #8abe80 0%,#7ab523 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8abe80', endColorstr='#7ab523',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
body .jumpbox_header a{
	color: #ffffff;
	font-size: 26px;
}
body .jumpbox_header img{
	width:40px!important;
	height:40px!important;
}
.jumpbox_content{
	padding: 20px 15px;
	flex-grow: 1;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#aad7ba+0,ffffff+100 */
	background: #aad7ba; /* Old browsers */
	background: -moz-linear-gradient(top,  #aad7ba 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #aad7ba 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #aad7ba 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad7ba', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.jumpbox_link{
	padding: 0px 0px 20px 15px;
}
.jumpbox_link a{
	color: #fa9010;
	font-weight: 600;
}
.invest_block{
	font-size: 16px;
	box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
}
.invest_block h2 {
	padding: 10px;
	color: #fff !important;
	background: #92c3ac; /* Old browsers */
	background: -moz-linear-gradient(left, #92c3ac 0%, #74b100 98%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #92c3ac 0%,#74b100 98%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #92c3ac 0%,#74b100 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92c3ac', endColorstr='#74b100',GradientType=1 ); /* IE6-9 */
	margin-bottom: 1px !important;
}
.invest_block > .content {
	padding: 10px;
	background: #92c3ac; /* Old browsers */
	background: -moz-linear-gradient(top, #92c3ac 0%, #ffffff 74%, #ffffff 74%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #92c3ac 0%,#ffffff 74%,#ffffff 74%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #92c3ac 0%,#ffffff 74%,#ffffff 74%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92c3ac', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.invest_block .list_wrapper {
	margin: 20px 0px;
}
#ee-skala #ee-invested {
	display: none;
}
#ee-invested {
	color: #000000; 
	font-weight: 600; 
	font-size: 100%;
	margin-left: 5px;
	position: static;
	display: none;
}
.invest_block .label{
	font-weight: 600;
}
.invest_block #ee-projectdetails-invested-block #ee-skala {
	background-image: none;
	height: 12px;
	margin-top: 5px;
	background-color: rgb(231, 241, 236);
	position: relative;
}
.invest_block #ee-value {
	background: none;
	background-color: rgb(106, 162, 45);
	/*width: 50% !important;*/
	height: 12px;
	position: static;
	margin-top: -28px;
}
.invest_block #ee-value:before {
	margin-top: -6px;
	margin-left:48%;
	float:right;
	margin-right:-6px;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: rgb(106, 162, 45) transparent transparent transparent;
}
#ee-projectdetails-title {
	font-size: 20px;
	text-transform: none;
	font-weight: 600;
	padding: 0px;
	color: #fff !important;
	margin: 15px 0px;
}
#ee-min-value,
#ee-max-value {
	color: #414141;
}
.page_row.yellow {
	background-color: rgb(253, 248, 232);
}
.page_row.testimonial {
	background: #568096; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #568096 0%, #3f5d71 20%, #3a5669 44%, #20313c 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #568096 0%,#3f5d71 20%,#3a5669 44%,#20313c 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #568096 0%,#3f5d71 20%,#3a5669 44%,#20313c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#568096', endColorstr='#20313c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fff;
}
.page_row.testimonial p,
.page_row.testimonial h2 {
	color: #fff !important;
}
.testimonial .image {
	position: absolute;
	bottom: -58px;
	width: 63%;
}
.flex_block.two.testimonial {
	position: relative;
}
.testimonial_footer {
	padding-top: 25px;
	font-weight: 700;
}
.ee_content_block{
	display: flex;
	justify-content: space-between;
}
.front #page_row_1 .field-name-body .field-item .field-item-content{
	width: 665px;
}
#main-inner .content_block_1 p{
	margin-bottom: 0px;
}
.accordion.box{
	margin-top:30px;
	box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
}
.ee_content_block{
	margin-bottom:45px;
}
.page_row{
	padding-top:45px;
}
.header-top-inner img{
	width: 140px!important;
	height: auto!important;
}
#primary-menu div:nth-last-child(3){
	flex-grow: 1;
}
.region-footer .sf-menu li {
	z-index: 0; 
}
.system_messages_wrapper span.fa {
	color:#fff;
}
.page-node-submission .fieldset-wrapper,
.page-node-submission .webform-component {
	display: block;
}
.page-node-submission fieldset{
	padding: 20px;
	margin-top: 20px;
}
.page-node-submission .region-content > .clearfix:first-child{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.page-node-submission .region-content > .clearfix:first-child .webform-submission-navigation{
	flex-grow: 1;
}
.page-node-submission a{
	color: #fa9010;
}
.page-node-submission a:hover{
	color: #dc640c;
}
.nicht_mitarbeiter #menu-7366-3{
	/*display: none;*/
}
.nicht_mitarbeiter #menu-11821-3{
	/*border-left: none;*/
}
.nicht_mitarbeiter #menu-11821-3 a{
	/*padding-left: 0px!important;*/
}
#tooltip {
	z-index: 1;
}
.anker {
	height: 0px;
}
.anker {
	position: relative;
	top: -70px;
}
.row {
	border-bottom: 1px solid  #aaa;
	padding: 5px 0 0 0;
}
#pid-zeichnung .row {
	border: 0;
}
.description a, .description a:hover {
	color: rgba(106, 162, 45, 1)!important;
	font-weight: bold;
}
/********************** Infofenster **********************/
#offsite .content{
	position: relative;
}
#anlegerinformation {
	color: #000000;
	width: 70%;
	background-color: #ffffff;
	/* -webkit-box-shadow: none; */
}
#anlegerinformation_content {
	background-color: #ffffff;
}
#anlegerinformation_content h2 {
	font-size: 1.6rem;
	line-height: normal;
	text-align: center;
	margin-bottom: 50px;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 30px;
	color: #dc640c;
	font-weight: 600;
}
#anlegerinformation_content .flex_block {
	text-align: left;
	justify-content: space-between;
	margin-top: 20px;
	font-size: 0.7rem;
}
#page #anlegerinformation_content .flex_block > div {
	width: 48%;
	text-align: center;
	line-height: normal;
	font-size: 0.85rem;
	margin: 0 auto;
}
#page #anlegerinformation_content .flex_block > div img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	max-width: 100%;
}
#page #anlegerinformation_content .flex_block > div:first-child img {
	height: 45px !important;
	width: auto !important;
	display: block;
	margin-bottom: 15px;
	margin-top: 25px;
}
#page #anlegerinformation_content .flex_block > div:last-child img {
	height: 50px !important;
	width: auto !important;
	max-width: 100%;
	display: block;
	margin-bottom: 15px;
	margin-top: 20px;
}
#anlegerinformation_button {
	text-align: center;
	margin-top: 20px;
	width: 220px;
	margin: 0 auto;
}
#anlegerinformation_button a:before {
	content: ' ';
	background-image: url(/sites/buergerbeteiligung.evh.de/public/content/buergerbeteiligung-evh-de_button-cursor-right-icon.png);
	display: inline-block;
	height: 40px;
	width: 40px;
	background-size: cover;
	position: absolute;
	left: 0px;
}
#anlegerinformation_button a {
	line-height: 40px;
	display: flex;
	justify-content: center;
	color: #fff;
	border-radius: 30px;
	position: relative;
	margin-top: 10px;
	padding-left: 40px;
	background-color: rgba(106, 162, 45, 1);
}
#anlegerinformation_button a:hover {
	background-color: rgba(106, 162, 45, 0.7) !important;
	color: #fff !important;
}
/********************** Infofenster Ende **********************/
#content .nice-select ul.list li{
	margin-left:0px;
}
#content .nice-select ul.list li:before{
	content:'';
}
#content .nice-select{

}
#pid-newsletter #page_row_1,
#pid-contact #page_row_1,
#pid-kontakt #page_row_1 {
	background: none;
}
#pid-newsletter #main,
#pid-contact #main,
#pid-kontakt #main {
	background: -webkit-linear-gradient(top, #fdfaf0 0%, rgba(255, 255, 255, 0) 400px);
}
.registry_blocks_inner > strong {
	margin-top: 20px;
	display: block;
}
#ol_investor_buttons_overlay{
	position: absolute;
	width: 100%;
	height: 10000px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.8);
	z-index: 999;
}
#ol_investor_buttons{
	position: fixed;
	top: 50%;
	left: 50%;
	max-width: 95%;
    width: 900px;
	height: auto;
	padding: 20px;
	padding-bottom: 40px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1000;
	background-color: #ffffff;
	border: 2px solid #d8d8d8;
	box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
}
#ol_investor_buttons .block fieldset{
	margin:0px;
}
#ol_investor_buttons .close_button a{
	font-weight: bold;
	float:right;
	color:#000000;
}
.block.interessensbekundung fieldset {
	border:none;
	width:100%;
	padding:30px 20px;
	float:none;
	background-color: #ffffff;
	border:2px solid #fa9010;
	-webkit-box-shadow: 2px 6px 8px -5px rgba(0,0,0,0.45);
	-moz-box-shadow: 2px 6px 8px -5px rgba(0,0,0,0.45);
	box-shadow: 2px 6px 8px -5px rgba(0,0,0,0.45);
	-moz-border-radius:8px 8px 0px 0px;
	-webkit-border-radius:8px 8px 0px 0px;
	border-radius:8px 8px 0px 0px;
	margin-bottom:50px;
}
.system_messages_wrapper .error a, 
.system_messages_wrapper .error span.form-required {
	color: #8c2e0b !important;
}
.system_messages_wrapper #ee-legal {
	font-size: 16px;
}
#pid-newsletter #main-content,
#pid-kontakt #main-content {
    width: 66.6666%;
    float: right;
}
.webform-component--pflichtfelder > p {
    padding-left: 30px;
}
.webform-client-form input.form-submit {
    max-width: initial !important;
}
.divtable{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0px 0px;
}
.datenschutz .divrow > div{
    display:table-cell;
     border-bottom:1px solid #000000;
     padding:10px;
}
.datenschutz .divrow > div:nth-child(3){
    width:150px;
}
.divrow > div:first-child{
	font-weight: 700;
	font-size: 1.25rem;
	color: #414141;
}
.datenschutz .divrow > div:first-child{
	font-weight: inherit;
	font-size: inherit;
	color:inherit;
}
.datenschutz .divrow.th{
  	font-weight: 700;
	color: #414141;  
}
.divrow > div:last-child{
}
.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 #000000;
}
.testimonial a {
    color: #fff;
    text-decoration: underline !important;
}
/********************** Infofenster **********************/
#offsite .content{
	position: relative;
}
#anlegerinformation {
	color: #000000;
	width: 70%;
	background-color: #ffffff;
	/* -webkit-box-shadow: none; */
}
.fancybox-content #content,
#anlegerinformation_content {
	background-color: #ffffff;
}
.fancybox-content h2,
#anlegerinformation_content h2 {
	font-size: 1.6rem;
	line-height: normal;
	text-align: center;
	margin-bottom: 50px;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 30px;
	color: #dc640c;
	font-weight: 600;
}
#anlegerinformation_content .flex_block {
	text-align: left;
	justify-content: space-between;
	margin-top: 20px;
	font-size: 0.7rem;
}
#page #anlegerinformation_content .flex_block > div {
	width: 48%;
	text-align: center;
	line-height: normal;
	font-size: 0.85rem;
	margin: 0 auto;
}
#page #anlegerinformation_content .flex_block > div img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	max-width: 100%;
}
#page #anlegerinformation_content .flex_block > div:first-child img {
	height: 45px !important;
	width: auto !important;
	display: block;
	margin-bottom: 15px;
	margin-top: 25px;
}
#page #anlegerinformation_content .flex_block > div:last-child img {
	height: 50px !important;
	width: auto !important;
	max-width: 100%;
	display: block;
	margin-bottom: 15px;
	margin-top: 20px;
}
.fancybox-content #button,
#anlegerinformation_button {
	text-align: center;
	margin-top: 20px;
	width: 220px;
	margin: 0 auto;
}
.fancybox-content #button a:before,
#anlegerinformation_button a:before {
	content: ' ';
	background-image: url(/sites/buergerbeteiligung.evh.de/public/content/buergerbeteiligung-evh-de_button-cursor-right-icon.png);
	display: inline-block;
	height: 40px;
	width: 40px;
	background-size: cover;
	position: absolute;
	left: 0px;
}
.fancybox-content #button a,
#anlegerinformation_button a {
	line-height: 40px;
	display: flex;
	justify-content: center;
	color: #fff;
	border-radius: 30px;
	position: relative;
	margin-top: 10px;
	padding-left: 40px;
	background-color: rgba(106, 162, 45, 1);
}
.fancybox-content #button a:hover,
#anlegerinformation_button a:hover {
	background-color: rgba(106, 162, 45, 0.7) !important;
	color: #fff !important;
}
#pid-node .fancybox-content{
	width: 70%!important;
	height: auto!important;
	padding-left: 10px!important;
	padding-right: 10px!important;
	background: #fff!important;
}
/********************** Infofenster Ende **********************/
.hidden_row {
	display: none !important;
}