html, body{
	background-color: #FFF;
	font-family: Roboto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	border: none;
	text-decoration: none;
}

.header{
	width:100%; height: 80px; margin: 0 0 0 0;  padding: 0 0 0 0; position: fixed; top:0; z-index: 9; background-color: white; 
}

.header img{
	float: left; position: absolute; margin-top:auto; margin-top: 0; height:80px; width: auto; margin-left:50px; object-fit: fill;
	
}
.headerR{
	float: right; position: absolute; right: 50px; width:auto;
}
.headerE{
	float: left; position: static; margin-left: 20px; clear: right; margin-top:28px; margin-bottom: auto; font-size: 20px; font-weight: 500;
}
a {
		text-decoration: none; color: black;
	}
.mobileheaderEC{
	height:0px; visibility: hidden; margin-top:-50px;
}
.headermobil img{
	margin-top: 50px; height: 0px;
}


@media screen and (orientation:portrait){
	.header{
		visibility: hidden;  
	}
	
	.headermobil{
		visibility: visible; width:100%; height: 80px; margin: 0 0 0 0;  padding: 0 0 0 0; position: fixed; top:0; z-index: 7; background-color: white;
	}
	.headermobil img{
	float: left; position: absolute; margin-top:auto; margin-top: 0; height:80px; width: auto; margin-left:50px; object-fit: fill;
	}
	
	.menu-btn{
		position: relative; display: flex; justify-content: center; align-items: center;width: 80px; height: 80px; cursor: pointer; transition: all .5s ease-in-out; z-index: 9;	
	}
	.menu-btn_burger{
		width: 50px; height: 6px; background: black; border-radius: 5px; transition: all .5s ease-in-out;
	}
	.menu-btn_burger::before,
	.menu-btn_burger::after{
		content:'';
		position: absolute;
		width: 50px;
		height: 6px;
		background: black;
		border-radius: 5px;
		transition: all .5s ease-in-out;
	}
	
	.menu-btn_burger::before{
		transform: translateY(-16px);
	}
	.menu-btn_burger::after{
		transform: translateY(16px);
	}
	
	/* Animation*/
	
	.menu-btn.open .menu-btn_burger{
		transform: translateX(-50px);
		background: transparent;
	}
	.menu-btn.open .menu-btn_burger::before{
		transform: rotate(45deg) translate(35px, -35px);
	}
	.menu-btn.open .menu-btn_burger::after{
		transform: rotate(-45deg) translate(35px, 35px);
	}
	
	
	.mobilemenuB{
		position: fixed; height: 100%; width: 100%; background: black; z-index: 5; opacity : 50%; transition: all .5s ease-in-out;
	}
	
	.mobilemenu{
		position: fixed; height: 100%;  width: 50%; background: white; z-index: 5; opacity: 200%; float: right; right: 0px; transition: all .5s ease-in-out;
	}
	
	.menuclosed{
		transform: translateX(100%); opacity: 0%; transition: all .5s ease-in-out;
	}
	
	.mobileheaderEC{
		position: relative; float: left; height: 60%; width: 100%;  margin-bottom: auto; margin-top: auto; top: 20%; visibility: visible;
	}
	
	.mobileheaderE{
		position: relative; height: 20%; margin-left: 50px; font-size: 40px; font-weight: 500;
	}
}


.main{
	height:100%; width: 100%; overflow: hidden; position: relative; background-color: white; top:80px;
}
.main img{
	height:100%; width: 100%; margin-top:-80px; position: relative; top:0px; vertical-align: top; overflow: hidden;
	
}
.mainH{
	float: left; margin-left: 50px; position: absolute; top:0px; font-size: 130px; font-height: 20px; font-weight:300; width: 65%;
	
}
.main a{
	position:fixed;bottom: 40px;left: 45px;display:block;text-align:center;opacity: 1;background-color: #35a936;color:#ffffff;font-size: 25px;overflow:hidden;z-index:20000;width: 180px;height: 110px;border-radius:4px 4px 4px 4px;text-decoration:none;padding:10px;line-height:1.4;
}

.mainT{
	float: left; position:absolute; margin-left: 50px; bottom:300px; font-size: 30px; width: 35%; text-align: left; font-weight: 300;
}


.mainmobil{
	 height: 0px; width: 0px; overflow: hidden; visibility: hidden;
}




@media screen and (orientation:portrait){
	.main{
		visibility: hidden; height: 0px;
	}
	.mainmobil{
		margin-top: 0; margin-top: 80px;
	 	position: relative; height: 120%; width: 100%; overflow: hidden; visibility: visible; background-color: white;
	}
	
	.mainmobil img{
		height:100%; width: 100%; margin-top:80px; position: relative; top:0px; vertical-align: top; overflow: hidden; transform: translateY(70px);
		
	}
	.mainmobilHC{
		height: 15%; background-color: white; position: absolute; top:0%; font-size: 40px;  width: 100%; text-align: center;
	}
	.mainmobilH{
	margin-top: 3%;
	font-size: 70px; 
	vertical-align: top;
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
	width: 90%;
	}
	
	.mainmobilTC{
		height: 35%; background-color: white; position: absolute; top:75%; font-size: 40px;  width: 100%; 
	}
	.mainmobilT{
		margin-top: 10%;
		width: 80%;
		position: relative;
		vertical-align: top;
  		display: block;
  		margin-left: auto;
  		margin-right: auto;
	}
	
}


.news{
	height: auto; width: 100%; position: relative; background-color: #A2C219; z-index: 3;
}
.newst{
	height: auto; width: 80%;  font-size: 30px; font-weight:400; 	
	margin: 10px auto; text-align: center;
}

@media screen and (orientation:portrait){
	.news{
	margin-top: 120px;
	}
}

.box{
	height: 5px; width: 100%; background-color: black;
}




.praxisshow{
	
	background-image: url("20150804_103051.jpg"); position: relative; z-index: 4; top: 0px; height:100%; margin-top: 500px;
	
}
.slideshow a {
	text-decoration: none; color: #A2C219;
}
.slideshow { 
	width: 100%;
	height: 60%;
	height: 550px;
	overflow: hidden;
	background-image: url("ssh.png");
	background-repeat: no-repeat;
	background-position: -0;
	background-position: 30%;
	background-size: cover;
	color: #FFF;
	

	}
.middle{
	top: 20%;
	left:0;
	
	position: relative;
	transform: translateX(-50%, -50%);
}
.navigation{
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	
}

.bar{
	width: 50px;
	height: 10px;
	border:2px solid #A2C219;
	margin: 6px;
	cursor: pointer;
	transition: 0.4s;
}

.bar:hover{
	background: #A2C219;
}

input[name="q"]{
	position: absolute;
	visibility: hidden;
}

.praxisslides{
	backdrop-filter: grayscale(1) blur(5px) contrast(70%) brightness(50%);
	width:400%;
	height:100%;
	display: flex;
}
.praxisslidetext{
	position: absolute; top: 50px; z-index: 5; margin-left: 10%; font-weight: 200; font-size: 20px; line-height: 30px;
}

.praxisslide{
	width: 25%;
	transition: 0.6s;
	font-weight: 200;
	font-size:20px;
	height: 100%;
	background-color: red;
}
.praxisslide img{
	width: 110%;
	height: 110%;
	margin-top: 0;
	overflow: hidden; 
	object-fit: cover;
	transform: translateY(0%);
	
}

.center {
	vertical-align: top;
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 50%;
	margin-top: -20%;
}

.praxisslide img{
	width: 100%;
	height: 100%;
}



#q1:checked ~ .q1{
	margin-left:  0;
}
#q2:checked ~ .q1{
	margin-left:  -25%;
}
#q3:checked ~ .q1{
	margin-left:  -50%;
}
#q4:checked ~ .q1{
	margin-left: -75%;
}








.sh{
	
	background-image: url("ssh.png"); position: relative; z-index: 4; top: 0px; height:100%;
	
}

.slideshow { 
	width: 100%;
	height: 60%;
	height: 550px;
	overflow: hidden;
	background-image: url("20200510_123928.jpg");
	background-repeat: no-repeat;
	background-position: -0;
	background-position: 30%;
	background-size: cover;
	color: #FFF;
	

	}
.middle{
	top: 20%;
	left:0;
	
	position: relative;
	transform: translateX(-50%, -50%);
}
.navigation{
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	
}

.bar{
	width: 50px;
	height: 10px;
	border:2px solid #A2C219;
	margin: 6px;
	cursor: pointer;
	transition: 0.4s;
}

.bar:hover{
	background: #A2C219;
}

input[name="r"]{
	position: absolute;
	visibility: hidden;
}

.slides{
	backdrop-filter: grayscale(1) blur(5px) contrast(70%) brightness(50%);
	width:400%;
	height:100%;
	display: flex;
}

.slide{
	width: 25%;
	transition: 0.6s;
	font-weight: 200;
	font-size:20px;
}
.slide h2{
	position: absolute; left:50px; font-size: 50px; font-weight: 400; margin-top: 10px;
}

.slide table{
	text-align: center;
	align: top;
	top: 20px;
	width: 95%;
	height: 100%;
	margin-left:auto;
	margin-right: auto;
	
}

.slide table tr{
	width: 1/3;
	height: 100%;
}
.slide table tr img {
	margin-top: -100px;
	width: 300px;
	height: 300px;
	overflow: hidden;
	
	
}
.slide table h3 {
	
	font-weight: 300;
	vertical-align: top;
	margin-top: -25%;
	
}


.center {
	vertical-align: top;
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 50%;
	margin-top: -20%;
}

.slide img{
	width: 100%;
	height: 100%;
}
.s1 img{
	position: relative;
	float:left;
	margin-top: 80px;
	margin-left: 25px;
	height: 400px;
	width: auto;
} 
.s1 h2{ 
	position: relative; float: left; margin-top: 100px; font-weight: 300;
}
.s1 t{
	position: relative; float: left; margin-top: 200px; font-weight: 300; margin-left: -370px; 
}


#r1:checked ~ .s1{
	margin-left:  0;
}
#r2:checked ~ .s1{
	margin-left:  -25%;
}
#r3:checked ~ .s1{
	margin-left:  -50%;
}
#r4:checked ~ .s1{
	margin-left: -75%;
}

.shm{
	visibility: hidden; height: 0px; width: 0px;
}

@media screen and (orientation:portrait){
	
	.sh{
		visibility: hidden; height: 0px;
	}
	
	.shm{
	visibility: visible; background-image: url("20150804_103051.jpg"); position: relative; z-index: 4; top: 0px; height:500%; width: 100%;
	}
	.slideshowM a {
		text-decoration: none; color: #A2C219;
	}
	.slideshowM{ 
	width: 100%;
	height: 100%;
	height: 2000px;
	overflow: hidden;
	background-image: url("20200510_123928.jpg");
	background-repeat: no-repeat;
	background-position: -0;
	background-position: 30%;
	background-size: cover;
	color: #FFF;
	}
	
	.slide h2{
	position: absolute; left:50px; font-size: 60px; font-weight: 400; margin-top: 10px;
	}
	
	.barM{
	width: 100px;
	height: 20px;
	border: 4px solid #A2C219;
	margin: 6px;
	cursor: pointer;
	transition: 0.4s;
	}

	.barM:hover{
	background: #A2C219;
	}
	
	.sM1 img{
	position: relative;
	float:left;
	margin-top: 80px;
	margin-left: 25px;
	height: 400px;
	width: auto;
	} 
	.sM1 h2{ 
	position: relative; float: left; margin-top: 240px; font-weight: 300; font-size: 60px;
    margin-left: -40px;
	}
	.sM1 t{
	position: relative; float: left; margin-top: 50px; font-weight: 300; margin-left: 50px; margin-right: 50px; font-size: 40px;
	}	
	
	#r5:checked ~ .sM1{
	margin-left:  0;
	}
	#r6:checked ~ .sM1{
		margin-left:  -25%;
	}
	#r7:checked ~ .sM1{
		margin-left:  -50%;
	}
	#r8:checked ~ .sM1{
		margin-left: -75%;
	}
	.slide table{
		margin-left: 20px;
		margin-bottom: 200px;
	}
	.slide table tr{
	width: 100%;
	height: 20%;
	font-size: 40px;
	padding: 0px;
	
	}
	
	.slide table td{
	padding: 0px;
	height: 25%;
	
	}
	
	.slide table h3 {
    font-weight: 300;
    vertical-align: top;
    margin-top: 0;
	font-size: 60px;
	margin-bottom: 0px;
	}
	
	.slide table t{
    vertical-align: top;
    margin-top: -100px;
	font-size: 60px;
	}
	
	.slide table tr img {
	margin-top: 00px;
	width: 350px;
	height: 350px;
	overflow: hidden;
	}
}

/* Praxisslideshow*/
@media screen and (orientation:portrait){
	
	.praxisshow{ 
	width: 100%;
	height: 100%;
	height: 1500px;
	overflow: hidden;
		
	}
	.slideshow{
		height: 100%; top: 0px;
	}
	.praxisslidetext h2{
		left:50px; font-size: 60px; font-weight: 400; margin-top: 10%;
	}
	.praxisslidetext {
		font-size: 40px; margin-right: 10%; line-height: 50px;
	}
	.praxisslide img{
		height: 100%; width: auto; object-fit: fill; 
	}
	
	.bar{
	width: 100px;
	height: 20px;
	border: 4px solid #A2C219;
	margin: 6px;
	cursor: pointer;
	transition: 0.4s;
	}

	.bar:hover{
	background: #A2C219;
	}
	
	
}

.leistungen{
	position: relative; font-size: 40px;
	width: 100%; margin:0 0px; padding: 0 0px;
}
.ltext{margin-left: 10%; margin-top:-3%; margin-right:10%; width:80%}
.leistung{
	width: 30%;  position: relative; float: left; margin-top: 100px; margin-left: 10%; margin-right: 10%;
}
.leistung h3{
	font-size: 40px; float:right; margin-top: -5px; top: 0px; height: 10px; margin-top: 33px; margin-left: 0;
}
.leistung t{
	float: left; clear: right; margin-top: 10px; text-align: justify; font-size: 30px;
}
.leistung img{
	width: 100px; height: 100px; float: left; margin-left: 0px;
}

.leistung #more {display: none;}

.button{
	float: left;
	
	position: relative;
  	border: none;
  	background-color: transparent;
  	color:green;
  	margin-left: -6px;
  	text-decoration: none;
  	font-size: 20px;
}



.whitebox {
	width: 100%; height: 500px; position: relative; 
}


.leistung #more {display: none;}
.leistung #more1 {display: none;}
.leistung #more3 {display: none;}
.leistung #more4 {display: none;}
.leistung #more5 {display: none;}


.leistungB {
	position: relative;
	width: 100%; height:auto ; 
}
.leistungB img{
	width: 100%; height:auto;  overflow: hidden; object-fit:cover;
} 

.sh3 h3{
	font-size: 28px; margin-top:12px;
}



@media screen and (orientation:portrait){
	.leistung{
	width: 80%;  position: relative; float: left; margin-top: 100px; margin-left: 10%; margin-right: 10%;
	}	
	.leistung h3{
	font-size: 60px; float:right; top: 0px; height: 10px; margin-top: 60px; margin-left: 0;
	}
	.leistung t{
	float: left; clear: right; margin-top: 10px; text-align: justify; font-size: 40px;
	}
	.leistung img{
	width: 200px; height: 200px; float: left; margin-left: 0px;
	}
	.sh3 h3{
	font-size: 45px; margin-top:33px;
	}
	.button{
	float: left;
	position: relative;
  	border: none;
  	background-color: transparent;
  	color:green;
  	margin-left: -6px;
  	text-decoration: none;
  	font-size: 40px;
	}

}


.cvmf{
	position: fixed;
	background-image: url("praxis2 sw.png"); height:100%; background-repeat: no-repeat;
	background-position: -0;
	background-position: 50%;
	background-size: cover;
}
.cvm{
	color:white; position: relative; float: right;
}
.cvm img {
	width: 300px; height:auto;  overflow: hidden; object-fit:cover; margin-left: -10px;
}
.cvm h3{
	margin-top: 100px; font-size: 30px;
}
.cvm h4{
	margin-top:400px; font-size: 40px; text-align: left; margin-left:0px;
}
.cvm2 h4{
	margin-top:0px;
}
.cvmp{
	padding-bottom: 400px;
	float:left;
}
.cvm2{
	}
.cvmtop{
	margin-top :200px;
}
@media screen and (orientation:portrait){
	.cvmp{
		padding-bottom: 00px;
		float:left;
	}
	.cvmf{
		position: fixed;
		background-image: url("praxis2 sw.png"); height:100%; background-repeat: no-repeat;
		background-position: -0;
		background-position: 50%;
		background-size: cover;
	}
	.cvm{
		color:white; position: relative; 
	}
	.cvm img {
		width: 400px; height:auto;  overflow: hidden; object-fit:cover; margin-left: -10px;
	}
	.cvm h3{
		margin-top: 150px;
	}
	.cvm h4{
		margin-top:400px; font-size: 50px; text-align: left; margin-left:0px;
	}
	.cvm2 h4{
		margin-top:0px;
	}
}


.kontakt {
	position: relative; font-size: 20px; float: left;
	width: 100%; margin:0 0px; padding: 0 0px; margin-top: 500px;
}

iframe {
	float: right; width: 30%; position: relative; margin-right: 10%; margin-top: 7%;
}

.kontaktL {
	float: left; margin-left: 10%;
}

@media screen and (orientation:portrait){
	.kontakt{
		font-size: 40px; margin-top: 50%;
	}
	iframe {
	float: right; width: 80%; position: relative; margin-right: 10%; margin-top: 10%;
	}
}




.bottom {
	position: relative; width: 100%; height: 360px; margin-top: 400%; background-color: #696969; font-weight: 400; font-size: 20px; z-index: 9;
}

#bottomleft {
	float: left; margin-left: 10%;margin-top: 20px; color: white;
}

#bottomright {
	float: right; margin-right: 10%;margin-left: 10%; margin-top: 20px; color: white;
}

#w_bottom_bottom {
	position: relative; width: 100%; height: 85px; color: white; background-color: #191919; margin-top: -20px;
}

#w_b_b_right {
		float: right; margin-right: 10%;  margin-top: 20px;
}
#w_b_b_right a{
	color: white;
}

#w_b_b_left {
	float: left; margin-left: 10%; margin-top: 20px;
	}


@media screen and (orientation:portrait){
	.bottom{
		margin-top: 1200%; height: 700px; z-index: 9;
	}
	.cvmbottom{
		margin-top: 700%; position: relative; margin-top: 0px;
		background-color: transparent; z-index:1;
	}
	#w_b_b_left {
		float: left; margin-left: 10%; margin-right: 10%; margin-top: 20px; font-size: 13px;
	}
	#w_b_b_right {
		float: left; margin-right: 10%; margin-left: 10%;  margin-top: 20px; font-size: 13px;
	}
	#bottomright {
	float: left; margin-right: 10%;margin-left: 10%; margin-top: 20px; color: white;
	}
	#w_bottom_bottom {
	position: relative; width: 100%; height: 200px; color: white; background-color: #191919; margin-top: -20px;
	}

}
h4 {
	margin-left: 10%; font-size: 60px;
}
