body{
	font-family: 'Roboto Condensed', sans-serif;
	color: #565655;
	font-weight: 300;
	font-size: 16px;
}
a {
	text-decoration: none;
	font-weight: 400;
	color: #4f4f4f;
}
strong{
	font-weight: 500;
}
/*Basis*/
h1, h2, h2 a, h4{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:30px;
	text-decoration: none;
	color:#95c11a;
	margin-bottom: -10px;	
	font-weight: 400;
}
h1{
	font-size: 35px;
	}
h2{
	font-size: 25px;
	color:#565655;
	}
h3 {
	color:#565655;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: -10px;
}
/*Aufbau Header*/
header{
	height: auto;
}
/*Navigation Header Top*/

.header-navigation{
	height: 30px;
	width: 100%;
	margin-top:-14px;
}
.header-navigation a, .header-navigation a:hover{
	color: #565655;
}
.logo-box{
	width:calc(30% - 20px);
	float: left;
	margin-left: 20px;
	margin-top: -20px;
}
.menu-box{
	width:70%;
	float:right;
}
.logo {
    float: left;
    height: auto;
    width: 200px;
}
.top-navigation ul{
	margin-right: 2%;
}
.top-navigation ul li{
	float: right;
	display: inline;
	list-style-type: none;
	padding-right: 0;
	padding-left: 5px;
}
 .top-navigation-last::after {
	content: " |";
}
.top-navigation .border{
		border-left: 0px solid #4f4f4f;
}
.top-navigation a{
	text-decoration: none;
	color: #565655;
	font-size: 12px;
}
/*Main Navigation*/

.menue-bar{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
}
.logo-menue{
	float:left;margin-top: -19px;
}
.menue{
	float:left;margin-left: 350px;margin-top: -145px;
}
.mod_navigation{
	float:right;
}
.mod_navigation ul li{
	margin-left: 7px;
	margin-right: 7px;
	display: inline;
	list-style-type: none;
}
.mod_navigation ul li .first::after, .mod_navigation ul li .sibling::after,.mod_navigation ul li .active::after{
    margin-left: 7px;
	margin-right: 7px;
}

.mod_navigation ul{
	margin-top: 110px;
	width: 100%;
	font-weight: 400;
	text-transform: none;
}
.mod_navigation a{
	text-decoration: none;
	font-weight: 400;
	color: #514e4e;
	font-size: 15px;
}
.mod_navigation a:hover, .mod_navigation ul li .active::after, .mod_navigation ul li .active{
	color:#95c11a;
	font-weight: 400;
	font-size: 15px;
}
/*Content*/
#stage{
	margin-top: -15px;
	float:left;
	width: 100%;
	background-color: #95c11a;	
}

#stage-inner{
	background-size: cover;
	background-position: center;
	max-height: 300px;
	width: 50%;
	position: relative;
	background-color: #95c11a;
	margin-left: auto;
	margin-right: auto;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}

.green-teaser{color:#95c11a}

.vita{
	color: #95c11a;
	font-size: 30px;
	margin-bottom: 0;
	line-height: 22px;
}
.vita-h1{
 color: #565655;	
}
.vita-span{
	color: #95c11a;
	font-size: 18px;
	font-weight: 200;
}
.media--left img{
	padding-right: 15px;
}
.media--right img{
	padding-left: 15px;
}
.content-hyperlink::after{
	font-family: "Font Awesome 5 Free";
   	content: "\f35d";
   display: inline-block;
   padding-right: 3px;
    padding-left: 3px;
   vertical-align: middle;
   font-weight: 600;
   font-size: 0.6em;
   margin-top: -2px;
}
/*Info Button*/
.js-modal-open {
  width: 125px;
  height: 125px;
  margin-top: 0px;
  border: 5px solid #95c11a;
  background-color: #95c11a;
  border-radius: 50%;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
}
.js-modal-open .rte{
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
tr{
	height: 50px;
}
td{
	padding: 2px 3px;
	vertical-align: top !important;	
}
.ce_text ul li{
	list-style-type: none;
	margin-left: -40px;
	font-weight: 600;
}

/*Footer*/
#footer{
	color:#fff;
	height: 250px;
}
#footer .inside{
	background-color: #565655;
	padding-top: 30px;
	margin-top:0;
	min-height: 250px;
	padding-left: 25%;
	padding-right: 25%;
}
#footer a {
	color:#fff;
	font-weight: 200;
}
#footer ul{
	margin-top: 5px;
}
#footer ul li{
	list-style: none;
	line-height: 22px;
}
#footer p {
	line-height: 10px;
	font-weight: 300;
}
.footer-box{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;

}
.footer-box-left{
	float: left;
	width: 330px;
}
.footer-box-left .ce_text{
	/*padding-left: 55px;*/
}

.footer-box-center{
	float: left;
	width: 330px;
}
.footer-box-right{
	float: left;
	width: 330px;
}
/*Mobile Menue*/
.mobile-menue-display{
	display: none;
    
}
.mobil-slider{
	display:none;
}
/*Media Query*/
@media only screen and (max-width: 1400px) {
	  .logo-box {
	  width: calc(25% - 20px);
	  float: left;
	  margin-left: 20px;
	  margin-top: 36px;
	}
	.menu-box{
		width: 75%;
	}
	.mod_navigation ul {
	  font-size: 1em;
	}
}/*Ende 1400px*/
@media only screen and (max-width: 1330px) {
	h1{
		font-size: 30px;
	}
	.menu-box{
		width: 100%;
		float: left;
		margin-top: -100px;
	}
	.mod_navigation{
	  float: left;
	  width: 100%;
	}
	.mod_navigation ul{
		margin-left: -30px;
	}
	.js-modal-open {
	  width: 120px;
	  height: 120px;
	  margin-top: 0;
	  margin-left: 28%;
	  border: 5px solid #95c11a;
	  background-color: #95c11a;
	  border-radius: 50%;
	  color: #fff;
	  font-size: 0.95em;
	  font-weight: 400;
	}
	.js-modal-open .rte{
		margin-top: 18px;
		color:#fff;
	}
	.rte{
		padding-left: 2%;
		padding-right: 2%;
	}
}/*Ende 1330px*/
@media only screen and (max-width: 990px) {
		.mm-navbar span{
		color: #95c11a;
		font-weight: bold;
	}
	.dontshow{
		display:none;
	}
	.mm-navbar{
		padding-top: 10px;
	}
	.mm-navbar span::before{
		content: url('Fav-Icon.png');
		background-size: contain;
		display: block;
	}
	.termine{
		margin-left: -50px;
	}
	.content-text, .content-headline {
		padding: 0 10px;
	}
	.mm-navbar__title {
	  -webkit-box-flex: 1;
	  margin-bottom: 15px;
	}
	#container{
		padding-left: 1%;
		padding-right: 1%;
	}
	#stage-inner{
		display: none;
	}
	.display-mobile-no{
		display:none;
	}
	.mobil-slider{
	display:block;
	}
	.mobile-menue-display{
		display: block;
		margin-top: -70px;
		margin-left: 2%;
		padding-bottom: 20px;
	}
	.menu-box, .header-navigation{
		display:none;
	}
	.logo-box {
	  width:50%;
	  float: left;
	  margin-left: 25%;
	  margin-right: auto;
	  margin-top: 0;
	}
	.js-modal-open .rte{
		margin-top: 18px;
		color:#fff;
	}
	.rte{
		padding-left: 2%;
		padding-right: 2%;
	}
	#stage-inner{
	width: 80%;
	position: relative;
	background-color: #95c11a;
	margin-left: auto;
	margin-right: auto;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	}
}/*Ende 990px*/