/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
	
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
		margin:0px;
		padding:0px;
		font:normal 1em/170% "Droid Sans";
		color:#4c4c4c;
		background:#FFF;
		font-size:14px;
		line-height: 150%;

	}
	

	
	
tbody {
	font-size: 16px;
		
}

	
.lupe {
	transition: transform 0.6s;
	}

.lupe:hover {
	transform: scale(1.07, 1.07);
	}

#main{
	background-color: #2e6991;
	width: 1000px;
	box-shadow: 1px 1px 5px #333333;
	-moz-box-shadow: 1px 1px 5px #333333;
	-webkit-box-shadow: 1px 1px 5px #333333;
	-ms-box-shadow: 1px 1px 5px #333333;
	border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-ms-border-radius: 0px 0px 10px 10px;
	padding: 2px;
	margin: auto;
	margin-bottom: 15px;
	margin-top: 5px;
	
	}

#inhalt{
	background-color: #e8f7ff;
	border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-ms-border-radius: 0px 0px 10px 10px;
	overflow: hidden;
	padding: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 650px;
	}
	
#inhalt a:link,
#inhalt a:visited,
#inhalt a:active{
		color: #0099FF;
	}
	
#inhalt a:hover{
	color: #cd280d;
	}
	
#inhalt #mainbox{ 
		background: #e8f7ff;
		padding-top: 0px;
		padding-left: 50px;
		-webkit-flex-basis: 70%;
		    -ms-flex-preferred-size: 70%;
		        flex-basis: 70%;

	}
	

	



#inhalt #sidebox{ 
		background: #e8f7ff; 
		-webkit-flex-basis: 40%; 
		    -ms-flex-preferred-size: 40%; 
		        flex-basis: 40%;
		margin-left: 80px;
		}
		

#rechtebox {
	background-color: #D3EFFF;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;

	}
	
	
#kalender{
	background-color: #D3EFFF;
	-webkit-flex-basis: 100%;
	    -ms-flex-preferred-size: 100%;
	        flex-basis: 100%;
	padding: 5px;
	margin
	
	}
	
#kalender tr:nth-of-type(2n){
	background: #e8f7ff;
	}
	
#kalender tbody{
	font-size:14px;
}
	
#energiedaten {
	padding: 5px;
	border-top: 15px;
	border-bottom: 12px;
	border-color:#e8f7ff;
	border-top-style:solid; 
	border-bottom-style:solid; 
	background-color: #D3EFFF;
	-webkit-flex-basis: 105px;
	    -ms-flex-preferred-size: 105px;
	        flex-basis: 105px;
	}
	
	
#inhalt .flexbox {
		background:#e8f7ff;
		padding-left: 80px;
		padding-right: 80px;
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	}

article {
		font-size: 16px;
	}

.edata {
		color:#000;
		margin: auto;
		align-top: 50px;
	}

.edata tr:first-child td:first-child{
		background-image:url(/img/top_school.jpg);
		width: 479px; 
		height: 66px;
	}
	
.edata tr:last-child td:last-child{
	background-color: #D3EFFF;
	border-bottom: solid #D3EFFF;
	border-bottom-width: 20px;
	}

#kasten {
		border-width:2px;
  		border-style:solid;
  		border-color: #18A8FE;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		padding: 5px;
		margin-right: 150px;
		box-shadow: 1px 1px 5px #333333;
		-webkit-box-shadow: 1px 1px 5px #333333;
		-moz-box-shadow: 1px 1px 5px #333333;
		-ms-box-shadow: 1px 1px 5px #333333;
		
	}

h1 {
	color: #0099FF;
	font: "Arial Black", Gadget, sans-serif;
	


	text-decoration:underline;

	}
	
h2 {
	padding: 0px;
	margin: 0px;
	line-height: 130%;
	}
	
h3 {
	
	}
	






/* Navigation Style */
			
		
			
			#menu {
				margin-left: auto;
				margin-right: auto;
				width:1000px;  /* Breite des Menu s */
				
				
			}
/* Erste Ebene */
			#menu > ul {
				margin:0px;
				padding:0px;
			}
			#menu > ul > li {
				margin:0px;
				padding:0px;
				list-style:none;
				float:left;
				width:20%;
				position:relative;
				
			}
			#menu > ul > li > a {
				
				display:block;
				text-align:center;
				font-weight:bold;
				text-decoration:none;
				background: rgb(246,248,249); /* Old browsers */
				background: -moz-linear-gradient(top,  rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 			100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* IE10+ */
				background: linear-gradient(to bottom,  rgba(232,247,255,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(232,247,255,1) 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
				text-shadow:1px 1px 0px rgba(255,255,255,0.9);
				color:#2797C6;
				padding:10px;
				border:1px solid #D9DDE0;
				border-left:0px solid;
				-moz-box-shadow: inset -1px -1px 1px #FFF;
				-webkit-box-shadow: inset -1px -1px 1px #FFF;
				box-shadow: inset -1px -1px 1px #FFF;
			}
			#menu > ul > li:first-child > a {
				border-left:1px solid #D9DDE0;
			}
			#menu > ul > li.spacer {
				float:none;
				clear:both;
			}
			#menu > ul > li > a:hover {
				background: rgb(183,222,237); /* Old browsers */
				background: -moz-linear-gradient(top,  rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(183,222,237,1)), color-stop(50%,rgba(113,206,239,1)), color-stop(51%,rgba(33,180,226,1)), color-stop(100%,rgba(183,222,237,1))); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* IE10+ */
				background: linear-gradient(to bottom,  rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=0 ); /* IE6-9 */
				text-shadow:0px 0px 0px rgba(255,255,255,0.9);
				color:#FFF;
				
				
			}
/* Zweite Ebene */
			#menu > ul > li > ul {
				visibility: hidden;
				position:absolute;
				margin:-1px 0px 0px 0px;
				padding:0px;
				width:100%;
			}
			#menu > ul > li:hover > ul {
				visibility: visible;
    			-o-transition: all 0.6s ease-in-out;
    			-webkit-transition: all 0.6s ease-in-out;
    			-moz-transition: all 0.6s ease-in-out;
    			-ms-transition: all 0.6s ease-in-out;
    			transition: all 0.6s ease-in-out;  
			}
			#menu > ul > li > ul > li {
				margin:0px;
				padding:0px;
				list-style:none;
			}
			#menu > ul > li > ul > li > a {
				display:block;
				font-size:0.9em;
				text-decoration:none;
				background: rgba(79,203,251,1);
				padding:5px;
				color:#fff; /*schriftfarbe*/
				text-shadow:0.1px 0.1px 1px #454545;
				font-weight:bold;
				border:1px solid rgba(0,0,0,0.2);
				border-top:0px solid;
				-moz-box-shadow: inset -1px -1px 1px rgba(255,255,255,0.2);
				-webkit-box-shadow: inset -1px -1px 1px rgba(255,255,255,0.2);
				box-shadow: inset -1px -1px 1px rgba(255,255,255,0.2);
			}
			#menu > ul > li > ul > li > a:hover {
				background: rgba(211,239,255,1);
				color: rgba(40,145,240,1);
				text-shadow:0px 0px 0px #fff;
    			-o-transition: all 0.3s ease-in-out;
    			-webkit-transition: all 0.3s ease-in-out;
    			-moz-transition: all 0.3s ease-in-out;
    			-ms-transition: all 0.3s ease-in-out;
    			transition: all 0.3s ease-in-out;  
			}


	











/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
