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

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  background-color: #333;
  overflow-x: hidden;
  min-width: 320px;
}

.wrapper {
  max-width: 1500px;
  min-width: 310px;
  /*? 320px including 5px margin at small size */
  height: auto;
  margin: 0 auto;
  padding: 5px;
}

.logo {
  width: 100%;
  min-height: 50px;
  padding: 10px 0 10px 0;
  background-color: #ff0;
  border-radius: 10px;
}

.logo img {
  width: 90%;
  margin: 10px 5%;
}

.slideshow-container {
  display: none;
  width: 100%;
  max-height: 180px;
  overflow: hidden;
  border-radius: 10px;
}

/*.dot {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  position: relative;
  top: -30px;
}*/

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

.content {
  max-width: 100%;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-bottom: 50px;
  padding: 20px;
}

.content.noInfoSection {
  min-height: 600px;
  border-radius: 10px;
  margin-bottom: 5px;
}

.info-section {
  max-width: 100%;
  text-align: center;
  background-color: #ff0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-bottom: 50px;
}

.maps,
.meteo,
.localBookingContainer {
  margin: 0 auto;
  width: 90%;
  max-width: 450px;
}

.reviews {
  margin: 0 auto;
  max-width: 450px;
  width: 80%;
  background-color: #fff;
}

.showPreferencesModalButton,
.acceptAllButton,
.acceptNecessaryButton {
  height: 50px;
  width: 90%;
  max-width: 300px;
  margin: 5px;
  border-radius: 10px;
  background-color: #242c31;
  color: #ebf3f6;
}

.titel1 {
  font-size: 1.5em;
  text-align: center;
  padding: 10px;
}

p.kategorieTitel {
  font-size: 24px;
}

.iframeFullScreen {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

.img1 {
  width: 200px;
  height: 300px;
}

.gridFlexParent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

#gridFlexParentOne {
  max-width: 90%;
}

#gridFlexParentOne>h1,
h2,
h3,
h4,
h5,
h6 {
  grid-column: span 2;
}

#gridFlexParentTwo {
  grid-template-columns: 480px 480px;
  /*? aspect-ratio 3/2 (600x400px/480x320px)*/
  grid-template-rows: 320px;
  /*? aspect-ratio 3/2 (600x400px/480x320px)*/
  justify-content: center;
}

.flexChild,
.flexChild img {
  width: 100%;
  max-width: 600px;
  background-color: #333;
  margin: auto;
}

.flexChild.portrait {
  grid-row: span 2;
}

.flexChild.portrait img {
  max-width: 400px;
  max-height: 600px;
  margin: 40px 0;
}

.flexChild.portrait.split img {
  max-width: 100%;
  margin: 0px;
}

.flexChild.landscape,
.flexChild.landscape img {
  max-height: 320px;
  /*? aspect-ratio 3/2 (600x400px/480x320px)*/
}

.container {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

.container1 {
  margin: 20px;
}

.videoWrapper {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.imageWrapper {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.imageWrapper img {
  width: 100%;
}

.imageWrapper a:hover img {
  border: 2px solid #F00;
}

.imageTextBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.textTextBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 5%;
}

.textBox,
.imageBox {
  width: 50%;
  max-width: 600px;
}

.imageBox {
  padding: 20px;
  max-width: 500px;
}

.imageBox img {
  max-width: 100%;
}

.herstellerSeiteButton {
  width: 50%;
  margin: 30px auto;
  background-color: #333;
  border-radius: 10px;
}

.herstellerSeiteButton a {
  display: block;
  padding: 15px;
  color: #fff !important;
  font-size: 24px;
}

.herstellerSeiteButton:hover {
  box-shadow: 0px 0px 1px 1px #000;
}

.socialMediaSection {
  text-align: center;
}

.socialMediaKontakt img {
  width: 50px;
  vertical-align: middle;
}

.socialMediaKontakt span {
  display: inline-block;
  min-width: 100px;
}

.kontakt,
.oeffnungszeiten {
  text-align: center;
}

p {
  font-size: 1em;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.1em;
}

p,
h1,
h2,
h3,
hr {
  width: 90%;
  max-width: 800px;
  margin: 10px auto;
}

a:link {
  text-decoration: none;
  color: #00f;
}

a:hover {
  text-decoration: none;
  color: #f00;
}

li a:link {
  color: #000;
}

li a:visited {
  color: #000;
}

/* für local Buchungs-Button */
button.SBW-button.SBW-button--bounce.SBW-right {
  right: calc(50% - 100px) !important;
}

/* für Cookie Consent links */
a.ccLink {
  font-weight: bold !important;
  color: #ebf3f6 !important;
}

/* Shopifly / Local Booking fix (hide not needed elements) */
.c-an.c-h-n.c-h-b.show-ph>.cll,
.localBooking.c-h-n.c-an {
  display: none;
}

/* Local Booking Container */
.localBooking {
  min-height: 300px !important;
}

/* Booking Button (Termin buchen Container) */
.bookingButton {
  margin-top: 20px !important;
  width: 127px;
  height: 40px;
  margin: 0 auto;
}

/* Booking Button (Termin buchen Knopf) */
a.termine24-widget.termine24-widget-custom {
  display: block !important;
  border: none !important;
  border-radius: 0.3125em !important;
  text-align: center !important;
  line-height: 40px !important;
  font-size: 0.9em !important;
  font-weight: 600 !important;
}

/* Booking Button (Termin buchen Knopf hover state) */
a.termine24-widget.termine24-widget-custom:hover {
  background-color: #e60500 !important;
}

/* Cookie Consent halb-transparenter Hintergrund */
.c-t-cn {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px !important;
}

/*!-- @media screen and (min-width: 1300px)  ---------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (min-width: 1300px) {

  .wrapper {
    width: 90%;
  }

}

/*!-- @media screen and (min-width: 1200px)  ---------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (min-width: 1200px) {

  .full-content.splitView {
    display: flex;
  }

  .content.splitView {
    width: 70%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
  }

  .info-section.splitView {
    width: 30%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0px;
  }

  .reviews {
    width: 80%;
  }

  /* Rundgang Containter */
  .container {
    margin-bottom: 20px;
  }
}

/*!--  @media screen and (max-width: 1199px)  ---------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1199px) {
  body {
    min-width: 320px;
  }

  #gridFlexParentOne {
    display: flex;
    flex-flow: column;
  }

  #gridFlexParentTwo {
    display: flex;
    flex-flow: column;
    align-items: center;
    row-gap: 0;
    max-width: 980px;
    margin: 0 auto;
  }

  .container {
    max-width: 600px;
  }

  .container1 {
    max-width: 600px;
    margin: 0 auto
  }

  .flexChild.landscape {
    max-height: 440px;
  }

  .flexChild.landscape img {
    max-width: 600px;
    max-height: 400px;
    margin: 10px 0;
  }

  .flexChild.portrait img {
    margin: 10px 0;
  }

  .flexChild:first-child {
    max-height: 660px;
    padding-top: 20px;
  }

  .flexChild:last-child {
    max-height: 700px;
    padding-bottom: 20px;
  }

  .flexChild.split:first-child {
    padding-top: 0px;
  }

  .flexChild.split:last-child {
    padding-bottom: 0px;
  }

  .textBox,
  .imageBox {
    width: 100%;
  }


}

/*!--  @media screen and (max-width: 494px)  ---------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 494px) {

  h1 {
    font-size: 1.3em;
  }

  h2 {
    font-size: 1.2em;
  }

  h3 {
    font-size: 1.1em;
  }

  h4 {
    font-size: 1em;
  }

  p.kategorieTitel {
    font-size: 20px;
  }

  .textTextBox {
    padding: 0px;
  }

  .flexChild,
  .flexChild img {
    background-color: #fff;
  }

  .flexChild.portrait img {
    margin: 10px 0;
  }

  .flexChild.landscape img {
    margin: 10px 0;
  }
}