/* You can add global styles to this file, and also import other style files */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Droid+Sans");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

body {
  font-family: Droid, Helvettica Neue, Helvetica, sans;
  color: #333; }

p {
  line-height: 150%; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul li {
    line-height: 195%; }

body {
  font-size: 16px;
  background: #a9bccd url("/img/hres/schloss-plaue.jpg") no-repeat;
  background-attachment: fixed;
  background-size: 100%; }

#mainwrap {
  padding-top: 30%;
  width: 90%;
  max-width: 960px;
  margin: 0px auto 0px auto; }

a, a:link, a:visited {
  text-decoration: none; }

#hero {
  margin-bottom: 15px; }

@media screen and (max-width: 400px) {
  #mainwrap {
    width: 100%; }
  body {
    background-position: right 70px; } }

aside.infowrapper {
  display: block;
  height: 220px;
  width: 220px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #b54141;
  top: -200px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  color: black;
  position: absolute;
  box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.5);
  border: 1px solid white; }
  aside.infowrapper .info {
    margin: auto;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    text-align: center;
    line-height: 1rem; }
    aside.infowrapper .info h1 {
      color: white;
      line-height: 2.2rem;
      margin: 5px 0 7px;
      font-family: Georgia, Times New Roman, Times, serif;
      font-style: italic;
      font-weight: normal;
      font-size: 2.2rem; }

#hero {
  position: fixed;
  z-index: 500;
  width: 100%; }
  #hero header {
    box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 50;
    width: 100%;
    top: 0;
    height: 70px;
    background-color: #ede9e2;
    border-bottom: 1px solid #333333;
    max-width: 960px;
    margin: 0 auto; }

#logo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0 0 15px;
  font-family: georgia, serif;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: 0px 0px 30px #fff;
  font-size: 2rem;
  overflow-y: visible;
  color: #69b2b2; }
  #logo span {
    position: relative;
    text-transform: none;
    font-style: italic;
    color: #798da6; }
    #logo span em {
      text-transform: none;
      text-align: right;
      font-size: 1rem;
      display: block;
      color: #798da6;
      position: absolute;
      bottom: -0.7rem;
      right: 0;
      width: 200px; }

@media screen and (max-width: 1000px) {
  #hero header #logo {
    margin-left: 5%; } }

@media screen and (max-width: 450px) {
  #hero header #logo {
    font-size: 1.5rem; } }

#mainnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1.6;
  -ms-flex: 1.6;
  flex: 1.6;
  background: rgba(237, 233, 226, 0.8);
  margin: 0 5% -0.5rem 0;
  font-family: serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  #mainnav a, #mainnav a:link, #mainnav a:visited {
    color: #333333; }
  #mainnav a:hover {
    color: #e1926d; }

.mobile-nav-show {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 5%;
  cursor: pointer; }
  .mobile-nav-show span, .mobile-nav-show span:before, .mobile-nav-show span:after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    display: block;
    background-color: #333;
    width: 100%;
    height: 2px;
    position: relative; }
  .mobile-nav-show span:before {
    top: 15px; }
  .mobile-nav-show span:after {
    top: -17px; }
  .mobile-nav-show.active span {
    background: transparent; }
  .mobile-nav-show.active span:before {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0; }
  .mobile-nav-show.active span:after {
    -webkit-transform-origin: center;
    transform-origin: center;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

@media screen and (max-width: 1000px) {
  #hero #mainnav {
    display: none; }
  #hero #mainnav.activemainnav {
    display: block;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; }
  #hero #mainnav {
    opacity: 0;
    display: block;
    position: absolute;
    z-index: 49;
    top: 70px;
    left: 0px;
    width: 100%;
    text-align: center;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg); }
    #hero #mainnav a, #hero #mainnav a:link, #hero #mainnav a:visited {
      display: block;
      padding: 20px 0px 20px 0px;
      border-bottom: 1px solid white;
      border-top: 1px solid #333333;
      font-size: 1.5rem;
      letter-spacing: 0.15rem; }
  #hero .mobile-nav-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

section.text {
  background-color: rgba(126, 153, 184, 0.85);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  padding: 110px 50px 120px 50px;
  position: relative; }
  section.text h2, section.text p {
    margin: 0 auto;
    max-width: 620px;
    text-align: center;
    font-family: Georgia, Times New Roman, Times, serif;
    font-style: italic;
    font-weight: normal;
    font-size: 1.1rem; }
  section.text h2 {
    font-size: 2.5rem;
    margin-bottom: 20px; }
    section.text h2.white {
      color: white; }
  section.text p.highlight {
    font-size: 1.4rem;
    margin-top: 30px; }

@media screen and (max-width: 640px) {
  section.text {
    margin-top: 120px; }
    section.text p, section.text h2 {
      text-align: left; } }

#near {
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 0 20px 0; }
  #near ul {
    padding: 100px 15px 75px 15px;
    height: 230px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #near li {
    position: relative;
    padding: 60px 5px 15px 5px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 140px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: Georgia, Times New Roman, Times, serif;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1); }
  #near p {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 120%; }
  #near span.minuten {
    font-size: 4rem;
    display: block;
    font-style: italic;
    color: white;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 120%; }
  #near span.min {
    font-family: Droid, Helvettica Neue, Helvetica, sans; }
  #near span.pic {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -27px;
    border-radius: 50%;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1); }
  #near span.umgebung {
    position: absolute;
    bottom: 230px;
    width: 100%;
    left: 0;
    display: block;
    background: -webkit-linear-gradient(rgba(217, 20, 85, 0), #e8d1ac);
    background: linear-gradient(rgba(217, 20, 85, 0), #e8d1ac);
    height: 260px; }
  #near div.nearimg {
    position: absolute;
    top: -90px;
    left: -2px;
    width: 138px;
    height: 138px;
    background-size: 300%;
    border-radius: 50%;
    border: white 2px solid; }
  #near .hausboot {
    background-color: #798da6; }
    #near .hausboot .pic {
      background-color: #798da6; }
    #near .hausboot div.nearimg {
      background: url(/img/mres/n_hausboot.jpg) -150px -103px no-repeat; }
  #near .strand {
    background-color: #798da6; }
    #near .strand .pic {
      background-color: #798da6; }
    #near .strand div.nearimg {
      background: url(/img/mres/n_badesee.jpg) center center no-repeat;
      background-size: 180%; }
  #near .werft {
    background-color: #88b0a4; }
    #near .werft .pic {
      background-color: #88b0a4; }
    #near .werft div.nearimg {
      background: url(/img/mres/n_werft.jpg) right center no-repeat;
      background-size: 150%; }
  #near .schloss {
    background-color: #88b0a4; }
    #near .schloss .pic {
      background-color: #88b0a4; }
    #near .schloss div.nearimg {
      background: url(/img/mres/n_schloss-plaue.jpg) right center no-repeat;
      background-size: 170%; }
  #near .stadt {
    background-color: #e8d1ac; }
    #near .stadt .minuten {
      color: #333333; }
    #near .stadt div.nearimg {
      width: 160px;
      height: 160px;
      left: -15px;
      top: -110px;
      box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.3);
      background: url(/img/mres/n_stadt.jpg) center center;
      background-size: 170%; }
    #near .stadt .pic {
      background-color: #e8d1ac; }
  #near .zufuss {
    background: url(/img/zufuss.svg) no-repeat center center; }
  #near .mitrad {
    background: url(/img/mitdemrad.svg) no-repeat center center; }
  #near .mitauto {
    background: url(/img/mitdemauto.svg) no-repeat center center; }

@media screen and (max-width: 820px) {
  #near ul {
    margin: 0;
    padding: 0 0 10px 0;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #near li {
    border: 1px solid white;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 0px;
    margin-bottom: 15px;
    border-radius: 0; }
  #near div.nearimg {
    height: 0;
    border: 0;
    box-shadow: none;
    position: static;
    border-radius: 0px;
    padding-bottom: 40%;
    min-height: 170px;
    box-sizing: border-box;
    -webkit-box-flex: 1.618;
    -ms-flex: 1.618;
    flex: 1.618;
    background-position: center center !important;
    background-size: cover !important;
    border-right: 2px solid white; }
  #near .nearwrap {
    position: relative;
    margin: 5% 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 160px; }
  #near span.umgebung {
    display: none; }
  #near span.pic {
    border: 2px solid white;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  #near .stadt div.nearimg {
    position: static;
    border: 0;
    box-shadow: none;
    position: static;
    border-radius: 0px;
    height: 0;
    padding-bottom: 40%;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    background-position: center center !important;
    background-size: cover !important; }
  #near .stadt .nearwrap {
    -ms-flex-preferred-size: 20px;
    flex-basis: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  #near .stadt div.nearwrap, #near .hausboot div.nearwrap, #near .strand div.nearwrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  #near .stadt div.nearimg, #near .hausboot div.nearimg, #near .strand div.nearimg {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-left: 2px solid white;
    border-right: none; }
  #near .stadt span.pic, #near .hausboot span.pic, #near .strand span.pic {
    right: 0px;
    left: auto;
    margin-right: -27px; } }

section#haus {
  background: #ede9e2;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 1.2rem;
  padding: 7px; }
  section#haus .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 45px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    section#haus .flex.picandtext a {
      width: 48%;
      position: relative; }
      section#haus .flex.picandtext a:first-child {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
        left: -20px; }
      section#haus .flex.picandtext a:nth-child(2) {
        right: -20px;
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg); }
    section#haus .flex.picandtext:nth-child(2) .haustext {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    section#haus .flex.picandtext:nth-child(2) .image-link {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    section#haus .flex a, section#haus .flex a:link, section#haus .flex a:visited {
      margin: 10px;
      display: block;
      border: solid white 4px;
      box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2); }
    section#haus .flex .hauspic, section#haus .flex .haustext {
      box-sizing: border-box;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      margin: 8px 8px 8px 8px; }
      section#haus .flex .hauspic img, section#haus .flex .haustext img {
        display: block;
        width: 100%; }
    section#haus .flex .haustext {
      display: block;
      padding: 15px; }
      section#haus .flex .haustext h2 {
        font-style: italic;
        font-weight: normal; }
      section#haus .flex .haustext p {
        text-align: center;
        margin: auto;
        padding: 0 15px; }
    section#haus .flex ul {
      margin: auto; }
      section#haus .flex ul li {
        background: url(/img/li-plus.svg) center left no-repeat;
        background-size: 16px;
        padding-left: 25px;
        line-height: 1.3rem;
        margin-bottom: 15px; }
    section#haus .flex .image-link {
      cursor: zoom-in;
      font-size: 0; }

.mfp-bg {
  background: #52493f !important; }

/* aligns caption to center */
.mfp-title {
  text-align: center;
  padding: 6px 0; }

@media screen and (max-width: 820px) {
  section#haus .flex {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box; }
    section#haus .flex a.image-link {
      margin: 15px 0 0 0;
      width: 100%;
      box-sizing: border-box;
      left: 0 !important;
      right: 0 !important; }
    section#haus .flex.picandtext a {
      box-sizing: border-box;
      -webkit-transform: rotate(0deg) !important;
      transform: rotate(0deg) !important;
      width: 100%;
      left: 0 !important;
      right: 0 !important;
      margin: 0; }
      section#haus .flex.picandtext a * {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    section#haus .flex .hauspic, section#haus .flex .haustext {
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      height: auto;
      margin: 8px 0;
      width: 100%; }
    section#haus .flex .hauspic {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    section#haus .flex .haustext {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin: 45px 0px 15px 0; } }

@media screen and (max-width: 640px) {
  section#haus .flex .haustext p {
    text-align: left; } }

#form {
  background-color: white; }
  #form form {
    padding-bottom: 15px;
    margin: 0; }
    #form form #formfields {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
    #form form fieldset {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      border: none; }
      #form form fieldset h2 {
        margin-bottom: 20px;
        font-size: 1.5rem; }
    #form form label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 1px 0 0px 0;
      background: rgba(255, 255, 255, 0.4);
      padding: 15px;
      box-shadow: 3px 2px 50px rgba(0, 0, 0, 0.1); }
      #form form label span {
        margin: auto 0;
        width: 120px; }
      #form form label input, #form form label select {
        background: none;
        color: #4a5a6f;
        font-style: italic;
        font-family: Georgia, Times New Roman, Times, serif;
        font-size: 1.4rem;
        display: block;
        padding: 7px 7px 9px 7px;
        width: 100%;
        border-radius: 2px;
        border: #b3b3b3 solid;
        border-width: 0 0 1px 0;
        min-width: 200px; }
      #form form label#fAnmerkungen {
        display: block; }
        #form form label#fAnmerkungen span {
          display: block; }
        #form form label#fAnmerkungen textarea {
          box-sizing: border-box;
          display: block;
          padding: 7px 7px 9px 7px;
          width: 100%;
          background: none;
          background: none;
          color: #4a5a6f;
          font-style: italic;
          font-family: Georgia, Times New Roman, Times, serif;
          font-size: 1.4rem;
          border-radius: 3px;
          margin-top: 10px; }
      #form form label textarea:focus, #form form label input:focus, #form form label select:focus {
        background: #ede9e2; }
      #form form label label.error {
        border: 2px solid red;
        font-size: 0.8rem;
        color: red;
        position: relative;
        padding: 5px 15px 5px 5px;
        box-sizing: border-box; }
        #form form label label.error span {
          pading: 0px;
          width: auto;
          margin: 0px; }
        #form form label label.error:before {
          content: "";
          margin: 0;
          padding: 0;
          height: 0px;
          width: 0px;
          border-left: 20px solid transparent;
          border-right: 20px solid red;
          border-top: 20px solid transparent;
          border-bottom: 20px solid transparent;
          background: none;
          position: absolute;
          left: -44px;
          top: 0px; }
    #form form #fSubmit {
      background: #e1926d;
      color: #333333;
      font-family: Georgia, Times New Roman, Times, serif;
      text-transform: uppercase;
      border: none;
      padding: 15px;
      margin: 15px;
      font-size: 1.5rem;
      cursor: pointer;
      border-radius: 0px 15px 15px 0px; }
      #form form #fSubmit:hover {
        color: white; }

@media screen and (max-width: 1000px) {
  #form form {
    margin: 0; }
    #form form #formfields {
      display: block;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      #form form #formfields h2 {
        font-size: 2rem; }
    #form form fieldset {
      width: 70%;
      margin: auto; }
    #form form #fSubmit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: auto;
      border-radius: 15px;
      padding: 15px 30px; } }

@media screen and (max-width: 640px) {
  #form {
    padding: 0;
    padding-top: 110px; }
    #form form fieldset {
      width: 100%;
      box-sizing: border-box; }
      #form form fieldset h2 {
        text-align: left; }
    #form form label input, #form form label select {
      min-width: 100px; } }

#call {
  padding: 20px 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 3px solid white;
  position: relative;
  background: transparent;
  height: 90vh; }
  #call div {
    width: 50%;
    text-align: center;
    background: rgba(126, 153, 184, 0.85);
    color: white;
    padding: 1rem;
    margin: auto;
    border: 3px solid white;
    position: relative;
    box-shadow: 0px 5px 10px #333333, 0px 15px 25px #798da6; }
    #call div a, #call div a:link, #call div a:visited {
      color: #333333;
      text-decoration: underline; }
    #call div a, #call div p.message {
      color: #333333; }
    #call div a:hover {
      color: white; }
    #call div h1 {
      font-family: Georgia, Times New Roman, Times, serif;
      font-style: italic;
      font-weight: normal; }
    #call div h2 {
      padding: 1rem; }
    #call div p {
      margin-top: 1rem; }

@media screen and (max-width: 820px) {
  #call {
    padding: 0 0; }
    #call div {
      width: auto; } }

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .footer li {
    padding: 0.5rem;
    font-size: 0.8rem; }
    .footer li a, .footer li a:link, .footer li a:visited {
      color: #333; }
      .footer li a:hover, .footer li a:link:hover, .footer li a:visited:hover {
        color: #e1926d; }

#imprint {
  background: white;
  color: #333333;
  padding: 1rem;
  margin-top: -10rem;
  font-size: 0.8rem;
  line-height: 120%;
  padding: 1rem 5rem 5rem 1rem; }
  #imprint span {
    display: inline-block;
    width: 60px;
    color: #798da6; }
  #imprint h2 {
    margin: 2rem 0 0.5rem 0; }
  #imprint a, #imprint a:visited, #imprint a:link {
    color: #333333;
    text-decoration: underline; }
    #imprint a:hover, #imprint a:visited:hover, #imprint a:link:hover {
      color: #798da6; }

#pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 12rem;
  padding: 0rem;
  color: white;
  background-color: #c54456;
  text-align: center; }
  #pricing h2 {
    font-size: 1.5rem;
    margin-top: 2rem; }
  #pricing strong {
    font-size: 3rem; }
  #pricing aside {
    font-size: 1rem;
    line-height: 130%; }

#price {
  z-index: 50;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 0rem;
  top: 4rem;
  width: 7rem;
  height: 6rem;
  background: #c54456;
  border-radius: 50% 0 50% 0;
  border: 2px solid white;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }
  #price div {
    margin: auto; }
    #price div a, #price div a:link, #price div a:visited {
      font-family: Georgia, Times New Roman, Times, serif;
      color: white; }
      #price div a strong, #price div a:link strong, #price div a:visited strong {
        font-size: 2rem; }

section.maphead {
  background: rgba(255, 255, 255, 0.85);
  margin: 0;
  padding: 0; }
  section.maphead h2 {
    font-family: Georgia, Times New Roman, Times, serif;
    font-weight: normal;
    font-style: italic;
    margin: 0 0 0 1rem;
    padding: 1rem 0; }

section.map {
  background: rgba(255, 255, 255, 0.85);
  position: relative;
  height: 0rem;
  padding-bottom: 45%;
  overflow: hidden; }
  section.map iframe {
    position: absolute;
    top: 0rem;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
