/*** LOGO ***/
header .custom-logo-link img {
  width: 175px;
}

/*** NAVI ***/
button.navi-tel, button.navi-tel:hover, button.navi-tel:active {
  background-color: #ffffff;
  padding: 0 0 0 0 ;
}
.navi-tel a {
  color: #ffffff;
  background: #45413f;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 12px;
  border-radius: 0px;
}
.navi-tel a:hover {
  color: #ffffff;
  background: #45413f;
}
.navi-tel .fa, .navi-tel .fas {
  color: #ffffff;
  margin-right: 5px;
}

a.upper-nav {
  color: #ffffff;
  font-size: 14px;
}
a.upper-nav:hover {
  color: #000000;
}
.upper-nav.fa-solid, .upper-nav.fas {
  color: #ffffff;
  margin-right: 5px;
}

/*** GALLERY ***/
.elementor-slideshow__title {
  display: none;
}
/* TEASERS */
.elementor-widget-image-box .elementor-image-box-title a {
  text-decoration: none;
}
.elementor-widget-image-box .elementor-image-box-title a:hover {
  color: #000000;
}


/*** 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: none;
  border: none;
  border-bottom: 1px solid #3A3A3A;
}
.wpcf7 textarea {
  height: 250px;
}
.consent {
  font-size: 14px;
  margin: 20px 0px;
}
.wpcf7 input:not([type="submit"]) {
  width: 95%;
  background: none;
  border: none;
  border-bottom: 1px solid #3A3A3A;
  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;
}
.sent-button {
  text-align: center;
}
input[type="submit"] {
  color: #ffffff;
  background-color: #bf5637;
  border-color: #bf5637;
}
input[type="submit"]:hover {
  color: #ffffff;
  background-color: #45413f;
  border-color: #45413f;
}

/*** FOOTER ***/
.widget {
  text-align: center;
  color: #ffffff;
}
.site-footer.fa-solid, .site-footer.fas {
  color: #ffffff;
  margin-right: 5px;
}

.footer-spalten {
  display: table;
  position: relative;
  max-width: 35rem;
  padding: 0 0 0 0;
}
.footer-spalten .fas {
  color: #ffffff;
  font-size: 40px;
  padding-right: 30px;
  display: block;
  width: 20%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.footer-spalten a:hover {
  color: #ffffff;
}
.texte {
  display: block;
  width: 80%;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.ast-footer-copyright a:hover {
  color: #ffffff;
}



/****** RESPONSIVE ******/

@media (max-width: 1690px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 921px) {
  /*.site-main { margin-top: 0px; }
  .main-header-bar, .site-header { position: relative; width: 100%; }*/
}
@media (max-width: 820px) {
  .rundgang iframe { height: 550px; }
}
@media (max-width: 480px) {
  .contact-form .contact-row { width: 99%; display: block; }
  .contact-field { width: 98%; }
  
  .rundgang iframe { height: 450px; }
}
