body.compensate-for-scrollbar {
  margin-right: 0 !important;
}

/* iFrames */
.video-embed,
.csc-textmedia-gallery-media,
.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.video-embed iframe,
.csc-textmedia-gallery-media iframe,
.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Headlines */
h1,
.platzstatus-mobile h2,
h2.-likeh1 {
  font-size: 218%;
  margin: 0;
  font-family: 'MainFontSemibold', sans-serif;
  color: #1e1e1e;
  font-weight: normal;
  line-height: 120%;
  text-transform: uppercase;
}

#page h1 a,
#page h1 a:hover {
  color: #1e1e1e;
  font-weight: normal;
  font-style: normal;
}

.portal .footerarea .header-bigspaceafter {
  display: none;
}

h2 {
  font-size: 125%;
  margin: 0;
  font-family: 'MainFontSemibold', sans-serif;
  color: #1e1e1e;
  font-weight: normal;
  line-height: 120%;
  text-transform: uppercase;
}

#page h2 a,
#page h2 a:hover {
  color: #1e1e1e;
  font-weight: normal;
  font-style: normal;
}

.-subheader,
.subheader {
  color: #646464;
  font-family: 'MainFontItalic';
  font-size: 112%;
  text-transform: none;
  margin-top: 0.2em;
}

h3,
.-likeh3 {
  font-size: 100%;
  margin: 0;
  font-family: 'MainFontSemibold', sans-serif;
  color: #1e1e1e;
  font-weight: normal;
  line-height: 120%;
  text-transform: uppercase;
}

#page h3 a {
  color: #1e1e1e;
  font-weight: normal;
  font-style: normal;
}

.headline.-center,
.header-center {
  text-align: center;
}

h4,
h5 {
  font-size: 112%;
  margin: 0;
  font-family: 'MainFont', sans-serif;
  color: #646464;
  font-weight: normal;
  line-height: 120%;
  text-transform: uppercase;
}

#page h4 a,
#page h4 a:hover {
  color: #646464;
  font-weight: normal;
  font-style: normal;
}

h5 {
  font-size: 93%;
}

.folgeseite.withmenu h1,
.folgeseite.withmenu h3 {
  text-align: left;
}

.headline.-large,
.header-bigspaceafter {
  margin-bottom: 2.5em;
}

.headline.-small,
.header-smallspaceafter {
  margin-bottom: 0.8em;
}

/* floats and clears */
.fright {
  float: right;
}

.fleft {
  float: left;
}

.clearfix {
  display: block;
}

.clearboth {
  clear: both;
}

.clearAll {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* standard width */
.col70,
.col30,
.col20,
.col80,
.col50 {
  float: left;
  margin: 0 4% 0 0;
  min-height: 1px;
}

#page .col70.last,
#page .col30.last,
#page .col20.last,
#page .col80.last,
#page .col50.last {
  margin: 0;
}

.gridcontainer {
  width: 100%;
  overflow: hidden;
}

.col70 {
  width: 65.28%;
}

.col30 {
  width: 30.64%;
}

.col80 {
  width: 73.94%;
}

.col20 {
  width: 21.98%;
}

.col50 {
  width: 47.96%;
}

/* =============================================================================
   Fluid Styled Content
   ========================================================================== */

.grid__12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-auto-flow: dense;
}

.grid__12>* {
  grid-column: span 12;
}

/* felogin */
.felogin__message {
  margin-bottom: 0.5rem;
}

.tx-felogin-pi1 label {
  display: block;
}

.tx-felogin-pi1 legend {
  display: none;
}

/* Textpic */
.textpic.-intext.-float .gallery {
  margin-bottom: 1.75rem;
}

.textpic.-intext.-float {
  overflow: hidden;
}

.grid__12 .grid__12 .textpic.-intext.-nowrap .gallery {
  grid-column: 1/5;
}

.grid__12 .grid__12 .textpic.-intext.-nowrap .textpic__bodytext {
  grid-column: 5/13;
}

.grid__12 .grid__12 .textpic.-right.-intext.-nowrap .gallery {
  grid-column: 9/13;
}

.grid__12 .grid__12 .textpic.-right.-intext.-nowrap .textpic__bodytext {
  grid-column: 1/9;
}

/* Image */
.image.-center .gallery {
  justify-items: center;
}

.image.-right .gallery {
  justify-items: right;
}

/* Gallery */
.gallery {
  align-self: start;
}

.gallery {
  grid-gap: 0.75rem;
}

.gallery__caption,
.media__caption {
  font-size: 90%;
  margin-top: 0.25rem;
}

.gallery__item {
  overflow: hidden;
}

.contentarea .gallery__item:last-child {
  margin-bottom: 1.5em;
}

.gallery__item a {
  position: relative;
  display: inline-block;
}

.grid__12.gallery>* {
  grid-column: auto;
}

.grid__12[data-ce-columns="6"],
.grid__12[data-ce-columns="5"],
.grid__12[data-ce-columns="4"],
.grid__12[data-ce-columns="3"] {
  grid-template-columns: repeat(2, 1fr);
}

.grid__12[data-ce-columns="2"],
.grid__12[data-ce-columns="1"] {
  grid-template-columns: 1fr;
}

/* Media */
figure.video {
  display: inline;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

figure.video {
  margin-bottom: 1rem;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Menus */
.frame-type-menu_pages>ul,
.frame-type-menu_sitemap>ul,
.frame-type-menu_subpages>ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.frame-type-menu_pages li,
.frame-type-menu_sitemap li,
.frame-type-menu_subpages li {
  list-style-type: none;
  list-style-image: none;
  background-image: none;
  padding: 0;
  margin-bottom: 0;
}

.frame-type-menu_sitemap>ul>li>a {
  font-size: 120%;
  margin-bottom: 0;
  text-transform: uppercase;
}

.frame-type-menu_sitemap>ul>li>ul>li>ul>li>a {
  font-size: 90%;
}

.frame-type-menu_sitemap>ul>li {
  margin-bottom: 1.5rem;
}

.frame-type-menu_sitemap>ul>li>ul>li {
  margin-bottom: 0.8rem;
}

.frame-type-menu_sitemap>ul>li>ul {
  margin-left: 1rem;
}

.frame-type-menu_sitemap>ul>li>ul>li>ul {
  margin-left: 2rem;
}

.frame-type-menu_sitemap>ul>li>ul>li>ul>li>ul {
  margin-left: 3rem;
}

.frame-type-menu_sitemap>ul>li>ul>li>ul>li>ul>li>ul {
  margin-left: 4rem;
}

li.noentry {
  font-size: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  border: none;
}

/* Spaces */
.frame-space-before-extra-small {
  margin-top: 1rem;
}

.frame-space-before-small {
  margin-top: 2rem;
}

.frame-space-before-medium {
  margin-top: 3rem;
}

.frame-space-before-large {
  margin-top: 4rem;
}

.frame-space-before-extra-large {
  margin-top: 5rem;
}

.frame-space-after-extra-small {
  margin-bottom: 1rem;
}

.frame-space-after-small {
  margin-bottom: 2rem;
}

.frame-space-after-medium {
  margin-bottom: 3rem;
}

.frame-space-after-large {
  margin-bottom: 4rem;
}

.frame-space-after-extra-large {
  margin-bottom: 5rem;
}

@media (min-width: 400px) {
  .frame-type-textmedia .grid__12[data-ce-columns="2"] {
    grid-template-columns: 1fr;
  }

  .grid__12[data-ce-columns="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 640px) {
  .frame-type-textmedia .grid__12[data-ce-columns="2"] {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid__12[data-ce-columns="3"],
  .grid__12[data-ce-columns="5"],
  .grid__12[data-ce-columns="6"] {
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery {
    grid-gap: 1.75rem;
  }
}

@media (min-width: 800px) {

  .col50 .gallery,
  .col30 .gallery {
    grid-gap: 0.75rem;
  }

  .grid__12[data-ce-columns="4"] {
    grid-template-columns: repeat(4, 1fr);
  }

  .textpic.-intext.-nowrap .gallery {
    grid-column: 1/6;
  }

  .textpic.-intext.-nowrap .textpic__bodytext {
    grid-column: 6/13;
  }

  .textpic.-right.-intext.-nowrap .gallery {
    grid-column: 8/13;
  }

  .textpic.-right.-intext.-nowrap .textpic__bodytext {
    grid-column: 1/8;
  }

  .textpic.-left.-intext.-float .gallery {
    margin-right: 1.75rem;
    float: left;
    width: calc(((100% - (1.75rem * 11)) / 12) * 5 + (1.75rem * 4));
  }

  .textpic.-right.-intext.-float .gallery {
    margin-left: 1.75rem;
    float: right;
    width: calc(((100% - (1.75rem * 11)) / 12) * 5 + (1.75rem * 4));
  }

  .textpic.-intext .gallery {
    grid-gap: 0.75rem;
  }
}

@media (min-width: 1024px) {

  .grid__col.-w20 .gallery,
  .grid__col.-w33 .gallery,
  .grid__col.-w30 .gallery,
  .grid__col.-w70 .gallery,
  .grid__col.-w80 .gallery {
    grid-gap: 0.75rem;
  }

  .textpic.-intext.-nowrap .gallery {
    grid-column: 1/5;
  }

  .textpic.-intext.-nowrap .textpic__bodytext {
    grid-column: 5/13;
  }

  .textpic.-right.-intext.-nowrap .gallery {
    grid-column: 9/13;
  }

  .textpic.-right.-intext.-nowrap .textpic__bodytext {
    grid-column: 1/9;
  }

  .textpic.-left.-intext.-float .gallery {
    width: calc(((100% - (1.75rem * 11)) / 12) * 4 + (1.75rem * 3));
  }

  .textpic.-right.-intext.-float .gallery {
    width: calc(((100% - (1.75rem * 11)) / 12) * 4 + (1.75rem * 3));
  }
}

@media (min-width: 1280px) {

  .grid__12[data-ce-columns="5"],
  .grid__12[data-ce-columns="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
}

.-border img,
.-border iframe {
  border: 1px solid #eaeaea;
  box-sizing: border-box;
}

/* standard css */
p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0 0 0 20px;
}

ul li {
  list-style-type: square;
  margin-bottom: 0.5em;
}

DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
  border: 1px solid #cccccc;
}

.menu {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.menu li,
.csc-menu li {
  list-style-type: none;
  list-style-image: none;
  background-image: none;
  padding: 0;
  margin-bottom: 0;
}

.menu a {
  font-style: normal;
}

.csc-menu li a,
.csc-sitemap li a {
  color: #696969;
  font-style: normal;
}

.csc-menu {
  padding: 0;
}

.csc-sitemap ul li {
  line-height: 2em;
  font-size: 100%;
  margin-bottom: 0;
}

.csc-sitemap ul li ul {
  margin-left: 1.5em;
}

#page li.noentry {
  font-size: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  border: none;
}

#contentwrap .csc-default .figcaption {
  margin-top: 0.2em;
  font-size: 100%;
}

DIV.csc-textpic-imagerow {
  margin: 0 0 2em 0;
}

DIV.csc-textpic-imagerow.csc-textpic-imagerow-last {
  margin: 0;
}

DIV.csc-textpic-imagecolumn div.csc-textpic-image {
  margin-right: 0.5em;
}

DIV.csc-textpic-imagecolumn {
  margin-right: 0;
}

.csc-textpic-intext-left div.csc-textpic-imagewrap,
.csc-textpic-intext-right div.csc-textpic-imagewrap,
.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap,
.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
  max-width: 33%;
  width: auto;
  *width: 33%;
}

div.csc-textpic-above div.csc-textpic-imagewrap,
div.csc-textpic-below div.csc-textpic-imagewrap,
div.csc-textpic div.csc-textpic-imagewrap ul li,
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
  float: none;
}

.csc-textpic-imagewrap {
  max-width: 100%;
  margin-bottom: 0em;
}

.csc-textpic-intext-left div.csc-textpic-imagewrap,
.csc-textpic-intext-right div.csc-textpic-imagewrap {
  width: 30%;
}

.csc-textpic-caption {
  display: block;
  margin-top: 0.2em;
  font-size: 80%;
}

#header DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin: 0;
}

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic .csc-textpic-imagewrap div.csc-textpic-imagerow-last .csc-textpic-image {
  margin-bottom: 1em;
}

.csc-textpic-center-inner,
.csc-textpic-center-outer {
  max-width: 100%;
}

div.csc-textpic.csc-textpic-center .csc-textpic-imagewrap img {
  display: inline;
}

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image.csc-textpic-last {
  margin-bottom: 0;
}

.csc-space-before-extra-small,
.gridcontainer.spacebefore-extra-small {
  margin-top: 1em;
}

.csc-space-before-small,
.gridcontainer.spacebefore-small {
  margin-top: 2em;
}

.csc-space-before-medium,
.gridcontainer.spacebefore-medium {
  margin-top: 3em;
}

.csc-space-before-large,
.gridcontainer.spacebefore-large {
  margin-top: 4em;
}

.csc-space-before-extra-large,
.gridcontainer.spacebefore-extra-large {
  margin-top: 5em;
}

.csc-space-after-extra-small,
.gridcontainer.spaceafter-extra-small {
  margin-bottom: 1em;
}

.csc-space-after-small,
.gridcontainer.spaceafter-small {
  margin-bottom: 2em;
}

.csc-space-after-medium,
.gridcontainer.spaceafter-medium {
  margin-bottom: 3em;
}

.csc-space-after-large,
.gridcontainer.spaceafter-large {
  margin-bottom: 4em;
}

.csc-space-after-extra-large,
.gridcontainer.spaceafter-extra-large {
  margin-bottom: 5em;
}

.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap,
.csc-textpic-intext-left .csc-textpic-imagewrap {
  float: left;
}

.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap,
.csc-textpic-intext-right .csc-textpic-imagewrap {
  float: right;
}

DIV.csc-textpic-imagerow {
  margin: 0 0 2em 0;
  overflow: hidden;
}

DIV.csc-textpic-imagecolumn {
  margin-right: 0;
  float: left;
}

body {
  background: #ffffff;
}

html,
body {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.csc-textpic img {
  max-width: 99%;
}

#header .csc-textpic img {
  max-width: 100%;
}

.page_margins {
  width: 1140px;
  margin: 0 auto;
  overflow: hidden;
}

/* Breitenangaben fuer content container */
#contentwrapright {
  width: 74.36%;
}

#contentwrapleft {
  width: 23.12%;
}

#contentwrap {
  width: 100%;
  overflow: hidden;
}

.withmenu #contentwrap {
  padding-bottom: 4em;
}

/* RTE */
.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.iconfont {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  font-size: 14px;
  color: #646464;
}

.fontsmall {
  font-size: 81%;
}

.textbutton {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  z-index: 1;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.textbutton,
a.textbutton {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0.4em 1em;
  background: #383838;
  color: #ffffff;
  font-size: 110%;
  overflow: hidden;
}

.portal .footerarea .col20:nth-child(1) .textbutton,
.portal .footerarea .col20:nth-child(1) a.textbutton,
.cleebronn .textbutton,
.cleebronn a.textbutton {
  background: #007c66;
}

.portal .footerarea .col20:nth-child(2) .textbutton,
.portal .footerarea .col20:nth-child(2) a.textbutton,
.steisslingen .textbutton,
.steisslingen a.textbutton {
  background: #8a7643;
}

.portal .footerarea .col20:nth-child(3) .textbutton,
.portal .footerarea .col20:nth-child(3) a.textbutton,
.iffeldorf .textbutton,
.iffeldorf a.textbutton {
  background: #004b7d;
}

.portal .footerarea .col20:nth-child(4) .textbutton,
.portal .footerarea .col20:nth-child(4) a.textbutton,
.thailing .textbutton,
.thailing a.textbutton {
  background: #95254c;
}

.textbutton a,
a.textbutton {
  color: #ffffff !important;
}

.no-touch .textbutton a:after,
.no-touch a.textbutton:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #000000;
  height: 105%;
  width: 0;
  content: "";
  position: absolute;
  left: 50%;
  opacity: 0;
  top: 50%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  z-index: -1;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.no-touch .portal .footerarea .col20:nth-child(1) .textbutton a:after,
.no-touch .portal .footerarea .col20:nth-child(1) a.textbutton:after,
.no-touch .cleebronn .textbutton a:after,
.no-touch .cleebronn a.textbutton:after {
  background: #006251;
}

.no-touch .portal .footerarea .col20:nth-child(2) .textbutton a:after,
.no-touch .portal .footerarea .col20:nth-child(2) a.textbutton:after,
.no-touch .steisslingen .textbutton a:after,
.no-touch .steisslingen a.textbutton:after {
  background: #706037;
}

.no-touch .portal .footerarea .col20:nth-child(3) .textbutton a:after,
.no-touch .portal .footerarea .col20:nth-child(3) a.textbutton:after,
.no-touch .iffeldorf .textbutton a:after,
.no-touch .iffeldorf a.textbutton:after {
  background: #003C63;
}

.no-touch .portal .footerarea .col20:nth-child(4) .textbutton a:after,
.no-touch .portal .footerarea .col20:nth-child(4) a.textbutton:after,
.no-touch .thailing .textbutton a:after,
.no-touch .thailing a.textbutton:after {
  background: #621832;
}

.no-touch a.textbutton:hover:after,
.no-touch .textbutton a:hover:after {
  width: 110%;
  opacity: 1;
}

.no-touch .textbutton:hover a,
.no-touch a.textbutton:hover {
  color: #fff;
}

.container-grey {
  background: #f5f5f5;
  padding: 4em 0;
}

.container-white {
  background: #ffffff;
  padding: 4em 0;
}

.lightuppercase,
a.lightuppercase,
.lightuppercase a {
  font-family: 'MainFontLight';
  text-transform: uppercase;
  font-size: 125%;
  color: #1e1e1e;
}

.bolduppercase,
a.bolduppercase {
  font-family: 'MainFontSemibold';
  text-transform: uppercase;
  color: #1e1e1e;
}

.csc-indent {
  max-width: 800px;
  margin: 0 auto;
}

/*******************************************************/
/*                RESPONSIVE SPEZIFISCH                */
/*******************************************************/

@media screen {

  /* general */
  #page {
    position: relative;
    margin: 0 auto;
  }

  #page.fixed {
    position: fixed;
    width: 100%;
  }

  .toplink {
    display: none;
  }

  /* areas */
  .folgeseite.withmenu .breadcrumbarea {
    margin-bottom: 3em;
  }

  .breadcrumbarea.grey {
    background: #f5f5f5;
  }

  .footerarea {
    padding: 3em 0;
  }

  .folgeseite .footerarea,
  .startseite .footerarea,
  .pfolgeseite .footerarea {
    background: #f5f5f5;
  }

  .folgeseite .footerarea.white,
  .startseite .footerarea.white,
  .pfolgeseite .footerarea.white {
    background: #fff;
  }

  .metanavarea {
    background: #f5f5f5;
    line-height: 40px;
    height: 40px;
  }

  .startseite .metanavarea {
    margin-bottom: 40px;
  }

  .folgeseite .metanavarea,
  .startseite .metanavarea,
  .pfolgeseite .metanavarea {
    background: #fff;
  }

  .folgeseite .metanavarea.grey,
  .startseite .metanavarea.grey,
  .pfolgeseite .metanavarea.grey {
    background: #f5f5f5;
  }

  .metanavarea .page_margins {
    overflow: visible;
    line-height: 40px;
    height: 40px;
  }

  .portalmenuarea {
    width: 48%;
    float: right;
    line-height: 40px;
    height: 40px;
  }

  .portal .headerarea {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .startseite .headerarea,
  .folgeseite .headerarea {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .startseite .headerarea.fixed,
  .folgeseite .headerarea.fixed,
  .startseite .headerarea.mobile,
  .folgeseite .headerarea.mobile {
    margin-top: 45px;
  }

  .logoarea {
    width: 205px;
    float: left;
    position: absolute;
    background: white;
    height: 150px;
    left: 50px;
    top: -8px;
    text-align: center;
    z-index: 3000;
  }

  .laptop .logoarea {
    top: 50px;
  }

  .topmenuarea.laptop.fixed .logoarea {
    height: 75px;
  }

  .steisslingen .logoarea {
    width: 150px;
  }

  .thailing .logoarea {
    width: 150px;
  }

  .topmenuarea.fixed .logoarea,
  .topmenuarea.mobile .logoarea {
    width: 117px;
    height: 45px;
    top: 45px;
  }

  .thailing .topmenuarea.fixed .logoarea,
  .thailing .topmenuarea.mobile .logoarea {
    height: 60px;
  }

  .thailing .topmenuarea.laptop .logoarea {
    height: 100px;
  }

  .no-touch .topmenuarea.fixed .logoarea,
  .no-touch .topmenuarea.mobile .logoarea {
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  }

  #page .topmenuarea.fixed .logoarea .logo,
  #page .topmenuarea.mobile .logoarea .logo {
    margin-top: -30px;
  }

  .thailing #page .topmenuarea.fixed .logoarea .logo,
  .thailing #page .topmenuarea.mobile .logoarea .logo {
    margin-top: -38px;
  }

  #page .topmenuarea.laptop.fixed .logoarea .logo {
    margin-top: 0;
  }

  .steisslingen .topmenuarea.fixed .logoarea,
  .steisslingen .topmenuarea.mobile .logoarea {
    width: 75px;
  }

  .thailing .topmenuarea.fixed .logoarea,
  .thailing .topmenuarea.mobile .logoarea {
    width: 90px;
  }

  .topmenuarea {
    position: relative;
    z-index: 3000;
  }

  .folgeseite .topmenuarea,
  .startseite .topmenuarea {
    height: 60px;
    text-align: right;
    width: 100%;
  }

  .topmenuarea .page_margins {
    text-align: center;
    margin: 0 150px;
    width: auto;
  }

  .topmenuarea.mobile .page_margins {
    margin: 0;
    width: 100%;
  }

  .topmenuarea.fixed .page_margins {
    overflow: visible;
  }

  .topmenuarea.fixed,
  .topmenuarea.mobile {
    top: 0;
    position: fixed;
    height: 45px;
    max-height: 45px;
    background: white;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  }

  .topmenuarea.mobile {
    top: 0;
    position: fixed;
  }

  .transp-bar {
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
  }

  .toparea.mobile {
    display: none;
  }

  /* header */
  #page #header .csc-textpic-imagewrap {
    width: 100%;
  }

  #header {
    overflow: hidden;
  }

  #header img {
    max-width: none;
    width: 100%;
  }

  #header div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin: 0;
  }

  .folgeseite #header,
  .startseite #header {
    max-height: 700px;
    width: 100%;
  }

  .platzstatus {
    position: absolute;
    bottom: 40px;
    right: 70px;
    width: 400px;
    z-index: 200;
    display: none;
  }

  .platzstatus-close {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat -430px -50px;
    background-size: 640px 500px;
    -webkit-background-size: 640px 500px;
    -moz-background-size: 640px 500px;
    -o-background-size: 640px 500px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 210;
    cursor: pointer;
  }

  .platzstatus-button {
    width: 65px;
    height: 65px;
  }

  .platzstatus-mobile {
    display: none;
    background: #f5f5f5;
    padding: 3em 0;
  }

  .cleebronn .platzstatus-button {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat 0px -200px;
    background-size: 640px 500px;
    -webkit-background-size: 640px 500px;
    -moz-background-size: 640px 500px;
    -o-background-size: 640px 500px;
  }

  .no-touch .cleebronn .platzstatus-button:hover {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat -70px -200px;
    background-size: 640px 500px;
    -webkit-background-size: 640px 500px;
    -moz-background-size: 640px 500px;
    -o-background-size: 640px 500px;
  }

  .steisslingen .platzstatus-button {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat 0px -270px;
    background-size: 640px 500px;
    -webkit-background-size: 640px 500px;
    -moz-background-size: 640px 500px;
    -o-background-size: 640px 500px;
  }

  .no-touch .steisslingen .platzstatus-button:hover {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat -70px -270px;
    background-size: 640px 500px;
    -webkit-background-size: 640px 500px;
    -moz-background-size: 640px 500px;
    -o-background-size: 640px 500px;
  }

  .iffeldorf .platzstatus-button {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat 0px -340px;
    background-size: 640px 500px;
    -webkit-background-size: 640px 500px;
    -moz-background-size: 640px 500px;
    -o-background-size: 640px 500px;
  }

  .no-touch .iffeldorf .platzstatus-button:hover {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat -70px -340px;
    background-size: 640px 500px;
    -webkit-background-size: 640px 500px;
    -moz-background-size: 640px 500px;
    -o-background-size: 640px 500px;
  }

  .thailing .platzstatus-button {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat 0px -410px;
    background-size: 640px 500px;
    -webkit-background-size: 640px 500px;
    -moz-background-size: 640px 500px;
    -o-background-size: 640px 500px;
  }

  .no-touch .thailing .platzstatus-button:hover {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat -70px -410px;
    background-size: 640px 500px;
    -webkit-background-size: 640px 500px;
    -moz-background-size: 640px 500px;
    -o-background-size: 640px 500px;
  }

  .platzstatus-button-wrap {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 200;
    cursor: pointer;
    display: none;
    width: 65px;
    height: 65px;
  }

  .folgeseite .platzstatus-button-wrap {
    display: block;
  }

  .cleebronn-menu .logo {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat 0px 0px;
    background-size: 640px 500px;
    -webkit-background-size: 640px 500px;
    -moz-background-size: 640px 500px;
    -o-background-size: 640px 500px;
    width: 116px;
    height: 80px;
  }

  .cleebronn .logo {
    margin: 0 auto;
    width: 174px;
    height: 120px;
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat 0px 0px;
    background-size: 960px 750px;
    -webkit-background-size: 960px 750px;
    -moz-background-size: 960px 750px;
    -o-background-size: 960px 750px;
    margin-top: 15px;
  }

  .cleebronn .topmenuarea.fixed .logo,
  .cleebronn .topmenuarea.mobile .logo {
    width: 87px;
    height: 60px;
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat 0px 0px;
    background-size: 480px 375px;
    -webkit-background-size: 480px 375px;
    -moz-background-size: 480px 375px;
    -o-background-size: 480px 375px;
    margin-top: 15px;
  }

  .steisslingen-menu .logo {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat -250px 0px;
    background-size: 640px 500px;
    -webkit-background-size: 640px 500px;
    -moz-background-size: 640px 500px;
    -o-background-size: 640px 500px;
    width: 75px;
    height: 90px;
  }

  .steisslingen .logo {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat -325px 0px;
    background-size: 832px 650px;
    -webkit-background-size: 832px 650px;
    -moz-background-size: 832px 650px;
    -o-background-size: 832px 650px;
    width: 98px;
    height: 117px;
    margin: 0 auto;
    margin-top: 16px;
  }

  .steisslingen .topmenuarea.fixed .logo,
  .steisslingen .topmenuarea.mobile .logo {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat -187px 0px;
    background-size: 480px 375px;
    -webkit-background-size: 480px 375px;
    -moz-background-size: 480px 375px;
    -o-background-size: 480px 375px;
    width: 56px;
    height: 68px;
    margin-top: 14px;
  }

  .iffeldorf-menu .logo {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat -120px 0px;
    background-size: 640px 500px;
    -webkit-background-size: 640px 500px;
    -moz-background-size: 640px 500px;
    -o-background-size: 640px 500px;
    width: 121px;
    height: 80px;
  }

  .iffeldorf .logo {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat -156px 0px;
    background-size: 832px 650px;
    -webkit-background-size: 832px 650px;
    -moz-background-size: 832px 650px;
    -o-background-size: 832px 650px;
    width: 158px;
    height: 104px;
    margin: 0 auto;
    margin-top: 24px;
  }

  .iffeldorf .topmenuarea.fixed .logo,
  .iffeldorf .topmenuarea.mobile .logo {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat -90px 0px;
    background-size: 480px 375px;
    -webkit-background-size: 480px 375px;
    -moz-background-size: 480px 375px;
    -o-background-size: 480px 375px;
    width: 91px;
    height: 60px;
    margin-top: 20px;
  }

  .thailing-menu .logo {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat -430px -90px;
    background-size: 640px 500px;
    -webkit-background-size: 640px 500px;
    -moz-background-size: 640px 500px;
    -o-background-size: 640px 500px;
    width: 87px;
    height: 75px;
    margin-top: 7px !important;
  }

  .thailing .logo {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat -430px -90px;
    background-size: 640px 500px;
    -webkit-background-size: 640px 500px;
    -moz-background-size: 640px 500px;
    -o-background-size: 640px 500px;
    width: 87px;
    height: 120px;
    margin: 0 auto;
    margin-top: 10px;
  }

  .thailing .topmenuarea.fixed .logo,
  .thailing .topmenuarea.mobile .logo {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat -322px -67px;
    background-size: 480px 375px;
    -webkit-background-size: 480px 375px;
    -moz-background-size: 480px 375px;
    -o-background-size: 480px 375px;
    width: 66px;
    height: 91px;
  }

  #page .laptop.fixed .logo {
    margin-top: 10px;
  }

  /* content */
  #contentwrap {
    min-height: 200px;
  }

  /* footer */
  .top-fixed {
    position: fixed;
    right: 3%;
    bottom: 40px;
    background: url('/fileadmin/templates/Resources/Public/Images/sprites.svg') no-repeat -330px 0px;
    -webkit-background-size: 640px 500px;
    -moz-background-size: 640px 500px;
    -o-background-size: 640px 500px;
    background-size: 640px 500px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 50000;
    display: none;
  }

  .no-touch .top-fixed:hover {
    background: url('/fileadmin/templates/Resources/Public/Images/sprites.svg') no-repeat -380px 0px;
  }

  .cleebronn .top-fixed {
    background: url('/fileadmin/templates/Resources/Public/Images/sprites.svg') no-repeat -330px -100px;
  }

  .no-touch .cleebronn .top-fixed:hover {
    background: url('/fileadmin/templates/Resources/Public/Images/sprites.svg') no-repeat -380px -100px;
  }

  .steisslingen .top-fixed {
    background: url('/fileadmin/templates/Resources/Public/Images/sprites.svg') no-repeat -330px -50px;
  }

  .no-touch .steisslingen .top-fixed:hover {
    background: url('/fileadmin/templates/Resources/Public/Images/sprites.svg') no-repeat -380px -50px;
  }

  .iffeldorf .top-fixed {
    background: url('/fileadmin/templates/Resources/Public/Images/sprites.svg') no-repeat -330px -150px;
  }

  .no-touch .iffeldorf .top-fixed:hover {
    background: url('/fileadmin/templates/Resources/Public/Images/sprites.svg') no-repeat -380px -150px;
  }

  .thailing .top-fixed {
    background: url('/fileadmin/templates/Resources/Public/Images/sprites.svg') no-repeat -330px -200px;
  }

  .no-touch .thailing .top-fixed:hover {
    background: url('/fileadmin/templates/Resources/Public/Images/sprites.svg') no-repeat -380px -200px;
  }

  /* Popup */
  /* contentpopup */
  .contentpopup {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    display: none;
    background: rgba(0,0,0, 0.7);
    overflow-y: auto;
  }

  .contentpopup__container {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 850px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3rem 0;
    width: 92%;
  }

  .contentpopup__content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3rem;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 20px 8px rgba(0,0,0, .2);
    position: relative;
  }

  .contentpopup__content > div:last-child {
    margin-bottom: 0;
  }

  .contentpopup__close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: #007c66;
    color: #ffffff;
    line-height: 40px;
    width: 40px;
    text-align: center;
  }

  .steisslingen   .contentpopup__close {
    background: #8a7643;
  }

  .iffeldorf   .contentpopup__close {
    background: #004b7d;
  }

  .thailing   .contentpopup__close {
    background: #95254c;
  }

  .contentpopup__close::after {
    content: '\f00d';
    font-family: 'FontAwesome';
    font-size: 20px;
  }

  .contentpopup .grid__main {
    display: block;
  }

  #werbeoverlay {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 2000;
  }

  #werbeoverlay.landscape {
    position: relative;
  }

  #werbeoverlay .header-bigspaceafter {
    margin-bottom: 1.5em;
  }

  .folgeseite #werbeoverlay {
    display: none;
  }

  #werbeoverlay-button {
    background: #282828;
    padding: 0.2em 2em 0.2em 1em;
    color: white;
    text-transform: uppercase;
    margin: 0 auto;
    font-size: 120%;
    width: auto;
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    cursor: pointer;
    margin-bottom: -1px;
  }

  #werbeoverlay.landscape #werbeoverlay-button {
    display: none;
  }

  .iffeldorf #werbeoverlay-button {
    background: #004b7d;
  }

  .thailing #werbeoverlay-button {
    background: #95254c;
  }

  .steisslingen #werbeoverlay-button {
    background: #8a7643;
  }

  .cleebronn #werbeoverlay-button {
    background: #007c66;
  }

  #werbeoverlay-button::after {
    color: white;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    font-size: 16px;
    content: '\f107';
    float: right;
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -8px;
  }

  #werbeoverlay-content {
    background: #f5f5f5;
    border-top: 3px solid #282828;
    padding: 3em 0;
    text-align: left;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
  }

  .iffeldorf #werbeoverlay-content {
    border-top: 3px solid #004b7d;
  }

  .thailing #werbeoverlay-content {
    border-top: 3px solid #95254c;
  }

  .steisslingen #werbeoverlay-content {
    border-top: 3px solid #8a7643;
  }

  .cleebronn #werbeoverlay-content {
    border-top: 3px solid #007c66;
  }

  #werbeoverlay.close #werbeoverlay-content {
    height: 0;
    padding: 0;
  }

  #werbeoverlay.close #werbeoverlay-button::after {
    content: '\f106';
  }

  /* menus */
  #parentnav a {
    font-size: 112%;
    text-transform: uppercase;
    margin-bottom: 0.8em;
    color: #1e1e1e;
    display: block;
    font-family: 'MainFontSemibold';
  }

  .no-touch .cleebronn #parentnav a:hover {
    color: #007c66;
  }

  .no-touch .steisslingen #parentnav a:hover {
    color: #8a7643;
  }

  .no-touch .iffeldorf #parentnav a:hover {
    color: #004b7d;
  }

  .no-touch .thailing #parentnav a:hover {
    color: #95254c;
  }

  #leftmenu a {
    color: #646464;
    line-height: 110%;
  }

  #leftmenu li {
    margin-top: 0.3em;
  }

  #leftmenu .CUR a,
  #leftmenu .ACT a,
  .no-touch #leftmenu a:hover {
    color: #000;
  }

  .cleebronn #leftmenu .CUR a,
  .cleebronn #leftmenu .ACT a,
  .no-touch .cleebronn #leftmenu a:hover {
    color: #007c66;
  }

  .steisslingen #leftmenu .CUR a,
  .steisslingen #leftmenu .ACT a,
  .no-touch .steisslingen #leftmenu a:hover {
    color: #8a7643;
  }

  .iffeldorf #leftmenu .CUR a,
  .iffeldorf #leftmenu .ACT a,
  .no-touch .iffeldorf #leftmenu a:hover {
    color: #004b7d;
  }

  .thailing #leftmenu .CUR a,
  .thailing #leftmenu .ACT a,
  .no-touch .thailing #leftmenu a:hover {
    color: #95254c;
  }

  #breadcrumb {
    font-size: 81%;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  #breadcrumb a {
    color: #646464;
    font-family: 'MainFontItalic';
    text-transform: uppercase;
  }

  #breadcrumb a:last-child,
  .no-touch #breadcrumb a:hover {
    color: #000;
  }

  .cleebronn #breadcrumb a:last-child,
  .no-touch .cleebronn #breadcrumb a:hover {
    color: #007c66;
  }

  .steisslingen #breadcrumb a:last-child,
  .no-touch .steisslingen #breadcrumb a:hover {
    color: #8a7643;
  }

  .iffeldorf #breadcrumb a:last-child,
  .no-touch .iffeldorf #breadcrumb a:hover {
    color: #004b7d;
  }

  .thailing #breadcrumb a:last-child,
  .no-touch .thailing #breadcrumb a:hover {
    color: #95254c;
  }

  #mainmenu .level1>.mainmenu-item,
  #metanav li,
  #submenu li,
  #mainmenuportal li {
    display: inline-block;
    *display: inline;
    zoom: 1;
  }

  #mainmenu {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    overflow: hidden;
    line-height: 60px;
    height: 60px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    z-index: 4000;
  }

  .topmenuarea.mobile #mainmenu {
    height: 0 !important;
    line-height: 0;
  }

  #mainmenu .level1 {
    line-height: 60px;
    height: 60px;
  }

  #mainmenu .level1>.mainmenu-item {
    position: relative;
    background: white;
    line-height: 60px;
    height: 60px;
  }

  #mainmenu .level1>.mainmenu-item:last-child {
    margin-right: 35px;
  }

  #mainmenu .level1>.mainmenu-item>a {
    line-height: 60px;
    height: 60px;
    font-size: 110%;
    padding: 0 10px;
    display: block;
    text-transform: uppercase;
  }

  .topmenuarea.fixed #mainmenu,
  .topmenuarea.fixed #mainmenu .level1,
  .topmenuarea.fixed #mainmenu .level1>.mainmenu-item,
  .topmenuarea.fixed #mainmenu .level1>.mainmenu-item>a {
    line-height: 45px;
    height: 45px;
  }

  #mainmenu .NO>a {
    color: #646464;
  }

  #mainmenu a:hover,
  #mainmenu .ACT a {
    color: #fff;
  }

  .cleebronn #mainmenu .level1>.mainmenu-item>a:hover,
  .cleebronn #mainmenu .level1>.mainmenu-item.ACT>a {
    background: #007c66;
  }

  .steisslingen #mainmenu .level1>.mainmenu-item>a:hover,
  .steisslingen #mainmenu .level1>.mainmenu-item.ACT>a {
    background: #8a7643;
  }

  .iffeldorf #mainmenu .level1>.mainmenu-item>a:hover,
  .iffeldorf #mainmenu .level1>.mainmenu-item.ACT>a {
    background: #004b7d;
  }

  .thailing #mainmenu .level1>.mainmenu-item>a:hover,
  .thailing #mainmenu .level1>.mainmenu-item.ACT>a {
    background: #95254c;
  }

  #mainmenu .level2 {
    position: absolute;
    background: white;
    text-align: left;
    z-index: 5000;
    width: 230px;
    max-width: 230px;
    left: 0;
    top: 60px;
    line-height: normal;
    -webkit-transition: -webkit-transform 0.2s ease, opacity 0.2s ease, max-height 0.3s step-end, max-width 0.3s step-end, top 0.3s step-end;
    -moz-transition: -moz-transform 0.2s ease, opacity 0.2s ease, max-height 0.3s step-end, max-width 0.3s step-end, top 0.3s step-end;
    -o-transition: -o-transform 0.2s ease, opacity 0.2s ease, max-height 0.3s step-end, max-width 0.3s step-end, top 0.3s step-end;
    transition: transform 0.2s ease, opacity 0.2s ease, max-height 0.3s step-end, max-width 0.3s step-end, top 0.3s step-end;
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  }

  .topmenuarea.fixed #mainmenu .level2 {
    top: 45px;
  }

  #mainmenu .active .level2 {
    z-index: 5500;
  }

  #mainmenu .level1>.mainmenu-item:last-child .level2,
  #mainmenu .level1>.mainmenu-item:nth-last-child(2) .level2 {
    left: inherit;
    right: 0;
  }

  #mainmenu .level1>.mainmenu-item:hover .level2 {
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, top 0s step-end;
    -moz-transition: -moz-transform 0.3s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, top 0s step-end;
    -o-transition: -o-transform 0.3s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, top 0s step-end;
    transition: transform 0.3s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, top 0s step-end;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  #mainmenu .level2 a {
    padding: 5px 15px;
    display: block;
  }

  #mainmenu .level2 .NO>a {
    color: #646464;
  }

  #mainmenu .level2 .NO a:hover {
    padding: 5px 15px 5px 30px;
    background: white;
    color: #646464;
  }

  #mainmenu .level2 .ACT a {
    background: #000;
    color: white;
  }

  .cleebronn #mainmenu .level2 .ACT a {
    background: #007c66;
  }

  .steisslingen #mainmenu .level2 .ACT a {
    background: #8a7643;
  }

  .iffeldorf #mainmenu .level2 .ACT a {
    background: #004b7d;
  }

  .thailing #mainmenu .level2 .ACT a {
    background: #95254c;
  }

  .mainmenuportal-title {
    font-family: 'MainFontSemibold';
    font-size: 112%;
    text-transform: uppercase;
    max-width: 160px;
    margin: 0 auto;
    line-height: 120%;
  }

  .mainmenuportal-title::after {
    content: '';
    margin: 0 auto;
    width: 80px;
    height: 2px;
    display: block;
    opacity: 0;
    background: black;
  }

  .cleebronn-menu .mainmenuportal-title:after {
    background: #007c66;
  }

  .steisslingen-menu .mainmenuportal-title:after {
    background: #8a7643;
  }

  .iffeldorf-menu .mainmenuportal-title:after {
    background: #004b7d;
  }

  .thailing-menu .mainmenuportal-title:after {
    background: #95254c;
  }

  .cleebronn-menu .mainmenuportal-title a {
    color: #007c66;
  }

  .steisslingen-menu .mainmenuportal-title a {
    color: #8a7643;
  }

  .iffeldorf-menu .mainmenuportal-title a {
    color: #004b7d;
  }

  .thailing-menu .mainmenuportal-title a {
    color: #95254c;
  }

  #mainmenuportal {
    text-align: center;
  }

  #mainmenuportal li {
    text-align: center;
  }

  .mainmenuportal-logo {
    width: 200px;
    height: 115px;
    padding-top: 25px;
    line-height: 185px;
  }

  .mainmenuportal-logo .logo {
    margin: 0 auto;
  }

  .mainmenuportal-logo {
    background: #fff;
  }

  #metanav {
    width: 48%;
    float: left;
    line-height: 40px;
    height: 40px;
  }

  #metanav a {
    text-transform: uppercase;
    font-size: 87%;
    margin-right: 20px;
    color: #646464;
  }

  .no-touch #metanav a:hover,
  #metanav .CUR a {
    color: black;
  }

  .no-touch .cleebronn #metanav a:hover,
  .cleebronn #metanav .CUR a {
    color: #007c66;
  }

  .no-touch .steisslingen #metanav a:hover,
  .steisslingen #metanav .CUR a {
    color: #8a7643;
  }

  .no-touch .iffeldorf #metanav a:hover,
  .iffeldorf #metanav .CUR a {
    color: #004b7d;
  }

  .no-touch .thailing #metanav a:hover,
  .thailing #metanav .CUR a {
    color: #95254c;
  }

  .contact {
    float: right;
  }

  .contact a {
    color: #646464;

  }

  .portalmenu {
    position: relative;
    z-index: 3100;
    float: right;
    cursor: pointer;
    margin-left: 20px;
    float: right;
  }

  .metanavarea .portalmenu {
    margin-right: 0;
    z-index: 1000;
  }

  .toparea .portalmenuarea {
    margin-right: 3%;
  }

  .portalmenu .portalmenu-top li::after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #646464;
    vertical-align: baseline;
    margin-left: 4px;
  }

  .metanavarea .portalmenu .portalmenu-top li::after {
    content: '\f106';
  }

  .metanavarea .portalmenu .portalmenu-top {
    font-size: 87%;
  }

  .portalmenu .portalmenu-top {
    color: #646464;
  }

  .portalmenu .portalmenu-top li.open::after {
    content: '\f106';
  }

  .metanavarea .portalmenu .portalmenu-top li.open::after {
    content: '\f107';
  }

  .portalmenu li {
    -webkit-tap-highlight-color: transparent;
    list-style-type: none;
    margin-bottom: 0;
  }

  .portalmenu-icon {
    padding-right: 5px;
    font-size: 17px;
  }

  .metanavarea .portalmenu-icon {
    font-size: 14px;
  }

  .portalmenu .portalmenu-bottom li {
    height: 20px;
    line-height: 20px;
    padding: 8px 14px;
    white-space: pre;
    list-style-type: none;
    margin: 0;
    background: #fff;
    text-align: right;
    font-size: 87%;
  }

  .metanavarea .portalmenu .portalmenu-bottom li,
  .folgeseite .metanavarea.grey .portalmenu .portalmenu-bottom li,
  .startseite .metanavarea.grey .portalmenu .portalmenu-bottom li {
    background: #f5f5f5;
  }

  .folgeseite .metanavarea .portalmenu .portalmenu-bottom li,
  .startseite .metanavarea .portalmenu .portalmenu-bottom li {
    background: #fff;
  }

  .portalmenu .portalmenu-bottom li a {
    color: #646464;
  }

  .no-touch #page .portalmenu .portalmenu-bottom li:hover,
  #page .portalmenu .portalmenu-bottom li.ACT {
    background: #000;
  }

  .no-touch .cleebronn #page .portalmenu .portalmenu-bottom li:hover,
  .cleebronn #page .portalmenu .portalmenu-bottom li.ACT {
    background: #007c66;
  }

  .no-touch .steisslingen #page .portalmenu .portalmenu-bottom li:hover,
  .steisslingen #page .portalmenu .portalmenu-bottom li.ACT {
    background: #8a7643;
  }

  .no-touch .iffeldorf #page .portalmenu .portalmenu-bottom li:hover,
  .iffeldorf #page .portalmenu .portalmenu-bottom li.ACT {
    background: #004b7d;
  }

  .no-touch .thailing #page .portalmenu .portalmenu-bottom li:hover,
  .thailing #page .portalmenu .portalmenu-bottom li.ACT {
    background: #95254c;
  }

  .no-touch #page .portalmenu .portalmenu-bottom li:hover a,
  #page .portalmenu .portalmenu-bottom li.ACT a {
    color: #fff;
  }

  .portalmenu a {
    text-transform: uppercase;
  }

  .portalmenu-bottom {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 5000;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
  }

  .metanavarea .portalmenu-bottom {
    top: inherit;
    bottom: 40px;
    -webkit-box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.2);
  }

  ul.portalmenu-bottom {
    padding: 0;
  }

  #mobilemenu {
    overflow-y: auto;
    background: #FFFFFF;
    position: fixed;
    top: 46px;
    bottom: 0;
    display: none;
    z-index: 6000;
  }

  #mobilemenu a {
    text-transform: uppercase;
    font-family: 'MainFont', sans-serif;
    color: #646464;
    font-size: 100%;
    display: block;
    padding: 0.8em 1.5em 0.8em 1em;
  }

  #mobilemenu .level2 a,
  #mobilemenu .level3 a {
    font-family: 'MainFont', sans-serif;
    font-size: 100%;
    display: block;
    text-transform: none;
  }

  #mobilemenu .level1>li {
    border-bottom: 1px solid #D7D7D7;
  }

  #mobilemenu li:last-child {
    border-bottom: none;
  }

  #mobilemenu .level1>li.CUR,
  #mobilemenu .level1>li.ACT,
  body.startseite #mobilemenu .level1>li.first,
  .no-touch #mobilemenu .level1>li:hover {
    background: #000;
  }

  /*
  .no-touch #mobilemenu ul.level1 > li:nth-child(2):hover,
  */
  .cleebronn #mobilemenu .level1>li.CUR,
  .cleebronn #mobilemenu .level1>li.ACT,
  body.startseite.cleebronn #mobilemenu .level1>li.first,
  .no-touch .cleebronn #mobilemenu .level1>li:hover {
    background: #007c66;
  }

  /*
  .no-touch #mobilemenu ul.level1 > li:nth-child(3):hover,
  */
  .steisslingen #mobilemenu .level1>li.CUR,
  .steisslingen #mobilemenu .level1>li.ACT,
  .no-touch .steisslingen #mobilemenu .level1>li:hover {
    background: #8a7643;
  }

  /*
  .no-touch #mobilemenu ul.level1 > li:nth-child(4):hover,
  */
  .iffeldorf #mobilemenu .level1>li.CUR,
  .iffeldorf #mobilemenu .level1>li.ACT,
  body.startseite.iffeldorf #mobilemenu .level1>li.first,
  .no-touch .iffeldorf #mobilemenu .level1>li:hover {
    background: #004b7d;
  }

  /*
  .no-touch #mobilemenu ul.level1 > li:nth-child(5):hover,
  */
  .thailing #mobilemenu .level1>li.CUR,
  .thailing #mobilemenu .level1>li.ACT,
  body.startseite.thailing #mobilemenu .level1>li.first,
  .no-touch .thailing #mobilemenu .level1>li:hover {
    background: #95254c;
  }

  #mobilemenu .level1>li.CUR a,
  #mobilemenu .level1>li.ACT a,
  body.startseite #mobilemenu .level1>li.first a,
  .no-touch #mobilemenu .level1>li:hover a {
    color: #fff;
  }

  #mobilemenu .level2>li.CUR>a,
  #mobilemenu .level2>li.ACT>a,
  .no-touch #mobilemenu .level2>li:hover>a,
  #mobilemenu .level3>li.CUR>a,
  #mobilemenu .level3>li.ACT>a,
  .no-touch #mobilemenu .level3>li:hover>a {
    text-decoration: underline;
  }

  #mobilemenu li.NO .submenu {
    display: none;
  }

  #mobilemenu .CUR a,
  #mobilemenu .ACT a {
    color: #ffffff;
  }

  #mobilemenu .CUR .iconfont,
  #mobilemenu .ACT .iconfont {
    color: #ffffff;
  }

  #mobilemenu .level2 a {
    padding: 0.3em 1.5em 0.3em 2em;
  }

  #mobilemenu .level2 li:first-child a {
    padding: 0 1.5em 0.3em 2em;
  }

  #mobilemenu .level2 li:last-child a {
    padding: 0.3em 1.5em 0.8em 2em;
  }

  #mobilemenu .level2 li .level3 a {
    padding: 0.3em 1.5em 0.3em 3em;
  }

  #mobilemenu .level2 li .level3 li:first-child a {
    padding: 0 1.5em 0.3em 3em;
  }

  .menu-arrow {
    padding: 0;
    height: 20px;
    line-height: 20px;
    height: 20px;
    float: right;
    font-size: 22px;
    color: #000;
  }

  .no-touch li:hover .menu-arrow {
    text-decoration: none;
  }

  #mobilemenu .level1>li.CUR .menu-arrow.iconfont,
  #mobilemenu .level1>li.ACT .menu-arrow.iconfont,
  .no-touch #mobilemenu .level1>li:hover .menu-arrow.iconfont {
    color: #fff;
  }

  .menuitem {
    display: none;
    cursor: pointer;
    width: 45px;
    height: 45px;
    z-index: 50000;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
  }

  .portal .menuitem {
    display: none !important;
  }

  .menuitem-closeicon {
    display: none;
  }

  .menuitem .iconfont {
    color: #000;
    font-size: 28px;
    line-height: 45px;
  }

  .mobilemenu-shade {
    position: fixed;
    z-index: 2500;
    background: #000000;
    opacity: 0;
    top: 45px;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    display: none;
  }

  .cleebronn .menuitem .iconfont,
  .cleebronn .menu-arrow {
    color: #007c66;
  }

  .steisslingen .menuitem .iconfont,
  .steisslingen .menu-arrow {
    color: #8a7643;
  }

  .iffeldorf .menuitem .iconfont,
  .iffeldorf .menu-arrow {
    color: #004b7d;
  }

  .thailing .menuitem .iconfont,
  .thailing .menu-arrow {
    color: #95254c;
  }

  .cleebronn.startseite .faceforce_cleebronn {
    background: url(/fileadmin/templates/Resources/Public/Images/obc_cleebron.png) no-repeat 0 0;
    -webkit-background-size: 166px 234px;
    -moz-background-size: 166px 234px;
    -o-background-size: 166px 234px;
    background-size: 166px 234px;
    width: 166px;
    height: 234px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    left: 4%;
    bottom: 2rem;
  }

  .steisslingen.startseite .faceforce_steisslingen {
    background: url(/fileadmin/templates/Resources/Public/Images/obc_steisslingen.png) no-repeat 0 0;
    -webkit-background-size: 166px 234px;
    -moz-background-size: 166px 234px;
    -o-background-size: 166px 234px;
    background-size: 166px 234px;
    width: 166px;
    height: 234px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    left: 4%;
    bottom: 2rem;
  }

  .iffeldorf.startseite .faceforce_iffeldorf {
    background: url(/fileadmin/templates/Resources/Public/Images/obc_iffeldorf.png) no-repeat 0 0;
    -webkit-background-size: 166px 234px;
    -moz-background-size: 166px 234px;
    -o-background-size: 166px 234px;
    background-size: 166px 234px;
    width: 166px;
    height: 234px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    left: 4%;
    bottom: 2rem;
  }

  .thailing.startseite .faceforce_thailing {
    background: url(/fileadmin/templates/Resources/Public/Images/obc_thailing.png) no-repeat 0 0;
    -webkit-background-size: 166px 234px;
    -moz-background-size: 166px 234px;
    -o-background-size: 166px 234px;
    background-size: 166px 234px;
    width: 166px;
    height: 234px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    left: 4%;
    bottom: 2rem;
  }

  .cleebronn.startseite .faceforce_steisslingen,
  .cleebronn.startseite .faceforce_iffeldorf,
  .cleebronn.startseite .faceforce_thailing,
  .steisslingen.startseite .faceforce_cleebronn,
  .steisslingen.startseite .faceforce_iffeldorf,
  .steisslingen.startseite .faceforce_thailing,
  .iffeldorf.startseite .faceforce_cleebronn,
  .iffeldorf.startseite .faceforce_steisslingen,
  .iffeldorf.startseite .faceforce_thailing,
  .thailing.startseite .faceforce_cleebronn,
  .thailing.startseite .faceforce_steisslingen,
  .thailing.startseite .faceforce_iffeldorf {
    display: none;
  }


  /* Portal Anpassungen */
  .portal .topmenuarea {
    height: 80px;
    background: white;
  }

  #mainmenuportal li .mainmenuportal-logo {
    opacity: 0;
  }

  #mainmenuportal li:hover .mainmenuportal-logo {
    opacity: 1;
  }

  #mainmenuportal li:hover {
    height: 265px;
  }

  #mainmenuportal li,
  .mainmenuportal-title {
    height: 80px;
  }

  .mainmenuportal-title a {
    height: 78px;
    display: block;
  }

  #mainmenuportal li:hover .mainmenuportal-title::after {
    opacity: 1;
  }

  .langer-logo {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat -150px -250px;
    background-size: 640px 500px;
    -webkit-background-size: 640px 500px;
    -moz-background-size: 640px 500px;
    -o-background-size: 640px 500px;
    width: 193px;
    height: 50px;
    position: absolute;
    top: -6px;
    left: 3%;
  }
}

@media only screen and (max-width: 1400px) {

  /* general */
  .page_margins {
    width: 94%;
  }

  /* areas */
  /* header */
  #mainmenuportal {
    text-align: left;
    margin-left: 200px;
  }

  .langer-logo {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat -100px -167px;
    background-size: 427px 334px;
    -webkit-background-size: 427px 334px;
    -moz-background-size: 427px 334px;
    -o-background-size: 427px 334px;
    width: 129px;
    height: 34px;
    top: 3px;
  }

  .mainmenuportal-logo {
    width: 160px;
  }

  /* content */
  /* footer */
  /* menus */
}

@media only screen and (max-width: 1024px) {

  /* general */
  .col70 .col50,
  .col30 .col50,
  .col80 .col50,
  .col20 .col50,
  .col50 .col50 {
    width: 100%;
    margin: 0 0 1.5em 0;
  }

  /* areas */
  /* header */
  .portal .toparea {
    display: none;
  }

  #mainmenuportal {
    padding-top: 25px;
  }

  .langer-logo {
    top: 25px;
  }

  #mainmenuportal {
    text-align: left;
    margin-left: 165px;
  }

  #mainmenuportal li,
  .mainmenuportal-title {
    height: 55px;
  }

  .mainmenuportal-title a {
    height: 53px;
  }

  /* content */
  body {
    font-size: 0.9em;
  }

  /* footer */
  /* menus */

}

@media only screen and (max-width: 900px) {
  .metanavarea .contact {
    display: none;
  }

  #mainmenuportal {
    padding-top: 15px;
  }

  .langer-logo {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat -75px -125px;
    background-size: 320px 250px;
    -webkit-background-size: 320px 250px;
    -moz-background-size: 320px 250px;
    -o-background-size: 320px 250px;
    width: 97px;
    height: 25px;
    top: 20px;
  }

  .portal .topmenuarea {
    height: 65px;
  }

  #mainmenuportal {
    margin-left: 125px;
  }

  #mainmenuportal li,
  .mainmenuportal-title {
    height: 50px;
  }

  .mainmenuportal-title a {
    height: 48px;
  }

  .mainmenuportal-logo {
    height: 105px;
  }

  .container-grey,
  .container-white {
    padding: 3em 0;
  }

  .withmenu #contentwrap {
    padding-bottom: 3em;
  }

  .platzstatus-button,
  .platzstatus-button-wrap {
    width: 39px;
    height: 39px;
  }

  .cleebronn .platzstatus-button {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat 0px -120px;
    background-size: 384px 300px;
    -webkit-background-size: 384px 300px;
    -moz-background-size: 384px 300px;
    -o-background-size: 384px 300px;
  }

  .no-touch .cleebronn .platzstatus-button:hover {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat -42px -120px;
    background-size: 384px 300px;
    -webkit-background-size: 384px 300px;
    -moz-background-size: 384px 300px;
    -o-background-size: 384px 300px;
  }

  .steisslingen .platzstatus-button {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat 0px -162px;
    background-size: 384px 300px;
    -webkit-background-size: 384px 300px;
    -moz-background-size: 384px 300px;
    -o-background-size: 384px 300px;
  }

  .no-touch .steisslingen .platzstatus-button:hover {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat -42px -162px;
    background-size: 384px 300px;
    -webkit-background-size: 384px 300px;
    -moz-background-size: 384px 300px;
    -o-background-size: 384px 300px;
  }

  .iffeldorf .platzstatus-button {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat 0px -204px;
    background-size: 384px 300px;
    -webkit-background-size: 384px 300px;
    -moz-background-size: 384px 300px;
    -o-background-size: 384px 300px;
  }

  .no-touch .iffeldorf .platzstatus-button:hover {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat -42px -204px;
    background-size: 384px 300px;
    -webkit-background-size: 384px 300px;
    -moz-background-size: 384px 300px;
    -o-background-size: 384px 300px;
  }

  .thailing .platzstatus-button {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat 0px -246px;
    background-size: 384px 300px;
    -webkit-background-size: 384px 300px;
    -moz-background-size: 384px 300px;
    -o-background-size: 384px 300px;
  }

  .no-touch .thailing .platzstatus-button:hover {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat -42px -246px;
    background-size: 384px 300px;
    -webkit-background-size: 384px 300px;
    -moz-background-size: 384px 300px;
    -o-background-size: 384px 300px;
  }

  /* header */
  .mainmenuportal-logo {
    width: 135px;
    height: 140px;
    padding-top: 10px;
    line-height: 150px;
    margin: 0 auto;
  }

  .mainmenuportal-title {
    max-width: 120px;
    font-size: 100%;
  }

}

@media only screen and (max-width: 800px) {
  .platzstatus {
    right: 55px;
  }

  /* general */
  #page .col4 .col20 {
    width: 47.96%;
    margin-bottom: 1.5em;
  }

  .folgeseite #page .col4 .col20 {
    width: 47.96%;
    margin-bottom: 1.5em;
  }

  #page .col4 .col20:nth-child(2) {
    margin-right: 0;
  }

  /* areas */
  /* header */
  /* content */
  h1,
  .platzstatus-mobile h2 {
    font-size: 156%;
  }

  .cleebronn.startseite .faceforce_cleebronn {
    background: url(/fileadmin/templates/Resources/Public/Images/obc_cleebron.png) no-repeat 0 0;
    -webkit-background-size: 80px 109px;
    -moz-background-size: 80px 109px;
    -o-background-size: 80px 109px;
    background-size: 80px 109px;
    width: 80px;
    height: 109px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    right: 10%;
    left: inherit;
    bottom: 0;
  }

  .steisslingen.startseite .faceforce_steisslingen {
    background: url(/fileadmin/templates/Resources/Public/Images/obc_steisslingen.png) no-repeat 0 0;
    -webkit-background-size: 80px 109px;
    -moz-background-size: 80px 109px;
    -o-background-size: 80px 109px;
    background-size: 80px 109px;
    width: 80px;
    height: 109px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    right: 10%;
    left: inherit;
    bottom: 0;
  }

  .iffeldorf.startseite .faceforce_iffeldorf {
    background: url(/fileadmin/templates/Resources/Public/Images/obc_iffeldorf.png) no-repeat 0 0;
    -webkit-background-size: 80px 109px;
    -moz-background-size: 80px 109px;
    -o-background-size: 80px 109px;
    background-size: 80px 109px;
    width: 80px;
    height: 109px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    right: 10%;
    left: inherit;
    bottom: 0;
  }

  .thailing.startseite .faceforce_thailing {
    background: url(/fileadmin/templates/Resources/Public/Images/obc_thailing.png) no-repeat 0 0;
    -webkit-background-size: 80px 109px;
    -moz-background-size: 80px 109px;
    -o-background-size: 80px 109px;
    background-size: 80px 109px;
    width: 80px;
    height: 109px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    right: 10%;
    left: inherit;
    bottom: 0;
  }

  /* footer */
  /* menus */

}

@media only screen and (max-width: 700px) {
  .portal .menuitem {
    display: block !important;
    width: 55px;
    height: 55px;
  }

  .portal .menuitem .iconfont {
    line-height: 55px;
  }

  .portal #mobilemenu,
  .portal .mobilemenu-shade {
    top: 55px;
  }

  .portal .topmenuarea {
    height: 55px;
  }

  #mainmenuportal {
    display: none !important;
  }

  .langer-logo {
    top: 16px;
  }
}

@media only screen and (max-width: 656px) {
  .csc-textpic-imagecolumn {
    margin-bottom: 2em;
  }

  div.csc-textpic-imagerow {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 640px) {

  /* general */
  #mainmenu,
  #leftmenu,
  #parentnav,
  .metanavarea .portalmenuarea,
  .breadcrumbarea {
    display: none;
  }

  .withmenu #contentwrap {
    padding-top: 2.5em;
  }

  .toplink {
    display: block;
  }

  .contentpopup__content {
    padding: 1.5rem;
  }

  .csc-textpic-intext-right-nowrap .csc-textpicnew-imagewrap .csc-textpicnew-image,
  .csc-textpic-intext-right-nowrap .csc-textpicnew-imagewrap .csc-contactbox-image,
  .csc-textpic-intext-right-nowrap .csc-contactbox-imagewrap .csc-textpicnew-image,
  .csc-textpic-intext-right-nowrap .csc-contactbox-imagewrap .csc-contactbox-image {
    margin: 0 0 1em 0;
  }

  .csc-textpic-intext-left div.csc-textpic-imagewrap,
  .csc-textpic-intext-right div.csc-textpic-imagewrap,
  .csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap,
  .csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
    width: 100%;
    max-width: 100%;
  }

  #page .col70,
  #page .col30,
  #page .col80,
  #page .col20,
  #page .col50,
  #page .col4 .col20 {
    width: 100%;
    margin: 0 0 1.5em 0;
  }

  .folgeseite #page .col4 .col20 {
    width: 100%;
    margin: 0 0 1.5em 0;
  }

  #contentwrapright,
  #contentwrapleft {
    width: 100%;
  }

  #werbeoverlay .header-bigspaceafter {
    margin-bottom: 0.5em;
  }


  /* areas */
  .logoarea {
    left: 3%;
  }

  /* header */
  #page.fixed .logoarea {
    display: none;
  }

  .cleebronn-menu .logo {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat 0px 0px;
    background-size: 480px 375px;
    -webkit-background-size: 480px 375px;
    -moz-background-size: 480px 375px;
    -o-background-size: 480px 375px;
    width: 87px;
    height: 60px;
  }

  .steisslingen-menu .logo {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat -187px 0px;
    background-size: 480px 375px;
    -webkit-background-size: 480px 375px;
    -moz-background-size: 480px 375px;
    -o-background-size: 480px 375px;
    width: 56px;
    height: 67px;
  }

  .iffeldorf-menu .logo {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat -90px 0px;
    background-size: 480px 375px;
    -webkit-background-size: 480px 375px;
    -moz-background-size: 480px 375px;
    -o-background-size: 480px 375px;
    width: 90px;
    height: 60px;
  }

  .thailing-menu .logo {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat -322px -67px;
    background-size: 480px 375px;
    -webkit-background-size: 480px 375px;
    -moz-background-size: 480px 375px;
    -o-background-size: 480px 375px;
    width: 66px;
    height: 60px;
  }

  .mainmenuportal-logo {
    height: 120px;
    line-height: 120px;
    width: 105px;
  }

  .mainmenuportal-title {
    max-width: 100px;
  }


  /* content */
  body {
    font-size: 0.85em;
  }

  .container-grey,
  .container-white {
    padding: 2.5em 0;
  }

  .withmenu #contentwrap {
    padding-bottom: 2.5em;
  }

  /* footer */
  #metanav {
    width: 100%;
  }

  /* menus */
  .menuitem {
    display: block;
  }

}


@media only screen and (max-width: 520px) {

  /* general */
  h1,
  .platzstatus-mobile h2 {
    font-size: 137%;
  }

  h2 {
    font-size: 118%;
  }

  h2.subheader {
    font-size: 106%;
  }

  h3 {
    font-size: 106%;
  }

  h4 {
    font-size: 106%;
  }

  .fontsmall {
    font-size: 77%;
  }
}

@media only screen and (max-width: 480px) {

  /* header */
  .cleebronn-menu .logo {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat 0px 0px;
    background-size: 256px 200px;
    -webkit-background-size: 256px 200px;
    -moz-background-size: 256px 200px;
    -o-background-size: 256px 200px;
    width: 45px;
    height: 35px;
  }

  .steisslingen-menu .logo {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat -100px 0px;
    background-size: 256px 200px;
    -webkit-background-size: 256px 200px;
    -moz-background-size: 256px 200px;
    -o-background-size: 256px 200px;
    width: 30px;
    height: 38px;
  }

  .iffeldorf-menu .logo {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat -48px 0px;
    background-size: 256px 200px;
    -webkit-background-size: 256px 200px;
    -moz-background-size: 256px 200px;
    -o-background-size: 256px 200px;
    width: 49px;
    height: 34px;
  }

  .thailing-menu .logo {
    background: url(/fileadmin/templates/Resources/Public/Images/sprites.svg) no-repeat -172px -36px;
    background-size: 256px 200px;
    -webkit-background-size: 256px 200px;
    -moz-background-size: 256px 200px;
    -o-background-size: 256px 200px;
    width: 35px;
    height: 30px;
  }

  .contentpopup__content {
    padding: 1rem;
  }

  .mainmenuportal-title {
    max-width: 70px;
    font-size: 80%;
  }

  .mainmenuportal-logo {
    width: 80px;
    height: 100px;
    line-height: 100px;
  }

}

@media only screen and (max-width: 420px) {

  /* general */
  /* areas */
  /* content */
  .container-grey,
  .container-white {
    padding: 2em 0;
  }

  .withmenu #contentwrap {
    padding-bottom: 2em;
  }

  body {
    font-size: 0.8em;
  }

  /* footer */
  /* menus */
}


@media only screen and (max-width: 360px) {

  .textbutton,
  a.textbutton {
    font-size: 100%;
    padding: 0.2em 0.7em;
  }

}

@media only screen and (max-width: 320px) {
  body {
    font-size: 0.75em;
  }
}