@charset "UTF-8";
.burger {
  border: 0;
  background: none;
  outline: 0;
  padding: 0;
  margin: 4px;
  cursor: pointer;
  border-bottom: 4px solid currentColor;
  width: 40px;
  transition: border-bottom 1s ease-in-out;
  -webkit-transition: border-bottom 1s ease-in-out; }
  .burger::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .burger:before {
    content: "";
    display: block;
    border-bottom: 4px solid currentColor;
    width: 100%;
    margin-bottom: 5px;
    transition: transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out; }
  .burger:after {
    content: "";
    display: block;
    border-bottom: 4px solid currentColor;
    width: 100%;
    margin-bottom: 5px;
    transition: transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out; }
  .burger.open {
    border-bottom: 4px solid transparent;
    transition: border-bottom 0.8s ease-in-out;
    -webkit-transition: border-bottom 0.8s ease-in-out; }
    .burger.open:before {
      transform: rotate(-405deg) translateY(1px) translateX(-3px);
      -webkit-transform: rotate(-405deg) translateY(1px) translateX(-3px);
      transition: transform 0.5s ease-in-out;
      -webkit-transition: -webkit-transform 0.5s ease-in-out; }
    .burger.open:after {
      transform: rotate(405deg) translateY(-4px) translateX(-5px);
      -webkit-transform: rotate(405deg) translateY(-4px) translateX(-5px);
      transition: transform 0.5s ease-in-out;
      -webkit-transition: -webkit-transform 0.5s ease-in-out; }

* {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: Calibri,Arial,sans-serif; }

html {
  height: 100.1%;
  margin-bottom: 1px;
  padding: 0;
  color: #333333;
  background: #e5e5e5; }

div.seite {
  padding: 10px 5px 20px;
  line-height: 130%;
  background: #fff; }
  @media (min-width: 930px) {
    div.seite {
      margin: 10px auto 0;
      padding: 0;
      width: 998px;
      background: #fff url("/img/hintergrund.jpg") no-repeat center top;
      min-height: 749px;
      border: 1px solid #cccccc; } }

#header {
  padding: 0;
  margin: 0;
  color: #000; }
  @media (min-width: 930px) {
    #header {
      height: 180px; } }

#footer {
  clear: both;
  width: 100%;
  background: #fff;
  height: 20px; }

.footerlink {
  float: right;
  text-decoration: none;
  margin-right: 20px; }

td * a,
div.headaddr a {
  text-decoration: none; }

.headlogo {
  margin: 0 auto;
  display: block; }
  @media (min-width: 930px) {
    .headlogo {
      float: left;
      margin: 0 0 0 20px; } }

.headaddr {
  text-align: center;
  -webkit-text-size-adjust: none;
  margin: 20px auto 0;
  display: block; }
  @media (min-width: 930px) {
    .headaddr {
      padding-top: 6px;
      margin: 20px 0 0 666px;
      background: #fff url("/img/kasten.gif") no-repeat center top;
      width: 312px;
      height: 109px; } }

#main {
  padding: 0;
  margin: 0 auto 0;
  color: #4f4f4f;
  background: transparent;
  overflow: hidden;
  border: none;
  clear: both; }
  @media (min-width: 930px) {
    #main {
      width: 990px; } }

#re {
  margin: 0;
  background: transparent;
  padding: 0; }
  @media (min-width: 930px) {
    #re {
      float: right;
      width: 600px;
      min-height: 423px;
      padding: 0 20px 0 0; } }

#content {
  background: transparent; }
  @media (min-width: 930px) {
    #content {
      padding: 16px 0 0 18px;
      margin: 0;
      width: 185px;
      float: left;
      min-height: 502px; } }

a {
  color: #666666;
  cursor: pointer;
  outline: none; }

#content a {
  text-decoration: none; }

@media (max-width: 929px) {
  .incArt {
    display: none; } }
img {
  border: none;
  outline: none; }
  @media (max-width: 929px) {
    img {
      max-width: 100% !important;
      height: auto !important; } }

#content .image_fade_wrapper,
#content img {
  display: block;
  padding-bottom: 20px; }

#gallery {
  margin: 12px auto 0;
  display: block; }

h1,
h2,
h2 a {
  font-size: 18px;
  font-weight: bold;
  color: #cc3333;
  padding: 20px 0; }

h2,
h2 a {
  color: #666666;
  padding-bottom: 10px; }

td h2 {
  padding-top: 0; }

.headaddr h1 {
  padding: 0;
  color: #666666;
  font-size: 16px; }
.headaddr span.tel {
  font-weight: bold;
  color: #cc3333; }
.headaddr a[href^="tel:"] {
  color: #cc3333;
  font-weight: bold;
  text-decoration: none; }

p,
.tinymcewysiwyg {
  color: #666666;
  line-height: 20px;
  font-size: 14px;
  padding-bottom: .7em; }

strong,
strong * {
  font-weight: bold; }

.Bildunterschrift {
  font-size: 12px;
  color: #666666;
  font-style: italic; }

.team {
  float: left;
  margin-right: 20px; }

li {
  margin-left: 15px; }

li p {
  line-height: 100%; }

table {
  text-align: left; }
  table td {
    padding: 0 15px 15px 0;
    vertical-align: top; }
  @media (max-width: 929px) {
    table.tteam {
      width: 100% !important; }
      table.tteam td {
        display: block; }
        table.tteam td img {
          display: block;
          margin: 0 auto; } }

/* NAV Top */
@media (min-width: 930px) {
  .burger {
    display: none; } }

nav {
  clear: both;
  margin: 0; }
  nav.mobile {
    display: none;
    margin-bottom: 20px; }
  @media (max-width: 929px) {
    nav.desktop {
      display: none; }
    nav.open {
      display: block; } }
  nav ul {
    margin: 0;
    list-style-type: none; }
    @media (min-width: 930px) {
      nav ul {
        padding: 16px 0 0 0;
        float: right; } }
    nav ul li {
      padding: 0;
      line-height: 23px; }
      @media (min-width: 930px) {
        nav ul li {
          margin: 0 34px 0 0;
          float: left;
          display: inline; } }
      nav ul li a,
      nav ul li a:visited {
        text-decoration: none;
        color: #666;
        font-size: 18px;
        font-weight: bold; }
      nav ul li.active > a, nav ul li:hover > a {
        color: #cc3333; }
      @media (min-width: 930px) {
        nav ul li ul {
          display: none; } }

.subnav {
  width: 185px; }
  @media (max-width: 929px) {
    .subnav {
      display: none; } }
  .subnav ul li a,
  .subnav ul li a:visited {
    text-decoration: none;
    color: #666;
    font-size: 18px;
    font-weight: bold; }
  .subnav ul li a.active,
  .subnav ul li a:hover {
    color: #cc3333; }
  .subnav ul li {
    margin: 0 0 0 0;
    padding: 5px 0 5px 0;
    line-height: 22px;
    list-style-type: none;
    border-bottom: 1px dotted #333333; }
  .subnav ul li a {
    margin: 0 0 3px 0; }
  .subnav ul li.active a,
  .subnav ul li.active ul li.active a {
    color: #cc3333; }
  .subnav ul li ul {
    margin-bottom: 10px; }
  .subnav ul li ul li {
    margin-bottom: 0;
    padding: 0 0 0 0;
    border-bottom: none; }
  .subnav ul li ul li a,
  .subnav ul li.active ul li a {
    font-weight: normal;
    color: #666666;
    margin: 0;
    padding: 0;
    font-size: 16px; }

/* gallery */
.imggal {
  margin: 8px auto;
  text-align: center; }

.imggal img {
  margin: 12px 0; }

.clear {
  clear: both; }

#navbg {
  width: 185px;
  background: transparent url("/img/nbgr.png") repeat-y right top;
  overflow: hidden; }

#navbtm,
#navbtt {
  width: 185px;
  height: 13px; }

#navbgb,
#navbgt {
  float: left;
  width: 172px;
  height: 13px;
  background: transparent url("/img/nbgb.png") repeat-x left bottom;
  overflow: hidden; }

#navbgb {
  width: 159px; }

#navbgbl {
  float: left;
  width: 13px;
  height: 13px;
  background: transparent url("/img/nbgbl.png") repeat-x left bottom;
  overflow: hidden; }

#navbgbr,
#navbgtr {
  width: 13px;
  height: 13px;
  background: transparent url("/img/nbgbr.png") repeat-x left bottom;
  overflow: hidden; }

#navbgt {
  background: #fff; }

#navbgtr {
  background: transparent url("/img/nbgbtr.png") repeat-x left bottom; }

/* imgfade */
.image_fade_wrapper {
  padding: 0;
  margin-bottom: 24px; }
  @media (min-width: 930px) {
    .image_fade_wrapper {
      float: left; } }

.image_fade {
  border: none; }
  @media (min-width: 930px) {
    .image_fade {
      position: relative;
      float: left;
      min-width: 350px;
      min-height: 350px; } }
  @media (max-width: 929px) {
    .image_fade {
      width: 100% !important; } }

.image_fade img {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute; }
  @media (max-width: 929px) {
    .image_fade img {
      width: 100% !important; } }

.clear {
  clear: both; }

#map {
  width: 100%;
  height: 210px;
  padding-bottom: .7em; }

@media (min-width: 930px) {
  /**
  * Modul WYSIWYGImage, Wysiwyg-Text mit Bild/Bildergalerie
  */
  /* ----- Hack only for IE 7 ----- */
  * + html div.wysiwygimg {
    overflow: hidden; }

  .wysiwygimg .wysiwygimgclear {
    clear: both;
    display: block;
    font-size: 1px;
    line-height: 0px;
    margin: 0;
    padding: 0;
    position: relative; }

  /* Text */
  /* Bild und Link */
  .wysiwygimg img.wysiwygimg {
    border: 0;
    margin: 1px; }

  /*.wysiwygimg img.wysiwygimg {border:solid 5px #f5f5f5; padding:1px;}*/
  .wysiwygimg a.wysiwygimg img {
    border: 0;
    padding: 0px;
    vertical-align: top;
    margin: 1px; }

  /*.wysiwygimg a.wysiwygimg, .wysiwygimg a.wysiwygimg:link {border:solid 5px #f6f6f6; display:table; display:inline-block; line-height:0.0em;}
  .wysiwygimg a.wysiwygimg:visited {}
  .wysiwygimg a.wysiwygimg:hover {border:solid 5px #e4e4e4;}
  .wysiwygimg a.wysiwygimg:focus {border:solid 5px #e4e4e4;}
  .wysiwygimg a.wysiwygimg:active {border:solid 5px #e4e4e4;}*/
  /* Bildunterschrift */
  .wysiwygimg .wysiwygimgtitle {
    color: #666;
    font-size: 0.8em;
    font-style: italic;
    margin: 2px 0px; }

  /* Wrapper-Classe um Bild und Bildunterschrift*/
  /* Bild links im Text (Textumfluss) */
  .wysiwygimg .wysiwygimgleft {
    float: left;
    margin: 0 1.0em 0 0; }

  /* Bild rechts im Text (Textumfluss) */
  .wysiwygimg .wysiwygimgright {
    float: right;
    margin: 0 0 0 1.0em; }

  /* Bild oben links */
  .wysiwygimg .wysiwygimgtopleft {
    float: left;
    margin-bottom: 0.5em; }

  /* Bild oben rechts */
  .wysiwygimg .wysiwygimgtopright {
    float: right;
    margin-bottom: 0.5em; }

  /* Bild oben mittig */
  .wysiwygimg .wysiwygimgtopcenter {
    margin-bottom: 0.5em;
    text-align: center; }

  .wysiwygimg .wysiwygimgtopcenter a.wysiwygimg {
    margin: 0 auto; }

  /* Bild unten links */
  .wysiwygimg .wysiwygimgbottomleft {
    float: left;
    margin-top: 0.5em; }

  /* Bild unten rechts */
  .wysiwygimg .wysiwygimgbottomright {
    float: right;
    margin-top: 0.5em; }

  /* Bild unten mittig */
  .wysiwygimg .wysiwygimgbottomcenter {
    margin-top: 0.5em;
    text-align: center; }

  .wysiwygimg .wysiwygimgbottomcenter a.wysiwygimg {
    margin: 0 auto; }

  .wysiwygimg .wysiwygimgbottomcenter img.wysiwygimg {
    margin: 0 auto; }

  /* Für Bilder links/rechts vom Text  */
  .wysiwygimg table {
    border-spacing: 0px;
    font-size: 1.0em; }

  .wysiwygimg td {
    vertical-align: top;
    font-size: 1.0em; }

  /* Bild links vom Text */
  .wysiwygimg td.wysiwygimgleftcol {
    padding-right: 1.0em; }

  /* Bild rechts vom Text */
  .wysiwygimg td.wysiwygimgrightcol {
    padding-left: 1.0em; } }
@media (max-width: 929px) {
  .wysiwygimg {
    width: 100% !important;
    float: none;
    margin: 0 !important; } }
