:root {
  --haupttitel: 20px;
  --facttitel: 20px;
  --haupttitel2: 20px;
  --hauptlead: 14px;

}

@media screen and (min-width: 992px) {
:root {
  --haupttitel: 30px;
  --facttitel: 27px;
  --haupttitel2: 28px;
  --hauptlead: 18px;

}
}
@media screen and (min-width: 1280px) {
:root {
  --haupttitel: 40px;
  --facttitel: 34px;
  --haupttitel2: 28px;
  --hauptlead: 20px;

}

}

html {
	/*overflow-x:hidden;*/
}
@font-face {
  font-family: 'Barlow Regular';
  src: url(../fonts/Barlow-Regular.ttf);
}
@font-face {
  font-family: 'Barlow Bold';
  src: url(../fonts/Barlow-Bold.ttf);
}
@font-face {
  font-family: 'Barlow Light';
  src: url(../fonts/Barlow-Light.ttf);
}
strong {
	font-weight:normal;
	font-family: 'Barlow Regular', sans serif;
}
body {
	font-family: 'Barlow Light', sans serif;

	color:#555054;
}
.maincontent, .maincontentfooter {
	margin:0 auto;
	padding:0 60px;
	max-width:1500px;
	overflow:hidden;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Barlow Regular', sans serif;
	font-weight:normal;
}
h2 {
	font-size:34px;
	line-height:44px;
}
h3 {
	font-size:26px;
	line-height:34px;
}
.frame-altstandard, .altstandard {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	padding-left:30px;
	position:relative;
}
.altstandard {
	width:790px;
}
.frame-altstandard h2 {

}
.frame-altstandard h2:before {
	content: '';
    position: absolute;
    left: 0px;
    top: 20px;
    /* bottom: 0; */
    right: 0;
    width: 30px;
    height: 1px;
    transform: rotate(-70deg);
    background: #555054;
}
.frame-altstandard h5 {
	line-height: 28px;
    font-size: 20px;
}
a, a:active {
	color:#555054;
}
a:focus, a:hover {
	color:#80c296;
	text-decoration:none;
}
.maincontent .frame p a {
	color:#80c296;
}
.maincontent .frame p a:hover {
	color:#555054;
}
.maincontent .frame p a.pfeil {
	padding-left:50px;
	position:relative;
	margin-bottom:20px;
	color:#555054;
}
.maincontent .frame p a.pfeil:hover {
	padding-left:50px;
	position:relative;
	margin-bottom:20px;
	color:#80c296;
}
.maincontent .frame p a.pfeil:before {
	position:absolute;
	content:"";
	left:0;
	top:2px;
		display:inline;
		width:40px;
		height:15px;
	  -webkit-mask: url('../../fileadmin/icons/Pfeil.svg') no-repeat 50% 50%;
	  mask: url('../../fileadmin/icons/Pfeil.svg') no-repeat 50% 50%;
	  -webkit-mask-size: cover;
	  mask-size: cover;
	  background:#555054;
}
.maincontent .frame p a.pfeil:hover:before {
	background:#80c296;
}



#logo {
	max-width:500px;
	margin:30px 0;
	position:absolute;
	z-index:1000;
}
.image-embed-item {
	max-width: 100%;
    height: auto;
}
.header {
	height:110px;
}
.header:before{
	content:"";
	position:absolute;
	border-bottom: 1px solid #c5c0c4;
	width:100%;
	left:0;
	top:110px;
	z-index:1;
}
.headerC1.header:before {
	border:none;
}
.frame-sliderflag {
	position:relative;
}
.frame-sliderflag h2 {
	position:absolute;
	right:120px;
	background:#80c296;
	width:100px;
	z-index:2;
	color:#fff;
	text-align:center;
	padding:10px;
	height:150px;
	width:150px;
	font-size:var(--hauptlead);
	padding-top:60px;
	line-height:30px;

}

.frame-sliderflag h2 a {
	color:#fff !important;
}
.frame-sliderflag h2:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
	right:0;
    width: 150px;
    height: 100px;
    background:#80c296;
    transform: skewY(25deg);
    transform-origin: top left;
	z-index:-1;
	transition:transform 0.3s;
}
.frame-sliderflag:hover h2 {

}
.frame-sliderflag:hover h2:after{
	transform: skewY(10deg);

}








.tx-ws-flexslider:before {
	content:"";
	position:absolute;
	border-bottom: 1px solid #fff;
	width:100%;
	left:0;
	top:110px;
}
.flexslider {
	border:none !important;
}
.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
	opacity:1 !important;
	right:-50px !important;
}
.flexslider:hover .flex-direction-nav .flex-prev {
left:-50px !important;
}

.flex-direction-nav a.flex-next:before, .slick-slider .slick-next:before {
  content:"" !important;
  width:14px;
  height: 40px;
  display: inline-block;
  content: '';
  -webkit-mask: url('../../fileadmin/icons/Rechts.svg') no-repeat 50% 50%;
  mask: url('../../fileadmin/icons/Rechts.svg') no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background:#555054;
}
.flex-direction-nav a.flex-prev:before, .slick-slider .slick-prev:before {
  content:"" !important;
  width:14px;
  height: 40px;
  display: inline-block;
  content: '';
  -webkit-mask: url('../../fileadmin/icons/Links.svg') no-repeat 50% 50%;
  mask: url('../../fileadmin/icons/Links.svg') no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background:#555054;
}
.flex-direction-nav a.flex-prev:hover:before, .flex-direction-nav a.flex-next:hover:before, .slick-slider .slick-next:hover:before, .slick-slider .slick-prev:hover:before {
	background:#80c296;
}

.flex-direction-nav a {
    width: 50px !important;
    height: 50px !important;
    margin: -25px 0 0 !important;
}
.flex-control-nav {
	bottom:10px !important;
}
.flex-control-paging li a {
	background:rgba(255,255,255,0.7) !important;
	height:15px !important;
	width:15px !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}
.flex-control-paging li a.flex-active {
	background:rgba(255,255,255,1) !important;

}
.slick-dots li button:before {
	content:"";
	width: 15px !important;
    height: 15px !important;
    display: block;
    background: #666;
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	opacity:.5 !important;
}
.slick-dots li.slick-active button:before {
	opacity:1 !important;
}
   /* the slides */
  .slick-slide {
    margin: 0 5px;
  }
  /* the parent */
  .slick-list {
    margin: 0 -5px;
  }
.frame-primary {
	position:relative;
	margin-bottom:260px;
}
.frame-primary h2 {
	font-size:var(--haupttitel);
}
.frame-primary h3 {
	font-size:var(--hauptlead);
	line-height:28px;
	font-family: 'Barlow Light', sans serif;
}
.frame-primary header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#80c296;
    transform: skewY(-5deg);
    transform-origin: top left;
	z-index:-1;
}
.frame-primary header {
	position:absolute;
	bottom:-200px;
	background:#80c296;
	z-index:100;
	color:#fff;
	padding:15px 300px 60px 400px;

}
.frame-primary header:after {
	content: '';
    position: absolute;
    left: 110px;
    top: -102px;
    bottom: 0;
    transform-origin: 100% 100%;
    /* bottom: 60px; */
    width: 300px;
    height: 2px;
    transform: rotate(-70deg);
    background: #fff;
}
.factgrid {
	width:90%;
	margin:auto;
}
.factgrid h2 {
	font-size:var(--facttitel);
	margin:0;
}
.factgrid h3 {
	font-size:17px;
}
.factgrid .col > div {
	width:80%;
	margin:auto;

}
hr.ce-div {
	border:none;
}

.tx-ws-flexslider .caption-text {
	position:relative !important;
	width:100% !important;
	left:0 !important;
	top:0 !important;
}
.tx-ws-flexslider .caption-text .caption-title {
	display:none;
}
/* Owner-Grid */

.ownergrid {
	margin-top:30px;
}
.ownergrid .ce-gallery {
	float:none;
}
.ownergrid img {
	height:75px;
	width:auto;
}
.ownergrid .ce-bodytext:before {
	content:" ";
	border-top:2px solid #c5c0c4;
	margin:20px 0;
	display:block;
}

#faqbutton {
	width: 150px;
    margin-top: -125px;
    z-index: 10;
    position: absolute;
    right: 20%;
    transform: rotate(10deg);

}
#faqbutton img {
	transition:all .2s ease;
}
#faqbutton img:hover {

	transform:scale(1.2);
}
/* Tab V1*/
.tab-v1 {
	width:760px;
	margin:auto;
	padding-left:30px;
}
.tab-v1 .nav-tabs {
	border:none;
}

.tab-v1 .nav-tabs .nav-link {
	border:none;
	border-radius:0;
	background:#555054;
	color:#fff;
}
.nav-tabs .nav-item {
	width:33.33%;
}
.nav-tabs .nav-item {
	border-left:4px solid #fff;
	border-right:4px solid #fff;
}
.nav-tabs .nav-item:first-child {
	border-left:0;
}
.nav-tabs .nav-item:last-child {
	border-right:0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background:#80c296;
}

.tab-v1 .card-header i.alt-plus:before{
	content:"";
	display:block;
	width:21px;
	height:21px;
	-webkit-mask: url('../../fileadmin/icons/Plus.svg') no-repeat 50% 50%;
	mask: url('../../fileadmin/icons/Plus.svg') no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;
	background:#555054;
	position:absolute;
	left:0;
	top:17px;
}
.tab-v1 .card {
	border:none;
	border-radius:0;
}
.tab-v1 .card-header {
	background:transparent;
	border-bottom:2px solid #c5c0c4;
	font-size:20px;

}
.tab-v1 .card-header {
	background:transparent;
	border-bottom:2px solid #c5c0c4;
	padding: 5px 15px;


}
.tab-v1 .card-header .btn-link {
	color:#555054 !important;
	font-size:20px;
	padding;3px 10px;
}
.tab-v1 .card-header i.alt-minus:before{
	content:"";
	display:block;
	width:21px;
	height:1px;
	-webkit-mask: url('../../fileadmin/icons/Minus.svg') no-repeat 50% 50%;
	mask: url('../../fileadmin/icons/Minus.svg') no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;
	background:#555054;
	position:absolute;
	left:0;
	top:28px;
}
.tab-v1 .tab-content {
	margin-top:15px;
}
.tab-v1 .card-body {
	padding-left:28px;
}
.tab-v1 .card-body h2 {
	display:none;
}


/* PageTeaser */
.pageteaser {
	position:relative;
	border-left:15px solid #fff;
	border-right:15px solid #fff;
	margin-bottom:180px;
}
.pageteaser:before, .pageteaser:after {
	content: "";
    display: block;
    position: absolute;
    top: 200px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: #eceaeb;
    transform: skewY(-3deg);
    transform-origin: top left;
    z-index: -1;
}
.pageteaser:after {
    top: 230px;
    transform: skewY(-1deg);
}
.pageteaser .page > div{
	background:#fff;
}
.pageteaser .pagecontent {
	padding:30px 30px 30px 50px;
	min-height:210px;
	position:relative;
}
.pageteaser .pagecontent h3 {
	font-size:var(--haupttitel2);
}
.pageteaser .pagecontent h3:before {
    content: '';
    position: absolute;
    left: 25px;
    top: 45px;
    /* bottom: 0; */
    right: 0;
    width: 30px;
    height: 1px;
    transform: rotate(-70deg);
    background: #555054;
}
.pagecontent a:hover {
	color:#555054;
}

.pageteaser span.more {
	display:block;
	width:40px;
	height:15px;
	  -webkit-mask: url('../../fileadmin/icons/Pfeil.svg') no-repeat 50% 50%;
  mask: url('../../fileadmin/icons/Pfeil.svg') no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background:#555054;
}
.pageteaser span.more:hover {
background:#80c296;
}
/* Image Teaser */
.imageteaser .frame {
	position:relative;
	overflow:hidden;
}
.imageteaser .frame:hover {
	cursor:pointer;
}
.imageteaser .ce-image {
	margin-top:-10px;
}
.imageteaser header:before {
    content: "";
    display: block;
    position: absolute;
    top: -500px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#80c296;
    transform: skewY(-5deg);
    transform-origin: top left;
	transition:top 1s;
	opacity:.8;
	z-index:1;
}
.imageteaser .frame:hover header:before {
	top:-35px;
}
.imageteaser h2 a {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	z-index:1;
	color:#eceaeb;

}
.imageteaser .col:first-child {
	padding-right:5px;
}
.imageteaser .col:last-child {
	padding-left:5px;
}
.imageteaser {
	margin-bottom:100px;
}

/*NEWS*/

.newsteaser h5 {
	padding-left:55px;
	position:relative;
	margin-bottom:20px;
}
.newsteaser h5:before {
	position:absolute;
	content:"";
	left:0;
	top:5px;
		display:inline;
		width:40px;
		height:15px;
	  -webkit-mask: url('../../fileadmin/icons/Pfeil.svg') no-repeat 50% 50%;
	  mask: url('../../fileadmin/icons/Pfeil.svg') no-repeat 50% 50%;
	  -webkit-mask-size: cover;
	  mask-size: cover;
	  background:#555054;
}
.newsteaser  h5:hover:before {
background:#80c296;
}

.news-list-item span.more {
	display:block;
	width:40px;
	height:15px;
	-webkit-mask: url('../../fileadmin/icons/Pfeil.svg') no-repeat 50% 50%;
	mask: url('../../fileadmin/icons/Pfeil.svg') no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;
	background:#555054;
}
.news-list-item span.more:hover {
background:#80c296;
}
.news-list-item a:hover, .news-list-item a:focus {
	color:#555054;
}

.newsteaser .newscontent, .news-list-view .newscontent {
	padding:30px;
	min-height:210px;
	position:relative;
}
.newsteaser .newsimage .newsdate, .news-list-view  .newsimage .newsdate {
	position:absolute;
	top:0;
	right:40px;
	background:#80c296;
	width:100px;
	z-index:2;
	color:#fff;
	text-align:center;
	padding:10px;
	height:100px;
}
.newsteaser {
	position:relative;
	margin-bottom:100px;
}
.newsteaser:before, .newsteaser:after, .slickcontainer:before, .slickcontainer:after {
	content: "";
    display: block;
    position: absolute;
    top: 200px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: #eceaeb;
    transform: skewY(3deg);
    transform-origin: top left;
    z-index: -1;
}

.newsteaser:after, .slickcontainer:after {
    top: 230px;
    transform: skewY(1deg);
}
.newsteaser.overview:after {
	height:800px;
}
.slickcontainer {
	position:relative;
	margin-bottom:100px;
}
.slickcontainer:before {
	top:30px;
}
.slickcontainer:after {
	top:100px;
}

.newsteaser .newsimage .newsdate:after, .news-list-view  .newsimage .newsdate:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
	right:0;
    width: 100px;
    height: 50px;
    background:#80c296;
    transform: skewY(25deg);
    transform-origin: top left;
	z-index:-1;
}
.newsteaser .newsimage .newsdate p, .news-list-view .newsimage .newsdate p {
	margin-bottom:0;
}
.newsteaser .newsimage .newsdate p.day, .news-list-view .newsimage .newsdate p.day{
font-family: 'Barlow Bold';
font-size:20px;
}
.newsteaser .newscontent, .news-list-view .newscontent  {
	background:#fff;
}
.newsteaser .newscontent .lead, .news-list-view .newscontent .lead {
	font-size:1rem;
}
.news-list-item {
	margin-bottom:30px;
}
/* Navbar */


.navbar {

    float: right;
    margin:0;
	padding:0;
}

.navbar-brand {
    margin: 0;
    display: none;
}
.news-single a.newsback {
	margin-top:-25px;
	margin-left:50px;
}
.news-single a.newsback:before {
	position: absolute;
    content: "";
    left:15px;
    top: 5px;
    display: inline;
	width:40px;
	height:15px;
	  -webkit-mask: url('../../fileadmin/icons/Pfeil.svg') no-repeat 50% 50%;
	  mask: url('../../fileadmin/icons/Pfeil.svg') no-repeat 50% 50%;
	  -webkit-mask-size: contain;
	  mask-size: contain;
	  background:#555054;
	  transform:rotate(180deg);

}
.news-single a.newsback:hover:before {
	background:#80c296;
}
.news-single .thumbnail{
	margin:15px 0;
}
.news-single .thumbnail .carousel-caption {
	bottom:0;
	left:0;
	right:0;
	background:rgba(255,255,255,0.75);
	color:#000;
	padding:15px 5px;
	font-weight:600;
}
.news-single .thumbnail .carousel-caption p {
	margin-bottom:0;
}
.ce-gallery figcaption {
	margin-top:10px;
}


.navbar-nav {
	flex-direction:inherit;
	justify-content: space-between;
	position:relative;
}
.navbar-nav>.nav-item  {
	width:24%;
}



	.navbar-collapse {
display:block;

}

.navbar .collapsing {

	/*right:-50px !important;*/
	height: calc(100vh + 50px) !important;
  -webkit-transition: all 0;
  -moz-transition: all 0;
  -ms-transition: all 0;
  -o-transition: all 0;
  transition: all 0;

}


.navbar-toggler:hover + #currentpage {
    color: #e6e6e6;
}

.navbar-collapse.show {
	color:#fff;
    /*transition: ease all .2s;*/
	right:-50px !important;
}

.navbar-light .navbar-toggler, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:active {
	z-index:1000;
	border: none;
    border-radius: 0;
    padding: 0;
    margin-top: 65px;
	outline:none;
}

.navbar-light:hover, .navbar-toggler:hover {
    cursor: pointer;
    color:#80c296;
    border-color:#80c296;
}

.navbar-light .navbar-toggler:after {
    transition: ease all .2s;
    font-family: "Fontawesome";
    /*content: '\f0c9';*/
}



    #navbarNavDropdown{
        width:100vw;
        position: fixed;
        top: 0 !important;
        bottom: -100vh;
		left:100vw;
        padding: 110px 0px;
        background-color:#80c296;
        overflow-y: scroll;
        overflow-x:hidden;
        transition: all ease-in 0.2s;
		z-index:110;
    }
	#navbarNavDropdown > .container {
		padding:0;
	}
	#navbarNavDropdown .maincontent {
		margin-top:70px;
	}
.dropdown-menu {
	display:block;
}
.menuimage {
	padding-bottom:10px;
	border-bottom:1px solid #fff;
	margin-bottom:20px;
}
.menuimage.current {
	border-bottom:6px solid #fff;
	padding-bottom:8px;
}
.menuimage:after {
	position:absolute;
    left:0;
    content: " ";
    display:block;
    height:11px;
    border-bottom: 1px solid #fff;
    width:110%;
}
.nav-item.dropdown:last-child .menuimage:after {
	width:100%;
}

.navbar-toggler .icon-bar {
    background-color: #555054;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}

.navbar-toggler:hover .icon-bar {
    background-color: #80c296;
    color: #e6e6e6;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
}

.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}

.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .5s;
}

.navbar-toggler:hover > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .5s;
}

.navbar-toggler:active > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .5s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(6px, 5px);
    transition: ease all .5s;
    background-color: #fff;
    width: 25px

}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all .5s;
    background-color: #fff;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -4px);
    transition: ease all 0.5s;
    background-color: #fff;
    width: 25px;

}

.navbar-toggler:not(.collapsed){
    /*position: fixed;
    top: 170px;
    right:50px;*/
}



.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    font-family: Barlow Regular;
    color: #fff;
    font-size:var(--haupttitel);
    padding: 0;
    margin-top: 5px;
}

div.navbar-collapse.collapse.show{
    background-color: #ECEAE5;
}

.dropdown-menu {
    background: transparent;
    border: none;

}

.navbar-light .navbar-nav .dropdown-menu .nav-link:hover, .navbar-light .navbar-nav .dropdown-menu .nav-link:focus {
    border-bottom:1px solid #fff;

}
.navbar-light .navbar-nav .nav-link.dropdown-toggle:hover, .navbar-light .navbar-nav .nav-link.dropdown-toggle:focus {
    border-bottom:none;
	color:#fff;

}

.dropdown-menu .nav-item .nav-link {
	font-size:var(--hauptlead) !important;
	display: inline;
    padding-bottom: 3px !important;
}
.dropdown-menu .nav-item.current .nav-link {
	border-bottom:1px solid #fff;
}

.navbar-light .navbar-nav .dropdown-menu .nav-link:focus, .navbar-light .navbar-nav .dropdown-menu .nav-link:hover {
    opacity: 1;
}

.dropdown-toggle::after {
    display: none;
}

#navbarNavDropdown {
    /*transition: width 0.5s ease-in;*/
}

footer.footer {
	margin-top:100px;
	border-top: 1px solid #c5c0c4;
	padding:30px 0 15px 0;
}
.timeline .phase .frame {
	position:absolute;
	width:50%;
	right:40px;
	top:40%;

}
.timeline .phase h2 {
	/*transform: rotate(-90deg);
    transform-origin: 100% 0;*/
	top: 50%;
	  left: 100%;
	  background: #DDD;
	      -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform:  translateX(-50%) translateY(-50%) rotate(-90deg);
    position: absolute;
    background: #555054;
    color: #fff;
	line-height:18px;
    height: 30px;
    padding: 5px 100px;
    font-size: 16px;
	white-space: nowrap;
    /* margin-top: 50%;*/
}
.timelinedate, .timeline {
	background:#eceaeb;
}


.timeline .phase h3, .timeline .phasedetails h2 {
	font-size:16px;
	margin:0;
}
.timeline .phase p, .timeline .phasedetails h3 {
	font-size:30px;
}
.timeline .phase .frame {
	border-bottom:1px solid #555054;

}

.timeline .phasedetails .ce-bodytext p, .timeline .phasedetails .ce-gallery {
	display:none;
}
.timeline .phasedetails .ce-bodytext p:first-child {
	display:block;
}
.timeline .phasedetails .ce-bodytext p .more {
	content:"";
	-webkit-mask: url('../../fileadmin/icons/Plus.svg') no-repeat 50% 50%;
	mask: url('../../fileadmin/icons/Plus.svg') no-repeat 50% 50%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background:#555054;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 30px;
    left: 0;

}
.timeline .phasedetails .ce-bodytext p .more.open {
	-webkit-mask: url('../../fileadmin/icons/Minus.svg') no-repeat 50% 50%;
	mask: url('../../fileadmin/icons/Minus.svg') no-repeat 50% 50%;
	margin-top:5px;
	bottom:20px;
}
.timelinedate h2 {
	font-size:20px;
	margin:0;
	line-height:inherit;
}
.timelinedate .phasedetails .frame-phasedate header {
	background: #555054;
    color: #fff;
    display: inline-block;
    padding: 40px 15px;
	margin:50px 0 15px 0;
	width:100px;
	text-align:center;
	position:relative;
	z-index:2;
}
.timelinedate ~ .timelinedate .phasedetails .frame-phasedate header {
	margin:15px 0;
}
.timelinedate.last .phasedetails .frame-phasedate header{
	margin:15px 0 50px 0;
}

.timelinedate .phasedetails .frame-phasedate header:hover, .timelinedate .phasedetails .frame-phasedate header.active {
	background:#80c296;
	cursor:pointer;

}
.timelinedate .phasedetails .frame-phasedate header.active {
margin-bottom:50px;
}
.timelinedate .phasedetails .frame-phasedate header.active:after {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #80c296;
    transform: skewY(15deg);
    transform-origin: top left;
    z-index: -1;
}


.timeline .phasedetails .frame {
	margin-left:100px;
	position:relative;
	padding-bottom:50px;
	width:80%
}
.timeline .phasedetails .frame:after{
	position:absolute;
	left:-55px;
	top:30px;
	content:" ";
	height: 12px;
	width: 12px;
	background-color: #80c296;
	border-radius: 50%;
	display: inline-block;
	z-index:2;
}
.timeline .phasedetails .frame:before, .timelinedate .phasedetails .frame:before {
	content:" ";
	height:100%;
	border-right:1px solid #c5c0c4;
	left:-50px;
	top:0;
	position:absolute;
	z-index:1;
}
.timelinedate .phasedetails .frame:before {
	left:65px;
}
.timeline {
	display:none;
}
.showtime {
	display:flex;
}
.timelinedate .phasedetails .frame-phasedate header:hover {
	background:#80c296;
	cursor:pointer;
}

@media screen and (min-width: 768px) {
    .navbar-collapse > .container {
        padding: 10px 0;
    }

}
@media screen and (max-width: 1400px) {
		.frame-primary header {
	padding: 35px 150px 50px 200px;

}

.frame-primary header:after {
    left: -40px;
    top: -75px;
    width: 260px;
    height: 2px;

}

}
@media screen and (max-width: 992px) {
	#navbarNavDropdown .maincontent {
		margin-top:0;
	}
	.frame-primary header {
	padding:30px;

}
.frame-altstandard, .altstandard {
		width:100%;
		padding:20px;
	}
	.frame-altstandard h2:before, .frame-primary header:after  {
		display:none;
	}
	.frame-primary header {
		bottom:-100px;
	}
	.frame-primary {
		margin-bottom:160px;
	}
	#faqbutton {
	width: 120px;

}

}

@media screen and (max-width: 768px) {
	h2 {
		font-size:30px;

	}
	.factgrid h2{
		line-height:32px;
	}
	.factgrid h3 {
		font-size:13px;
		line-height:20px;
	}
	.factgrid  .row {
		margin-bottom:15px;
	}
	.tab-v1 {
		width:100%;
		padding:15px;
	}
	.tab-v1 .nav-tabs .nav-item {
		width:100%;
		border:none;
		margin-bottom:5px;
	}
	.tab-v1 .card-header .btn-link {
		white-space:normal;
		text-align:left;
	}
	.frame-sliderflag {
		display:none;
	}
	.imageteaser, .pageteaser, .newsteaser {
		margin-right:0;
		margin-left:0;
	}
	.pageteaser {
		margin-bottom:15px;
	}
	.maincontent>.frame-primary {
		/*margin-top:60px;*/
	}
	.flexslider {
		margin-top:60px !important;
		margin-bottom:0px !important;
	}
	.header {
		height: 60px;
    position: fixed;
    width: 100%;
    z-index: 2000;
    background: #fff;
	top:0;
	}
	.header:before{
		display:none;
	}
	.frame-altstandard, .altstandard {
		width:100%;
		padding:20px;
	}
	#logo {
		max-width:160px;
		margin:20px 15px;
	}
	.timelinedate .phase,  .timeline .phase {
		display:none;
	}
	.timeline .phasedetails .frame {
		padding-right:15px;
	}
	.timelinedate .phasedetails .frame-phasedate header {
		width:70px;
		margin:15px;
		height:85px;
	}
	.timelinedate ~ .timelinedate .phasedetails .frame-phasedate header {
		margin:15px;
	}
	.timelinedate .phasedetails .frame-phasedate header h2 {
		font-size:20px;
	}
	.timelinedate .phasedetails .frame-phasedate header {
		padding: 22px 15px;
    height: 75px;
	}
	.timeline .phase p, .timeline .phasedetails h3 {
		font-size:30px;
	}
    .maincontent, .maincontentfooter {
		max-width:100%;
		padding:0;
		margin-bottom:70px;
	}
	#navbarNavDropdown {
		padding-top:70px;
	}
	#navbarNavDropdown .maincontent {
		padding:0 15px;
	}
	.navbar-nav {
		display:inherit;
	}
	.navbar-nav>.nav-item {
		width:100%;
	}
	.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
		font-size:var(--haupttitel);
	}
	.dropdown-menu .nav-item .nav-link {
		font-size:var(--hauptlead) !important;
	}
	.navbar-light .navbar-toggler, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:active {
		margin-top:20px;
		margin-right:15px;
	}

	.menuimage {
		display:none;
	}
	.frame-primary {
		margin-bottom:200px;
	}
	.frame-primary header {
		padding:15px;
		bottom:-160px;
	}
	.frame-primary h2 {
		font-size:var(--haupttitel);
	}
	.frame-primary h3 {
		font-size:var(--hauptlead);
		line-height:20px;
		font-family: 'Barlow Light', sans serif;
	}
	.frame-primary header:after {
		display:none;
	}
	.flex-direction-nav {
		display:none;
	}
	.pageteaser {
		border:none;
	}
	.pageteaser .pagecontent {
		margin-bottom:15px;


	}
	.pageteaser>.col-12{
		padding:0;
	}
	.imageteaser>.col-12 {
		padding:0;
	}
	.news-list-item {
		padding:0;
	}
	footer .row {
		margin-left:0;
		margin-right:0;
	}
	footer {
		position:fixed;
		background:#fff;
		width:100%;
		bottom:0;
		height:50px;
		font-size:11px;
		padding:15px 0 !important;
		z-index:1000;
	}

	div[class^="frame-space-"], div[class*=" frame-space-"] {
    margin-bottom:5px;
	margin-top:5px;
}
.altstandard div[class^="col-"], .altstandard div[class*=" col-"] {
	padding:0;
}

}




.klaro.we_cookie_consent .cookie-modal .cm-btn.cm-btn-info.cm-btn-accept,
.klaro.we_cookie_consent .cookie-notice .cn-body p.cn-ok .cm-btn.cm-btn-success,
.tx-we-cookie-consent a.btn-primary
{
	background:#80c296 !important;
}
.tx-we-cookie-consent a.btn-primary {
	color:#fff !important;
	border-color: #80c296 !important;
}
svg#flaeche .a, svg#wohn .a, svg#prozess .a {
	transition:all 0.3s;
}
svg#flaeche:hover .a {
	  transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);

}
svg#wohn:hover .a {
	transform-origin: top right;
	  transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);

}

svg#prozess:hover .a {
	transform-origin: bottom left;
	  transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);

}
