/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local(''), url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v34-latin-300.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v34-latin-regular.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''), url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v34-latin-600.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local(''), url('../fonts/open-sans-v34-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v34-latin-300italic.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local(''), url('../fonts/open-sans-v34-latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v34-latin-600italic.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-condensed-300 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'), url('../fonts/open-sans-condensed-v12-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-condensed-v12-latin-300.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-condensed-700 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'), url('../fonts/open-sans-condensed-v12-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-condensed-v12-latin-700.woff') format('woff');
  
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
  height: 100%;
}
body {
  min-height: 101%;
  font: 100.01%;
}
body {
  margin: 0px 0px 0px 0px;
  padding: 0;
  font-family: 'Open Sans Condensed', sans-serif;
  color: rgb(0, 0, 0);
  background: white;
  /* Old browsers */
}

/*#container {
  margin-top: 0px;
  padding: 0px 0px 0px 0px;
  color: rgb(0, 0, 0);
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  /*border: 1px solid rgb(204,204,204);*/



 #maintext {
  line-height: 160%;
}
.left {
  /*border: 1px solid red;*/
  
  font-size: 1.1em;
  line-height: 1.4em;
  padding: 10px 0 0 10px;
}
.right {
  /*border: 1px solid orange;*/
  
  line-height: 150%;
  border-left: 1px solid rgb(51, 51, 51);
  margin: 10px 0 0 0;
}

.but {
  background-color: rgb(102, 153, 51);
 color: white;
 border: 2px solid rgb(231, 215, 178);
  border-bottom: 1px solid rgb(102, 153, 51);
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 0.8em;
  padding: 5px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  cursor: pointer;
}
.but:hover {
  background-color: rgb(236, 124, 48);
}
.rc {
  border-radius: 1em;
  margin-right: 3px;
  border-right: 1px solid rgb(102, 153, 51);
  border-bottom: 1px solid rgb(102, 153, 51);
}
.inner {
  margin: 0 0 0 23px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt5 {
  margin-top: 5px;
}
.mt20 {
  margin-top: 20px;
}

.ml10 {
  margin-left: 10px;
}
p.space {
  margin: 10px 0;
}
a {
  color: rgb(102, 153, 51);
  text-decoration: none;
}
a.links {
  color: rgb(102, 153, 51);
  text-decoration: none;
  font-size: 1.2em;
  padding-right: 10px;
}
a.text {
  color: rgb(102, 153, 51);
  text-decoration: none;
  font-size: 1.2em;
}
a.text:hover {
  color: rgb(255, 153, 0);
  text-decoration: none;
}
a.bottom {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-size: 1.1em;
  padding: 10px;
}
a.bottom:hover {
  color: rgb(255, 102, 0);
  text-decoration: none;
  font-size: 1.1em;
}
a.active {
  color: rgb(255, 102, 0);
  text-decoration: none;
}
a.impr {
  color: rgb(102, 153, 51);
  text-decoration: none;
  font-size: 1.2em;
}

/* corona spezial */
h2.corona{
 padding: 15px 0 20px 0;

}
h2.corona a{
   font-weight:bold;
  text-decoration:none;
  color:#F38E25;
}
h2.corona a:hover{
  text-decoration:underline;
  color: #AB6924;
}
.fb {
  font-weight: 700;
  color: rgb(153, 153, 153);
}

#header {
  margin-top: 0px;
  background-color: transparent;
  color: rgb(0, 51, 204);
  margin-right: auto;
  margin-left: auto;
}
#hsign {
  color: rgb(102, 102, 102);
  font-size: 2.85em;
  padding: 10px 0 0 0;
}
.nav {
  list-style: none;
  font-family: 'Open Sans', sans-serif;
}
#navtop {
  margin-bottom: 10px;
  font-size: 1.5em;
}
#navtop li {
  display: inline;
}
#navtop a {
  text-decoration: none;
  padding: 0 10px;
  color: rgb(102, 153, 51);
}
#navtop a.active {
  color: rgb(255, 153, 0);
}
#navtop a:hover {
  color: rgb(255, 153, 0);
}
#nav-mobile {
  margin-bottom: 40px;
  display: none;
}
.gruen {
  color: rgb(102, 153, 51);
}
h1 {
  color: rgb(0, 0, 0);
  font-size: 1.31em;
  margin: 0 0 10px 0;
}
h2 {
  color: rgb(0, 0, 0);
  font-size: 1.12em;
  margin: 0 0 5px 0;
}
h2.pfr {
  background: url(../img/pfeil_orange.png) no-repeat scroll 0 6px transparent;
  cursor: pointer;
  padding-left: 25px;
}
h2.pfu {
  background: url(../img/pfeil_orange.png) no-repeat scroll 0 -14px transparent;
  padding-left: 25px;
  cursor: pointer;
}
h2.vita {
  color: rgb(0, 0, 0);
  padding: 5px 0 0 0;
}
h3 {
  font-size: 0.9em;
  color: rgb(102, 102, 102);
}
h3.side {
  font-weight: bolder;
}

.vita {
  line-height: 150%;
}
.ds {
  line-height: 160%;
}
ul.ds {
  list-style: disc;
  padding: 10px 0 10px 20px;
}
p.sidebar {
  line-height: 150%;
}
p.adresse {
  line-height: 150%;
  padding: 5px 0 5px 0;
}
#bildlinks {
  padding: 0 0 0 10px;
}
div.vita {
  display: none;
}
#nametop {
  padding: 135px 0 0 0;
}
#namebottom {
  padding: 140px 0 0 0;
}
#namelinks {
  padding: 130px 0 0 0;
}
#namerechts {
  padding: 130px 0 0 0;
}
#name1 {
  padding: 120px 0 0 0;
}
#name2 {
  padding: 120px 0 0 0;
}
#name3 {
  padding: 110px 0 0 0;
}
#name4 {
  padding: 110px 0 0 0;
}
#name5 {
  padding: 110px 0 0 0;
}
#name6 {
  padding: 110px 0 0 0;
}
#name7 {
  padding: 110px 0 0 0;
}

ul.ausz {
  padding-left: 18px;
  list-style-image: url(../img/list.png);
}
.colbgg {
  background-color: rgba(137, 182, 66, 0.2);
  border-radius: 0 5px 5px 5px;
}
.pslider {
  padding: 15px 10px 15px 20px;
}
.clk {
  cursor: pointer;
}
.zu {
  display: none;
}

/* Aktuelles */
#aktuelles {
  margin-top: 20px;
  line-height: 110%;
}
#aktuelles p {
  line-height: 150%;
  margin: 10px 0 10px;
}
#aktuelles a {
  display: block;
  margin: 5px 0 5px 0;
  color: rgb(137, 182, 66);
  font-weight:700;
}
#aktuelles .titel {
  margin: 15px 0 15px 0;
  font-weight: bolder;
  font-size: 1.1em;
  /* color: rgb(102, 102, 102); */
  color:#F38E25;
}
#aktuelles strong{
  color: #4a4a4a;
}
#aktuelles ul{
  list-style:circle;
  padding-left:20px;
  line-height:175%;
}
div.pager {
  margin-top: 20px;
}
span.page-number {
  margin: 2px 2px 2px 2px;
  padding: 2px 2px 2px 2px;
  font-size: smaller;
  /* background: url(../img/bg_pager.gif) no-repeat; */
  
  border: 1px solid grey;
}
span.clickable {
  cursor: pointer;
  color: rgb(137, 182, 66);
  font-weight: bolder;
}
span.active {
  color: grey;
}
strong,
em {
  font-weight: 700;
  color: rgb(153, 153, 153);
}

.img-shad {
  box-shadow: 6px 4px 11px -6px rgba(14,13,13,0.68);
  -webkit-box-shadow: 6px 4px 11px -6px rgba(14,13,13,0.68);
  -moz-box-shadow: 6px 4px 11px -6px rgba(14,13,13,0.68);
}
.img-shad-radius {
  box-shadow: 6px 4px 11px -6px rgba(14,13,13,0.50);
  -webkit-box-shadow: 6px 4px 11px -6px rgba(14,13,13,0.50);
  -moz-box-shadow: 6px 4px 11px -6px rgba(14,13,13,0.50);
  border-radius: 3px;
  border: 1px solid rosybrown;
}

/*Abstände*/
.mtb10 {
  margin: 10px 0 10px 0;
}
.mt10 {
  margin: 10px 0 0 0;
}
.mt20 {
  margin: 20px 0 0 0;
}
.mtb20 {
  margin: 20px 0 20px 0;
}
.mtb10 {
  margin: 10px 0 10px 0;
}


/*strong, em{
  text-shadow: 1px 0 0 #8a9419;
  /*filter: dropshadow (color=#8a9419, offx=1, offy=1);
}*/

/* Ende Aktuelles */
img {
  border: none;
  display: block;
}
img.stg {
  width: 100%;
  height: auto;
}
.img-ex {
  display: inline;
}
#karte {
  border: thin solid orange;
  height: auto;
  margin-left: 10px;
  min-height: 400px;
}

/* Footer */
#footer {
  clear: both;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0px 0px 0px;
  color: rgb(51, 51, 51);
}
#noscript {
  color: white;
  font-weight: bolder;
  font-size: larger;
}
nav select {
  display: none;
}
select {
  padding: 0;
}
select[size="0"],
select[size="1"] {
  -moz-appearance: menulist;
  vertical-align: baseline;
}
select {
  -moz-box-sizing: border-box;
  -moz-user-select: none;
  cursor: default;
  line-height: normal !important;
  overflow: -moz-hidden-unscrollable;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  white-space: nowrap !important;
  word-wrap: normal !important;
}

/*M E D I A Q U E R I E S*/
@media only screen and (min-width: 1200px) {}
@media only screen and (min-width:960px) and (max-width: 1199px) {}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  #navtop {
    display: none;
  }
  #nav-mobile {
    margin-bottom: 40px;
    display: block;
  }
  #namelinks {
    padding: 10px;
  }
  #namerechts {
    padding: 10px;
  }
  #name1 {
    padding: 10px;
  }
  #name2 {
    padding: 10px;
  }
  #name3 {
    padding: 10px;
  }
  #name4 {
    padding: 10px;
  }
  #name5 {
    padding: 10px;
  }
  #name6 {
    padding: 10px;
  }
  #name7 {
    padding: 10px;
  }
}

/* All Mobile Sizes tablet hoch (devices and browser) */
@media only screen and (max-width: 767px) {
  #navtop {
    display: none;
  }
  #nav-mobile {
    margin-bottom: 40px;
    display: block;
  }
  #namerechts {
    padding: 10px;
  }
  #nametop {
    padding: 10px;
  }
  #namebottom {
    padding: 10px;
  }
  #name1 {
    padding: 10px;
  }
  #name2 {
    padding: 10px;
  }
  #name3 {
    padding: 10px;
  }
  #name4 {
    padding: 10px;
  }
  #name5 {
    padding: 10px;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  #navtop {
    display: none;
  }
  #nav-mobile {
    margin-bottom: 40px;
    display: block;
  }
  #hsign {
    color: rgb(102, 102, 102);
    font-size: 2.0em;
    padding: 10px 0 0 12px;
  }
  #hbild {
    width: 99%;
  }
  #logo {
    width: 20%;
  }
  #namelinks {
    padding: 10px;
  }
  #namerechts {
    padding: 10px;
  }
  #nametop {
    padding: 10px;
  }
  #namebottom {
    padding: 10px;
  }
  #name1 {
    padding: 10px 0 0 0;
    font-size: 1.0em;
  }
  #name2 {
    padding: 10px 0 0 0;
    font-size: 1.0em;
  }
  #name3 {
    padding: 10px 0 0 0;
    font-size: 0.98em;
  }
  #name4 {
    padding: 10px 0 0 0;
    font-size: 1.0em;
  }
  #name5 {
    padding: 10px;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #navtop {
    display: none;
  }
  #nav-mobile {
    margin-bottom: 40px;
    display: block;
  }
  #hsign {
    color: rgb(102, 102, 102);
    font-size: 2.0em;
    padding: 10px 0 0 12px;
  }
  #hbild {
    width: 98%;
  }
  #logo {
    width: 17%;
  }
  #namelinks {
    padding: 10px;
  }
  #namerechts {
    padding: 10px;
  }
  #nametop {
    padding: 10px;
  }
  #namebottom {
    padding: 10px;
  }
  #name1 {
    padding: 10px;
  }
  #name2 {
    padding: 10px;
  }
  #name3 {
    padding: 10px;
  }
  #name4 {
    padding: 10px;
  }
  #name5 {
    padding: 10px;
  }
}
