/* reenie-beanie-regular - latin */
@font-face {
  font-family: 'Reenie Beanie';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/reenie-beanie-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/reenie-beanie-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/reenie-beanie-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/reenie-beanie-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/reenie-beanie-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/reenie-beanie-v16-latin-regular.svg#ReenieBeanie') format('svg'); /* Legacy iOS */
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
  width: 80%;
  margin: auto;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*------------------------------------*\
    MATERIAL PHOTO GALLERY
\*------------------------------------*/
.m-p-g {
  max-width: 100%;
  margin: 0 auto;
}
.m-p-g__thumbs-img {
  margin: 0;
  float: left;
  vertical-align: bottom;
  cursor: pointer;
  z-index: 1;
  position: relative;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-filter: brightness(100%);
          filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
          filter: brightness(100%);
  -webkit-tap-highlight-color: transparent;
  will-change: opacity, transform;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.m-p-g__thumbs-img.active {
  z-index: 50;
}
.m-p-g__thumbs-img.layout-completed {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.m-p-g__thumbs-img.hide {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.m-p-g__thumbs-img:hover {
  -webkit-filter: brightness(110%);
          filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer></filter></svg>#filter');
          filter: brightness(110%);
}
.m-p-g__fullscreen {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: transparent;
  visibility: hidden;
  -webkit-transition: background 0.25s ease-out, visibility 0.01s 0.5s linear;
  transition: background 0.25s ease-out, visibility 0.01s 0.5s linear;
  will-change: background, visibility;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.m-p-g__fullscreen.active {
  -webkit-transition: background .25s ease-out, visibility .01s 0s linear;
  transition: background .25s ease-out, visibility .01s 0s linear;
  visibility: visible;
  background: rgba(0, 0, 0, 0.95);
}
.m-p-g__fullscreen-img {
  pointer-events: none;
  position: absolute;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  top: 50%;
  left: 50%;
  max-height: 100vh;
  max-width: 100%;
  visibility: hidden;
  will-change: visibility;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.m-p-g__fullscreen-img.active {
  visibility: visible;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s ease-out;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.m-p-g__fullscreen-img.almost-active {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
.m-p-g__controls {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: 20vh;
  background: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.m-p-g__controls.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}
.m-p-g__controls-close, .m-p-g__controls-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
}
.m-p-g__controls-close:focus, .m-p-g__controls-arrow:focus {
  outline: none;
}
.m-p-g__controls-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 20%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.m-p-g__controls-arrow:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.m-p-g__controls-arrow--prev {
  left: 0;
  padding-left: 3vw;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.m-p-g__controls-arrow--next {
  right: 0;
  padding-right: 3vw;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.m-p-g__controls-close {
  position: absolute;
  top: 3vh;
  left: 3vw;
  z-index: 5;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.m-p-g__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
.m-p-g__btn:hover {
  background: rgba(255, 255, 255, 0.15);
}
.m-p-g__alertBox {
  position: fixed;
  z-index: 999;
  max-width: 700px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  padding: 25px;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
  color: grey;
}
.m-p-g__alertBox h2 {
  color: red;
}







body {
  font-family: 'Bitter';
      -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: museo-slab, serif;
font-style: normal;
font-weight: 500;
}

.col-1 {
  width: 100%;
  float: left;
}
.col-2 {
  width: 50%;
  float: left;
}
.col-3 {
  width: 33.33%;
  float: left;
}
span.head {
font-size: 36px;
    color: #687791;
    text-align: center;
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;

}
.mittig {
    max-width: 1080px;
    margin: auto;
}
header {
  height: 1%;
      position: relative;
  background-image: url(/ui/muster-12.png);
    box-shadow: 0 2px 15px rgba(104, 119, 145, 0.5);
        z-index: 2;
}
header .logo {
  width: 190px;
  height: 95px;
  background-image: url(/ui/Heidehof-Logo-Klein.png);
  background-size: cover;
  margin: auto;
  position: relative;
}

.intro-hero {
      background-image: url(/ferienpark-ostsee/luftaufnahme-ostsee-ruegen.jpg);
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center center; 
  color: #fff;
    text-align: center;
    position: relative;
}

.logo:before {
    content: url(/ui/logovogel.png);
    position: absolute;
    left: -60px;
    top: 1%;
}

.logo:after {
    content: url(/ui/logogras.png);
    position: absolute;
    right: -70px;
    bottom: -3px;
}

section.inhalt {
  min-height: 1200px;
  margin-top: 50px;
  background: #f1f1f1;
  max-width: 80vw;
  margin: auto;
  margin-top: 0px;
  border-radius: 5px;
  padding-top: 40px;
}

.home section.inhalt {
  background-image: url(/ui/pattern-2.png);
      padding-bottom: 40px;
}



.intro-einfarbig {
    background: #687791;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: #92B8DD;
    height: 160px;
    color: #fff;
}


.intro-einfarbig .container {
    max-width: 1080px;
    margin: auto;
}
.intro-einfarbig h1 {
    padding-top: 54px;
    font-size: 40px;
    text-align: center;
}
.intro-hero .container {
    padding-top: 50px;
    font-size: 30px;
    height: 200px;
}

.intro-hero span {
    font-size: 2em;
    line-height: 2em;
}


.facebook i.fa.fa-facebook {
    font-size: 23px;
    top: -3px;
    position: relative;
}

li.meta.facebook {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
}


.m-p-g__thumbs-img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.objekt .m-p-g {
    margin-top: 100px;
}
.infos {
    background: #92b8dd;
    padding: 20px;
    color: #666;
    background: rgba(146, 184, 221, 0.57);
    padding: 30px;
    border-radius: 0px 0px 10px 10px;
    padding: 20px;
    line-height: 1.6em;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 40px;

}
.frame {
    margin-bottom: 40px;
    display: block;
    height: 1%;
    overflow: hidden;
    float: left;
}
.infos .details {
    padding: 20px;
    line-height: 42px;
    font-size: 18px;
    color: #444;
}
.infos .details span {
  margin-left: 10px;
}
.infos .details img {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
}
.preise p {
    padding-top: 40px;
    text-align: center;
}

.preise div {
    line-height: 2.4em;
}
.infos h2 {
    font-size: 18px;
    border-bottom: solid 1px #687791;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.links {
    float: left;
    width: calc(100% - 0px);
    height: 100px;
}

.links .buchen, .links .lapr {
    width: 50%;
    float: left;
    text-align: center;
    height: 100%;
    color: #fff;
    border-radius: 5px;
}
.links .innen {
  padding: 20px;
      margin: 20px;
}
.links .buchen .innen{
    background: #687791;
}

.links .lapr .innen{
    background: #92B8DD;
}
.links .buchen:hover, .links .lapr:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.links .buchen:active, .links .lapr:active {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
}


.intro-hero i.fa.fa-angle-down {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 50px;
    background: rgba(255, 255, 255, 0.74);
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #687791;
    border-radius: 50%;
}











.fullscreen {
    
    min-height: 390px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    color: #fff;
    text-align: center;
    position: relative;
    padding-bottom: 40px
    }

.fullscreen.kh {
  background-image: url(/ferienpark-ostsee/luftaufnahme-ostsee-ruegen.jpg);
}
.fullscreen.ew {
  background-image: url(/ferienpark-ostsee/heidehof-ostsee-luft.jpg);
}
.fullscreen.jh {
  background-image: url(/ferienpark-ostsee/jegelhof.jpg);
}

.before-after:after {
    content: '';
    position: absolute;
    right: -50px;
    width: 0;
    height: 0;
    border-bottom: solid 20px #ffffff;
    border-left: solid 800px transparent;
    border-right: solid 50px transparent;
    bottom: 0;
}
.before-after:before {
    content: '';
    position: absolute;
    left: -50px;
    width: 0;
    height: 0;
    border-bottom: solid 20px #ffffff;
    border-right: solid 800px transparent;
    border-left: solid 50px transparent;
    bottom: 0;
}
.fullscreen a {
    color: #fff;
    text-decoration: none;
}

.fullscreen ul {
    height: 80%;
    bottom: 0;
    position: relative;
        max-width: 800px;
    margin: auto;
}

.fullscreen li a {
    padding: 20px 40px;
    display: block;
    background: #92b8dd;
    margin: auto;
    margin-top: 20px;
    font-weight: 700;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
}

.fullscreen h1 {
    font-size: 50px;
    padding: 40px;
}

.fullscreen li a:hover {
    background: #687791;
    color: #ffffff;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
}

.vorschaubild {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
}
article {
    width: 50%;
    float: left;
}
article .innen {
    margin: 40px;
    background: #92b8dd;
    color: #fff;
    text-align: center;
    min-height: 400px;
    position: relative;
}
a.link-overlay {
    position: absolute;
    height: calc(100% - 80px);
    width: calc(100% - 80px);
    z-index: 9999;
    margin: 40px;
}

article {
    position: relative;
}
article .innen a.knopf {
    transition: .3s ease-in-out;
}
article:hover .innen a.knopf {
    padding-right: 28px;
    transition: .3s ease-in-out;

}
.objekt-vorschau {
    max-width: 1080px;
    margin: auto;
}

.vorschaubild .image {height: 200px;background-size: cover;background-position: center;margin: auto; background-color:#333; }

article .innen a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    padding-bottom: 20px;
    display: block;
    padding-top: 20px;
}

article p {
    padding-left: 40px;
    padding-right: 40px;
    line-height: 1.4em;
    font-size: 14px;
}

a.knopf {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
}







h2 {
  font-size: 40px;
  color: #4D5F7D;
  font-weight: 700;
}

.banner {
  min-height: 240px;
  background: url(/ui/muster.jpg);
      background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-size: cover;
}
.banner h1 {
    color: #fff;
    font-size: 76px;
    text-align: center;
    padding-top: 80px;
}
/*** BOTH  HEIGHT FIX ***/
.kachel .stichpunkt:after, .kachel:after, .textblock:after, section:after,.boxed:after,.fullscreen:after,.objekt-vorschau:after, .foto-sektion .versteckt:after, .kontakt-kachel:after, .kontakt-formular:after,.buchung-formular:after {
      clear: both;
    content: "";
    display: block;
}

.home .karte img {
  max-width: 100%;
  border-radius: 5px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
}


.kachel i.fa.fa-cutlery,
.kachel i.fa.fa-bicycle,
.kachel i.fa.fa-child,
.kachel i.fa.fa-leaf {
    font-size: 35px;
    color: #fff;
}
.kachel .stichpunkt {
    margin-bottom: 20px;
    margin-top: 5px;
    min-height: 25px;
}

span.icon-text {
    font-size: 22px;
    line-height: 25px;
    margin-top: 5px;
    

}
.kachel {
    border-radius: 5px;
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
    min-height: 295px;
        background-color: #4d5f7d;
        color: #fff;
}
.kachel i.fa.fa-leaf {
    color: #6DCA6D;
}
.kachel i.fa.fa-child {
    color: #E4C051;
}
.kachel i.fa.fa-cutlery {
    color: #E48F64;
}
.kachel i.fa.fa-bicycle {
    color: #97E5FF;
}
section.abstand {
   margin-top: 60px;
}
.textblock {
 
}
p {
  font-size: 18px;
      line-height: 1.4;
font-family: museo-sans, sans-serif;
font-style: normal;
font-weight: 300;
}
.textblock p {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
}

.home .bereiche .vorschau {
    height: 150px;
    margin: auto;
    background-size: cover;
    border-radius: 5px;
    position: relative;
    background-position: center; 
    margin-bottom: 20px;
}
.home .bereiche .vorschau.kh {
  background-image: url(/img/ferienpark-heidehof-ruegen-impressionen/gallerie-13.jpg);
}
.home .bereiche .vorschau.ew {
  background-image: url(/img/ferienpark-heidehof-ruegen-impressionen/eingang-eichenwald.jpg);
}
.home .bereiche .vorschau.jh {
  background-image: url(/img/ferienpark-heidehof-ruegen-impressionen/gallerie-17.jpg);
}
.home .bereiche .vorschau span{
    background: rgba(0,0,0,0.3);
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    font-weight: 900;
    color: #fff;
    bottom: 0;
    }


.boxed {
    padding: 40px;
    margin: 15px;
    background: rgba(255, 255, 255, 0.76);
    border-radius: 5px;
}

.intro, section {
  position: relative;
}
.kritzel {
  font-family: verveine, sans-serif;
font-style: normal;
font-weight: 400;
    font-size: 40px;
    position: absolute;
        max-width: 150px;
    color: #4d5f7d;
    top: 30%;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
}
.kritzel.links {

    left: -22%;
    
}
.kritzel.rechts {
right: -22%;
}


.fotos figure {
    display: inline-block;
    position: relative;
    left: 0;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.fotos .foto-sektion:nth-of-type(even) figure {
    display: inline-block;
    position: relative;
    left: 0;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}


.fotos img.frameimg {
    border-color: white
    /* for an acceptable IE result*/
    
    ;
    border-width: 15px;
    -o-border-image: url(/ui/frame.png) 15 stretch;
       border-image: url(/ui/frame.png) 15 stretch;
    border-style: solid;
    margin: auto;
        max-width: 100%;
    height: 300px;
}
.fotos .fotos_small img.frameimg {
    height: 200px;
}
.fotos img.hasCaption {
    padding-bottom: 50px;
}
.fotos figcaption {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 16px;
    background-color: white;
    text-align: center;
    color: #616161;
font-family: 'Reenie Beanie', cursive;
    font-size: 40px;
    padding: 10px;
}
.leiste .aktuell {
    background: #92B8DD;
    font-weight: 700;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.44);
    box-shadow: inset -6px 0px 3px rgba(0, 0, 0, 0.19);
    float: left;
    text-align: center;
    margin-right: 
}

.leiste {
    height: 50px;
    background: #687791;
}
.unter-nav {
  margin-bottom: 70px;
  max-width: 80vw;
  margin: auto;
}
.leiste .park-links {
    float: right;
}

.leiste a {
    display: block;
    line-height: 50px;
    color: #fff;
    float: left;

  }
.leiste .park-links a {

    margin-right: 20px;
}
.leiste .aktuell a {

   padding-left: 20px;
   padding-right: 20px;
   position: relative;
}
.leiste .aktuell a:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 100%;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 49px #92B8DD;
    border-left: solid 0px #92B8DD;
    border-right: solid 49px rgba(255, 255, 255, 0);
}
.foto-sektion .text {
    margin-left: 40px;
}

.foto-sektion .text p {
    padding-left: 30px;
    padding-top: 20px;
    color: #666;
    font-size: 18px;
    text-align: justify;

}
.strich-teiler {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #eee;
    border-top-color: rgba(0, 0, 0, 0.1);
    content: "";
    border-top-style: dashed;
    border-top-color: #92b8dd;
    margin-bottom: 70px;
    margin-top: 60px;
}
.foto-sektion .knopf-klein {
  float: right;
      font-size: 20px;
    padding: 0.3em 1em !important;
    line-height: 1.7em !important;
    background: #92B8DD !important;
    color: #fff;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    cursor: pointer;
}
.knopf-klein:hover {
  background: #434D5E !important;
  color: #fff;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}
nav a:hover {
    color: #fff;
}
.before-after {
overflow-x: hidden;
    width: 100%;
    height: 50px;
    bottom: 0;
    position: absolute;
}

article .innen a p {
    font-family: museo-slab, serif;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    display: block;
}


footer {
    background: #4D5F7D;
    border-top-width: 10px;
    border-top: solid 20px #354155;
    border-top-style: dashed;
    font-family: adelle, serif;
    font-style: normal;
    font-weight: 400;
    float: left;
    display: BLOCK;
    position: relative;
    width: 100%;
}

footer .container {
    padding-top: 60px;
    padding-bottom: 100px;
    width: 100%;
}
footer .container div {
  margin-bottom: 30px;
}
footer a {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    font-family: museo-sans, sans-serif;
    font-style: normal;
    font-weight: 300;
}
footer ul {
    padding-top: 10px;
    width: 100%
}
footer a:after {content: '';position: absolute;bottom: -2px;left: 0;border-bottom: solid 1px rgba(255, 255, 255, 0.52);width: 100%;-webkit-transform: translateY(10px);transform: translateY(10px);opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transition: .2s ease-in-out;transition: .2s ease-in-out;}

footer a {
    position: relative;
}

footer a:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

footer a:hover, footer a:focus {
    color: #fff;
}
footer h3 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    color: #92B8DD;
}



footer li {
    position: relative;
    display: block;
}
.m-p-g__thumbs-img.layout-completed {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    max-width: 100%;
    height: auto;
    height: auto !important;
}




/*** OBJEKTE NEU ***/
article .innen a {
    padding-left: 0px;
}

article .innen {
    text-align: left;
    border-radius: 12px 3px 20px 3px;
}
article .innen a.knopf {
    padding-left: 35px;
    float: right;
    text-align: right;
    padding-right: 35px;
}

.vorschaubild .image {
    position: relative;
    overflow: hidden;
}


.vorschaubild .image:after {
    content: '';
    position: absolute;
    right: -50px;
    width: 0;
    height: 0;
    border-bottom: solid 10px #92b8dd;
    border-left: solid 200px transparent;
    border-right: solid 10px transparent;
    bottom: 0;
}
.vorschaubild .image:before {
    content: '';
    position: absolute;
    left: -50px;
    width: 0;
    height: 0;
    border-bottom: solid 10px #92b8dd;
    border-right: solid 200px transparent;
    border-left: solid 10px transparent;
    bottom: 0;
}

.peak {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 20px;
    border-radius: 0 5px 5px 0;
    color: #444;
    width: 70px;
    line-height: 40px;
    height: 40px;
    text-align: right;

}

.peak span {
    display: inline-block;
    line-height: 30px;
    padding-right: 10px;
    font-weight: 700;
    font-size: 14px;
}


.foto-sektion.offen {
  height: auto;
}

.foto-sektion.offen .versteckt {
    display: block;
    -webkit-transform: translateX(0);
            transform: translateX(0);
      -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;

}
.foto-sektion .versteckt {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    margin: auto;
    background-color: rgba(0,0,0,0.3);
    z-index: 99;
    overflow-y: scroll;
    width: 650px;
    -webkit-transform: translateX(-650px);
            transform: translateX(-650px);
    background-color: #687791; 
      -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;

    
}
body {

}
body.noscroll { 
  overflow: hidden;

    width: 100%;

      overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.foto-sektion .innen {
    background: #fff;
    min-height: 300px;
    color: #fff;
    height: 1%;
    overflow: hidden;
    /* width: 830px; */
    margin: auto;
    z-index: 999999;
    width: 90%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #687791

}
.foto-sektion .innen h3 {
      color: #687791;
    font-size: 32px;
    margin-bottom: 10px;
}
.foto-sektion .innen h4 {
      color: #687791;
    font-size: 22px;
    margin-bottom: 5px;
}



a.knopf-klein.trigger.aktiv {
  background: red !important;
}

.flyout-inhalt {
    padding: 20px 60px 20px 60px;
}
.flyout-inhalt tr {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #eaeaea;
    line-height: 2.5em;
}
.flyout-inhalt strong {
    font-weight: 900;
    font-family: museo-slab;
}
.flyout-inhalt table {
    padding-top: 40px;
    display: block;
    padding-bottom: 20px;
}

.flyout-inhalt td {
    padding: 10px;
    border-left: dashed 1px #eaeaea;
}


.offen span.schliessen {
    display: inline-block;
}
span.schliessen {
    display: none;
}


.offen span.mehr {
    display: none
}
span.mehr {
    display: inline-block;
}

.foto-sektion .knopf-klein {
    margin-top: 20px
}


a.flyout-knopf.trigger {
    text-align: center;
    display: block;
    padding: 20px;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    -webkit-transform: translateX(-325px);
            transform: translateX(-325px);
    height: 130px;
    width: 130px;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 5px;
}

.dunkel {
    height: 100%;
    width: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.25);
    top: 0;
    left: 650px;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.offen .dunkel {
    -webkit-transform: translateX(0);
            transform: translateX(0);
        -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 9
}
.flyout-knopf i {
    font-size: 70px;
    margin-top: 9px;
    color: rgb(255, 255, 255);
}


.park-links a.aktiv:after {
    content: '';
    position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 15px 20px 0 20px;
border-color: #687791 transparent transparent transparent;
    z-index: 99;
    bottom: -20px;
    left:0;
    right: 0;
    margin: auto;
    height: 20px;
    width: 20px;
    display: block;
}

.park-links a {
    position: relative;
}

section.inhalt.impressionen {
    padding-top: 20px;
    padding-bottom: 90px;
}
.impressionen img.m-p-g__thumbs-img {
    border: solid 6px #fff;
}

section.inhalt.kontakt {
    background: #fff;
    padding-top:80px
    
}

.kontakt-kachel {
    background: #687791;
    border-radius: 5px;
    padding: 40px;
    color: #fff;
}


.kontakt a.knopf-klein {
    font-size: 20px;
    padding: 0.3em 1em !important;
    line-height: 1.7em !important;
    background: #92B8DD !important;
    color: #fff;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    cursor: pointer;
    margin: auto;
    text-align: center;
    display: block;
}

.anruf-cta {
    text-align: center;
    margin-bottom: 30px;
}

.kontakt i {
    font-size: 80px;
    margin-bottom: 15px;
    text-align: center;
}

.kontakt .form-cta {
    text-align: center;
    margin-bottom: 30px;
    
}
.kontakt .form-cta i {
    margin-bottom: 60px
}

span.hausnummern {
    text-align: center;
    display: block;
    margin-top: 10px;
}
.intro-einfarbig {
    background: #687791;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: #92B8DD;
    height: 160px;
    color: #fff;
    height: 1%;
    overflow: hidden;
    padding-bottom: 40px;
}

iframe {
    margin-top: 50px;
        max-width: 100%;
}

.buchung-formular, .kontakt-formular {
  display: none;

}


.buchung-formular.zeig, .kontakt-formular.zeig {
  display: block;
}


a.knopf-klein.kontakt-anfrage:after {
    content: '';
    width: 140px;
    height: 140px;
    display: block;
    position: absolute;
    background-image: url(/ui/right-drawn-arrow.svg);
    z-index: 2;
    -webkit-transform: scale(1);
            transform: scale(1);
    background-size: contain;
    bottom: -120px;
    display: none;
    }

a.knopf-klein.buchung-anfrage:after {
    content: '';
    width: 140px;
    height: 140px;
    display: block;
    position: absolute;
    background-image: url(/ui/right-drawn-arrow.svg);
    z-index: 2;
    -webkit-transform: scale(1);
            transform: scale(1);
    background-size: contain;
    bottom: -120px;
    display: none;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    }

a.knopf-klein.buchung-anfrage.mit-pfeil:after, a.knopf-klein.kontakt-anfrage.mit-pfeil:after {
  display: block;
}

.kontakt h2 {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 45px;
}

.lageplan-und-preisliste h2 {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 20px;
}
.lageplan-und-preisliste a {
    width: 100%;
    background: #687791;
    padding: 20px;
    height: 150px;
    display: block;
    margin: 20px;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 25.6px;
    font-size: 1.6rem;
    height: 1%;
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
}

footer .anruf-cta {
    color: #fff;
}

footer .anruf-cta h4 {
    font-size: 20px;
    line-height: 23px;
}
footer .anruf-cta i {
    font-size: 60px;
    margin-bottom: 20px
    
}



.cta-unten .innen {
    max-width: 1080px;
    margin: AUTO;
    text-align: center;
    background: #4D5F7D;
    padding: 60px;
    min-height: 200px;
    color: #fff;
    border-radius: 5px;
}
.cta-unten .innen h2{
    color: #fff;
}

.cta-unten {

    min-height: 300px;
    background-size: cover;
    background-position: center;
    padding-bottom: 40px;
}

.cta-unten a.knopf-klein {
    font-size: 20px;
    padding: 0.3em 1em !important;
    line-height: 1.7em !important;
    background: #92B8DD !important;
    color: #fff;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    cursor: pointer;
    margin-top: 40px;
    display: block;
    width: 60%;
    margin: auto;
    margin-top: 57px;
}


.erklaerung__trigger {
    display: block;
    position: fixed;
    left: 50px;
    bottom: 20px;
    background: #687791;
    padding: 13px;
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
    z-index: 99999;
    cursor: pointer;
}
.erklaerung__trigger i {
  display: none;
}
.erklaerung__trigger.triggered i {
  display: block;
}
.erklaerung__trigger.triggered span {
  display: none;
}
.erklaerung__content {
    display: none;
    width: 90%;
    position: fixed;
    background: #687791;
    z-index: 99;
    left: 50px;
    bottom: 60px;
    margin: auto;
    max-width: 450px;
    color: #fff;
    padding: 30px;
    border-radius: 5px 5px 5px 0px;
}

.erklaerung__content.aktiv {
    display: block;
}
.erklaerung p {
    font-family: 'museo-sans';
    font-size: 16px;
}

.erklaerung h4 {
    color: #c1d7ec;
    margin-top: 10px;
    border-bottom: solid 1px #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-family: 'museo-slab';
    font-size: 18px;
}






.backlink a{
    margin-top: 30px;
    position: absolute;
    padding: 10px;
    border-radius: 3px;
    border: solid 2px #687791;
    color: #687791;
}

.backlink a{
    color: #687791;
}

.zurueck {
    margin: auto;
    margin-bottom: -20px;
    padding-top: 20px;
    width: 80vw;
}

.zurueck a {
    display: block;
    background: #92b9de;
    width: 210px;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
}






#cssmenu > ul > li.meta {
    float: right;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

#cssmenu #head-mobile {
  display: none
}

#cssmenu {
  background: #687791;
    max-width: 1080px;
    margin: auto;
}

#cssmenu > ul > li {
  float: left
}


.ecken:before {
    content: "";
    position: absolute;
    left: -50px;
    right: 0px;
    width: 0px;
    height: 0px;
    border-bottom: 50px solid rgb(104, 119, 145);
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}
.ecken:after {
    content: "";
    position: absolute;
    right: -50px;
    width: 0px;
    height: 0px;
    border-bottom: 50px solid rgb(104, 119, 145);
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}

#cssmenu > ul {
    max-width: 1080px;
        width: 100%;
}

#cssmenu > ul > li > a {
    padding: 17px;
    font-size: 16px;
    letter-spacing: 0px;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-family: museo-sans, sans-serif;
    font-style: normal;
    font-weight: 300;
}

#cssmenu > ul > li.has-sub > a:after {
    content: '';
    right: 10px;
    height: 12px;
    width: 12px;
    position: absolute;
    background-image: url(/ui/pfeil.svg);
    top: 20px;
        background-size: contain;
}
#cssmenu > ul > li.nach-hause > a {
    padding: 13px !important;
    font-size: 22px
}
#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
  color: #fff;
}

#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  background: #92b8dd!important;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}
#cssmenu ul li.active {
    background-image: -webkit-linear-gradient(top, #687791 48px, #92b8dd 0px) !important;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px
  
}



#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  background: #92b8dd;
  transition: all .25s ease
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover > ul {
  left: auto;
  min-width: 220px;
}

#cssmenu li:hover > ul > li {
  height: 35px
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0
}

#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 210px;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
      font-family: museo-sans, sans-serif;
    font-style: normal;
    font-weight: 300;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: ''
}

#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: '';
  -webkit-transition: all .25s ease;
  transition: all .25s ease
}

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636;
}

#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333
}

#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active> a {
  border-top: 1px solid #333
}


form {
  max-width: 1000px;
  padding: 80px 0 0 40px;
  margin: auto;
}



input.button {
    box-sizing: border-box;
    border: 0;
    outline: 0;
    height: 48px;
}
form .button {
    display: inline-block;
    font: 100 1.2em/16px "Lato";
    letter-spacing: 0.75px;
    text-transform: uppercase;
    text-align: center;
    height: 16px;
    margin: 8px 0 8px 8px;
    padding: 16px 24px;
    background: #808080;
    color: white;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
    -webkit-transition: background-color .1s, color .2s, box-shadow .3s;
    transition:  background-color .1s, color .2s, box-shadow .3s;
}
form .button:hover {
    background: #404040;
    color: white;
    cursor: pointer;
    cursor: hand;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.65);
}
.formInput {
    position: relative;
    font: 300 1em/48px "Open Sans";
    margin: 0 0 8px;
    padding: 0;
    border-bottom: 1px solid #c0c0c0;
    border-radius: 4px;
    overflow: hidden;
    color: #505050;
}
.formInput:hover {
    color: black;
}
.formInput i {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 48px;
    height: 47px;
    line-height: 48px;
    text-align: center;
    /*background-color: #e0e0e0;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.25);*/
    font-size: 1em;
    -webkit-transition: box-shadow .2s, color .3s, background-color .4s;
    transition: box-shadow .2s, color .3s, background-color .4s;
}
.formInput input {
    box-sizing: border-box;
    z-index: 1;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    float: left;
    font-size: 1em;
    font: inherit;
    border: 0;
    margin: 0;
    padding: 0 4px 0 56px;
    border: 1px solid transparent;
    border-radius: inherit;
    width: 100%;
    height: 47px;
    line-height: 47px;
    background: transparent;
    color: inherit;
    -webkit-transition: border-color .2s, color .2s, background-color .4s;
    transition: border-color .2s, color .2s, background-color .4s;
}

.formInput.hasTextarea {
    line-height: 24px;
    height: 191px;
}
.formInput.hasTextarea i {
    border-radius: 0 0 3px;
}
.formInput textarea {
    box-sizing: border-box;
    resize: none;
    z-index: 1;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    float: left;
    font-size: 1em;
    font: inherit;
    border: 1px solid transparent;
    border-radius: inherit;
    margin: 0;
    padding: 12px 4px 6px 56px;
    width: 100%;
    height: 100%;
    line-height: 24px;
    background: transparent;
    color: inherit;
    -webkit-transition: border-color .2s, color .2s, background-color .4s;
    transition: border-color .2s, color .2s, background-color .4s;
}
.formInput input[disabled]:active,.formInput input[disabled]:focus,
.formInput input[disabled]:hover {
    border-color: transparent;
    background-color: transparent;
}
.formInput input:active, .formInput input:focus,
.formInput textarea:active, .formInput textarea:focus,
.formInput.dateSelector:hover input{
    border-color: #b0b0b0;
    outline: none;
    color: black;
    background-color: rgba(0,0,0,0.025);
}
.formInput.radioBtn {
    padding-bottom: 24px;
}
.formInput.radioBtn .formInputChild {
    font: 300 1em/28px "Open Sans";
}
.formInput.radioBtn input {
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 7px 9px;
    position: relative;
}
.formInput.radioBtn label {
    font-size: 0.95em;
}

.formInput .formInputDescription {
    position: relative;
    padding: 0 0 0 56px;
}
.formInput .formInputChild {
    font: 300 1em/48px "Open Sans";
    position: relative;
    padding: 0 0 0 56px;
}
.formInput.checkboxBtn {

}
.formInput.checkboxBtn input {
    width: 14px;
    height: 14px;
    margin: 17px 16px 16px;
    padding: 0;
}
.formInput.checkboxBtn i {
    display: none;
}
.formInput.dateSelector {
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}




.calendar {
    position: relative;
    display: block;
    font: 500 0.8em/30px "Open Sans";
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    padding: 0 0 0 57px;
    color: #404040;
}
.calendar .view {
    position: relative;
    float: left;
}
.calendar .nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.calendar .nav .btn {
    position: absolute;
    display: block;
    z-index: 1;
    cursor: pointer;
    cursor: hand;
    width: 32px;
    height: 32px;
    line-height: 31px;
    top: 0;
    left: auto;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    border-radius: 4px;
}
.calendar .nav .btn:hover {
    color: #808080;
    background: #e0e0e0;
    border-color: #606060;
}

.calendar .nav .prev {
    left: 0;
}

.calendar .nav .prev-year {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 32px;
}
.calendar .nav:hover .prev-year {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.calendar .nav .next-year {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    right: 32px !important;
}
.calendar .nav:hover .next-year {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.calendar .nav .next {
    right: 0;
}



.calendar .head {
}
.calendar .head .title {
    font: 300 1.2em/32px "Open Sans";
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}
.calendar .head span {
    cursor: pointer;
}
.calendar .row {
    clear: both;
}
.calendar .row.th {
    font-weight: 700;
    text-transform: uppercase;
    height: 40px;
}
.calendar .row.th .C {
    border-bottom: 1px solid #c0c0c0;
    border-radius: 0;
}
.calendar .C {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
    -webkit-transition: background-color .05s, color .05s;
    transition: background-color .05s, color .05s;
    border-radius: 50%;
}
.calendar .C.mn {
    cursor: pointer;
    cursor: hand;
}
.calendar .C.mn:hover {
    background: #565656;
    color: white;
}
.calendar .C.g {
    color: #a0a0a0;
    font-weight: 300;
}
.calendar .C.slctd {
    background: #202020;
    color: white;
    font-size: 1.15em;
    font-weight: 300;
}
.calendar .C.today {
    font-weight: 900;
    font-size: 1.3em;
}

.calendar .selected {
    margin: 0 0 0 64px;
    float: right;
    text-align: center;
    width: 280px;
}
.calendar .selected .desc {
    border-bottom: 1px solid #c0c0c0;
}

.calendar .selected .val {
    padding: 0 8px;
    background: #f0f0f0;
    color: #808080;
}


.calendar .dayArea {
    position: relative;
    width: 280px;
    height: 240px;
    overflow: hidden;
}
.calendar .dayArea .mArea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/** ---------------------------------------
 * Slider 
 ----------------------------------------*/
section.container {
  width: 585px;
  margin: 0;
  padding: 0;
  height: 400px;
}

.slider-wrapper {
  z-index: 500;
  position: relative;
  width: 100%;
  height: 360px;
  background: #FFF;
  overflow: hidden;
}

.slider-wrapper li {
  display: none;
}

.slider-wrapper .current-slide {
  display: block;
}

.slider-shadow {
  width: 100%;
  height: 15px;
  position: relative;
}





.slider-wrapper img {
  position: absolute;
  max-width: 100%;
  height: auto;
  top: 0;
  left: 0;
}

/**
 * ---[Caption] ---------------------- 
 **/
.slider-wrapper .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.65);
  width: 100%;
  padding: 10px;
  color: #FFF;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slider-wrapper li:hover .caption {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


.slider-wrapper h2 {
  color: #00c5b9;
  font-size: 2em;
  font-weight: 400;
  margin-bottom: 6px;
}

.slider-wrapper p {
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.4em;
}

/**
 * ---[Botones-Control] ---------------------- 
 **/
.control-buttons {
  margin-top: 0px;
  text-align: center;
}

.control-buttons li {
  cursor: pointer;
  display: inline-block;
  background: #424f66;
  text-indent: -99999px;
  height: 12px;
  width: 12px;
  margin: 0 6px;
  border-radius: 50%;
}

.control-buttons li.active {
  background: #92b8dd;
}

.authors {
  text-align: center;
  color: #7a8699;
  display: block;
  font-size: 1.6em;
  font-weight: 300;
  margin-top: 80px;
  font-size: 300;
}







  nav#cssmenu {
    width: 80vw;
    max-width: 80vw;
}

.ecken {
    display: NONE;
}
.intro-einfarbig {
    max-width: 80vw;
    margin: auto;
}

.weiter {
    display: block;
    position: relative;
    height: 320px;
    background: #fff;
    float: left;
    width: 100%;
    margin-top: -150px;
}
.weiter > div span {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 3px #00000075;
    display: block;
}

.weiter .innen {
    padding: 40px;
    text-align: center;
    height: 100%;
    padding-top: 100px;
}
.weiter > div:hover {
    opacity: 0.8;
    transition: .2s ease-in-out;
    cursor: pointer;
}
.to__imp {
    width: 35%;
    background: #687791;
    float: left;
    display: BLOCK;
    position: relative;
    height: 100%;
    background-size: cover;
    border-radius: 0px 15px 15px 0px;
    overflow: hidden;
    transition: .2s ease-in-out;
    opacity: 1;
}

.to__about {
    width: 35%;
    background: #92b8dd;
    float: right;
    display: BLOCK;
    position: relative;
    height: 100%;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
}


main {
    background: #e1e2d8;
}

.end {
    border-radius: 15px;
}

.weiter {
    background: none;
}
.to_mitte {
    display: none;
}
.to_mitte {
    width: calc(30% - 80px);
    float: left;
    padding: 20px;
    text-align: center;
    background: #92b8dd;
    margin: 40px;
    color: #fff;
    border-radius: 5px;
    min-height: 320px;
    background: url(https://image.flaticon.com/icons/svg/284/284462.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 220px;
    color: transparent;
    display: block;
    position: RELATIVE;
    background-color: white;
    padding-top: 20px;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
    margin-top: 100px;
}



.to_mitte a {
    background: #687791;
    padding: 16px;
    font-size: 19px;
    color: #fff;
    margin: AUTO;
    position: absolute;
    left: 0;
    max-width: 230px;
    right: 0;
    bottom: 40px;
}

header {
    background: none;
    box-shadow: none;
    /* margin-top: 30px; */
    /* margin-bottom: 50px; */
}

header .logo {
    margin-top: 20px;
    margin-bottom: 30px;
}

.logo:after {
    bottom: -33px;
}

  main {
  margin: auto;
  font-family: museo-slab, serif;
  font-style: normal;
  font-weight: 500;
}
.home main {
    background: none;
}
section.intro {
    min-height: 1500px;
    margin-bottom: 200px;
    max-width: 80vw;
    margin: auto;
}
.timeline {
position: absolute;
    top: 500px;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    background-color: #cecece;
    width: 2px;
    z-index: 3;
    height: 1650px;
}
.timeline::after, .timeline::before {
  content: '';
    position: absolute;
    left: 0;
    width: .875rem;
    height: .875rem;
    border-radius: 50%;
    border: 2px solid #cecece;
    margin-left: -.375rem;
}
.timeline::before {
    top: -.875rem;
}
.timeline::after {
    bottom: -.875rem;
}
.intro__hero {
  background-image: url(https://ferienpark-heidehof.de/ferienpark-ostsee/luftaufnahme-ostsee-ruegen.jpg);
  background-size: cover;
  height: 600px;
  width: 100%;
  display: flex;
  margin-top: 50px;
  position: relative;
  
  
}
.intro__hero > div {
  align-self: center;
  text-align: left;
  margin: auto;
  color: #fff;
  
}
.intro__hero a {
    display: inline-block;
    background-color: #92B8DD;
    padding: .9375rem 1.875rem;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 210px;
    text-align: CENTER;
    color: #fff;
    bottom: 160px;
    margin: AUTO;
}
.intro__hero > div h1 {
  font-size: 60px;
}
.intro__hero > div h2 {
  font-size: 28px;
    color: #fff;
    font-weight: 300;
    margin-top: 10px;
}
.intro__info {
  position: relative;
  z-index: 2;
  background: #e1e2d8;
}
.intro__info::after {
        clear: both;
    content: "";
    display: block;
}
.home section > div.intro__info > div{background: #E1E1D7;min-height: 400px;padding-left: 0;padding-right: 0;display: flex;}
.intro__icons {
  background: #E1E1D7;
  min-height: 520px;
  position: relative;
  padding: 20px;
  margin-top: -80px;
  background: #fff;
}
.intro__icons > span {
    font-size: 28px;
    display: block;
    padding: 20px 20px 20px 20px;
}
.intro__icons::before {
    content: '';
    top: 50%;
    margin-left: -.4375rem;
    margin-top: -.4375rem;
    background-color: #e5e5dc;
    position: absolute;
    left: 0;
    width: .875rem;
    height: .875rem;
    border-radius: 50%;
    border: 2px solid #cecece;
    margin-left: -.375rem;
    background: #cecece;
    z-index: 3;
    left: -1px;
}
.intro__icons > div {
    padding: 10px 30px;
    display: block;
    align-content: center;
    width: 50%;
    float: left;
}
.intro__icons > div:nth-child(1) {
    padding-top: 50px;
}
.intro__icons > div span {
  font-size: 20px;
  align-self: center;
  padding-left: 20px;
  float: left;
  width: calc(100% - 70px);
  margin-top: 14px;
}
.intro__icons i {
  display: block;
  width: 70px;
  height: 70px;
  background: #fff;
  float: left;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  display: inline-block;
}

.intro__icons i.icon-1 {
  background-image: url(https://image.flaticon.com/icons/svg/692/692049.svg);

}
.intro__icons i.icon-2 {
  background-image:url(https://image.flaticon.com/icons/png/512/618/618982.png);

}
video {
    border-radius: 7px;
    position: relative;
    left: 40px;
    top: -80px;
}
.intro__objekt {
    background: #fff;
    height: 200px;
    height: 18rem;
    width: 80%;
    margin-top: 79px;
    right: 0;
    position: RELATIVE;
    margin: AUTO;
}

.bild {
    background-image: url(https://ferienpark-heidehof.de/img/objekte/ferien-bungalows-ruegen/KH11-duenen-bungalow-ruegen00002.jpg);
    height: 18rem;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.intro__objekt > div > div {
    padding: 0;
}
.intro__objekt > div {
    height: 100%;
    display: flex;
    /* padding-right: 20px; */
}



.intro__objekt span {
    display: block;
    font-style: italic;
    margin-bottom: 10px;
}

.intro__objekt .padded {
    display: block;
    height: 100%;
    padding: 20px;
    padding-top: 40px;
    height: 100%;
}

.intro__objekt h3 {
    font-size: 20px;
}
.intro__objekt a {
    position: relative;
    right: 0;
    bottom: 0;
    background-color: #92B8DD;
    padding: .9375rem 1.875rem;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    display: block;
    text-align: CENTER;
    color: #fff;
    width: 200px;
    float: right;
    margin-top: 70px;
    right: -40px;
}
.intro__objekt p {
    font-size: 15px;
    line-height: 20px;
    margin-top: 25px;
}
.timeline-dot:nth-child(even)::before {
    content: '';
    top: 50%;
    margin-left: -.4375rem;
    margin-top: -.4375rem;
    background-color: #e5e5dc;
    position: absolute;
    right: 0;
    width: .875rem;
    height: .875rem;
    border-radius: 50%;
    border: 2px solid #cecece;
    margin-right: -.375rem;
    background: #cecece;
    z-index: 3;
    right: -1px;
}

.timeline-dot:nth-child(odd)::before {
    content: '';
    top: 50%;
    margin-left: -.4375rem;
    margin-top: -.4375rem;
    background-color: #e5e5dc;
    position: absolute;
    left: 0;
    width: .875rem;
    height: .875rem;
    border-radius: 50%;
    border: 2px solid #cecece;
    margin-left: -.375rem;
    background: #cecece;
    z-index: 3;
    left: -1px;


}
.timeline-dot:nth-child(odd) {
    margin-top: 200px
}
a#go {
    top: -100px;
    position: RELATIVE;
}
      div {
    align-items: center;
}

.end {
    position: relative;
    width: 90vw;
    background: #b3d9fc;
    display: block;
    float: left;
    /* margin-top: -380px; */
    padding-top: 50px;
    text-align: center;
    font-size: 30px;
    height: 1%;
    overflow: hidden;
    height: 620px;
    width: 67%;
    margin-top: 0px;
    background-image: url(/ferienpark-ostsee/map__big.jpg);
    background-size: cover;
    background-position: center -80px;
    margin: auto;
    left: 0;
    right: 0;
    float: none;
}
.map span {
    background: #687791b8;
    color: #fff;
    display: block;
    padding: 9px;
    margin: AUTO;
    margin-top: 210px;
    max-width: 80%;
}
.end .cta .map {
    height: 340px;
    width: 550px;
    margin: auto;
    position: absolute;
    display: block;
    /* background: url(/ferienpark-ostsee/map__2018.png); */
    left: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 25px;
    align-self:  center;
    text-align: CENTER;
}


.end__container {
   width: 100%;
    display: block;
    position: RELATIVE;
    height: 620px;
margin-top: 100px;
}
.intro__icons p {
    padding: 20px;
    margin-top: 30px;
    display: block;
    position: RELATIVE;
    float: left;
    width: 100%;
}

strong {
    font-weight: bold;
}
.impressum.datenschutz h1 {
    font-size: 30px;
    font-weight: BOLD;
    margin-bottom: 10px;
}

.impressum.datenschutz h2 {
    font-size: 27px;
    margin-top: 20px;
    margin-bottom: 4px;
}

.impressum.datenschutz ul {
    list-style: disc;
    width: auto;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.4;
    font-family: museo-sans, sans-serif;
    font-style: normal;
    font-weight: 300;
}

.impressum.datenschutz p {
    font-size: 17px;
}

.table__wrapper {
  margin: 0 auto;
  padding: 0px;
  max-width: 100%;
  width: 80vw;
  max-width: 80vw;
  margin-top: 30px;
  overflow: scroll;
}

.table {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}
@media screen and (max-width: 580px) {
  .table {
    display: block;
  }
}

.row {
  display: table-row;
  background: #f6f6f6;
  position: relative;
  height: auto;
  max-height: 90px;
  height: 70px;
}
.row:nth-of-type(odd) {
  background: #e9e9e9;
}
.row.header {
  font-weight: 900;
  color: #ffffff;
  background: #90a4c3;
}
.row.green {
  background: #27ae60;
}
.row.blue {
  background: #2980b9;
}
@media screen and (max-width: 580px) {
  .row {
    padding: 14px 0 7px;
    display: block;
  }
  .row.header {
    padding: 0;
    height: 6px;
  }
  .row.header .cell {
    display: none;
  }
  .row .cell {
    margin-bottom: 10px;
  }
  .row .cell:before {
    margin-bottom: 3px;
    content: attr(data-title);
    min-width: 98px;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #969696;
    display: block;
  }
}

.cell {
  padding: 6px 12px;
  display: table-cell;
}
@media screen and (max-width: 580px) {
  .cell {
    padding: 2px 16px;
    display: block;
  }
}

.row .cell:nth-child(1) {
    POSITION: ABSOLUTE;
    BACKGROUND: #677791;
    HEIGHT: 72px;
    line-height: 1.2em;
    width: 210px;
    color: #fff;
    /* border-bottom: solid 2px #f6f6f6; */
    font-weight: bold;
    padding-left: 20px;
}
.cell {
    font-size: 14px;
}

.row:nth-of-type(odd) {}

.row:nth-of-type(even) .cell:nth-child(1) {
    background: #90a4c3;
}

.row .cell:nth-child(2) {
    margin-left: 210px;
    display: block;
}
.row.header .cell:nth-of-type(odd) {
    BACKGROUND: #667791;
}

.row.header .cell {
    line-height: 20px;
}

.cell .image {
    width: 50px;
    height: 50px;
    background-size: cover;
    position: relative;
    left: -10px;
    border-radius: 50%;
    background-position: center;
    /* top: 10px; */
    float: left;
}
.cell a {
    position: absolute;
    bottom: 0;
    right: 0px;
    height: 40px;
    width: 40px;
    /* background: red; */
    background-image: url(/i/loupe.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
}

.cell a::after {
    content: 'Zum Objekt';
    width: 90px;
    position: absolute;
    left: -90px;
    top: 7px;
    background: #fff;
    padding: 4px;
    border-radius: 2px;
    line-height: 16px;
    display: none;
}

.cell a:hover::after {
    display: block;
}

.cell a:hover {
}
.erklaerung__preisliste {
    margin: 0 auto;
    padding: 0px;
    max-width: 100%;
    width: 80vw;
    max-width: 80vw;
    margin-top: 30px;
    background: #e9e9e9;
    padding: 30px;
    border: solid 10px #667791;
    margin-bottom: 110px;
}

.erklaerung__preisliste h4 {
    font-weight: bold;
    margin-top: 20px;
}
.erklaerung__preisliste h3 {
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 40px;
}
.intro__preisliste {
    margin: 0 auto;
    padding: 0px;
    max-width: 100%;
    width: 80vw;
    max-width: 80vw;
    margin-top: 50px;
    overflow: scroll;
}

.intro__preisliste a {
    padding: 13px 10px;
    background: #90a4c3;
    display: block;
    width: fit-content;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
}

.intro__preisliste a:hover {
    background: #657791;
}






/* 2020 */
span.ewHinweis {
    background: #687790;
    padding: 20px;
    margin-top: 20px;
    position: relative;
    display: block;
    width: fit-content;
    margin: auto;
}

.fullscreen.ew h1 {
    margin-top: 50px;
    padding-top: 100px;
}

.fullscreen.ew {
    margin-bottom: 90px;
}

span.ewHinweis a {
    font-weight: bold;
}




/** ---------------------------------------
 * Responsive ??
 ----------------------------------------*/
@media screen and (min-width: 1200px) {
  .fullscreen {
    margin: 40px 80px;
    width: calc(100% - 180px);
    border-radius: 4px;
    max-width: 80vw;
    margin: auto;
    margin-top: 50px;
}
.weiter {
    height: 90px;
}

.weiter a {
    color: #fff;
    font-size: 22px;
}

.weiter .innen {
    padding: 30px;
}
.banner {
    margin: 40px 80px;
    width: calc(100% - 180px);
    border-radius: 10px;
    POSITION: RELATIVE;
    margin-bottom: 0;
    max-width: 80vw;
    margin: auto;
    border-radius: 0;
    margin-top: 50px;
}
}
@media screen and (max-width: 600px) {
  article {
    width: 100%;
  }
  section.inhalt {
    border-left-width: 0;
    border-right-width: 0;
  }
  .info-wrapper {
    width: 95%;
  }
}


@media screen and (max-width: 1200px) {
  .ecken {
    display: none;
  }
}

@media (max-width: 1199px) {
  .before-after:after, .before-after:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .kachel {
    text-align: center;
  }
  .kachel .stichpunkt {
    margin-bottom: 20px;
  }
  p {
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-family: museo-sans, sans-serif;
    font-style: normal;
    font-weight: 300;
  }
  .kurz p {
    font-size: 18px;
  }
  .info-wrapper {
    margin: auto;
    width: 75%;
  }
  .textblock p {
    font-size: 18px;
    margin-bottom: 40px;
    padding-top: 25px;
  }
  .textblock p {
    font-size: 18px;
    margin-bottom: 40px;
    padding-top: 25px;
  }
  .kachel {
    width: 75%;
    margin: auto;
  }
  .kachel .stichpunkt:nth-child(3), .kachel .stichpunkt:nth-child(4) {
    margin-top: 28px;
  }
  span.head {
    font-size: 60px;
    margin-bottom: 50px;
  }
  .karte {
    margin-left: 40px;
    margin-right: 40px;
  }
  .fotos figure,.fotos .foto-sektion:nth-of-type(even) figure {
    margin: auto;
    left: 0;
    right: 0px;
    width: 430px;
    margin-bottom: 40px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    display: block;
  }
  .foto-sektion .text p {
    padding-right: 30px;
    padding-top: 10px;
    margin-right: 40px;
    font-size: 1.2em;
  }
  .foto-sektion .knopf-klein {
    margin-right: 70px;
    margin-top: 20px;
  }
  .flyout-inhalt p {
    font-size: 18px;
    text-align: justify;
  }
}

@media (max-width: 1580px) {
  .kritzel {
    display: none;
  }
}

@media screen and (max-width:991px) {
  .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    text-align: center;
    padding: 10px 0 0 0;
    float: none;
  }
  .logo2 {
    display: none;
  }
  nav {
    width: 100%;
  }
  nav#cssmenu {
    width: 100%;
    border-bottom: solid 1px #92b8dd;
    max-width: 100vw;
    width: 100vw;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #444;
  }
  #cssmenu ul li:hover {
    background: #363636;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul li {
    background: #333!important;
  }
  #cssmenu ul ul li:hover {
    background: #363636!important;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #ddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #fff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }
  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
  }
  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  .button:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ddd;
    content: '';
  }
  .ecken {
    display: none;
  }
  .button.menu-opened:after {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #444;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #cssmenu ul ul ul li.active a {
    border-left: none;
  }
  #cssmenu > ul > li.has-sub > ul > li.active > a,
  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
}

@media only screen and (max-width: 825px) {
  .container {
    width: 500px;
  }
  .slider-wrapper {
    height: 360px;
  }
}
@media (max-width: 600px) {
  .links .buchen, .links .lapr {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.links {
    overflow: hidden;
    height: auto;
}

.links .buchen {
    margin-bottom: -20px;
}

.info-wrapper {
    width: 100%;
}

.erklaerung__content {
    left: 2.5%;
    width: 95%;
    right: 2.5%;
    height: 90%;
    overflow: scroll;
}
.erklaerung__trigger {
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    bottom: 0;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
}

.erklaerung__content {
    width: 95%;
    bottom: 70px;
    height: 85vh;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.karte {
    margin: auto;
}

.home .karte img {
    box-shadow: none;
    max-width: 100%;
    position: relative;
    border-radius: 0;
}

span.head {
    font-size: 2rem;
    font-weight: 700;
}

.kachel {
    width: 100%;
}

.kachel .stichpunkt {
    width: 100%;
    margin-bottom: 10px;
}

.boxed {
    padding: 10px;
    margin: 0;
    border-radius: 0;
}

.textblock h2 {
    font-size: 2rem;
    margin-top: 20px;
}

.textblock p {
    padding: 0;
    margin-top: 40px;
}
footer .container {
    padding-top: 0;
}
.intro-hero .container {
    padding-top: 0;
    margin-top: 0;
}

.intro-hero span {
    line-height: 1em;
    padding-top: 50px;
    display: block;
}

.intro-hero h1 {
    padding: 10px;
    padding-top: 30px;
}

.intro-hero {
    height: 410px;
}
.fotos figure {
    width: 109%;
    position: relative;
    left: -5%;
}

.foto-sektion .text p {
    padding: 0;
    margin: 0;
    text-align: left;
    margin-top: 30px;
}

.foto-sektion .text {
    margin: 0;
}
.fotos figure, .fotos .foto-sektion:nth-of-type(even) figure {
    width: 109%;
    position: relative;
    left: -5%;
}
.cta-unten .innen {
    padding: 20px;
    border-radius: 0px;
    border-radius: 5px;
}

.cta-unten .innen h2 {
    max-width: 100%;
    display: block;
    font-size: 2rem;
}

.cta-unten {
    padding-bottom: 0px;
    min-height: 290px;
    padding: 10px;
}
.banner h1 {
    padding-top: 40px;
    font-size: 3rem;
    max-width: 80%;
    margin: auto;
    hyphens: auto;
    white-space: pre-wrap;
    line-break: normal;
    word-break: break-word;
    width: 59%;
}

.park-links a.aktiv:after {
    display: none;
}

.logo:after {
    right: -60px;
}
.banner {
    min-height: 190px;
}
article .innen {
    margin: 15px;
    border-radius: 12px 0px 0px 0px;
}

.zurueck {
    margin-bottom: 10px;
    margin-left: 10px;
}

article .innen a.knopf {
    float: left;
    position: relative;
    background: #92b8dd;
    margin-bottom: 20px;
    border-radius: 0;

}

.anruf-cta p {
    font-size: 20px;
    letter-spacing: -1px;
    margin-top: 20px;
}
.kontakt-kachel {
    padding: 10px;
}

.kontakt h2 {
    font-size: 30px;
    z-index: 9;
    display: block;
    position: relative;
    margin-top: 120px;
    background: #fff;
}

.buchung-formular iframe {
    min-height: 1300px;
}
.foto-sektion .versteckt {
    width: 100%;
}

section.container {
    width: 100%;
    height: 240px;
}

.slider-wrapper {
    height: 210px;
}

.flyout-inhalt {
    padding: 30px 20px 80px 20px;
}

.flyout-inhalt p {
    text-align: left;
}
.offen .dunkel {
    left: 0;
    background: #687791;
    z-index: 999;
    height: 50px;
    width: 100%;
    bottom: 0;
    top: inherit;
}

a.flyout-knopf.trigger {
    transform: translateX(0);
    height: 50px;
    width: 40%;
    font-family: museo-slab;
    background: none;
}

.flyout-knopf.trigger span {
    float: left;
    font-family: museo-slab;
}

.flyout-knopf i {
    font-size: 24px;
    line-height: 50px;
    margin: 0;
    float: right;
    top: -19px;
    position: relative;
}
.foto-sektion .knopf-klein {
    float: left;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    margin-top: 30px;
    margin-bottom: -30px;
}
.unter-nav {
    max-width: 100vw;
}
}
@media only screen and (max-width: 535px) {
  .container {
    padding: 5px;
    width: 100%;
    margin: 40px 0 0 0;
  }
  .slider-wrapper {
    height: 200px;
  }
  .slider-wrapper .caption {
    display: none;
  }
}






@media (max-width: 720px) {
  .intro__hero {
    max-width: 100vw;
    height: 400px;
}

.intro__hero > div h1 {
    font-size: 33px;
    text-align: center;
    margin-top: -60px;
}

.intro__hero > div {}

.intro__hero > div h2 {
    font-size: 22px;
    text-align: center;
    max-width: 80%;
    margin: auto;
    margin-top: 20px;
}

.intro__hero a {
    position: absolute;
    bottom: 110px;
}

video {
    max-width: 80vw;
    margin: auto;
    left: 0;
}

.intro__icons {
    background: #fff;
    display: block;
    z-index: 2;
    margin-left: 20px;
    background: #f5f5f5;
    border-radius: 10px;
    margin-top: 20px;
    width: calc(100% - 40px);
}

.intro__objekt > div {
    flex-wrap: wrap;
    background: #f5f5f5;
}

.intro__objekt {
    height: 26rem;
    margin-top: 20px;
}

.bild {
    height: 12rem;
    position: absolute;
    margin: 0;
    top: 0;
    position: RELATIVE;
}

.intro__objekt .padded {
    background: #f5f5f5;
    margin: 20px;
    padding: 17px;
    padding-bottom: 0;
    margin-bottom: 0;
    height: calc(100% - 20px);
    margin-top: -50px;
}

.home section > div.intro__info > div {
    margin-top: 30px;
    background: none !important;
}

.timeline {
    left: 0px;
    background-color: #92b8dd;
    height: 2446px;
}

.timeline-dot:nth-child(even)::before {
    left: 0px;
    background-color: #92b8dd;
    border-color: #92b8dd;
}

.timeline-dot:nth-child(odd)::before {
    background: #92b8dd;
    border-color: #92b8dd;
}

.intro__info {
    background: none;
}

.intro__icons::before {
    left: -21px;
    background: #92b8dd;
    border-color: #92b8dd;
    border-width: 6px;
}

.intro__icons > div {
    padding-left: 20px;
    flex-wrap: wrap;
    width: 100%;
}

.intro__icons i {
    display: block;
    width: 70px;
    position: relative;
}

.intro__icons > div span {
    width: calc(100% - 70px);
}
.timeline , .weiter, .intro__info, .end {
    transform: translateY(0) !important;
}
.home section > div.intro__info > div {
    min-height: 190px;
}

video {
    top: 0;
}


.end {

    background-size: cover;
    height: 200px;
    background-position: center;
    margin-top: 30px;
    margin-left: 20px;
    float: left;
    width: calc(90% - -20px);
}

.end__container {
    float: left;
}

.map span {
    margin: 0 auto;
}

.weiter > div span {
    font-size: 30px;
}

.end .cta .map {
    width: 100%;
    margin-top: 20px;
}

.weiter {
    height: auto;
    padding-bottom: 40px;
}
.weiter {margin-top: -610px;}
.to__imp, .to__about {
    width: 94vw;
    margin-left: 3vw;
    border-radius: 5px;
    box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
        float: left;
}

.weiter .innen {
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.to_mitte {
    width: 94vw;
    margin-left: 3vw;
    margin-top: 30px;
}

section.intro::before {
    content:  '';
    height: 5px;
    float: left;
    width: 2px;
    position: relative;
    display: block;
    margin-top: 20px;
}

section.intro {
    margin-top: -26px;
    min-height: 3700px;
    padding-bottom: 200px;
    max-width: 100vw;
}
.weiter span {
    color: #fff;
    font-size: 20px;
}
.intro__icons p {
    font-size: 20px;
}
.intro-einfarbig {
    max-width: 100vw;
}

section.inhalt {
    max-width: 100vw;
}
}









@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) { /* 10 inch tablet enter here */

video {
    width: 300px;
    top: -190px;
    display: none;
}
.weiter span {
    color: #fff;
    font-size: 20px;
}
.intro__icons {
    top: -280px;
    background: #fff;
    border-radius: 5px;
    z-index: 9;
    left: 40px;
    position: ABSOLUTE;
    width: 90vw;
    min-height: 280px;
    margin-bottom: 190px;
    float: left;
}

.intro__objekt {
    margin-top: -70px;
    width: 90%;
    margin-bottom: 0;
    padding-bottom: 0;
}

.timeline-dot:nth-child(odd) {
    margin-top: 0;
}

.end {
    width: 90%;
    margin-top: -60px;
    height: 370px;
}

.to__imp {
    width: 30%;
}

.weiter > div span {
    font-size: 30px;
}

.weiter .innen {
    padding: 10px;
    padding-top: 13px;
}

.weiter {
    height: 80px;
    top: 100px;
}

.to_mitte {
    margin: 0;
    width: 35%;
    background-color: transparent;
    box-shadow: none;
    top: -110px;
}
aside.timeline {
    left: 0;
}

.timeline-dot:nth-child(even)::before {
    left: 0;
}
.home section > div.intro__info > div:nth-child(3) {
    min-height: 380px;
    height: auto;
}
.banner {
    width: 90vw;
    margin: AUTO;
}

.unter-nav {
    width: 90vw;
    margin: auto;
}

section.inhalt {
    width: 90vw;
    margin: auto;
    border-color: #677791;
    background: #f1f1f1;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: dashed 20px #667791;
    padding: 15px;
} 
.weiter a {
    color: #fff;
    font-size: 25px;
}
.khdb .banner h1 {
    padding-top: 50px;
}

.objekt-vorschau {
    max-width: 90vw;
    margin-top: 50px;
}

article .innen {
    margin: 20px;
    margin-top: 50px;
    margin-bottom: 40px;
    min-height: 440px;
}
.fullscreen.kh {
    width: 90vw;
    margin: auto;
}
main {
    padding-top: 10px;
    margin-top: 20px;
}

section.intro {
    top: -30px;
    width: 100%;
    max-width: 100%;
    margin-top: -60px;
}
.intro__hero {
    height: 420px;
}

.intro__hero > div h1 {
    font-size: 44px;
    font-weight: bold;
    width: 80%;
    margin-left: 50px;
}

.intro__hero > div h2 {
    width: 80%;
    margin-left: 50px;
}

.intro__hero a {
    bottom: 60px;
}
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {

.intro__icons {
    top: 0;
    padding-top: 20px;
    min-height: 300px;
}

video {
    z-index: 22;
    left: -30px;
    margin: auto;
    position: absolute;
    top: -130px;
    width: 350px;
}
.intro__objekt {
    margin-top: 150px;
    width: 92%;
}

.col-md-6 {}

.home section > div.intro__info > div {
    min-height: 200px;
    background: none;
}

.bild {
    /* position: absolute; */
    /* width: 250px; */
}

.intro__objekt .padded {
    background: #fff;
    padding-top: 20px;
}

.intro__objekt > div {
    padding-right: 0;
}

.end__container {
    width: 100%;
    float: right;
    top: 80px;
}
.map span {
    margin-top: -10px;
}
.weiter {
    /* float: left; */
    top: -80px;
}

.weiter .innen {
    padding-top: 26px;
}
aside.timeline {
    height: 1310px;
}
section.intro {
    max-width: 90vw;
}

.intro__hero > div h1 {
    width: 80%;
    margin-left: 70px;
}

.intro__hero > div h2 {
    idth: 80%;
    margin-left: 70px;
}

nav#cssmenu {
    width: 90vw;
    max-width: 90vw;
}

.intro__icons > div {
    width: 100%;
}

.intro__icons p {
    position: absolute;
    left: -460px;
    top: 140px;
}
.banner {
    max-width: 90vw;
    margin: auto;
    margin-top: 30px;
}
.intro-einfarbig {
    max-width: 90vw;
}

section.inhalt {
    max-width: 90vw;
}
.banner h1 {
    font-size: 60px;
}

.unter-nav {
    max-width: 90vw;
}
.fullscreen {
    max-width: 90vw;
    margin: auto;
    margin-top: 30px;
}

.fullscreen h1 {
    font-size: 41px;
    width: 70%;
    margin: auto;
}
}


@media only screen and (min-width: 1024px) and (max-width: 1281px) { /* 10 inch tablet enter here */


}