@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,600|Raleway:400,600');


*{
	margin: 0px;
	padding: 0px;
	box-sizing:border-box
}

body{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	background-image: url(bild/hintergrund_03.png);
	background-size: cover;
	background-attachment: fixed;
	/*background-color: #8A8A8B;*/
}

#container{
	width: 80vw;
	max-width: 1200px;
	margin: 0px auto;
	background-color: #FFF;
	position: relative;
	/*border-left: 1px solid #8a8a8b;
	border-right: 1px solid #8a8a8b;*/
	margin-top: 20px;
}

#foot{
	width: 80vw;
	max-width: 1200px;
	margin: 0px auto;
	background-color: #FFF;
}

/*#slider{
	width: 100%;
	height: 300px;
	background-image:url(bild/banner_1.jpg);
	background-position: fixed;
}*/

div.chick{
	height: 20px;
	width: 90%;
	background-color: #FFE45E;
	margin: 0px auto;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

div.chick2{
	height: 20px;
	width: 90%;
	background-color: #FFE45E;
	margin: 0px auto;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#head{
	width: 100%;
	height: 190px;
	position: relative;
}

.clear{
	clear: both;
}

p{
	color: #2F2F2F;
	letter-spacing: 0.4px;
}

.platzhalter{
	height: 40px;
	/*background-color: darkcyan;*/
}

.platzhalter2{
	height: 20px;
	/*background-color: darkcyan;*/
}

/*-------------- Fließtext ------------------*/

.texttext{
	margin-bottom: 25px;
}

.textline{
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 2px solid #ffda0d;
	border-right: 2px solid #ffda0d;
	font-size: 15px;
	font-style: italic;
	letter-spacing: 0.8px;
}

.textline2{
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 2px solid #99afb3;
	border-right: 2px solid #99afb3;
	font-size: 15px;
	font-style: italic;
	letter-spacing: 0.8px;
}

.zeitung{
	text-align: center;
	font-family: 'Crimson Text', serif;
	color: #2F2F2F;
	letter-spacing: 0.2px;
	font-weight: 600;
	font-size: 20px;
	line-height: 40px;
}

.quote{
	font-size: 13px;
}

.text_bild{
	height: 20%;
	float: right;
	margin-left: 15px;
}


/*--------------------------- Navigation --------------------------------*/

.nav {
  box-sizing: border-box;
  width: 90%;
  background: white;
 	/*border-bottom: 1px solid #ffda0d;
	border-top: 1px solid hsla(51,100%,53%,1.00);*/
	margin-top: 20px;
	margin: 0px auto;
	margin-bottom: 38px;
	padding-top: 1px;
	position: relative;
	/*background-color: antiquewhite;*/
}
/*------------------- Verlauf -----------------------*/
.nav:before {
    content:'';
    width:100%;
    position: absolute;
    left:0;
    top:-1px;
    height: 1px;
    background: #333;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, hsla(51,100%,53% 0)), color-stop(25%, hsla(51,100%,53%, .75)), color-stop(75%, hsla(51,100%,53%, .75)) color-stop(100%, hsla(51,100%,53%, 0)));
    background: -webkit-linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
    background: -moz-linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
    background: -ms-linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
    background: -o-linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
    background: linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
}

.nav:after {
    content:'';
    width:100%;
    position: absolute;
    left:0;
    bottom:-1px;
    height: 1px;
    background: #333;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, hsla(51,100%,53% 0)), color-stop(25%, hsla(51,100%,53%, .75)), color-stop(75%, hsla(51,100%,53%, .75)) color-stop(100%, hsla(51,100%,53%, 0)));
    background: -webkit-linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
    background: -moz-linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
    background: -ms-linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
    background: -o-linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
    background: linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
}
/*----------------------------------------------------*/
.nav ul {
	height: 40px;
  list-style: none;
	width: auto;
	margin: 0px auto;
	margin-top: 11px;
	text-align: center;
}
.nav li {
	display: inline-block;
  cursor: pointer;
}
.nav li a {
  /*display: block;*/
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 19px;
	letter-spacing: 0.7px;
  padding: 10px 12px;
  text-align: center;
}

.nav li.line{
	border-right: 1px solid #626262;
}

.nav li .active {
  color: #E68214;
  font-weight: 600;
}
.nav li a:hover {
  color: #1ABAA7;
}

/*------------------------------------------ Navigation Tablett --------------------------------------------*/

.navtab {
	display: none;
  box-sizing: border-box;
  width: 90%;
  background: white;
 	/*border-bottom: 1px solid #ffda0d;
	border-top: 1px solid hsla(51,100%,53%,1.00);*/
	margin-top: 20px;
	margin: 0px auto;
	margin-bottom: 38px;
	padding-top: 1px;
	position: relative;
	/*background-color: antiquewhite;*/
}
/*------------------- Verlauf -----------------------*/
.navtab:before {
    content:'';
    width:100%;
    position: absolute;
    left:0;
    top:-1px;
    height: 1px;
    background: #333;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, hsla(51,100%,53% 0)), color-stop(25%, hsla(51,100%,53%, .75)), color-stop(75%, hsla(51,100%,53%, .75)) color-stop(100%, hsla(51,100%,53%, 0)));
    background: -webkit-linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
    background: -moz-linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
    background: -ms-linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
    background: -o-linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
    background: linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
}

.navtab:after {
    content:'';
    width:100%;
    position: absolute;
    left:0;
    bottom:-1px;
    height: 1px;
    background: #333;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, hsla(51,100%,53% 0)), color-stop(25%, hsla(51,100%,53%, .75)), color-stop(75%, hsla(51,100%,53%, .75)) color-stop(100%, hsla(51,100%,53%, 0)));
    background: -webkit-linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
    background: -moz-linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
    background: -ms-linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
    background: -o-linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
    background: linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
}
/*----------------------------------------------------*/
.navtab ul {
	height: 33px;
  list-style: none;
	width: auto;
	margin: 0px auto;
}

.navtab li {
	display: inline-block;
  cursor: pointer;
	width: 45%;
}

.navtab li.links{
	text-align: right;
	padding-right: 3%;
}

.navtab li.rechts{
	text-align: left;
	padding-left: 1%;
}

.navtab li a {
  /*display: block;*/
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 19px;
	letter-spacing: 0.7px;
  padding: 2px 12px;
  /*text-align: center;*/
}

.navtab li.line{
	border-right: 1px solid #626262;
}

.navtab li .active {
  color: #E68214;
  font-weight: 600;
}
.navtab li a:hover {
  color: #1ABAA7;
}

.active {
  color: #E68214;
}

.navtab ul.imp {
	height: 40px;
  list-style: none;
	width: auto;
	margin: 0px auto;
}

.navtab li.mitte{
	text-align: center;
	width: 100%;
	padding-top: 10px;
}

/*------------------------------------------ Navigation Handy --------------------------------------------*/

.navmobile {
	display: none;
  box-sizing: border-box;
  width: 100%;
  background: white;
 	/*border-bottom: 1px solid #ffda0d;
	border-top: 1px solid hsla(51,100%,53%,1.00);*/
	margin-top: 20px;
	margin: 0px auto;
	margin-bottom: 38px;
	padding-top: 1px;
	position: relative;
	/*background-color: antiquewhite;*/
}
/*------------------- Verlauf -----------------------*/
.navmobile:before {
    content:'';
    width:100%;
    position: absolute;
    left:0;
    top:-1px;
    height: 1px;
    background: #333;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, hsla(51,100%,53% 0)), color-stop(25%, hsla(51,100%,53%, .75)), color-stop(75%, hsla(51,100%,53%, .75)) color-stop(100%, hsla(51,100%,53%, 0)));
    background: -webkit-linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
    background: -moz-linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
    background: -ms-linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
    background: -o-linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
    background: linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
}

.navmobile:after {
    content:'';
    width:100%;
    position: absolute;
    left:0;
    bottom:-1px;
    height: 1px;
    background: #333;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, hsla(51,100%,53% 0)), color-stop(25%, hsla(51,100%,53%, .75)), color-stop(75%, hsla(51,100%,53%, .75)) color-stop(100%, hsla(51,100%,53%, 0)));
    background: -webkit-linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
    background: -moz-linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
    background: -ms-linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
    background: -o-linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
    background: linear-gradient(left, hsla(51,100%,53%, 0) 0%, hsla(51,100%,53%, .75) 25%, hsla(51,100%,53%, .75) 75%, hsla(51,100%,53%, 0) 100%);
}
/*----------------------------------------------------*/
.navmobile ul {
	height: 33px;
  list-style: none;
	width: auto;
	margin: 0px auto;
}

.navmobile li {
	display: inline-block;
  cursor: pointer;
	width: 45%;
}

.navmobile li.links{
	text-align: right;
	/* padding-right: 1%; */
}

.navmobile li.rechts{
	text-align: left;
	/* padding-left: 1%; */
}

.navmobile li a {
  /*display: block;*/
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
	letter-spacing: 0.7px;
  padding: 2px 0px;
  /*text-align: center;*/
}

.navmobile li.line{
	border-right: 1px solid #626262;
}

.navmobile li .active {
  color: #E68214;
  font-weight: 600;
}
.navmobile li a:hover {
  color: #1ABAA7;
}

.active {
  color: #E68214;
}

.navmobile ul.imp {
	height: 40px;
  list-style: none;
	width: auto;
	margin: 0px auto;
}

.navmobile li.mitte{
	text-align: center;
	width: 100%;
	padding-top: 10px;
}
/*----------------------------- News Box ------------------------------*/

.sidenav {
    min-height: 40%; /* 100% Full-height */
	max-height: 80%;
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; 
    z-index: 1; 
    top: 362px;
    left: -5px;
	border-right: 3px solid #FFDA0D;
    background-color: #F7E8A0; 
    overflow-x: hidden; /* Disable horizontal scroll */
    /*padding-top: 25px; */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.info{
	padding-left: 10%;
	padding-right: 10%;
	margin-bottom: 20px;
}
.info2{
	padding-top: 30px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 55px;
    margin-left: 50px;
	text-decoration: none;
	color: #E68214;
}

div.menue{
	cursor: pointer;
	float: left;
	width: 150px;
	height: 35px;
	background: #FFF;
	text-align: center;
	font-size: 23px;
	padding-top: 5px;
	position: absolute;
	top: 399px;
	left: -93px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-transform: rotate(-90deg); 
    -webkit-transform: rotate(-90deg);  
    transform: rotate(-90deg);
	border-bottom: 1px solid #8a8a8b;
}
div.menue:hover{
	background-color: #1ABAA7;
	color: #FFF;
}

p.fa-caret-right{
	color: #E68214;
}

p.fa-caret-right span{
	color: #585858;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.4px;
}

div.menue:hover p.fa-caret-right{
	color: #FFF;
}

div.menue:hover p.fa-caret-right span{
	color: #FFF;
}

/*----------------------------- News Box Tablet ------------------------------*/

.sidenav_tab {
    min-height: 40%; /* 100% Full-height */
	max-height: 80%;
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; 
    z-index: 1; 
    top: 362px;
    left: -5px;
	border-right: 3px solid #FFDA0D;
    background-color: #F7E8A0; 
    overflow-x: hidden; /* Disable horizontal scroll */
    /*padding-top: 25px; */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.info{
	padding-left: 10%;
	padding-right: 10%;
	margin-bottom: 20px;
}
.info2{
	padding-top: 30px;
}

.sidenav_tab .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 55px;
    margin-left: 50px;
	text-decoration: none;
	color: #E68214;
}

div.menue_tab{
	display: none;
	cursor: pointer;
	float: left;
	width: 150px;
	height: 35px;
	background: #FFF;
	text-align: center;
	font-size: 23px;
	padding-top: 5px;
	position: absolute;
	top: 399px;
	left: -93px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-ms-transform: rotate(-90deg); 
    -webkit-transform: rotate(-90deg);  
    transform: rotate(-90deg);
	border-bottom: 1px solid #8a8a8b;
}
div.menue_tab:hover{
	background-color: #1ABAA7;
	color: #FFF;
}

p.fa-caret-right{
	color: #E68214;
}

p.fa-caret-right span{
	color: #585858;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.4px;
}

div.menue_tab:hover p.fa-caret-right{
	color: #FFF;
}

div.menue:hover p.fa-caret-right span{
	color: #FFF;
}


/*---------------------------------------------------------------------*/

.sticky{
	position: fixed;
	width: 80vw;
	max-width: 1200px;
	margin: 0px auto;
	top: 0px;
	z-index: 999;
}

/*------------------------------ Logo -----------------------------------*/

h2{
	background-image: url(bild/wingtsun-logo-300-dpi.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 200px;
	height: 50px;
	margin: 0px auto;

	margin-top: 70px;
}
h2 a{
	display: block;
	width: 100px;
	height: 100px;
	text-indent: -99999px;
}

/*------------------------ Sektionen --------------------------*/

.article {
  /*box-sizing: border-box;*/
  height: auto;
  width: 90%;
  margin: 0px auto;
}

.article2 {
  /*box-sizing: border-box;*/
  height: auto;
  width: 90%;
  margin: 0px auto;
	padding-top: 75px;
	/*background-color: turquoise;*/
}

#start{
	margin-bottom: 50px;
}
#first{
	margin-bottom: 50px;
	position: relative;
}
#second{
	margin-bottom: 50px;
}
#third{
	margin-bottom: 50px;
}
#fourth{
	margin-bottom: 50px;
}
#fifth{
	position: relative;
}


/*---------------------- Überschriften -----------------------*/

h1{
	margin-bottom: 15px;
	font-family: 'Crimson Text', serif;
	color: #2F2F2F;
	font-size: 36px;
}

h3{
	font-family: 'Crimson Text', serif;
	color: #2F2F2F;
	font-size: 36px;
	margin-bottom: 20px;
}

h5{
	font-family: 'Crimson Text', serif;
	color: #2F2F2F;
	letter-spacing: 0.5px;
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 12px;
}

h5.lineheigt{
	line-height: 32px;
}

/*------------------- flexible Textboxen ------------------*/

div.flexcontain{
	display: -moz-flex;
	display: -webkit-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	flex-flow: row wrap;
	margin-bottom: 20px;

}

.flextext1{
	flex: -webkit-1;
	flex: -moz-1;
	flex: -o-1;
	flex: 1;
	flex-basis: 20%;
	padding-right: 20px;
	padding-bottom: 10px;
	line-height: 25px;
}
.flextext2{
	flex: -webkit-1;
	flex: -moz-1;
	flex: -o-1;
	flex: 1;
	flex-basis: 20%;
	padding-left: 20px;
	padding-bottom: 10px;
	line-height: 25px;
}

.flextext3{
	flex: -webkit-2;
	flex: -moz-2;
	flex: -o-2;
	flex: 2;
	flex-basis: 20%;
	padding-left: 20px;
	padding-bottom: 10px;
	line-height: 25px;
}


/*--------------------- Trenner --------------------*/

.img_teiler_1{
	background-image: url(bild/trenner_01.jpg);
	background-color: #FFE45E;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	width: auto;
	max-width: 1200px;
	height: 250px;
}

.img_teiler_2{
	background-color: #FFE45E;
	background-image: url(bild/trenner_02.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	width: auto;
	max-width: 1200px;
	height: 250px;
}

.img_teiler_3{
	background-color: #FFE45E;
	background-image: url(bild/trenner_03.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	width: auto;
	max-width: 1200px;
	height: 250px;
}

.img_teiler_4{
	background-color: #FFE45E;
	background-image: url(bild/trenner_04.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	width: auto;
	max-width: 1200px;
	height: 250px;
}

/*----------------------- Team Fotos -----------------------------*/
.test{
	width: 100%;
	display: flex;
	margin-bottom: 1.5%;
}

.test2{
	display: flex;
	width: 100%;
	margin-bottom: 1.5%;
	display: none;     /*sichtbarkeit ausschalten*/
}

.test3{
	width: 100%;
	margin-bottom: 1.5%;
	display: none;
}

.plate-default{
	flex: 1;
	flex-basis: 20%;
	/*float: right;*/
	width: 30%;
	height: 250px;
	border: 1px solid #A7A7A7;
	margin-right: 15px;
}

.plate-clear{
	flex: 1;
	flex-basis: 20%;
	/*float: right;*/
	width: 30%;
	height: 250px;
	
	margin-right: 15px;
}

.innen{
	display: none;
	width: 80%;
	height: 80%;
	background-color: hsla(0,0%,99%,0.71);
	border: 10px solid #41B4B2;
	margin: 6% auto;
	box-shadow: 5px 5px 10px 1px rgba(47,47,47,0.45);
}

.plate-default:hover .innen{
	display: block;
}

h4{
	color: #2F2F2F;
	font-size: 25px;
	text-align: center;
	margin-top: 90px;
	font-weight: 600;
	margin-bottom: 10px;
}

.underline{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.8px;
}

/*-------------- Fotos einfügen ----------------*/

.bild1{
	background-image: url(bild/silvi_01.jpg);
	background-size: 90%;
	background-position: center;
}

.bild2{
	background-image: url(bild/gudrun_01.jpg);
	background-size: 90%;
	background-position: center;
}

.bild3{
	background-image: url(bild/schorsch_01.jpg);
	background-size: 90%;
	background-position: center;
}

.bild4{
	background-image: url(bild/jens_01.jpg);
	background-size: 90%;
	background-position: center;
}

.bild5{
	background-image: url(bild/anika_01.jpg);
	background-size: 90%;
	background-position: center;
}

/* .bild1:hover{ */
	/* background-image: url(dummy_bild/KFP3_Pos_Jumping_Adventure_lg.jpg); */
	/* background-position: left; */
/* } */

/*---------------------------------------------*/

/*----------------------- Trainingszeiten ----------------------------*/

.flexcontain_training{
	display: -moz-flex;
	display: -webkit-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	flex-flow: row wrap;
	margin-bottom: 20px;
}

.tablett_ersatz{
	display: none;
}

.tablettbox{
	margin-bottom: 40px;

}

.flexbox1{
	flex: -webkit-1;
	flex: -moz-1;
	flex: -o-1;
	flex: 1;
	flex-basis: 20%;
	color: #333333;
	padding-right: 30px;
	/*padding-left: 40px;*/
}

.flexbox2{
	flex: -webkit-1;
	flex: -moz-1;
	flex: -o-1;
	flex: 1;
	flex-basis: 20%;
	color: #333333;
	padding-left: 30px;
	/*padding-right: 40px;*/
}

ul li{
	list-style: none;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}

ul li.zeit{
	font-size: 18px;
	letter-spacing: 0.8px;
	line-height: 23px;
}

ul li.zeit span{
	font-size: 20px;
	letter-spacing: 0.6px;
	line-height: 23px;
}


ul li.head_color{
	/*background-color: #1ABAA7;*/
	

background: rgba(131,222,220,1);
background: -moz-linear-gradient(left, rgba(131,222,220,1) 0%, rgba(6,184,184,1) 20%, rgba(6,184,184,1) 82%, rgba(131,222,220,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(131,222,220,1)), color-stop(20%, rgba(6,184,184,1)), color-stop(82%, rgba(6,184,184,1)), color-stop(100%, rgba(131,222,220,1)));
background: -webkit-linear-gradient(left, rgba(131,222,220,1) 0%, rgba(6,184,184,1) 20%, rgba(6,184,184,1) 82%, rgba(131,222,220,1) 100%);
background: -o-linear-gradient(left, rgba(131,222,220,1) 0%, rgba(6,184,184,1) 20%, rgba(6,184,184,1) 82%, rgba(131,222,220,1) 100%);
background: -ms-linear-gradient(left, rgba(131,222,220,1) 0%, rgba(6,184,184,1) 20%, rgba(6,184,184,1) 82%, rgba(131,222,220,1) 100%);
background: linear-gradient(to right, rgba(131,222,220,1) 0%, rgba(6,184,184,1) 20%, rgba(6,184,184,1) 82%, rgba(131,222,220,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83dedc', endColorstr='#83dedc', GradientType=1 );


	color: #000000;
	font-size: 23px;
	letter-spacing: 0.6px;
	/*font-weight: 600;*/
	/*margin-bottom: 10px;*/
}

ul li.tag{
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.5px;
	/*background-color: #FFE45E;*/
	

background: rgba(255,242,186,1);
background: -moz-linear-gradient(left, rgba(255,242,186,1) 0%, rgba(255,231,122,1) 20%, rgba(255,231,122,1) 82%, rgba(255,242,186,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,242,186,1)), color-stop(20%, rgba(255,231,122,1)), color-stop(82%, rgba(255,231,122,1)), color-stop(100%, rgba(255,242,186,1)));
background: -webkit-linear-gradient(left, rgba(255,242,186,1) 0%, rgba(255,231,122,1) 20%, rgba(255,231,122,1) 82%, rgba(255,242,186,1) 100%);
background: -o-linear-gradient(left, rgba(255,242,186,1) 0%, rgba(255,231,122,1) 20%, rgba(255,231,122,1) 82%, rgba(255,242,186,1) 100%);
background: -ms-linear-gradient(left, rgba(255,242,186,1) 0%, rgba(255,231,122,1) 20%, rgba(255,231,122,1) 82%, rgba(255,242,186,1) 100%);
background: linear-gradient(to right, rgba(255,242,186,1) 0%, rgba(255,231,122,1) 20%, rgba(255,231,122,1) 82%, rgba(255,242,186,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff2ba', endColorstr='#fff2ba', GradientType=1 );


	margin-left: 5px;
	margin-right: 5px;
}

.karte_m{
	flex: -webkit-1;
	flex: -moz-1;
	flex: -o-1;
	flex: 1;
	flex-basis: 20%;
	margin-right: 30px;
	/*margin-left: 40px;*/
	border: 1px solid #8C8C8C;
	height: 300px;
}

.karte_h{
	flex: -webkit-1;
	flex: -moz-1;
	flex: -o-1;
	flex: 1;
	flex-basis: 20%;
	/*margin-right: 40px;*/
	margin-left: 30px;
	border: 1px solid #8C8C8C;
	height: 300px;
}


/*---------------------- karten popup -----------------------------*/

 ul li span.popup{
	cursor: pointer;
	text-decoration: underline;
	font-size: 15px;
	 letter-spacing: 1px;
}

ul li span.popup:hover{
	color: #1ABAA7;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
	display: flex;
    background-color: #fefefe;
    /*margin: 10% auto;*/ /* 15% from the top and centered */
    /*border: 1px solid #888;*/
    width: 80%; /* Could be more or less, depending on screen size */
	height: 50%;
	position: relative;
	position: absolute;
	left: 10%;
	right: 10%;
	top: 10%;
}

.flexkarte1{
	flex: 1;
	padding: 20px;
	line-height: 24px;
}

.flexkarte2{
	flex: 2;
	border: none;
	border-left: 1px solid #8a8a8b;
	width: 100%;
	height: 100%;
}

/* The Close Button */
.close {
    /* Position it in the top right corner outside of the modal */
    position: absolute;
    right: -50px;
    top: -30px;
    color: #FFF;
    font-size: 70px;
    font-weight: bold;
}

/* Close button on hover */
.close:hover,
.close:focus {
    color: #1ABAA7;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
	
}

/*------------------------------- tooltip ------------------------------*/

.h_5 {
	font-size: 21px;
	font-weight: 600;
	font-family: 'Crimson Text', serif;
	line-height: 32px;
}

a.tool{
	color: #1ABAA7;
	text-decoration: none;
}

a:hover{
	color: #FFDA0D;
}

a:hover.tool span.tooltip{
	display: block;
}

img{
	height: 48%;
	float: right;
	margin-left: 15px;
}

.tooltip{
	display: none;
	color: #212121;
	background-color: #E5E5E5;
	width: 350px;
	height: 350px;
	position: absolute;
	padding: 15px;
	border: 7px solid #06B8B8;
}

/*---------------kontaktform----------------*/

p.adresse{
	margin-bottom: 20px;
}

p.adresse span{
	font-size: 18px;
	font-weight: 600;
	line-height: 36px;
}

fieldset.block1{
	width: 100%;
	border: none;
}

input{
	padding: 4px;
}

select{
	padding: 4px;
}

textarea{
	padding: 6px;
}

#anrede{
	width: 15%;
}
#vorname{
	width: 40%;
}

#nachname{
	width: 40%;
}

#mail{
	width: 40%;
}

fieldset.block1 select{
	margin-left: 25;
	margin-bottom: 10px;
}
fieldset.block1 input{
	margin-bottom: 10px;
	margin-left: 25;
}

p.anrede{
	margin-top: 12px;
	margin-bottom: 10px;
	font-size: 18px;
	/*font-weight: 600;*/
}
fieldset.block3{
	margin-top: 11px;
	border: none;
	margin-bottom: 15px;
}
#nachricht{
	width: 99.6%;
	height: 70px;
	border: 1px solid #138A8C;
	margin-bottom: 15px;
}

.submit{
	margin-right: 20px;
}

hr.hr_2{
	border: 1px solid #1ABAA7;
	width: 100%;
	margin: 0px auto;
	margin-bottom: 30px;
}

/*----------------------- Bild Slider -------------------------*/

.pummel{
	height: 600px;
	background-color: peachpuff;
}

.mySlides {
	display:none
}

/* Slideshow container */
.slideshow-container {
  max-width: 1200px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -10px;
  color: #FFF;
  font-weight: bold;
  font-size: 35px;
	-webkit-transition: 0.6s ease;
	-moz-transition: 0.6s ease;
  transition: 0.6s ease;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-color: rgba(0,0,0,0.4);
}

.prev{
	left: 5%;
}

/* Position the "next button" to the right */
.next {
  right: 5%;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
	background-color: hsla(0,0%,0%,0.3);
}

.punkt_pfeil{
	text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
  transition: background-color 0.6s ease;
}

.active2, .dot:hover {
  background-color: #E68214;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


/*----------------------- Impressum -------------------------*/

.text_punkte{
	margin-bottom: 10px;
}

ul.daten{
	margin-bottom: 10px;
	border-left: 1px solid #ffda0d;
	border-right: 1px solid #ffda0d;
}

ul.daten li{
	text-align: left;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 0.5px;
	font-style: italic;
}

.daten_link{
	text-decoration: none;
	color: #1ABAA7;
	font-weight: 600;
}


/*----------------------- Fußbereich -------------------------*/

hr{
	border: 1px solid #1ABAA7;
	width: 90%;
	margin: 0px auto;
	margin-bottom: 30px;
}

p.foot{
	width: 60%;
	margin: 0px auto;
	/*background-color: peachpuff;*/
	text-align: center;
	margin-bottom: 30px;
}

a.impressum{
	color: #2F2F2F;
	margin-right: 40px;
	text-decoration: none;
	font-size: 19px;
}

a:hover.impressum{
	color: #1ABAA7;
}
/*-------------------------------------------------------*/

/*---------------------------------- media querie Navigation anpassen --------------------------------------*/

@media (max-width:1045px) and (min-width:940px){
	
	.nav{
		width: 100%;
	}
	
	.sticky{
	position: fixed;
	width: 80vw;
	max-width: 1200px;
	margin: 0px auto;
	top: 0px;
	z-index: 999;
}


} /* Die Klammer */


/*---------------------------------- media querie Tablett --------------------------------------*/

@media (max-width:939px) and (min-width:840px){
	
	.prev, .next {
		top: 50%;
		margin-top: 0px;
	}
	
	.nav{
		display: none;
	}
	.navtab{
		display: block;
	}
	
	.sidenav_tab{
		top: 150px;
	}
	
	.article2{
		padding-top: 125px;
	}
	
/*---------------- ersatztextboxen ---------------------*/	
	.textbox_tab{
		display: block;
	}
/*-----------------------------------------------------*/	
	.flexcontain{
		flex-flow: column;
	}
	
	.flextext1{
		padding-right: 0px;
		flex-basis: 100%;
	}
	
	.flextext2{
		padding-left: 0px;
		flex-basis: 100%;
	}
	
	.flextext3{
		padding-left: 0px;
		flex-basis: 100%;
	}
	
	
	.karte_m{
		flex-basis: 100%;
		margin-right: 0px;
		margin-bottom:20px;
	}
	
	.karte_h{
		flex-basis: 100%;
		margin-left: 0px;
	}
	
	.flexcontain_tab{
		display: block;
	}
/*---------- news --------*/
	
	div.menue{
		display: none;
	}

	div.menue_tab{
		display: block;
	}
/*--------- team ---------*/	
	.test{
		display: none;
	}
	
	.test2{
		display: flex;
	}
/*---------- modal karten pop up ---------*/	

	
	

} /* Die Klammer */

/*---------------------------- tablett 2 --------------------------------*/

@media (max-width:839px) and (min-width:550px){
	
	.prev, .next {
		top: 50%;
		margin-top: 0px;
	}
	
	.nav{
		display: none;
	}
	.navtab{
		display: block;
	}
	
	.sidenav_tab{
		top: 150px;
	}
	
	.article2{
		padding-top: 125px;
	}
	
	.flexcontain{
		flex-flow: column;
	}
	
	.flextext1{
		padding-right: 0px;
		flex-basis: 100%;
	}
	
	.flextext2{
		padding-left: 0px;
		flex-basis: 100%;
	}
	
	.flextext3{
		padding-left: 0px;
		flex-basis: 100%;
	}
	
	.karte_m{
		flex-basis: 100%;
		margin-right: 0px;
		margin-bottom:20px;
	}
	
	.karte_h{
		flex-basis: 100%;
		margin-left: 0px;
	}
	

	
/*---------- news --------*/
	
	div.menue{
		display: none;
	}

	div.menue_tab{
		display: block;
	}
/*--------- team ---------*/	
	.test{
		display: none;
	}
	
	.test2{
		display: flex;
	}
/*--------- training ---------*/	
	.tablett_ersatz{
	display: block;
	}
	
	.flexcontain_training{
		display: none;
	}
/*----------------------------*/
	
	.close {
    /* Position it in the top right corner outside of the modal */
    right: 20px;
    top: -80px;
	}
	
	/* Modal Content/Box */
	.modal-content {
    width: auto; /* Could be more or less, depending on screen size */
	left:0%;
	right: 0%;
	top: 15%;
	}	
	
	

} /* Die Klammer */

/*---------------------------- smartphone --------------------------------*/

@media (max-width:549px) and (min-width:100px){
	
	h1, h3{
		text-align: center;
	}
	
	.nav{
		display: none;
	}
	.navtab{
		display: none;
	}
	
	.navmobile{
		display: block;
	}
	
	.sidenav_tab{
		top: 150px;
	}
	
	.article2{
		padding-top: 125px;
	}
	
	.flexcontain{
		flex-flow: column;
	}
	
	.flextext1{
		padding-right: 0px;
		flex-basis: 100%;
	}
	
	.flextext2{
		padding-left: 0px;
		flex-basis: 100%;
	}
	
	.flextext3{
		padding-left: 0px;
		flex-basis: 100%;
	}
	
	.karte_m{
		flex-basis: 100%;
		margin-right: 0px;
		margin-bottom:20px;
	}
	
	.karte_h{
		flex-basis: 100%;
		margin-left: 0px;
	}
	
/*---------- news --------*/
	
	div.menue{
		display: none;
	}

	div.menue_tab{
		display: block;
	}
/*--------- team ---------*/	
	.test{
		display: none;
	}
	
	.test2{
		display: none;
	}
	
	.test3{
		display: block
	}
	
	.plate-default{
		width: 100%;
		flex: none;
		margin-right: 0px;
		margin-bottom: 10px;
	}
/*--------- training ---------*/	
	.tablett_ersatz{
	display: block;
	}
	
	.flexcontain_training{
		display: none;
	}
/*----------------------------*/
	
	.close {
    /* Position it in the top right corner outside of the modal */
    right: 20px;
    top: -80px;
	}
	
	/* Modal Content/Box */
.modal-content {
    width: auto; /* Could be more or less, depending on screen size */
	left:0%;
	right: 0%;
	top: 15%;
	}
	

} /* Die Klammer */








