.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-banner .cc-btn:last-child {
  min-width: 140px;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1;
}
.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
}
.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait),
  screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
} /* ::: Basis-Elemente ::: */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
table,
input {
  margin: 0;
  padding: 0;
}
a {
  outline: 0;
}
a img {
  border: 0;
}
.clear,
.spacer,
.halfspacer,
.quarterspacer,
.minispacer,
.doublespacer,
.line {
  font-size: 0;
  line-height: 0;
  height: 0;
  display: block;
}
.spacer {
  height: 16px;
}
.halfspacer {
  height: 16px;
}
.quarterspacer {
  height: 4px;
}
.minispacer {
  height: 2px;
}
.doublespacer {
  height: 32px;
}
.line {
  height: 1px;
  background-color: #bfbfbf;
  margin: 13px 0 11px 0;
}
.none,
.hide {
  display: none;
}
.even {
}
.odd {
  background-color: #eee;
}
.error {
  color: #e60003;
}
.error span {
  display: block;
  padding-bottom: 10px;
}
.searchword {
  background-color: #333;
  color: #fff;
}
.left {
  float: left;
}
.right {
  float: right;
}
.caption {
  font-size: 16px;
  padding-top: 5px;
}

/* ::: Imgleft ::: */
div.imgleft {
  float: left;
  padding: 0 15px 8px 0;
}

@media only screen and (max-width: 414px) {
  div.imgleft img {
    width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  div.imgleft {
    float: none;
    padding: 0 15px 8px 0;
  }

  .plaintext {
    margin-left: 0px !important;
  }
}

@media only screen and (max-width: 414px) {
  div.imgleft {
    padding-right: 0;
  }
}

@media only screen and (max-width: 975px) {
  .teaser {
    float: none !important;
    margin-left: 20px;
    padding-right: 0;
  }
}

/* ::: Imgright ::: */
div.imgright {
  float: right;
  padding: 0 0 5px 10px;
}

/* ::: Zoombox und Shadowbox hervorheben ::: */
a.zoombox,
a.shadowbox {
  position: relative;
  font-size: 0; /* FF3 */
}
img.zoomboxicon,
img.galleryicon {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* :::  Quicknav ::: */
a.tocontent,
a.tonavigation {
  position: absolute;
  top: 6px;
  left: -1000px;
  z-index: 100;
  display: block;
  padding: 1em 1em;
  background-color: #ffff8d;
  font-size: 1.4em;
  font-weight: bold;
  color: #010002;
}
a.tocontent:focus,
a.tocontent:active,
a.tonavigation:focus,
a.tonavigation:active {
  left: 0;
  width: 10em;
}
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #58585a;
  background-position: 0 0;
  background-repeat: repeat-x;
  background-image: url(../../img/system/bg-body.png);
  background-color: #ffffff;
  padding: 0;
  margin: 0;
}
@media (max-width: 850px) {
  body {
    background-image: none;
  }
}
body.heimstatt {
  background-image: url(../../img/system/bg-body.png);
}
@media (max-width: 850px) {
  body.heimstatt {
    background-image: none;
  }
}
body.mediencampus {
  background-image: url(../../img/system/bg-body-mediencampus.png);
}
@media (max-width: 850px) {
  body.mediencampus {
    background-image: none;
  }
}
body.cateringservice {
  background-image: url(../../img/system/bg-body-cateringservice.png);
}
@media (max-width: 850px) {
  body.cateringservice {
    background-image: none;
  }
}
body.gaestehaus {
  background-image: url(../../img/system/bg-body-gaestehaus.png);
}
@media (max-width: 850px) {
  body.gaestehaus {
    background-image: none;
  }
}
body.stiftung {
  background-image: url(../../img/system/bg-body-gaestehaus.png);
}
@media (max-width: 850px) {
  body.stiftung {
    background-image: none;
  }
}
body.homepage {
}
@media (max-width: 850px) {
  body.homepage {
    background-image: none;
  }
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
table,
input {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
a {
  outline: 0;
  text-decoration: none;
}
a img {
  border: 0;
  text-decoration: none;
}
.none,
.hide {
  display: none;
}
div.clearer,
div.clear {
  clear: both;
  height: 0;
}
div.halfspacer {
  height: 16px;
}
div.spacer {
  height: 10px;
}
div.doublespacer {
  height: 20px;
}
/* ################################################ Seitenaufbau ################################################ */
#container {
  max-width: 1001px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
/* ################################################ Header ################################################ */
.homeflash {
  margin-bottom: 10px;
}
@media (max-width: 550px) {
  .homeflash {
    height: auto;
  }
}
.homebilderoben {
  height: 260px;
}
.homebilderoben a {
  float: left;
  height: 260px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.homebilderoben a.homebild1 {
  background-image: url(../../img/homebilder/homebild1-sprite.jpg);
}
.homebilderoben a.homebild1:hover {
  background-position: 0 -260px;
}
.homebilderoben a.homebild2 {
  background-image: url(../../img/homebilder/homebild2-sprite.jpg);
}
.homebilderoben a.homebild2:hover {
  background-position: 0 -260px;
}
.homebilderoben a.homebild3 {
  background-image: url(../../img/homebilder/homebild3-sprite.jpg);
}
.homebilderoben a.homebild3:hover {
  background-position: 0 -260px;
}
.homebilderoben a.homebild4 {
  background-image: url(../../img/homebilder/homebild4-sprite.jpg);
}
.homebilderoben a.homebild4:hover {
  background-position: 0 -260px;
}
.homebilderoben a.homebild1,
.homebilderoben a.homebild2,
.homebilderoben a.homebild3,
.homebilderoben a.homebild4 {
  box-sizing: border-box;
  width: 33%;
}
@media (max-width: 1000px) {
  .homebilderoben a.homebild1,
  .homebilderoben a.homebild2,
  .homebilderoben a.homebild3,
  .homebilderoben a.homebild4 {
    width: 33%px;
  }
}
.homebildertext {
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 10px 16px 16px 70px;
  background: #c8361d;
  height: auto;
}
@media (max-width: 414px) {
  .homebildertext {
    padding-left: 20px;
    height: auto;
  }
}
@media (max-width: 850px) {
  .homebildertext {
    padding-left: 20px;
  }
}
@media (max-width: 1000px) {
  .homebildertext {
    background: #c8361d;
  }
}
.homebildertext .textueberschrift {
  font-size: 22px;
  line-height: normal;
  margin-bottom: 4px;
}
/* ########################### Navi ########################### */
.navi {
  float: left;
  max-width: 678px;
  padding-top: 128px;
  height: 230px;
  background-image: url(../../img/system/bg-menue.png);
  background-repeat: no-repeat;
  background-position: 0 157px;
}
body.homepage .navi {
  height: auto;
}
.navi ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.navi ul li {
  list-style: none;
  padding: 0;
  margin-right: 20px;
  float: left;
}
@media (max-width: 850px) {
  .navi {
    display: none;
  }
}
.navi ul li a {
  padding-left: 10px;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  height: 29px;
  text-decoration: none;
  color: #7f7f7f;
  display: block;
}
@media (max-width: 840px) {
  .navi ul li a {
    padding-left: 20px;
  }
}
.navi ul li a.selected,
.navi ul li a:hover {
  color: #000000;
  background-repeat: repeat-y;
  background-position: 0 0;
}
body.heimstatt .navi ul li a.selected {
  background-image: url(../../img/system/bg-navi-elem-rot.png);
}
body.mediencampus .navi ul li a.selected {
  background-image: url(../../img/system/bg-navi-elem-blau.png);
}
body.cateringservice .navi ul li a.selected {
  background-image: url(../../img/system/bg-navi-elem-gruen.png);
}
body.gaestehaus .navi ul li a.selected {
  background-image: url(../../img/system/bg-navi-elem-gelb.png);
}
body.stiftung .navi ul li a.selected {
  background-image: url(../../img/system/bg-navi-elem-gelb.png);
}
.navi ul li ul {
  position: absolute;
  top: 29px;
  padding-top: 10px;
  left: 0px;
}
.navi ul li ul li {
  float: none;
  margin: 0;
  height: 18px;
}
.navi ul li ul li a {
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 13px;
  line-height: 13px;
  padding: 1px 1px 1px 10px;
  background: none;
}
#container .navi ul li ul li a.selected {
  font-weight: bold;
  color: #ffffff;
  background: none;
}
.navi ul li ul li a:hover {
  color: #ffffff;
}
/* ########################### Header Rechts ########################### */
.headerright {
  /*float:right;  */
  /*max-width:254px; */
  position: absolute;
  right: 5px;
}
@media (max-width: 414px) {
  .headerright {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 850px) {
  .headerright {
    position: initial;
    right: auto;
  }
}
/* ################ Logo ################ */
.logo {
  height: 157px;
}
@media (max-width: 850px) {
  .logo {
    margin-top: -50px;
  }
}
.logo a {
  display: block;
  background-image: url(../../img/system/logo-heimstatt.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 254px;
  height: 157px;
}
body.homepage .logo {
  margin-left: -73px;
}
@media (max-width: 850px) {
  body.heimstatt .logo {
    margin-left: -73px;
  }
}
body.heimstatt .logo a {
  background-image: url(../../img/system/logo-heimstatt.png);
}
body.mediencampus .logo a {
  background-image: url(../../img/system/logo-mediencampus.png);
}
@media (max-width: 850px) {
  body.mediencampus .logo a {
    margin-left: 13px;
  }
}
body.cateringservice .logo a {
  background-image: url(../../img/system/logo-cateringservice.png);
}
@media (max-width: 850px) {
  body.cateringservice .logo a {
    margin-left: 13px;
  }
}
body.gaestehaus .logo a {
  background-image: url(../../img/system/logo-gaestehaus.png);
}
@media (max-width: 850px) {
  body.stiftung .logo {
    margin-left: -91px;
  }
}
body.stiftung .logo a {
  background-image: url(../../img/system/logo-stiftung.png);
}
/* ################ Keyvisual Animation ################ */
#animation {
  width: 254px;
  height: 201px;
}
@media only screen and (max-width: 414px) {
  #animation {
    width: 100%;
    height: auto;
  }
}
.animationsbild {
  position: absolute;
}
@media only screen and (max-width: 414px) {
  .animationsbild {
    position: initial;
  }
}
@media (max-width: 850px) {
  body.homepage .keyvisual {
    background: #c8361d;
  }
}
@media (max-width: 850px) {
  body.heimstatt .keyvisual {
    background: #c8361d;
  }
}
@media (max-width: 850px) {
  body.mediencampus .keyvisual {
    background: #090f4b;
  }
}
@media (max-width: 414px) {
  body.mediencampus .keyvisual {
    background: none;
  }
}
@media (max-width: 850px) {
  body.cateringservice .keyvisual {
    background: #007f4c;
  }
}
@media (max-width: 850px) {
  body.stiftung .keyvisual {
    background: #f49c04;
  }
}
.keyvisual img {
  width: 100%;
}
/* ################################################ Contentcontainer ################################################ */
.contentcontainer h3,
.contentcontainer h3 a {
  font-size: 16px;
  color: #c7361d;
  text-decoration: none;
}
body.heimstatt .contentcontainer h3,
body.heimstatt .contentcontainer h3 a {
  color: #c7361d;
}
body.mediencampus .contentcontainer h3,
body.mediencampus .contentcontainer h3 a {
  color: #090f4b;
}
body.cateringservice .contentcontainer h3,
body.cateringservice .contentcontainer h3 a {
  color: #007f4d;
}
body.gaestehaus .contentcontainer h3,
body.gaestehaus .contentcontainer h3 a {
  color: #f49c04;
}
body.stiftung .contentcontainer h3,
body.stiftung .contentcontainer h3 a {
  color: #f49c04;
}
/* ###################################### Content ###################################### */
.content {
  float: left;
  max-width: 690px;
  padding: 16px 10px 16px 10px;
}
@media only screen and (max-width: 850px) {
  .content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 550px) {
  .content {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 414px) {
  .content {
    padding-top: 0;
  }
}
body.homepage .content {
  padding-left: 70px;
  max-width: 630px;
}
.content2 {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media (max-width: 550px) {
  .news .plaintext {
    margin-bottom: 10px;
  }
}
@media (max-width: 550px) {
  .plaintext {
    margin-bottom: 20px;
  }
}

.news1 a {
  color: #c7361d !important;
  font-weight: bold;
}

.plaintext a {
  color: #58585a;
  text-decoration: underline;
}
.plaintext a:hover {
  text-decoration: none;
}
.plaintext ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.plaintext ul li {
  list-style: none;
  padding-left: 16px;
  margin-bottom: 2px;
  background-image: url(../../img/system/icon-liste.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
}
@media (max-width: 550px) {
  .plaintext ul li {
    margin-top: 12px;
  }
}
body.heimstatt .plaintext ul li {
  background-image: url(../../img/system/icon-liste.png);
}
body.mediencampus .plaintext ul li {
  background-image: url(../../img/system/icon-liste-mediencampus.png);
}
body.cateringservice .plaintext ul li {
  background-image: url(../../img/system/icon-liste-cateringservice.png);
}
body.gaestehaus .plaintext ul li {
  background-image: url(../../img/system/icon-liste-gaestehaus.png);
}
body.stiftung .plaintext ul li {
  background-image: url(../../img/system/icon-liste-gaestehaus.png);
}
.bildnebeneinander {
  float: left;
  margin-right: 29px;
}
.news a {
  color: #c7361d;
  font-weight: bold;
  text-decoration: none;
}
.news a:hover {
  text-decoration: underline;
}
/* ###################################### Teaser ###################################### */
.teaser {
  max-width: 246px;
  width: 100%;
  padding: 16px 13px 16px 0;
  float: right;
}
/* ################################################ Footer ################################################ */
.footer {
  width: 100%;
  background-color: #bfc9cf;
  height: 40px;
}
@media (max-width: 414px) {
  .footer {
    height: auto;
  }
}
.footer .metanavi {
  max-width: 1001px;
  width: 100%;
  height: 30px;
  padding: 10px 0 1px 80px;
  margin: 0 auto;
  box-sizing: border-box;
  height: 100%;
}
@media (min-width: 415px) {
  .footer .metanavi {
    background-image: url(../../img/system/bg-metanavi.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }
}
@media (max-width: 414px) {
  .footer .metanavi {
    padding-left: 20px;
  }
}
body.heimstatt .footer .metanavi {
  background-image: url(../../img/system/bg-metanavi.png);
  height: 100%;
}
@media (max-width: 414px) {
  body.heimstatt .footer .metanavi {
    background-image: none;
  }
}
body.mediencampus .footer .metanavi {
  background-image: url(../../img/system/bg-metanavi-mediencampus.png);
}
@media (max-width: 414px) {
  body.mediencampus .footer .metanavi {
    background-image: none;
  }
}
body.cateringservice .footer .metanavi {
  background-image: url(../../img/system/bg-metanavi-cateringservice.png);
}
@media (max-width: 414px) {
  body.cateringservice .footer .metanavi {
    background-image: none;
  }
}
body.gaestehaus .footer .metanavi {
  background-image: url(../../img/system/bg-metanavi-gaestehaus.png);
}
@media (max-width: 414px) {
  body.gaestehaus .footer .metanavi {
    background-image: none;
  }
}
body.stiftung .footer .metanavi {
  background-image: url(../../img/system/bg-metanavi-gaestehaus.png);
}
@media (max-width: 414px) {
  body.stiftung .footer .metanavi {
    background-image: none;
  }
}
.footer .metanavi a {
  float: left;
  display: block;
  color: #58585a;
  font-family: Arial, Verdana, Sans-Serif;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  margin-right: 30px;
}
@media (max-width: 414px) {
  .footer .metanavi a {
    float: none;
    margin-bottom: 20px;
  }
}
.footer .metanavi a:hover {
  text-decoration: underline;
}
.copyright {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px 80px 10px 0;
  max-width: 841px;
  width: 100%;
}
@media (max-width: 414px) {
  .copyright {
    padding-left: 20px;
  }
}
.privacy {
  margin: 20px 0;
}
.privacy input {
  float: none;
  display: inline-block;
  margin: 0 5px 5px 0;
  position: relative;
  top: 1px;
}
.privacy label {
  float: none;
  width: auto;
  max-width: none;
}
.privacy a {
  color: #58585a;
  text-decoration: underline;
}
.fliesstexterror {
  color: #e60003;
}
.row label {
  display: block;
  float: none;
}
@media (max-width: 414px) {
  .absenden a {
    margin: 0 !important;
    float: right !important;
  }
}
.news-item p {
  margin-bottom: 10px;
}
.khb fieldset label {
  display: inline-block;
}
.khb fieldset .plzort {
  width: 227px;
  display: inline-block;
}
@media (max-width: 405px) {
  .khb fieldset .captcha img {
    margin-left: 0;
  }
} /* ::: Formulare ::: */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: none;
}
label {
  float: left;
  clear: both;
  width: 130px;
  padding: 2px 0;
  font-size: 12px;
}
.row {
  margin-top: 3px;
  clear: both;
}
input.text,
input[type="text"],
textarea.text,
select.text,
fieldset textarea {
  width: 100%;
  max-width: 400px;
  margin: 1px 0;
  border: 1px solid #ccc;
  background: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #666;
  padding: 2px;
}
input.text,
textarea.text {
  padding: 2px;
}
fieldset textarea {
  height: 70px;
}
select.text {
  width: 214px;
}
input.zipcode {
  width: 43px;
  margin-right: 6px;
}
input.city {
  width: 157px;
}
.captcha img {
  margin: 1px 0 4px 130px;
}
.absenden a {
  display: block;
  float: left;
  margin: 1px 0 12px 253px;
  padding: 4px 10px;
  background-color: #c7361d;
  color: #fff;
  font-weight: bold;
}
label.labelradio {
  float: left;
  clear: none;
  width: auto;
  margin-right: 20px;
}
input.radio {
  float: left;
  margin-top: 4px;
  margin-right: 4px;
}

body.mediencampus .absenden a {
  background-color: #090f4b;
}

body.cateringservice .absenden a {
  background-color: #007f4d;
}

body.gaestehaus .absenden a {
  background-color: #f49c04;
}
@font-face {
  font-family: "mobilenav";
  src: url("../../fonts/mobilenav/mobilenav%EF%B9%9619440014.eot");
  src: url("../../fonts/mobilenav/mobilenav%EF%B9%9619440014.eot#iefix")
      format("embedded-opentype"),
    url("../../fonts/mobilenav/mobilenav%EF%B9%9619440014.woff") format("woff"),
    url("../../fonts/mobilenav/mobilenav%EF%B9%9619440014.ttf")
      format("truetype"),
    url("../../fonts/mobilenav/mobilenav%EF%B9%9619440014.svg#mobilenav")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="mn-"]:before,
[class*=" mn-"]:before {
  font-family: "mobilenav";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mn-angle-left:before {
  content: "\e800";
}

.mn-angle-right:before {
  content: "\e801";
}

.mn-menu:before {
  content: "\e802";
}

.mobile-logo {
  display: none;
  position: absolute;
  top: 10px;
  left: 0;
  text-align: center;
  width: 100%;
}
.mobile-logo img {
  height: 50px;
}

html.mobilenav-open {
  overflow: hidden !important;
}

.mobilenav-open body {
  position: fixed !important;
}

.mobilebutton {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 10px;
  right: 10px;
  height: auto;
  width: 40px;
  background: white;
  border-radius: 5px;
  color: #292929;
  -moz-box-sizing: border-box;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 28px;
  padding: 5px 0;
  cursor: pointer;
}

body.homepage #mobilenav {
  background: #c8361d;
}
body.homepage #mobilenav .selected {
  background: #9c2a16;
}

body.heimstatt #mobilenav {
  background: #c8361d;
}
body.heimstatt #mobilenav .selected {
  background: #9c2a16;
}

body.mediencampus #mobilenav {
  background: #0f2d80;
}
body.mediencampus #mobilenav .selected {
  background: #0d266b;
}

body.cateringservice #mobilenav {
  background: #007f4c;
}
body.cateringservice #mobilenav .selected {
  background: #005936;
}

body.stiftung #mobilenav {
  background: #f49c04;
}
body.stiftung #mobilenav .selected {
  background: #bd7904;
}

#mobilenav {
  display: none;
  -moz-transform: translate(-105%);
  -ms-transform: translate(-105%);
  -o-transform: translate(-105%);
  -webkit-transform: translate(-105%);
  transform: translate(-105%);
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.6);
  padding-top: 70px;
  font-size: 18px;
  line-height: 1.3rem;
  color: #fff;
  width: 320px;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #333;
  background: -moz-linear-gradient(top, #333 50px, #333 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50px, #333),
    color-stop(100%, #333)
  );
  background: -webkit-linear-gradient(top, #333 50px, #333 100%);
  background: -o-linear-gradient(top, #333 50px, #333 100%);
  background: -ms-linear-gradient(top, #333 50px, #333 100%);
  background: linear-gradient(to bottom, #333 50px, #333 100%);
  position: fixed;
  z-index: 9990;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
#mobilenav.no-overflow {
  overflow-y: hidden;
}
.mobilenav-open #mobilenav {
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
}
#mobilenav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mobilenav ul.sub {
  display: none;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -3px 3px -2px rgba(0, 0, 0, 0.3);
}
#mobilenav li {
  position: relative;
  z-index: 20;
}
#mobilenav li > .mobilenav-submenu i:before {
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
#mobilenav li.open > .mobilenav-submenu i:before {
  -moz-transform: rotateZ(90deg) rotateY(180deg);
  -ms-transform: rotateZ(90deg) rotateY(180deg);
  -o-transform: rotateZ(90deg) rotateY(180deg);
  -webkit-transform: rotateZ(90deg) rotateY(180deg);
  transform: rotateZ(90deg) rotateY(180deg);
}

.mobilenav-header {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: 1px solid #666;
  overflow: hidden;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer;
}
.mobilenav-header .mobilenav-header-link {
  float: left;
  display: block;
  padding: 11px 0;
  color: #fff;
  text-decoration: none;
  width: 67%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.mobilenav-header .mobilenav-back {
  float: right;
  padding: 11px 0;
  max-width: 33%;
}

.mobilenav-submenu {
  padding: 11px 10px;
  position: absolute;
  z-index: 30;
  top: 0;
  right: 0;
  cursor: pointer;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.1);
}
.mobilenav-submenu:hover {
  background: rgba(255, 255, 255, 0.2);
}

.mobilenav-ul {
  width: 100%;
  z-index: 100;
}
.mobilenav-ul.sub {
  display: none;
}

.mobilenav-li {
  margin-bottom: 5px;
  -moz-transition: margin 0.3s ease-in-out, padding 0.3s ease-in-out;
  -o-transition: margin 0.3s ease-in-out, padding 0.3s ease-in-out;
  -webkit-transition: margin 0.3s ease-in-out, padding 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.mobilenav-li.open,
.mobilenav-li.open > ul > li:last-child {
  margin-bottom: 0;
}
.mobilenav-li.padding {
  padding-bottom: 5px !important;
}

.seperator {
  margin: 10px 0;
  height: 1px;
}

body.homepage #mobilenav .seperator {
  background-color: #9c2a16;
}

body.heimstatt #mobilenav .seperator {
  background-color: #9c2a16;
}

body.mediencampus #mobilenav .seperator {
  background-color: #0d266b;
}

body.cateringservice #mobilenav .seperator {
  background-color: #005936;
}

body.stiftung #mobilenav .seperator {
  background-color: #bd7904;
}

.mobilenav-a {
  padding: 11px 45px 11px 20px;
  display: block;
  color: #fff;
  text-decoration: none;
  background: transparent;
  -moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.mobilenav-a:hover,
.selected > .mobilenav-a {
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 850px) {
  #mobilenav,
  .mobile-logo,
  .mobilebutton {
    display: block;
  }
}
.blog-grau {
  background: #c0c9cf;
  background: linear-gradient(90deg, #c0c9cf 73%, #e9ebeb 100%);
  padding: 16px;
  font-size: 16px;
  text-align: center;
}
.pz {
  text-align: center;
  padding: 16px;
} /* ::: uaWarning ::: */
#uaWarningWrapper {
  background-color: #ffe9af;
  border-bottom: 1px solid #c0c0c0;
}
#uaWarning {
  max-width: 1024px;
  margin: 0 auto;
  padding: 24px 16px;
}
#uaWarningClose {
  text-align: right;
  cursor: pointer;
}
