@charset "UTF-8";
.uk-container {
  max-width: 1600px;
}

* + .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 {
  max-width: 75em;
}
.uk-container.no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media only screen and (max-width: 40em) {
  .uk-container .uk-container-small {
    padding-left: 0;
    padding-right: 0;
  }
}

.uk-container-mega,
.uk-container-medium,
.uk-container-small,
.uk-container-xsmall {
  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-mega,
  .uk-container-medium,
  .uk-container-small,
  .uk-container-xsmall {
    padding-left: 30px;
    padding-right: 30px;
  }
}

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

.uk-container-small {
  max-width: 50em;
}
@media only screen and (max-width: 40em) {
  .uk-container-small .uk-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.uk-container-xsmall {
  max-width: 35.51em;
}

/*::selection {
    background-color: $color-primary;
    color: $color-white;
}*/
a {
  color: #009de4;
}

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

#main p:not(.next) a:hover {
  text-decoration: underline;
}

/*********************************************************************
 * 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;
  left: 0;
  width: 100%;
  max-width: 100px;
  text-align: center;
  padding: 1rem;
  background-color: #000;
  opacity: 1;
  color: #fff;
  border: 1px solid #009de4;
}
a.feel:hover {
  color: #333;
  background-color: #ddd;
}

/* 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: #009de4;
}

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

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

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

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

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

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

.color_haus {
  color: #009de4;
}

.color_secondary {
  color: #000 !important;
}

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

/* source-sans-3-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: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  src: url("/site/templates/assets/fonts/sourcesans/source-sans-3-v18-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-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: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  src: url("/site/templates/assets/fonts/sourcesans/source-sans-3-v18-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: "BourtonBase";
  src: url("/site/templates/assets/fonts/bourton/BourtonBase/font.woff2") format("woff2"), url("/site/templates/assets/fonts/bourton/BourtonBase/font.woff") format("woff");
}
@font-face {
  font-family: "BourtonOutlineLight";
  src: url("/site/templates/assets/fonts/bourton/BourtonOutlineLight/font.woff2") format("woff2"), url("/site/templates/assets/fonts/bourton/BourtonOutlineLight/font.woff") format("woff");
}
@font-face {
  font-family: "BourtonScriptBold";
  src: url("/site/templates/assets/fonts/bourton/BourtonScriptBold/font.woff2") format("woff2"), url("/site/templates/assets/fonts/bourton/BourtonScriptBold/font.woff") format("woff");
}
@font-face {
  font-family: "BourtonDropExtrude";
  src: url("/site/templates/assets/fonts/bourton/BourtonDropExtrude/font.woff2") format("woff2"), url("/site/templates/assets/fonts/bourton/BourtonDropExtrude/font.woff") format("woff");
}
body {
  font-family: "source_sans_proregular", "Source Sans 3", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
}

h1,
h2,
h3,
h4,
h5 {
  text-align: center;
  color: #000;
}
h1 {
  color: #4d4d4d;
  font-size: 2.35rem;
  margin-top: 1rem;
}

h2 {
  line-height: 1;
  color: #070709;
  font-weight: normal;
}
h2 span {
  font-family: "BourtonDropExtrude", sans-serif;
  font-weight: normal;
}

.hero h2 {
  font-size: 6rem;
}

.headlines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.headlines h2 {
  text-transform: uppercase;
  font-family: "BourtonBase", sans-serif;
  font-size: 2.7rem;
  font-weight: 400;
}
.headlines h3 {
  font-family: "BourtonScriptBold", sans-serif;
  font-size: 2.35rem;
}
@media only screen and (max-width: 40em) {
  .headlines h3 {
    line-height: 1;
    padding-bottom: 1rem;
  }
}
.headlines.hero h2 {
  font-family: "BourtonOutlineLight", sans-serif;
  font-size: 6rem;
}
@media only screen and (max-width: 48em) {
  .headlines.hero h2 {
    font-size: 3rem;
  }
}
.headlines.schmuckfarbe h3 {
  color: #967327;
}
.headlines.schmuckfarbe h2::after {
  background-color: #967327;
}

.script {
  font-family: "BourtonScriptBold", sans-serif;
}

.stack-heading {
  font-family: "BourtonBase", sans-serif;
}

.headlines.cover {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.headlines.cover h1,
.headlines.cover .headline {
  color: #fff;
}
@media only screen and (max-width: 48em) {
  .headlines.cover h1,
  .headlines.cover .headline {
    font-size: clamp(1.35rem, 5vw, 1.75rem);
    text-transform: none;
  }
}
.headlines.cover .headline {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
}
.headlines.cover h1::before {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media only screen and (max-width: 48em) {
  .headlines.cover h1::before {
    font-size: clamp(1.15rem, 3.5vw, 1.55rem);
    text-transform: none;
  }
}
.headlines.cover h1::after {
  content: none;
}

.headlines.start {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.headlines.start h2::before {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #009de4;
}

.hero.text {
  padding: 5.5rem 0 6rem 0;
  background-color: #fff;
}
@media only screen and (max-width: 48em) {
  .hero.text {
    padding: 2.5rem 0 3rem 0;
  }
}

.uk-slider h4 {
  color: #009de4;
  font-size: 1.75rem;
}

.fancy {
  font-family: "BourtonDropExtrude", sans-serif;
  font-weight: normal;
}

p,
#main ul,
dt,
dl,
dd {
  font-family: "source_sans_proregular", "Source Sans 3", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #000;
}
ol {
  margin-left: 1rem;
}
ol li {
  list-style-type: decimal-leading-zero;
  list-style: auto;
}

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

#main .uk-container ul:not(.filter-item):not(.uk-slider-items):not(.uk-slider-nav):not(.uk-accordion):not(.img):not(.filter):not(.pdf_text_downloads),
#main .uk-container .uk-accordion-content ul {
  list-style: none;
  padding-left: 1rem;
}
#main .uk-container ul:not(.filter-item):not(.uk-slider-items):not(.uk-slider-nav):not(.uk-accordion):not(.img):not(.filter):not(.pdf_text_downloads) li,
#main .uk-container .uk-accordion-content ul li {
  position: relative;
  padding-left: 2rem;
}
#main .uk-container ul:not(.filter-item):not(.uk-slider-items):not(.uk-slider-nav):not(.uk-accordion):not(.img):not(.filter):not(.pdf_text_downloads) li::before,
#main .uk-container .uk-accordion-content ul li::before {
  content: " ";
  display: inline-block;
  background: transparent url(/site/templates/assets/img/pfeil.png) center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0.4rem;
  left: -0.5rem;
}
#main div.list_01 ul li {
  color: inherit !important;
  margin-bottom: 1rem;
}

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

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

em {
  color: inherit;
}

.headline {
  display: block;
}

.subhero p {
  color: #009de4;
  font-size: 1.6rem;
}

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

.h3-color-haus h3 {
  color: #009de4;
}

.left {
  text-align: left;
}

.left-h h2,
.left-h h3 {
  text-align: left;
}

.uppercase {
  text-transform: uppercase;
}

.link_button p,
.link_button .InputfieldSubmit,
.Inputfield_kontakt_submit p,
.Inputfield_kontakt_submit .InputfieldSubmit {
  position: relative;
}
.link_button p a, .link_button p:last-child a, .link_button p.link_button a,
.link_button p button,
.link_button .InputfieldSubmit a,
.link_button .InputfieldSubmit:last-child a,
.link_button .InputfieldSubmit.link_button a,
.link_button .InputfieldSubmit button,
.Inputfield_kontakt_submit p a,
.Inputfield_kontakt_submit p:last-child a,
.Inputfield_kontakt_submit p.link_button a,
.Inputfield_kontakt_submit p button,
.Inputfield_kontakt_submit .InputfieldSubmit a,
.Inputfield_kontakt_submit .InputfieldSubmit:last-child a,
.Inputfield_kontakt_submit .InputfieldSubmit.link_button a,
.Inputfield_kontakt_submit .InputfieldSubmit button {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  color: #fff;
  background-color: #009de4;
  text-align: center;
  padding: 0 2rem;
}
.link_button p a::after, .link_button p:last-child a::after, .link_button p.link_button a::after,
.link_button p button::after,
.link_button .InputfieldSubmit a::after,
.link_button .InputfieldSubmit:last-child a::after,
.link_button .InputfieldSubmit.link_button a::after,
.link_button .InputfieldSubmit button::after,
.Inputfield_kontakt_submit p a::after,
.Inputfield_kontakt_submit p:last-child a::after,
.Inputfield_kontakt_submit p.link_button a::after,
.Inputfield_kontakt_submit p button::after,
.Inputfield_kontakt_submit .InputfieldSubmit a::after,
.Inputfield_kontakt_submit .InputfieldSubmit:last-child a::after,
.Inputfield_kontakt_submit .InputfieldSubmit.link_button a::after,
.Inputfield_kontakt_submit .InputfieldSubmit button::after {
  margin-top: -2px;
  content: "›";
  font-size: 2rem;
}
.link_button p::after,
.link_button .InputfieldSubmit::after,
.Inputfield_kontakt_submit p::after,
.Inputfield_kontakt_submit .InputfieldSubmit::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #070709;
}
.link_button p:hover a,
.link_button .InputfieldSubmit:hover a,
.Inputfield_kontakt_submit p:hover a,
.Inputfield_kontakt_submit .InputfieldSubmit:hover a {
  color: #070709;
  text-decoration: none !important;
}
.link_button.one_section p:first-child::after,
.Inputfield_kontakt_submit.one_section p:first-child::after {
  content: none;
}
.link_button.one_section p:last-child,
.Inputfield_kontakt_submit.one_section p:last-child {
  display: inline-block;
}

#main p + p.link_button {
  margin-top: 3rem;
}

.l-h-1-2 {
  line-height: 1.2;
}

.l-h-1-3 {
  line-height: 1.3;
}

.l-h-1-4 {
  line-height: 1.4;
}

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

.d-n {
  display: none;
}

.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: #000;
}
.no-list::before,
.no-list ul li::before {
  content: none !important;
}

.cta_button {
  display: inline-block;
  padding: 0.5rem 2rem;
  min-width: 155px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  background-color: #967327;
}
.cta_button a {
  color: #fff;
}

.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%;
}

.portfolio_wrapper,
.portfolio_wrapper .column-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, 640px) 6px minmax(auto, 640px) 6px minmax(auto, 640px) 6px minmax(auto, 640px);
  grid-template-columns: repeat(4, minmax(auto, 640px));
  grid-gap: 6px 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.portfolio_wrapper.column-3,
.portfolio_wrapper .column-3.column-3 {
  -ms-grid-columns: auto 6px auto 6px auto;
  grid-template-columns: auto auto auto;
}
@media only screen and (max-width: 75em) {
  .portfolio_wrapper,
  .portfolio_wrapper .column-3 {
    -ms-grid-columns: minmax(auto, 640px) 6px minmax(auto, 640px);
    grid-template-columns: repeat(2, minmax(auto, 640px));
  }
  .portfolio_wrapper.column-3,
  .portfolio_wrapper .column-3.column-3 {
    -ms-grid-columns: auto 6px auto;
    grid-template-columns: auto auto;
  }
}
@media only screen and (max-width: 40em) {
  .portfolio_wrapper,
  .portfolio_wrapper .column-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .portfolio_wrapper.column-3,
  .portfolio_wrapper .column-3.column-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bckgr {
  position: relative;
  max-height: 25rem;
}
.bckgr.uk-background-cover .overlay {
  position: relative;
  padding: 3rem 1rem;
}
@media only screen and (max-width: 48em) {
  .bckgr {
    max-height: inherit;
  }
}
.bckgr h3 {
  text-transform: uppercase;
  font-size: 2.25rem;
}
.bckgr h2,
.bckgr h3,
.bckgr p {
  color: #fff;
  text-align: center;
}
.bckgr p {
  font-size: 1.6rem;
}
.bckgr p:last-child {
  margin-top: 2rem !important;
}
.bckgr img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 25rem;
}
@media only screen and (max-width: 48em) {
  .bckgr img {
    max-height: inherit;
  }
}
.bckgr .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 2rem 1rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(44, 60, 87, 0.75)), to(rgba(44, 60, 87, 0.75)));
  background-image: linear-gradient(0deg, rgba(44, 60, 87, 0.75), rgba(44, 60, 87, 0.75));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bckgr .overlay .uk-container {
  width: 100%;
}
.bckgr.hvr_txt .overlay {
  opacity: 0;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}
.bckgr.hvr_txt h3 {
  font-size: clamp(14px, 1.6rem, 3em);
  -ms-hyphens: auto;
      hyphens: auto;
}
.bckgr.hvr_txt:hover .overlay {
  opacity: 1;
}
.bckgr.hvr_txt:hover img {
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
}

.bckgr-clr-house {
  background-color: #009de4;
}
.bckgr-clr-house * {
  color: #fff !important;
}

.bckgr a,
.button a {
  display: inline-block;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  background-color: #967327;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

.button a {
  background-color: #009de4;
}

.border-circle {
  display: inline-block;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #009de4;
  padding: 15px;
}

.downloads .download-item {
  font-size: 1.6rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
}
.downloads .download-item:after {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  content: " ";
  background-image: url(/site/templates/assets/img/pdf.svg);
  background-position: left;
  margin-top: 12px;
  height: 20px;
  width: auto;
  background-size: contain;
  background-repeat: no-repeat;
}

ul.uk-accordion li.faq-item a.uk-accordion-title {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.uk-accordion li.faq-item a.uk-accordion-title::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-image: url(/site/templates/assets/img/plus.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px;
}
ul.uk-accordion li.faq-item.uk-open a.uk-accordion-title::before {
  background-image: url(/site/templates/assets/img/minus.svg);
}

.border-top {
  border-top: 4px solid #e5e5e5;
}

: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);
}

.mr-a {
  margin-right: auto;
}

.ml-a {
  margin-left: auto;
}

.mr1 {
  margin-right: var(--global-unit1);
}

.mr2 {
  margin-right: var(--global-unit2);
}

.mr3 {
  margin-right: var(--global-unit3);
}

.mr4 {
  margin-right: var(--global-unit4);
}

:root {
  --global-width50: 50px;
  --global-unit05: 0.5rem;
  --global-unit1: 1rem;
  --global-unit2: 2rem;
  --global-unit3: 3rem;
  --global-unit4: 4rem;
  --global-unit5: 5rem;
  --global-unit6: 6rem;
  --global-unit7: 7rem;
  --global-unit8: 8rem;
  --global-unit9: 9rem;
  --global-unit10: 10rem;
}

@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);
}

.pt8 {
  padding-top: var(--global-unit8);
}

.pt9 {
  padding-top: var(--global-unit9);
}

.pt10 {
  padding-top: var(--global-unit10);
}

.pb05 {
  padding-bottom: var(--global-unit05);
}

.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);
}

.pb8 {
  padding-bottom: var(--global-unit8);
}

.pb9 {
  padding-bottom: var(--global-unit9);
}

.pb10 {
  padding-bottom: var(--global-unit10);
}

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

.subfooter form#FormBuilder_kontakt div.Inputfields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.subfooter form#FormBuilder_kontakt div.Inputfields .Inputfield {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
}
.subfooter form#FormBuilder_kontakt div.Inputfields .Inputfield.Inputfield_telefon, .subfooter form#FormBuilder_kontakt div.Inputfields .Inputfield.Inputfield_e_mail {
  max-width: calc(50% - 0.5rem);
}

.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;
}

.Inputfield {
  border: 1px solid #333 !important;
}
.Inputfield.no-border {
  border: none !important;
}
.Inputfield.no-border input,
.Inputfield.no-border textarea {
  border: 1px solid #333;
}

form#FormBuilder_kontakt div.Inputfields {
  font-size: 1.2rem;
}
form#FormBuilder_kontakt div.Inputfields .Inputfield {
  margin-bottom: 1.5rem !important;
}
form#FormBuilder_kontakt div.Inputfields .Inputfield input#Inputfield_my_test {
  max-width: 170px;
}
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 #wrap_kontakt_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none !important;
}
form#FormBuilder_kontakt #wrap_kontakt_submit .InputfieldContent {
  position: relative;
  z-index: 10;
}
form#FormBuilder_kontakt #wrap_kontakt_submit .InputfieldContent button {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  padding: 0 1rem;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  font-family: "source_sans_proregular", "Source Sans 3", sans-serif;
  color: #fff;
  background-color: #009de4;
  text-align: center;
}
form#FormBuilder_kontakt #wrap_kontakt_submit .InputfieldContent button::after {
  content: "›";
  font-size: 2rem;
}
form#FormBuilder_kontakt #wrap_kontakt_submit .InputfieldContent::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #070709;
}
form#FormBuilder_kontakt #wrap_kontakt_submit .InputfieldContent:hover a {
  color: #070709;
}
@media only screen and (max-width: 40em) {
  form#FormBuilder_kontakt #wrap_kontakt_submit .InputfieldContent {
    width: auto !important;
  }
}
form#FormBuilder_kontakt input,
form#FormBuilder_kontakt textarea {
  width: 100%;
  padding: 10px 5px;
  background-color: #fff;
  font-size: 1.2rem;
  font-family: "source_sans_proregular", "Source Sans 3", sans-serif;
}
form#FormBuilder_kontakt .Inputfield_spider,
form#FormBuilder_kontakt .Inputfield_your_message {
  display: none;
}
form#FormBuilder_kontakt .Inputfield_spamtest {
  display: none;
}

.input-error {
  font-weight: 700;
  color: red;
}

#main .uk-dotnav > * > * {
  border: 1px solid #009de4;
}

#main .uk-dotnav > .uk-active > * {
  background-color: #009de4;
}

/*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: #009de4;
}
.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);
}

.logoslider::before, .logoslider::after {
  content: "";
  background: transparent;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  width: 150px;
  height: 100px;
  display: block;
  position: absolute;
  z-index: 99;
}
.logoslider::after {
  background: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  right: 0;
  top: 0;
}

.faq-wrapper .faq-child {
  padding: 1rem 0 3rem 0;
  background-color: #deeef7;
}
.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;
}

.accordion ul {
  margin: 0 auto;
  max-width: 625px;
}
.accordion ul li {
  background-color: #fff;
  padding: 0;
  margin-bottom: 1.5rem !important;
}
.accordion ul li a.uk-accordion-title {
  max-height: 52px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.accordion ul li a.uk-accordion-title span {
  padding: 15px;
  font-size: 1.45rem;
  line-height: 1.1;
  font-weight: 600;
}
.accordion ul li a.uk-accordion-title::before {
  content: "";
  background-image: url(/site/templates/assets/img/arrow_bottom.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  background-color: #009de4;
  width: 52px;
  height: 52px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 52px;
      flex-basis: 52px;
}
.accordion ul li.uk-open a.uk-accordion-title::before {
  background-image: url(/site/templates/assets/img/arrow_top.svg);
}
.accordion ul li .uk-accordion-content {
  padding: 15px;
}
.accordion ul li .uk-accordion-content p {
  line-height: 1.15;
}
.accordion.team ul a.uk-accordion-title {
  min-height: 93px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.accordion.team ul a.uk-accordion-title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  font-size: 1.45rem;
}
.accordion.team ul a.uk-accordion-title span h3,
.accordion.team ul a.uk-accordion-title span h4 {
  margin-bottom: 0;
  text-align: left;
  font-family: "source_sans_proregular", "Source Sans 3", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
}
.accordion.team ul a.uk-accordion-title span h4 {
  font-weight: 400;
  font-size: 1.25rem;
}
.accordion.team ul a.uk-accordion-title span span {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.accordion.team ul a.uk-accordion-title span img {
  margin-right: 30px;
}
.accordion.team ul a.uk-accordion-title::before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.accordion.team ul li:hover a.uk-accordion-title span h3 {
  color: #009de4;
}
.accordion.team ul div.uk-accordion-content {
  padding-top: 0;
  margin-top: 0;
}
.accordion.team ul div.uk-accordion-content p {
  padding-left: 108px;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.3 !important;
}

.uk-slider-items h4 {
  font-family: "source_sans_proregular", "Source Sans 3", sans-serif;
  color: #070709;
}
.uk-slider-items h4 + p {
  margin-bottom: 2rem;
  line-height: 1.2;
  font-size: 1.2rem;
}

.newsslider .uk-slider-container {
  border: 1px solid #070709;
}
@media only screen and (max-width: 40em) {
  .newsslider .uk-slider-container .uk-slider-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .newsslider .uk-slider-container .uk-slider-item figure {
    padding: 20px 20px 0 20px;
  }
}
.newsslider .uk-slider-container a.uk-slidenav {
  margin-top: -15px;
}

.uk-slider .textwrapper {
  padding: 3rem 2rem 0 4rem;
}
@media only screen and (max-width: 48em) {
  .uk-slider .textwrapper {
    padding: 20px 20px 20px 20px;
  }
}
.uk-slider h4,
.uk-slider .uk-flex.link_button {
  text-align: left;
}
.uk-slider a.uk-slidenav {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding: 0 !important;
  width: 48px;
  height: 48px;
}
.uk-slider a.uk-slidenav.uk-slidenav-previous::after, .uk-slider a.uk-slidenav.uk-slidenav-next::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  background-image: url(/site/templates/assets/img/arrow_left.svg);
  background-color: #009de4;
}
.uk-slider a.uk-slidenav.uk-slidenav-next::after {
  background-image: url(/site/templates/assets/img/arrow_right.svg);
}
.uk-slider a.uk-slidenav svg {
  display: none;
}
.uk-slider .uk-slider-nav.uk-dotnav li a {
  width: 15px;
  height: 15px;
}
.uk-slider .uk-dotnav > * > * {
  border-radius: 0;
  border: 1px solid transparent !important;
  background-color: #a1abb0;
}

.kundenstimmen .uk-slider-items .uk-slider-item {
  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;
  padding: 3rem;
  background-color: #fff;
}
@media only screen and (max-width: 40em) {
  .kundenstimmen .uk-slider-items .uk-slider-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.kundenstimmen .uk-slider-items .uk-slider-item p {
  line-height: 1.25;
}
.kundenstimmen .uk-slider-items .uk-slider-item p strong {
  color: #009de4;
}
.kundenstimmen .uk-slider-items .textwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kundenstimmen .uk-slider-items .textwrap::before {
  content: "";
  background-image: url(/site/templates/assets/img/quote.svg);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: center;
  display: block;
  height: 110px;
  width: 150px;
}
@media only screen and (max-width: 40em) {
  .kundenstimmen .uk-slider-items .textwrap::before {
    width: 100%;
  }
}
.kundenstimmen .uk-slider-items figure img {
  border-radius: 50%;
}
@media only screen and (max-width: 40em) {
  .kundenstimmen .uk-slider-items figure {
    margin-bottom: -5.5rem;
  }
}

@media only screen and (max-width: 60em) {
  .uk-slider .arrow {
    display: none;
  }
}

.filter ul.filter-item {
  max-width: inherit;
}
.filter > p {
  padding-top: 1rem;
}
.filter .uk-width-expand span a {
  padding: 3px 6px;
  border: 1px solid #009de4;
}
.filter .uk-width-expand span:hover a, .filter .uk-width-expand span.uk-active a {
  background-color: #009de4;
  color: #fff;
}
.filter .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-left: 0;
  margin-left: 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;
}
#main > figure {
  background-color: #e5e5e5;
}

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

header {
  z-index: 99;
}
header .subheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
header .subheader .nav_wrapper-top {
  background-color: #fff;
  border-bottom: 1px solid #070709;
}
header .subheader .nav_wrapper-top .flex,
header .subheader .nav_wrapper-bottom {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 0;
  background-color: #fff;
}
header .subheader .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .subheader .logo a img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 250px;
}
@media only screen and (max-width: 60em) {
  header .subheader .nav_wrapper-top {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .subheader .nav_wrapper-top .uk-container {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
header .subheader .nav_wrapper-bottom {
  padding: 0.7rem 0;
  background-color: #e5e5e5;
}
header .subheader .nav_wrapper-bottom .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .subheader .icons_top {
  gap: 10px;
}
.background-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 27.4rem;
}
@media only screen and (max-width: 75em) {
  .background-header {
    background-position: center top;
  }
}
@media only screen and (max-width: 40em) {
  .background-header {
    background-position: center bottom;
  }
}

@media only screen and (max-width: 75em) {
  .bckgr_y .background-header {
    background-position: center center;
  }
}
@media only screen and (max-width: 40em) {
  .bckgr_y .background-header {
    background-position: center center;
  }
}

footer {
  background-color: #070709;
}
footer ul li a,
footer nav ul li a {
  color: #009de4;
  display: inline-block;
}
footer ul li a:hover,
footer nav ul li a:hover {
  text-decoration: none;
  color: #fff;
  border-bottom: none;
}
footer .uk-container > .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}
footer .uk-container > .flex .right {
  max-width: 960px;
}
footer picture.full-width img {
  max-width: 100%;
  width: 100%;
}
footer p {
  color: #a1abb0;
}
footer ul li {
  font-size: 1.2rem;
}
footer ul li p {
  margin-bottom: 1rem;
  line-height: 1.5;
  font-size: 1.15rem;
  color: #fff;
}
footer ul li p a:hover {
  text-decoration: none !important;
  color: #fff !important;
}
footer ul li.icons a img {
  margin-right: 2rem;
}
footer ul li h5 {
  text-align: left;
  font-size: 2rem;
  margin-top: -1rem;
  font-family: "source_sans_proregular", "Source Sans 3", sans-serif;
  font-weight: 400;
}
footer ul li:last-child p:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
footer ul.infowrapper {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer ul.infowrapper > li:last-child {
  margin-left: 3rem;
}
@media only screen and (max-width: 40em) {
  footer ul.infowrapper > li:last-child {
    margin-left: 0;
  }
}
footer .scroll_top {
  position: relative;
}
footer .scroll_top p {
  position: absolute;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #000;
  right: 0;
  top: -1.7rem;
}
footer .scroll_top p a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #000;
}
footer .scroll_top p a:hover {
  color: #009de4;
}
footer .scroll_top p a::after {
  content: "";
  background-image: url(/site/templates/assets/img/pfeil_oben.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  display: block;
  height: 15px;
  width: 15px;
}
.subfooter {
  background-color: #fff;
}

@media only screen and (max-width: 75em) {
  .img-footer {
    padding-top: 172.57px;
  }
}
@media only screen and (max-width: 60em) {
  .img-footer {
    padding-top: 3rem;
  }
}

.border-top-inline {
  position: relative;
  padding-bottom: 2rem;
}
.border-top-inline::before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #444;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 48em) {
  .border-top-inline > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 48em) {
  #offcanvas-overlay .uk-offcanvas-bar {
    width: 100% !important;
    max-width: 80% !important;
    padding: 0 !important;
    background-color: #fff;
  }
  #offcanvas-overlay .uk-offcanvas-bar .offcanvas-bottom {
    background-color: #000;
    padding: 1rem;
  }
  #offcanvas-overlay .uk-offcanvas-bar .offcanvas-bottom p {
    color: #fff;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 48em) and (max-width: 40em) {
  #offcanvas-overlay .uk-offcanvas-bar .offcanvas-bottom p {
    font-size: 1.25rem;
    line-height: 1.3;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 48em) {
  #offcanvas-overlay .uk-offcanvas-bar .offcanvas-bottom p a {
    margin-right: 1rem;
  }
}
.open {
  opacity: 1;
  visibility: visible;
}

.uk-offcanvas-bar.uk-offcanvas-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
}

button.toggle-overlay {
  display: none;
  z-index: 100;
  margin-right: 1.5rem;
  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: 50px;
  height: 40px;
  display: block;
  background-image: url(/site/templates/assets/img/trigger_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

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

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

nav {
  font-family: "source_sans_proregular", "Source Sans 3", sans-serif;
}
nav li.current > span, nav li.current > a, nav li.parent > a,
nav li a:hover {
  color: #009de4;
  border-bottom: 2px solid #009de4;
}
nav li span {
  display: block;
  padding: 3px 0;
}
nav li a {
  display: block;
  color: #000;
  border-bottom: 2px solid transparent;
}

nav.nav_main {
  -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;
  padding-left: 1rem;
  font-size: 1.05rem;
}
nav.nav_main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav.nav_main ul li {
  margin: 0;
  padding: 0 1.6rem;
  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;
  padding: 3px 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-decoration: none;
}
nav.nav_main ul li ul.level_2 {
  display: block;
  font-size: 1.1rem;
}
nav.nav_main ul li ul.level_2 li a:hover {
  color: #009de4;
  cursor: pointer;
}
nav.nav_main li {
  display: block;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
nav.nav_main li:hover {
  cursor: pointer;
}
nav.nav_main ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: calc(1rem - 2px);
  left: -1rem;
  display: none;
  background-color: #fff;
  padding: 1rem;
  cursor: pointer;
}
nav.nav_main ul li:hover > ul,
nav.nav_main ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
nav.nav_main ul li ul li {
  clear: both;
  width: 100%;
  min-height: inherit;
}
nav.nav_main ul li ul li a,
nav.nav_main ul li ul li span {
  white-space: nowrap;
  display: inline-block;
}

nav.nav_main ul li.kontakt {
  position: relative;
  z-index: 10;
}
nav.nav_main ul li.kontakt a,
nav.nav_main ul li.kontakt span {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  max-height: 36px;
  color: #fff;
  background-color: #009de4;
  text-align: center;
  padding: 0 1rem;
}
nav.nav_main ul li.kontakt a::after,
nav.nav_main ul li.kontakt span::after {
  margin-top: -4px;
  content: "›";
  font-size: 2rem;
}
nav.nav_main ul li.kontakt::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  right: -5px;
  bottom: -5px;
  width: calc(100% - 2rem);
  height: 100%;
  background-color: #fff;
  border: 1px solid #070709;
}
nav.nav_main ul li.kontakt:hover a {
  color: #070709;
}
nav.nav_main ul.one_section p:first-child::after {
  content: none;
}
nav.nav_main ul.one_section p:last-child {
  display: inline-block;
}

nav.nav_meta {
  font-size: 1.1rem;
}
nav.nav_meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 48em) {
  nav.nav_meta ul {
    display: block;
    padding-bottom: 2rem;
  }
  nav.nav_meta ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 60em) {
  nav.nav_main,
  div.nav_wrapper-bottom {
    display: none;
  }
}
@media (min-width: 60em) {
  #offcanvas-overlay {
    z-index: -1 !important;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    white-space: nowrap;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
  }
}
.uk-offcanvas-bar nav.nav_overlay {
  margin-top: 4rem !important;
  padding: 0 30px;
  font-size: 1.5rem;
}
.uk-offcanvas-bar nav.nav_overlay ul {
  list-style: none;
}
.uk-offcanvas-bar nav.nav_overlay ul li {
  margin: 0;
  padding: 0;
}
.uk-offcanvas-bar nav.nav_overlay ul li.current > a {
  color: #009de4;
}
.uk-offcanvas-bar nav.nav_overlay ul li.parent > a {
  color: #009de4;
  border-bottom: none;
}
.uk-offcanvas-bar 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: #000;
}
.uk-offcanvas-bar nav.nav_overlay ul li a:hover {
  color: #009de4 !important;
}
.uk-offcanvas-bar nav.nav_overlay ul li ul.level_2 {
  display: block;
  padding-left: 1rem;
}
.uk-offcanvas-bar nav.nav_overlay ul li ul.level_2 li a:hover {
  color: #009de4;
  cursor: pointer;
}

nav.nav-anker ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
nav.nav-anker ul li {
  list-style: none;
}
@media only screen and (max-width: 48em) {
  nav.nav-anker ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3rem;
  }
}

.ref_item p {
  margin-top: 1rem;
  line-height: 1.3;
}
.ref_item p a {
  padding: 2px 0;
  color: #070709;
}
.ref_item p a:hover {
  color: #009de4;
}

.pseudoteaser h4 {
  text-transform: uppercase;
  color: #009de4;
  font-size: 2rem;
  line-height: 1.1;
}

@media only screen and (max-width: 40em) {
  .logoslider {
    padding-top: 4rem;
  }
}

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

.statistik-item h4 {
  font-family: "BourtonDropExtrude", sans-serif;
  font-weight: normal;
  color: #009de4;
  font-size: 9rem;
  line-height: 1.1;
}
@media only screen and (max-width: 40em) {
  .statistik-item h4 {
    font-size: 7.5rem;
  }
}
.teaser h2,
.teaser h3 {
  text-align: left;
}
.teaser h3 {
  font-size: 2.7rem;
  line-height: 1.1;
}
.teaser p {
  line-height: 1.45;
  font-size: 1.2rem;
}

.prev-next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.prev-next > div {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.prev-next > div.prev p {
  text-align: right;
}
.prev-next > div.next {
  margin-left: auto;
}
.prev-next > div p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  padding-top: 10px;
  line-height: 1.15;
}
.prev-next > div p a .arrow {
  font-weight: 700;
  font-size: 3rem;
}
.prev-next > div p a:hover {
  color: #000 !important;
}
.prev-next > div.next p {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.even_odd > div:nth-child(even).uk-grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 40em) {
  .even_odd .uk-grid {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

ul.pdf_text_downloads li.pdf_text_downloads-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
}
ul.pdf_text_downloads li.pdf_text_downloads-item h3 {
  text-align: left;
  font-family: "source_sans_proregular", "Source Sans 3", sans-serif;
  font-weight: 600;
  font-size: 1.35rem;
}
ul.pdf_text_downloads li.pdf_text_downloads-item p {
  font-size: 1.1rem;
  line-height: 1.25;
  z-index: 10;
}

.kontakte .text-wrapper h4 {
  text-align: left;
}
.kontakte .text-wrapper p {
  text-transform: uppercase;
  font-family: "BourtonBase", sans-serif;
  font-size: 2.7rem;
  color: #009de4;
}
@media only screen and (max-width: 40em) {
  .kontakte .text-wrapper p {
    font-size: 1.5rem;
  }
}
.kontakte img {
  margin-right: 3rem;
}