@font-face {
  font-family: 'Outfit';
  src: url('/fonts/Outfit-ExtraLight.woff2') format('woff2'),
    url('/fonts/Outfit-ExtraLight.woff') format('woff'),
    url('/fonts/Outfit-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('/fonts/Outfit-Thin.woff2') format('woff2'),
    url('/fonts/Outfit-Thin.woff') format('woff'),
    url('/fonts/Outfit-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('/fonts/Outfit-Medium.woff2') format('woff2'),
    url('/fonts/Outfit-Medium.woff') format('woff'),
    url('/fonts/Outfit-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('/fonts/Outfit-Light.woff2') format('woff2'),
    url('/fonts/Outfit-Light.woff') format('woff'),
    url('/fonts/Outfit-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('/fonts/Outfit-Black.woff2') format('woff2'),
    url('/fonts/Outfit-Black.woff') format('woff'),
    url('/fonts/Outfit-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('/fonts/Outfit-SemiBold.woff2') format('woff2'),
    url('/fonts/Outfit-SemiBold.woff') format('woff'),
    url('/fonts/Outfit-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('/fonts/Outfit-Regular.woff2') format('woff2'),
    url('/fonts/Outfit-Regular.woff') format('woff'),
    url('/fonts/Outfit-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('/fonts/Outfit-ExtraBold.woff2') format('woff2'),
    url('/fonts/Outfit-ExtraBold.woff') format('woff'),
    url('/fonts/Outfit-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('/fonts/Outfit-Bold.woff2') format('woff2'),
    url('/fonts/Outfit-Bold.woff') format('woff'),
    url('/fonts/Outfit-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outage Cut';
  src: url('/fonts/Outage-Cut.woff2') format('woff2'),
    url('/fonts/Outage-Cut.woff') format('woff'),
    url('/fonts/Outage-Cut.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outage';
  src: url('/fonts/Outage-Regular.woff2') format('woff2'),
    url('/fonts/Outage-Regular.woff') format('woff'),
    url('/fonts/Outage-Regular.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

h1, h2, h2 a:link, h2 a:visited {
  font-family: 'Outage Cut' !important;
  text-transform: uppercase;
  font-size: 50px !important;
  font-weight: 300;
}

h3 {
  font-family: 'Outfit' !important;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 300;
  width: fit-content;
}

h4 {
  font-family: 'Outfit' !important;
  color: #ffffff;
}

.hornav, .hornav ul ul, .hornav ul ul a {
  font-family: 'Outage' !important;
  text-transform: uppercase;
}

body {
  font-family: 'Outfit' !important;
}

.btn, .button, button {
  font-family: 'Outage Cut' !important;
}

.eb-dialog button.eb-close {
  font-family: 'Arial' !important;
}

.inlineicon {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.inlineicon>div {
  display: flex;
  align-items: center;
}

.videodesktop {
  display: block;
}

.videomobile {
  display: none;
}

.mobilemenu {
  display: inline-flex;
}

.center {
  text-align: center;
}

/*-------------------GDPR-----------------*/
.cc-window.cc-floating.cc-type-opt-in.cc-theme-edgeless a {
  color: #ffffff !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;
}

/*----------------container header---------*/
#container_header-sticky-wrapper {
  position: absolute;
}

.outside_header {
  overflow: hidden;
}

.container_header {
  padding-top: 0px;
}

.scrolled .container_header {
  padding-top: 0px;
}

.scrolled .is-sticky #container_header {
  background-color: rgba(41, 49, 51, 1) !important;
}

.container_header:after {
  height: 0px;
  display: none;
}

#header_main {
  background: rgb(41, 49, 51, 1);
  min-height: 100px;
}

/*-------------Logo---------------*/
#logo.logo {
  padding: 0px;
  padding-left: 20px;
  position: relative;
  flex: 1;
}

#logo.logo img {
  width: 120px;
  position: relative;
  z-index: 1;
  overflow: visible;
  display: block;
}

/*------------Hornav-----------*/
#hornav-nav {
  flex: 1;
  font-size: 30px;
}

.hornav>ul>li a .parent-indicator, .hornav>ul>li span .parent-indicator {
  display: none;
}

.hornav>ul>li>ul, .hornav>ul>li>ul>li>ul, .hornav>ul>li>ul>li>ul>li>ul {
  min-width: 450px;
  top: 78px;
  left: 0;
  right: auto;
}

.hornav ul.menu>li.active>a, .hornav ul.menu>li>a:hover, .hornav ul.menu>li>span:hover {
  color: #ffffff;
}

.hornav>ul>li>ul>li:hover>a, .hornav>ul>li ul>li>ul>li:hover>a, .hornav>ul>li>ul>li:hover>a span, .hornav>ul>li ul>li>ul>li:hover>a span {
  color: #000000;
}

/*-----------------Kontakt oben -------------*/
.kontaktoben {
  padding-right: 10px;
}

.kontaktoben a {
  font-family: 'Outfit';
  color: #ffffff;
}

.kontaktoben .custom {
  display: flex;
  flex-direction: row;
}

.kontaktoben .custom a:first-child {
  padding-right: 50px;
}

.kontaktoben .custom a img {
  height: 40px;
}

.kontaktoben .custom a:first-child img {
  height: 30px;
}

/*------------vertical menue-------------*/
.mobilemenu .sm-parent .menu-icon-cont {
  margin-top: 20px;
}

#off-menu_111 .sm-logo {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

/*-------------------Showcase--------------*/
.showcaseoverlay {
  position: absolute;
  max-width: 900px;
  margin-left: -400px;
  top: 50%;
  left: 50%;
  z-index: 1;
}

.showcaseoverlay p {
  font-size: 40px;
  color: #ffffff;
  font-family: 'Outage Cut' !important;
  text-shadow: 2px 2px 2px #000000;
}

.showcaseoverlay button {
  padding: 10px 20px;
  border-radius: 10px;
  transform: translate(100px, -50px);
}

.showcase-1a .uk-scope .uk-slideshow .uk-overlay.uk-position-right.uk-overlay-primary {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  min-height: 200px;
  top: 50%;
  bottom: 50%;
  color: #293133;
  font-size: 40px;
  line-height: 50px;
  border-radius: 10px;
}

.showcase-1a video {
  margin-bottom: -15px;
}

/*---------------------top 1----------------*/
#container_top1_modules .block_holder {
  padding-top: 80px;
  padding-bottom: 80px;
}

#container_top1_modules {
  line-height: normal;
}

#container_top1_modules .top-1a img {
  border: 2px solid #ffffff;
  border-radius: 70px;
}

#container_top1_modules .top-1a {
  padding-right: 10px;
}

#container_top1_modules button {
  padding: 15px 20px;
}

#container_top1_modules h1 {
  position: relative;
  color: #D22530;
  font-size: 40px !important;
}

#container_top1_modules .moduletable {
  position: relative;
  padding: 30px;
}

/*---------------------top 2----------------*/
#container_top2_modules .block_holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

#container_top2_modules {
  position: relative;
  color: #ffffff;
  font-size: 30px;
  font-family: 'Outage Cut';
}

#container_top2_modules .custom>div {
  font-weight: bold;
  font-size: 40px;
}

#container_top2_modules .custom {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

#container_top2_modules button {
  background-color: #ffffff;
  color: #293133;
  font-family: 'Outfit' !important;
  line-height: 45px;
  padding: 25px 40px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #293133;
}

#container_top2_modules button:hover {
  transform: scale(1.1);
}

/*---------------Top 3--------------------*/
#container_top3_modules .block_holder {
  padding-top: 80px;
  padding-bottom: 80px;
}

#container_top3_modules h3 {
  position: relative;
  color: #D22530;
}

#container_top3_modules h3:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -5px;
  background-color: #D22530;
  width: 80%;
  height: 2px;
}

/*---------------Maincontent--------------*/
#container_main .wrapper960.mainwrapper {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

#main h1 {
  position: relative;
  font-weight: bold;
  text-align: center;
}

#main h3 {
  color: #ffffff;
}

.uk-lightbox.uk-overflow-hidden.uk-lightbox-panel.uk-open {
  z-index: 10110;
}

/*-------------SVG Rad-----------*/
.leistungtext {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*----------------RAD Neu------------------*/
.sliceWrapper {
  position: relative;
  border: 2px solid black;
  padding: 0;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  list-style: none;
  overflow: hidden;
}

.innerlogo {
  background-color: #D22530;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  z-index: 1;
  top: 50%;
  margin-top: -60px;
  display: flex;
  justify-content: center;
}

.innerlogo img {
  width: 40px;
}

.slice {
  position: absolute;
  left: -100%;
  width: 200%;
  height: 200%;
}

.sliceWrapper li {
  overflow: hidden;
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  transform-origin: 0% 100%;
}

.sliceWrapper li:hover .slice {
  background: #D22530 !important;
}

.sliceWrapper li.active .slice {
  background-color: #D22530 !important;
}

.sliceWrapper li img {
  max-width: 130px;
  left: 50px;
  bottom: 80px;
}

.sliceWrapper li:first-child {
  transform: rotate(0deg) skewY(162deg);
}

.sliceWrapper li:first-child img {
  position: absolute;
  transform: skewY(20deg);
}

.sliceWrapper li:nth-child(2) {
  transform: rotate(72deg) skewY(162deg);
}

.sliceWrapper li:nth-child(2) img {
  position: absolute;
  transform: skewY(20deg) rotate(-72deg);
}

.sliceWrapper li:nth-child(3) {
  transform: rotate(144deg) skewY(162deg);
}

.sliceWrapper li:nth-child(3) img {
  position: absolute;
  transform: skewY(20deg) rotate(-145deg);
}

.sliceWrapper li:nth-child(4) {
  transform: rotate(216deg) skewY(162deg);
}

.sliceWrapper li:nth-child(4) img {
  position: absolute;
  transform: skewY(20deg) rotate(141deg);
}

.sliceWrapper li:nth-child(5) {
  transform: rotate(288deg) skewY(162deg);
}

.sliceWrapper li:nth-child(5) img {
  position: absolute;
  transform: skewY(20deg) rotate(72deg);
}

.sliceWrapper li:first-child .slice {
  background: white;
}

.sliceWrapper li:nth-child(2) .slice {
  background: white;
}

.sliceWrapper li:nth-child(3) .slice {
  background: white;
}

.sliceWrapper li:nth-child(4) .slice {
  background: white;
}

.sliceWrapper li:nth-child(5) .slice {
  background: white;
}

.hidden-divs>div {
  display: none;
}

/*--------Formular CF1----------------*/
#cf_1.convertforms .cf-content-wrap, #cf_1.convertforms .cf-form-wrap {
  padding: 0px;
}

#cf_1.convertforms .cf-btn:hover {
  opacity: 1;
}

#cf_1.convertforms .cf-input {
  background-color: rgba(255, 255, 255, 0.1);
}

/*-------------------Bottom2-----------------*/
#container_bottom2_modules button {
  padding: 10px 20px;
  box-shadow: 5px 3px 6px #00000029;
  border-radius: 5px;
  font-family: 'Outfit' !important;
  font-size: 23px;
  text-transform: uppercase;
}

#container_bottom2_modules {
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}

#container_bottom2_modules h2 {
  padding-top: 20px;
  font-size: 30px;
  color: #D22530;
}

#container_bottom2_modules h3 {
  color: #ffffff;
  font-weight: bold;
  font-size: 30px;
}

#wrapper_bottom-2.block_holder_margin {
  flex-wrap: nowrap;
}

#container_bottom2_modules .bottom-3a {
  margin-right: 10px;
}

#container_bottom2_modules .bottom-3b {
  margin-left: 10px;
}

#container_bottom2_modules .bottom-3b .custom {
  color: #ffffff;
  padding: 10px;
}

#container_bottom2_modules a {
  color: #ffffff;
  text-decoration: none;
}

#container_bottom2_modules h1 {
  color: #ffffff;
}

/*------------Bottom3------------*/
#container_bottom3_modules {
  padding-top: 30px;
}

/*------------------Base2-----------*/
#container_base1_modules, #container_base2_modules, #footer-1, #footer-2 {
  color: #ffffff;
  --text-main: #ffffff;
}

#container_base2_modules {
  padding: 0px 0px;
  margin-top: 50px;
}

#container_base2_modules h2 {
  color: #D22530;
  font-size: 30px !important;
}

#container_base2_modules a {
  color: #ffffff;
  text-decoration: none;
}

#base2_modules {
  position: relative;
}

#base2_modules strong {
  font-weight: 600;
}

#base-2 .block_holder>div {
  justify-content: space-between;
}

.base-2a, .base-2b, .base-2c {
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: 5px 5px 15px #0000001A;
  padding: 2% 4%;
  max-width: 32.5% !important;
}

.base-2c img {
  margin-right: 10px;
}

#base-2 .clear {
  display: none;
}

/*--------------------Footer Menu---------------*/
.footermenu ul li a {
  color: #ffffff;
}

.footermenu ul li a:after, .footermenu ul li span:after {
  content: " | ";
  margin-left: 10px;
  font-weight: bold;
  font-size: 15px;
}

.footermenu ul li a:hover {
  text-decoration: none;
}

.container_footer .wrapper960 {
  padding: 20px;
  justify-content: center;
}

/*---------------Mobile Footer--------------*/
.mobilefooter {
  display: none;
  text-align: center;
  width: 100%;
  bottom: 0px;
  position: fixed;
  color: #ffffff;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 30px;
}

.mobilefooter p {
  margin-bottom: 0px;
}

.mobilefooter .custom {
  display: flex;
  justify-content: space-between;
}

.mobilefooter .custom div {
  margin-left: 2px;
  margin-right: 2px;
  background-color: #D22530;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.mobilefooter .custom .fa {
  color: #ffffff;
}

@media only screen and (max-width: 1700px) {
  .hornav ul.menu>li>a, .hornav ul.menu>li>span {
    font-size: 20px;
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 1600px) {
  .showcaseoverlay {
    max-width: 400px;
    margin-left: -200px;
  }

  .showcaseoverlay p {
    text-align: center;
    font-size: 16px;
    line-height: normal;
  }
}

@media only screen and (max-width: 1460px) {
  .hornav ul.menu>li>a, .hornav ul.menu>li>span {
    padding: 10px 10px;
  }

  .logo {
    padding: 0px;
  }
}

@media only screen and (max-width: 1350px) {
  #logo.logo img {
    width: 100px;
  }

  #logo.logo {
    width: 400px;
  }

  .is-sticky #logo.logo img {
    width: 100px;
  }

  .is-sticky #logo.logo {
    width: 400px;
  }

  .container_header {
    padding-top: 0px;
  }

  .block_holder {
    padding-left: 10px;
    padding-right: 10px;
  }

  #container_top1_modules .custom {
    padding-left: 0px;
    margin-top: 0px;
  }

  #container_bottom3_modules {
    margin-left: 0px;
    margin-right: 0px;
  }

  #bottom3_modules.block_holder {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 1300px) {
  .kontaktoben .custom {
    flex-direction: column;
  }

  .kontaktoben .custom div.group .group-column span {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1250px) {
  .sliceWrapper {
    transform: scale(0.8);
    margin-left: -60px;
  }

  .base-2a, .base-2b {
    max-width: 49% !important;
  }

  .base-2c {
    max-width: 100% !important;
  }

  span.teltext {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .hornav {
    display: none;
  }
}

@media only screen and (max-width: 968px) {
  #logo.logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .kontaktoben .custom div.group .group-column span {
    font-size: 16px;
  }

  #wrapper_bottom-3.block_holder_margin {
    flex-wrap: wrap;
  }

  .bottom-3a, .bottom-3b {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  #container_bottom3_modules .bottom-3a {
    margin-right: 0px;
  }

  #container_bottom3_modules .bottom-3b {
    margin-left: 0px;
    margin-top: 50px;
  }

  #bottom3_modules .contentinline {
    flex-direction: column;
    justify-content: center;
  }

  #bottom3_modules .contentinline .contentleft {
    padding-left: 30px;
  }

  #bottom3_modules .contentinline .contentleft, #bottom3_modules .contentinline .contentright {
    max-width: 100%;
    width: 100%;
  }

  .showcase-1a .uk-scope .uk-slideshow .uk-overlay.uk-position-right.uk-overlay-primary {
    font-size: 30px;
    line-height: 35px;
    min-height: max-content;
  }

  .showcase-1a .uk-scope .uk-slideshow .uk-overlay.uk-position-right.uk-overlay-primary p {
    margin-bottom: 0px;
  }

  #container_top1_modules {
    font-size: 20px;
  }

  #container_top1_modules .top-1a {
    padding-right: 0px;
  }

  .top-1.top-1a img {
    max-width: 400px;
  }

  #container_top2_modules .custom {
    display: flex;
    flex-direction: column;
  }

  #container_top2_modules .custom div {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .showcaseoverlay img {
    max-width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .kontaktoben {
    display: none;
  }

  body {
    font-size: 16px;
  }

  #showcase1_modules .uk-scope ul.uk-slideshow-items {
    aspect-ratio: 3 / 4 !important;
  }

  .mobilefooter {
    display: block;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.5);
    padding-top: 3px;
  }

  #container_footer {
    padding-bottom: 40px;
  }

  .showcase-1a .uk-scope .uk-slideshow .uk-overlay.uk-position-right.uk-overlay-primary {
    font-size: 20px;
    line-height: 25px;
  }

  .base-2a, .base-2b {
    max-width: 100% !important;
    padding: 30px 20px;
  }

  .base-2c {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 640px) {
  .videodesktop {
    display: none;
  }

  .videomobile {
    display: block;
  }

  #container_top1_modules .block_holder {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #container_top1_modules .mod-custom.custom {
    padding-left: 0px;
    padding-right: 0px;
  }

  #container_top1_modules .moduletable:before {
    position: absolute;
    content: '';
    width: 300px;
    height: 300px;
  }

  .sliceWrapper {
    transform: scale(0.7);
  }
}

@media screen and (max-width: 575px) {
  .eb-1.eb-inst {
    --eb-margin: 10px 0 0 60px !important;
  }

  .eb-1 .eb-dialog {
    padding: 0px !important;
  }
}

@media only screen and (max-width: 525px) {
  #header_main {
    min-height: 0px;
  }

  .sliceWrapper {
    transform: scale(0.5);
    margin-left: -100px;
    margin-top: -150px;
    margin-bottom: -150px;
  }

  .mobilemenu .sm-parent .menu-icon-cont {
    margin-top: 0px;
  }

  body, #container_top1_modules {
    font-size: 14px !important;
  }

  h1, h2, h2 a:link, h2 a:visited {
    font-size: 30px !important;
  }

  #container_top1_modules h1 {
    font-size: 26px !important;
    hyphens: auto;
  }

  .uk-scope .uk-grid .uk-padding {
    padding: 0px;
  }

  #container_base2_modules h2 {
    font-size: 20px !important;
    line-height: normal;
  }

  #cf_1 .cf-control-group[data-key="2"] {
    transform: none;
  }

  #container_top2_modules .custom>div {
    font-size: 20px;
    text-align: center;
  }

  #container_top2_modules button {
    padding: 10px 20px;
  }

  #container_bottom3_modules .moduletable h2 {
    font-size: 25px !important;
    line-height: 25px;
    top: -60px;
  }

  .showcase-1a .uk-scope .uk-slideshow .uk-overlay.uk-position-right.uk-overlay-primary {
    top: 40%;
  }

  .off-menu_111 dl.level2 dt.opened a, .off-menu_111 dl.level2 dt.active a, .off-menu_111 dl.level2 dt:hover a, .off-menu_111 dl.level2 a, .off-menu_111 dl.level2 a:link {
    font-size: 16px !important;
  }

  @media only screen and (max-width: 440px) {
    #logo.logo {
      padding-left: 5px;
    }

    .showcaseoverlay {
      max-width: 300px;
      margin-left: -150px;
    }

    #header_main {
      min-height: 60px;
    }

    .mobilemenu .sm-parent .menu-icon-cont {
      margin-top: 0px;
    }

    .top-1.top-1a img {
      max-width: 100%;
    }

    .sliceWrapper {
      transform: scale(0.5);
      margin-left: -150px;
    }

    .base-2c img {
      max-width: 120px;
    }
  }