/* Farbverhalten CONTAINER und COLS etc. */
.coloring { background-color: #FFFFFF; }
.coloring2 { background-color: #ededed; }
.coloring3 { background-color: #5c4740; }

.scroll-top-wrapper { /* TO-TOP-BUTTON | nur in DESKTOP Ansicht sichtbar*/
		position: fixed;
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
		text-align: center;
		z-index: 9999998;
		background-color: transparent;
		color: #ededed;
		width: 50px;
		height: 48px;
		line-height: 40px;
		right: 30px;
		bottom: 30px;
		padding-top: 2px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		}
.scroll-top-wrapper:hover { background-color: transparent; color: #88b91d;}
.scroll-top-wrapper.show { visibility:visible; cursor:pointer; opacity: 1.0; }
.scroll-top-wrapper i.fa { line-height: inherit; }

/* Transparenz Button HOVER bei Links */
.btn:hover,
.btn:focus { filter: alpha(opacity = 80); -ms-filter: "alpha(opacity = 80)"; opacity: .80; }

/* Breadcrump */
.breadcrumb { padding: 8px 0px; margin-bottom: 0px; list-style: none; background-color: transparent; border-radius: 0px; }
.breadcrumb > li + li:before { /* Trenner */
  padding: 0 5px;
  color: #CCCCCC;
  content: "/\00a0";
}

/* ABSTAND DER BOXEN ZUEINANDER */
.abstand { margin-bottom: 30px; }

/* Datenbank */
.datenbank { width: 100%; height: 1px; border-bottom: 1px solid #e7e4e3; padding-top: 7px; margin-bottom: 7px; }

/* MOGLICHES BOXMODELL */
.box1 { width: 100%; background-color: #e7aa04; text-align: center; position: relative; padding: 30px; border: 0px solid #FFFFFF; }
.box1:hover { background-color: #f1cc68; }
.box2 { width: 100%; background-color: #88b91d; text-align: center; position: relative; padding: 30px; border: 0px solid #FFFFFF; }
.box2:hover { background-color: #b8d577; }
.box3 { width: 100%; background-color: #49b2a6; text-align: center; position: relative; padding: 30px; border: 0px solid #FFFFFF; }
.box3:hover { background-color: #92d1ca; }

.grey { width: 100%; position: relative; padding: 30px; border: 1px solid #ededed; background-color: #ededed; }
.grey:hover { border: 1px solid #88b91d; }

/* MixItUp */
#Container .mix { display: none; }
.mix { border: 4px dashed #000000; }





/* Extra-kleine Geräte (Smartphones, weniger als 768px (col-xs-)) */
/* Kein Media-Query, weil dies der Standard in Bootstrap ist */
.contenttop2 { padding-top: 30px; }
.contenttop { margin-top: 15px; z-index: 2; }
.totop { padding-top: 40px; padding-bottom: 20px; }

.trainernetzwerk { float: none; margin-bottom: 30px; padding-right: 0px; }

.zeigen { width: 25%; display: block; float: right; text-align: right; margin-top: 10px; }

body, td, p, .n, blockquote { font-size: 14px; }

.picborder 		{ border: 10px solid #ededed; }
.footer 		{ padding-top: 30px; padding-bottom: 0px; }
.texttop 		{ top: 180px; }
.bundesweit 	{ right: 0px; }

H1 { font-size: 16px; line-height: 22px; font-weight: 700; text-transform: uppercase; }
H2 { font-size: 18px; line-height: 24px; font-weight: 700; text-transform: uppercase; }
H3 { font-size: 20px; line-height: 26px; font-weight: 700; text-transform: uppercase; }

span.breadcrumb { font-size: 13px; }
a.breadcrumb 	{ font-size: 13px; }
span.fusszeile 	{ font-size: 14px; line-height: 16px; }
a.fusszeile 	{ font-size: 14px; line-height: 16px; }
span.aktbig 	{ font-size: 18px; line-height: 18px; font-weight: 700; }
span.aktsmall 	{ font-size: 12px; line-height: 12px; }
span.topic1 	{ font-size: 12px; line-height: 12px; font-weight: 700; }
span.topic2 	{ font-size: 12px; line-height: 12px; font-weight: 400; }

.small 			{ font-size: 12px; line-height: 14px; }
a.small 		{ font-size: 12px; line-height: 14px; }

a { font-size: 14px; }
a.button > .btn         { font-size: 14px; padding: 10px 10px 10px 10px; } 

#myCarousel { display: block; }

.carousel .item { height: auto; }
.carousel-control { 
		height: auto; 
		margin-top: 0px; 
		width: 10%;
		color: #FFF;
		text-shadow: 0 1px 1px rgba(0,0,0,.4);
		filter: alpha(opacity=50); 
		opacity: .5; 
		background-color: transparent; 
		border: 0px; 
		z-index: 20; }
.header { 
	display: block;
	position: relative;
	height: auto;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
	z-index: 1; } 
	
.googlemaps { height: 250px; }

.logo img { width: 100%; max-width: 200px; height: auto; padding-top: 12px; padding-bottom: 15px; }

.form-control { background-color: #FFFFFF; border: 0px solid #000000; }
.form-control:focus { border-color: #000000; outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.045), 0 0 8px rgba(175, 175, 175, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.045), 0 0 8px rgba(175, 175, 175, .6); }
.btn { padding: 5px 8px; font-size: 13px; color: #000000; }





/* Kleine Geräte (Tablets, 768px und breiter (col-sm-)) */
@media (min-width: 768px) { 
.totop 	{ padding-top: 60px; padding-bottom: 30px; }

/* MOGLICHES BOXMODELL */
.box1 { width: 100%; background-color: #e7aa04; text-align: center; position: relative; padding: 30px; border: 10px solid #FFFFFF; }
.box1:hover { background-color: #f1cc68; }
.box2 { width: 100%; background-color: #88b91d; text-align: center; position: relative; padding: 30px; border: 10px solid #FFFFFF; }
.box2:hover { background-color: #b8d577; }
.box3 { width: 100%; background-color: #49b2a6; text-align: center; position: relative; padding: 30px; border: 10px solid #FFFFFF; }
.box3:hover { background-color: #92d1ca; }

.contenttop2 { padding-top: 30px; }
.contenttop { margin-top: -137px; z-index: 2; position: relative; }

.trainernetzwerk { float: left; margin-bottom: 0px; padding-right: 15px; }

.headerheight { height: 110px; }

body, td, p, .n, blockquote { font-size: 14px; }

.picborder 			{ border: 10px solid #ededed; }
.footer 			{ padding-top: 40px; padding-bottom: 10px; }
.texttop 			{ top: 180px; }
.bundesweit 		{ right: 0px; }
.peaktop 			{ padding-top: 30px; }

H1 { font-size: 16px; line-height: 22px; font-weight: 700; text-transform: uppercase; }
H2 { font-size: 18px; line-height: 24px; font-weight: 700; text-transform: uppercase; }
H3 { font-size: 20px; line-height: 26px; font-weight: 700; text-transform: uppercase; }

span.breadcrumb 	{ font-size: 13px; }
a.breadcrumb        { font-size: 13px; }
span.fusszeile 		{ font-size: 12px; line-height: 14px; }
a.fusszeile         { font-size: 12px; line-height: 14px; }
span.aktbig 		{ font-size: 18px; line-height: 18px; font-weight: 700; }
span.aktsmall 		{ font-size: 12px; line-height: 12px; }
span.topic1 		{ font-size: 40px; line-height: 40px; font-weight: 700; }
span.topic2 		{ font-size: 32px; line-height: 32px; font-weight: 400; }

.small 				{ font-size: 12px; line-height: 14px; }
a.small 			{ font-size: 12px; line-height: 14px; }

a 					{ font-size: 14px; }
a.button > .btn 	{ font-size: 14px; padding: 10px 10px 10px 10px; } 

.carousel .item { height: auto; }
.carousel-control { 
		height: auto; 
		width: 10%; }
.header { height: auto; }

.googlemaps { height: 400px; }

.logo img { width: 100%; max-width: 200px; height: auto; padding-top: 20px; padding-bottom: 10px; display: block; margin-right: auto; margin-left: auto; }

.form-control { height: 30px; padding: 0px 12px; font-size: 13px; }
.btn { padding: 5px 8px; font-size: 13px; }
}



/* Mittlere Geräte (Desktop-PCs, 992px und breiter (col-md-)) */
@media (min-width: 992px) {
.contenttop { margin-top: -139px; z-index: 2; position: relative; }
.headerheight { height: 100px; }

body, td, p, .n, blockquote { font-size: 16px; }

.picborder 			{ border: 10px solid #ededed; }
.footer 			{ padding-top: 50px; padding-bottom: 20px; }
.texttop 			{ top: 210px; }
.bundesweit 		{ right: 10px; }
.peaktop 			{ padding-top: 10px; }

H1 { font-size: 19px; line-height: 25px; font-weight: 700; text-transform: uppercase; }
H2 { font-size: 21px; line-height: 27px; font-weight: 700; text-transform: uppercase; }
H3 { font-size: 23px; line-height: 29px; font-weight: 700; text-transform: uppercase; }

span.breadcrumb 	{ font-size: 13px; }
a.breadcrumb        { font-size: 13px; }
span.fusszeile 		{ font-size: 14px; line-height: 16px; }
a.fusszeile         { font-size: 14px; line-height: 16px; }
span.aktbig 		{ font-size: 22px; line-height: 22px; font-weight: 700; }
span.aktsmall 		{ font-size: 14px; line-height: 14px; }
span.topic1 		{ font-size: 50px; line-height: 50px; font-weight: 700; }
span.topic2 		{ font-size: 40px; line-height: 40px; font-weight: 400; }

.small 				{ font-size: 14px; line-height: 16px; }
a.small 			{ font-size: 14px; line-height: 16px; }

a 					{ font-size: 16px; }
a.button > .btn 	{ font-size: 16px; padding: 10px 10px 10px 10px; } 

.carousel .item { height: auto; }
.carousel-control { 
		height: auto; 
		width: 10%; }
.header { height: auto; }

.googlemaps { height: 600px; }

.logo img { width: 100%; max-width: 213px; height: auto; padding-top: 30px; padding-bottom: 30px; }

.form-control { height: 30px; padding: 0px 12px; font-size: 13px; }
.btn { padding: 5px 8px; font-size: 13px; }
}



/* Große Geräte (Desktop-PCs, 1200px und breiter (col-lg-)) */
@media (min-width: 1200px) { 
.contenttop { margin-top: -140px; z-index: 2; position: relative; }
.headerheight { height: 105px; }

body, td, p, .n, blockquote { font-size: 18px; }

.picborder 			{ border: 10px solid #ededed; }
.footer 			{ padding-top: 50px; padding-bottom: 20px; }
.texttop 			{ top: 220px; }
.bundesweit 		{ right: 50px; }
.peaktop 			{ padding-top: 10px; }

H1 { font-size: 20px; line-height: 26px; font-weight: 700; text-transform: uppercase; }
H2 { font-size: 22px; line-height: 28px; font-weight: 700; text-transform: uppercase; }
H3 { font-size: 24px; line-height: 30px; font-weight: 700; text-transform: uppercase; }

span.breadcrumb 	{ font-size: 13px; }
a.breadcrumb        { font-size: 13px; }
span.fusszeile 		{ font-size: 16px; line-height: 18px; }
a.fusszeile         { font-size: 16px; line-height: 18px; }
span.aktbig 		{ font-size: 24px; line-height: 24px; font-weight: 700; }
span.aktsmall 		{ font-size: 14px; line-height: 14px; }
span.topic1 		{ font-size: 60px; line-height: 60px; font-weight: 700; }
span.topic2 		{ font-size: 48px; line-height: 48px; font-weight: 400; }

.small 				{ font-size: 14px; line-height: 16px; }
a.small 			{ font-size: 14px; line-height: 16px; }

a 					{ font-size: 18px; }
a.button > .btn 	{ font-size: 18px; padding: 10px 10px 10px 10px; } 

.carousel .item { height: auto; }
.carousel-control { 
		height: auto; 
		width: 10%; }
.header { height: auto; }

.googlemaps { height: 650px; }

.logo img { width: 100%; max-width: 243px; height: auto; padding-top: 30px; padding-bottom: 30px; display: block; margin-right: auto; margin-left: auto; }

.form-control { height: 30px; padding: 0px 12px; font-size: 13px; }
.btn { padding: 5px 8px; font-size: 13px; }
}