/*** LOGO ***/
.site-header .site-description {
  padding-top: 10px;
  text-align: center;
}

/*** STICKY-LOGO ***/
.ast-above-header-bar.ast-above-header .alignleft  {
  display: none;
}

.ast-sticky-active.ast-sticky-shrunk.ast-header-sticked .alignleft {
  display: inline;
}

/*** HEADER-BACKGROUND ***/
.main-header-bar-wrap:after {
  content: "";
  display: block;
  height: 90px;
  position: relative;
  margin-top: -80px;
  background-image: url("/wp-content/uploads/achims-beckhaus-papier.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 4;
}

/*** 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;
}


/*** SLIDER ***/
img.swiper-slide-image {
  max-height: 175px;
}
.swiper-pagination {
  margin-bottom: -30px;
}

/*** NEWSLETTER ***/
#mailpoet_form_1 {
  background: #ffffff !important;
  border: none !important;
}
input#form_first_name_1 {
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
}
input#form_email_1 {
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
}
input.mailpoet_submit:hover {
  color: #fab708 !important;
  background-color: #000000 !important;
}

#fieldset#legend {
  margin-bottom: 10px !important;
}



/*** CONTACT ***/
.contact-form .contact-row {
  width: 99%;
  display: flex;
}
.contact-field {
  width: 49%;
}
.wpcf7 select, .wpcf7 textarea {
  width: 96%;
  background: #ffffff;
  border: none;
  border-radius: 25px;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
}
.wpcf7 textarea {
  height: 200px;
}
.consent {
  font-size: 14px;
  margin: 20px 0px;
}
.wpcf7 input:not([type="submit"]) {
  width: 98%;
  background: #ffffff;
  border: none;
  border-radius: 25px;
  margin-bottom: 5px;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
}
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"] {
  border-radius: 25px;
  color: #000000;
  background-color: #fab708;
}
input[type="submit"]:hover {
  color: #fab708;
  background-color: #000000;
  border-color: #000000;
}
.wpcf7-spinner {
  display: none;
}

/*** FOOTER ***/
.widget {
  text-align: center;
}
.site-footer .fa-solid, .site-footer  .fas {
  color: #000000;
  margin-right: 5px;
}

.footer-spalten {
  display: table;
  position: relative;
  max-width: 35rem;
  padding: 0 0 0 0;
}
.footer-spalten .fas {
  color: #000000;
  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;
}



/****** 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) {
}
@media (max-width: 480px) {
  .contact-form .contact-row { width: 99%; display: block; }
  .contact-field { width: 98%; }
}
