@font-face {
  font-family: Marselispro;
  src: url('../fonts/MarselisPro.woff2') format("woff2"), url('../fonts/MarselisPro.eot') format("embedded-opentype"), url('../fonts/MarselisPro.otf') format("opentype"), url('../fonts/MarselisPro.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Worksans;
  src: url('../fonts/WorkSans-Regular.woff2') format("woff2"), url('../fonts/WorkSans-Regular.woff2') format("woff2"), url('../fonts/WorkSans-Regular.eot') format("embedded-opentype"), url('../fonts/WorkSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Worksans;
  src: url('../fonts/WorkSans-Bold.woff2') format("woff2"), url('../fonts/WorkSans-Bold.eot') format("embedded-opentype"), url('../fonts/WorkSans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Worksans;
  src: url('../fonts/WorkSans-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --ffffff: white;
  --_font-blau---blau: #1382ad;
  --_beige---color: #cab663;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #19042e;
  font-family: Work Sans;
  font-size: 24px;
  line-height: 1.2;
}

a {
  color: #000;
  text-decoration: underline;
}

.hero-section {
  background-color: #fff;
  min-height: 100vh;
  padding-top: 150px;
  padding-bottom: 150px;
}

.content-container {
  text-align: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}

.h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 125px;
  font-weight: 900;
  line-height: 1.1;
}

.med-text {
  font-size: 40px;
}

.button {
  color: #fff;
  background-color: #19042e;
  border: 1px solid #19042e;
  border-radius: 50px;
  margin-top: 50px;
  padding: 32px;
  text-decoration: none;
}

.button:hover {
  color: #19042e;
  background-color: #fff;
}

.brand {
  justify-content: center;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.link-block {
  color: #19042e;
  text-decoration: none;
}

.link-block:hover {
  color: #19042e80;
}

._100-margin-top {
  min-width: 100%;
  height: 360px;
  min-height: 360px;
  margin-top: 140px;
  overflow: hidden;
}

.html-embed {
  max-width: 350px;
  margin-top: -82px;
  margin-left: auto;
  margin-right: auto;
}

.carousel-container {
  color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: stretch;
  min-width: 100%;
  max-width: none;
  height: 360px;
  min-height: 360px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.logo-container {
  display: flex;
  overflow: hidden;
}

.logo-container._2 {
  background-color: var(--ffffff);
  margin-left: 0%;
  display: flex;
  overflow: hidden;
}

.logo-container.text-carousel {
  color: var(--ffffff);
  align-items: center;
  min-width: 1300px;
}

.logo-image {
  height: 360px;
}

.section {
  padding: 5%;
}

.video, .vid-bg {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.logo-container-2 {
  background-color: #000;
  justify-content: space-around;
  min-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.logo-container-2._2 {
  margin-left: -.1%;
}

.logo-container-copy {
  background-color: #000;
  justify-content: space-around;
  min-width: 100.1%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.logo-container-copy._2 {
  margin-left: -.1%;
}

.carousel-container-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.div-block {
  position: absolute;
  inset: auto 0% 0% auto;
}

.hire-rp {
  z-index: 500;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--ffffff);
  color: var(--black);
  border-radius: 50100vw;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
  box-shadow: 0 2px 40px #00000026;
}

.hire-rp:hover {
  background-color: #e1e1e1;
}

.redpanther-logo {
  height: 24px;
}

.hire-text {
  text-align: center;
}

.link-block-2 {
  display: flex;
}

.paragraph {
  color: #0d0318;
  text-decoration: underline;
}

.paragraph-2 {
  text-decoration: none;
}

.paragraph-3 {
  text-align: center;
}

.section-2 {
  position: fixed;
  inset: auto 0% 0%;
}

.title {
  background-color: var(--ffffff);
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  font-family: Marselispro, Arial, sans-serif;
  font-size: 32px;
}

.mn {
  font-family: Varela Round, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.main-wrapper {
  position: static;
}

.slider_head {
  justify-content: center;
  align-items: flex-start;
  height: 338px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
  display: block;
  overflow: hidden;
}

.slider-wrapper {
  background-color: #0000;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  display: block;
  overflow: hidden;
}

.items-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--ffffff);
  color: #000;
  flex: 0 auto;
  justify-content: space-around;
  align-items: stretch;
  width: 600svw;
  min-width: auto;
  max-width: 600svw;
  height: 338px;
  padding: 0;
  display: flex;
  overflow: visible;
}

.items {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--black);
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-items: stretch;
  min-width: 300svw;
  max-width: 300svw;
  height: auto;
  min-height: auto;
  display: block;
  position: static;
  overflow: hidden;
}

.item {
  flex: 1;
  width: auto;
  max-width: none;
  height: 450px;
  margin-left: 0;
  margin-right: 0;
}

.logo {
  justify-content: center;
  display: flex;
}

.link {
  color: var(--black);
  font-family: Varela Round, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.link:hover {
  color: #000;
}

.container {
  color: #090012;
  text-align: center;
  margin-top: 10px;
}

.impressum {
  background-color: #fffcfc;
  border-top: 2px dotted #000;
  margin-top: 40px;
}

.image {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: inline-block;
}

.heading-2 {
  text-align: center;
  margin-bottom: 140px;
  font-family: Marselispro, Arial, sans-serif;
}

.paragraph-5 {
  text-align: center;
  text-decoration: none;
}

.paragraph-6 {
  text-align: center;
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

.blog {
  font-family: Worksans, Arial, sans-serif;
  font-weight: 400;
}

.blog.mittig {
  text-align: center;
  font-weight: 400;
}

.subhead {
  color: #454446;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: Marselispro, Arial, sans-serif;
  font-size: 28px;
  display: block;
  position: relative;
  top: 10px;
  bottom: 10px;
}

.abschluss {
  color: #0f0f0f;
  border-top: 2px dotted #000;
  outline-color: #640606;
  height: auto;
  margin-bottom: 40px;
}

.quick-stack {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  padding: 0;
}

.container-2 {
  border-top: 0 dotted #000;
  border-radius: 0;
  padding-top: 40px;
}

.welcome {
  margin-bottom: 20px;
}

.paragraph-7 {
  color: #4d3f15;
  font-family: Marselispro, Arial, sans-serif;
  text-decoration: none;
}

.paragraph-8 {
  color: var(--_font-blau---blau);
  margin: 20px 20px 20px 0;
  font-family: Marselispro, Arial, sans-serif;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

.link-block-3 {
  text-decoration: none;
}

.link-2, .email {
  color: #1382ad;
}

.blogartikel {
  background-color: #cab66342;
  margin-bottom: 40px;
  padding-top: 40px;
}

.container-3 {
  background-color: #fff;
  margin-top: 60px;
  padding: 20px;
}

.heading-3 {
  color: #ffffff8a;
  text-align: center;
  letter-spacing: 14px;
  margin-left: 20px;
  font-family: Marselispro, Arial, sans-serif;
  font-size: 80px;
}

.block-quote {
  color: #19042e;
  font-family: Marselispro, Arial, sans-serif;
}

.date {
  color: var(--_font-blau---blau);
  font-family: Worksans, Arial, sans-serif;
  font-size: 31px;
  font-weight: 400;
}

.slider {
  height: 910px;
}

.slide-nav {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.lightbox-link {
  margin-top: 100px;
}

.lightbox-link._1, .lightbox-link._2, .lightbox-link._3 {
  margin-top: 0;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  a {
    color: var(--black);
  }

  .h1 {
    font-size: 80px;
  }

  .logo-container {
    padding-bottom: 0;
  }

  .logo-image {
    height: 100%;
  }

  .slider_head {
    height: 330px;
    margin-top: 0;
  }

  .items-holder {
    width: 1500svw;
  }

  .items {
    min-width: 300svw;
    max-width: 750svw;
  }

  .image {
    margin-top: 10px;
  }

  .blog {
    color: var(--black);
  }

  .paragraph-8 {
    color: #1382ad;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    font-size: 55px;
  }

  .logo-container, .logo-container-2, .logo-container-copy {
    min-width: 150%;
  }

  .title, .mn {
    margin: 20px;
  }

  .slider_head {
    height: 250px;
  }

  .items {
    min-width: 410svw;
  }

  .blog {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
  }

  .subhead {
    margin: 20px;
  }

  .paragraph-8 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    font-size: 35px;
  }

  .med-text {
    font-size: 18px;
  }

  .carousel-container {
    border-radius: 0;
  }

  .logo-container {
    min-width: 300%;
  }

  .logo-image {
    height: 25px;
  }

  .logo-container-2, .logo-container-copy {
    min-width: 300%;
  }

  .carousel-container-2 {
    border-radius: 0;
  }

  .title {
    font-size: 24px;
    line-height: 34px;
  }

  .slider_head {
    height: 320px;
    margin-top: 0;
  }

  .slider-wrapper {
    width: auto;
    min-width: auto;
    max-width: none;
    overflow: visible;
  }

  .items-holder {
    width: auto;
    min-width: auto;
    max-width: none;
    height: 320px;
    min-height: auto;
    display: flex;
  }

  .items {
    min-width: 710svw;
    max-width: none;
  }

  .item {
    height: auto;
  }

  .image {
    margin-top: 20px;
  }

  .blog {
    font-size: 22px;
  }

  .subhead {
    font-size: 24px;
  }

  .quick-stack {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-8 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

#w-node-_96e1689d-7684-7c46-b5f2-2baee889e1d5-20d51eb9, #w-node-b9c4a1c9-10b9-df77-4a9d-a2bd1d6ebc68-20d51eb9, #w-node-_85735bd0-c541-4e26-98b1-54ae7d60ba6b-20d51eb9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_0eff95d3-dbc4-10dd-d3d9-e1cef895c32c-20d51eb9, #w-node-_6cc0974c-b9a1-2a09-6ae5-eb1fed5bd2f7-20d51eb9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}


@font-face {
  font-family: 'Marselispro';
  src: url('../fonts/MarselisPro.woff2') format('woff2'), url('../fonts/MarselisPro.eot') format('embedded-opentype'), url('../fonts/MarselisPro.otf') format('opentype'), url('../fonts/MarselisPro.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Regular.woff2') format('woff2'), url('../fonts/WorkSans-Regular.woff2') format('woff2'), url('../fonts/WorkSans-Regular.eot') format('embedded-opentype'), url('../fonts/WorkSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Bold.woff2') format('woff2'), url('../fonts/WorkSans-Bold.eot') format('embedded-opentype'), url('../fonts/WorkSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}