/*<style name="viewport" content="width=device-width, user-scalable=yes"><style name="viewport" content="width=device-width, user-scalable=yes">*/

/*

Based on:

My Custom CSS
=============

Author:  Brad Hussey
Updated: August 2013
Notes:	 Hand coded for Udemy.com

*/


/* --------------------------------------
   Layout
   -------------------------------------- */
body {
	/*background-color:#0F0;*/
	/*font-family: "Helvetica",Arial,sans-serif;*/
}

#features {
	text-align: center;
}

#features img {
	margin: 0 0 12px;
}

#inputMessage {
	margin-bottom: 15px;
}

footer {
	background: #333;
	color: #eee;
	font-size: 11px;
	padding: 20px;
}


.container {
    background-color: #fff;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}

#ContentContainer {
	margin-bottom:20px;
}

footer .container {
    background-color: #333;
}

/* ++++++++++ Bilder +++++++++ */

.img-responsive,
.img-responsive-swap-large,
.img-responsive-swap-small {
margin-bottom: 6px;
}

/* Bilder austauschen je nach Bildschirmgröße */
.img-responsive-swap-large {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.img-responsive-swap-small {
  display: none;
  height: auto;
  max-width: 100%;
}

/* Bilder im Text, Abstand Text-Bild */
/* haben noch keine Media Queries */

.bilderLinks,
.bilderSmallLinks,
.bilderSmallLinksFest,
.bilderSmallLinksFest2,
.bilderSmallLinksFlex,
.bilderSmallLinksFlex2 {
	margin:5px 15px 10px 0px;
}

.bilderSmallLinks {
	width: 300px;
}

.bilderSmallLinksFest2 {
float: left;
}

.bilderSmallLinksFlex {
float: left;
width: 33%;
height: auto;
}

.bilderSmallLinksFlex2 {
float: left;
width: 18%;
height: auto;
}

/* Spaltenfüllende Bilder */
.bilderLinks {
	max-width: 100%;
}

.BU {
	font-size:0.8em;
	margin-top:-4px;
}


/* +++++++++++++ Testarea - gedrehte Fotos +++++++++++ */
/* DIV "fotoContainer" bekommt nur dann eine dynamische Höhe, wenn er mindestens ein Element OHNE "position: absolute" enthält  */
.fotoContainer {
margin: 20px 0 0 0px;
width: 97%;
position: relative;
/*background-color: aquamarine;*/
display: flex;
justify-content: space-between;
height: auto;
padding: 1.5% 0 5% 0;
}


.fotoContainer1 {
transform: rotate(-10deg);
/*position: absolute;*/
/*margin-left: 2%;*/
height: 33%;
width: 33%;
}

.fotoContainer2 {
transform: rotate(6deg);
position: absolute;
margin-left: 33%;
height: auto;
width: 33%;
}

.fotoContainer3 {
transform: rotate(-10deg);
position: absolute;
margin-left: 66%;
height: auto;
width: 33%;
}

/* +++++++++++++ END Testarea - gedrehte Fotos +++++++++++ */


/* --------------------------------------
   AnkerZiel versetzen
   https://www.myspartester.de/2016/03/20/html-anker-als-sprungmarke-setzen/
   -------------------------------------- */
.position::before {
display: block;
content: "";
height:120px;
margin-top: -120px;
visibility: hidden;
}

.hinten {
    z-index: 0;
}

.mitte {
    z-index: 250;
}

.vorn {
    z-index: 500;
}

/* --------------------------------------
   Typography
   -------------------------------------- */

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	background-color: #FFF;
	/*background-image: url(../../images/Web-Icons_RZ.jpg);*/
	background-image: url(../../images/Web-Icons_RZ.jpg);
	/*background-repeat:repeat-x;*/
}

h1, h2 { /* autom. Trennungen: */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

h1 { 
   font-weight: 300;
}

h2 {
color: #e97019;
font-weight: 600;
font-size: 28px;
}

/* wirkt auf Seite "Infos" */
img + h2 {
    margin-top: 6px;
}

h5, .h5 {
text-transform: uppercase;
font-weight: bold;
letter-spacing: 0.05em;
color: #6e6e6e;
}

.fliess {
	font-size:14px;
	font-weight:300;
}

.stress {
color: #e97019;
font-weight: 600;
letter-spacing: 0.02em;
}

.well .page-header {
	margin-top: 0;
}

.well .page-header h1 {
	margin-top: 0;
}

ul.unstyled {
	list-style: none;
	padding: 0;
}

/*Schrift vergrößert im NavMenu*/
.nav {
	/*font-size:1.2em;*/
}

/* indiv. margins */
.margin-top-b {
margin-top: 20px;
}
.margin-top-c {
margin-top: 40px;
}
.margin-bott-b {
margin-bottom: 20px;
}
.margin-bott-c {
margin-bottom: 40px;
}

/* glyphicons */
.glyphicon-download-alt, .glyphicon-envelope, 
.glyphicon-play, .glyphicon-earphone, .glyphicon-new-window, .glyphicon-phone-alt,
.glyphicon-save-file {
	font-size: 0.8em;
}

.glyphicon-print {
	font-size: 0.85em;
}

.glyphicon-download-alt, .glyphicon-envelope, 
.glyphicon-earphone, .glyphicon-phone-alt, .glyphicon-print,
.glyphicon-save-file, .glyphicon-file {	
	margin-right: 6px;
}

 
.glyphicon-play, .glyphicon-new-window {
	margin-right: 3px;
}

.glyphicon-download-alt, .glyphicon-envelope, 
.glyphicon-earphone, .glyphicon-phone-alt, .glyphicon-print,
.glyphicon-save-file {
	padding-left: 1px;
}


/* Links on top, direkt unter h1 */
.topLink {
	clear:both;
	padding-bottom:40px;
	padding-left: 0;
}

/* Links on top, direkt neben h */
.hplusLinks,
.topLinksNachH {
	display:inline-block;
	margin-right:20px;
	margin-bottom: 15px;
}

.topLinksNachH,
.topLinksNachH a {
	font-weight:700;
}

.topLink li {
	float:left;
	list-style:none;
}

.topLink li a {
	font-weight:700;
	margin-right:15px;
}
/* END Links direkt unter h1 */


/*Wochenprogramm*/
#termine {
}

#termineExt .row {
	border-top: 1px solid;
	color: #F00;
}


.uhrzeit {
	border-top: 1px solid;
	color: #5a88aa;
	font-weight: bold;
	padding-top: 12px;
}

/*Musterlayout externe Termine nach http://www.templatemonster.com/demo/51656.html */

.list3 {
    list-style: outside none none;
    margin: 0;
    /*overflow: hidden;*/
    padding: 0;
    position: relative;
}

.list3 li figure {
    display: block;
    float: left;
    margin: 0 20px 0 0;
    /*overflow: hidden;*/
    padding: 0;
}

.list3 li figure {
   /* margin-right: 53px;*/
}

.list3 li figure img {
    width: 100%;
}

.datum {
	color: #5a88aa;
	font-weight: bold;
}

/*.list3 li .info1 {
    margin-top: 46px;
    overflow: hidden;
}*/
.list3 li .info1 {
    margin-top: 30px;
   /* overflow: hidden;*/
    padding-right: 10px;
}

.list3title1 {
    color: #4e4134;
    font-size: 26px;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 10px;
	/* autom. Trennungen: */
-moz-hyphens: auto;
-o-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}

.box4 {
	/*height:100%;*/
}

/*steuert einheitliche Höhe der Elemente:*/
.info1 {
/*height: 148px; raus sonst überschneiden sich die Blöcke */
}

.btn-link1 {
    color: #585858;
    font-size: 15px;
    line-height: 22px;
    position: relative;
}


/* Linientrenner auf Seite 'Links' */
/*#navLinks .col-lg-6 {
	border-top: 1px solid #5a88aa;
	padding-top: 22px;
	padding-left: 0;
	margin-bottom: 12px;
}*/

#navLinks .col-lg-6::before {
    background: #5a88aa none repeat scroll 0 0;
    bottom: -14px;
    content: "";
    height: 1px;
    left: 15px;
    position: absolute;
    width: 94%;
}

#navLinks .col-lg-6 {
	min-height:134px;
	margin-bottom:22px;
	padding-top:12px;
}

/* Linientrenner auf Seit 'Neuigkeiten' */
#neuigkeiten .col-lg-6 {
	margin-bottom:22px;
/*	border-top: 1px solid #5a88aa;
	padding-left: 0;*/
	/*margin-top: 6px;*/
}

#neuigkeiten .col-lg-6::before {
    background: #5a88aa none repeat scroll 0 0;
    bottom: -14px;
    content: "";
    height: 1px;
    left: 15px;
    position: absolute;
    width: 94%;
}

/* --------------------------------------
   Navbar
   -------------------------------------- */

/*menus open through hovering your mouse over them*/
.dropdown:hover .dropdown-menu {
display: block;
}


#searchInput {
	width: 200px;
}

.navbar{
background-color:transparent; /* #FFF */
}

.navbar-brand {
	padding: 25px 15px;
	max-width:none;/*none*/
	margin-right: 25px;
}

/*weißer Trenner*/
.navbar-nav > li {
    margin-right: 3px;
	margin-bottom: 3px;
}

.nav-collapse.collapse {
    padding: 22px 0;
}

.navbar-nav>.active>a {
color:#555;
background-color:#ffc272;
}

.navbar-nav>.active>a:hover{
	color:#555;
	background-color:#fbdcb4;
}

/* ++++++ Dropdown-Menu ++++++++ */

.caret {
	margin-left:4px;
}

.navbar-nav > li > a {
background-color: #ffc272;
color: #555555;
}

.navbar-nav > li > a:hover {
background-color: #fbdcb4;
color: #555555;
}

.dropdown-menu > li > a {
background-color: #fbdcb4;
}

/*current page indicator*/
#home #navHome a,
#traeger li#navTraeger > a,
#ueberUns li#navUeberUns > a,
#angebot #navAngebot a,

/*#angebot #navAngebot.dropdown a,*/

#anmeldung #navAnmeldung.dropdown a,
#raeume #navRaeume.dropdown a,
#paedagogik #navPaedagogik.dropdown a,
#tagBeiUns #navTagBeiUns.dropdown a,
#infos #navinfos.dropdown a,
#kontakt #navKontakt a
{
/*	color:#FFF;*/
background-color: #e97019;
color:#FFF;
}


/* Abstand zu fixed Navigation */

.navBarDistance {
	margin-top: 100px;
}

/* --------------------------------------
   Carousel
   -------------------------------------- */

#myCarousel { /* Abstand zu fixed Navigation */
	margin-top: 40px;
}

.carousel-caption {
	font-size: 24px;
	text-shadow: 4px 4px 11px rgba(0, 0, 0, 1);
}

.carousel-caption h4 {
	font-size: 32px;
}

#myCarousel .item { height: 400px; }

#slide1 {
	background: url('../../images/carousel_medium_1.jpg') top center no-repeat;
}


#slide2 {
	background: url('../../images/carousel_medium_2.jpg') top center no-repeat;
}

#slide3 {
	background: url('../../images/carousel_medium_3.jpg') top center no-repeat;
}



/*Pfeile*/
.carousel-control .glyphicon, .carousel-control .icon-prev, .carousel-control .icon-next {
font-size: 180px;
margin-left: -20px;
margin-top: -50px;
}

/*sliding tempo default: 0.6 */
.carousel-inner > .item {
  -webkit-transition: 1.2s ease-in-out left;
          transition: 1.2s ease-in-out left;
}

/* kein Schattierung hinter Pfeilen */
.carousel-control.left,
.carousel-control.right {
background-image: none;
}

/* --------------------------------------
   Global Styles
   -------------------------------------- */

.alert {
	margin-top: 20px;
	display: none;
}

.well {
	margin: 20px 0;
}

.tabbable img.thumbnail {
	margin: 0 20px 10px 0;
}

.thumbnails {
	margin: 20px 0;
}

.thumbnail {
	position: relative;
}

.thumbnail h3 {
	font-size: 16px;
	margin: 0 0 10px;
	line-height: 20px;
}

.thumbnail .price {
	font-size: 22px;
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 10px;
}

.thumbnail .price sup {
	font-weight: normal;
	font-size: 12px;
}

.thumbnail span.glyphicon {
	margin-right: 5px;
}




.btn-warning,
.btn-danger {
	background-color: #c4cdda;
	border-color: #c4cdda;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
	background-color: #92a6b6;
	border-color: #92a6b6;
}


/* --------------------------------------
   Text Styles
   -------------------------------------- */

.textlist {
padding-left: 16px;
}

.textlist li {
	padding-bottom:8px;
}

/* --------------------------------------
   Image Gallery
   -------------------------------------- */

/*.gallery > .col-12 {
margin-top: 90px;
}*/

.gal-List{
margin-left:-36px;}

.gallery img {
margin-bottom: 8px;
}

.gallery li {
list-style:none;
margin: 22px 22px 22px 0;
}

/* ++++++++++++ START block iframes +++++++++++++++ */
/* Script that blocks a YouTube iFrame and overlays it with a consent button */

#video-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
   /* background-color: #000;*/
}
/* preview img : individual class for each video */
.overlayBG-01 {
    background-image: url("../../images/map.svg");
}
.overlayBG-02 {
    background-image: url();
}

#video-gdpr-overlay * {
  position: unset;
  top: unset;
  left: unset;
  width: auto;
  height: auto;
  font-weight: 900;
} 
#video-gdpr-overlay {
/*position: unset;*//* relative to acheive z-index */
  width: 100%;
  background: rgba(255,255,255, 0.8);
  color: #000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: all;
}

#video-gdpr-overlay .inner {
  padding: 10px !important;
}

/* block-map-iframe */
/* Script that blocks a Maps iFrame and overlays it with a consent button*/
/* https://github.com/mountbatt/block-map-iframe */
/* Author: Tobias Battenberg */


#map-wrapper {
    background-image: url("../../images/map.svg");
    background-repeat: no-repeat;
    background-size: cover;
}
#map-gdpr-overlay * {
  position: unset;
  top: unset;
  left: unset;
  width: auto;
  height: auto;
} 
#map-gdpr-overlay {
  width: 100%;
  background: rgba(255,255,255, 0.5);
  color: #000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: all;
}

#map-gdpr-overlay .inner {
  padding: 10px !important;
}
/* ratios */
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  padding-top: 100%;
}

.ratio-4x3 {
  padding-top: 75%;
}

.ratio-16x9 {
  padding-top: 56.25%;
}

.ratio-21x9 {
  padding-top: 42.8571428571%;
}

/* Button like Bootstrap */


/* ++++++++++++ END block iframes ++++++++++ */

/* --------------------------------------
   Media Queries
   -------------------------------------- */

/* Portrait & landscape phone */
@media (max-width: 480px) {
	
	.thumbnail .price {
		font-size: 14px;
	}
	
	.thumbnail .price sup {
		font-size: 10px;
	}

.carousel-control .glyphicon, .carousel-control .icon-prev, .carousel-control .icon-next {
    font-size: 100px;
    margin-top: -50px;
}

/* ++++++ Dropdown-Menu ++++++++ */

.navbar-nav > li > a {
/*damit ganze Navig. auf Smartphones sichtbar*/
padding-top:5px;
padding-bottom:5px;
}

.dropdown-menu > li > a {
padding: 3px 6px 3px 16px;
line-height:1.2;
}


}




/* Landscape phone to portrait tablet */
@media (max-width: 768px) {

.navbar-brand {
	padding-top: 15px;
	padding-bottom: 15px;
}

.marginAfterHeader{
margin-top:100px;
}

#myCarousel {
	/*margin-top: 110px;*/
}
	
	#myCarousel .item { height: 310px; }
	
	#slide1 {
		background: url('../../images/carousel_small_1.jpg') top center no-repeat;
		/*background: url('../../images/carousel_small_01.jpg') top center no-repeat;*/
	}
	
	#slide2 {
		background: url('../../images/carousel_small_2.jpg') top center no-repeat;
	}
    
    #slide3 {
		background: url('../../images/carousel_small_3.jpg') top center no-repeat;
	}
	
	
	.carousel-caption {
		font-size: 16px;
	}
	
	.carousel-caption h4 {
		font-size: 22px;
	}
	
	.gallery li {
		float:left;
}

/*Musterlayout externe Termine nach http://www.templatemonster.com/demo/51656.html */
.list3 li .info1 {
    margin-top: 20px;
    overflow: visible;
}


.list3 li figure {
	float:none;
    margin: 40px 0 0;
    width: 138px;
}


/* Bilder austauschen je nach Bildschirmgröße */
.img-responsive-swap-large {
  display: none;
  height: auto;
  max-width: 100%;
}

.img-responsive-swap-small {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

}

/* Tablet depends on navigation I. Wert war: (min-width: 768px) */
@media (min-width: 769px) and (max-width: 991px)
{
/*damit content nicht unter Navbar verschwindet:*/

.navBarDistance {
	margin-top: 220px;
}

#myCarousel {
/*	margin-top: 200px;*/
}

.marginAfterHeader{
margin-top:210px;/* war 220px - wg. erhöhter Anzahl Menüpunkte */
}

}

/* Tablet depends on navigation I. */
@media (min-width: 992px) and (max-width: 1199px)
{
/*damit content nicht unter Navbar verschwindet:*/
.navBarDistance {
	margin-top: 160px;
}

#myCarousel {
	/*margin-top: 200px;*/
}

.marginAfterHeader{
margin-top:180px;
}

}


/* Large desktop */
@media (min-width: 1200px) {

/*damit content nicht unter Navbar verschwindet:*/
.marginAfterHeader{
margin-top:120px;
background-color: #fff;
padding-left:0px;
}

#myCarousel {
/*	margin-top: 110px;*/
}

	#myCarousel .item { height: 500px; }
	
	#slide1 {
		background: url('../../images/carousel_large_1.jpg') top center no-repeat;
	}
	
	#slide2 {
		background: url('../../images/carousel_large_2.jpg') top center no-repeat;
	}

	#slide3 {
		background: url('../../images/carousel_large_3.jpg') top center no-repeat;
	}

}


/* speziell f iPhone 4S + SE Problem bei Seiten mit Slideshow */
@media (min-width: 200px) and (max-width: 320px)
{
/* damit sich body über Viewport-Breite erstreckt */
body {
	position:absolute;
}

}
