/* 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;
	background-image: url(../bilder/as_65026157_bgr_bon-design.jpg);
	background-repeat: no-repeat;
	font-family: 'Didact Gothic', sans-serif;
			}
h1{
	clear: both;
	font-size: 1.8em;
	color: #006;
	line-height: 1.5em;
}

h2{
	clear: both;
	font-size: 1.1em;
	text-align: left;
	color: #666;
}

h3{
	clear: both;
	font-size: 1.2em;
	color: #FFF;
	line-height: normal;
	font-weight: bold;
}

h4{
	font-size: 1em;
	color: #666;
	font-weight: bold;
	line-height: normal;
}

li{
	color: #333366;
}

.footer {
	text-align: center;
	height: 36px;
	width: 100%;
	position: fixed;
	background-color: #e9e9f0;
	bottom: 1px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0FF;
}

.aktiv {
	background-color: #999;
	padding-top: 6px;
}

.menu1 {
	color: #006;
	font-size: 1.3em;
	background-color: #FFF;
	line-height: 1.4em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
}

.menu2 {
	font-family: 'Didact Gothic', sans-serif;
	text-align: center;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #06F;
	border-bottom-color: #06F;
	background-image: url(../tools_wk/bgr-m2.jpg);
	background-repeat: repeat-x;
	border-left-color: #06F;
	font-size: 20px;
}

.active {
	background-color: #03C;
	height: 1px;
	padding: 1px;
}

.feld1 {
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
	line-height: 1.4em;
	font-size: 1em;
	color: #000000;
}
.feld2 {
	color: #0CF;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
}
.feld3 {
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
	line-height: 1.8em;
	font-size: 21px;
	color: #333333;
	background-color: #e5ebe5;
}

.abstand {
	height: 150px;
}


#slider1 {
	width: 100%;
	height: 45%;
			}
/* nivo slider */

table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

.slider-wrapper {
	width: 80%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}

.clear {
	clear:both;
}

/* end nivo */




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: 800px) {

    table#flextable{
        border-width: 0;
    }
    
     table#flextable th{
         display: none;
     }
    
    table#flextable td{
        display: block;
        width: auto;
    }
