@charset "UTF-8";
@font-face {
  font-family: "Lato light";
  src: url("/_fonts/Lato/Lato-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Lato black";
  src: url("/_fonts/Lato/Lato-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Lato regular";
  src: url("/_fonts/Lato/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Allison";
  src: url("/_fonts/Allison/Allison-Regular.ttf") format("truetype");
}
html {
  font-size: 18px;
  color: #000000;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
body, .uk-navbar-nav > li > a {
  font-family: "Lato light";
}
a {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
h1, h2, h3 {
  font-family: "Lato regular";
}
#modal-kontakt h4 {
  color: #f9a220;
  font-weight: bold;
}
.schatten_oben {
  box-shadow: 0px -10px 15px -20px rgba(0, 0, 0, 0.5), 0px 10px 15px -20px rgba(0, 0, 0, 0.5);
}
.breadcrumb .socials .uk-icon-button {
  background: #f9a220;
  color: #FFFFFF;
  border-radius: unset;
}
.breadcrumb .socials .searchbutton {
  background: #adb0a8;
}
.breadcrumb .socials form {
  background: #adb0a8;
  margin-right: 1rem;
}
.breadcrumb .socials form input {
  height: 37px;
  color: #FFFFFF;
}
.breadcrumb .socials form ::placeholder, .breadcrumb .socials form a {
  color: #FFFFFF;
}
.breadcrumb .uk-breadcrumb {
  margin: 0;
  font-size: 16px;
}
.breadcrumb .uk-breadcrumb > * > * {
  font-size: 16px;
  color: unset;
}
.breadcrumb .uk-breadcrumb svg {
  max-width: 16px;
  padding-bottom: 4px;
}
.breadcrumb .uk-breadcrumb a {
  text-decoration: none;
}
.breadcrumb .uk-breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "|";
  margin: 0 10px 0 calc(10px - 2px);
}
header {
  background: #FFFFFF;
}
header .uk-logo {
  width: 280px;
  padding-top: 0.3rem;
  margin-left: 2rem;
}
header .logoebhh {
  width: 100px;
  margin-bottom: 4rem;
}
header .uk-navbar-left {
  align-items: start;
}
header .uk-navbar-center:not(:only-child) {
  padding-top: 1.8rem;
  margin-left: 13%;
}
header .uk-navbar-nav > li > a {
  color: #000000;
}
header .uk-navbar-nav > li.uk-active > a {
  font-weight: bold;
}
.marquee {
  max-width: 100vw;
  /* iOS braucht das */
  white-space: nowrap;
  overflow: hidden;
  color: #f9a220;
  font-weight: bold;
}
.marquee span {
  display: inline-block;
  padding-left: 105%;
  /* die zusätzlichen 5% erzeugen einen verzögerten Start und vermeiden so ein Ruckeln auf langsamen Seiten */
  animation: marquee 20s linear infinite;
}
.marquee span:hover {
  animation-play-state: paused;
}
.marquee span a {
  color: #f9a220;
}
/* Make it move */
@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.navmobile .uk-logo {
  width: 250px;
  padding-top: 3rem;
  margin-left: 1.5rem;
}
.navmobile .hm {
  padding-right: 2rem;
}
#offcanvas-usage .uk-offcanvas-bar {
  background: #FFFFFF;
  color: #000000;
}
#offcanvas-usage .uk-offcanvas-bar .uk-offcanvas-close {
  color: #adb0a8;
}
#offcanvas-usage .uk-offcanvas-bar h3 {
  color: #000000;
}
#offcanvas-usage .uk-offcanvas-bar form {
  background: #adb0a8;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
#offcanvas-usage .uk-offcanvas-bar form input {
  height: 37px;
  color: #FFFFFF;
}
#offcanvas-usage .uk-offcanvas-bar form ::placeholder, #offcanvas-usage .uk-offcanvas-bar form a {
  color: #FFFFFF;
}
#offcanvas-usage .uk-offcanvas-bar .uk-nav a {
  color: #000000;
}
#offcanvas-usage .uk-offcanvas-bar .uk-nav-sub li {
  padding: 0 0.5rem 0 0.5rem;
  border-bottom: 1px solid #adb0a8;
}
#offcanvas-usage .uk-offcanvas-bar .uk-nav-sub li:hover {
  background: #f9a220;
}
#offcanvas-usage .uk-offcanvas-bar .uk-nav-sub li a {
  color: #000000;
  text-decoration: none;
}
#offcanvas-usage .uk-offcanvas-bar .uk-nav-sub li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.detailseite h2 {
  color: #f9a220;
}
.detailseite p {
  text-align: justify;
}
.detailseite .bu {
  font-size: 0.5rem;
}
.detailseite .uk-tab > * {
  padding-left: 0;
}
.detailseite .uk-tab::before {
  /*border-color: $gelb;*/
}
.detailseite .uk-tab a {
  text-decoration: none;
}
.detailseite .uk-tab > .uk-active > a {
  /*background:$gelb;*/
  border-color: #f9a220;
  color: #f9a220;
  font-weight: bold;
}
.detailseite .uk-switcher > li > div > ul > li {
  list-style-type: disc;
}
.uk-navbar-dropdown {
  top: 150px !important;
  padding: unset;
}
.uk-navbar-dropdown li {
  border-bottom: 1px solid #adb0a8;
}
.uk-navbar-dropdown li a {
  margin-left: 1rem;
  color: unset;
}
.uk-navbar-dropdown li:hover {
  background: #f9a220;
}
.uk-navbar-dropdown li:hover a {
  color: #FFFFFF;
}
.uk-slider li:nth-child(odd) .uk-card {
  background: #f9a220;
}
.uk-slider li:nth-child(even) .uk-card {
  background: #adb0a8;
}
.willkommen h2, .willkommen h3 {
  color: #f9a220;
}
.willkommen h3 {
  font-weight: bold;
}
.willkommen p {
  text-align: justify;
}
.willkommen p:nth-child(2) strong {
  color: #f9a220;
}
.willkommen .uk-icon {
  color: #FFFFFF;
}
.zitat {
  font-family: "Allison";
  font-size: 3rem;
  line-height: 3rem;
  color: #adb0a8;
}
.zitat .autor {
  font-family: "Lato regular";
  line-height: 1.5rem;
  font-size: 1rem;
  color: #000000;
}
.zitat .uk-box-shadow-large {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}
.aktuelles .uk-card.uk-card-default, .rechteSpalte .uk-card.uk-card-default {
  color: unset;
}
.aktuelles .uk-card.uk-card-default h4, .rechteSpalte .uk-card.uk-card-default h4 {
  font-weight: bold;
  color: #f9a220;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.aktuelles .uk-card.uk-card-default .uk-card-body, .rechteSpalte .uk-card.uk-card-default .uk-card-body {
  text-align: justify;
}
.downloadsaufmacher p {
  text-align: justify;
}
.downloadschatten {
  box-shadow: 0px -10px 15px -15px rgba(0, 0, 0, 0.75);
}
.downloads {
  padding: 1rem;
}
.downloads h4, .downloads h5 {
  margin-top: 0px;
  color: #f9a220;
  font-weight: bold;
}
.sichtbarkeit .uk-card-media-left .uk-cover-container {
  background: #f9a220;
}
.sichtbarkeit .uk-card-media-right .uk-cover-container {
  background: #adb0a8;
}
.toTop svg {
  display: none;
}
.uk-totop {
  padding: unset;
}
footer {
  background: #f9a220;
  color: #FFFFFF;
}
footer h4 {
  color: #FFFFFF;
}
footer a {
  color: #FFFFFF;
  text-decoration: none;
}
footer a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
footer .logo1 img {
  padding-top: 0.3rem;
  width: 200px;
}
footer .logo2 img {
  width: 110px;
  margin-bottom: 3rem;
}
