/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/* Mein eigenes Zeugs */
html, body {
           background-color: #DD5A25;
           margin: 0;
           width: 100%;
           overflow: auto;
           line-height: 1.3;
}
/* IDs */
#header {
        position: absolute;
        top: 0px;
        left: 1%;
        right: 3%;
        min-width: 95%;
        width: 95%;
        height: 45px;
        z-index: 20;
        overflow: hidden;
        border: 5px solid #DD5A25;
        background-color: #FFFFFF;
}
#logo {
      position: absolute;
      top: 12%;
      left: 6px;
      width: 120%;
      height: 120%;
      overflow: hidden;
      float: left;
      z-index: 20;
}
#logofk {
        position: absolute;
        top: 12%;
        left: 49%;
        width: 120%;
        height: 120%;
        overflow: hidden;
        float: left;
        z-index: 20;
}
#menue {
       clear: left;
       position: absolute;
       top: 10px;
       right: 1%;
       width: 96%;
       height: 0px;
       z-index: 20;
}
#content {
         position: absolute;
         top: 45px;
         left: 1%;
         right: 3%;
         min-width: 95%;
         width: 95%;
         background-color: #FFFFFF;
         border-top: 5px solid #DD5A25;
         border-left: 5px solid #DD5A25;
         border-right: 5px solid #DD5A25;
         z-index: 1;
}
#spalt0 {
	margin-top: 1%;
}
#spfoo {
       position: relative;
       left: 0px;
       width: 100%;
       height: 20%;
       background-color: #DD5A25F;
       z-index: 3;
}
div.spalt1 {
           width: 100%;
           z-index: 1;
}
div.spalt2 {
           width: 99%;
           padding-left: 1%;
           z-index: 1;
}
div.spalt3 {
           width: 99%;
           padding-left: 1%;
           padding-top: 5%;
           z-index: 1;
           text-align: center; 
}
#footer {
        clear: left;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 20%;
        background-color: #DD5A25;
        border-top: 5px solid #DD5A25;
        border-bottom: 5px solid #DD5A25;
        z-index: 3;
}
#besch {
       margin-top: -5%;  

}
/* Klassen */
            
hr.gg {
         border: none;
         border-top: 2px solid #ffff00;
         border-bottom: 2px solid #9fee00;
         margin: 0 0 0 20%;
}
hr.weiss {
         border: none;
         border-top: 1px solid #ffffff;
         margin: 10px 0 10px 0;
}
a {
  font-family: tahoma, helvetica, sans-serif;
  font-size: 14px; color: #DD5A25;
  font-weight: normal;
  text-decoration: underline;
}
a:hover {
        color: #DD5A25;
        text-decoration: none;
}
a.weiss {
        font-family: tahoma, helvetica, sans-serif;
        font-size: 14px; color: #ffffff;
        font-weight: normal;
        text-decoration: underline;
}
a.weiss:hover {
        color: #ffffff;
        text-decoration: none;
}
a.blmenu {
         height: 20px;
         font-family: tahoma, helvetica, sans-serif;
         font-size: 16px; color: #DD5A25;
         font-weight: normal;
         text-decoration: none;
}
div.text {
         padding: 10px 0 0 5px;
         width: 96%;
         font-family: tahoma, helvetica, sans-serif;
         font-size: 14px;
         font-weight: normal;
         color: #000000;
         text-align: justify;
}
div.fotobg {
	   padding:15px;
	   background-color:#DDE5F0;
	   font-style: italic; 
}
div.fotocr {
           font-size: 12px;
           text-align: right;
           font-style: normal;
           background-color:#DDE5F0;
}
div.txtfoo {
           padding: 10px 0 0 5px;
           width: 96%;
           font-family: tahoma, helvetica, sans-serif;
           font-size: 14px;
           font-weight: normal;
           color: #ffffff;
}
div.right {
          float: right;
          right:10px;
}
div.date {
         font-family: tahoma, Arial, sans-serif;
         font-size: 24px;
         color: #DD5A25;
         font-weight: normal;
}
img {
    border: none;
}
img.logo {
         max-width: 65%;
         height: 65%;
}
img.logofk {
         max-width: 65%;
         height: 65%;
}
img.gal {
        max-width: 50%;
        height: 50%;
}
img.flex {
         max-width: 100%;
         height: 100%;
}
img.flex2 {
          max-width: 100%;
          height: 100%;
          margin: 0 100% 10px 0;
          float: left;
}
img.flex3 {
          max-width: 100%;
          height: 100%;
          margin: 0 25% 10px 0;
}
h1 {
   font-family: tahoma, helvetica, sans-serif;
   font-size: 16px; color:#DD5A25;
   font-weight: bold;
   margin: 0;
   padding: 0;
   display: inline-block;
}
h2 {
   font-family: tahoma, helvetica, sans-serif;
   font-size: 15px; color:#DD5A25;
   font-weight: bold;
   margin: 0;
   padding: 0;
   display: inline-block;
}
h3 {
   font-family: tahoma, helvetica, sans-serif;
   font-size: 14px; color:#DD5A25;
   font-weight: bold;
   margin: 0;
   padding: 0;
   display: inline-block;
}
p, form {
        margin:0;
        padding:0;
}
span.boldred {
	     font-weight: bold;
	     color: #DD5A25;
}
#toolbar {
         position: fixed;
         bottom: 0px;
         left: 0px;
         width: 100%;
         min-height: 30px;
         height: 9%;
         z-index: 1001;
         padding-top: 2px;
         background-color: #DD5A25;
         border: 1px solid #DD5A25;
}
table.tb {
         width: 100%;
         height: 90%;
}
td.tbtext {
           width: 55%;
           height: 100%;
           font-family: arial,helvetica,sans-serif;
           font-size: 10px;
           color: #000000;
           font-weight: bold;
           text-align: right;
           vertical-align: bottom;
}

/* Bootstrap */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 22px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #AEF600;
   color: #DD5A25;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #AEF600;
  border-color: #AEF600;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #ffff99;
}
.nav > li > a > img {
  max-width: none;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  margin-top: 25px;
  margin-left: 14%;
  width: 85%;
  background-color: #ffff99;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    margin-top: -1px;
    margin-left: 0;
    width: 100%;
    background-color: #DD5A25;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.navbar-toggle {
  float: right;
  padding: 3px 4px;
  margin-top: 0;
  margin-right: 5%;
  background-color: #ffff99;
  border: 1px solid #000000; /*#AEF600;*/
  border-radius: 4px;
  font-family: arial, helvetica, sans-serif;
  color: #DD5A25;
  font-weight: bold;
  font-size: 20px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  text-align: right;
  width: 100%;
}
.navbar-nav > li {
    border-bottom: 1px solid #AEF600;
    border-right: 1px solid #DD5A25;
  }
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Dropdown-Menue */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #ffff99;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #AEF600;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #DD5A25;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #DD5A25;
  text-decoration: none;
  background-color: #AEF600;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
/* Dropdown-Menue ENDE */


@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
    .open .dropdown-menu > li > a,
    .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
    height: 34px;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 0;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #DD5A25;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

/* Media Querys */

@media only screen and (min-width: 400px) {
#header {
        height: 45px;
}
#menue {
       top: 10px;
}
#content {
         top: 45px;
}
a.blmenu {
         font-size: 14px;
}
#toolbar {
         min-height: 30px;
         height: 7%;
}
img.vare {
         max-width: 25%;
         height: auto;
         float: right;
         margin-left: 5px;
         padding-top: 5px;
}
img.vali {
         max-width: 25%;
         height: auto;
         float: left;
         margin-right: 5px;
         padding-top: 5px;
}
h1 {
   font-size: 17px;
}
h2 {
   font-size: 16px;
}
h3 {
   font-size: 15px;
}
a {
  font-size: 16px;
}
div.text {
         font-size: 16px;
}
}

@media only screen and (min-width: 600px) {
#header {
        left: 2%;
        height: 100px;
}
#logo {
      top: 15%;
      left: 6px;
      width: 80%;
      height: 80%;
}
#logofk {
        top: 6%;
        left: 45%;
}
img.logo {
         max-width: 90%;
         height: 90%;
}
img.logofk {		
           max-width: 70%;
           height: 70%;
}
#menue {
       top: 35px;
}
#content {
         top: 100px;
         left: 2%;
         right: 0;
}
#toolbar {
         min-height: 30px;
         height: 6%;
}
div.text {
         font-size: 18px;
         font-weight: 100;
}
img.vare {
	 	     max-width: 25%;
        height: auto;
    	   float: right;
         margin-left: 10px;
         padding-top: 5px;
}
img.vali {
		     max-width: 25%;
        height: auto;
    	   float: left;
         margin-right: 10px;
         padding-top: 5px;
}
h1 {
   font-size: 20px;
}
h2 {
   font-size: 19px;
}
h3 {
   font-size: 18px;
}
a {
  font-size: 18px;
}
.navbar-toggle {
               padding: 3px 4px;
               border-radius: 4px;
               font-size: 24px;
}
.nav > li > a {
  padding: 20px 35px 0 7px;
}
a.blmenu {
         height: 40px;
         font-size: 18px;
}
}
@media only screen and (min-width: 768px) {
#header {
        left: 2%;
        height: 120px;
}
#logo {
      top: 15%;
      left: 10%;
      width: 80%;
      height: 80%;
}
#logofk {
        top: 6%;
        left: 60%;
}
img.logo {
         max-width: 90%;
         height: 90%;
}
img.logofk {		
           max-width: 70%;
           height: 70%;
}
#menue {
       top: 120px;
       left: 2%;
       right: 0;
       min-width: 94%;
       width: 94%;
       height: 24px;
       background-color: #FFFF99;
       padding-left: 1%;
       z-index: 20;
       border-left: 5px solid #DD5A25;
       border-bottom: 5px solid #DD5A25;
}
#content {
         top: 144px;
         left: 2%;
         right: 0;
}
#spfoo {
       position: relative;
       left: 0px;
       width: 82%;
       height: 20%;
       margin: 0 9% 0 9%;
       background-color: #DD5A25F;
       z-index: 3;
}
.navbar-nav > li {
    border-bottom: none;
}
.nav > li > a {
  padding: 3px 7px 0 7px;
}
a.blmenu {
         height: 20px;
         font-size: 12px; color: #DD5A25;
         font-weight: normal;
         text-decoration: none;
         padding-top: 0px;
}
#toolbar {
         min-height: 20px;
         height: 6%;
}
div.text {
         font-size: 18px;
         font-weight: 100;
}
h1 {
   font-size: 18px;
}
h2 {
   font-size: 17px;
}
h3 {
   font-size: 16px;
}
img.vare {
         max-width: 25%;
    	 height: auto;
    	 float: left;
         margin-left: 0px;
         margin-right: 10px;
         padding-top: 5px;
}
img.vali {
         max-width: 25%;
         height: auto;
         float: right;
         margin-right: 0px;
         margin-left: 10px;
         padding-top: 5px;
}
#spalt0 {
        position: relative;
        left: 0px;
        width: 82%;
        padding: 10px 9% 0 9%;
        background-color: #FFFFFF;
        z-index: 1;
        float: left;
}
div.spalt1 {
           width: 100%;
           z-index: 1;
           float: left;
}
div.spalt2 {
           width: 54%;
           z-index: 1;
		   padding-right: 10px;
           float: left;
}
div.spalt3 {
           width: 42%;
           padding-top: 0;
           z-index: 1; 
           float: left;
           text-align: right;
}
a {
  font-size: 18px;
}
}
@media only screen and (min-width: 980px) {
#header {
        height: 130px;
}
#logo {
      top: 20px;
      left: 10%;
      width: 80%;
      height: 80%;
}
#logofk {
        top: 10px;
        left: 66%;
}
img.logo {
         max-width: 90%;
         height: 90%;
}
img.logofk {		
           max-width: 70%;
           height: 70%;
}
#menue {
       top: 130px;
       height: 26px;
}
#content {
         top: 156px;
}
a.blmenu {
         height: 23px;
         font-size: 14px;
}

.navbar-nav > li {
    border-bottom: none;
  }
.nav > li > a {
  padding: 2px 15px 0 15px;
}
#toolbar {
         min-height: 30px;
         height: 6%;
}
div.text {
         font-size: 18px;
         font-weight: 100;
}
a {
  font-size: 18px;
}
h1 {
   font-size: 20px;
}
h2 {
   font-size: 19px;
}
h3 {
   font-size: 18px;
}
}
@media only screen and (min-width: 1200px) {
#header {
        height: 140px;
}
#logo {
      top: 20px;
      left: 10%;
      width: 80%;
      height: 80%;
}
#logofk {
        top: 10px;
        left: 68%;
}
img.logo {
         max-width: 90%;
         height: 90%;
}
img.logofk {		
           max-width: 70%;
           height: 70%;
}
#menue {
       top: 140px;
       height: 32px;
}
#content {
         top: 170px;
}
a.blmenu {
         height: 27px;
         font-size: 16px;
}
.nav > li > a {
  padding: 4px 21px 0 21px;
}
div.text {
         font-size: 18px;
         font-weight: 100;
}
a {
  font-size: 18px;
}
img.vare {
    width: 30%;
    height: auto;
    padding-top: 5px;
}
img.vali {
    width: 30%;
    height: auto;
    padding-top: 5px;
}
}
@media only screen and (min-width: 1600px) {
#header {
        height: 180px;
}
#logo {
      top: 28px;
      left: 10%;
      width: 80%;
      height: 80%;
}
#logofk {
        top: 10px;
        left: 71%;
}
img.logo {
         max-width: 90%;
         height: 90%;
}
img.logofk {		
           max-width: 70%;
           height: 70%;
}
#menue {
       top: 180px;
       height: 40px;
}
#content {
         top: 200px;
}
a.blmenu {
         height: 36px;
         font-size: 24px;
}
.nav > li > a {
  padding: 3px 21px 0 21px;
}
#toolbar {
         min-height: 30px;
         height: 6%;
}
div.text {
         font-size: 24px;
         font-weight: 100;
}
a {
  font-size: 24px;
}
img.vare {
    width: 40%;
    height: auto;
    padding-top: 5px;
}
img.vali {
    width: 40%;
    height: auto;
    padding-top: 5px;
}
h1 {
   font-size: 34px;
}
h2 {
   font-size: 32px;
}
h3 {
   font-size: 30px;
}
}