*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { 
	font-size: 100%; 
	padding: 0; 
	margin: 0;
    background:#ffffff;
    font-family: 'Maven Pro', sans-serif;
    color:#50504e;	
}

input, .button {
        font-family: 'Maven Pro', sans-serif;
        font-size:16px;
        padding: 4px;
        outline: 0;
        border:0;
        width: 280px;
        background: #ffffff;
		border:1px solid #ccc;
        border-radius:2px;
		float: left;
		margin-top: 3px;
		margin-left: 5px;
		margin-bottom: 3px;		
}

textarea {
        font-family: 'Maven Pro', sans-serif;
        font-size:16px;
        padding: 7px;
        outline: 0;
        border:0;
        width: 96%;
		height: 150px;
        background: #ffffff;
		border:1px solid #ccc;		
        border-radius:2px;
}

label {
	text-align: left;
	margin-top: 7px;
	margin-left: 20px;
	margin-bottom: 3px;
	font-weight: 400;
	width: 100px;
	float: left;
}

a {
	color: #ccc;
	text-decoration: none;
    transition: color 1.5s ease;
	cursor: pointer;
}

a:hover {
	color: #929292;
}

a.button {
	color: #940303;	
}

i {
	font-style: italic;
}

strong {
     font-weight:700;
}

.red,
.news {
	color: #ab1916;
}

.left{
	text-align: left;
}

.center{
	text-align: center;
}

.justify{
	text-align: justify;
}

.hinweis {
    background-color: #6f6d6d;
    color: #fff !important;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 7px;
    position: relative;
    top: -8px;
}

.legende {
    top: 0px;	
}

a:active {
	color: #ffffff;
    text-decoration: none;
	border-bottom: 2px solid #ab1916;	
}

.active{
	border-bottom: 2px solid #ab1916;	
	font-weight: 700;
}

/* container */
.container {
	position: relative;
}

/* header:logo */
.logo {
	padding-top: 0px;
	padding-bottom: 0px;
	position: fixed;
	margin-top:0px;
	transition: all .4s ease-in-out;
	z-index: 20000;
}


/* header:menue */
@keyframes bgc {
  0% {
    background-image: url('../img/header1.jpg');
  }
  20% {
    background-image: url('../img/header1.jpg');
  }  
  40% {
    background-image: url('../img/header2.jpg');
  }
  60% {
    background-image: url('../img/header2.jpg');
  }
  80% {
    background-image: url('../img/header3.jpg');
  }
  100% {
    background-image: url('../img/header3.jpg');
  }

}

/* header:bild */
.spacer-header {
	width: 100%;
	height:700px;
	display: block;
	text-align: center;
	margin: 0px;
	margin-top: 55px;
	padding: 0px;
	background-color:#efefef;
	font-family: 'Maven Pro', sans-serif;
	color:#ffffff;
	font-size:18px;
	border-bottom: 0px solid #ab1916; 
	background-image: url('../img/header1.jpg');
	animation-name: bgc;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: linear;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}

.iframe {
    height: 320px;
    width: 430px;
    position: relative;
    float: right;
    top: 333px;
    background-color: #fff;
    color: #000;
    border-radius: 15px;
}

.i_header{
	border-radius: 15px 15px 0px 0px; 
	font-size: 25px;
	font-weight: 500;	
    background-color: #ab1916;
	padding: 5px;
	border-bottom: 3px solid #ffffff;	
	color: #fff;
}

/* content:headline */
.content-headline {	
    clear: both;
    width: auto;
    max-width: 980px;
    margin: 0 auto;
	padding: 0px;
	background-color:#red;
	font-family: 'Maven Pro', sans-serif;
	color:#ffffff;
	font-size:18px;
	margin-top: 45px;
	margin-bottom: 25px;
}

.content-headline h1{
	color: #ab1916;	
	text-transform: uppercase;
	font-size: 34px;
	margin: 0px;
	padding: 0px;	
}

.content-headline h2{
	color: #6b6b6c;	
	font-style: italic;
	font-weight:400;
	font-size: 24px;
	margin: 0px;
	padding: 0px;	
}

.content-headline span{
	text-align: center;
	display: inline-block;
    height: 1px;
	width: 400px;
    border: 0;
    margin: 0px;
    padding: 0px; 
	padding-top: 10px;
}

/* content:text */
.text_columns {
    font-family: 'Maven Pro', sans-serif;
    clear: both;
    width: auto;
    max-width: 980px;
    margin: 0 auto;
}

.header {
    background-color: #fff;
	border-bottom:5px solid #ab1916; 
	height: 130px;
	width: 100%;
	position: fixed;
	z-index: 115;
}

.header_ch1 {
    margin: 0px;
    float: left;
    width: 230px;
}

.header_ch2 {
    margin: 0px;
	margin-top: 45px;
    float: left;
    width: 750px;
}

.article_c1 {
    margin: 0px;
    float: left;
    width: 660px;
}

.article_c1 p {
	margin: 0px;	
	margin-bottom: 10px;
    margin-left: 0px;
	margin-right: 30px;
	
}

.article_c1 h3 {	
	padding-bottom: 10px;
	color: #908f8f;
}

.article_c2 {
    margin: 0px;
    float: left;
    width: 315px;
	border-left: 4px solid #ab1916;
}

.article_c2 p {	
    margin-left: 0px;
	padding-left: 30px;
	margin: 0px;
}

.article_c2 h3 {
	padding-left: 20px;
	color: #908f8f;
	margin: 5px;
}

.text_columns article.column1, 
.column1, .text_columns .column2, 
.text_columns .column3,
.text_columns .column4,
.text_columns .column5, 
.text_columns .column6 {
    margin: 0px;
	line-height: 26px;
    font-size: 15px;
    float: left;
    width: auto;
}

.text_columns .column2 {
    margin: 0px;
	max-width: 355px;
}

.text_columns .column3 {
    margin: 0px;
	max-width: 550px;
	border: 0px solid red;
}

.article_c3 {
    margin: 0px;
    float: left;
    width: 550px;
}

.article_c3 p {
	margin: 0px;	
	margin-bottom: 10px;
    margin-left: 0px;
	margin-right: 30px;
	
}

.text_columns .column4 {
    margin: 0px;
	width: 395px;
	border: 0px solid red;
	text-align: center;
	padding-top: 25px;
}

.text_columns .column5 {
    margin: 0px;
	width: 375px;
	border: 0px solid red;
	text-align: left;
	padding-top: 25px;
}

.text_columns .column6 {
    margin: 0px;
	max-width: 550px;
	border: 0px solid red;
}

.article_c6 {
    margin: 0px;
    float: left;
    width: 550px;
}

.article_c6 p {
	margin: 0px;	
	margin-bottom: 10px;
    margin-left: 0px;
	margin-right: 30px;
	
}

.article_c50 {
    margin: 0px;
    float: left;
    width: 480px;
	border: 0px solid red;
}

.article_c50 p {
	margin: 0px;	
	margin-bottom: 10px;
    margin-left: 6px;
	margin-right: 60px;	
	line-height: 24px;
}

.padder {
	padding-top: 50px;
}

.picpadder img{
	margin-top: 40px;
}

.spacer {
    width:auto;
    height:170px;
	margin-top: 80px;
    background-color:#fcf4c0;
    font-family: 'Maven Pro', sans-serif;
    color:#545454;
    font-size:18px;
}

.spacer-frame {
    clear:both;
	width:auto;
    max-width:980px;
    margin:0 auto;	
    font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	text-align: left;
	line-height: 26px;
    font-size: 16px;
	padding-top: 30px;
}


.menue-frame {
	text-align: center;
    clear:both;
	width:auto;
    max-width:980px;
    margin:0 auto;	
	font-size: 1.8em;
    font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	border:0px solid red;
}

.menue-block {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}

/* content:products */
.article_c-all {
    margin: 0px;
    float: left;
    width: 980;
}

.article_c-all p {
	margin: 0px;	
	line-height: 26px;
    font-size: 16px;	
	margin-bottom: 35px;
}

.article-box {
	text-align: center;
    float: left;
    width: 270px;
	height: 270px;
	margin: 25px;
	margin-top: 15px;
	background-color: #eeeeee;
}

.article-box:hover {
	-webkit-box-shadow: 10px 10px 38px -17px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 38px -17px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 38px -17px rgba(0,0,0,0.75);
}
.article-box h3{
	text-align: left;
	margin-left: 10px;
}

.article-box p{
	line-height: 26px;
    font-size: 16px;
	text-align: justify;
}

.article-box span.time{
	display: block;
	float: left;
	width: 140px;
	font-size: 20px;
	font-weight: 400;
	margin-left: 10px;
	margin-bottom: 20px;	
}

.article-box span.kurs{
	display: block;
	float: left;
	width: 110px;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;	
}

.ashtanga{
	color: #eb3333;
}

.yin{
	color: #14b26a;
}

.hatha{
	color: #2174da;
}


.black span{
	background: #ffffff;
}

.black {
    background-color:#000000;
    color:#f58220;
}

.contact {
        line-height:25px;
        font-family: 'Maven Pro', sans-serif;
        clear:both;
        width:auto;
        max-width:980px;
        margin:0 auto;
}

.contact h3 {
        font-family: 'Maven Pro', sans-serif;
        font-size:26px;
		font-weight: 700;
        border-bottom: 1px solid #D6D0C1;
        padding: 20px 0;
        margin-bottom: 20px;

}

h2 small{
	font-weight: 400;
	font-size: 18px;
}

.contact-left, .contact-right{
        margin: 0px;
        font-size:16px;
        float:left;
        width:auto;
        width: 500px;
		text-align: justify;
}

.contact-right {
    margin: 90px 0px 0px 70px;
	max-width: 350px;
	text-align: left;
}

.contact-right p{
    margin-left: 20px;
}

#contact-map {
	border: 0px;
	width: 330px;
	height: 270px;
}


/* FOOTER */

footer	{
	margin-top: 40px;
    position: relative;
    clear: both;
    width: auto;
    height: 70px;
    background: #333333;
}

#copyright {
    background: #1D1D1D;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	color: #ccc;
	padding: 15px;
	text-align: center;
}


/* MISC */
.clear{
    clear:both;
}
.hidden {
	position:absolute;
	clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
	clip: rect(1px, 1px, 1px, 1px);
}

.mobileshow{
    display:none;
}


/* BURGER MENÜ */


.fixed{
	position: fixed;
	z-index: 999;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  color: #fff;
  width: 100%;
  border-bottom: 2px solid #ab1916;
}

.topnav a {
  float: left;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  border: 0px;
}


.topnav .icon {
	display: none;
}

#f1_container {
	position: relative;
	margin: 0px auto;
	width: 270px;
	height: 270px;
	z-index: 1;
}
#f1_container {
	perspective: 1000;
}
#f1_card {
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: all 1.0s linear;
}
#f1_container:hover #f1_card {
	transform: rotateY(180deg);
	box-shadow: -5px 5px 5px #aaa;
}
.face {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
}
.face.back {
	display: block;
	transform: rotateY(180deg);
	box-sizing: border-box;
	padding: 0px;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}



/* MEDIA QUERIES*/


@media (max-width: 975px) {
	.content-headline {
		margin-left: 40px;
		width: 100%;	
	}
	.content-headline span{
		width: 100%;
	}
	.article_c1 {
		margin-left: 60px;
	}
	.article_c2 {
		margin: 0px;
		float: left;
		margin-left: 160px;
		width: 315px;
		border-left: 4px solid #ab1916;
	}	
	.cbp-af-header nav {
		float: right;
		margin-right: 30px;
	}

	.spacer-frame {
		clear: both;
		width: auto;
		max-width: 900px;
	}

	.article_c3,
	.text_columns .column5,
	.text_columns .column6,
	.article_c-all	{
		margin-left: 60px;

	}	
	.article_c50 {
		margin: 0px;
		float: left;
		width: 370px;
		margin-left: 60px;
	}
	.mobilehide,	
	.mobilhide{
		display: none;
	}	
	nav{
		font-size:10px;
	}		
}

@media (max-width: 790px){
	.center{
		text-align: center;
	}
	.cbp-af-header{
		display: none !important;
	}
	.mobilnav {
		position: absolute;
	}	
	.mobileshow{
		width: 100%;
		display: block;
		text-align: center;
	}	
	.logomobile{
		width: 180px;
		margin-top: -90px;
	}
	.spacer-header {
		width: 100%;
		height: 300px;
		margin-top: 0px;
		border-top:5px solid #ab1916; 		
	}
	
	.spacer {
		width: 100%;
		height: auto;
		padding: 20px;
		margin-top: 20px;
	}

	.spacer-frame {
		line-height: 24px;
		font-size: 14px;
		padding-top: 0px;	
	}
	
	.content-headline {
		margin: 0px;
		padding: 20px;
		width: 100%;

	}	

	.picpadder img{
		border-radius: 90px;
	}	

	.article_c3,
	.text_columns .column5,
	.text_columns .column6,
	.article_c-all	{
		margin: 0px;

	}	
	
	.article_c1,
	.article_c2,
	.article_c3,
	.article_c6,
	.article_c-all	{
		margin: 0px;
		float: left;
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		margin: 0px;
		float: left;
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
		border-left: 0px solid #ab1916;
	}	
	
	.text_columns .column4,
	.text_columns .column5,
	.column-all	{
		width: 100%;
		margin: 0px;
		padding: 20px;
		text-align: center;
	}	

	.article_c50 {
		margin: 0px;
		float: left;
		width: 100%;
		margin: 0px;
		padding: 20px;
	}
	
	footer .wrapper .column {
		font-family: 'Maven Pro', sans-serif;
		color: #ababab;
		float: left;
		width: 100%;
		margin: 0px;
		padding: 20px;
	}

	.sidebar-box {
	  max-height: 220px;
	  position: relative;
	  overflow: hidden;
	  margin-bottom: 30px;
	}
	.sidebar-box .read-more { 
	  position: absolute; 
	  bottom: 0; 
	  left: 0;
	  width: 100%; 
	  text-align: center; 
	  margin: 0; padding: 20px 0; 
		
	  /* "transparent" only works here because == rgba(0,0,0,0) */
	  background-image: linear-gradient(to bottom, transparent, #fff);
	}

	.read-more .button{
		border: 1px solid #c4c3c3;
		border-radius: 3px;	
		padding: 10px;
		padding-left: 35px;
		padding-right: 35px;
		background-color: #fff;
		font-weight: 400;
		-webkit-box-shadow: 10px 10px 14px -6px rgba(230,230,230,0.81);
		-moz-box-shadow: 10px 10px 14px -6px rgba(230,230,230,0.81);
		box-shadow: 10px 10px 14px -6px rgba(230,230,230,0.81);
	}
	

}

@media (max-width: 600px) { 
	.map {
		width: 100%;
	}
	.spacer {
		width: 100%;
		height: auto;
	}	

	.logo {
		height: 200px;
		margin-top: 50px;
	}	
}