* + .uk-h1,
* + .uk-h2,
* + .uk-h3,
* + .uk-h4,
* + .uk-h5,
* + .uk-h6,
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 4rem;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5rem 0;
}

* + .uk-grid-margin,
.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin {
  margin-top: 0;
}

* + address,
* + dl,
* + fieldset,
* + figure,
* + ol,
* + p,
* + pre,
* + ul {
  margin-top: 0;
}

address,
dl,
fieldset,
figure,
ol,
p,
pre,
ul {
  margin: 0 0 0 0;
}

ol,
ul {
  padding-left: 0;
}

/*uk-width-1-1@s schon bei 640px */
@media only screen and (max-width: 26.25em) {
  .uk-width-1-2 {
    width: 100% !important;
  }
  .uk-child-width-1-2 > * {
    width: 100% !important;
  }
}
/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop
$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop
ORDER: Base + typography > general layout + grid > page layout > components
1em = 16px
*/
/*header, nav li active, backgrounds*/
/*footer, slider dot active, page navigation active*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  height: 100%;
  font-size: 1rem;
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 0.85rem;
  }
}
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*sticky footer*/
  /*height: 100%;
    display: grid;
    grid-template-rows: 1fr auto;*/
}
@media only screen and (max-width: 60em) {
  body {
    padding: 0;
  }
}

/*sticky footer*/
.wrapper::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*footer{

}*/
.uk-container-full {
  max-width: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.uk-container-mega {
  max-width: 120em;
  margin: 0 auto;
}

.uk-container-medium,
.uk-container-small {
  max-width: 63em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 48em) {
  .uk-container-medium,
  .uk-container-small {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.uk-container-small {
  max-width: 50em;
}

.uk-container {
  max-width: 1300px;
}

/*::selection {
    background-color: $color-primary;
    color: $color-white;
}*/
a {
  color: rgb(0, 146, 207);
}

a:hover {
  color: #000;
  text-decoration: none;
}

/*********************************************************************
 * Accessibility helpers
 *
 */
/* Hide visually, but remain approachable for screenreader */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
}

/* Show bypass link on hover */
.element-focusable:focus {
  clip: auto;
  overflow: visible;
  height: auto;
}

a.feel {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 1rem;
  background-color: #111111;
  opacity: 1;
  color: #fff;
}
a.feel:hover {
  color: #333;
}

/* Sample styling for bypass link */
.bypass-to-main:focus {
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #333;
  color: #fff;
}

.bg_haus {
  background-color: rgb(0, 146, 207);
}

.bg_haus-0 {
  background-color: #dfdfdf;
}

.bg_haus-01 {
  background-color: #f1f2f4;
}

.bg_haus-02 {
  background-color: #e2e4e8;
}

.bg_haus-03 {
  background-color: #e5e5e5;
}

.bg_haus-04 {
  background-color: #f2f2f2;
}

.bg_haus-09 {
  background-color: #d9d9d9;
}

.color_haus {
  color: rgb(0, 146, 207);
}

.color_secondary {
  color: #111111 !important;
}

.color_white {
  color: #fff;
}
.color_white p, .color_white dt {
  color: #fff;
}

/* titillium-web-regular - latin */
/* titillium-web-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  src: url("/site/templates/assets/fonts/titillium/titillium-web-v17-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* titillium-web-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Titillium Web";
  font-style: italic;
  font-weight: 400;
  src: url("/site/templates/assets/fonts/titillium/titillium-web-v17-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* titillium-web-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  src: url("/site/templates/assets/fonts/titillium/titillium-web-v17-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #111111;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
}
h1 {
  color: #4d4d4d;
  text-transform: uppercase;
  font-size: 2.35rem;
  margin-top: 1rem;
}

h2 {
  color: rgb(0, 146, 207);
  font-size: 2.1rem;
}

.uk-slider h4 {
  color: rgb(0, 146, 207);
  font-size: 1.75rem;
}

p,
#main ul,
dt,
dl,
dd {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: #111111;
}
ol {
  margin-left: 1rem;
}
ol li {
  list-style-type: decimal-leading-zero;
  list-style: auto;
}

li p a:hover {
  text-decoration: underline;
}

.font--smaller p,
p.font--smaller {
  font-size: 1em;
  line-height: 1.5;
}

#main p + p,
#main ul + p {
  margin-top: 1rem;
}

em {
  color: inherit;
}

.h3-left h3 {
  text-align: left;
}

.h3-color-haus h3 {
  color: rgb(0, 146, 207);
}

.uk-slider-items h4 {
  font-family: "Titillium Web", sans-serif;
}
.uk-slider-items p {
  margin-bottom: 2rem;
  padding: 0 4rem;
}

.left {
  text-align: left;
}

.uppercase {
  text-transform: uppercase;
}

/*********************************************************************
 * design helpers
 *
 */
.block {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 48em) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex.row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.flex .flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.h--noflex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
}
@media only screen and (max-width: 75em) {
  .h--noflex {
    margin-left: -30px;
  }
}
@media only screen and (max-width: 48em) {
  .h--noflex {
    margin-left: 0;
  }
}
.h--noflex > * {
  width: calc(50% - 40px);
  padding-left: 40px;
}
@media only screen and (max-width: 75em) {
  .h--noflex > * {
    width: calc(50% - 30px);
    padding-left: 30px;
  }
}
@media only screen and (max-width: 48em) {
  .h--noflex > * {
    width: 100%;
    padding-left: 0;
  }
}

.center {
  text-align: center;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.no-list,
.no-list ul li {
  list-style: none;
}
.no-list .uk-accordion-content ul,
.no-list .uk-accordion-content ul li,
.no-list ul li .uk-accordion-content ul,
.no-list ul li .uk-accordion-content ul li {
  list-style: disc;
  color: #111111;
}
.no-list::before,
.no-list ul li::before {
  content: none !important;
}

.container-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

:root {
  --global-width50: 50px;
  --global-unit1: 1rem;
  --global-unit2: 2rem;
  --global-unit3: 3rem;
  --global-unit4: 4rem;
  --global-unit5: 5rem;
  --global-unit6: 6rem;
  --global-unit7: 7rem;
}

@media only screen and (max-width: 48em) {
  :root {
    --global-width50: 25px;
  }
}
@media only screen and (max-width: 40em) {
  :root {
    --global-width50: 0px;
  }
}
.mt1 {
  margin-top: var(--global-unit1);
}

.mt2 {
  margin-top: var(--global-unit2);
}

.mt3 {
  margin-top: var(--global-unit3);
}

.mt4 {
  margin-top: var(--global-unit4);
}

.mt5 {
  margin-top: var(--global-unit5);
}

.mt6 {
  margin-top: var(--global-unit6);
}

.mt7 {
  margin-top: var(--global-unit7);
}

.mb1 {
  margin-bottom: var(--global-unit1);
}

.mb2 {
  margin-bottom: var(--global-unit2);
}

.mb3 {
  margin-bottom: var(--global-unit3);
}

.mb4 {
  margin-bottom: var(--global-unit4);
}

.mb5 {
  margin-bottom: var(--global-unit5);
}

.mb6 {
  margin-bottom: var(--global-unit6);
}

.mb7 {
  margin-bottom: var(--global-unit7);
}

:root {
  --global-width50: 50px;
  --global-unit1: 1rem;
  --global-unit2: 2rem;
  --global-unit3: 3rem;
  --global-unit4: 4rem;
  --global-unit5: 5rem;
  --global-unit6: 6rem;
  --global-unit7: 7rem;
}

@media only screen and (max-width: 48em) {
  :root {
    --global-width50: 25px;
  }
}
@media only screen and (max-width: 40em) {
  :root {
    --global-width50: 0px;
  }
}
.pt1 {
  padding-top: var(--global-unit1);
}

.pt2 {
  padding-top: var(--global-unit2);
}

.pt3 {
  padding-top: var(--global-unit3);
}

.pt4 {
  padding-top: var(--global-unit4);
}

.pt5 {
  padding-top: var(--global-unit5);
}

.pt6 {
  padding-top: var(--global-unit6);
}

.pt7 {
  padding-top: var(--global-unit7);
}

.pb1 {
  padding-bottom: var(--global-unit1);
}

.pb2 {
  padding-bottom: var(--global-unit2);
}

.pb3 {
  padding-bottom: var(--global-unit3);
}

.pb4 {
  padding-bottom: var(--global-unit4);
}

.pb5 {
  padding-bottom: var(--global-unit5);
}

.pb6 {
  padding-bottom: var(--global-unit6);
}

.pb7 {
  padding-bottom: var(--global-unit7);
}

input.text,
input[type=text],
input[type=button],
input[type=submit],
.input-checkbox {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.search {
  border: 1px solid #111;
  padding: 0 0.5rem;
}
.search .formular--suchen svg circle, .search .formular--suchen svg path {
  stroke: #111111 !important;
}

.uk-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.uk-search button.uk-search-icon {
  position: relative;
}

form#FormBuilder_kontakt div.Inputfields {
  font-size: 1.2rem;
}
form#FormBuilder_kontakt div.Inputfields .Inputfield {
  margin-bottom: 0.5rem !important;
}
form#FormBuilder_kontakt div.Inputfields .Inputfield input#Inputfield_my_test {
  max-width: 10rem;
}
form#FormBuilder_kontakt div.Inputfields label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
}
form#FormBuilder_kontakt .InputfieldSubmit button {
  padding: 5px 25px;
  border: none;
  font-size: 1.2rem;
  background-color: rgb(0, 146, 207);
  color: #fff;
  cursor: pointer;
  font-family: "Titillium Web", sans-serif;
}
form#FormBuilder_kontakt input,
form#FormBuilder_kontakt textarea {
  width: 100%;
  padding: 10px 5px;
  background-color: #fff;
  font-size: 1.2rem;
  font-family: "Titillium Web", sans-serif;
}
form#FormBuilder_kontakt .Inputfield_spider,
form#FormBuilder_kontakt .Inputfield_your_message {
  display: none;
}
form#FormBuilder_kontakt .Inputfield_spamtest {
  display: none;
}

.mod_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 2rem;
  padding-left: calc(30% + 2px);
}
.mod_form form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.3rem;
  background: #fff;
  margin-top: 0.5rem;
}
.mod_form form input {
  height: 2.5rem !important;
  line-height: 2.5rem;
}

aside form.uk-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 70%;
}
aside form.uk-search .uk-search-icon {
  color: #fff;
}
aside form.uk-search input.uk-search-input {
  color: #fff !important;
  font-size: 1.7rem;
}

.uk-slider > div {
  background-color: #000;
  padding: 15px 0;
}

/*slider titel bei hover*/
.slider-multi li {
  position: relative;
  text-align: center;
  padding: 0 10px;
}
.slider-multi li img {
  width: 200px;
}
.slider-multi figcaption {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
  bottom: 0;
  left: 0;
  padding: 0 0 0 0;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 35%;
  font-size: 1.1rem;
  line-height: 120%;
  text-align: center;
}
.slider-multi figcaption a,
.slider-multi figcaption a:hover {
  color: rgb(0, 146, 207);
}
.slider-multi li:hover figcaption {
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slider-arrow {
  display: block;
  width: 30px !important;
  height: 30px !important;
}
.slider-arrow svg {
  height: 32px;
  width: 20px;
}
.slider-arrow svg polyline {
  stroke-width: 3;
  color: #000;
}

.uk-slider-nav.uk-dotnav li a {
  width: 12px;
  height: 12px;
}

.uk-lightbox.uk-open,
.uk-lightbox-toolbar,
.uk-lightbox-button {
  background-color: rgba(0, 0, 0, 0.8);
}

.uk-lightbox-items img,
img.clip {
  clip-path: inset(2px);
}

.faq-wrapper .faq-child {
  padding: 1rem 0 3rem 0;
  background-color: #e2e4e8;
}
.faq-wrapper .faq-child:nth-child(odd) {
  background-color: #f1f2f4;
}
.faq-wrapper .uk-accordion > :nth-child(n+2) {
  margin-top: 0.65rem;
}
.faq-wrapper li.faq-item {
  background-color: #fff;
  padding: 1rem;
}
.faq-wrapper li.faq-item a.uk-accordion-title::before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  margin-left: 10px;
  float: right;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.faq-wrapper h3 {
  font-family: "Nunito Sans", sans-serif;
  text-align: left;
  font-size: 1.25rem;
  margin-bottom: 0;
}

body {
  display: -ms-grid;
  display: grid;
  height: 100vh;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: minmax(auto, auto) 1fr auto;
  grid-template-rows: minmax(auto, auto) 1fr auto;
      grid-template-areas: "header" "main" "footer";
}
@media only screen and (max-width: 48em) {
  body {
    display: block;
  }
}

header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header;
}

#main {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: main;
}

.subheader > #main {
  -ms-grid-row: 3;
  -ms-grid-row-span: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
#main > figure {
  background-color: #e5e5e5;
}

footer {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: footer;
}

header {
  z-index: 99;
}

.subheader {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-rows: repeat(5, 1fr);
      grid-template-areas: "header-left header-right" "main main" "main main" "main main" "main main";
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: 170px 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-rows: 170px 1fr 1fr 1fr 1fr;
  max-width: 1400px;
  margin: 0 auto;
}
.subheader.subpage {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[1];
  grid-template-rows: repeat(1, 1fr);
      grid-template-areas: "header-left header-right";
}
.subheader.subpage .logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header-left;
  position: inherit;
  bottom: inherit;
  left: var(--global-unit3);
  margin-top: 2rem;
}

.logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header-left;
  position: absolute;
  bottom: -3rem;
  left: var(--global-unit3);
}

.subheader.subpage > .logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media only screen and (max-width: 40em) {
  .logo {
    position: inherit;
    bottom: inherit;
    display: -ms-grid;
    display: grid;
  }
  .logo img {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

nav.nav_main {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: header-right;
}

.subheader.subpage > nav.nav_main {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid-image {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: main;
  -ms-grid-column: 1;
  grid-column: 1/1/2/2;
}

.subheader > .grid-image {
  -ms-grid-row: 3;
  -ms-grid-row-span: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-headline_top {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: main;
  margin-top: 2.5rem;
  padding-left: var(--global-unit3);
  font-size: clamp(2.5rem, 5vw, 6rem);
  line-height: 1;
  color: #000;
}

.subheader > .grid-headline_top {
  -ms-grid-row: 3;
  -ms-grid-row-span: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
@media only screen and (max-width: 40em) {
  .grid-headline_top {
    margin-top: 1.5rem;
  }
}

.grid-headline_bottom {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: main;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
  -ms-grid-row-align: end;
      align-self: end;
  padding-left: var(--global-unit3);
  color: #fff;
  font-size: clamp(1.2rem, 3vw, 2.5rem);
  margin-bottom: 2rem;
  line-height: 1.2;
}

.subheader > .grid-headline_bottom {
  -ms-grid-row: 3;
  -ms-grid-row-span: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

#footer {
  background-color: rgba(0, 146, 207, 0.5);
}
#footer .uk-grid {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .item:last-child p {
  text-align: right;
}
#footer .item p {
  margin-bottom: 1rem;
}
#footer .item p a {
  color: #000;
}
.open {
  opacity: 1;
  visibility: visible;
}

.uk-offcanvas-bar.uk-offcanvas-slide {
  padding-top: 2rem;
  background-color: #fff;
}
.uk-offcanvas-bar.uk-offcanvas-slide .search {
  margin-top: 3rem !important;
}

.uk-offcanvas-bar {
  background-color: #fff;
}

button.toggle-overlay {
  display: none;
  z-index: 100;
  position: fixed;
  top: 40px;
  right: 30px;
  width: 50px !important;
  height: 40px !important;
  font-size: 0;
  line-height: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
}
@media only screen and (max-width: 60em) {
  button.toggle-overlay {
    display: inherit;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (max-width: 40em) {
  button.toggle-overlay {
    padding-right: 0;
  }
}
button.toggle-overlay span {
  width: 60px;
  height: 40px;
  display: block;
  background-image: url(/site/templates/assets/img/trigger_2020.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

button.toggle-overlay.uk-sticky {
  right: 10px;
}

button.uk-offcanvas-close {
  cursor: pointer;
  top: 33px;
}

nav.nav_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 50px;
  font-size: 1rem;
}
nav.nav_main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 1rem;
}
nav.nav_main ul li {
  margin: 0;
  padding: 0 0 0 0.7rem;
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
nav.nav_main ul li:last-child {
  padding-right: 0;
}
nav.nav_main ul li a {
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-decoration: none;
}
nav.nav_main ul li a:hover {
  color: #000;
}

.subheader.subpage nav.nav_main ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
  padding-bottom: inherit;
}

@media only screen and (max-width: 60em) {
  nav.nav_main {
    display: none;
  }
}
nav.nav_overlay {
  margin-top: 4rem !important;
  padding: 0;
  font-size: 1.35rem;
}
nav.nav_overlay ul {
  list-style: none;
}
nav.nav_overlay ul li {
  margin: 0;
  padding: 0;
}
nav.nav_overlay ul li.current > span {
  color: rgb(0, 146, 207);
}
nav.nav_overlay ul li.parent > a {
  color: rgb(0, 146, 207);
  border-bottom: none;
}
nav.nav_overlay ul li a {
  position: relative;
  padding: 3px 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-decoration: none;
  white-space: nowrap;
  color: #111111;
}
nav.nav_overlay ul li a:hover {
  color: rgb(0, 146, 207) !important;
}
nav.nav_overlay ul li ul.level_2 {
  display: block;
  padding-left: 1rem;
}
nav.nav_overlay ul li ul.level_2 li a:hover {
  color: rgb(0, 146, 207);
  cursor: pointer;
}

.language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  margin-left: 1rem;
}
.language-switcher::before {
  content: " ";
  display: block;
  width: 27px;
  height: 27px;
  background: transparent url(/site/templates/assets/img/globe.svg) center no-repeat;
}
.language-switcher div a,
.language-switcher div span {
  display: block;
  color: #111111;
  padding-left: 0.5rem;
}
.language-switcher div a:hover,
.language-switcher div span:hover {
  color: rgb(0, 146, 207);
}
.language-switcher .active {
  display: none;
}

.uk-offcanvas-bar .language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
  padding-top: 2rem;
  margin-left: 0;
  font-size: 1.35rem;
}
.uk-offcanvas-bar .language-switcher::before {
  content: none;
}
.uk-offcanvas-bar .language-switcher a,
.uk-offcanvas-bar .language-switcher span {
  padding-left: 0;
}
.uk-offcanvas-bar .language-switcher .active {
  display: inherit;
}

.impressum .uk-offcanvas-bar .nav_overlay > ul:first-child,
.datenschutz .uk-offcanvas-bar .nav_overlay > ul:first-child {
  display: none;
}

.uk-container-full .logo_left .uk-container {
  position: relative;
}
.uk-container-full .logo_left .uk-container::before {
  content: "";
  display: block;
  width: 110px;
  height: 129px;
  background: transparent 0 0 no-repeat;
  background-image: url(/site/templates/assets/img/logo_fb.png);
  background-size: contain;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -3rem;
}
@media only screen and (max-width: 48em) {
  .uk-container-full .logo_left .uk-container::before {
    width: 60px;
    height: 70px;
  }
}
.uk-container-full .img_left .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.uk-container ul {
  margin-bottom: 1rem;
}
.uk-container ul li {
  position: relative;
  padding-left: 1.5rem;
}
.uk-container ul li::before {
  content: "";
  position: absolute;
  top: 0.85rem;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: rgb(0, 146, 207);
}

.uk-slider {
  padding-left: 0;
}
.uk-slider ul.uk-slider-items li[aria-hidden=true] {
  height: 0px !important;
}

.uk-slider-nav.uk-dotnav li {
  margin-bottom: 1rem;
}
.uk-slider-nav.uk-dotnav li a {
  width: 24px;
  height: 12px;
}

.uk-dotnav > * > * {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 10px;
  border-radius: 0%;
  background: 0 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgb(102, 102, 102);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
}

.uk-dotnav > .uk-active > * {
  background-color: rgb(102, 102, 102);
  border-color: transparent;
}