@charset "utf-8";
@import url("../webfonts/Didact_Gothic/stylesheet.css");

/* CSS Document */
/* 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 */
}



html,
			body {
	width: 100%;
	height: 100%;
	margin: 0;
	color: #444;
	font-family: 'Didact Gothic', sans-serif;
	line-height: 1.4em;
			}

h1,h2,h3 {
	font-family: 'Didact Gothic', sans-serif;
	color: #906;
	line-height: 1.4em;
}

h4 {
	font-family: 'Didact Gothic', sans-serif;
	color: #999;
	font-size: 22px;
}



.menu2 {
	font-family: 'Didact Gothic', sans-serif;
	color: #990066;
	text-align: center;
	font-size: 1.3em;
	font-weight: normal;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CC6699;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 1.4em;
}

.menu3 {
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 30px;
	padding-left: 3px;
	text-align: center;
}



.feld1 {
	color: #000;
	line-height: 1.6em;
	font-size: 1.2em;
	padding: 1.5em;
}
.feld2 {
	color: #666;
	font-size: 1.2em;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}

.feld3 {
	color: #990066;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 1.2em;
}

.bildfeld {
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}


.abstand {
	height: 120px;	
}

.footer {
	text-align: center;
	height: 24px;
	width: 100%;
	position: fixed;
	background-color: #f9e5ef;
	bottom: 1px;
	padding-top: 4px;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F6C;
	font-size: 11pt;
	font-family: Verdana, Geneva, sans-serif;
}





#slider1 {
	width: 100%;
	height: 42%;
			}

a:link {
	color: #444;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #960;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

img.scale {
        width : 100%;
        height: auto; 
}

img.scale60 {
        width : 60%;
        height: auto; 
}

@media screen and (max-width: 800px) {

    table#flextable{
        border-width: 0;
    }
    
     table#flextable th{
         display: none;
     }
    
    table#flextable td{
        display: block;
        width: auto;
    }
