@media only screen and (max-width: 800px)
{


html, body
{
	margin:0px;
	width: 100%;
	height: 100%;
	font-size: 1.0em;
	background: #fff;
	display: flex;
	align-items: left;
	justify-content: left;
	overflow-y: scroll;

}

hr
{
	margin:1em 0 1em 0;
	padding:0;
}	
.header
{
	width:100%;
	height:auto;
	min-height:3em;
	margin:0px;
	text-align: left;
	padding: 1.0em 20% 1.0em 5%;	
	background-color: #000;
	color:#fff;
	font-size:90%;
	font-weight:700;
	box-sizing: border-box;
}
.logo
{
	height:auto;
	width:55%;
	max-width:200px;
	min-width:100px;
	margin:0 10px 0 0;
	float:left;
}

.logo2
{
	display: none;
}
.logo1
{
	display: block;
}
	


ul
{
	list-style-type: none;
	margin: 0 5%;
	padding:0;

}

a:link
{
	
	font-style: normal;
	color: #da6f00;
	text-decoration: none;
}

a:visited
{
	color: #da6f00;
}

a:hover
{
	color: #3d7489;
}

a:active
{
	color: #da6f00;
}

#swipezone
{
	position:fixed;
	left:0px;
	height: 200px;
	width: 100%;
	top:100px;
	background-color: transparent;
  	cursor: pointer;
  	display: flex;
 	align-items: center;
  	touch-action: pan-y pinch-zoom;
  	z-index: 5000;
}

.swipe_l
{
	position: absolute;
	left:0px;
	top:60px;
	width:20px;
	font-size:100px;
	color:#bbb;
	opacity: 0.5;
}
.swipe_r
{
	position: absolute;
	right:0px;
	top:60px;
	width:20px;
	font-size:100px;
	color:#bbb;
	opacity: 0.5;
}

.slide_left
{
	margin-left:0 auto 0 0;
	width:48%;
	max-width: 190px;
	height:3.5em;
	font-size:80%;
	text-align: right;
	line-height: 0.9;
	border:1px solid silver;
	padding: 0.5em;
	float:left;
	overflow:hidden;
	border-radius: 1.5em 0 0 1.5em;
	box-sizing: border-box;
}
	

.slide_right
{
	margin-right:0 0 0 auto;
	width:48%;
	max-width: 190px;
	height:3.5em;
	font-size:80%;
	line-height: 0.9;
	border:1px solid silver;
	padding: 0.5em;
	float:right;
	overflow:hidden;
	border-radius: 0 1.5em 1.5em 0;
	box-sizing: border-box;
}

.targets 
{	
	display:none;
}


.elastic
{	
	width: 100%;
	height: auto;
	max-width: 100%;
	min-width: 100%;
	text-align: left;
	padding:0;
	position: absolute;
	margin: 0;
	top:0;
	background-color: #fff;
	overflow: hidden;
	overflow-y: scroll;
	
}
.elastic div 
{
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
	

.only_pc
{
	display: none;
}
.only_mobile
{
	display: block;
}

.elastic section img
{
	width:100%;
	height:auto;
}

.elastic .kurse, .elastic .teams, .elastic .studiotexte

{
	position:relative;
	display:none;
	color: #000;
	width:5000%; /*width:100%;*/
	left:0%; 
	margin: 0; 
	clear: both;
	opacity:1; 
	z-index:100;
	background-color: #fff;
	/*scroll-behavior: smooth;*/
	font-family: 'Raleway', sans-serif;
	font-size:1.0rem;
	line-height: 1.3;
  	font-weight:500;
  	letter-spacing:0.05em;
  	overflow: hidden; 
  	-webkit-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    -ms-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
}


.elastic .studiotext, .elastic .kurs, .elastic .team
{
	
	position:relative;
	float: left;
	margin-left:0px; 
	top: 0px;
	width: 1.8%;/*width:100%;*/
	opacity:1; 
	z-index:110;
	background-color: transparent;
	padding: 0 0.1% 0 0.1%;
	scroll-behavior: smooth;
	overflow: hidden; 
	font-family: 'Raleway', sans-serif;
	font-size:1.0rem;
	line-height: 1.3;
  	font-weight:500;
  	letter-spacing:0.05em;
}

.elastic .detailtext 
{
	font-size:90%;
}
.elastic h1
{
	margin-top:10px;
}

.elastic .home
{
	position:relative;
	display:block;
	color: #000;
	width:90%; 
	height: auto;
	left:0%; 
	margin: 0; 
	clear: both;
	opacity:1; 
	z-index:100;
	background-color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size:1.0rem;
	line-height: 1.3;
  	font-weight:500;
  	letter-spacing:0.05em;
  	overflow: hidden; 
	padding: 0 5% 1em 5%;
}
.elastic .home .text
{
	max-width:90%;
	float:left;
	text-align: center;
}
.claim
{
	font-size:160%;
	font-family: 'Asap','Comfortaa', sans-serif;
	font-weight: 700;
	font-style: italic;
	
}
.vorschaubild
{	
	
	margin: 0 0 1em -6%;
	width: 112%;
	height: 350px;
	float:left;
	background-repeat: no-repeat;
  	overflow:hidden;/*min-height:6em;*/
  	-webkit-background-size: 100% auto;
  	-moz-background-size: 100% auto;
  	-o-background-size: 100% auto;
  	background-size: 100% auto;
	
}
.elastic .backbutton 
{
	overflow:hidden;
	z-index:1010;
	right: 5px; 
	top:20px;
	list-style-type: none;
	position: fixed;
	/*border: 2px solid #ED7E21;
	width: 27px;
	height: 27px; 
	border-radius: 8px;*/
	padding:0;
}

.elastic .backbutton .bbb
{
	color:#ED7E21;
	font-family:'Comfortaa';
	font-weight:500;
	font-size:80px; /*51px;
	margin:-17px 0 0 -3px;
	transform: rotate(45deg);line-height: 80px;*/
	margin:-20px 0px;
	

}

.elastic .spacer
{
	height: 0.2em;
	width:100%;
	clear:both;
}

@media only screen and (min-device-aspect-ratio: 4/3) /*(orientation:landscape) */
{
    .vorschaubild 
    { 
    	width:40%;
     	height: 300px;
     	margin-right:1em;
    }
    .header
    {
     	padding:0.2em 0 0 1.0em;
     	min-height:5em;
     	margin-bottom:1em;
    }
    .logo
	{
		height:auto;
		width:45%;
		max-width:150px;
		min-width:100px;
		margin:0 10px 0 0;
		float:left;
	}
	.elastic .spacer
	{
		height: 2.5em;
		width:400px;
		clear:none;
	}
	.elastic .backbutton 
	{
		top: 10px;
	}
	.elastic .detailtext 
	{	
		font-size:90%;
		width:34%;
		margin-right:1em;
		float: left;
		clear:left;
	}
	.elastic .home .text
	{
		max-width:60%;
		float:left;
		text-align: left;
	}
	
}



/*//////////////////////////////// accordion  */

.ac-container
{
	display:none;
	opacity:1;
	width: 100%;
	overflow:hidden;
	font-family: 'Asap','Comfortaa', sans-serif;
	font-weight : 400;
	z-index: 200;
	margin-top:0px;
	padding: 3%;
}	
.ac-container img
{
	width:100%;
	height:auto;
	margin-right: -3%;
}



.ac-container .openbutton,
.ac-container .openbutton > a , .sommer2020
{
	
	font-size: 200%;
	font-weight : 700;
	white-space: normal;
	overflow: hidden;
	margin: 0.5em 0 -3em 0;  /*8em*/
	padding: 0px;
	width: 100%;
	position: relative;
	z-index: 10;
	display: block;
	height: 2.4em;
	cursor: pointer;
	line-height: 1.0em;
	background: #fff;
	color:#000;	
	-webkit-transition: margin 0.5s ease-in-out;
    -moz-transition: margin 0.5s ease-in-out;
    -o-transition: margin 0.5s ease-in-out;
    -ms-transition: margin 0.5s ease-in-out;
    transition: margin 0.5s ease-in-out;
    
}

.ac-container article div
{

	margin-left: 0px;
	width:97%;
}
	
.ac-container article img
{
	width:100%;
	height:auto;
	margin-right: -3%;
}

.ac-image
{
	width:100%;
	background-repeat: no-repeat;
  	min-height:0em;
  	-webkit-background-size: 0% auto;
  	-moz-background-size: 0% auto;
  	-o-background-size: 0% auto;
  	background-size: 0% auto;
  	background-position: top;
	border-top: 1px solid #fff;
	
}

.ac-container .closebutton
{

	font-size: 250%;
	font-weight : 700;
	color: #da6f00;
	margin: -1.5em 0 3em -5%;
	padding: 0 0 0 0;
	width: 100%;
	position: absolute;
	z-index: 10;
	overflow: hidden;
	white-space: normal;
	display: block;
	height: 3em;
	cursor: pointer;
	line-height: 1.0em;
	background: #fff;
	
}

.ac-container input
{
	display: none;
}


.ac-container article

{
	font-size: 80%;
	background: #fff;
	margin: 1.55em 0 1em 0;
	padding:3.7em 0 0 5%;
	overflow: hidden;
	max-height: 0px;
	width: 0px;
	position: relative;
	opacity: 0;
	-webkit-transition: width 1.0s step-end, max-height 0.3s ease-out, opacity 0.8s ease-in-out;
    -moz-transition: width 1.0s step-end, max-height 0.3s ease-out, opacity 0.8s ease-in-out;
    -o-transition: width 1.0s step-end, max-height 0.3s ease-out, opacity 0.8s ease-in-out;
    -ms-transition: width 1.0s step-end, max-height 0.3s ease-out, opacity 0.8s ease-in-out;
    transition: width 1.0s step-end, max-height 0.3s ease-out, opacity 0.8s ease-in-out;
    
}

.ac-container label
{

	white-space: nowrap;
}


.ac-container .directlink
{
	
	margin:  0 ;
	list-style:none;
	font-size: 110%;
	white-space: nowrap;
	padding: 5px ;
	width: 100%;
	position: relative;
	z-index: 10;
	display: block;
	height: 40px;
	cursor: pointer;
	line-height: 33px;
	background: #ffffff;
	color:#000;
	
}

	
.ac-container .textbox
{
	width:80%; 
	padding: 10%;
	height: auto;

}


.ac-container .pretext
{
	font-family: 'Raleway', sans-serif;
	font-size:1.0rem;
	line-height: 1.3;
  	font-weight:500;
  	letter-spacing:0.05em;
  	padding: 3em 0 0 0;

}
.ac-container .trainername
{
	font-family: 'Asap','Comfortaa', sans-serif;
	font-weight: 700;
	font-size:1.0rem;
	margin: 2.6em 0 -2.6em 0;;

}


.ac-container .spacer
{
	height: 4em;
	width:100%;
}

.ac-container input:checked ~ article {
    opacity: 1;
  	-webkit-transition: opacity 0.2s ease-in-out, max-height 0.5s ease-in; 
    -moz-transition: opacity 0.2s ease-in-out, max-height 0.5s ease-in;
    -o-transition: opacity 0.2s ease-in-out, max-height 0.5s ease-in;
    -ms-transition: opacity 0.2s ease-in-out, max-height 0.5s ease-in;
    transition: opacity 0.2s ease-in-out, max-height 0.5s ease-in;
}



.ac-container input:checked ~ article.ac-big{
	max-height: 1400px; 
	width:95%;
	
}

.ac-container input:checked ~ article.ac-small{
	max-height: 350px; 
	width:95%;
}

.bottom-pc
{
	display:none;
}
.bottom-m
{	
	position: relative;
	z-index:1000;
	margin:50px 0 0 -6%;
	width:102%;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:90%;
	background: #000;
	color:#fff;
	text-align:left;
	padding:5%;
	clear:both;

}

.bottom-m h2
{
	font-weight:800;
	color:#fff;
}
.bottom-m div
{	
	float:left;
	margin:20px 0  20px 0;
	
	font-weight:400;

}
.bottom-m div h2
{
	font-family: 'Raleway', sans-serif;
	font-weight:800;
	color:#fff;
}
.bottom-m a:link
{
	color: #fff;
}
.bottom-m a:visited
{
	color: #fff;
}

.bottom-m a:hover
{
	color: silver;
}

.bottom-m a:active
{
	color: #fff;
}


/*///////////////// accordion ende*/

#menu input {position:absolute; left:-9999px; display:none;}






#cookie
{
	position:fixed;
	top:100px;
	width:90%;
	
	padding:5%;
	z-index:5000;
	font-family:'arial';
	font-size: 100%;
	background-color:#000;
	color: white;
	display:none;
}
#cookie input
{
	font-weight: 700;
	color: #000;
	font-size: 0.8em;
	background-color: #ccff00;
	margin:20px;
	padding:15px 5px;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 8px;
}



.o-desktop 
{
	display: none;
}



.o-mobile 
{
	display: block;
}







}