/**handles:styles-colors**/
body {
  color: #000;
  background-color: #fff;
}

*::-moz-selection {
  background: #0173A2;
  color: #fff;
}

*::selection {
  background: #0173A2;
  color: #fff;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #003E32;
}

a {
  color: #003E32;
}
a svg {
  fill: #016892;
}
a:hover {
  color: #0173A2;
}
a:hover svg {
  fill: #0173A2;
}
a.color--neuro {
  color: #0173A2;
}

.color-fff {
  color: #fff;
}
.color-fff h1, .color-fff h2, .color-fff h3, .color-fff h4, .color-fff h5, .color-fff h6,
.color-fff .h1, .color-fff .h2, .color-fff .h3, .color-fff .h4, .color-fff .h5, .color-fff .h6 {
  color: #fff;
}
.color-fff a {
  color: #fff;
}

.color--neuro {
  color: #0173A2;
}

.color--darkgreen {
  color: #003E32;
}

.bg--sand {
  background-color: #F7EFE5;
}

.bg--neuro {
  background-color: #0173A2;
}

.bg--fff {
  background-color: #fff;
}

/*
.copy-lg{
    strong{
        background: linear-gradient(180deg,rgba(255,255,255,0) 55%, $neuro40 70%);
    }
}
*/
.wpcf7-submit,
.btn {
  background-color: #0173A2;
  color: #fff;
}
.wpcf7-submit svg,
.btn svg {
  fill: #fff;
}
.wpcf7-submit:hover,
.btn:hover {
  color: #fff;
  background-color: #016892;
}
.wpcf7-submit:hover svg,
.btn:hover svg {
  fill: #fff;
}
.wpcf7-submit--secondary,
.btn--secondary {
  background-color: transparent;
  border: 2px solid #0173A2;
  color: #0173A2;
}
.wpcf7-submit--secondary svg,
.btn--secondary svg {
  fill: #0173A2;
}
.wpcf7-submit--secondary:hover,
.btn--secondary:hover {
  background-color: #016892;
  color: #fff;
  border: 2px solid #016892;
}
.wpcf7-submit--secondary:hover svg,
.btn--secondary:hover svg {
  fill: #fff;
}
.wpcf7-submit--negativ,
.btn--negativ {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.wpcf7-submit--negativ svg,
.btn--negativ svg {
  fill: #fff;
}
.wpcf7-submit--negativ:hover,
.btn--negativ:hover {
  background-color: #016892;
  color: #fff;
  border: 2px solid #016892;
}
.wpcf7-submit--negativ:hover svg,
.btn--negativ:hover svg {
  fill: #fff;
}

#burger {
  background-color: #0173A2;
}
#burger span {
  background-color: #fff;
}
#burger:hover {
  background-color: #016892;
}

.current-menu-item a {
  color: #0173A2;
}
.current-menu-item ul li a {
  color: #003E32;
}
.current-menu-item ul li a:hover {
  color: #0173A2;
}

/* button menu */
.btnm a {
  background-color: #0173A2;
  color: #fff;
}
.btnm a svg {
  fill: #fff;
}
.btnm a:hover {
  background-color: #016892;
}
.btnm--secondary a {
  background-color: transparent;
  border-color: #0173A2;
  color: #0173A2;
  border: 2px solid #0173A2;
}
.btnm--secondary a svg {
  fill: #0173A2;
}
.btnm--secondary a:hover {
  color: #fff;
  border: 2px solid #016892;
}
.btnm--secondary a:hover svg {
  fill: #fff;
}

.big-menu {
  background-color: #CCE3EC;
}

.color-overlay {
  background: #000;
  opacity: 0.65;
}
.color-overlay--rand {
  background-color: #412508;
  opacity: 0.2;
}

.editor-content ul li::after {
  background-color: #000;
}

.swiper-container.swiper-container-horizontal > .swiper-scrollbar {
  border-bottom: 1px solid rgba(0, 62, 50, 0.25);
}
.swiper-container.swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
  background: #0173A2;
}

.footer a {
  color: #000;
}
.footer a:hover {
  color: #0173A2;
}

.arzt-slider .swiper-container .swiper-wrapper .swiper-slide .entry .leitung {
  color: #fff;
  background-color: #0173A2;
}/*# sourceMappingURL=colors.css.map */