@font-face {
  font-family: "Helvetica-Neue"; /* Gewünschter Name */
  src: url("/layout/frontend/b2c/dist/fonts/Helvetica-Neue-LT-Com-65-Medium.ttf")
    format("truetype");
}

:root {
  --main: #5f259f;
  --main-light: #ece7f7;
  --main-dark: #3e2759;
  --bg-grey: #f1f1f1;
  --grey: #cdcdcd;
  --link: #307fe2;
  --white-dark: #eee;
  --bg-dark: #0f0f0f;
  --font-light: #999;
  --font: #0f0f0f;
  --shadow: 0 10px 30px rgb(0 0 0 / 15%);
  --main-middle: #7f51b2;
}

div#cookiewarnung {
  background: var(--main-middle);
}

body,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica-Neue", Arial, sans-serif !important;
  font-weight: 400 !important;
}

.component.footer-certification .textcontent {
  float: right;
}

#header_2 a {
  font-size: 17px;
}

body {
  font-size: 16px;
}

button,
.btn,
.button {
  padding: 10px 55px;
  border: solid 1px #4a2c7c;
  color: #4a2c7c;
  background: none;
  border-radius: 5px;
  font-weight: 400;
}

.button:hover,
button:hover {
  background-color: var(--main) !important;
  color: #fff !important;
  transition: 0.4s ease;
  border: 1px solid var(--main) !important;
}

button.invertiert {
  background-color: var(--white-dark);
  color: #342039 !important;
  transition: 0.4s ease;
}

button.invertiert:hover,
.btn.invertiert:hover,
.button.invertiert:hover {
  background: none;
  border: 1px solid rgb(169, 52, 52);
  color: #fff !important;
}

.home div#area-3 {
  background: var(--bg-grey);
}

div#footer_0 {
  background: var(--white-dark);
  color: var(--font) !important;
}

#footer #footer_3 {
  background: var(--bg-dark);
}

.footer_impressum a {
  color: #585858 !important;
}

.footer_impressum a:hover {
  color: #fff !important;
}

.footer-nav a {
  color: var(--font) !important;
}

.footer-nav a:hover {
  background: #e5dff1 !important;
}

.footer-nav a.active_tree:hover {
  background: var(--main) !important;
}

div#header {
  background-color: #fff !important;
  border-bottom: 1px solid var(--main-light);
}

#header_2 a {
  color: var(--font-light);
}

div#sprache {
  color: var(--font-light) !important;
}

.fakts-background {
  /* background: var(--main-light);
    background: -moz-radial-gradient(center, ellipse cover, var(--main-light) -30%,var(--main) 300%);
    background: -webkit-radial-gradient(center, ellipse cover, var(--main-light) -30%,var(--main) 300%);
    background: radial-gradient(ellipse at center, var(--main-light) -30%,var(--main) 300%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='var(--main)', endColorstr='#var(--main-light)',GradientType=1 ); */
  background: var(--main-light);
}

.home div#content {
  background: var(--bg-grey);
}

.home div#area-2 h3,
.home div#area-2 h2 {
  color: var(--font) !important;
  margin-bottom: 25px;
}

.home div#area-2 {
  background: #fff;
  margin-bottom: 60px;
  margin-top: 40px;
}

#box,
#box.box-2 {
  border: none;
  border-radius: 5px;
}

#box .box-icon {
  background: var(--main) !important;
}

#box .box-content {
  background: var(--bg-grey) !important;
}

#header a:hover {
  color: var(--main) !important;
}

.box-content a {
  color: var(--main-dark) !important;
  font-size: 14px;
}

a.active_tree {
  color: var(--main-dark) !important;
}

.group-no-click .leistungsbox .textcontent {
  position: relative;
  float: left;
  width: 100%;
}

.leistungsbox .textcontent {
  border-radius: 5px;
  background: none;
  box-shadow: 5px 10px 30px rgb(0 0 0 / 10%);
}

.group-no-click .leistungsbox .textcontent img {
  display: none;
}

.leistungsbox p {
  background: #fff;
  color: var(--font);
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 200ms;
  font-size: 1.05em;
}

.collection_list.geschichte.hide {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.h2,
h2 {
  font-weight: 600;
}

.balken-breit {
  background: var(--main-dark);
  border-radius: 5px;
}

.leistungsbox:hover p {
  background: rgb(95 37 159 / 50%) !important;
  color: #fff !important;
  transition: 200ms;
}

.leistungsbox .textcontent {
  background: none;
}

.leistungsbox img {
  display: none;
}

#footer a.active_tree {
  color: #fff !important;
  background: var(--main-middle);
}

#header_2 a {
  padding: 18px 31px 18px 31px;
}

.extra-bild,
.extra-bild:after {
  display: none;
}

div#slider {
  background: none;
}

.firmengeschichte .owl-stage {
  background: var(--main-dark);
}

div#sprache {
  height: 60px;
}

#header_1 .component.logo {
  padding: 0;
}

.sticky-active #header_1 img {
  margin-top: 0;
  position: absolute;
}

.component.call-to-action iframe {
  border-radius: 15px;
  box-shadow: var(--shadow);
}

.leistungen .grey,
#area-4,
#area-8,
#area-12 {
  background-image: none !important;
  background: var(--bg-grey) !important;
}

.grey h1,
.grey h2,
.grey h3,
.grey h4,
.grey h5,
.grey h6,
.grey {
  color: var(--font) !important;
}

.extrabox {
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: linear-gradient(10deg, #fff, #fff);
}

.extra-bild {
  width: 60px;
}

.extra-bild:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #fff 10%, transparent);
}

.grey h2:after {
  background: var(--main);
  content: "";
  display: block;
  width: 32px;
  height: 6px;
  transition: transform 0.3s ease-out;
  margin: 0 0 15px 0;
}

.grey h2 {
  position: relative;
  font-weight: 600;
}

.home #area-2.grey h2:after {
  display: none;
}

.grey h3 {
  font-weight: 400;
}

.back_to_overview a {
  padding: 10px;
  background: var(--main);
  color: #fff;
  border-radius: 5px;
  transition: 200ms ease;
}

.back_to_overview a:hover {
  background: var(--main-light);
  color: var(--main);
  transition: 200ms ease;
}

#footer #footer_1 {
  color: #fff;
  background: var(--font);
}

div#footer_1 .container {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #383838;
}

.footer-nav a {
  padding: 12px 31px 12px 31px !important;
  font-size: 16px !important;
}

.collection_list.geschichte.hide {
  background: var(--main-dark);
}

.firmengeschichte div#area-2 {
  background: none;
  padding-bottom: 70px !important;
  padding-top: 0 !important;
}

.component.call-to-action h2 {
  font-size: 1.8em;
}

.component.call-to-action h3 {
  font-weight: 400 !important;
  font-size: 20px;
}

.box-icon {
  border-radius: 5px 0px 0px 5px;
}

.firmengeschichte div#content {
  padding-bottom: 20px !important;
}

.form-control {
  background: none;
  border: none;
  border-bottom: 1px solid var(--main-light);
}

.fakts-background:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(/userdata/images/Carbon.png);
  z-index: -1;
  opacity: 0.3;
  transform: skewX(-19deg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.leistungen .collection_content.more a,
.leistungen .collection_content.titel {
  color: var(--font);
}

.home div#area-2 h3 {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 100px !important;
  color: var(--font);
  box-shadow: var(--shadow);
  font-size: 1.2em;
}

.leistungen div#content {
  padding-bottom: 0 !important;
}

.balken-breit:last-child {
  width: 200% !important;
  transform: translateX(-50%);
  left: 50%;
  margin-top: 0;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  background: var(--main);
}

.balken-breit {
  background: #999;
}

.leistungsbox.anker-button .textcontent {
  border-radius: 10px 10px 0 0;
  bottom: -18px;
  transition: 200ms ease;
}

.leistungsbox.anker-button:hover .textcontent {
  bottom: 0;
  transition: 200ms ease;
}

div#content {
  overflow: hidden;
  max-width: 100%;
}

.collection_list.jobs.hide {
  background: var(--bg-grey);
  border-radius: 10px;
  padding: 15px 30px 30px 30px;
  margin-bottom: 40px;
  border: 1px solid rgb(95 37 159 / 5%);
  width: calc(50% - 20px);
  position: relative;
  float: left;
}

.jobs #content > .container > .col-xs-12:nth-child(2) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.collection_list .collection_container .job-titel {
  border-top: none !important;
  margin-top: 0;
  padding-top: 10px !important;
}

.collection_list.geschichte.hide > div {
  transform: rotate(180deg);
}

.collection_list.geschichte.hide {
  transform: rotate(180deg) translateX(-3%);
}

div#sprache {
  background: url(/userdata/images/sprache-font.png);
  background-position: center;
  background-repeat: no-repeat;
}

div#sprache:hover {
  background: url(/userdata/images/sprache-main.png);
  background-position: center;
  background-repeat: no-repeat;
}

div#sprache-dropdown {
  background: var(--main-light);
  border: none;
}

div#sprache:hover div#sprache-dropdown a {
  transition: 200ms;
}

div#sprache-dropdown a {
  color: var(--font-main);
  transition: 200ms;
}

div#sprache-dropdown {
  top: 60px;
}

.leistungsbox:hover p:after {
  content: "";
  background: url(/userdata/images/arrow_DOWN-WHITE.png);
  width: 15px;
  height: 15px;
  background-position: CENTER;
  background-repeat: NO-REPEAT;
  background-size: contain;
  left: 50%;
  position: absolute;
  bottom: 5px;
  transform: translateX(-50%);
}

.body-active div#sprache-dropdown {
  background: var(--main-light) !important;
}

.navigation-bar {
  background: var(--font) !important;
}

div#toggle_navigation {
  padding: 7px 10px;
  padding-top: 17px;
  height: auto;
}

div#primary_navigation {
  background: rgb(255 255 255 / 94%);
}

#primary_navigation_mobile .navigation_scrollbox .navigation > ul li a {
  border-bottom: 2px solid #ebebeb;
  color: var(--font-light);
  background: #fff;
  font-size: 20px;
}

.balken-breit h3 {
  color: var(--font);
}

.balken-breit {
  background: var(--main-light);
}

.balken-breit:last-child h3 {
  color: #fff;
}

.collection_list.geschichte a {
  color: #fff !important;
}

.slideshow_box .slideshow_content .slideshow_headline,
.slideshow_text {
  color: var(--main-middle) !important;
}

.jobs .slideshow_box .owl-carousel-item.animated {
  height: 700px !important;
}

/*Responsive*/

@media only screen and (max-width: 1550px) {
  .leistungsbox.anker-button p {
    background: rgb(95 37 159 / 50%) !important;
    color: #fff !important;
    padding-bottom: 20px;
  }

  .leistungsbox.anker-button .textcontent {
    bottom: 0;
    border-radius: 10px;
    bottom: 10px;
  }

  .leistungsbox.anker-button p:after {
    content: "";
    background: url(/userdata/images/arrow_DOWN-WHITE.png);
    width: 15px;
    height: 15px;
    background-position: CENTER;
    background-repeat: NO-REPEAT;
    background-size: contain;
    left: 50%;
    position: absolute;
    bottom: 15px;
    transform: translateX(-50%);
  }

  .leistungsbox.anker-button:hover .textcontent {
    bottom: 10px;
  }

  #header_2 a {
    padding: 18px 15px;
    font-size: 15px;
  }

  .leistungsbox {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1250px) {
  div#footer_1 .logo-box {
    width: 100%;
  }
  .component.footer-logo-box .textcontent {
    text-align: center;
  }
  div#footer_1 .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  div#footer_1 .container > div {
    width: 100%;
    text-align: center;
  }

  .component.footer-certification {
    width: 100%;
    text-align: center;
    position: relative;
    float: left;
  }
  .component.footer-certification .textcontent {
    float: unset;
    padding: 20px 0px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .leistungsbox p {
    text-shadow: none;
    font-weight: 400;
  }

  .owl-dots .owl-dot span {
    background: rgb(194, 194, 194);
  }

  .fakts-background:after {
    transform: skewX(0deg);
  }

  .home div#area-2 h3 {
    margin-bottom: 10px !important;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .slideshow_content.container {
    background: var(--main);
  }
}

@media only screen and (max-width: 769px) {
  .collection_content.job-titel a {
    font-size: 22px;
  }

  .collection_list.jobs.hide {
    width: 100%;
  }

  .leistungsbox {
    width: 50%;
  }

  .home div#area-2 h3 {
    margin-bottom: 10px !important;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .leistungen #content .container {
    padding: 0 20px;
  }

  .balken-breit:last-child {
    width: 100% !important;
  }
}

@media only screen and (max-width: 500px) {
  .leistungsbox p {
    height: auto;
    padding: 20px;
  }

  .leistungsbox.anker-button p {
    padding-bottom: 40px;
  }

  .leistungsbox {
    width: 100%;
  }

  div#header_1 .component.logo img {
    max-width: 150px !important;
  }

  div#header_1 .component.logo {
    text-align: left;
    float: left;
  }
}
