/*gesamt*/
body {
    font-family: 'Century Gothic', sans-serif;
}
a:focus { outline: none;  ie-dummy: expression(this.hideFocus=true);}
.container-fluid {
    max-width: 1600px;
}
.container_wapper {
    width: 100%;
    background: #c0c0c0;
}
.rcolor {
    background: #f00;
}
.gcolor {
    background: #0f0;
}
.bcolor {
    background: #00f;
}
h1 {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    font: normal normal normal 34px/60px 'Century Gothic', sans-serif;
    color: #3b3b3b;
}
.logo a:hover {
    text-decoration: none;
}


/*menu*/
#mobile_menu {
    top: 0;
    width: 250px;
    height: 100%;
    background: #f9f9f9;
    position: fixed;
    z-index: 5500;
    right: -1500px;
    display: none;
    overflow: auto;
}
#mobile_menu ul li a {
    text-align: left;
    background: #f15556;
    color: #000;
}
#mobile_menu ul li:hover a {
    background: #c83233;
	color: #fff;
}
#banner_menu {
    width: 100%;
    background: #f9f9f9;
    height: 94px;
    border-bottom: 1px solid #f15556;
    position: fixed;
    top: 0;
    z-index: 5000;
}
#banner_menu #logo_img {
     max-width: 100px;
    margin-left:-30px;
    margin-right:-100px;
    float: left; 
}
#banner_menu #logo_text {
    font: normal normal normal 36px/1em 'Century Gothic', sans-serif;
    margin-top: 35px;
    padding-left: 40px;
    text-align: left;
    color: #e35354;
}
#banner_menu #logo_text span {
    color: #8C0054;
}
#banner_menu ul li a ,
#banner_menu ul li a:focus {
    padding-top: 35px;
    padding-bottom: 35px;
    font: normal normal normal 18px/23px 'Century Gothic', sans-serif;
    color: #000;
    background: repeat-x url("../images/banner_bg.jpg") 0 -94px ;
    transition-duration: .5s;
}
#banner_menu ul li a:hover ,
#banner_menu ul li a.current
{
    background-position: 0 0px ;
    background-color: #f15556;
    color: #ffffff;
}
#banner_menu #mobile_menu_liste {
    padding-top: 25px;
    font-size: 30px;
    float: right;
    color: #e35354;
}
/*banner slide*/
.banner { 
    width: 100%;
    height: 500px;
    margin-top: 94px;
    position: relative; 
    overflow: hidden;
    text-align:center;
}
.banner ul { 
    list-style: none; 
    padding: 0;
}
.banner ul li { 
    float: left; 
    background-size:50px 50px;
    height:500px;
    width: 100%;
}
.banner div.slide_caption {
	background: rgba(0, 0, 0, 0.0);
    max-width: 600px;
    margin: 120px auto auto auto;
}
.banner div.slide_caption h1 ,
.banner div.slide_caption p {
    background: none ;
    text-align: center;
    color: #000000;
    line-height: 2em;
    text-shadow: 1px 1px 5px rgba(150, 150, 150, 1);
}
.banner div.slide_caption h1 {
    font-size: 64px;
    font-weight: bold;
    margin: 0;
}
.banner div.slide_caption p {
    font-size: 16px;
    font-weight: bold;
}
.banner .btn {
    display: inline-block;
    margin: 25px 0 0;
    padding: 9px 22px 7px;
    clear: both;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,.4);
    border-radius: 5px;
}
.banner .btn:hover {
    background: rgba(255,255,255,.05);
}
.banner .btn:active {
    -webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
    -moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
    -ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
    -o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
    filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
}
.banner .btn, .banner .dot {
    -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}	
.banner .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
.banner .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
.banner .dots li.active {
    background: #fff;
    opacity: 1;
}
.banner_slide_01 {
    background: url('../images/banner_slide_01.jpg');
    background-size: cover;
}
.banner_slide_02 {
    background: url('../images/banner_slide_02.jpg');
    background-size: cover;
}
.banner_slide_03 {
    background: url('../images/banner_slide_031.jpg');
    background-size: cover;
}
.banner_slide_04 {
    background: url('../images/banner_slide_04.jpg');
    background-size: cover;
}
.banner_slide_05 {
    background: url('../images/banner_slide_05.jpg');
    background-size: cover;
}
.banner_slide_06 {
    background: url('../images/banner_slide_06.jpg');
    background-size: cover;
}

#news {
    background: #6698b5;
    float: left;
    overflow: hidden;
}
#news h1, #news h3{
    color: #fff;
}
#news p{
    color: #fff;
    text-align: justify;
}
news .quer{
    width: 80%;
    height: 80%;
}
#news a{
	    color: #e35354;
}



/*ueberuns*/
#ueberuns {
    background: #ffffff;
    float: left;
}
#ueberuns .historie h2 {
    text-align: center;
    font: normal normal normal 20px/25px 'Century Gothic', sans-serif;
}
#ueberuns .historie p {
    text-align: center;
    font: normal normal normal 14px/23px 'Century Gothic', sans-serif;
}
#ueberuns .trainer {
    background-color: #efc84a;
    color: #ab4921;
}
}
#ueberuns #trainer_text_wap {
    overflow: hidden;
}
#ueberuns #trainer_text_wap h2 {
    font-size: 24px;
    margin: 0;
    padding: 12px 0;
}
#ueberuns #trainer_text_wap h3 {
    font-size: 20px;
    margin: 0;
    padding: 12px 0;
}
#ueberuns #trainer_text_wap img {
    margin-bottom: 20px ;
}
#ueberuns #trainer_text_wap p {
    font-size: 14px;
    line-height: 2em;
}
#ueberuns .trainer_text {
    width: 100%;
    float: left;
}
#ueberuns .pre_next {
    font-size: 70px;
    top: 50%;
    margin-top: -35px;
    position: absolute;
}
#ueberuns .pre_next a {
    color: #6698b5;
    float: left;
}
#ueberuns .pre_next a:hover {
    color: #334d5c;
}
#ueberuns #trainer_text_wap h1 {
    font-size: 70px;
    top: 50%;
    margin-top: -35px;
}
#ueberuns .trainer_top_bottom_spacer {
    padding-bottom: 80px;
}


/*kurse*/
#kurse {
    background: #6698b5;
    float: left;
    overflow: hidden;
}
#kurse p {
    color: #fff;
    line-height: 30px;
	margin-top: 15px;
}
#kurse h1{
    color: #fff;
}
#kurse .kurs_box_wap {
    overflow:hidden;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
}
#kurse .kurs_box_wap .kurs_box_img {
    position: relative;
    top: 0;
}
#kurse .kurs_box_wap .kurs_box_caption {
    position: relative;
    top: 0;
    padding-bottom: 10px;
    background: #fff;
    width: 100%;
    border-top: 3px solid #3c6f8c;
}
#kurse .kurs_box_wap h1,
#kurse .kurs_box_wap p {
    margin: 0;
    color: #000000;
    text-align: left;
}
#kurse .kurs_box_wap p {
    padding: 5px 20px 15px 20px;
}
#kurse .kurs_box_wap h1 {
    padding: 20px 20px 20px 20px;
    font-size: 24px;
    line-height: 24px;
}


/*uebersicht*/
#uebersicht {
    background: #fff;
    float: left;
	 font-size: 14px; 
}
#uebersicht .blue{
    color: Blue;
    margin-bottom:2px;
}


/*kontakt*/
#kontakt {
    background: #6698b5;
    float: left;
	 padding-bottom:3em;
}
#kontakt a{
	    color: #fff;
		 text-decoration: underline;
}

#kontakt h1 {
    color: #fff;
}
#kontakt h2 {
    font-size: 24px;
    color: #fff;
    padding-top: 0;
    padding-bottom: 20px;
}
#kontakt_map {
    width: 100%;
    height: 320px;
    float: left;
    margin-bottom: 40px;
}
#kontakt ul li a {
    background: none;
}
#kontakt ul li a i {
    width: 60px;
    padding: 20px 0;
    font-size: 32px;
    color: #fff;
    text-align: center;
}
#kontakt p {
    color: #fff;
    line-height: 30px;
}
#kontakt span {
    right:20px;
}

#kontakt button {
    width: 100%;
    float: left;
    border: none;
}

#kontakt .fa{
    color: gray;
	 position: absolute;
	 left: 25px;
	 top: 10px;
}

#kontakt input, #kontakt textarea{
	padding-left: 30px;
}

/*footer*/
#footer {
    width: 100%;
    border-top: 2px solid #507f9a;
    height: 40px;
    background: #447693;
    position: fixed;
    float: left;
    bottom: 0px;
    z-index: 2000;
}
#footer p {
    color: #fff;
    padding-top: 10px;
    text-align: center;
}
#footer a {
    color: #fff;
    text-decoration: none;
}

/*  Small devices (tablets, 768px and up)  */
@media (max-width: 768px ) {
.sub{
    font: normal normal normal 20px/30px 'Century Gothic', sans-serif;
    }
#ueberuns .pre_next {
    font-size: 15px;
    }
#footer #klein {
    font-size: 8px;
    }
}
/*  Medium devices (desktops, 992px and up)  */
@media (max-width: 970px ) {
#banner_menu #logo_text {
    font: normal normal normal 25px/1em 'Century Gothic', sans-serif;
    }
}
/*  Large devices (large desktops, 1200px and up)  */
@media (min-width: 1200px ) {
}