/* Global Styles 
color:   blau   #1181a9
		grün   #8bbb15
		orange: #e85811


*/

html,
body {
  height: 100%;
  width: 100%;
}
.blau
{
	color: #1181a9;
}

.green {
	color: #8bb15;
}

.bigfont{
	font-size: 36px;
	font-family:"Times New Roman", Times, serif;
}

background{
	background: url(../img/logo_bg.png) top no-repeat;
}

.btn-kreis {
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align:middle;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42;
  border-radius: 30px;
}

.whiteonblue{
	color: white;
	background-color:#1181a9;
}

.whitefont{
	color: white;

}
.whiteongreen{
	color: white;
	background-color:#b1c903;
	    -moz-box-shadow: 4px -5px 10px rgba(96, 96, 96, 0.5);
    -webkit-box-shadow: 4px -5px 10px rgba(96, 96, 96, 0.5);
    box-shadow: 4px -5px 10px rgba(96, 96, 96, 0.5);
}

.whiteongrey{
	color: white;
	background-color:#9c9e9f;
	    -moz-box-shadow: 4px -5px 10px rgba(96, 96, 96, 0.5);
    -webkit-box-shadow: 4px -5px 10px rgba(96, 96, 96, 0.5);
    box-shadow: 4px -5px 10px rgba(96, 96, 96, 0.5);
}

.white{
	background-color:white;
	color: #b1c903;
}

.white2{
	background-color: #fff;
	color: #3d3d3d;
}

.whitepreise{
	background-color: #fff;
	color: #3d3d3d;
	padding: 13px;
}

.whitepreise h4{
	color: #8bbb15;
}
.paddingpreise{
	padding: 15px;
}

.fontpreise{
	font-size: 26px;
	color: #e85811;
}

.blueonwhite{
	background-color: #fff;
	color: #1181a9;
	
}



.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 0 0 0;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  font-weight: 700;
}
.bluefont{
	color:
}

.underline {
	text-decoration:underline;
}
/*fixed navigation*/

/* .fixnavshadow
{
	


    -moz-box-shadow: -1px 3px 11px #1181a9;
    -webkit-box-shadow: -1px 3px 11px #1181a9;
    box-shadow: -1px 3px 11px #1181a9;



} */
.services ul {
    list-style-image: (../bubble.png);
} 
.schatten {
	


    -moz-box-shadow: 4px -5px 10px rgba(96, 96, 96, 0.5);
    -webkit-box-shadow: 4px -5px 10px rgba(96, 96, 96, 0.5);
    box-shadow: 4px -5px 10px rgba(96, 96, 96, 0.5);




}

.textschattenweiss {
	

text-shadow:7px -2px 8px #ffffff;




}

.textschattenweis {
	

text-shadow:1px 1px 1px #000;
color: #fff;



}

.textschattengrau{
	

text-shadow:7px -2px 8px #3d3d3d;




}


.schatteninnen{
	



    -moz-box-shadow:inset 2px -1px 31px #3d3d3d;
    -webkit-box-shadow:inset 2px -1px 31px #3d3d3d;
    box-shadow:inset 2px -1px 31px #3d3d3d;




}

.schattenrechtliches{
	



    -moz-box-shadow:inset 2px 45px 31px #3d3d3d;
    -webkit-box-shadow:inset 8px 45px 31px #3d3d3d;
    box-shadow:inset 2px 45px 31px #3d3d3d;




}
.schattenunten{
	

    -moz-box-shadow:0 -5px 15px -5px #3d3d3d inset;
    -webkit-box-shadow:0 -5px 15px -5px #3d3d3d inset;
    box-shadow:0 -5px 15px -5px #3d3d3d inset;


}

.anmeldung{
	background: url(../img/frosch_bg.jpg) no-repeat bottom right #fff;
}

.abgerundet1
{
border-top-left-radius: 60px; border-bottom-right-radius: 60px; border-bottom-left-radius: 0px; -moz-border-radius-topleft: 60px; -moz-border-radius-bottomright: 60px; -moz-border-radius-bottomleft: 0px; -webkit-border-top-left-radius: 60px; -webkit-border-bottom-right-radius: 60px; -webkit-border-bottom-left-radius: 0px;}

.abgerundet2

.lgn_abstand{
	padding-bottom: 20px;
}

    .kreis_img {
    font: 11px Georgia, "Times New Roman", Times, serif; /* Schrift*/
    width:140px; /* gleiche Breite wie */
    height:140px; /* Höhe angeben damit es ein Kreis wird */
    text-align:center; /* Text wird zentriert*/
    border-radius:50%; /* Border-Radius auf 50% bedeutet rund*/
    background:rgba(70,70,70,0.3); /* Hintergrundfarbe */
    border: 15px solid rgba(50,50,50,0.5); /* Rand Stärke und Farbe */
    box-shadow: 0px 1px 3px rgba(50,50,50,0.2) inset;
    /* innerer Schatten Stärke und Farbe */
	margin: 0 auto;
    }
     
    .bildkreis {
    border-radius:50%;
	border-color: #8bbb15;
    width:200px; /* gleiche Breite wie */
    height:200px; /* Höhe angeben damit es ein Kreis wird */
    }
.bildanpassung{
	max-width: 100%;
	height: auto;
}

/*
Schräger Hintergund Beispiel
*/

.kursorte h4{
	color: #1181a9;
}

.gradient {
background: #eee;
border: 1px solid #DDD;
background: -moz-linear-gradient(top, #EEE, #FFF);    
background: -webkit-linear-gradient(top, #eee, #fff);
background: -ms-linear-gradient(top, #eee, #fff);
background: -o-linear-gradient(top, #eee, #fff);
box-shadow: 1px 2px 4px rgba(0,0,0, .2);
padding: 10px;

}

.schraeg {




    transform: rotate(3deg) ;
    -webkit-transform: rotate(3deg) ;
    -moz-transform: rotate(3deg) ;
    -o-transform: rotate(3deg) ;
    -ms-transform: rotate(3deg) ;



}

.schraeg1 {




    transform: rotate(2deg) ;
    -webkit-transform: rotate(2deg) ;
    -moz-transform: rotate(2deg) ;
    -o-transform: rotate(2deg) ;
    -ms-transform: rotate(2deg) ;



}

.schraeg2 {
	



    transform: rotate(3deg) ;
    -webkit-transform: rotate(3deg) ;
    -moz-transform: rotate(3deg) ;
    -o-transform: rotate(3deg) ;
    -ms-transform: rotate(3deg) ;





}

.schraeg h1{


    transform: rotate(354deg) scale(1) skew(1deg) translate(0px);
    -webkit-transform: rotate(354deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(354deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(354deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(354deg) scale(1) skew(1deg) translate(0px);

}


.schraeg1 h1{


    transform: rotate(357deg) scale(1) skew(1deg) translate(0px);
    -webkit-transform: rotate(357deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(357deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(357deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(357deg) scale(1) skew(1deg) translate(0px);

}

.schraeg h2{


    transform: rotate(354deg) scale(1) skew(1deg) translate(0px);
    -webkit-transform: rotate(354deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(354deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(354deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(354deg) scale(1) skew(1deg) translate(0px);

}



    .junge {
		
		 transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
    transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
    -webkit-transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
    -moz-transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
    -o-transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
    -ms-transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
		
	
		
    }
	/*
    .fenstermann:hover{
	   transform: rotate(0deg) scale(0.45) skew(1deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(0.45) skew(1deg) translate(0px);
    -moz-transform: rotate(0deg) scale(0.45) skew(1deg) translate(0px);
    -o-transform: rotate(0deg) scale(0.45) skew(1deg) translate(0px);
    -ms-transform: rotate(0deg) scale(0.45) skew(1deg) translate(0px);
    }*/

.werichbin{
	background: url(../img/schwimmhilfe_bg.jpg) no-repeat top left;
	color: #3d3d3d;

}

/* Side Menu */

#sidebar-wrapper {
  margin-right: -250px;
  right: 0;
  width: 250px;
  background: #000;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#menu-toggle {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 1;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.toggle {
  margin: 5px 5px 0 0;
}

/* Full Page Image Header Area */

.header {
  display: table;
  height: 100%;
  width: 100%;
 position:relative;
  background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Intro */

.intro {
  padding: 100px 0 0 0;
   background: url(../img/blau.jpg) bottom repeat-x;
}






/* Services */

.services {
  background: #1181a9;
  
  padding: 50px 0;
  color: #ffffff;
}

.services div {
	background: rotate(354deg) scale(1) skew(1deg) translate(0px);
}

.service-item {
  margin-bottom: 15px;
}

i.service-icon {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}

/* Callout */

.callout {
  color: #3d3d3d;
  background: url(../img/preise_bg.jpg) no-repeat center center fixed; 
    padding: 100px 0 0 0;
}
/* Preise */
.kursorte{
  color: #3d3d3d;
  background: url(../img/preise_bg.jpg) no-repeat center center fixed;
  font-size: 16px;
  padding: 100px 0 100px 0;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}

.preisfeld{
	background-color: #1181a9;
	color:white;
}

.preisfeldw{
	

    background-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.6);


}
.papier{
	background: url(../img/papier_bg.jpg) repeat #fff;
}

/* referenzen */

.preise h4{
	color: #1181a9;
}

.preise {
  padding: 100px 0 120px 0;
}



.referenzen-item {
  margin-bottom: 25px;
}

.img-referenzen {
  margin: 0 auto;
}


/* Call to Action */

.call-to-action {
  color: #ffffff;
  background: #1181a9;
  padding: 100px 0 50px 0;
}

.call-to-action .btn {
  margin: 10px;
}

/* Map */

.map {
  height: 500px;
}

/* Footer */

footer {
  padding: 100px 0;
}

.top-scroll {
  margin-top: 50px;
}

.top-scroll a {
  text-decoration: none;
  color: inherit;
}

i.scroll {
  color: #333333;
}

i.scroll:hover {
  color: #0a5175;
}
/* Responsive */

@media (max-width: 768px) {
	
  .header {
	  

	background: url(../img/bg.jpg) no-repeat center center scroll;

  }

  .callout {
	background: url(../img/callout.jpg) no-repeat center center scroll; 
  }

  .map {
	height: 75%;
  }
  
  #top div.vert-text > div {
  max-width: 80%;
  margin:0 auto
  }
  #top div.vert-text h1 {
  font-size:100%;
  }
#top div.vert-text h1 span {
  font: bold normal normal 3em/1.15 Arial,sans-serif;
  }
  #anmeldung {
	background: url(../img/white.jpg) repeat bottom right #fff;
  }
  #werichbin{
	background: url(../img/white.jpg) repeat bottom right #fff;

  }
  #top .vert-text {
	  padding: 17px 0 0 0;
  }
  .navbar-header img{
	  width: 40%;
  }
    .neues img{
	  width: 100%;
  }
  .navbar-header{
	background-color: transparent;  
  }
  #kursorte{
	
  }
  .schatteninnen{
	



    -moz-box-shadow:inset 0px 0px 0px #3d3d3d;
    -webkit-box-shadow:inset 0px 0px 0px #3d3d3d;
    box-shadow:inset 0px 0px 0px #3d3d3d;




}

}

.lead2{
	font-size: 17px;
}