/* Allgemeine Angaben */
body {
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: 400; 
	color:#434b5c;
	background-color: #fff;	
}
input,textarea,select,option {
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: 400;
}
sup {
  position: relative;
  top: -0.6em;     /* vertikal verschieben */
  font-size: 0.6em; /* kleiner machen */
  line-height: 0;   /* Zeilenabstand anpassen */
}
/* Textformatierung */
h1 {
	font-size: 2em;
	color: #ef7f01;
	font-weight: 300;
	text-transform: uppercase;
}
h2 {
	font-size: 1.25em;
	color:#ef7f01;
	font-weight: 400;
}
h3 {
	font-size: 1em;
	color:#ef7f01;
	font-weight: 700;
}
/* Cookie Banner */
#cookiedingsbums a {color:#fff; }
#cookiedingsbums a:hover {color: #000;}
#cookiedingsbums div {padding:10px; padding-right:40px;}
#cookiedingsbums { 
   text-align:right; 
   background: #ef7f01; 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;
   color: #fff;
}
#cookiedingsbumsCloser {
   color: #ef7f01;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   top: 5px;
   cursor:pointer;
   padding:4px;
   background: #fff;
}
.rot {
	float: left;
	display: inline-block;
	color: #fff; 
	text-shadow: 1px 1px 0px #dd3417;
	font-size: 0.75em;
	background-color: #dd3417;
	padding: 0.05em 0.5em;
	margin-right: 0.25em;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.lila {
	float: left;
	display: inline-block;
	color: #fff; 
	text-shadow: 1px 1px 0px #9e4b53;
	font-size: 0.75em;
	background-color: #9e4b53;
	padding: 0.05em 0.5em;
	margin-right: 0.25em;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.blau {
	float: left;
	display: inline-block;
	color: #fff; 
	text-shadow: 1px 1px 0px #536ca6;
	font-size: 0.75em;
	background-color: #536ca6;
	padding: 0.05em 0.5em;
	margin-right: 0.25em;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.tuerkis {
	float: left;
	display: inline-block;
	color: #fff; 
	text-shadow: 1px 1px 0px #41a587;
	font-size: 0.75em;
	background-color: #41a587;
	padding: 0.05em 0.5em;
	margin-right: 0.25em;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.symbol1,  .symbol2,  .symbol3,  .symbol4 {
	float: left;
	display: inline-block;
	background-color: #536ca6;
	width: 1em;
	height: 1em;
	padding: 0em;
	margin-right: 0.25em;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: url(grafiken/_Tantra_Feuer_2.jpg);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
.symbol2 {
	background-image: url(grafiken/_Tantra_Erde_2.jpg);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
.symbol3 {
	background-image: url(grafiken/_Tantra_Wasser_2.jpg);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
.symbol4 {
	background-image: url(grafiken/_Tantra_Luft_2.jpg);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
.zahl {
	float: left;
	margin-right: 0.33em;
	font-size: 1.75em;
	font-weight: 300;
}
article li:before, article li li:before,
.haken li:before, .haken li li:before {
	color: #ef7f01;
}
/* Buttons und Links */
main a {
	color: #434b5c;
}
main a:hover {
	color: #ef7f01;
}
.button a {
	padding: 0.66em 1em 0.66em 1em;
	color: #fff !important;
	text-shadow: 1px 1px 0px rgba(171,91,0,0.50);
	font-weight: 600;
	font-size: 0.875em;
	border: 1px solid #ef7f01;
	background: #ef7f01;
	background: -moz-linear-gradient(top,  #fecd1a 0%, #ef7f01 100%);
	background: -webkit-linear-gradient(top,  #fecd1a 0%,#ef7f01 100%);
	background: linear-gradient(to bottom,  #fecd1a 0%,#ef7f01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecd1a', endColorstr='#ef7f01',GradientType=0 );
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.button a:hover {
	background: #ffb342;
	background: -moz-linear-gradient(top,  #ffb342 0%, #ef7f01 100%);
	background: -webkit-linear-gradient(top,  #ffb342 0%,#ef7f01 100%);
	background: linear-gradient(to bottom,  #ffb342 0%,#ef7f01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb342', endColorstr='#ef7f01',GradientType=0 );
}
.button1 a {
	color: #fff !important;
	text-shadow: 1px 1px 0px rgba(171,91,0,0.50);
	font-weight: 600;
	font-size: 0.875em;
	border: 1px solid #ef7f01;
	background: #ef7f01;
	background: -moz-linear-gradient(top,  #fecd1a 0%, #ef7f01 100%);
	background: -webkit-linear-gradient(top,  #fecd1a 0%,#ef7f01 100%);
	background: linear-gradient(to bottom,  #fecd1a 0%,#ef7f01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecd1a', endColorstr='#ef7f01',GradientType=0 );
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.button1 a:hover {
	background: #ffb342;
	background: -moz-linear-gradient(top,  #ffb342 0%, #ef7f01 100%);
	background: -webkit-linear-gradient(top,  #ffb342 0%,#ef7f01 100%);
	background: linear-gradient(to bottom,  #ffb342 0%,#ef7f01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb342', endColorstr='#ef7f01',GradientType=0 );
}
.button2 a {
	color: #ef7f01 !important;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.4);
	border: 1px solid #ef7f01;
	background-color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.button2 a:hover {
	color: #fff !important;
	text-shadow: 1px 1px 0px rgba(171,91,0,0.50);
	border: 1px solid #ef7f01;
	background: #ef7f01;
	background: -moz-linear-gradient(top,  #fecd1a 0%, #ef7f01 100%);
	background: -webkit-linear-gradient(top,  #fecd1a 0%,#ef7f01 100%);
	background: linear-gradient(to bottom,  #fecd1a 0%,#ef7f01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecd1a', endColorstr='#ef7f01',GradientType=0 );
}
/* Formulare */
input,textarea,select,option {
	width: 18em;
	color:#434b5c;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.4);
	font-weight: 400;
	background-color: #efece2;
	border: 2px solid #efece2;
}
input:hover, input:focus, select:hover, select:focus, textarea:hover, textarea:focus, option:hover, option:focus {
	color: #ef7f01;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.4);
	background-color: #fff;
	border: 2px solid #efece2;
}
input[type="submit"] {
	color: #fff !important;
	text-shadow: 1px 1px 0px rgba(171,91,0,0.50);
	font-weight: 600;
	font-size: 0.875em;
	border: 1px solid #ef7f01;
	background: #ef7f01;
	background: -moz-linear-gradient(top,  #fecd1a 0%, #ef7f01 100%);
	background: -webkit-linear-gradient(top,  #fecd1a 0%,#ef7f01 100%);
	background: linear-gradient(to bottom,  #fecd1a 0%,#ef7f01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecd1a', endColorstr='#ef7f01',GradientType=0 );
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
input[type="submit"]:focus , input[type="submit"]:hover {
	background: #ffb342;
	background: -moz-linear-gradient(top,  #ffb342 0%, #ef7f01 100%);
	background: -webkit-linear-gradient(top,  #ffb342 0%,#ef7f01 100%);
	background: linear-gradient(to bottom,  #ffb342 0%,#ef7f01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb342', endColorstr='#ef7f01',GradientType=0 );
}
button[type="submit"] {
	width: auto;
	height: auto;
	padding: 0.25em 0.75em 0.25em 0.75em;
	margin: 0em 0.5em 0em 0em;
	text-decoration: none;
	color: #fff !important;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	border: 1px solid #ef7f01;
	background: #ef7f01;
	background: -moz-linear-gradient(top,  #fecd1a 0%, #ef7f01 100%);
	background: -webkit-linear-gradient(top,  #fecd1a 0%,#ef7f01 100%);
	background: linear-gradient(to bottom,  #fecd1a 0%,#ef7f01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecd1a', endColorstr='#ef7f01',GradientType=0 );
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
button[type="submit"]:focus , button[type="submit"]:hover {
	background: #ffb342;
	background: -moz-linear-gradient(top,  #ffb342 0%, #ef7f01 100%);
	background: -webkit-linear-gradient(top,  #ffb342 0%,#ef7f01 100%);
	background: linear-gradient(to bottom,  #ffb342 0%,#ef7f01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb342', endColorstr='#ef7f01',GradientType=0 );
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
.soziale-netzwerke-symbol {
float: right;
width: 35px;
height: 35px;
margin: 0px 5px 0px 5px!important;
-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
.soziale-netzwerke-symbol:hover {
-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	transition: all .1s ease-in;
transform: scale(1.2);
}
.hinweis-newsletter {
	position: fixed;
	z-index: 9990;
	bottom: 0px;
	left: 0px;
	width: auto;
	height: auto;
	margin: 0% 0% 0% 0%;
	padding: 0em 1em 0em 0.75em;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	background: #ef7f01;
	background: -moz-linear-gradient(left,  #ef7f01 0%, #fecd1a 100%);
	background: -webkit-linear-gradient(left,  #ef7f01 0%,#fecd1a 100%);
	background: linear-gradient(to right,  #ef7f01 0%,#fecd1a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7f01', endColorstr='#fecd1a',GradientType=1 );
	font-size: 75%;
	-webkit-border-radius: 0px 20px 0px 0px;
	border-radius: 0px 10px 0px 0px;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
.newsletter {
	float: left;
	width: auto;
	height: auto;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}
@media only screen and (min-width: 1050px) { /* Dektop */	
html {
	font-size: 100%;
}
body {
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}
header {
	float: left;
	width: 100%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 0px 10% 0px 10%;
}
#logo a {
	display: block;
	float: left;
	width: 50%;
	height: 4.5em;
	margin: 1.5em 0% 1.5em 0%;
	padding: 0em 0% 0em 0%;
	background-image: url(grafiken/logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
}
.nav-0-oeffnen a, .nav-0-schliessen a {
	display: none;			
}
.button-termin {
	display:block;
	float: right;
	width: 50%;
	height: 20px;
	margin: 20px 0% 0em 0%;
	padding: 0em 0% 0em 0%;
	text-align: right;
}
.soziale-netzwerke {
float: right;
width: 360px;
height: 35px;
text-align: right;
padding: 0px 0% 0px 0px;
margin: 20px 0px 10px 0px;
}
nav {
	float: left;
	width: 100%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 0px 10% 0px 10%;
	text-align: center;
	position: relative;
	z-index: 4444;	
	background-color: rgba(30,0,0,0.60);
}
nav a {
	display: inline-block;
	height:auto;
	width: auto;
	margin: 0px 0em 0px 0%;
	padding: 1.66em 0.75em 1.66em 0.75em;
	font-size: 0.9375em;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
nav a:hover {
	color: #fff;
	background-color: rgba(239,127,1,0.75);
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
nav h2 {
	color: #fff;
	margin-bottom: 1em;
}
.unternav1, .unternav2, .unternav3, .unternav4, .unternav5, .unternav6, .unternav7 {
	display: none;
	position: absolute;
	z-index: 9995;
	top: 100%;
	left: 0%;
	height:auto;
	width: 100%;
	margin: 0em 0px 0px 0%;
	padding: 2em 10% 2em 10%;
	color: #fff;
	text-align: center;
	background: #ef7f01;
	background: -moz-linear-gradient(left,  #ef7f01 0%, #fecd1a 100%);
	background: -webkit-linear-gradient(left,  #ef7f01 0%,#fecd1a 100%);
	background: linear-gradient(to right,  #ef7f01 0%,#fecd1a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7f01', endColorstr='#fecd1a',GradientType=1 );
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-box-shadow: 0px 5px 12px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 12px rgba(0,0,0,0.3);
}
.unternav1 a, .unternav2 a, .unternav3 a, .unternav4 a, .unternav5 a, .unternav6 a, .unternav7 a {
	display:block;
	float:left;
	height: auto;
	width: auto;
	margin: 0px 0.5em 1em 0%;
	padding: 0.5em 0.5em 0.5em 0.5em;
	color: #ef7f01;
	font-weight: 700;
	text-shadow: 1px 1px 0px rgba(255,255,255,1);
	background-color: rgba(255,255,255,0.75);
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.5;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.unternav1 a:hover, .unternav2 a:hover, .unternav3 a:hover, .unternav4 a:hover, .unternav5 a:hover, .unternav6 a:hover, .unternav7 a:hover {
	color: #ef7f01;
	background-color: #fff;
}
.bild {
	float:left;
	width: 100%;
	height: auto;
	margin: -4em 0% 0px 0%;
	padding: 0% 0% 0.25em 0%;
	background: #ef7f01;
	background: -moz-linear-gradient(left,  #ef7f01 0%, #fecd1a 100%);
	background: -webkit-linear-gradient(left,  #ef7f01 0%,#fecd1a 100%);
	background: linear-gradient(to right,  #ef7f01 0%,#fecd1a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7f01', endColorstr='#fecd1a',GradientType=1 );
	position: relative;
	z-index: 111;
}
.armin {
	float:left;
	width: 100%;
	height: auto;
	margin: -5em 0% 0px 0%;
	padding: 15em 0% 0.1em 0%;
	position: relative;
	z-index: 3333;
	background-image:url(grafiken/Armin-Heining.webp);
	background-repeat:no-repeat;
	background-position: center top;
	background-size: auto 100%;	
}
main {
	float:left;
	width: 100%;
	height: auto;
	margin: 0px 0% 0px 0%;
	padding: 0em 0% 0em 0%;
}
.content-weiss, .content-grau {
	float:left;
	width: 100%;
	height: auto;
	margin: 0px 0% 0px 0%;
	padding: 2em 10% 2em 10%;
	background-color: #fff;
}
.content-grau {
	text-shadow: 1px 1px 0px rgba(255,255,255,0.2);
	background-color: #efece2;
}
.content-pur {
	float:left;
	width: 100%;
	height: auto;
	margin: 0px 0% 0px 0%;
	padding: 0em 0% 0em 0%;
	line-height: 0;
}
footer {
	float:left;
	width: 100%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 2em 10% 4em 10%;
	background: #ef7f01;
	background: -moz-linear-gradient(left,  #ef7f01 0%, #fecd1a 100%);
	background: -webkit-linear-gradient(left,  #ef7f01 0%,#fecd1a 100%);
	background: linear-gradient(to right,  #ef7f01 0%,#fecd1a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7f01', endColorstr='#fecd1a',GradientType=1 );
	position: relative;
}
.footer-nav {
	float:left;
	width: 100%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0%;
	text-align: center;
}
.footer-nav a {
	display: inline-block;
	height:auto;
	width: auto;
	margin: 0px 0.5em 2em 0%;
	padding: 0.5em 1em 0.5em 1em;
	font-size: 0.875em;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(171,91,0,0.50);
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;	
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.footer-nav a:hover {
	background-color: rgba(255,255,255,0.30);
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
.footer-copyright {
	float:left;
	width: 100%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 0.75em 0% 0px 0%;
	font-size: 14px; font-size: 0.875em;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(171,91,0,0.50);
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.30);
}
}

@media only screen and (max-width: 1050px) and (min-width: 620px) { /* Tablet */
body {
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}
header {
	float: left;
	width: 100%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0%;
}
#logo a {
	display: block;
	float: left;
	width: 100%;
	height: 5em;
	margin: 1em 0% 1em 0%;
	padding: 0em 0% 0em 0%;
	background-image: url(grafiken/logo.gif);
	background-repeat: no-repeat;
	background-position: 6% center;
	background-size: auto 100%;
}
.button-termin {
	display:block;
	float: right;
	width: 50%;
	height: auto;
	margin: -2.4em 3% 0em 0%;
	padding: 0em 0% 0em 0%;
	text-align: right;
}
.soziale-netzwerke {
float: right;
width: 360px;
height: 35px;
text-align: right;
padding: 0px 0% 0px 0px;
margin: 0px 3% 10px 0px;
}
.soziale-netzwerke2 {
float: left;
width: 100%;
height: auto;
text-align: right;
padding: 0px 0% 0px 0px;
margin: 0px 0% 0px 0px;
}
.nav-0-oeffnen a {
	display:block;
	position: absolute;
	right: 3%;
	top: 20px;
	width: auto;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 0em 0.2em;
	font-size: 2.25em;
	color: #434b5c;
	text-decoration: none;
	transform: scaleX(1.33);
	background-color: #fff;
}
.nav-0-schliessen a {
	display:block;
	float:right;
	width: 100%;
	height:auto;
	margin: 10px 0% 5% 0%;
	padding: 0px 3% 0px 3%;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	text-align: right;
}
nav {
	display: none;
	position: absolute;
	z-index: 9999;
	top: 0px;
	left: 0%;
	width: 100%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 2% 0% 0% 0%;
	background: #ef7f01;
	background: -moz-linear-gradient(left,  #ef7f01 0%, #fecd1a 100%);
	background: -webkit-linear-gradient(left,  #ef7f01 0%,#fecd1a 100%);
	background: linear-gradient(to right,  #ef7f01 0%,#fecd1a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7f01', endColorstr='#fecd1a',GradientType=1 );
	-webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 12px rgba(0,0,0,0.6);
}
nav a {
	display: inline-block;
	height:auto;
	width: auto;
	margin: 0px 0em 0px 0%;
	padding: 1.5em 0.5em 1.5em 0.5em;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(171,91,0,0.50);
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
nav h2 {
	color: #fff;
	margin-bottom: 1em;
}
.unternav1, .unternav2, .unternav3, .unternav4, .unternav5, .unternav6, .unternav7 {
	display: none;
	position: absolute;
	z-index: 9995;
	top: 100%;
	left: 0%;
	height:auto;
	width: 100%;
	margin: 0em 0px 0px 0%;
	padding: 2em 3% 2em 3%;
	color: #fff;
	text-align: center;
	background: #ef7f01;
	background: -moz-linear-gradient(left,  #ef7f01 0%, #fecd1a 100%);
	background: -webkit-linear-gradient(left,  #ef7f01 0%,#fecd1a 100%);
	background: linear-gradient(to right,  #ef7f01 0%,#fecd1a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7f01', endColorstr='#fecd1a',GradientType=1 );
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-box-shadow: 0px 5px 12px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 12px rgba(0,0,0,0.3);
}
.unternav1 a, .unternav2 a, .unternav3 a, .unternav4 a, .unternav5 a, .unternav6 a, .unternav7 a {
	display:block;
	float:left;
	height: auto;
	width: auto;
	margin: 0px 0.5em 1em 0%;
	padding: 0.5em 0.5em 0.5em 0.5em;
	color: #ef7f01;
	font-weight: 700;
	text-shadow: 1px 1px 0px rgba(255,255,255,1);
	background-color: rgba(255,255,255,0.75);
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.5;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.unternav1 a:hover, .unternav2 a:hover, .unternav3 a:hover, .unternav4 a:hover, .unternav5 a:hover, .unternav6 a:hover, .unternav7 a:hover {
	color: #ef7f01;
	background-color: #fff;
}
.bild {
	float:left;
	width: 100%;
	height: auto;
	margin: 0em 0% 0px 0%;
	padding: 0% 0% 0.25em 0%;
	background: #ef7f01;
	background: -moz-linear-gradient(left,  #ef7f01 0%, #fecd1a 100%);
	background: -webkit-linear-gradient(left,  #ef7f01 0%,#fecd1a 100%);
	background: linear-gradient(to right,  #ef7f01 0%,#fecd1a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7f01', endColorstr='#fecd1a',GradientType=1 );
	position: relative;
	z-index: 111;
}
.armin {
	float:left;
	width: 100%;
	height: auto;
	margin: -3em 0% 0px 0%;
	padding: 11em 0% 0em 0%;
	position: relative;
	z-index: 3333;
	background-image:url(grafiken/Armin-Heining.webp);
	background-repeat:no-repeat;
	background-position: center top;
	background-size: auto 100%;	
}
main {
	float:left;
	width: 100%;
	height: auto;
	margin: 0px 0% 0px 0%;
	padding: 0em 0% 0em 0%;
}
.content-weiss, .content-grau {
	float:left;
	width: 100%;
	height: auto;
	margin: 0px 0% 0px 0%;
	padding: 2em 3% 2em 3%;
	background-color: #fff;
}
.content-grau {
	text-shadow: 1px 1px 0px rgba(255,255,255,0.2);
	background-color: #efece2;
}
.content-pur {
	float:left;
	width: 100%;
	height: auto;
	margin: 0px 0% 0px 0%;
	padding: 0em 0% 0em 0%;
	line-height: 0;
}
footer {
	float:left;
	width: 100%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 2em 3% 4em 3%;
	background: #ef7f01;
	background: -moz-linear-gradient(left,  #ef7f01 0%, #fecd1a 100%);
	background: -webkit-linear-gradient(left,  #ef7f01 0%,#fecd1a 100%);
	background: linear-gradient(to right,  #ef7f01 0%,#fecd1a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7f01', endColorstr='#fecd1a',GradientType=1 );
	position: relative;
}
.footer-nav {
	float:left;
	width: 100%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0%;
	text-align: center;
}
.footer-nav a {
	display: inline-block;
	height:auto;
	width: auto;
	margin: 0px 0.5em 2em 0%;
	padding: 0.5em 1em 0.5em 1em;
	font-size: 0.875em;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(171,91,0,0.50);
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;	
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.footer-nav a:hover {
	background-color: rgba(255,255,255,0.30);
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
.footer-copyright {
	float:left;
	width: 100%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 0.75em 0% 0px 0%;
	font-size: 14px; font-size: 0.875em;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(171,91,0,0.50);
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.30);
}
}

@media only screen and (max-width: 620px) { /* Smartphone */
h1 {
	font-size: 1.5em;
}
body {
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}
header {
	float: left;
	width: 100%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0%;
}
#logo a {
	display: block;
	float: left;
	width: 100%;
	height: 3em;
	margin: 1em 0% 1em 0%;
	padding: 0em 0% 0em 0%;
	background-image: url(grafiken/logo.gif);
	background-repeat: no-repeat;
	background-position: 10% center;
	background-size: auto 100%;
}
.button-termin {
	display:block;
	float: right;
	width: 100%;
	height: auto;
	margin: 0px 0% 0em 0%;
	padding: 10px 0% 0.75em 0%;
	text-align: center;
	background: #ef7f01;
	background: -moz-linear-gradient(left,  #ef7f01 0%, #fecd1a 100%);
	background: -webkit-linear-gradient(left,  #ef7f01 0%,#fecd1a 100%);
	background: linear-gradient(to right,  #ef7f01 0%,#fecd1a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7f01', endColorstr='#fecd1a',GradientType=1 );
}
.soziale-netzwerke {
float: left;
width: 100%;
height: 55px;
text-align: right;
padding: 10px 2% 10px 2%;
margin: 0px 0% 0px 0px;
text-align: center;
background: -moz-linear-gradient(left,  #ef7f01 0%, #fecd1a 100%);
	background: -webkit-linear-gradient(left,  #ef7f01 0%,#fecd1a 100%);
	background: linear-gradient(to right,  #ef7f01 0%,#fecd1a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7f01', endColorstr='#fecd1a',GradientType=1 );
}
.soziale-netzwerke-symbol {
float: none;
margin: 0px 5px 0px 5px!important;
}
.nav-0-oeffnen a {
	display:block;
	position: absolute;
	right: 3%;
	top: 14px;
	width: auto;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 0em 0.2em;
	font-size: 2.25em;
	color: #434b5c;
	text-decoration: none;
	transform: scaleX(1.33);
	background-color: #fff;
}
.nav-0-schliessen a {
	display:block;
	float:right;
	width: 100%;
	height:auto;
	margin: 10px 0% 5% 0%;
	padding: 0px 3% 0px 3%;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	text-align: right;
}
nav {
	display: none;
	position: absolute;
	z-index: 9999;
	top: 0px;
	left: 0%;
	width: 100%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 0em 10% 1em 10%;
	background: #ef7f01;
	background: -moz-linear-gradient(left,  #ef7f01 0%, #fecd1a 100%);
	background: -webkit-linear-gradient(left,  #ef7f01 0%,#fecd1a 100%);
	background: linear-gradient(to right,  #ef7f01 0%,#fecd1a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7f01', endColorstr='#fecd1a',GradientType=1 );
	-webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 12px rgba(0,0,0,0.6);
}
nav a {
	display: block;
	height:auto;
	width: 100%;
	margin: 0px 0em 0px 0%;
	padding: 0.5em 0em 0.5em 0em;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(171,91,0,0.50);
	font-weight: 400;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,0.50);
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
nav a:first-child, nav a:last-child {
	border-bottom: 0;
}
nav h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 0.75em;
	font-size: 1em;
}
.unternav1, .unternav2, .unternav3, .unternav4, .unternav5, .unternav6, .unternav7 {
	display: none;
	position: absolute;
	z-index: 9995;
	top: 100%;
	left: 0%;
	height:auto;
	width: 100%;
	margin: 0em 0px 0px 0%;
	padding: 0.75em 3% 1em 3%;
	color: #fff;
	text-align: center;
	background: #ef7f01;
	background: -moz-linear-gradient(left,  #ef7f01 0%, #fecd1a 100%);
	background: -webkit-linear-gradient(left,  #ef7f01 0%,#fecd1a 100%);
	background: linear-gradient(to right,  #ef7f01 0%,#fecd1a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7f01', endColorstr='#fecd1a',GradientType=1 );
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-box-shadow: 0px 5px 12px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 12px rgba(0,0,0,0.3);
}
.unternav1 a, .unternav2 a, .unternav3 a, .unternav4 a, .unternav5 a, .unternav6 a, .unternav7 a {
	display:block;
	float:left;
	height: auto;
	width: auto;
	margin: 0px 0.5em 1em 0%;
	padding: 0.5em 0.5em 0.5em 0.5em;
	color: #ef7f01;
	font-weight: 700;
	text-shadow: 1px 1px 0px rgba(255,255,255,1);
	background-color: rgba(255,255,255,0.75);
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.5;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.unternav1 a:hover, .unternav2 a:hover, .unternav3 a:hover, .unternav4 a:hover, .unternav5 a:hover, .unternav6 a:hover, .unternav7 a:hover {
	color: #ef7f01;
	background-color: #fff;
}
.bild {
	float:left;
	width: 100%;
	height: auto;
	margin: 0em 0% 0px 0%;
	padding: 0% 0% 0em 0%;
	position: relative;
	z-index: 111;
	background: #ef7f01;
	background: -moz-linear-gradient(left,  #ef7f01 0%, #fecd1a 100%);
	background: -webkit-linear-gradient(left,  #ef7f01 0%,#fecd1a 100%);
	background: linear-gradient(to right,  #ef7f01 0%,#fecd1a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7f01', endColorstr='#fecd1a',GradientType=1 );
}
.armin {
	float:left;
	width: 100%;
	height: 0px;
	margin: 0em 0% 0px 0%;
	padding: 45% 0% 0em 0%;
	position: relative;
	z-index: 3333;
	background-image:url(grafiken/Armin-Heining.webp);
	background-repeat:no-repeat;
	background-position: center top;
	background-size: auto 100%;	
}
main {
	float:left;
	width: 100%;
	height: auto;
	margin: 0px 0% 0px 0%;
	padding: 0em 0% 0em 0%;
}
.content-weiss, .content-grau {
	float:left;
	width: 100%;
	height: auto;
	margin: 0px 0% 0px 0%;
	padding: 2em 3% 2em 3%;
	background-color: #fff;
}
.content-grau {
	text-shadow: 1px 1px 0px rgba(255,255,255,0.2);
	background-color: #efece2;
}
.content-pur {
	float:left;
	width: 100%;
	height: auto;
	margin: 0px 0% 0px 0%;
	padding: 0em 0% 0em 0%;
	line-height: 0;
}
footer {
	float:left;
	width: 100%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 2em 3% 4em 3%;
	background: #ef7f01;
	background: -moz-linear-gradient(left,  #ef7f01 0%, #fecd1a 100%);
	background: -webkit-linear-gradient(left,  #ef7f01 0%,#fecd1a 100%);
	background: linear-gradient(to right,  #ef7f01 0%,#fecd1a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7f01', endColorstr='#fecd1a',GradientType=1 );
	position: relative;
}
.footer-nav {
	float:left;
	width: 100%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0%;
	text-align: center;
}
.footer-nav a {
	display: inline-block;
	height:auto;
	width: auto;
	margin: 0px 0.5em 2em 0%;
	padding: 0.5em 0.25em 0.5em 0.25em;
	font-size: 0.75em;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(171,91,0,0.50);
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;	
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.footer-nav a:hover {
	background-color: rgba(255,255,255,0.30);
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
.footer-copyright {
	float:left;
	width: 100%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 2em 0% 0px 0%;
	font-size: 14px; font-size: 0.875em;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(171,91,0,0.50);
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.30);
}
}

@media only screen and (min-width: 1400px) { /* Dektop gross */	
header, nav, footer, .content-weiss, .content-grau, .unternav1, .unternav2, .unternav3, .unternav4, .unternav5, .unternav6, .unternav7 {
	padding-left: 15%;
	padding-right: 15%;
}
}

@media only screen and (min-width: 1600px) { /* Dektop gross 2 */	
header, nav, footer, .content-weiss, .content-grau, .unternav1, .unternav2, .unternav3, .unternav4, .unternav5, .unternav6, .unternav7 {
	padding-left: 20%;
	padding-right: 20%;
}
}