.color-1 {
  color: #B17F4A; }

.color-2 {
  color: #9D9D9C; }

.color-3 {
  color: #fff; }

.color-4 {
  color: #0f1113; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes gradient-quer {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes gradient-hoch {
  0% {
    background-position: 50% 0%; }
  50% {
    background-position: 50% 100%; }
  100% {
    background-position: 50% 0%; } }

.animation-delay-50 {
  animation-delay: .5s; }

.animation-delay-100 {
  animation-delay: 1s; }

.animation-delay-150 {
  animation-delay: 1.5s; }

.animation-delay-200 {
  animation-delay: 2s; }

.animation-delay-250 {
  animation-delay: 2.5s; }

.animation-delay-300 {
  animation-delay: 3s; }

.animation-delay-400 {
  animation-delay: 4s; }

.animation-delay-500 {
  animation-delay: 5s; }

.animation-delay-600 {
  animation-delay: 6s; }

.fadescroll {
  transition: 2s;
  opacity: 0; }

.fade {
  opacity: 1; }

* {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 16px;
  height: 100%; }

body {
  border: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  font-family: "Hind", "Source Serif Pro", "Open Sans";
  min-height: 100vh; }

.main {
  flex: 1; }

h1,
.h1 {
  border: 0;
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Source Serif Pro";
  font-size: 4rem;
  font-weight: 300;
  line-height: 3.8rem; }

h2,
.h2 {
  border: 0;
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Source Serif Pro";
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 15px; }

h3,
.h3 {
  border: 0;
  margin: 0;
  padding: 0;
  color: #B17F4A;
  font-family: "Source Serif Pro";
  font-size: 1.1rem;
  font-weight: 300;
  letter-spacing: .05rem;
  line-height: 1.5rem;
  margin-top: -1rem; }

h4,
.h4 {
  border: 0;
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Source Serif Pro";
  font-size: 1.5rem;
  font-weight: 300; }

h5,
.h5 {
  border: 0;
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Source Serif Pro";
  font-size: 1.5rem;
  font-weight: 300; }

h6,
.h6 {
  border: 0;
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Source Serif Pro";
  font-size: 1rem;
  font-weight: 300; }

p {
  border: 0;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 1rem; }

a {
  color: #0f1113;
  cursor: pointer;
  text-decoration: none !important; }
  a:hover {
    color: #B17F4A; }
  a:active {
    color: #0f1113; }

ol,
ul {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  color: #0f1113;
  list-style-type: none; }
  ol li,
  ul li {
    border: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    list-style-type: none; }

hr {
  border: 1px solid #ddd;
  margin: 120px 0; }
  @media (min-width : 0px) and (max-width : 767px) {
    hr {
      margin: 120px 20px; } }
.btn-success {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  color: #0f1113; }

input {
  border: 3px solid #0f1113;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 15px 30px;
  width: 100%; }
  input[type=submit] {
    margin-top: 20px; }
    input[type=submit]:hover {
      transition: 0.2s;
      background: #0f1113;
      border: 3px solid #0f1113;
      color: #0f1113;
      cursor: pointer; }
  input[type=checkbox] {
    margin: 5px;
    transform: scale(2);
    zoom: 2; }
    @media (min-width : 0px) and (max-width : 767px) {
      input[type=checkbox] {
        float: left;
        transform: scale(1);
        zoom: 1; } }
textarea {
  border: 3px solid #0f1113;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 15px 30px;
  width: 100%; }

.alignright {
  float: right !important; }

.alignleft {
  float: left !important; }

.aligncenter {
  margin: 0 auto !important; }

.t-right {
  text-align: right; }

.t-left {
  text-align: left; }

.t-center {
  text-align: center; }

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px; }

header .topnav {
  background: #fff;
  display: flex;
  flex-direction: row;
  height: 5rem;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  z-index: 99; }
  header .topnav .logo {
    width: 300px;
    margin: 1.5rem 0 0 5rem; }
    header .topnav .logo img {
      height: auto;
      width: 10rem; }
  header .topnav nav ul {
    display: flex;
    margin: 1.5rem 5rem 0 0; }
    header .topnav nav ul li {
      margin-right: 1rem;
      text-transform: uppercase; }
      header .topnav nav ul li a {
        color: #9D9D9C;
        letter-spacing: .08rem; }
      header .topnav nav ul li:last-child {
        margin-right: 0; }
  header .topnav .icon {
    display: none; }

@media (max-width : 991px) {
  header nav {
    display: none; }
  header .topnav a.icon {
    color: #333;
    display: block;
    float: right;
    font-size: 3rem;
    margin: .6rem 1rem 0 0; }
  header .topnav.responsive {
    position: fixed;
    width: 100%; }
    header .topnav.responsive a.icon {
      color: #fff; }
    header .topnav.responsive nav {
      background: rgba(15, 17, 19, 0.95);
      display: block;
      padding: 2rem 0;
      position: absolute;
      text-align: center;
      width: 100%; }
      header .topnav.responsive nav ul {
        display: flex;
        flex-direction: column;
        margin: 0;
        text-align: center; }
        header .topnav.responsive nav ul li {
          margin: 1rem 0;
          text-transform: uppercase; }
          header .topnav.responsive nav ul li a {
            color: #9D9D9C;
            letter-spacing: .08rem;
            text-align: center; }
            header .topnav.responsive nav ul li a:hover {
              color: #B17F4A; }
    header .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 999; }
    header .topnav.responsive a {
      display: block;
      float: none;
      text-align: left; }
  header .topnav .logo {
    margin-left: 1rem; } }

footer {
  background: #333;
  margin-top: 80px; }
  footer .wrapper {
    margin: 0 auto;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (min-width: 768px) and (max-width : 991px) {
      footer .wrapper {
        padding: 0 40px;
        width: 100%; } }
    @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
      footer .wrapper {
        padding: 0 40px;
        width: 100%; } }
    @media (min-width : 0px) and (max-width : 767px) {
      footer .wrapper {
        padding: 0 20px;
        width: 100%; } }
    @media (min-width : 0px) and (max-width : 767px) {
      footer .wrapper {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%; } }
  footer .wrap-1 {
    font-size: 1.3rem;
    font-weight: 200;
    letter-spacing: .07rem;
    padding: 60px 0 0;
    text-align: center; }
    @media (min-width : 0px) and (max-width : 767px) {
      footer .wrap-1 {
        width: 100%; } }
  footer .wrap-2 {
    padding: 30px 0 60px;
    text-align: center; }
    @media (min-width : 0px) and (max-width : 767px) {
      footer .wrap-2 {
        width: 100%; } }
    footer .wrap-2 li {
      display: inline-block;
      margin-right: 20px; }
      footer .wrap-2 li:last-child {
        margin-right: 0; }
  footer ul li {
    color: #fff;
    line-height: 1.7rem; }
    footer ul li:nth-child(1) {
      color: #B17F4A;
      font-weight: 500;
      margin-bottom: .3rem; }
    footer ul li:nth-child(3), footer ul li:nth-child(5) {
      margin-top: .8rem; }
    footer ul li a {
      color: #fff; }

#cookie-notice {
  background: #fff !important;
  color: #666 !important; }

.cookie-notice-container {
  align-items: center;
  display: flex;
  line-height: 17px;
  margin: 5px 0;
  text-align: left; }
  .cookie-notice-container span {
    float: left;
    padding-left: 15px;
    width: 90%; }
  .cookie-notice-container a.cn-button {
    border: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    background: none;
    border: 0;
    color: #B17F4A;
    cursor: pointer;
    float: left;
    font-size: 0.85rem;
    font-weight: 300;
    letter-spacing: .05rem; }
    .cookie-notice-container a.cn-button:hover {
      border: 0;
      margin: 0;
      padding: 0;
      list-style: none;
      list-style-type: none;
      text-decoration: none;
      background: none;
      color: #D8BA9E; }

.cn-bottom {
  background-color: rgba(15, 17, 19, 0.125);
  box-shadow: none; }
  .cn-bottom .bootstrap {
    box-shadow: none; }

.disclaimer {
  margin: 0 auto;
  max-width: 1080px;
  margin-top: 15rem; }
  @media (min-width: 768px) and (max-width : 991px) {
    .disclaimer {
      padding: 0 40px;
      width: 100%; } }
  @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .disclaimer {
      padding: 0 40px;
      width: 100%; } }
  @media (min-width : 0px) and (max-width : 767px) {
    .disclaimer {
      padding: 0 20px;
      width: 100%; } }
  @media (min-width : 0px) and (max-width : 767px) {
    .disclaimer h1 {
      font-size: 2rem; } }
  .disclaimer h2 {
    font-size: 1.5rem;
    margin: 40px 0 10px; }
  .disclaimer h3 {
    font-size: 1.4rem;
    margin: 20px 0 0; }
  .disclaimer h4 {
    margin: 20px 0 10px;
    font-size: 1.3rem; }
  .disclaimer p {
    margin: 10px 0; }
  .disclaimer .flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0 auto; }
    @media (min-width : 0px) and (max-width : 767px) {
      .disclaimer .flex-row {
        flex-direction: column;
        width: 100%; } }
  .disclaimer .block-1 {
    flex: 1;
    margin-right: 4rem; }
    @media (min-width : 0px) and (max-width : 767px) {
      .disclaimer .block-1 {
        flex: 0;
        width: 100%; } }
  .disclaimer .block-2 {
    flex: 2; }
    @media (min-width : 0px) and (max-width : 767px) {
      .disclaimer .block-2 {
        flex: 0;
        width: 100%; } }
  .disclaimer strong {
    font-style: italic;
    font-weight: 600; }
  .disclaimer ul {
    border: 0;
    margin: 0;
    padding: 0;
    margin: 3rem 0; }
    .disclaimer ul li {
      border: 0;
      margin: 0;
      padding: 0;
      font-size: 1.1rem;
      line-height: 2rem;
      margin-left: 2rem; }
      .disclaimer ul li::before {
        content: '\e905';
        font-family: "Roboro-Icon";
        margin: 0 .5rem 0 -1.5rem; }

.search {
  margin: 0 auto;
  max-width: 800px; }
  @media (min-width: 768px) and (max-width : 991px) {
    .search {
      padding: 0 40px;
      width: 100%; } }
  @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .search {
      padding: 0 40px;
      width: 100%; } }
  @media (min-width : 0px) and (max-width : 767px) {
    .search {
      padding: 0 20px;
      width: 100%; } }
  .search input {
    border: 2px solid #0f1113;
    border-radius: 4px;
    color: #0f1113;
    display: block;
    margin-top: 20px;
    padding: 15px 20px;
    text-align: left;
    width: 90%; }
    .search input[type~='submit']:hover {
      transition: 0.2s;
      background: #0f1113;
      border: 2px solid #0f1113;
      color: #0f1113;
      cursor: pointer; }
  .search label {
    display: none; }
  .search h2 {
    letter-spacing: .2px;
    margin-bottom: 5px; }
  .search .search-post-excerpt {
    letter-spacing: .8px;
    line-height: 15px; }
  .search hr {
    margin: 20px 0; }
    .search hr:last-of-type {
      display: none; }

.site404 {
  margin: 0 auto;
  max-width: 800px; }
  @media (min-width: 768px) and (max-width : 991px) {
    .site404 {
      padding: 0 40px;
      width: 100%; } }
  @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .site404 {
      padding: 0 40px;
      width: 100%; } }
  @media (min-width : 0px) and (max-width : 767px) {
    .site404 {
      padding: 0 20px;
      width: 100%; } }
.map {
  margin: 80px 0 -85px; }

.main .home {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 85vh;
  width: 100%; }
  @media (min-width: 768px) and (max-width : 991px) {
    .main .home {
      background-attachment: scroll;
      background-size: contain cover; } }
  @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .main .home {
      background-attachment: scroll;
      background-size: contain cover; } }
  @media (min-width : 0px) and (max-width : 767px) {
    .main .home {
      height: 80vh;
      background-attachment: scroll;
      background-size: contain cover; } }
  @media (min-width : 576px) and (max-width : 768px) {
    .main .home {
      height: 80vh;
      background-attachment: scroll;
      background-size: contain cover; } }
  .main .home .s1-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center; }
    .main .home .s1-inner .s1-logo {
      margin: 15vw 0;
      width: 60vw; }
      @media (min-width: 768px) and (max-width : 991px) {
        .main .home .s1-inner .s1-logo {
          width: 80vw; } }
      @media (min-width : 0px) and (max-width : 767px) {
        .main .home .s1-inner .s1-logo {
          width: 80vw; } }
    .main .home .s1-inner .scrollen-pfeil {
      background: rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      padding: 17px 16px 10px 17px; }
      .main .home .s1-inner .scrollen-pfeil i {
        color: #fff;
        font-size: 1.5rem; }

.main .vita {
  margin: 0 auto;
  max-width: 800px;
  background: #fff;
  margin-bottom: 8rem;
  margin-top: 8rem; }
  @media (min-width: 768px) and (max-width : 991px) {
    .main .vita {
      padding: 0 40px;
      width: 100%; } }
  @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .main .vita {
      padding: 0 40px;
      width: 100%; } }
  @media (min-width : 0px) and (max-width : 767px) {
    .main .vita {
      padding: 0 20px;
      width: 100%; } }
  .main .vita h1 {
    letter-spacing: .03rem;
    margin-bottom: 2rem;
    text-align: center; }
  .main .vita h2 {
    font-size: 3rem;
    letter-spacing: .4rem;
    text-transform: uppercase; }
  .main .vita h3 {
    color: #B17F4A;
    font-size: 1.5rem;
    letter-spacing: .4rem;
    text-transform: uppercase; }
  .main .vita h4 {
    color: #B17F4A;
    font-size: 1.5rem;
    letter-spacing: .2rem;
    margin-bottom: .5rem;
    margin-top: 3rem; }
  .main .vita p {
    text-align: center; }
  .main .vita li {
    font-size: 1.2rem; }
  .main .vita .teaser {
    color: #B17F4A; }
  .main .vita .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .main .vita .vita-pic-1 {
    margin-top: 2rem;
    width: 27rem; }
    @media (min-width: 768px) and (max-width : 991px) {
      .main .vita .vita-pic-1 {
        margin-top: 3rem;
        width: 22rem; } }
    @media (min-width : 0px) and (max-width : 767px) {
      .main .vita .vita-pic-1 {
        width: 100%; } }
.main .info-box {
  background: rgba(177, 127, 74, 0.8);
  padding-bottom: 8rem;
  padding-top: 8rem;
  margin-top: -43vh; }
  .main .info-box h1 {
    color: white;
    letter-spacing: .03rem;
    margin-bottom: 2rem;
    text-align: center; }
    @media (min-width : 0px) and (max-width : 767px) {
      .main .info-box h1 {
        font-size: 3rem; } }
  .main .info-box p {
    color: white;
    text-align: center; }
  .main .info-box .teaser {
    margin: 0 auto;
    max-width: 800px;
    color: white; }
    @media (min-width: 768px) and (max-width : 991px) {
      .main .info-box .teaser {
        padding: 0 40px;
        width: 100%; } }
    @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
      .main .info-box .teaser {
        padding: 0 40px;
        width: 100%; } }
    @media (min-width : 0px) and (max-width : 767px) {
      .main .info-box .teaser {
        padding: 0 20px;
        width: 100%; } }
.main .philosophie {
  margin: 0 auto;
  max-width: 800px;
  background: #fff;
  margin-bottom: 8rem;
  margin-top: 8rem; }
  @media (min-width: 768px) and (max-width : 991px) {
    .main .philosophie {
      padding: 0 40px;
      width: 100%; } }
  @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .main .philosophie {
      padding: 0 40px;
      width: 100%; } }
  @media (min-width : 0px) and (max-width : 767px) {
    .main .philosophie {
      padding: 0 20px;
      width: 100%; } }
  .main .philosophie h1 {
    letter-spacing: .03rem;
    margin-bottom: 2rem;
    text-align: center; }
    @media (min-width : 0px) and (max-width : 767px) {
      .main .philosophie h1 {
        font-size: 3rem; } }
    .main .philosophie h1 small {
      color: #666;
      display: block;
      font-size: 2.1rem; }
  .main .philosophie h2 {
    font-size: 3rem;
    letter-spacing: .4rem;
    text-transform: uppercase; }
  .main .philosophie h3 {
    color: #B17F4A;
    font-size: 1.5rem;
    letter-spacing: .4rem;
    text-transform: uppercase; }
  .main .philosophie p {
    text-align: center; }
  .main .philosophie .teaser {
    color: #B17F4A; }

.main .leistungen,
.main .angebote,
.main .wellness {
  margin: 0 auto;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 8rem auto; }
  @media (min-width: 768px) and (max-width : 991px) {
    .main .leistungen,
    .main .angebote,
    .main .wellness {
      padding: 0 40px;
      width: 100%; } }
  @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .main .leistungen,
    .main .angebote,
    .main .wellness {
      padding: 0 40px;
      width: 100%; } }
  @media (min-width : 0px) and (max-width : 767px) {
    .main .leistungen,
    .main .angebote,
    .main .wellness {
      padding: 0 20px;
      width: 100%; } }
  .main .leistungen h2,
  .main .angebote h2,
  .main .wellness h2 {
    margin-bottom: 2rem;
    text-align: center;
    width: 100%; }
  .main .leistungen h3,
  .main .angebote h3,
  .main .wellness h3 {
    margin-bottom: 2rem;
    text-align: center;
    width: 100%; }
  .main .leistungen .teaser,
  .main .angebote .teaser,
  .main .wellness .teaser {
    color: #D8BA9E; }
  .main .leistungen details,
  .main .angebote details,
  .main .wellness details {
    transition: 0.3s;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 1.2rem;
    padding: 25px;
    position: relative;
    width: 48%; }
    @media (min-width : 0px) and (max-width : 767px) {
      .main .leistungen details,
      .main .angebote details,
      .main .wellness details {
        width: 100%; } }
    .main .leistungen details[open],
    .main .angebote details[open],
    .main .wellness details[open] {
      background-color: #333;
      min-height: 50px; }
    .main .leistungen details p,
    .main .leistungen details ul,
    .main .angebote details p,
    .main .angebote details ul,
    .main .wellness details p,
    .main .wellness details ul {
      color: #ddd;
      font-size: 1.1rem;
      font-weight: 200;
      letter-spacing: .03rem;
      line-height: 1.7rem; }
    .main .leistungen details ul,
    .main .angebote details ul,
    .main .wellness details ul {
      margin-bottom: 1rem; }
      .main .leistungen details ul li,
      .main .angebote details ul li,
      .main .wellness details ul li {
        list-style-type: disc;
        margin-left: 1.5rem; }
      .main .leistungen details ul .lt1,
      .main .angebote details ul .lt1,
      .main .wellness details ul .lt1 {
        color: #fff;
        list-style-type: none;
        margin-left: 0; }
    .main .leistungen details .dauer,
    .main .angebote details .dauer,
    .main .wellness details .dauer {
      font-style: italic;
      margin: .5rem 0 0 0; }
    .main .leistungen details .preis,
    .main .angebote details .preis,
    .main .wellness details .preis {
      font-style: italic;
      margin: 0; }
  .main .leistungen summary,
  .main .angebote summary,
  .main .wellness summary {
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 200;
    letter-spacing: .1rem; }
    .main .leistungen summary::marker,
    .main .angebote summary::marker,
    .main .wellness summary::marker {
      font-size: 0; }
    .main .leistungen summary:focus,
    .main .angebote summary:focus,
    .main .wellness summary:focus {
      outline: none; }
    .main .leistungen summary::-webkit-details-marker,
    .main .angebote summary::-webkit-details-marker,
    .main .wellness summary::-webkit-details-marker {
      display: none; }
    .main .leistungen summary::after,
    .main .angebote summary::after,
    .main .wellness summary::after {
      -webkit-font-smoothing: antialiased;
      color: #B17F4A;
      content: '\ea0a';
      font-family: "Roboro-Icon";
      font-size: 1rem;
      font-weight: 900;
      padding: 20px;
      position: absolute;
      right: 0;
      text-rendering: auto;
      top: .8rem;
      transition: .3s ease; }
    @media (min-width: 768px) and (max-width : 991px) {
      .main .leistungen summary,
      .main .angebote summary,
      .main .wellness summary {
        font-size: 1.1rem;
        letter-spacing: .05rem; } }
  .main .leistungen details[open] summary::after,
  .main .angebote details[open] summary::after,
  .main .wellness details[open] summary::after {
    content: '\ea0f';
    font-size: 30px;
    top: 0;
    transform: translateY(0);
    transition: .3s ease; }
  .main .leistungen details[open] summary:hover::after,
  .main .angebote details[open] summary:hover::after,
  .main .wellness details[open] summary:hover::after {
    animation: pulse 1s ease; }
  .main .leistungen details[open] > summary,
  .main .angebote details[open] > summary,
  .main .wellness details[open] > summary {
    color: #fff;
    margin: 1rem 0; }
    .main .leistungen details[open] > summary::marker,
    .main .angebote details[open] > summary::marker,
    .main .wellness details[open] > summary::marker {
      font-size: 0; }
  .main .leistungen details[open] a,
  .main .angebote details[open] a,
  .main .wellness details[open] a {
    color: #fff; }
  .main .leistungen details[open] hr,
  .main .angebote details[open] hr,
  .main .wellness details[open] hr {
    margin: 20px 0; }

@keyframes pulse {
  25% {
    transform: scale(1.1); }
  50% {
    transform: scale(1); }
  75% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.main .gallery {
  margin: 0 auto;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 8rem auto; }
  @media (min-width: 768px) and (max-width : 991px) {
    .main .gallery {
      padding: 0 40px;
      width: 100%; } }
  @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .main .gallery {
      padding: 0 40px;
      width: 100%; } }
  @media (min-width : 0px) and (max-width : 767px) {
    .main .gallery {
      padding: 0 20px;
      width: 100%; } }
  @media (min-width : 0px) and (max-width : 767px) {
    .main .gallery {
      padding: 3rem; } }
  .main .gallery h2 {
    margin-bottom: 2rem;
    text-align: center;
    width: 100%; }
  .main .gallery h3 {
    margin-bottom: 2rem;
    text-align: center;
    width: 100%; }
  .main .gallery img {
    margin-right: .5rem;
    margin-top: .5rem; }

.main .liebscher {
  margin: 0 auto;
  max-width: 800px;
  margin-top: 7rem; }
  @media (min-width: 768px) and (max-width : 991px) {
    .main .liebscher {
      padding: 0 40px;
      width: 100%; } }
  @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .main .liebscher {
      padding: 0 40px;
      width: 100%; } }
  @media (min-width : 0px) and (max-width : 767px) {
    .main .liebscher {
      padding: 0 20px;
      width: 100%; } }
  .main .liebscher h2 {
    text-align: center; }
  .main .liebscher img {
    height: auto;
    margin-bottom: -5.4rem;
    width: 100%; }

.zusatz-1 {
  margin: 0 auto;
  max-width: 800px;
  color: #9D9D9C;
  font-size: 0.85rem;
  margin-top: 2rem; }
  @media (min-width: 768px) and (max-width : 991px) {
    .zusatz-1 {
      padding: 0 40px;
      width: 100%; } }
  @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .zusatz-1 {
      padding: 0 40px;
      width: 100%; } }
  @media (min-width : 0px) and (max-width : 767px) {
    .zusatz-1 {
      padding: 0 20px;
      width: 100%; } }
.b-pic-1 {
  background: url("../img/physio.jpg"); }

.b-pic-2 {
  background: url("../img/slider-2.jpg"); }

.b-pic-3 {
  background: url("../img/slider-3.jpg"); }

.b-pic-4 {
  background: url("../img/slider-4.jpg"); }

.b-pic-5 {
  background: url("../img/slider-5.jpg"); }

.b-pic-6 {
  background: url("../img/slider-6.jpg"); }

.b-pic-7 {
  background: url("../img/slider-7.jpg"); }
  .b-pic-7 .bildrecht {
    color: rgba(15, 17, 19, 0.4); }
  .b-pic-7 .b-pic-7-inner {
    margin: 0 auto;
    max-width: 800px; }
    @media (min-width: 768px) and (max-width : 991px) {
      .b-pic-7 .b-pic-7-inner {
        padding: 0 40px;
        width: 100%; } }
    @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
      .b-pic-7 .b-pic-7-inner {
        padding: 0 40px;
        width: 100%; } }
    @media (min-width : 0px) and (max-width : 767px) {
      .b-pic-7 .b-pic-7-inner {
        padding: 0 20px;
        width: 100%; } }
    @media (min-width : 0px) and (max-width : 767px) {
      .b-pic-7 .b-pic-7-inner {
        display: flex;
        flex-direction: column; } }
    .b-pic-7 .b-pic-7-inner .aquai-1 {
      display: block;
      font-size: 3rem;
      margin: 9rem 10rem;
      position: absolute;
      right: 0; }
      @media (min-width: 768px) and (max-width : 991px) {
        .b-pic-7 .b-pic-7-inner .aquai-1 {
          right: auto; } }
      @media (min-width : 0px) and (max-width : 767px) {
        .b-pic-7 .b-pic-7-inner .aquai-1 {
          font-size: 1.5rem;
          text-align: center;
          position: relative;
          margin: 5rem 0 0; } }
    .b-pic-7 .b-pic-7-inner .aquai-2 {
      color: #0f1113;
      display: block;
      font-size: 14rem;
      font-weight: 600;
      margin: 10rem 7rem;
      position: absolute;
      right: 0; }
      @media (min-width: 768px) and (max-width : 991px) {
        .b-pic-7 .b-pic-7-inner .aquai-2 {
          margin: 10rem 7rem;
          right: auto; } }
      @media (min-width : 0px) and (max-width : 767px) {
        .b-pic-7 .b-pic-7-inner .aquai-2 {
          font-size: 6rem;
          text-align: center;
          position: relative;
          margin: 0; } }
    .b-pic-7 .b-pic-7-inner .aquai-3 {
      display: block;
      font-size: 1.8rem;
      margin: 26rem 5rem;
      position: absolute;
      right: 0;
      white-space: nowrap; }
      .b-pic-7 .b-pic-7-inner .aquai-3 a {
        color: #B17F4A;
        cursor: pointer; }
        .b-pic-7 .b-pic-7-inner .aquai-3 a:hover {
          color: #3c3c3b; }
      @media (min-width: 768px) and (max-width : 991px) {
        .b-pic-7 .b-pic-7-inner .aquai-3 {
          margin: 26rem 14rem;
          right: auto; } }
      @media (min-width : 0px) and (max-width : 767px) {
        .b-pic-7 .b-pic-7-inner .aquai-3 {
          font-size: 1rem;
          text-align: center;
          position: relative;
          margin: 0; } }
.slider {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  width: 100%; }
  @media (min-width: 768px) and (max-width : 991px) {
    .slider {
      background-attachment: scroll;
      background-size: contain cover; } }
  @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .slider {
      background-attachment: scroll;
      background-size: contain cover;
      height: 80vh; } }
  @media (min-width : 0px) and (max-width : 767px) {
    .slider {
      background-attachment: scroll;
      background-size: contain cover;
      height: 60vh; } }
  @media (min-width : 576px) and (max-width : 768px) {
    .slider {
      background-attachment: scroll;
      background-size: contain cover;
      height: 60vh; } }
.b-pic-2 {
  height: 40vh; }

.bildrecht {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.85rem;
  font-weight: 200;
  letter-spacing: .04rem;
  margin-top: 30px;
  position: absolute;
  right: 30px; }

.eisenhorn {
  background: #0f1113;
  height: 50vh;
  margin: 5rem 0 -5rem;
  width: 100%; }
  @media (min-width : 0px) and (max-width : 767px) {
    .eisenhorn {
      height: auto;
      margin: 5.1rem 0 -5rem; } }
  .eisenhorn .eisenhorn-wrapper {
    display: flex;
    flex-direction: row-reverse;
    height: 100%;
    padding: 2rem 5rem; }
    @media (min-width : 0px) and (max-width : 767px) {
      .eisenhorn .eisenhorn-wrapper {
        flex-direction: column;
        padding: 5rem 2rem; } }
    .eisenhorn .eisenhorn-wrapper h2 {
      border: 0;
      margin: 0;
      padding: 0;
      color: #fff;
      font-size: 3rem;
      margin: 1rem 0; }
      @media (min-width: 768px) and (max-width : 991px) {
        .eisenhorn .eisenhorn-wrapper h2 {
          font-size: 2rem; } }
      @media (min-width : 0px) and (max-width : 767px) {
        .eisenhorn .eisenhorn-wrapper h2 {
          font-size: 2rem; } }
    .eisenhorn .eisenhorn-wrapper h3 {
      border: 0;
      margin: 0;
      padding: 0;
      font-size: 1.5rem; }
      @media (min-width: 768px) and (max-width : 991px) {
        .eisenhorn .eisenhorn-wrapper h3 {
          font-size: 1.5rem; } }
    .eisenhorn .eisenhorn-wrapper h4 {
      border: 0;
      margin: 0;
      padding: 0;
      color: #999;
      font-size: 1.5rem;
      font-weight: 200; }
      @media (min-width: 768px) and (max-width : 991px) {
        .eisenhorn .eisenhorn-wrapper h4 {
          font-size: 1rem; } }
    .eisenhorn .eisenhorn-wrapper a {
      color: #fff;
      cursor: pointer;
      display: block;
      margin-top: 2rem; }
      .eisenhorn .eisenhorn-wrapper a:hover {
        color: #B17F4A;
        cursor: pointer; }
    .eisenhorn .eisenhorn-wrapper p {
      border: 0;
      margin: 0;
      padding: 0;
      color: #fff;
      font-weight: 200;
      letter-spacing: .1rem;
      margin: 1rem 0; }
    .eisenhorn .eisenhorn-wrapper img {
      height: 100%;
      width: 100%; }
    .eisenhorn .eisenhorn-wrapper .eisenhorn-txt {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: -1rem 2rem 0 0;
      width: auto; }
    .eisenhorn .eisenhorn-wrapper .eisenhorn-video {
      height: auto;
      display: flex;
      margin-right: 3%;
      width: 60%;
      margin-bottom: 2rem; }
      @media (min-width : 0px) and (max-width : 767px) {
        .eisenhorn .eisenhorn-wrapper .eisenhorn-video {
          height: 100%;
          margin: 0;
          width: 100%; } }
@media (min-width : 0px) and (max-width : 767px) {
  .wp-block-gallery {
    padding: 0 30px; } }
