@import url("../webfonts/Didact_Gothic/stylesheet.css");
/* didact-gothic-regular - latin */
@font-face {
  font-family: 'Didact Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/didact-gothic-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/didact-gothic-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/didact-gothic-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/didact-gothic-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/didact-gothic-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/didact-gothic-v19-latin-regular.svg#DidactGothic') format('svg'); /* Legacy iOS */
}






@charset "utf-8";
html,
			body {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: 'Didact Gothic', sans-serif;
			}
h1{
	clear: both;
	color: #FFF;
}

h2{
	clear: both;
	text-align: left;
	color: #009;
	line-height: 1.6em;
}

h3{
	clear: both;
	color: #3366FF;
	line-height: normal;
	font-weight: bold;
}

li{
	color: #333366;
}

.header {
	position: fixed;
	top: 12px;
	width: 100%;
}


.footer {
	text-align: center;
	width: 100%;
	position: fixed;
	bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000;
}

.menu {
	font-family: 'Didact Gothic', sans-serif;
	color: #999;
	text-align: center;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #39C;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 1.1em;
	padding: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #CCC;
	border-left-width: 2px;
	background-color: #99CCFF;
}

.feld1 {
	padding-top: 15px;
	padding-right: 10%;
	padding-bottom: 15px;
	padding-left: 10%;
	line-height: 1.4em;
	font-size: 1.2em;
	color: #000000;
}
.feld2 {
	color: #333;
	padding-top: 15px;
	padding-right: 10%;
	padding-bottom: 15px;
	padding-left: 10%;
	font-size: 1.2em;
	line-height: 1.4em;
}
.feld3 {
	padding-top: 3px;
	padding-right: 10%;
	padding-bottom: 3px;
	padding-left: 10%;
	line-height: 1.3em;
	font-size: 1em;
	color: #000000;
}
/* box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); */

.pad {
	padding-top: 2px;
	padding-right: 20%;
	padding-bottom: 2px;
	padding-left: 20%;
	line-height: 1.8em;
	font-size: 1.2em;
	color: #333333;
}

.abstand {
	height: 120px;
}

.klabstand {
	height: 50px;
}

a:link {
	color: #006;
	text-decoration: none;
}
a:visited {
	color: #006;
	text-decoration: none;
}
a:hover {
	color: #003;
	text-decoration: none;
	background-color: #FFF;
}

a:active {
	text-decoration: none;
}

img.scale {
        width : 100%;
        height: auto; 
    }
	
img.half {
        width : 50%;
        height: auto; 
}

img.shad {
	box-shadow: 0 5px 16px rgb(0 0 0 / 0.5);
    width : 100%;
    height: auto; 
}


@media screen and (max-width: 680px) {

    table#flextable{
        border-width: 0;
    }
    
     table#flextable th{
         display: none;
     }
    
    table#flextable td{
        display: block;
        width: auto;
    }
