/*@import url("uikit-base.css");
@import url("mmenu.css");
@import url("font-awesome.min.css");*/
/* roboto-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src:
    url("../fonts/roboto-v51-latin_latin-ext-regular.woff2") format("woff2"), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url("../fonts/roboto-v51-latin_latin-ext-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src:
    url("../fonts/roboto-v51-latin_latin-ext-700.woff2") format("woff2"), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url("../fonts/roboto-v51-latin_latin-ext-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
:root {
  --schwarz: rgb(28, 28, 28);
  --schwarz94: rgb(42, 42, 42);
  --schwarz65: rgb(107, 107, 107);
  --schwarz40: rgb(164, 164, 164);
  --schwarz8: rgb(237, 237, 237);
  --gelb: rgb(255, 221, 9);
  --weiss: #ffffff;
}
* {
  margin: 0;
  padding: 0;
  outline: none !important;
  /*-webkit-appearance: none;
-moz-appearance: none;*/
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 17px;
}
body {
  height: 100%;
  font-family: "Roboto", Helvetica, Arial, SansSerif, "sans-serif";
  background-color: var(--schwarz8);
  color: var(--schwarz);
}
::-moz-selection {
  background: var(--schwarz65);
  color: var(--gelb);
}
::selection {
  background: var(--schwarz65);
  color: var(--gelb);
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a img {
  border: none;
}
img {
  max-width: 100%;
  height: auto;
}
table {
  /*width: 100%;
table-layout:fixed;*/
}
figure.image {
  display: inline-block;
  border: 1px solid gray;
  margin: 0 2px 0 1px;
  background: #f5f2f0;
}
figure.align-left {
  float: left;
}
figure.align-right {
  float: right;
}
figure.image img {
  margin: 8px 8px 0 8px;
}
figure.image figcaption {
  margin: 6px 8px 6px 8px;
  text-align: center;
}
.noIcon span.uk-icon {
  display: none;
}
/*=================================
        Header & Navigation
=================================*/
#header {
  background-color: var(--schwarz);
  padding: 30px 0;
}
#navi {}
#navi ul {}
#navi ul li {
  list-style: none;
}
#navi ul li a {
  color: var(--weiss);
  font-size: 1.18rem;
  letter-spacing: 0.01em;
}
#navi ul li a:hover {
  color: var(--gelb);
}
.uk-active .logo {
  max-height: 42px;
}
#navi .uk-dropdown a {
  color: var(--schwarz);
  font-size: 1rem;
}
#navi .uk-dropdown a:hover {
  color: var(--schwarz65);
}
#navi .uk-dropdown {
  min-width: 200px;
  padding: 20px;
  background: var(--gelb);
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
/*============================================
           Kopfbild
============================================*/
.kopfbild {}
.overlay {
  background-color: var(--schwarz40);
  mix-blend-mode: multiply;
}
/*============================================
           Navi Boxen
============================================*/
.naviBoxenWeiss {
  font-size: 1.18rem;
  font-weight: bold;
}
.naviBoxenWeiss .uk-ratio-1-1 {
  padding-bottom: 20%;
}
.naviBoxenWeiss:hover {
  background-color: var(--gelb);
}
/*============================================
           Boxen weiss 2-spaltig
============================================*/
.boxen .bgWeiss:nth-child(even) .uk-grid {
  flex-direction: row-reverse;
}
.boxen .bgWeiss:last-child {
  margin-bottom: 0;
}
/*============================================
           News
============================================*/
p.uk-margin-auto-top .button {
  margin-top: 1.5rem;
}
.uk-slidenav {
  color: var(--schwarz);
}
.uk-slidenav:hover {
  color: var(--schwarz65);
}
.uk-dotnav > .uk-active > * {
  background-color: var(--gelb);
  border-color: var(--schwarz);
}
.uk-dotnav > * > * {
  border: 1px solid var(--schwarz);
}
/*=================================
            Formatierung
=================================*/
h1, h2, h3, h4 {
  line-height: 1.25;
  color: var(--schwarz);
}
h1 {
  font-size: 2.5rem;
  letter-spacing: 0.03em;
}
h2 {
  font-size: 1.7rem;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
h2:after {
  content: "";
  height: 5px;
  width: 144px;
  display: block;
  background-color: var(--gelb);
  position: absolute;
  bottom: -30px;
}
h3 {
  font-size: 1.7rem;
}

#newsSlider h3 {
  font-size: 1.2rem;
}
h4 {
  font-size: 1.18rem;
  line-height: 1.35;
}
h5 {}
p {
  line-height: 1.53;
}
* + p, * + ul, * + h3 {
  margin-top: 1.5rem;
}

* + h2 {
  margin-top: 2.5rem;
}
h4 + p {
  margin-top: 0.7rem;
}
section li {
  list-style-type: disc;
  line-height: 1.53;
  margin-left: 15px;
  padding-left: 5px;
}
section li + li {
  margin-top: 10px;
}
section li::marker {
  color: var(--gelb);
}
/*=================================
            Timeline
=================================*/
.timeline {
  position: relative;
  z-index: 1;
}
.timeline:after {
  content: "";
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  width: 1px;
  background-color: var(--gelb);
  position: absolute;
  z-index: -1;
}
.jahr {
  font-size: 1rem;
  /*color: var(--beige)!important;*/
  /*line-height: 1.5;*/
  /*width: 150px;*/
}
.timeline .timelineItem:nth-child(even) .timelineInhalt, .gridItem:nth-child(even) .gridInhalt {
  flex-direction: row-reverse;
}
.timeline .uk-slidenav {
  background-color: rgba(0, 0, 0, 0.5);
  /*border: 1px solid rgba(255,255,255,0.5);*/
}
/*============================================
           Footer
============================================*/
#footer .bgSchwarz94 {
  padding: 40px 15px;
}
#footer .bgSchwarz94 img {
  margin-bottom: 10px;
}
/*=================================
            KLASSEN
=================================*/
.mid {
  width: calc(100% - 40px);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.button {
  display: inline-block;
  min-width: 144px;
  padding: 10px 20px;
  background-color: var(--gelb);
  border-radius: 25px;
  border: var(--gelb) 1px solid;
  text-align: center;
  width: fit-content;
  color: var(--schwarz) !important;
}
.button:hover {
  background-color: var(--schwarz94);
  color: var(--gelb) !important;
}
.bgWeiss {
  background-color: var(--weiss);
}
.bgSchwarz {
  background-color: var(--schwarz);
}
.bgSchwarz *, .bgSchwarz94 * {
  color: var(--weiss);
}
.bgSchwarz94 {
  background-color: var(--schwarz94);
}
.bgGelb {
  background-color: var(--gelb);
}
.logoLink .uk-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
}
.linkTel, .linkMail, .linkMob {
  position: relative;
  padding-left: 30px;
}
.linkTel:before {
  content: url("../bilder/tel-k.svg");
  position: absolute;
  top: 0;
  left: 0;
}
.linkMail:before {
  content: url("../bilder/mail-k.svg");
  position: absolute;
  top: 0;
  left: 0;
}
.linkMob:before {
  content: url("../bilder/ic-mob.svg");
  position: absolute;
  top: 0;
  left: 0;
}
.topNews {
  background-color: rgba(28, 28, 28, 0.84);
  padding: 30px;
}

.topNews * {
    color: #ffffff;
}

.sitemap ul {
	margin: 10px 0;
}

.sitemap li ul {
    margin-bottom: 20px;
}


/*============================================
           UiKit
============================================*/
.uk-grid-xsmall, .uk-grid-column-small {
  margin-left: -3px;
}
.uk-grid-xsmall > *, .uk-grid-column-xsmall > * {
  padding-left: 3px;
}
/* Vertical */
.uk-grid + .uk-grid-xsmall, .uk-grid + .uk-grid-row-xsmall, .uk-grid-xsmall > .uk-grid-margin, .uk-grid-row-xsmall > .uk-grid-margin, * + .uk-grid-margin-xsmall {
  margin-top: 3px;
}
.uk-light, .uk-section-primary:not(.uk-preserve-color), .uk-section-secondary:not(.uk-preserve-color), .uk-tile-primary:not(.uk-preserve-color), .uk-tile-secondary:not(.uk-preserve-color), .uk-card-primary.uk-card-body, .uk-card-primary > :not([class*="uk-card-media"]), .uk-card-secondary.uk-card-body, .uk-card-secondary > :not([class*="uk-card-media"]), .uk-overlay-primary, .uk-offcanvas-bar {
  color: rgba(255, 255, 255, 1);
}
.uk-overlay-primary {
  --uk-inverse: light;
  background: rgba(34, 34, 34, 0.5);
}
.uk-dotnav > * {
  flex: none;
  padding-left: 12px;
  list-style: none;
  line-height: normal;
  margin: 0;
}
/*=================================
            Responsive
=================================*/
@media (min-width: 1200px) {
  .uk-card-body {
    padding: 30px;
  }
}
@media (max-width: 960px) {
  #kopfslider .uk-slideshow-items {
    height: 66vw;
  }
    
     #kopfslider .uk-position-center-left {
    bottom: 100px;
    top: auto;
    transform: translate(0);
    max-width: 70vw;
  }
}
@media (max-width: 640px) {
  #kopfslider .uk-slideshow-items {
    height: 100vw;
  }
  body {
    hyphens: auto;
  }
}
@media (max-width: 480px) {
  #header {
    padding: 10px 0;
  }
  html {
    font-size: 16px;
  }
  
    h1 {
    font-size: 1.7rem;
    letter-spacing: 0.03em;
  }
   h2, h3 {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
  }
  #kopfslider .uk-position-center-left {
    bottom: 50px;
    top: auto;
    transform: translate(0);
      max-width: 100vw;
  }
  .topNewsWrap {
    position: relative !important;
    transform: translate(0);
  }
  .naviBoxenWeiss {
    font-size: 1rem;
    hyphens: auto;
    padding: 10px;
  }
    
    .uk-padding {
	/*padding: 15px;*/
}
    
    .topNews {
	padding: 20px;
        background-color: var(--schwarz);
}
    .uk-card-body {
	/*padding: 15px;*/
}
}
/*=================================
            Mobil Menü
=================================*/
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: var(--gelb);
    width: 40px;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
    width: 40px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.iconNav {
  height: 35px;
}
.uk-offcanvas-bar {
  /*left: -270px;*/
  width: calc(100vw - 70px);
  background: var(--schwarz);
    max-width: 350px !important;
}
#navBox hr {
  color: rgba(255, 255, 255, 0.2);
}
#navBox a {
  display: block;
}
#mobNavi li {
  list-style: none;
}
#mobNavi li a {
  display: block;
  padding: 5px 0;
}
#mobNavi li li a {
  padding-left: 30px;
}