@font-face {
  font-family: 'Abel';
  src: url('/fonts/Abel-Regular.woff2') format('woff2'),
    url('/fonts/Abel-Regular.woff') format('woff'),
    url('/fonts/Abel-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1, h2, h2 a:link, h2 a:visited, h3 {
  font-family: 'Abel' !important;
}

h4 {
  font-family: 'Abel' !important;
}

.hornav, .hornav ul ul, .hornav ul ul a {
  font-family: 'Abel' !important;
}

body {
  font-family: 'Abel' !important;
  line-height: 1.3;
}

:root {
  --headerheight: 70px;
}

.mobilemenu {
  display: none;
}

/*-----------Back-to-top------------*/
.back-to-top {
  background: #fff !important;
  border-radius: 100% !important;
  box-shadow: 0px 0px 5px #868681;
  right: 1em;
  bottom: 0.75em;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.back-to-top svg {
  fill: #78795b;
  display: inline-block;
  height: 1.1em;
  max-width: 2em;
  padding: 0 5px;
}

/*-------------------GDPR-----------------*/
div.cc-window.cc-floating {
  padding: unset !important;
}

.cc-floating.cc-theme-edgeless .cc-message {
  padding: 2em 1.8em !important;
  margin: unset !important;
}

div.cc-compliance>a.cc-btn {
  margin: 0 !important;
}

.cc-window.cc-floating.cc-type-opt-in.cc-theme-edgeless a {
  color: #ffffff !important;
  text-decoration: none !important;
  margin: unset !important;
}

.cc-btn {
  padding: 1em !important;
}

.cc-compliance.cc-highlight a.cc-btn.cc-allow {
  color: #000000 !important;
}

.cc-revoke.cc-left {
  left: -20px !important;
  right: auto;
  transform: rotate(90deg);
  bottom: 70px !important;
}

.cc-revoke:hover {
  transform: rotate(90deg) !important;
}

.cc-revoke img {
  width: 50px;
  height: 100px;
}

.powr-social-feed:before {
  content: 'Sie müssen Cookies akzeptieren und die Seite neu laden, um diesen Inhalt anzuzeigen';
  left: 0;
  right: 0;
  position: absolute;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  background-color: #dfdfdf;
}

.powr-social-feed.powrLoaded:before {
  display: none;
}

/*----------------Header----------------*/
#container_header-sticky-wrapper {
  position: sticky;
}

.container_header:after {
  display: none;
}

#header_main {
  background: #78795b !important;
  padding: 0.5em 0;
  height: var(--headerheight);
}

.container_header {
  top: 2em;
  padding-top: unset;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 0px 0px rgba(0, 0, 0, 0), 0 0px 0px rgba(0, 0, 0, 0), 0 0px 0px rgba(0, 0, 0, 0);
}

/*----------Logo---------*/
#logo.logo {
  flex: 1 !important;
  padding: unset;
  padding-left: 2em;
}

#logo.logo img {
  width: 140px;
  position: absolute;
  transform: translateY(-50%);
  transition: all 300ms ease;
}

.is-sticky #logo.logo img {
  width: 120px;
  transform: translateY(-25%);
}

/*---------Hornav--------*/
#hornav-nav.hornav {
  flex: unset;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.hornav>ul.menu>li>a, .hornav>ul.menu>li>span {
  font-size: 1em;
  line-height: 1;
  padding: 0.5em !important;
  color: #fff !important;
  text-transform: uppercase;
}

.hornav ul.menu>li>a:hover, .hornav ul.menu>li>span:hover {
  color: #cf1;
}

.hornav ul.menu>.parent-hover>a {
  color: #fff;
}

.hornav ul.menu {
  gap: 1em;
}

.hornav ul.menu>li+li {
  margin-left: 0;
}

/*-------Kontakt oben--------*/
.kontaktoben>* {
  display: flex;
  gap: 1em;
  padding-right: 2em;
}

.kontaktoben a {
  color: #78795b !important;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.kontaktoben .kontakt-oben.kontakt-button {
  border: 2px solid #fff;
  padding: 2px;
  transition: all 150ms ease;
  display: block;
}

.kontaktoben .kontakt-oben {
  display: flex;
  align-items: center;
  justify-content: center;
}

.kontaktoben .kontakt-oben.kontakt-button a {
  padding: 0.3em 0.6em;
  background: #fff;
  transition: all 150ms ease;
  line-height: 1.75;
}

.kontaktoben .kontakt-oben.kontakt-button:hover a {
  background: #000;
  color: #fff !important;
}

.kontaktoben .kontakt-oben.kontakt-button:hover {
  border-color: #000;
}

/*-------------------Showcase--------------*/
.showcaseoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#container_showcase1_modules {
  margin-top: calc(-1*var(--headerheight));
}

.uk-scope .header ul.uk-slideshow-items {
  height: 90vh;
  height: 90dvh;
}

/*-------------------Top 1--------------------*/
#cf_1 {
  --input-placeholder-color: #ffffff !important;
}

#cf_1 .cf-fields {
  align-items: center;
}

#cf_1 .cf-input {
  text-transform: uppercase;
}

#cf_1 .cf-btn {
  text-transform: uppercase;
  width: 100%;
  opacity: 1 !important;
  transition: all 150ms ease;
}

#cf_1 .cf-text-center {
  border: 2px solid #78795b;
  padding: 2px;
  transition: all 150ms ease;
}

#cf_1 .cf-text-center:hover {
  border-color: #fff !important;
}

#cf_1 .cf-text-center:hover .cf-btn {
  background: #fff !important;
}

#cf_1 .cf-text-center:hover .cf-btn-text {
  color: #000 !important;
}

/*------------------Base 2------------------*/
.base-2a a {
  color: #fff !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5em;
  line-height: 1;
  margin-bottom: 0.5em;
}

.base-2a p {
  font-weight: bold;
  color: #fff !important;
  text-transform: uppercase;
  line-height: 1;
}

.base-2a .socials {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: unset;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.link1 {
  grid-area: 1 / 1 / 2 / 2;
}

.link2 {
  grid-area: 2 / 1 / 3 / 2;
}

.link3 {
  grid-area: 1 / 2 / 2 / 3;
}

.link4 {
  grid-area: 2 / 2 / 3 / 3;
}

.base-2b a {
  position: relative;
  color: #fff !important;
  text-decoration: none;
  line-height: 1;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  transition: all 150ms ease;
}

.base-2b a:hover {
  padding-left: .7em;
}

.base-2b a::before {
  content: '';
  background-image: url(/images/icons/arrow.svg);
  width: 0.5em;
  height: 1em;
  position: absolute;
  left: -0.25em;
  background-repeat: no-repeat;
  z-index: 1;
}

/*--------------------Footer------------------*/
#container_footer .wrapper960 {
  width: 90%;
  justify-content: center;
  border-top: 1px solid #fff;
}

.footermenu ul li {
  padding: 0 1em;
  border-right: 1px solid #fff;
}

.footermenu ul li:last-child {
  border-right: unset;
}

.footermenu ul li a {
  color: #fff !important;
  padding: unset !important;
  font-size: 0.7em;
}

.footermenu ul li a:after, .footermenu ul li span:after {
  display: none;
}

.footermenu ul li a:hover {
  text-decoration: none;
}

.footermenu img {
  width: 1em;
}

/*---------------Mobile Footer--------------*/
.mobilefooter {
  display: none;
  text-align: center;
  background-color: #cf1;
  width: 100%;
}

.mobilefooter p {
  margin-bottom: 0px;
}

/*------------Medien---------------*/
@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 768px) {}