@charset "UTF-8";
/* line 16, rh.scss */
aside li, aside a {
  cursor: pointer;
  text-decoration: underline;
  display: inline;
  color: #000; }

/* line 25, rh.scss */
input, textarea, button {
  width: 350px;
  padding: 5px;
  color: #fff;
  background-color: #999;
  margin-top: 3px;
  margin-bottom: 13px; }

@font-face {
  font-family: 'open_sansitalic';
  font-display: swap;
  src: local("open_sansitalic"), url("fonts/opensans-italic-webfont.woff2") format("woff2"), url("fonts/opensans-italic-webfont.woff") format("woff"); }
@font-face {
  font-family: 'open_sansbold';
  font-display: swap;
  src: local("open_sansbold"), url("fonts/opensans-bold-webfont.woff2") format("woff2"), url("fonts/opensans-bold-webfont.woff") format("woff"); }
@font-face {
  font-family: 'open_sanslight';
  font-display: swap;
  src: local("open_sanslight"), url("fonts/opensans-light-webfont.woff2") format("woff2"), url("fonts/opensans-light-webfont.woff") format("woff"); }
@font-face {
  font-family: 'open_sansextrabold';
  font-display: swap;
  src: local("open_sansextrabold"), url("fonts/opensans-extrabold-webfont.woff2") format("woff2"), url("fonts/opensans-extrabold-webfont.woff") format("woff"); }
@font-face {
  font-family: 'expletus';
  font-display: swap;
  src: local("expletus"), url("fonts/ExpletusSans-Regular.woff2") format("woff2"), url("fonts/ExpletusSans-Regular.woff") format("woff"); }
@font-face {
  font-family: 'ExpletusSans-SemiBold';
  font-display: swap;
  src: local("expletus"), url("fonts/ExpletusSans-SemiBold.woff2") format("woff2"), url("fonts/ExpletusSans-SemiBold.woff") format("woff"); }
@font-face {
  font-family: 'ExpletusSans-Bold';
  font-display: swap;
  src: local("expletus"), url("fonts/ExpletusSans-Bold.woff2") format("woff2"), url("fonts/ExpletusSans-Bold.woff") format("woff"); }
/* line 128, rh.scss */
header {
  display: block;
  margin: 25px auto 0 auto;
  width: 1000px;
  height: 220px;
  background-position: right center;
  background-size: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-color: #ddd;
  border-bottom: 0; }

/* line 141, rh.scss */
nav {
  position: absolute; }
  /* line 144, rh.scss */
  nav ul {
    list-style-type: none;
    text-transform: lowercase; }
    /* line 148, rh.scss */
    nav ul li {
      display: inline; }
      /* line 150, rh.scss */
      nav ul li a {
        color: #999;
        text-decoration: none; }
  /* line 157, rh.scss */
  nav#haupt {
    top: 257px; }
    /* line 160, rh.scss */
    nav#haupt ul {
      font-size: 1.3em;
      height: 30px; }
      /* line 165, rh.scss */
      nav#haupt ul li a {
        background-color: #999;
        color: #fff;
        padding: 2px 12px;
        border-radius: 0 15px 0 0; }
        /* line 170, rh.scss */
        nav#haupt ul li a:hover {
          background-color: #eee;
          color: #000; }
        /* line 174, rh.scss */
        nav#haupt ul li a.aktiv {
          background-color: #eee;
          color: #000; }
          /* line 177, rh.scss */
          nav#haupt ul li a.aktiv:hover {
            background-color: #eee;
            color: #000; }
  /* line 187, rh.scss */
  nav#meta {
    right: 0; }
    /* line 189, rh.scss */
    nav#meta ul li a:hover,
    nav#meta ul li a.aktiv {
      background-color: #ed5fb7;
      color: #fff; }

/* line 197, rh.scss */
section {
  display: block;
  width: 755px;
  left: 0;
  position: absolute;
  background-color: #eee; }
  /* line 203, rh.scss */
  section header {
    padding: 10px 20px 0 30px;
    margin: 15px 15px 15px 0;
    width: auto;
    height: auto;
    background-color: transparent; }
  /* line 210, rh.scss */
  section.schmal article {
    width: 600px; }

/* line 213, rh.scss */
article {
  display: block;
  padding: 10px 20px 0 30px;
  margin: 15px 15px 15px 0; }
  /* line 218, rh.scss */
  article figure {
    display: block;
    width: 100%; }
    /* line 221, rh.scss */
    article figure img {
      width: 100%; }
  /* line 224, rh.scss */
  article div {
    padding: 0 0 20px 0;
    width: 340px;
    float: left; }
    /* line 228, rh.scss */
    article div.einspaltig {
      width: 665px;
      border-left: 4px solid #fff; }
    /* line 232, rh.scss */
    article div.dreispaltig {
      width: 225px;
      border-left: 4px solid #fff; }
    /* line 236, rh.scss */
    article div:last-child {
      clear: both; }
    /* line 237, rh.scss */
    article div img {
      margin-right: 200px; }
  /* line 240, rh.scss */
  article img {
    float: left;
    border: 1px solid #000; }
  /* line 245, rh.scss */
  article table {
    padding-bottom: 30px; }
    /* line 247, rh.scss */
    article table img {
      float: none;
      margin: 0 5px 0 0; }
    /* line 251, rh.scss */
    article table div {
      width: 70px;
      height: 3px;
      padding-right: 3px;
      float: left; }
      /* line 256, rh.scss */
      article table div img {
        float: right; }
    /* line 258, rh.scss */
    article table:last-child tr:nth-child(odd) td:last-child {
      border: none; }
  /* line 261, rh.scss */
  article a {
    color: #6700b5;
    text-decoration: none;
    padding-right: 5px; }
  /* line 267, rh.scss */
  article td {
    height: 30px;
    width: 490px;
    vertical-align: top;
    padding: 10px 0; }
    /* line 272, rh.scss */
    article td p {
      padding: 0 0 10px 75px;
      line-height: 1em; }
    /* line 276, rh.scss */
    article td:first-child {
      width: 190px;
      font-family: 'open_sansbold', sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #000;
      text-align: right;
      padding-right: 8px; }
  /* line 286, rh.scss */
  article tr:nth-child(even) {
    background-color: #efefef; }
  /* line 287, rh.scss */
  article tr:nth-child(odd) td:last-child {
    border-left: solid 1px #ddd; }
  /* line 291, rh.scss */
  article p a:before {
    content: "► "; }
  /* line 292, rh.scss */
  article p a:hover {
    color: #fff;
    background-color: #6700b5; }
  /* line 301, rh.scss */
  article.datenschutz p {
    text-align: left; }
  /* line 302, rh.scss */
  article.datenschutz ul {
    list-style: none; }

/* line 306, rh.scss */
aside {
  display: block;
  position: absolute;
  width: 233px;
  background-color: #eee;
  left: 764px;
  padding-right: 5px;
  overflow: hidden;
  font-size: .9em; }
  /* line 315, rh.scss */
  aside > img {
    margin: 0; }
  /* line 316, rh.scss */
  aside div {
    padding: 10px;
    margin-bottom: 10px; }
  /* line 320, rh.scss */
  aside h1 {
    padding: 10px 0;
    margin-bottom: 10px; }
  /* line 324, rh.scss */
  aside h2 {
    padding: 10px 0;
    margin-bottom: 10px; }
  /* line 328, rh.scss */
  aside p {
    margin-bottom: 10px;
    text-align: left; }
  /* line 334, rh.scss */
  aside li:hover {
    color: #000; }
  /* line 338, rh.scss */
  aside a {
    color: #6700b5;
    text-decoration: none;
    padding-right: 5px; }
    /* line 343, rh.scss */
    aside a:hover {
      color: #000;
      color: #fff;
      background-color: #6700b5; }
    /* line 348, rh.scss */
    aside a:before {
      content: "► "; }
  /* line 350, rh.scss */
  aside hr {
    width: 90%;
    margin: 10px 0 0; }

/* line 355, rh.scss */
footer {
  display: block;
  position: relative;
  font-size: .9em;
  margin: 10px auto;
  width: 1000px;
  color: #000;
  padding: 10px 0;
  background-color: transparent;
  z-index: 1; }
  /* line 365, rh.scss */
  footer a {
    color: #000; }
    /* line 367, rh.scss */
    footer a:hover {
      font-family: 'open_sansbold', sans-serif;
      font-weight: normal;
      font-style: normal; }
  /* line 369, rh.scss */
  footer ul {
    list-style-type: none; }
  /* line 370, rh.scss */
  footer li {
    display: inline;
    margin-left: 10px; }
    /* line 373, rh.scss */
    footer li:first-child {
      margin-left: 0; }

/* line 376, rh.scss */
hgroup {
  display: block; }

/* line 379, rh.scss */
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box; }

/* line 385, rh.scss */
html {
  height: 97%;
  width: 100%; }

/* line 389, rh.scss */
body {
  background-color: #fff;
  font-family: 'open_sansregular', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: .9em;
  overflow-y: scroll;
  line-height: 1.5em;
  height: 100%;
  width: 100%; }

/* line 398, rh.scss */
img {
  margin: 0 15px 5px 0; }

/* line 399, rh.scss */
#index {
  background-image: url(../slideshow/pano-halb-neu---2.jpg); }

/* line 400, rh.scss */
#kantine {
  background-image: url(../slideshow/dummy.jpg); }

/* line 401, rh.scss */
#catering {
  background-image: url(../slideshow/dummy3.jpg); }

/* line 402, rh.scss */
#gaestebuch {
  background-image: url(../images/dummy4.jpg); }

/* line 404, rh.scss */
#logo {
  top: 20px;
  left: 20px;
  position: absolute;
  z-index: 1000;
  background-color: #aaa;
  padding: 10px; }
  /* line 411, rh.scss */
  #logo img {
    padding: 35px 25px; }

/* line 414, rh.scss */
#fade {
  height: 100%;
  overflow: hidden;
  background-color: #fff; }
  /* line 418, rh.scss */
  #fade img {
    display: none;
    margin: 0; }
    /* line 421, rh.scss */
    #fade img:first-child {
      display: block; }

/* line 425, rh.scss */
p {
  padding-bottom: 18px;
  text-align: justify;
  hyphens: auto; }
  /* line 429, rh.scss */
  p.klein {
    width: 70%;
    text-align: left;
    font-size: 0.85em;
    line-height: 1.5em;
    padding: 8px 0; }

/* line 438, rh.scss */
.kapital {
  text-transform: uppercase; }

/* line 441, rh.scss */
h1 {
  font-family: 'ExpletusSans-SemiBold', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: lowercase;
  font-size: 1.6em;
  line-height: 1.5em;
  color: #000;
  margin-bottom: 30px; }

/* line 449, rh.scss */
h2 {
  font-family: 'ExpletusSans-SemiBold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.1em;
  color: #000;
  margin-bottom: 15px; }
  /* line 454, rh.scss */
  h2 + h4 {
    margin-top: -15px; }

/* line 458, rh.scss */
h4 {
  font-family: 'ExpletusSans-SemiBold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  color: #000;
  margin-bottom: 15px;
  margin-top: 15px; }

/* line 465, rh.scss */
h3 {
  font-family: 'ExpletusSans-SemiBold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  color: #fff;
  background-color: #6700b5;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 5px; }

/* line 474, rh.scss */
h5 {
  font-family: 'ExpletusSans-SemiBold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  color: #fff;
  background-color: #aaa;
  margin-top: 15px;
  padding: 0 4px; }

/* line 483, rh.scss */
#inhalt {
  width: 1000px;
  position: relative;
  margin: 60px auto 60px auto;
  clear: both;
  z-index: 10; }

/* line 490, rh.scss */
iframe {
  width: 100%;
  height: 695px;
  border: 0;
  left: 0;
  position: relative;
  background-color: #eee; }

/* line 498, rh.scss */
#credit {
  position: fixed;
  font-size: .7em;
  bottom: 150px;
  right: -135px;
  width: 290px;
  transform: rotate(-90deg); }

/* line 506, rh.scss */
hr {
  width: 650px;
  color: #ddd;
  background-color: #ddd;
  height: 1px;
  border: 0;
  clear: both;
  margin: 30px 20px 30px 0; }
  /* line 514, rh.scss */
  hr.dickeLinie {
    color: #fff;
    background-color: #fff;
    width: 100%;
    height: 20px;
    border: 20px;
    margin: 0; }

/* line 525, rh.scss */
input:focus {
  background: #000; }

/* line 531, rh.scss */
textarea:focus {
  background: #000; }

/* line 535, rh.scss */
button {
  width: 80px; }
  /* line 538, rh.scss */
  button:hover {
    background-color: #000; }

/* line 542, rh.scss */
video {
  background-color: #fff;
  border: solid 1px #000; }

/* line 546, rh.scss */
.contentimg {
  margin: 0 10px 10px;
  float: right; }

/* line 550, rh.scss */
.bilder {
  width: 100%;
  background-color: #ccc;
  margin-bottom: 10px; }
  /* line 554, rh.scss */
  .bilder > * {
    margin: 10px;
    padding: 0; }
  /* line 558, rh.scss */
  .bilder ul {
    margin: 10px;
    list-style: none;
    height: 100%; }
    /* line 562, rh.scss */
    .bilder ul li {
      display: inline-block;
      margin: 2px 0; }
      /* line 566, rh.scss */
      .bilder ul li a:hover {
        opacity: 0.4; }
    /* line 568, rh.scss */
    .bilder ul p {
      width: 100%; }
  /* line 570, rh.scss */
  .bilder img {
    margin: 0;
    max-height: 70px; }

/* line 575, rh.scss */
.bilder2 {
  max-width: 400px;
  margin-bottom: 10px;
  margin-left: -10px; }
  /* line 579, rh.scss */
  .bilder2 > * {
    margin: 10px;
    padding: 0; }
  /* line 583, rh.scss */
  .bilder2 ul {
    list-style: none;
    height: 100%; }
  /* line 587, rh.scss */
  .bilder2 li {
    float: left; }

/* line 591, rh.scss */
#impressum .logo {
  width: 210px; }
  /* line 593, rh.scss */
  #impressum .logo g path {
    fill: #777; }

/* line 597, rh.scss */
form label {
  width: 390px;
  padding-right: 8px;
  color: #666;
  float: left;
  font-size: .85em; }
  /* line 603, rh.scss */
  form label strong {
    font-size: 1.5em; }

/* line 605, rh.scss */
.kleingedrucktes p {
  font-size: .8em;
  line-height: 1em;
  color: #666; }

/* line 610, rh.scss */
.grau * {
  color: #aaa; }

/* line 613, rh.scss */
:first-child .grau * {
  color: #aaa; }

/*# sourceMappingURL=rh.css.map */
