@media only screen and (min-width: 801px)
{




html, body
{
	margin:0px;
	width: 100%;
	height: 100%;
	font-size: 1.0em;
	background: #ff9933;
	display: flex;
	align-items: left;
	justify-content: center;
	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;	
	background-color: #000;
	color:#fff;
	font-size:130%;
	font-weight:700;
	vertical-align:bottom;
	
	padding:0.2em 0 0 1.0em;
 	min-height:4em;
    margin-bottom:1em;
}


.logo
{
	height:auto;
	width:45%;
	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:24%;
	max-width: 300px;
	height:3.5em;
	font-size:80%;
	text-decoration: underline;
	line-height: 0.9;
	
	
	float:left;
	/*
	padding: 0.5em;
	text-align: right;
	border:1px solid silver;
	overflow:hidden;
	border-radius: 1.5em 0 0 1.5em;
	box-sizing: border-box;*/
}
	

.slide_right
{
	margin-right:0 0 0 auto;
	width:24%;
	max-width: 300px;
	height:3.5em;
	font-size:80%;
	text-decoration: underline;
	line-height: 0.9;
	
	float:right;
	text-align: right;
	/*
	padding: 0.5em;
	border:1px solid silver;
	overflow:hidden;
	border-radius: 1.5em 0 0 1.5em;
	box-sizing: border-box;*/
}

.targets 
{	
	display:none;
}


.elastic
{	
	width: 100%;
	min-height: 1600px;
	max-width: 1600px;
	font-size:80%;
	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;
}
	
.vorschaubild
{	
	
	margin: 0 1em 1em 0%;
	width: 50%;
	min-height: 500px;
	max-width:300px;
	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 section img
{
/*	width:100%;
	height:auto;
	*/
}

.only_pc
{
	display: block;
}
.only_mobile
{
	display: none;
}

#studio_wrapper
{ 
	width:48%;
	margin-left:0px;
	overflow:hidden;
	background-color: transparent;
}
#kurs_wrapper
{ 
	width:48%;
	margin-left:0px;
	overflow:hidden;
	background-color: transparent;
}
#team_wrapper
{ 
	width:48%;
	/*clip-path: inset(0 0 0 0);*/
	margin-left:50%;
	overflow:hidden;
	background-color: transparent;
	
}


.frame_left
{
	position: absolute;
	left:2%;
	top:150px;
	width: 46%;
	height: 1000px;
	border: 0;

}

.elastic .kurse, .elastic .teams, .elastic .studiotexte

{
	position:relative;
	display:none;
	color: #000;
	width:5000%; /*width:100%;*/
	left:0%; 
	margin: 0; 
	margin-top: 60px;
	clear: both;
	opacity:1; 
	z-index:100;
	background-color: transparent;
	/*scroll-behavior: smooth;*/
	font-family: 'Raleway', sans-serif;
	font-size:1.0em;
	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:0; 
	margin-right:0;
	top: 0px;
	width: 1.8%;/*width:100%;1.8%*/
	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.0em;
	line-height: 1.3;
  	font-weight:500;
  	letter-spacing:0.05em;
  	
}

.elastic .detailtext 
{	
	width: 50%;
	max-width:300px;
	
	font-size:90%;
	margin-right:1em;
	float: left;
	clear:left;
}
.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: 2em 5% 1em 5%;
}
.elastic .home .text
{
	max-width:60%;
	float:left;
}
.claim
{
	font-family: 'Asap','Comfortaa', sans-serif;
	font-size:160%;
	font-weight: 700;
	font-style: italic;
}

.elastic .backbutton 
{
	display: none;
}

.elastic .spacer
{
	height: 0.2em;
	width:100%;
	clear:both;
}

.elastic .spacer
{
	height: 2.5em;
	width:400px;
	clear:none;
}



/*//////////////////////////////// accordion  */

.ac-container
{
	position:absolute;
	top:6em;
	display:flex;
	justify-content : center;
	display:block;
	opacity:1;
	width: 100%;
	overflow:hidden;
	font-family: 'Asap','Comfortaa', sans-serif;
	/*letter-spacing:-0.10em;
	font-style: italic;*/
	font-weight : 400;
	z-index: 200;
	margin: 0 0 0 0;
	padding: 0 0 0 11%;
	/*float: left;*/
}	

.ac-container div
{
	width:25%;
	height:auto;
	margin-right: 0;
	margin-left: -10%;
	float: left;
}

.ac-container img
{
	width:100%;
	height:auto;
	margin-right: -3%;
}



.ac-container .openbutton,
.ac-container .openbutton > a
{
	
	font-size: 120%;
	font-weight : 500;
	/*text-align: center;
	border:1px solid silver;*/
	white-space: normal;
	overflow: hidden;
	margin: 0em 0 -3em 0;  /*8em*/
	padding: 0px;
	width: 70%;
	position: relative;
	z-index: 10;
	display: block;
	height: 2.3em;
	cursor: pointer;
	line-height: 1.1em;
	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;
  border-bottom: 1px solid silver;*/
}
.ac-container .underl
{
	text-decoration: underline;
	/*text-align: left;*/
}
.ac-container article div
{

	margin-left: 0px;
	width:97%;
}
	
.ac-container article img
{
	width:100%;
	height:auto;
	margin-right: -3%;
}

.ac-image
{
	
	background-repeat: no-repeat;
  	-webkit-background-size: 0% auto;
  	-moz-background-size: 0% auto;
  	-o-background-size: 0% auto;
  	background-size: 0% auto;
  	background-position: top;
  	background-color: transparent;
	/*border-top:1px solid #fff;*/
	
}

/*
.ac-container .openbutton:hover,
.ac-container .openbutton a:hover
{
	background: #c6e1ec;
	color: #3d7489;
}
*/
.ac-container .closebutton
{

	font-size: 133.4%;
	font-weight : 700;
	color: #da6f00;
	margin: -2.8em 0 2em -5%;
	padding: 0 0 0 0;
	width: 100%;
	position: absolute;
	z-index: 10;
	overflow: hidden;
	white-space: normal;
	display: block;
	height: 2.4em;
	cursor: pointer;
	line-height: 1.1em;
	background: #fff;
	
}

.ac-container input
{
	display: none;
}


.ac-container article

{
	font-size: 90%;
	background: #fff;
	margin: 1.1em 0 0 0;
	padding:3.6em 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.6s ease-in-out;
    -moz-transition: width 1.0s step-end, max-height 0.3s ease-out, opacity 0.6s ease-in-out;
    -o-transition: width 1.0s step-end, max-height 0.3s ease-out, opacity 0.6s ease-in-out;
    -ms-transition: width 1.0s step-end, max-height 0.3s ease-out, opacity 0.6s ease-in-out;
    transition: width 1.0s step-end, max-height 0.3s ease-out, opacity 0.6s 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 .startbox
{
	display: none;
}

.ac-container .pretext
{
	font-family: 'Raleway', sans-serif;
	font-size:0.8rem;
	line-height: 1.3;
  	font-weight:500;
  	letter-spacing:0.05em;
  	padding: 0 0 3em 0;
	/*border-bottom: 1px solid silver;*/
}
.ac-container .trainername
{
	font-family: 'Asap','Comfortaa', sans-serif;
	font-weight: 500;
	font-size:0.8rem;
	margin: 0em 0 0.6em 0;;

}
.ac-container .pretext a
{
	display: block;
	padding-top:1em;
}

.ac-container .spacer
{
	height: 1em;
	width:100%;
}

.ac-container input:checked ~ article 
{
    opacity: 1;
  	-webkit-transition: opacity 0.6s ease-in-out, max-height 0.5s ease-in; 
    -moz-transition: opacity 0.6s ease-in-out, max-height 0.5s ease-in;
    -o-transition: opacity 0.6s ease-in-out, max-height 0.5s ease-in;
    -ms-transition: opacity 0.6s ease-in-out, max-height 0.5s ease-in;
    transition: opacity 0.6s ease-in-out, max-height 0.5s ease-in;
	max-height: 1000px;
	width:95%;
}




/*
.ac-container input:checked ~ article{
	-webkit-transition: width 0.3s ease-in-out, height 0.5s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: width 0.3s ease-in-out, height 0.5s ease-in-out, box-shadow 0.6s linear;
	-o-transition: width 0.3s ease-in-out, height 0.5s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: width 0.3s ease-in-out, height 0.5s ease-in-out, box-shadow 0.6s linear;
	transition: width 0.3s ease-in-out, height 0.5s ease-in-out, box-shadow 0.6s linear;
}


.ac-container input:checked ~ article.ac-big{
	max-height: 1000px; 
	width:95%;

}
.ac-container input:checked ~ article.ac-small{
	max-height: 350px; 
	width:95%;
}
.ac-container input:checked ~ label{
	margin-top: 0em; 

}
*/

.bottom-wrap
{
	width:100%; 
	position:fixed; 
	display: flex; 
	align-items: center; 
	justify-content: center;
	bottom: 0px;
	left:0px;
	
}
.bottom-pc
{
	display:flex;
	justify-content: center;
	z-index:1000;
	margin:0 9px 0 -9px;
	width:100%;
	max-width: 1580px;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:90%;
	background: #000;
	color:#fff;
	text-align:center;
	padding:10px;
	clear:both;
}
.bottom-m
{	
	display:none;
}

.bottom-pc h2
{
	font-weight:800;
	color:#fff;
}
.bottom-pc div
{	
	float:left;
	margin:20px 0  20px 0;
	
	font-weight:400;

}
.bottom-pc div h2
{
	font-family: 'Raleway', sans-serif;
	font-weight:800;
	color:#fff;
}
.bottom-pc a:link
{
	color: #fff;
}
.bottom-m a:visited
{
	color: #fff;
}

.bottom-pc a:hover
{
	color: silver;
}

.bottom-pc a:active
{
	color: #fff;
}


/*///////////////// accordion ende*/

#menu input {position:absolute; left:-9999px; display:none;}






#cookie
{
	position:absolute;
	top:150px;
	width:50%;
	padding:2em 25%;
	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: 1em;
	background-color: #ccff00;
	margin:20px;
	padding:10px;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 8px;
}
#cookie input:hover
{
	border: 2px solid red;
	padding: 9px;
}



.o-desktop 
{
	display: block;
	
}
.o-desktop  a:link
{
	font-style: normal;
	font-size: 140%;
	font-weight : 500;
	color: #000;
	text-decoration: none;
	line-height: 2.1em;

}

.o-desktop  a:visited
{
	color: #000;
}

.o-desktop  a:hover
{
	color: #3d7489;
}

.o-desktop  a:active
{
	color: #000;
}



.o-mobile 
{
	display: none;
}


}  /*Ende Screen-Weiche*/