/* great-vibes-regular - latin */
@font-face {
  font-family: "Great Vibes";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/google/great-vibes-v14-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("/assets/fonts/google/great-vibes-v14-latin-regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("/assets/fonts/google/great-vibes-v14-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("/assets/fonts/google/great-vibes-v14-latin-regular.woff") format("woff"),
    /* Modern Browsers */ url("/assets/fonts/google/great-vibes-v14-latin-regular.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("/assets/fonts/google/great-vibes-v14-latin-regular.svg#GreatVibes") format("svg"); /* Legacy iOS */
}

/* mukta-regular - latin */
@font-face {
  font-family: "Mukta";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/google/mukta-v13-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("/assets/fonts/google/mukta-v13-latin-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("/assets/fonts/google/mukta-v13-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("/assets/fonts/google/mukta-v13-latin-regular.woff") format("woff"),
    /* Modern Browsers */ url("/assets/fonts/google/mukta-v13-latin-regular.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("/assets/fonts/google/mukta-v13-latin-regular.svg#Mukta") format("svg"); /* Legacy iOS */
}

/* CSS reset */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  background: #b4d5f8 url(/media/bg_main.jpg) no-repeat top center fixed;
  background-size: cover;
  margin: 0;
  font-family: "Mukta", sans-serif;
}

#container {
  position: relative;
  margin: 18% auto 0 auto;
  max-width: 930px;
  padding: 0;
  background-color: rgba(244, 241, 201, 0.95);
}

#on-off {
  color: #fec83e;
  background: #009a3b;
  display: none;
}

#menu {
  background: #009a3b;
}

#on-off,
#content,
#side,
#footer {
  padding: 1em 1.25em;
}

#content {
}

#side {
}

#footer {
  background: #fec83e;
}
#footer div.adresse {
  float: right;
}

#content p,
#footer p {
  font-size: 1.05em;
  line-height: 1.24em;
  margin-bottom: 20px;
}
#content h1,
#side h1 {
  text-align: left;
  margin-bottom: 15px;
  font: normal 2.2em "Great Vibes", cursive;
  color: #009a3b;
}
#content h2 {
  text-align: left;
  margin-bottom: 15px;
  font: normal 1.6em "Great Vibes", cursive;
  color: #009a3b;
}
#content img,
.side-galery {
  box-shadow: 0px 2px 5px #333;
}

#content iframe {
  max-width: 100%;
  margin-bottom: 10px;
  box-shadow: 0px 2px 5px #333;
}

#side hr {
  clear: both;
  border: 0;
  height: 1px;
  background: #000;
  margin: 15px 0 25px;
}

#side p {
  font-size: 1.05em;
  line-height: 1.24em;
  margin-bottom: 18px;
}

#side h2 {
  clear: both;
  font-size: 1.05em;
  font-weight: bold;
  line-height: 1.24em;
}
#side div.rechtliches {
  text-align: center;
  font-size: 0.9em;
  line-height: 1.24em;
  margin: 15px 3px 0 0;
}

a {
  text-decoration: underline;
  color: #009a3b;
}
a:hover {
  color: #8bb847;
}
a:active,
a:focus {
  outline: none;
}

img {
  max-width: 100%;
}

img.bild_l {
  border: 0px solid #606060;
  float: left;
  margin-bottom: 5px;
  margin-right: 15px;
  margin-top: 3px;
}
img.bild_lb {
  border: 1px solid #5f5f5f;
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
  margin-top: 3px;
  padding: 3px;
}
img.bild_r {
  border: 0px solid #606060;
  float: right;
  margin-bottom: 5px;
  margin-left: 15px;
  margin-top: 3px;
}
img.bild_rb {
  border: 1px solid #5f5f5f;
  float: right;
  margin-bottom: 5px;
  margin-left: 15px;
  margin-top: 3px;
  padding: 3px;
}
img.bd {
  box-shadow: 0 0 15px #999;
  padding: 0;
  margin: 10px 0 0 0;
}

img.link {
  border: none;
  float: left;
  margin-bottom: 0;
  margin-right: 7px;
  margin-top: 1px;
  border-radius: none;
}

.link_icon {
  padding-left: 53px;
  height: 38px;
  line-height: 38px;
  background-repeat: no-repeat;
  background-size: 44px auto;
}
.ico_gif {
  background-image: url(/media/mime-gif.gif);
}
.ico_def {
  background-image: url(/media/mime-default.gif);
}
.ico_doc,
.ico_docx {
  background-image: url(/media/mime-doc.gif);
}
.ico_jpg,
.ico_jpeg {
  background-image: url(/media/mime-jpg.gif);
}
.ico_pdf {
  background-image: url(/media/mime-pdf.gif);
}
.ico_png {
  background-image: url(/media/mime-png.gif);
}
.ico_xls,
.ico_xlsx {
  background-image: url(/media/mime-xls.gif);
}
.ico_zip {
  background-image: url(/media/mime-zip.gif);
}

.clr {
  clear: both;
}
.floatRight {
  float: right;
  margin: 0 0 10px 15px;
}
.floatLeft {
  float: left;
  margin: 0 15px 10px 0;
}
.floatCenter {
  text-align: center;
  margin: 0;
  padding: 0;
}
.floatNull {
  float: none;
  margin: 0 0 10px 0;
}

.nix {
  display: none;
  margin: 5px;
}

a.unsichtbar {
  display: none;
}

/* Under 930px */
@media only screen and (max-width: 930px) and (min-width: 1px) {
  body {
    background-size: 100% auto;
  }
  #container {
    background-color: rgba(244, 241, 201, 1);
  }
}
/* Under 800px */
@media only screen and (max-width: 799px) and (min-width: 569px) {
  .floatRight,
  .floatLeft,
  .floatCenter {
    float: none;
    margin: 0 0 10px 0;
  }
  img {
    max-width: 100%;
  }
  #on-off {
    display: block;
  }
  #on-off a {
    text-decoration: none;
    cursor: pointer;
  }
  #menu,
  #menu .rex-navi2 {
    display: none;
  }
}
/* Under 568px */
@media only screen and (max-width: 568px) and (min-width: 1px) {
  .floatRight,
  .floatLeft,
  .floatCenter {
    float: none;
    margin: 0 0 10px 0;
  }
  #content img,
  #side img {
    min-width: 100%;
  }
  #footer div.adresse {
    clear: both;
    float: none;
    padding-top: 10px;
  }
  #on-off {
    display: block;
  }
  #on-off a {
    text-decoration: none;
    cursor: pointer;
  }
  #menu,
  #menu .rex-navi2 {
    display: none;
  }
}
