
/*** STICKY ***/
.site-main {
  margin-top: 0px;
}
.main-header-bar, .site-header {
  position: fixed;
  width: 100%;
}


/*** BODY ***/
a, a:focus, a:hover, a:visited {
  text-decoration: underline;
}


/*** OPENING HOURS ***/
table.opening-hours {
  border: none;
}
td.opening-hours, th.opening-hours {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
td, th {
  border-right: none;
}


/*** PARALLAX ***/
.kurzurlaub h3, .kurzurlaub h4 {
  text-shadow: 0px 0px 5px #FFF, 0px 0px 10px #FFF, 0px 0px 15px #FFF, 0px 0px 20px #FFFFFF;;
}


/*** GALLERY **/
.elementor-slideshow__title {
  display: none;
}

/*** RUNDGANG ***/
.rundgang iframe {
  height: 665px;
}


/*** CONTACT ***/
.contact-form .contact-row {
  width: 99%;
  display: flex;
}
.contact-field {
  width: 48%;
}
.wpcf7 select, .wpcf7 textarea {
  width: 92.5%;
  background: #ffffff;
  border: none;
}
.wpcf7 textarea {
  height: 250px;
}
.consent {
  font-size: 14px;
  margin: 20px 0px;
}
.wpcf7 input:not([type="submit"]) {
  width: 95%;
  background: #ffffff;
  border: none;
  margin-bottom: 5px;
}
input[type="email"], input[type="number"], input[type="password"], input[type="reset"], [type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
  color: #333333;
}
.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"] {
  width: 1.4em !important;
}
input[type="submit"] {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
input[type="submit"]:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.sent-button {
  text-align: center;
}


/*** FOOTER ***/
.widget {
  text-align: left;
}
.wp-block-image.size-full {
  margin: 10px 0;
}

.footer-spalten .fas {
  color: #ffffff;
  font-size: 25px;
  padding-right: 15px;
  display: block;
  width: 20%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.texte {
  display: block;
  width: 80%;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}


/****** RESPONSIVE ******/

@media (max-width: 1690px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 980px) {
}
@media (max-width: 921px) {
  .site-main { margin-top: 0px; }
}
@media (max-width: 820px) {
  .main-header-bar, .site-header { position: relative; width: 100%; }
  
  .rundgang iframe { height: 550px; }
}
@media (max-width: 480px) {
  .ast-logo-title-inline .ast-site-identity { padding: 0 0; }
  
  .contact-form .contact-row { width: 99%; display: block; }
  .contact-field { width: 98%; }
  
  .rundgang iframe { height: 450px; }
}
