::selection { background:#d0b737; color: #05355f; }

/*** NAVI ***/
header .custom-logo-link img {
  width: 350px;
}

/*** STICKY ***/
.main-header-bar {
  position: fixed;
  width: 100%;
}
.site-main {
  margin-top: 135px;
}

/*** FLIP-BOX ***/
.elementor-flip-box__layer__title {
  text-shadow: 0 0 5px #FFFFFF, 0 0 10px #FFFFFF, 0 0 10px #FFFFFF;
}

/*** POPUP ***/
.spu-content p {
  color: #05355f;
}

/*** CONTACT ***/
.contact-form .contact-row {
  width: 99%;
  display: flex;
}
.contact-field {
  width: 48%;
}
.wpcf7 select, .wpcf7 textarea {
  width: 92.5%;
  background: #ffffff;
  border: none;
}
.wpcf7 textarea {
  height: 250px;
}
.consent {
  font-size: 14px;
  margin: 20px 0px;
}
.wpcf7 input:not([type="submit"]) {
  width: 95%;
  background: #ffffff;
  border: none;
  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 {
  float: right;
}
input[type="submit"] {
  color: #05355f;
  background-color: #ffffff;
  border-color: #ffffff;
}
input[type="submit"]:hover {
  color: #05355f;
  background-color: #bdcbd5;
  border-color: #bdcbd5;
}

/*** FOOTER ***/
.widget {
  text-align: center;
}
.footer-spalten {
  display: table;
  position: relative;
  max-width: 35rem;
  padding: 0 0 0 0;
}
.footer-spalten .fas {
  color: #4b4f58;
  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: 980px) {
  .main-header-bar { position: relative; width: 100%; }
  .site-main { margin-top: 0px; }
}
@media (max-width: 820px) {
}
@media (max-width: 480px) {
  .spu-content p { font-size: 12px; }

  .contact-form .contact-row { width: 99%; display: block; }
  .contact-field { width: 98%; }
}
