/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
       url('/_templates/shared/googlefonts/roboto-condensed-v16-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/_templates/shared/googlefonts/roboto-condensed-v16-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('/_templates/shared/googlefonts/roboto-condensed-v16-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/_templates/shared/googlefonts/roboto-condensed-v16-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('/_templates/shared/googlefonts/roboto-condensed-v16-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/_templates/shared/googlefonts/roboto-condensed-v16-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Allgemeinestop */

body {
  padding: 0;
  margin: 10px 0 40px 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  color: #000;
  background: #FFFFFF;
}
body.menu-shown {
  overflow: hidden;
}

form, h1, h2, h3, h4, h5, h6, img {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a.fancybox:hover > div.bild-title{
	display:block;
}

a:link, a:visited, a:hover, a:focus, a:active {
  color: #669933;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #CC0B10;
}

strong, b, span[style*='bold'] {
  font-weight: 400;
}

small {
  line-height: 160%;
}

p {
  margin: 0;
}

/* Ueberschriften */

.headline1 {
  font-family: 'Roboto Condensed';
  font-weight: 400;
  font-size: 1.8em;
  line-height: 1.3em;
  color: #333333;
  margin-bottom: 0.5em;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.headline2 {
  font-family: 'Roboto Condensed';
  font-weight: 400;
  font-size: 1.4em;
  color: #CC0B10;
  margin-bottom: 0.5em;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.headline3 {
  font-weight: 600;
  font-size: 1.1em;
  color: #627177;
  margin-bottom: 0.5em;
  text-shadow: 1px 1px 2px #AAA;
}

.headline4 {
  font-weight: 600;
  font-size: 1.1em;
  color: #FFF;
  margin-bottom: 0.5em;
  text-shadow: 1px 1px 2px #000;
}

.headline5 {
  font-weight: 600;
  font-size: 1.0em;
  color: #627177;
  margin-bottom: 0.4em;
}

a img {
  border: none;
}

/* Template */
div.umrandung {
  position: relative;
  margin: 0 auto 0;
  max-width: 1482px;
  text-align: left;
  overflow: hidden;
}

div.umrandung2 {
  position: relative;
  margin: 0 3% 0 3%;
  padding: 0 10px 10px 10px;
}

div.kopf {
  position: relative;
}
div.kopf-logo {
  position: relative;
  width: 29.54%;
  padding: 3.5em 0 1.5em 3.15%;
  float: left;
}
div.kopf-text, div.kopf-text3 {
  position: relative;
  width: 20%;
  padding: 1em 0 1em 27%;
  font-family: 'Roboto Condensed';
  font-size: 0.9em;
  font-weight: 400;
  float: left;
}
div.kopf-text3 {
  width: 20%;
  padding-left: 0;
}
div.kopf-text2 {
  position: absolute;
  bottom: 1em;
  right: 0;
}
div.kopf-text a:link, div.kopf-text a:visited, div.kopf-text a:focus, div.kopf-text a:hover, div.kopf-text a:active,
div.kopf-text3 a:link, div.kopf-text3 a:visited, div.kopf-text3 a:focus, div.kopf-text3 a:hover, div.kopf-text3 a:active {
  color: #000;
}
div.kopf-text a:focus, div.kopf-text a:hover, div.kopf-text a:active,
div.kopf-text3 a:focus, div.kopf-text3 a:hover, div.kopf-text3 a:active {
  color: #71AA39;
}

div.kopfbild {
  position: relative;
  margin: 10px 0;
  height: 260px;
}
div.kopfbild img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  width: 100%;
  height: auto;
}

div.mainmenu {
  position: relative;
  font-size: 0.9em;
  background: #669934;
  background: linear-gradient(to bottom, #669934 0%,#79b73c 100%);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.7); /* webkit browser*/ -moz-box-shadow: 0 0 3px rgba(0,0,0,0.7); /* firefox */ box-shadow: 0 0 3px rgba(0,0,0,0.7);
}

div.links {
  position: relative;
  width: 21.25%;
  padding: 1em 7.75% 1em 0;
  float: left;
}

div.content, div.content-full {
  position: relative;
  width: 71%;
  padding: 2em 0 2.5em 0;
  float: left;
}
div.content-full {
  width: 90% !important;
  padding: 2em 5%;
}
.content-maxwidth {
  width: auto !important;
}

div.mitte, div.mitte-breit {
  position: relative;
  width: 66%;
  padding: 0 6.3% 0 0;
  line-height: 160%;
  float: left;
}
div.mitte-breit {
  width: 93.6%;
}
div.mitte img, div.mitte-breit img {
  margin: 0.5em 1em;
}

div.rechts {
  position: relative;
  width: 27.6%;
  float: left;
  line-height: 160%;
}
div.rechts-content {
  position: relative;
  padding: 10px;
  background: #F3F3F3;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3); /* webkit browser*/ -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3); /* firefox */ box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
div.rechts-content img {
  margin: 0.5em;
}

div.maincontent {
  position: relative;
}

.sidemenu-trigger {
  display: none !important;
}

div.fuss {
  position: relative;
  margin: 10px 0 0 0;
  padding: 0.8em 1.2em;
  font-family: 'Roboto Condensed';
  font-weight: 400;
  font-size: 0.9em;
  color: #FFF;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7);  
  background: #79b73c;
  background: linear-gradient(to bottom, #79b73c 0%,#669934 100%);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.7); /* webkit browser*/ -moz-box-shadow: 0 0 3px rgba(0,0,0,0.7); /* firefox */ box-shadow: 0 0 3px rgba(0,0,0,0.7);
}
div.fuss a:link, div.fuss a:visited, div.fuss a:focus, div.fuss a:hover, div.fuss a:active {
  color: #FFF;
}
div.fuss a:focus, div.fuss a:hover, div.fuss a:active {
  color: #333;
}
div.fuss-links, div.fuss-rechts {
  position: relative;
  width: 70%;
  line-height: 180%;
  float: left;
}
div.fuss-rechts {
  width: 30%;
  text-align: right;
}
  div.fuss-rechts svg {
      -webkit-filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, .3));
    filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, .3));
    transition: 400ms;
    margin-left: 10px;
    margin-top: 7px;
  }
#toTop {
  z-index: 998;
  display: none;
  position: fixed;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  padding: 0.8em 0.6em;
  font-size: 1.5em;
  font-weight: 600;
  border-radius: 6px 0 0 0;
  color: #FFF;
  background: #cc0b10;
  background: linear-gradient(to bottom, #cc0b10 0%,#9d3127 100%);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.8); /* webkit browser*/ -moz-box-shadow: 0 0 3px rgba(0,0,0,0.8); /* firefox */ box-shadow: 0 0 3px rgba(0,0,0,0.8);
}

/* Menu */
div.mainmenu ul, div.mainmenu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.mainmenu ul li {
  float: left;
}
div.mainmenu ul li ul {
  display: none !important;
  
}
div.mainmenu ul li a:link, div.mainmenu ul li a:visited, div.mainmenu ul li a:focus, div.mainmenu ul li a:hover, div.mainmenu ul li a:active, div.mainmenu ul li a.menu-list-marked, div.mainmenu ul li strong {
  position: relative;
  display: block;
  padding: 0.5em 1.3em 0.5em 1.3em;
  font-family: 'Roboto Condensed';
  font-size: 1.1em;
  font-weight: 400;
  color: #FFF;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7);  
}
div.mainmenu ul li a:focus, div.mainmenu ul li a:hover, div.mainmenu ul li a:active,
div.mainmenu ul li a.menu-list-marked, div.mainmenu ul li strong {
  color: #FFF;
  background: #cc0b10;
  background: linear-gradient(to bottom, #cc0b10 0%,#9d3127 100%);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5); /* webkit browser*/ -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5); /* firefox */ box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.mainmenu-switch {
  display: none;
}

div.links-menu ul, div.links-menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.links-menu ul {
  padding: 0 0 2em 0;
}
div.links-menu ul li ul {
  padding: 0;
}
div.links-menu ul li a:link, div.links-menu ul li a:visited, div.links-menu ul li a:focus, div.links-menu ul li a:hover, div.links-menu ul li a:active, div.links-menu ul li a.menu-list-marked, div.links-menu ul li strong {
  position: relative;
  display: block;
  padding: 0.4em 0.5em 0.4em 0.5em;
  margin: 0.8em 0;
  font-size: 1em;
  font-weight: 400;
  color: #333333;
  border-right: 3px solid #669933;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5); /* webkit browser*/ -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5); /* firefox */ box-shadow: 0 0 3px rgba(0,0,0,0.5);
  background: #FFFFFF;
}
div.links-menu ul li a:focus, div.links-menu ul li a:hover, div.links-menu ul li a:active, div.links-menu ul li a.menu-list-marked, div.links-menu ul li strong {
  color: #FFF;
  border-color: #333;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
  background: #cc0b10;
  background: linear-gradient(to bottom, #cc0b10 0%,#9d3127 100%);
}
div.links-menu ul li ul li a:link, div.links-menu ul li ul li a:visited, div.links-menu ul li ul li a:focus, div.links-menu ul li ul li a:hover, div.links-menu ul li ul li a:active, div.links-menu ul li ul li a.menu-list-marked, div.links-menu ul li ul li strong {
  position: relative;
  display: block;
  padding: 0.2em 0.5em 0.2em 1.5em;
  margin: 0.3em 0;
  font-size: 1.0em;
  font-weight: 400;
  color: #000;
  border: 0;
  background: none;
  -webkit-box-shadow: 0 0 0; /* webkit browser*/ -moz-box-shadow: 0 0 0; /* firefox */ box-shadow: 0 0 0;;
}
div.links-menu ul li ul li a:focus, div.links-menu ul li ul li a:hover, div.links-menu ul li ul li a:active, div.links-menu ul li ul li a.menu-list-marked, div.links-menu ul li ul li strong {
  color: #AB2621;
  text-shadow: 0 0 0;
}
div.links-menu ul li ul li ul li ul {
  font-size: 0.9em;
}
div.links-menu ul li ul li ul li a:link, div.links-menu ul li ul li ul li a:visited, div.links-menu ul li ul li ul li a:focus, div.links-menu ul li ul li ul li a:hover, div.links-menu ul li ul li ul li a:active, div.links-menu ul li ul li ul li a.menu-list-marked, div.links-menu ul li ul li ul li strong {
  position: relative;
  display: block;
  padding: 0.4em 0.5em 0.4em 2.5em;
  margin: 0.3em 0;
  font-size: 1em;
  font-weight: 400;
  color: #000;
}
div.links-menu ul li ul li ul li a:focus, div.links-menu ul li ul li ul li a:hover, div.links-menu ul li ul li ul li a:active, div.links-menu ul li ul li ul li a.menu-list-marked, div.links-menu ul li ul li ul li strong {
  color: #AB2621;
}
div.links-menu ul li ul li ul li ul li a:link, div.links-menu ul li ul li ul li ul li a:visited, div.links-menu ul li ul li ul li ul li a:focus, div.links-menu ul li ul li ul li ul li a:hover, div.links-menu ul li ul li ul li ul li a:active, div.links-menu ul li ul li ul li ul li a.menu-list-marked, div.links-menu ul li ul li ul li ul li strong {
  position: relative;
  display: block;
  padding: 0.2em 0.5em 0.2em 3.5em;
  margin: 0.3em 0;
  font-size: 1em;
  font-weight: 400;
  color: #000;
}
div.links-menu ul li ul li ul li ul li a:focus, div.links-menu ul li ul li ul li ul li a:hover, div.links-menu ul li ul li ul li ul li a:active, div.links-menu ul li ul li ul li ul li a.menu-list-marked, div.links-menu ul li ul li ul li ul li strong {
  color: #AB2621;
}

/* Modul Navigation */
a.modul-pagebutton:link, a.modul-pagebutton:visited, a.modul-pagebutton:focus, a.modul-pagebutton:hover, a.modul-pagebutton:active, div.modul-pagebutton-inactive, div.modul-pagebutton-seperator, a.modul-pagebutton-marked  {
  position: relative;
  display: inline-block;
  padding: 0.3em 1em;
  margin: 0 0.5em;
  font-weight: 600;
  font-size: 0.9em;
  font-style: normal;
  color: #FFF;
  cursor: pointer;
  float: left;
  -webkit-box-shadow: 0 0 0.2em #CCC; /* webkit browser*/ -moz-box-shadow: 0 0 0.2em #CCC; /* firefox */ box-shadow: 0 0 0.2em #CCC;
  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
  background: #669934;
  background: linear-gradient(to bottom, #669934 0%,#79b73c 100%);
}
a.modul-pagebutton:focus, a.modul-pagebutton:hover, a.modul-pagebutton:active, a.modul-pagebutton-marked {
  font-style: normal;
  color: #FFFFFF;
  text-decoration: none;
  background: #cc0b10;
  background: linear-gradient(to bottom, #cc0b10 0%,#9d3127 100%);
}
div.modul-pagebutton-inactive {
  color: #DDD;
  opacity: 0.3;
  cursor: default;
}
div.modul-pagebutton-seperator {
  color: #627177;
  cursor: default;
}
div.modul-pages {
  position: relative;
  text-align: center;
  float: left;
}
div.modul-position {
  position: relative;
  width: 124px;
  padding: 2px;
  text-align: center;
  float: left;
  overflow: hidden;
}
div.modul-numall, div.modul-backlinks {
  position: relative;
  padding: 3px 0 3px 0;
  float: right;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: #666;
}
div.modul-backlinks {
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  color: #009442;
}
div.modul-backlinks a:link, div.modul-backlinks a:visited, div.modul-backlinks a:focus, div.modul-backlinks a:hover, div.modul-backlinks a:active {
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  color: #009442;
}
div.modul-backlinks a:focus, div.modul-backlinks a:hover, div.modul-backlinks a:active {
  font-style: normal;
  text-decoration: none;
  color: #666666;
}

div.modul-navigation-detail {
  padding: 0 0 1em 0;
  border-bottom: 0.2em solid #EEE;
}

/* News */
div.news {
  padding: 0 0 1.5em 0;
  margin: 1em 0 1.5em 0;
  border-bottom: 1px solid #CCC;
}
div.news-item {
  text-align: center;
  background: #F3F3F3;
}
div.news-item .headline3 {
  font-weight: 600;
  font-size: 1.1em;
  color: #BB0B10;
  margin-bottom: 0.5em;
  text-shadow: none;
  text-align: center;
}
div.news-item .headline3 a:link, div.news-item .headline3 a:visited, div.news-item .headline3 a:focus, div.news-item .headline3 a:hover, div.news-item .headline3 a:active {
  color: #BB0B10;
}
div.news-item .headline3 a:hover {
  color: #990000;
}
div.news-item .headline4 {
  font-weight: 600;
  font-size: 0.9em;
  color: #627177;
  margin-bottom: 0.4em;
  text-shadow: none;
}
div.news-image {
  max-width: 30%;
  margin-right: 1em;
  float: left;
}
div.news-image img {
  margin-left: 0;
}
.news-teaser {
  display: block;
  font-weight: 600;
  font-size: 1.1em;
  color: #627177;
  margin-top: 15px;
  margin-bottom: 0.5em;
  text-shadow: 1px 1px 2px #EEE;
  text-align: center;
}


/* Referenzen */
div.referenzen {
  position: relative;
  width: auto;
  padding: 0 0 1.5em 0;
  margin: 1em 0 1.5em 0;
  border-bottom: 1px solid #CCC;
}
.referenzen-image > img {
  cursor: pointer;
}
.referenzen-image a.iframe:after {
  position: absolute;
  bottom: 3px;
  right: 5px;
  width: 30px;
  height: 30px;
  background: rgba(0,0,0,0.6);
  content: url(../images/more.png);
}
h2.referenzen, span.referenzen-ort, span.referenz-groesse, span.referenz-gebaut {
  display: block;
  font-weight: 400;
  font-size: 1.1em;
  color: #000;
  margin: 0;
  padding: 0;
  line-height: 130%;
  text-shadow: 0 0 0;
}
span.referenzen-ort {
  margin-bottom: 10px;
}
span.referenz-groesse, span.referenz-gebaut {
  font-size: 1em;
  line-height: 120%;
  margin-bottom: 10px;
  color: #666;
}
div.referenzen-image {
  position: relative;
  width: 45%;
  float: left;
}
div.referenzen-image img {
  margin-left: 0;
  min-width: calc( 25% - 18px );
  width: calc( 25% - 18px );
  margin: 10px 5px 0 5px;
  border: 3px solid #FFF;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
div.referenzen-text {
  width: 51%;
  margin-left: 4%;
  padding-top: 5px;
  float: left;
}
div.referenz-galerie img {
  margin: 15px 30px 15px 0;
  border: 3px solid #FFF;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
}

/* Bilder */
div.bild {
  position: relative;
  width: 20%;
  height:auto;
  max-width: 200px;
  min-width: 150px;
  margin: 0 4% 2em 0;
  float: left;
  overflow: hidden;
  border: 0.2em solid #FFF;
  -webkit-box-shadow: 0 0 0.2em rgba(0,0,0,0.2); /* webkit browser*/ -moz-box-shadow: 0 0 0.2em rgba(0,0,0,0.2); /* firefox */ box-shadow: 0 0 0.2em rgba(0,0,0,0.2);
}
div.bild img {
  max-width: 100%;
  margin: 0;
}
div.bild-title { 
 position: absolute;
 bottom: 0;
 left: 0;
 width: auto;
 color: #FFF;
 font-size: 0.9em;
 font-weight: 600;
 line-height: 1.6em;
 padding: 0.1em 0.5em;
 background: rgba(0,0,0,0.6);
 display:none;
 text-shadow: 1px 1px 2px #000;
}

/* Cyres-CSS */

div.image   {
  min-width:  100px;
  margin-top: 7px;
  margin-bottom: 4px;
  margin-left:  5px;
  margin-right:  14px;
}

div.image-left   {
  min-width:  100px;
  margin-top: 7px;
  margin-bottom: 4px;
  margin-left:  5px;
  margin-right:  14px;
  float: left;
}

div.image-right   {
  min-width:  100px;
  margin-top: 7px;
  margin-bottom: 4px;
  margin-left:  9px;
  margin-right:  10px;
  float: right;
}

div.image-center   {
  width:  100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 7px;
}

div.image, div.image-left, div.image-right, div.image-center {
  font-size: 0.9em;
}

div.image img, div.image-left img, div.image-right img, div.image-center img {
  margin: 0;
  padding: 0;
}

/* Listen */
ul {
  margin: 0;
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 5px;
  padding: 0;
  list-style: url(/_templates/shared/images/li.png);
}

ol {
  margin: 0;
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 5px;
  padding: 0;
}

li {
  margin: 0;
  margin-left: 15px;
  margin-bottom: 5px;
  padding: 0;
}

.unsichtbar, dfn {
  position:absolute;
  left:-1000px;
  top:-1000px;
  width:0;
  height:0;
  overflow:hidden;
  display:inline;
}

.clear {
  padding: 0;
  margin: 0;
  height: 0;
  width: 0;
  clear: both;
}

div.menu-container-block {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 250;
}
div.menu-container-block::before,div.menu-container-block::after {
  display: block;
  width: 23px;
  height: 3px;
  position: absolute;
  top: 20px;
  right: 10px;
  background: #FFF;
  content: '';
  transform: rotate(45deg);
}
div.menu-container-block::after {
  transform: rotate(-45deg);
}
div.menu-container {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc( 100% - 60px );
  z-index: 260;
  background: rgba(255,255,255,0.9);
  opacity: 0;
}
body.menu-shown div.menu-container {
  display: block;
  animation: 500ms show-menu forwards;
}
body.menu-hidden div.menu-container {
  animation: 500ms hide-menu forwards;
}
@keyframes show-menu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide-menu {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#menu .col {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid #CCC;
  box-sizing: border-box;
  background: #FFF;
  overflow: hidden;
  overflow-y: auto;
}
#menu ul, #menu li {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
}
#menu ul {
  margin: 60px 10px 40px 0;
}
#menu ul li a, #menu ul li strong {
  display: block;
  font-weight: 600;
  padding: 15px 32px 15px 20px;
  color: #333;
}
#menu ul li a:hover, #menu ul li strong, #menu ul li.hasSub:hover, #menu ul li.active, #menu ul li.active a, #menu ul li a.menu-list-marked {
  color: #C00;
}
#menu ul li ul {
  display: none;
}
#menu ul li + li{
border-top: 1px solid #CCC;
}

#menu ul li.hasSub a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  cursor: pointer;
  font-weight: bold;
  transition: 150ms;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  display: block;
  border: 7px solid transparent;
  border-right: 0;
  border-left: 8px solid #999;
  content: '';
}
#menu ul li.hasSub.active a:after {
  right: 0;
  border-left: 8px solid #C00;
}

div.menu-container-back {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 0 30px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  z-index: 110;
  color: #FFF;
  font-weight: 600;
  text-shadow: 0 0 3px rgba(0,0,0,0.6);
  background: #669934;
  background: linear-gradient(to bottom, #669934 0%,#79b73c 100%);
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.menu-container-back:after {
  display: block;
  position: absolute;
  top: 12px;
  left: 10px;
  border: 8px solid transparent;
  border-left: 0;
  border-right: 8px solid #FFF;
  content: '';
}

#menu-container-close {
display: none !important;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 110;
  background: #EEE;
}
#menu-container-close:before,
#menu-container-close:after {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  transform-origin: 50% 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  background: #FFF;
  content: '';
  transition: opacity 500ms;
}
#menu-container-close:after {
  transform: translate(-50%,-50%) rotate(135deg);
}
#menu-container-close:hover:before,
#menu-container-close:hover:after {
  opacity: 0.7;
}

/* By Cybox Zeile */
div.by-cybox {
  position: relative;
  margin: 0 auto 0;
  max-width: 1280px;
  padding: 5px 3% 15px 3%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFF;
  text-align: right;
}

div.by-cybox a:link, div.by-cybox a:visited, div.by-cybox a:hover, div.by-cybox a:focus, div.by-cybox a:active {
  color: #FFF;
  font-weight: normal;
  font-size: 0.9em;
}
div.by-cybox a:hover, div.by-cybox a:focus, div.by-cybox a:active {
  color: #62717C;
}

div.kopf-links-content {
  border-right: 1px solid #999;
}


.style2, .style3 {
  position: relative;
  width: 45%;
  float: left;
  text-align: center;
}
.style2 + .style2 {
  margin-left: 10%;
}
.style3 {
  width: 28%;
}
.style3 + .style3 {
  margin-left: 8%;
}
.style2 img, .style3 img {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5); /* webkit browser*/ -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5); /* firefox */ box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
div.style4 {
  position: relative;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
div.style4 > br {
  display: none;
}
div.style5 {
  width: calc( 33.33% - 40px );
  font-weight: 600;
  text-align: center;
  line-height: 120%;
  margin-bottom: 40px;
}
div.style6 {
  width: calc( 50% - 40px );
  font-weight: 600;
  text-align: center;
  line-height: 120%;
  margin-bottom: 40px;
}
div.style7 {
  width: calc( 25% - 10px );
  font-weight: 600;
  text-align: center;
  line-height: 120%;
  margin-bottom: 40px;
}
div.style5 a {
  display: block;
  font-size: 0.9em;
}
div.style5 small {
  display: block;
  font-weight: 400;
}
div.style5 img {
width: 100%;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5); /* webkit browser*/ -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5); /* firefox */ box-shadow: 0 0 3px rgba(0,0,0,0.5);
  margin: 0 auto 10px;
}
/* RESPONSIVE-PART */

@media only screen and (max-width: 1200px) {
  div.kopf-logo {
    width: 35%;
  }
  div.kopf-text {
    width: 25%;
    padding-left: 15%;
  }
}

@media only screen and (max-width: 1024px) {
  div.umrandung2 {
    margin: 0 1%;
  }
  div.kopf-logo {
    width: 40%;
  }
  div.kopf-text {
    width: 24%;
    padding-left: 6%;
  }
  div.kopf-text3 {
    width: 24%;
    padding-left: 0;
  }
  div.links {
    width: 30%
  }
  div.mitte, div.mitte-breit, div.rechts {
    width: 100%;
    padding: 0;
    margin: 0;
    float: none;
  }
  div.rechts-content {
    padding: 10px;
  }
  div.rechts {
    padding-top: 1em;
    margin-top: 1.5em;
    border-top: 1px solid #CCC;
    background: none;
    -webkit-box-shadow: 0 0 0; /* webkit browser*/ -moz-box-shadow: 0 0 0; /* firefox */ box-shadow: 0 0 0; 
  }
  div.mitte-66p {
    width: 66% !important;
    float: left;
  }
  div.rechts-30p {
    width: 30% !important;
    float: left;
    margin: 0;
    padding: 0;
    margin-left: 4%;
    background: #F3F3F3;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3); /* webkit browser*/ -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3); /* firefox */ box-shadow: 0 0 3px rgba(0,0,0,0.3);
  }
  div.rechts-30p .rechts-content {
    position: relative;
    padding: 10px;
  }
  div.content {
    width: 60%;
  }
  div.fuss-links, div.fuss-rechts {
    float: none;
    width: auto;
    text-align: left;
  }

  div.maincontent {
    padding: 0 20px;
  }
  a.sidemenu-trigger:link, a.sidemenu-trigger:visited, a.sidemenu-trigger:focus, a.sidemenu-trigger:hover, a.sidemenu-trigger:active {
    position: absolute;
    display: block;
    left: -20px;
    top: 0;
    width: 23px;
    height: 110px;
    border-right: 1px solid #333;
    background: #A00 url(/_templates/shared/images/hg-sidemenu-trigger.png) 0 7px no-repeat;
  }
  .sidemenu-background {
    background-position: -23px 7px !important;
  }
  div.referenzen-image {
  width: 100%;
  float: left;
}
div.referenzen-text {
  width: 100%;
  margin-left: 0%;
  padding-top: 15px;
  float: left;
}
div.style5 {
  width: calc( 50% - 30px );
}
  div.style7 {
    width: calc( 50% - 20px );
  }
}

@media only screen and (max-width: 800px) {
  div.kopf-text2 {
    display: none;
  }
  div.kopf-logo {
    width: 40%;
  }
  div.kopf-text {
    width: 26%;
    padding-left: 5%;
  }
  div.kopf-text, div.kopf-text3 {
    font-size: 0.85em;
  }
}

@media only screen and (max-width: 600px) {
  body {
    background: #FFF;
    margin: 0;
    font-size: 1em;
  }
  div.umrandung2, div.umrandung {
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 0 0; /* webkit browser*/ -moz-box-shadow: 0 0 0; /* firefox */ box-shadow: 0 0 0;
  }
  div.kopf, div.mainmenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: #FFF;
    z-index: 200;
    transition: 300ms;
  }
  div.kopf-logo img {
    transition: 300ms;
  }
  div.umrandung {
    padding-top: 170px !important;
  }
  div.mainmenu {
    top: 120px;
    transition: 300ms;
  }
  body.scrolled div.kopf {
    height: 95px;
  }
  body.scrolled div.kopf-logo img {
    height: 60px !important;
  }
  body.scrolled div.mainmenu {
    top: 95px;
  }
  div.kopf-text, div.kopf-text3, div.kopfbild {
    display: none;
  }
  div.kopf-logo {
    width: 80%;
    max-width: 300px;
    float: none;
    padding: 0;
    margin: 1em auto 0;
    text-align: center;
  }
  div.kopf-logo img {
    height: 80px !important;
    object-fit: contain;
  }
  div.content {
    padding: 15px;
  }
  div.links, div.content, div.mitte, div.mitte-breit, div.rechts {
    width: auto;
    float: none;
  }
  div.links {
    width: auto;
    padding: 15px;
  }
  div.fuss {
    margin: 0;
  }
  div.mainmenu {
    padding: 0;
    height: auto;
    background: none;
  }
  div.mainmenu ul {
    display: none;
  }
  div.mainmenu ul li {
    float: none;
    height: auto;
  }
  div.mainmenu ul li a:link, div.mainmenu ul li a:visited, div.mainmenu ul li a:focus, div.mainmenu ul li a:hover, div.mainmenu ul li a:active, div.mainmenu ul li a.menu-list-marked, div.mainmenu ul li strong,
  .mainmenu-switch, div.mainmenu ul li a.menu-list-marked, div.mainmenu ul li strong {
    position: relative;
    display: block;
    padding: 0.6em 1.5em;
    margin: 0;
    font-size: 1.0em;
    font-weight: 400;
    height: 40px;
    color: #FFF;
    text-shadow: 0 0 3px rgba(0,0,0,0.6);
    background: #669934;
    background: linear-gradient(to bottom, #669934 0%,#79b73c 100%);
    -webkit-box-shadow: 0 0 0; /* webkit browser*/ -moz-box-shadow: 0 0 0; /* firefox */ box-shadow: 0 0 0;
    box-sizing: border-box;
  }
  .mainmenu-switch img {
    vertical-align: top;
  }
  .mainmenu-switch {
    text-align: left;
    display: block;
    cursor: pointer;
  }
  .mainmenu-switch a {
    position: absolute;
    display: block;
    right: 5px;
    top: 1px;
    border-radius: 4px;
    height: 38px;
    padding: 3px 10px;
    box-sizing: border-box;
    background: #cc0b10;
    background: linear-gradient(to bottom, #cc0b10 0%,#9d3127 100%);
    color: #FFF;
    text-shadow: none;
    font-size: 11px;
    white-space: nowrap;
    text-align: center;
  }
  .mainmenu-switch a svg {
    height: 18px;
    transform: scaleX(-1);
  }
  .mainmenu-switch span {
    position: absolute;
    width: 32px;
    height: 3px;
    top: 12px;
    left: 20px;
    border-radius: 2px;
    background: #FFF;
    transition: 300ms;
  }
  .mainmenu-switch span:nth-child(2) {
    top: 19px;
  }
  .mainmenu-switch span:nth-child(3) {
    top: 26px;
  }
  body.menu-shown .mainmenu-switch span:nth-child(1) {
    top: 18px;
    transform: rotate(45deg);
  }
  body.menu-shown .mainmenu-switch span:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  body.menu-shown .mainmenu-switch span:nth-child(3) {
    transform: rotate(-45deg);
    top: 18px;
  }
  body.menu-shown div.menu-container-block {
    display: block;
  }
  div.mainmenu ul li a:focus, div.mainmenu ul li a:hover, div.mainmenu ul li a:active {
    margin: 0;
    background: #cc0b10;
    background: linear-gradient(to bottom, #cc0b10 0%,#9d3127 100%);
  }
  div.mainmenu ul li a.menu-list-marked, div.mainmenu ul li strong {
    margin: 0;
    background: #cc0b10;
    background: linear-gradient(to bottom, #cc0b10 0%,#9d3127 100%);
  }
  div.mainmenu ul li ul {
    display: block;
  }
  div.mainmenu ul li ul li a:link, div.mainmenu ul li ul li a:visited, div.mainmenu ul li ul li a:focus, div.mainmenu ul li ul li a:hover, div.mainmenu ul li ul li a:active, div.mainmenu ul li ul li a.menu-list-marked, div.mainmenu ul li ul li strong {
    padding: 0.6em 1.5em 0.6em 3em;
    border-bottom: 1px solid #CCC;
    background: #FFF;
    color: #000;
    text-shadow: 0 0 0; 
  }
  div.mainmenu ul li ul li a:focus, div.mainmenu ul li ul li a:hover, div.mainmenu ul li ul li a:active, div.mainmenu ul li ul li a.menu-list-marked, div.mainmenu ul li ul li strong {
    color: #C51114;
  }
  div.mainmenu ul li ul li ul li a:link, div.mainmenu ul li ul li ul li a:visited, div.mainmenu ul li ul li ul li a:focus, div.mainmenu ul li ul li ul li a:hover, div.mainmenu ul li ul li ul li a:active, div.mainmenu ul li ul li ul li a.menu-list-marked, div.mainmenu ul li ul li ul li strong {
    padding: 0.6em 1.5em 0.6em 4.5em;
    border-bottom: 1px solid #CCC;
    color: #000;
  }
  div.mainmenu ul li ul li ul li a:focus, div.mainmenu ul li ul li ul li a:hover, div.mainmenu ul li ul li ul li a:active, div.mainmenu ul li ul li ul li a.menu-list-marked, div.mainmenu ul li ul li ul li strong {
    color: #C51114;
  }
  div.mainmenu ul li ul li ul li ul li a:link, div.mainmenu ul li ul li ul li ul li a:visited, div.mainmenu ul li ul li ul li ul li a:focus, div.mainmenu ul li ul li ul li ul li a:hover, div.mainmenu ul li ul li ul li ul li a:active, div.mainmenu ul li ul li ul li ul li a.menu-list-marked, div.mainmenu ul li ul li ul li ul li strong {
    padding: 0.6em 1.5em 0.6em 6.0em;
    border-bottom: 1px solid #CCC;
    color: #000;
  }
  div.mainmenu ul li ul li ul li ul li a:focus, div.mainmenu ul li ul li ul li ul li a:hover, div.mainmenu ul li ul li ul li ul li a:active, div.mainmenu ul li ul li ul li ul li a.menu-list-marked, div.mainmenu ul li ul li ul li ul li strong {
    color: #C51114;
  }
  div.bild {
    width: 43%;
  }
  div.maincontent {
    padding: 0;
  }
  a.sidemenu-trigger:link, a.sidemenu-trigger:visited, a.sidemenu-trigger:focus, a.sidemenu-trigger:hover, a.sidemenu-trigger:active {
    display: none;
  }
  .style2, .style3 {
    width: 100% !important;
    margin: 0 0 2em 0;
    float: left;
  }
  .style3 + .style3, .style2 + .style2 {
    margin-left: 0;
  }
  div.referenz-galerie {
    margin: 10px 0 20px 0;
  }
  div.referenz-galerie img {
    min-width: 45%;
    width: 45%;
    max-width: 45%;
    border: 3px solid #FFF;
    margin: 10px 1% 0 1%;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
  }
  div.style5 {
    width: calc( 50% - 15px );
  }
  div.style5 a {
    display: block;
  }
}

.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}

/* Cyres Editor Fixes */
.editor-icon {
  width: 16px !important;
  height: 18px !important;
  min-width: 1px !important;
  min-height: 1px !important;
}
img[src="/login/skin/default/images/others/properties.gif"] {
  width: 16px !important;
  height: 16px !important;
  min-width: 1px !important;
  min-height: 1px !important;
}

div.news-item {
  position: relative;
  display: block;
  padding: 0.4em 0.5em 0.4em 0.5em;
  margin: 0.8em 0 1.5em 0;
  border-right: 3px solid #669933;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5); /* webkit browser*/ -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5); /* firefox */ box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.style1 a:link, .style1 a:visited, .style1 a:focus, .style1 a:hover, .style1 a:active {
  display: inline;
  color: #000;
  text-decoration: underline;
}
.style1 a:focus, .style1 a:hover, .style1 a:active {
  color: #C00;
}

/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(../images/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(../images/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}


/* Magnific Popup - CSS */
.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1000;overflow:hidden;background:#FFFFFF;opacity:.9;filter:alpha(opacity=90)}.mfp-wrap{z-index:1042;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1043}.mfp-close,.mfp-preloader{text-align:center;position:absolute}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;top:50%;width:auto;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;right:0;top:0;text-decoration:none;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0;}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{position:absolute;left:0;top:40px;bottom:40px;right:0;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#FFF}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close{ color: #000000;cursor: pointer !important;}.mfp-iframe-holder .mfp-close:hover, .mfp-image-holder .mfp-close:hover{ color: #CC0000;cursor: pointer !important;}.mfp-iframe-holder .mfp-close::before , .mfp-image-holder .mfp-close::before { font-size: 13px; margin-right: 5px;content: 'Bild schließen'; margin-bottom: 3px;vertical-align: bottom;}

.infopopup {
  z-index: 999;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: calc( 100% - 55px );
  background: #FFF;
  border-top: 1px solid #CCC;
  font-size:0.9em;
  padding: 15px 50px 15px 5px;
  text-align: center;
}
.infopopup a {
  color: #B51D1B;
}
.infopopup-close {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate( 0, -50% );
  background: #B51D1B; 
  color: #FFF;
  font-weight: bold;
  border-radius: 4px;
  padding: 5px 10px;
  cursor: pointer;
}

div[id^="iframeyt"] {
  line-height: 110%;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
div.rechts div[id^="iframeyt"] {
  overflow: auto;
}
div[id^="iframeyt"] > div {
  background-size: cover !important;
}
div[id^="iframeyt"] > div::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(51,51,51,0.2050595238095238) 0%, rgba(110,110,110,0) 31%, rgba(110,110,110,0) 74%, rgba(51,51,51,0.2062640056022409) 100%);
  content: '';
}
/*div[id^="iframeyt"] > div {
  position: relative;
  font-size: 0.9em !important;
  line-height: 110% !important;
}
div[id^="iframeyt"] > div div:nth-child(2) {
  left: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  border-radius: 0 !important;
  background: rgba(255,255,255,0.9) !important;
}
div[id^="iframeyt"] > div div:first-child {
  top: 50% !important;
  left: 50% !important;
}
div[id^="iframeyt"] svg {
  height: 40%;
  width: auto;
  transform: translate(-50%,-50%);
}
*/