@font-face {
    font-family: 'clear_sans';
    font-display: fallback;
    src: url('fonts/ClearSans-Thin-webfont.eot');
    src: url('fonts/ClearSans-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ClearSans-Thin-webfont.woff') format('woff'),
         url('fonts/ClearSans-Thin-webfont.ttf') format('truetype'),
         url('fonts/ClearSans-Thin-webfont.svg#clear_sans') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'clear_sans';
    font-display: fallback;
    src: url('fonts/ClearSans-Light-webfont.eot');
    src: url('fonts/ClearSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ClearSans-Light-webfont.woff') format('woff'),
         url('fonts/ClearSans-Light-webfont.ttf') format('truetype'),
         url('fonts/ClearSans-Light-webfont.svg#clear_sans') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'clear_sans';
    font-display: fallback;
    src: url('fonts/ClearSans-Regular-webfont.eot');
    src: url('fonts/ClearSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ClearSans-Regular-webfont.woff') format('woff'),
         url('fonts/ClearSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/ClearSans-Regular-webfont.svg#clear_sans') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'clear_sans';
    font-display: fallback;
    src: url('fonts/ClearSans-Italic-webfont.eot');
    src: url('fonts/ClearSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ClearSans-Italic-webfont.woff') format('woff'),
         url('fonts/ClearSans-Italic-webfont.ttf') format('truetype'),
         url('fonts/ClearSans-Italic-webfont.svg#clear_sans') format('svg');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'clear_sans';
    font-display: fallback;
    src: url('fonts/ClearSans-Medium-webfont.eot');
    src: url('fonts/ClearSans-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ClearSans-Medium-webfont.woff') format('woff'),
         url('fonts/ClearSans-Medium-webfont.ttf') format('truetype'),
         url('fonts/ClearSans-Medium-webfont.svg#clear_sans') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'clear_sans';
    font-display: fallback;
    src: url('fonts/ClearSans-MediumItalic-webfont.eot');
    src: url('fonts/ClearSans-MediumItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ClearSans-MediumItalic-webfont.woff') format('woff'),
         url('fonts/ClearSans-MediumItalic-webfont.ttf') format('truetype'),
         url('fonts/ClearSans-MediumItalic-webfont.svg#clear_sans') format('svg');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'clear_sans';
    font-display: fallback;
    src: url('fonts/ClearSans-Bold-webfont.eot');
    src: url('fonts/ClearSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ClearSans-Bold-webfont.woff') format('woff'),
         url('fonts/ClearSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/ClearSans-Bold-webfont.svg#clear_sans') format('svg');
    font-weight: 900;
    font-style: normal;
}

html {
  overflow-y: scroll; 
}
body{
  background-color: #A0A5AF;
  font-size: 105%;
  font-family: clear_sans,Verdana,Arial,sans-serif/*{ffDefault}*/;
  text-rendering: optimizeLegibility;
  font-variant-ligatures: common-ligatures;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: 'kern=1';
  -moz-font-feature-settings: 'kern' 1;
  -webkit-font-feature-settings: 'kern' 1;
  -o-font-feature-settings: 'kern' 1;
  -ms-font-feature-settings: 'kern' 1;
  font-feature-settings: 'kern' 1;
}
h1,h2,h3,h4{
  color: #285f25;
  margin-top: 0;
  margin-bottom: 0.7em;
  padding-top:0.7em;
}
h1{
  font-size: 1.6em;
}
h2{
  font-size: 1.1em;
  text-align: center;
}
h3{
  font-size: 1.1em;
}
h4{
  font-size: 1em;
  text-align: center;
}

#fakebody{
  margin-left:auto;
  margin-right:auto;
  margin-top: 16px;
  width:928px;
  background-color: #FFF;
  padding: 16px;
  border-radius: 5px;
	position:relative;
}
#header{
  margin-left:auto;
  margin-right:auto;
  width: 926px;
  height: 128px;
  background: url("img/header.png") no-repeat;
  /*background: rgb(69,164,62);*/
  background-size: 100%;
  vertical-align:bottom;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#header h1{
  text-align: left;
  margin-left: 28px;
  margin-top: 18px;
  font-size:31px; 
}
#line{
  margin-top: 4px;
  border-top:3px solid #000;
}
#navi{
  margin-left:auto;
  margin-right:auto;
  width:912px;
  height: 32px;
  margin-top: 6px;
  margin-bottom: 0px;
  padding-bottom: 2px;
  padding-top: 16px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: rgb(100,187,93);
}
#navi a{
  display:block;
  float:left;
  border: 2px solid rgb(0,120,0);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 20px;
  background-color: rgb(40, 98, 39);
  color: rgb(255,255,255);
  padding: 6px 12px;
  margin-right: 4px;
  margin-left: 4px;
}

#navi a#n_imp{
  float:right;
}

#navi a:link   { text-decoration:none;      }
#navi a:visited{ text-decoration:none;      }
#navi a:hover  { text-decoration:underline; background-color: rgb(100,187,93); }
#navi a:active { text-decoration:underline; }
#navi a:focus  { text-decoration:underline; }
.navi-active {color: #000000 !important; background-color: rgb(255,255,255) !important; border-bottom: 2px solid rgb(255,255,255) !important; }


#content{
  margin-top:0px;
  margin-left:auto;
  margin-right:auto;
  width:928px;
  border-top: 2px solid rgb(0,120,0);
}
#content{
  background: url("img/flat_45a43e_300x10.png")
              repeat-y scroll right #FFF !important;
}
.leftcontent, #leftcontent{
  width:600px;
  padding-left:6px;
}
.leftcontent p, #leftcontent p{
  text-align: justify;
  margin-top: 0em;
  margin-bottom: 0.7em;
  
  -webkit-hyphens: manual;
  -webkit-hyphenate-limit-after:3;
  -webkit-hyphenate-limit-before:2;
  -webkit-hyphenate-limit-lines: 2;
  -moz-hyphens: manual;
  -moz-hyphenate-limit-after:3;
  -moz-hyphenate-limit-before:2;
  -moz-hyphenate-limit-lines: 2;
  -ms-hyphens: manual;
  -ms-hyphenate-limit-after:3;
  -ms-hyphenate-limit-before:2;
  -ms-hyphenate-limit-lines: 2;
  hyphens: manual;
  hyphenate-limit-after:3;
  hyphenate-limit-before:2;
  hyphenate-limit-lines: 2;
  
}
a{
  white-space:nowrap;
}
.leftcontent ul, #leftcontent ul{
  padding-right: 16px;
}
.newsbeitrag{
  position:relative;
  margin-bottom: 1em;
  overflow: hidden;
  width: 100%;
  padding-right: 290px;
  border-top: 5px solid rgb(69,164,62);
  border-bottom: 5px solid rgb(69,164,62);
}
.geschlossen{
  height: 173px;
  overflow: hidden;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  cursor:pointer;
}
.geschlossen::after{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 173px;
  -webkit-box-shadow: 0px -6em 3em -3em #FFF inset;
  -moz-box-shadow: 0px -6em 3em -3em #FFF inset;
  box-shadow: 0px -6em 3em -3em #FFF inset;
  width: 600px;
}
.newsbeitrag img, .newsbeitrag>div{
  position: absolute;
  border: 1px solid #fff;
  right: 0;
}
.newsbeitrag h3{
  padding-right: 22px;
}
.newsbeitrag h3{
  cursor: pointer;
  background: url("img/dreieck_hoch.png") no-repeat right;
}
.newsbeitrag.geschlossen h3{
  cursor: pointer;
  background: url("img/dreieck_runter.png") no-repeat right;
}
.rightcontent {
  float: right;
  color: #fff;
  width: 230px;
  margin-right: 32px;
  margin-top: 32px;
  clear: right;
}
.rightcontent img{
  border: 1px solid #FFF;
}

.rightcontent h3{
  color: #fff;
}


#footer{
  clear:both;
  background: rgb(69,164,62); 
  color: rgb(255,255,255);
  font-size: 0.7em;
  padding:8px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin:0;
  min-height: 36px;
}
#footer>div {
  border-top:6px solid #FFF;
  border-bottom:4px solid #FFF;
  margin:-8px;
  margin-bottom:3px;
  background-color: #000;
  height:3px;

}
#footer>p{
  margin:0;
}
#accordionNews h4{
  padding: 0 !important;
  margin:  0 !important;
}

.ui-state-default{
  border-color: rgb(49, 160, 213) !important;
  color: #FFF !important;
}
.ui-state-hover{
  border-color: rgb(49, 160, 213) !important;
  color: #FFF !important;
}
.ui-state-active{
  border-color: rgb(49, 160, 213) !important;
  color: #FFF !important;
}
p.kurszusatzinfo{
  font-style: italic;
  font-size: 0.85em;
}
form#Anmeldung1 fieldset{
  padding: 9px;
  margin: 2px;
  float: left;
  width:280px;
}
form#Anmeldung1 label{
  display: block;
}
form#Anmeldung1 fieldset select, form#Anmeldung1 fieldset input{
  width:100%;
}
form#Anmeldung1 fieldset:nth-of-type(5) {
  width: 586px;
  clear:both;
}
form#Anmeldung1 fieldset:nth-of-type(5) label, form#Anmeldung1 fieldset:nth-of-type(5) input{
  display:inline;
  width:auto;
}
#Personendaten {
    margin: 0.5em;
    padding: 0 1.5em 0 1.5em;
    border: 0;
}

#Bestelldaten {
    margin: 0.5em;
    padding: 0.5em 1.5em 0.5em 1.5em;
    box-shadow: 0 0 2px 2px rgb(162,218,243), inset 0 0 2px 2px rgb(162,218,243);
    border: 1px solid rgb(0,158,224);
    font-weight: bold;
}
#Bestelldaten b{
    font-size: 1.3em;
}
.tooltip {
  position: relative;
}
.tooltip>div {
  position: absolute;
	color: #ffffff;
	top: 40px;
	left: -2px;
	z-index: 10;
	display:none;
	padding: 4px 18px;
  border: 2px solid rgb(0, 81, 120);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
  background-color: rgb(49, 160, 213); /* IE8 */
  background-color: rgba(49,160,213,0.95);
  box-shadow: 0 0 2px 2px rgba(0, 81, 120, 1);
}
.tooltip>div li {
  white-space: nowrap;
}
.tooltip>div ul {
  padding-left: 14px;
}
.tooltip:hover>div{
  display:block;
}
.tooltip div.arrow{
	position: absolute;
	top:-16px;
	left:15px;
	width: 22px;
	height: 4px;
	padding:6px;
	overflow:hidden;
}
.tooltip div.arrow:after{
  content:"";
	position:absolute;
	height:20px;
	width:20px;
	top:8px;
	background-color: rgb(0, 81, 120); /* IE8 */
	background-color: rgba(49,160,213,0.95);
	border: 2px solid rgb(0, 81, 120);
	box-shadow: 0 0 2px 2px rgba(0, 81, 120, 1);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.navi-active:hover>div{
  display:none !important;
}
input:required:invalid, input:focus:invalid{
	background-color: rgb(255,230,230);
}
input:required:valid{
	background-color: rgb(210,255,210);
}
#imagefilm{
  position: relative;
  left: calc(50% - 280px);
}
table.kontakt{
  border-left: 1ex solid rgb(69, 164, 62);
  padding-left: 1ex;
}
table.gitter{
  border-collapse: collapse;
  border-spacing: 0px;
  border: 1px solid black;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
table.gitter td{
   border: 1px solid black;
   padding: 0.5ex 1ex;
}
@media only screen 
  and (max-width: 928px) {
  body{
    margin:0;
  }
  #fakebody{
    margin: 0;
    width: 100%;
    background-color: #FFF;
    padding: 0;
    position:relative;
    border-radius:0;
  }
  #header{
    margin: 0;
    width: 100%;
    height: auto;
    padding-top: 14.25%;
    border-radius: 0;
  }
  #navi{
    width:100%;
    height: auto;
    padding: 0;
    background-color: rgb(100,187,93);
  }
  #navi a, #navi a#n_imp{
    display:normal;
    float:left;
    border: 2px solid rgb(0,120,0);
    border-radius: 0;
    height: auto;
    background-color: rgb(69,164,62);
    color: rgb(255,255,255);
    padding: 0.2em;
    margin: 0;
    width:45%;
    width:calc(50% - 11px);
  }
  .navi-active{
    border: 2px solid rgb(0,120,0) !important;
  }
  #content{
    margin:0;
    width:auto;
    font-size: 1em;
    border-top: 2px solid rgb(0,120,0);
    border-radius: 0;
  }
  #content{
    background: #FFF !important;
  }
  .leftcontent, #leftcontent{
    width:auto;
    padding:0.5em;
  }
  .leftcontent p, #leftcontent p{
    text-align: left;
  }
  h1{
    font-size: 1.2em;
  }
  h2{
    font-size: 1.1em;
  }
  h3{
    font-size: 1.0em;
  }
  .rightcontent {
    float: none;
    color: #000;
    width: 100%;
    margin: 0;
    text-align: justify;
    margin-bottom: -2em;
  }
  .rightcontent h3{
    color: #000;
  }
  .rightcontent:after {
    content: "";
    width: 100%;
    display: inline-block;
  }
  .rightcontent.ak{
    display: none;
  }
  .rightcontent img{
    border: none;
    width: 32%;
    margin:0;
    height:auto;
    display: inline-block;
  }
  .rightcontent p{
    margin-top: 0.2em;
    margin-bottom: 0;
  }
  #imagefilm{
    left: 0;
    width: 100%;
    height: auto;
  }
  .geschlossen::after{
    width: 100%;
  }
  .newsbeitrag{
    padding-right: 0;
    margin-bottom: 0;
  }
  .newsbeitrag img{
    position: relative;
    border: 1px solid #fff;
    right: auto;
    float: left;
    width: 114px;
    height: auto;
    margin-top: 0.7em;
    margin-right: 0.5em;
  }
  #footer{
    border-radius:0;
  }
  #footer>p{
    clear: both;
  }
}

h2 p{
    font-size: 0.8em;
    text-align: center !important;
}