::selection {  background: #0048a1; }

/*** STICKY ***/
.ast-sticky-shrunk.ast-header-slide.ast-sticky-active.ast-header-sticked  .ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item {
  background-color: #0048a1;
}
.ast-sticky-shrunk.ast-header-slide.ast-sticky-active.ast-header-sticked  .ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item a {
  color: #ffffff;
}
.ast-sticky-shrunk.ast-header-slide.ast-sticky-active.ast-header-sticked  .ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item a:hover {
  color: #fbdf0d;
}

.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar .ast-site-identity {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.ast-sticky-shrunk.ast-header-slide.ast-sticky-active.ast-header-sticked .ast-custom-button {
  color: #0048a1;
  background-color: #fbdf0d;
}
.ast-sticky-shrunk.ast-header-slide.ast-sticky-active.ast-header-sticked .ast-custom-button:hover {
  color: #fbdf0d;
  background-color: #0048a1;
}

/**** FLOATING-BALLOON ***/
img .wp-image-189 {
  margin-top: -15px;
}

/*** SLIDESHOW ***/
.elementor-background-slideshow {
  border-radius: 10px;
}

/*** GALLERY ***/
.elementor-slideshow__title {
  display: none;
}

.elementor-widget-image img {
  border-radius: 5px;
}


/*** CONTACT ***/
.contact-form .contact-row {
  width: 99%;
  display: flex;
}
.contact-field {
  width: 48%;
}
.contact-field-full {
  width: 99%;
}
.wpcf7 select, .wpcf7 textarea {
  width: 92.5%;
  background: #ffffff;
  border: none;
  border-bottom: 2px solid #0048a1;
}
.wpcf7 textarea {
  height: 150px;
}
.consent {
  font-size: 14px;
  margin: 20px 0px;
}
.wpcf7 input:not([type="submit"]) {
  width: 95%;
  background: #ffffff;
  border: none;
  border-bottom: 2px solid #0048a1;
  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: #0048a1;
}
.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"] {
  width: 1.4em !important;
}
.sent-button {
  float: left;
}
input[type="submit"] {
  color: #ffffff;
  background-color: #0048a1;
  border: 2px solid #fbdf0d;
}
input[type="submit"]:hover {
  color: #0048a1;
  background-color: #fbdf0d;
  border: 2px solid #0048a1;
}
.wpcf7 form .wpcf7-response-output {
  margin: 100px 0 0 0;
  padding: 10px;
}

/*** FOOTER ***/
.site-footer .widget {
  color: #ffffff;
  text-align: left;
}
.site-footer .widget a {
  color: #ffffff;
  text-decoration: none;
}
.site-footer .widget a:hover {
  color: #fbdf0d;
}
.site-footer .fa, .site-footer .fas {
  color: #ffffff;
  padding: 0 5px 0 0;
}
.site-footer .wp-block-image.size-full {
  margin: 0 0;
  padding: 15px;
  background-color: #ffffff;
}

/*
.footer-spalten {
  color: #3a3a3a;
  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 {
  color: #000000;
  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: 980px) {
}
@media (max-width: 820px) {
}
@media (max-width: 480px) {
  .contact-form .contact-row { width: 99%; display: block; }
  .contact-field { width: 98%; }
}
