/*** BODY ***/
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

h1::after, h2::after {
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #00162E;
}

/*** TOP-HEADER ***/
.ast-above-header.ast-above-header-bar {
  display: none;
}
.ast-above-sticky-header-active .ast-above-header.ast-header-sticked {
  display: block;
}

.ast-above-header.ast-above-header-bar .wp-block-image.size-full {
  margin: 0;
}


.ast-above-header.ast-above-header-bar {
  z-index: 2;
  position: relative;
}
a.upper-nav {
  color: #ffffff;
  font-size: 16px;
}
a.upper-nav:hover {
  color: #ffd500;
}
.ast-above-header.ast-above-header-bar .fas {
  color: #ffffff;
  margin:0 10px 0 0;
  font-size: 20px;
}



/*** TILES ***/
.elementor-flip-box__front .elementor-flip-box__layer__inner {
  background-color: #ffffff;
  padding: 20px;
}
.elementor-flip-box__back .elementor-flip-box__layer__inner {
  background-color: #ffffff;
  padding: 20px;
}
.elementor-flip-box__layer {
  transition: all .2s ease-in-out;
}

/*** COUNTER ***/
.elementor-counter-title {
  text-align: center;
}


/*** MARKEN ***/
.brands img {
  filter: grayscale(1);
}
.brands img:hover {
  filter: none;
}


/*** CONTACT ***/
.contact-form .contact-row {
  width: 99%;
  display: flex;
}
.contact-field {
  width: 48%;
}
.contact-full {
  width: 97%;
  margin-top: 25px;
}
.wpcf7 select, .wpcf7 textarea {
  width: 96%;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #00162e;
}
.wpcf7 textarea {
  height: 150px;
}
.consent {
  font-size: 14px;
  margin: 20px 0px;
}
.wpcf7 input:not([type="submit"]) {
  width: 98%;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #00162e;
  margin-bottom: 5px;
  padding: 10px;
  font-size: 18px;
}
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: #000000;
}
.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"] {
  width: 1.4em !important;
}
.sent-button {
  text-align: left;
}
input[type="submit"] {
  color: #00162e;
  background-color: #ffffff;
  border: #00162e solid 2px;
  border-radius: 7px;
}
input[type="submit"]:hover {
  color: #ffffff;
  background-color: #00162e;
  border-color: #00162e;
}

#empfang-group.form-group .wpcf7-form-control-wrap {
  width: 70%;
  display: inline-block;
  margin-bottom: 20px;
}
.wpcf7-list-item {
  margin: 0 25px 0 0;
}




/*** FOOTER ***/
.site-footer .widget {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
.site-footer h6 {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 2px solid #00162e;
}
.site-footer a {
  color: #00162e;
}
.site-footer a:hover {
  color: #ffffff;
}


.site-footer td, th {
  padding: 0;
}
.site-footer table {
  margin: 0;
}

#menu-item-388 .fas {
  margin-right: 5px;
}
#menu-item-406 .fas {
  margin-right: 10px;
}
#menu-item-467 .fas {
  margin-right: 5px;
}
#menu-item-455 .fas {
  margin-right: 10px;
}


/****** 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%; }*/
  img.wp-image-178 { width: 150px !important; }
}
@media (max-width: 820px) {
}
@media (max-width: 480px) {
  .contact-form .contact-row { width: 99%; display: block; }
  .contact-field { width: 98%; }
  #empfang-group.form-group .wpcf7-form-control-wrap { width: 100%; }
  
  .site-footer .widget { font-size: 14px; }
}
