/*** STICKY
.site-main {
  margin-top: 100px;
}
.main-header-bar, .site-header {
  position: fixed;
  width: 100%;
} ***/

/*** 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: #ff00ff;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 12px;
  border-radius: 0px;
}
.navi-tel a:hover {
  color: #ffffff;
  background: #000000;
}
.navi-tel .fa, .navi-tel .fas {
  color: #ffffff;
  margin-right: 5px;
}

a.upper-nav {
  color: #000000;
  font-size: 14px;
}
a.upper-nav:hover {
  color: #ff00ff;
}

/*** HEADINGS ***/
span.orange {
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  background: #f07e07;
  padding: 10px 15px;
  text-align: center !important;
  border-radius: 5px;
}


/*** RUNDGANG ***/
.rundgang iframe {
  height: 665px;
}


/*** CONTACT ***/
.contact-form .contact-row {
  width: 99%;
  display: flex;
}
.contact-field {
  width: 48%;
}
.wpcf7 select, .wpcf7 textarea {
  width: 94.5%;
  background: none;
  border: 3px solid #f07e07;
  border-radius: 5px;
}
.wpcf7 textarea {
  height: 150px;
}
.consent {
  font-size: 14px;
  margin: 20px 0px;
}
.wpcf7 input:not([type="submit"]) {
  width: 98%;
  background: none;
  border: 3px solid #f07e07;
  border-radius: 5px;
  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: left;
}
input[type="submit"] {
  color: #ffffff;
  background-color: #f07e07;
  border-color: #f07e07;
  border-radius: 5px;
}
input[type="submit"]:hover {
  color: #ffffff;
  background-color: #57b033;
  border-color: #57b033;
}

/*** SOCIAL-CHAT***/
.qlwapp__button--button {
  padding: 10px !important;
}

/*** FOOTER ***/
.widget {
  text-align: center;
}


/****** 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 ***/
  .rundgang iframe { height: 550px; }
}
@media (max-width: 480px) {
  span.orange { font-size: 15px; }
  
  /*** RUNDGANG ***/
  .rundgang iframe { height: 450px; }
  
  .contact-form .contact-row { width: 99%; display: block; }
  .contact-field { width: 98%; }
}
