/*** BODY ***/
.site-content {
  margin-bottom: 45px;
}

/*** NAVI ***/
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
  background-color: #1d1e1b;
  margin-right: 10px;
}

/*** SUB-NAVI ***/
.main-header-menu .sub-menu .menu-link {
  padding: 5px 20px;
  background: #1d1e1b;
}

/*** TILES ***/
.elementor-flip-box__front .elementor-flip-box__layer__title {
  background: rgba(255,255,255,.6);
  padding: 10px 0px;
}

/*** 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;
}
input[type="submit"] {
  color: #ffffff;
  background-color: #ff5a00;
  border-color: #ff5a00;
}
input[type="submit"]:hover {
  color: #ffffff;
  background-color: #1d1e1b;
  border-color: #1d1e1b;
}

/*** FOOTER ***/
.widget {
  text-align: left;
  color: #ffffff;
}
.fa-solid, .fas {
  margin-right: 5px;
}
a.mobile-icon {
  margin-left: 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;
}
.texte {
  display: block;
  width: 80%;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.ast-footer-copyright p {
  color: #ffffff;
}


/****** RESPONSIVE ******/

@media (max-width: 1690px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 980px) {
}
@media (max-width: 820px) {
}
@media (max-width: 480px) {
  .contact-form .contact-row { width: 99%; display: block; }
  .contact-field { width: 98%; }
}
