/* CSS Document */

@charset "utf-8";

::selection {
  color: black;
  background: #f7d446; 
}
::-moz-selection {
  color: black;
  background: #f7d446; 
}

a#phone {color: black;
		text-decoration: none;}

body {
	max-width: 1280px;
	margin: 0 auto;
	margin-top: 20px;
	box-shadow: 5px 5px 10px black;
	/*background-image:url(../img/hintergrund.gif);
	background-repeat: repeat-x;*/
	
background: linear-gradient(#f7d446 50%, rgba(255,255,255,0) 0) 0 0,
radial-gradient(circle closest-side, #f7d446 67%, rgba(255,255,255,0) 0) 0 0,
radial-gradient(circle closest-side, #f7d446 57%, rgba(255,255,255,0) 0) 55px 0 #0074af;
background-size:110px 200px;
background-repeat:repeat-x;
	font-family: 'Open Sans', sans-serif;
	}
	
#container {background-color: white;
			border-radius: 10px 10px 0px 0px;}
			
	
#contactButton  {
		display: block;
		text-align: center;
		height: auto;
		margin-left: 1220px;
		margin-top: -58px;
		background: #ffc600;
		padding: 10px;
		font-weight: 600;
		border: 9px solid white;
		position: fixed;
		line-height: 57px;
		border-radius: 50%;
		box-shadow: 6px 2px 6px black;
		-webkit-transform: rotate(20deg);
     -moz-transform: rotate(200deg);
       -o-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
		}
		
#contactButton a {
	color: black;
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
		  }

	
#contactButton a:hover {
	color: white;
	font-size: 18px;
	line-height: 68px; 
	-webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
	}
	
/* HEADER */
	
div.header {
	background-color: #0074AF;
	border-bottom: 0px solid white;
	}
	
div.headeroben {
	background-color: white;
	text-align: center;
	padding: 5px 0px;
	border-bottom: 10px solid #f7d446;
	}
	
div.logo {
	width: 440px;
	display: inline-block;
	}
	
div.logo p {
	background-color: #0074AF;
	margin: 0;
	padding: 0;
	}
	
div.logo p a img {
	height: 260px;
	width: auto;
	border-bottom: 20px solid #0074af;
	}	
	
div.diashow {
	display: inline-block;
	position: absolute;
	top: 100px;
	}

div.diashow, div#slideshow div div div  {
	border-bottom: 10px solid;
	border-image:url(../img/border.png) 3 repeat;
	outline: 10px solid white;
	}
	
div#slideshow {
	display: inline-block;
	margin-top: 23px;
	position: relative;
	top: -1px;
	left: -4px;
	}
	
#slideReplacement {
	display: none;
	}
	
#reMenuButton, #reSubMenuButton, #reSubSubMenuButton {display: none;}


	
/* NAVIGATION */
	
	div.navigation {
		margin-bottom: -12px;
		}

	div.navigation ul.navlist {
		list-style-type: none;
		background-color: #0074AF;
		border-top: 10px solid #F7D446;
		}

	div.navigation ul li {
		display: inline;
		}
		
	div.navigation ul li a {
		text-decoration: none;
		color: white;
		line-height: 40px;
		padding: 10px;
		padding-bottom: 8px;
		padding-top: 9px;
		}
		
	div.navigation ul li a:hover {
		color: #f7d446;
		border-top: 10px solid;
		border-image:url(../img/border.png) 20 repeat;
	
		}
		
/* SUB NAVIGATION */



ul.subNavlist {
	list-style-type: none;
	margin:0;
	margin-top: -16px;
	padding:0;
	padding-left: 50px;
	background-color: #f7d446;
	display: block;
	}
	
ul.subNavlist li, ul.subSubNavlist li {
	display: inline;
	padding-right: 20px;
	}
	
ul.subNavlist li a {
	line-height: 40px;
	color: black;
	text-decoration: none;
	border-bottom: 8px solid #f7d446;
	}
	
ul.subNavlist li a:hover {
	border-image: url(../img/border.png) 20 repeat;
	color: #0074af;
	}
	

ul.subSubNavlist {
	list-style-type: none;
	margin:0;
	padding:0;
	padding-left: 50px;
	background-color: #0074af;
	display: block;
	}
	
ul.subSubNavlist li a {
	line-height: 40px;
	color: white;
	text-decoration: none;
	border-bottom: 8px solid #0074af;
	}
	
ul.subSubNavlist li a:hover {
	color: #f7d446;
	border-image: url(../img/border.png) 20 repeat;
	}
	
li#kontaktLi {display: none;}
		
	
/* IMAGEBAR */

div.rightbar {
	padding-top: 20px;
	display: inline-block;
	width: 430px;
	vertical-align: top;
	}
	
div.rightbar a {
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	width: 100%;
	}
	

div.rightbar a img {
	width: 310px;
	height: auto;
	margin: 20px;
	border: 20px solid white;
	box-shadow: 5px 5px 10px #999;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
div.rightbar a img:hover, div.rightbar a img:active { 
  -webkit-transform: rotate(-1deg);
     -moz-transform: rotate(-1deg);
       -o-transform: rotate(-1deg);
      -ms-transform: rotate(-1deg);
          transform: rotate(-1deg);
}

	
/* CONTENT */

div.contenttext {
	display: inline-block;
	width: 780px;
	margin-top: 20px;
	margin-left: 10px;
	}
	
div.contenttext h1 {
	color: #0074af;
	}
	
div.contenttext h4 {
	background-color: #f7d446;
	text-align: center;
	padding: 5px;
	}
	
div.contenttext a {
	color: #0074af;
	}
	
div.contenttext a:hover {
	color: black;
	background-color: #f7d446;
	text-decoration: none;
	}
	
#swWrapper { text-align: right;}
	
#swlogo {
	margin-right: -10px;
	margin-top: 10px;
	box-shadow: 5px 5px 10px black;
	/* -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
	-webkit-transform: rotate(-8deg);
     -moz-transform: rotate(-8deg);
       -o-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
          transform: rotate(-8deg); */
	}
	
/*#swlogo:hover {
	-webkit-transform: rotate(-2deg);
     -moz-transform: rotate(-2deg);
       -o-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
	} */
	
#angebotButton {text-decoration: none;
				padding: 5px 10px;
				color: #333;
				background-color: #f7d446;
				border-radius: 20px;
				box-shadow: 5px 5px 3px #999;
				font-weight: 600;
				-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;}
		  
#angebotButton:hover {color: white;
					  box-shadow: none;}
	
/* FOOTER */

div.Footer {
	margin: 30px 0;
	padding: 10px 0;
	background-color: #f7d446;
	border-top: 10px solid;
	border-image:url(../img/border.png) 20 repeat;
	}
	
div.Footer a {
	color: #0074af;
	}
	
div.Footer a:hover {
	color: white;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
	}	
	



/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbImage div {
	border-bottom: 10px solid;
	border-image:url(../img/border.png) 3 repeat;
	}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}	



/* RESPONSIVE */


@media screen and (max-width: 1380px) {
	
	body {
		max-width: 100%;
		background: white;
		box-shadow: none;
		}
		
	#container {
		max-width: 97%;
		margin: 0 auto;
		}
		
	#contactButton  {
		display: inline;
		text-align: inherit;
		float: right;
		height: 21px;
		margin-left: auto;
		margin-top: -54px;
		background: white;
		padding: 2px;
		padding-right: 4px;
		padding-left: 3px;
		font-weight: 600;
		border: 5px solid #f7d446;
		position: relative;
		line-height: 20px;
		border-radius: 2px;
		box-shadow: none;
		-webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
       -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
		}
		
#contactButton a {
	color: #0074af;
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
		  }

	
#contactButton a:hover {
	color: #f7d446;
	font-size: 16px;
	line-height: 20px;
	-webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
       -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
	}
	
	div.headeroben {
		text-align: left;
		}
		
	div#slideshow {
		display: none;
		}
		
	div#slideReplacement {display: inline-block;
							}
							
	div#indexPlaceholder {height: 5px;}
	
	div.diashow {width: 63%;
				margin-right: 20px;
				margin-top: 35px;
				position: relative;
				top:auto;
				float: right;}
				
	div.diashow img {
		width: 100%;
		height: auto;
		}
		
	div.logo {
		width: 34%;
		vertical-align: top;
		}
		
	div.logo p a img {
		width: 100%;
		height: auto;
		}
		
	ul.navlist {
		padding-left: 0px;
		}
		
	ul.subNavlist, ul.subSubNavlist {
		padding-left: 10px;
		}
		
	#hideImg {display: none;}
	
		
	div.rightbar {
		display: table-footer-group;
		width: auto;
		margin: 0 auto;
		text-align: center;
		}
		
	div.rightbar a {width: 30%;
					vertical-align: top;}
	
	div.rightbar a img {
	width: 90%;
	height: auto;
	margin: 0px;
	padding-left: 10%;
	border: none;
	border-bottom: none;
	box-shadow: none;
  -webkit-transition: all 0s ease;
     -moz-transition: all 0s ease;
       -o-transition: all 0s ease;
      -ms-transition: all 0s ease;
          transition: all 0s ease;
}
 
div.rightbar a img:hover, div.rightbar a img:active { 
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
       -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
		
	div.contenttext {
		display: table-header-group;
		width: auto;
		border: 10px solid white;
		margin: 0 auto;
		}
		
	.breakSpace {display: none;}
		
	div.Footer {padding: 10px 10px}
	
	#swlink {margin: 0 auto;
			display: block;
			width: 198px;
			height: auto;
			text-align: center;}
	
	img#swlogo {
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	box-shadow: none;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
	-webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
       -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
	}
	
	img#swlogo:hover {
	-webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
       -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
	}
		
	}
	
@media screen and (max-width: 1210px) {

	div.navigation ul li a {
		-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
		  white-space: nowrap;
		}
	
	div.navigation ul li a:hover {
		color: #f7d446;
		border-top: none;
		border-image: none;
		}
		
	ul.subNavlist li a, ul.subSubNavlist li a {
		white-space: nowrap;
		} 
		
	ul.subNavlist li a:hover, ul.subSubNavlist li a:hover {
		border-image: none !important;
		}
		
	div.rightbar a img {padding-left: 5%;}
	
	}
	
@media screen and (min-width: 870px) {
	ul.navlist, ul.subNavlist, ul.subSubNavlist {display: block !important;}
	}
	
@media screen and (max-width: 870px) {
	
	div#contactButton {display: none;}
	
	div.logo p {display:none;}
	
	div.logo {background-image: url(../img/mobile-bg.jpg);
			  background-size: auto 143px;
				width: 100%;
				height: 155px;}
	
	#reMenuButton {display: block;
					float: right;
					margin-top: 58px;
					margin-right: 20px;
					}
					
	#menuButton img {height: 30px;
					width: auto;}
					
	#slideReplacement, div.diashow {display: block;
						width: 100%;
						margin: 0 auto;
						position: relative;
						float: none;
						}
						
	div.diashow {
		border: none;
		display: block;
		position: relative;
		top: auto;
		}
		
	ul.navlist {display: none;}
	
	ul.subNavlist {display: none;
					margin-top: 40px;
					margin-bottom: 20px;}
					
	ul.subSubNavlist {display: none;
					margin-top: 40px;
					margin-bottom: 5px;}

	ul.subNavlist li, ul.subSubNavlist li {
		width: 94%;
		display: block;
		text-align: center;
		}
		
	
	#reSubMenuButton {
		display: block;
		margin: 0 auto;
		margin-top: 50px;
		text-align: center;
		margin-bottom: 20px;
		}
		
	#reSubSubMenuButton {
		display: block;
		margin: 0 auto;
		margin-top: 20px;
		text-align: center;
		margin-bottom: 20px;
		}
	
	#subMenuButton {color: black;
					background: #f7d446;
					text-decoration: none;
					font-weight: 600;
					padding: 5px;}
					
	#subSubMenuButton {color: white;
					background: #0074af;
					text-decoration: none;
					font-weight: 600;
					padding: 5px 12px;}
	
	div.navigation ul li {
		display: block;
		width: 97.6%;
		}
		
	div.navigation ul li a {
		max-width: 100%;
		margin-left: 2.4%;
		display: block;
		text-align: center;
		}
		
	li#kontaktLi {display: block;}
	
	span.ih {background-color: #f7d446;
			border-radius: 60%;
			padding: 0px 6px;
			color: white;
			font-size: 22px;
			font-weight: 600;
			margin-right: -3px;
			}
	
	}
	
@media screen and (max-width: 780px) {

		body {margin-top: 10px;
			 }
		
		h1 {font-size: 24px;}
		h2 {font-size: 20px;}
		h3 {font-size: 18px;}
		p {font-size: 15px;}
		
		ul {font-size: 15px;}
		
		div.Footer div {font-size: 14px;}
	
	div.headeroben {
		font-size: 14px;
		font-weight: 400;
		color: white;
		background: #0074af;
		padding: 5px;
		text-align: left;
		}
		
	a#phone {color: white;}
		
	.nobreak {white-space: nowrap;}
	
	span.ih {position: absolute;
			color: #0074af;
	-webkit-transform: rotate(-8deg);
     -moz-transform: rotate(-8deg);
       -o-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
          transform: rotate(-8deg);
		  margin-top: -10px;
		  margin-left: -38px;
		  font-size: 18px;
		  border: 2px solid white;
		  box-shadow: 2px 2px 3px #333;}
	
	div.headeroben {padding-left: 34px;
					font-size: 11px;}
	
	}
	
@media screen and (max-width: 740px) {
	
	div.rightbar a {
		pointer-events: none;
		}
	
	}
	
@media screen and (max-width: 600px) {

	div.rightbar a {
		width: 60%;
		text-align: center;
		margin: 0 auto;
		margin-right: 23%;
		display: block;
		}
	
	div.rightbar a img {
	width: 100%;
	height: auto;
	margin: 10px;
	padding: 0;
	border: none;
	}
	
	
	
	td {font-size: 14px}
		
	textarea {
		width: 100%;
		}
	
	input {
		width: 90%;
		}
		
	input[type='radio'], input[type='checkbox'] {
		width: 20px !important;
		}
	
	p#breakLine {display: none;}
	
	}
	
@media screen and (max-width: 540px) {
	
	div.logo {
		height: 100px;
		background-size: cover;
		background-repeat: no-repeat;
		border-bottom: 10px solid #0074af;
		}
		
	#reMenuButton {
		margin-top: 35px;
		}
	
	}
	
	
	
/* ----- Styles fuer die Preisliste und kalkulator ----- */

.preisliste, .konfigurator {font-size:12px;}
.preisliste table.liste{border-collapse:collapse; width:100%}
.preisliste table.liste thead{color:#fff; background-color:#006599 !important; border:1px solid #999; border-bottom-width:0}
.konfigurator .schule{display:none;}
.konfigurator .einheiten{text-align:center !important;}
.preisliste table.liste tr, .konfigurator table.liste tr{border-bottom:1px solid black; border-left:1px solid #999; border-right:1px solid #999}
.preisliste table.liste td, .preisliste table.liste th, .konfigurator table.liste td, .konfigurator table.liste th{padding:3px 2px 3px 2px;text-align:left; vertical-align:top; line-height:100%; font-size:12px}
.preisliste table.liste th.dauer{text-align:left}
.preisliste table.liste th.wochen{padding-left:0}
.preisliste h2, .konfigurator h2{font-size:14px; margin:0 0 0.5em 0; color:#006699}
.preisliste .datum{width:6em; margin-right:0.5em; padding:0.1em; background-color:#eee}
.preisliste .abschnitt, .konfigurator .abschnitt{background-color: #fff; width:720px; font-size:12px; border:1px solid #ddd; padding:0.5em 15px; margin:0.5em 0}
.preisliste .zebra0, .konfigurator .zebra0  {background-color:#EEEEEE}
.konfigurator table.liste thead{color:#000; background-color:#ccc !important; border:1px solid #999; border-bottom-width:0}
.konfigurator select{margin:1px; background-color:#F4F4F4; border: 1px solid #ccc;}
#auswahl td, #auswahl th{vertical-align:bottom; font-size:12px;}
#auswahl input.submit{font-weight:bold; padding:0 1em; margin:0}
#filter label, #anfrage label{display:inline-block; width:10em; text-align:right}
.muss label{font-weight:bold}
.fehler{color:darkred; border:1px solid darkred}
#filter select, #anfrage select, #filter input.text, #anfrage input.text{width:20em}
#anfrage textarea{width:20em; height:3em}
table.liste thead th.woche{padding-left:0.75em}
table.liste th.dauer{text-align:right}
table.liste th.wochen{padding-left:0}
#name, #strasse, #telefon, #geburt{margin-top:1em}
#submit{font-weight:bold; font-size: 1.2em; padding-left:10em; margin-top:1em}
#submit input.submit{width:20em;}
input, select{
	font-family: Arial, Helvetica, sans-serif;
}
#auswahl td, #auswahl th{vertical-align:bottom}
.muss label{font-weight:bold}
.fehler{color:darkred; border:1px solid darkred}
#filter select, #anfrage select, #filter input.text, #anfrage input.text{width:20em; font-size:12px}
#anfrage textarea{width:20em; height:3em}
table.liste thead th.woche{padding-left:0.75em}
#name, #strasse, #telefon, #geburt{margin-top:1em}

	
