@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "ReworkText";
  src: url("/assets/fonts/ReworkText-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "ReworkText-Bold";
  src: url("/assets/fonts/ReworkText-Bold.woff2") format("woff2");
}
/* ######################################################################### */
.Rework, .fullWidthRight .imageRiderWrapper .header h3, .invers h3, .navWrapper .navContainer_D_SUB .obligate ul li > a, h3.normal,
.h3.normal, html,
body {
  font-family: "ReworkText";
}

.ReworkB, .impressum label, .d-grid.service h2, .jobs .jobItem ul li.header, .fullWidthRight .imageRiderWrapper .header h3 strong, .bigLink, .supHeader, strong,
.strong, h3,
.h3 {
  font-family: "ReworkText-Bold";
}

button {
  display: flex;
  align-items: center;
  align-items: center;
  height: 3.2em;
  padding: 0.8em 3em;
  padding-right: 3em;
  padding-left: 3em;
  cursor: pointer;
  transition: all 0.5s;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
}

.invers {
  color: rgba(255, 255, 255, 0.9);
  background-color: #90a062;
}
.invers.d-grid.anfahrt {
  padding: 3em 0;
  grid-template-columns: repeat(2, 50%);
}
@media screen and (max-width: 575.98px) {
  .invers.d-grid.anfahrt {
    display: block !important;
  }
  .invers.d-grid.anfahrt > div {
    width: 100%;
  }
  .invers.d-grid.anfahrt > div:first-child {
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 1199.98px) and (min-width: 991.98px) {
  .invers.d-grid.anfahrt {
    display: block !important;
  }
  .invers.d-grid.anfahrt > div {
    width: 100%;
  }
  .invers.d-grid.anfahrt > div:first-child {
    margin-bottom: 4em;
  }
}
.invers.d-grid.anfahrt h1 {
  margin-bottom: 0.9em;
}
.invers.d-grid.anfahrt > div {
  padding: 0 3.4em;
}
.invers.d-grid.anfahrt a:hover {
  text-decoration: none !important;
  border-bottom: 0;
}
.invers.d-grid.anfahrt a:hover button {
  background-color: rgba(255, 255, 255, 0.9);
}
.invers.d-grid.anfahrt button {
  margin: 3.5em auto 0;
  text-decoration: none !important;
  background-color: #90a062;
}

.fgWhite {
  color: #fff;
}

.grauH {
  background-color: #f2f2f2 !important;
}

/* ######################################################################### */
html,
body {
  min-height: 100vh;
}
html div,
body div {
  box-sizing: border-box;
}

h1,
.h1 {
  font-size: 1.9em;
  letter-spacing: 0.007em;
  letter-spacing: 0.02em;
}
h1.likeList > span,
.h1.likeList > span {
  display: block;
  margin-left: 0.7em;
  text-indent: -0.7em;
}

h2,
.h2 {
  font-size: 1.9em;
  letter-spacing: 0.042em;
}

h3,
.h3 {
  font-size: 1.5rem;
  line-height: 1.3;
}
h3 + ul,
.h3 + ul {
  margin-top: 1.25em;
}

h4,
.h4 {
  font-size: 1.15em;
  line-height: 1.3em;
}

p {
  letter-spacing: 0.02em;
}

strong,
.strong {
  font-weight: normal !important;
  letter-spacing: 0.016;
}

small {
  font-size: 0.65em;
}

a.button {
  text-decoration: none !important;
}

.mw-1056:not(.datenschutz) ul {
  padding-left: 0;
  list-style: none;
}
.mw-1056:not(.datenschutz) ul li {
  font-size: 1.2em;
  margin-left: 0.7em;
  text-indent: -0.9em;
}
@media screen and (max-width: 1199.98px) {
  .mw-1056:not(.datenschutz) ul li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991.98px) {
  .mw-1056:not(.datenschutz) ul li {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 767.98px) {
  .mw-1056:not(.datenschutz) ul li {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 575.98px) {
  .mw-1056:not(.datenschutz) ul li {
    font-size: 1em;
  }
}
.mw-1056:not(.datenschutz) ul li:before {
  margin-right: 0.5em;
  content: "•";
}

button {
  text-transform: uppercase;
  color: #000;
  border: 0;
  background-color: transparent;
}
button > .S {
  font-size: 0.9em;
}

.supHeader {
  font-size: 1.9em;
}

#start .supHeader {
  font-size: 1.25em;
  margin: 0;
  text-transform: uppercase;
  color: #90a062;
}
#start .supHeader + h1 {
  margin-top: 1.05em;
}
#start .supHeader + h1 + .bigLink {
  margin-top: 0.55em;
}

.bigLink {
  font-size: 1.9em;
  display: inline-block;
  text-decoration: none;
  color: #000;
  border-bottom: solid 2px #000;
}

.bigList {
  font-size: 1.5em;
  position: relative;
  padding-left: 0.8em;
  list-style: none;
}
@media screen and (max-width: 575.98px) {
  .bigList {
    font-size: 1.1em;
  }
}
.bigList li:before {
  position: absolute;
  left: 0;
  content: "•";
}

.unifyNavList, .navContainer_M + div ul {
  padding-left: 0;
  list-style: none;
}
.unifyNavList a, .navContainer_M + div ul a {
  text-decoration: none;
  color: inherit;
}

.mt-4_5em {
  margin-top: 4.5em;
}
@media screen and (max-width: 575.98px) {
  .mt-4_5em {
    margin-top: 2em;
  }
}

.mb-1_5em {
  margin-bottom: 1.5em;
}

.mb-4_5em {
  margin-bottom: 4.5em;
}

.mt-9em {
  margin-top: 9em;
}
@media screen and (max-width: 575.98px) {
  .mt-9em {
    margin-top: 3em;
  }
}

.mb-9em {
  margin-bottom: 9em;
}

.pad-xl-2-6 {
  padding: 1.25em 2em;
}
@media screen and (min-width: 1199.98px) {
  .pad-xl-2-6 {
    padding: 2em 6em;
  }
}

/* NAVI ##################################################################### */
.navWrapper {
  position: fixed;
  z-index: 100000;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 4.0625em;
  max-height: 100vh;
  margin: 0 auto;
}
.navWrapper.maxHD {
  max-width: 1920px;
}
@media screen and (min-width: 575.98px) {
  .navWrapper .navContainer_M {
    display: none;
  }
  .navWrapper .navContainer_D {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 66.6666%;
    height: 4.0625em;
    padding-left: 6.75em;
    background: #fff;
    /* EBENE 1 */
    /* EBENE 2 */
  }
  .navWrapper .navContainer_D ul {
    padding-left: 0;
    list-style: none;
  }
  .navWrapper .navContainer_D ul a {
    text-decoration: none;
    color: inherit;
  }
  .navWrapper .navContainer_D.reverse {
    color: rgba(255, 255, 255, 0.7);
    background-color: #90a062;
  }
  .navWrapper .navContainer_D.reverse > ul > li:hover {
    color: rgba(255, 255, 255, 0.9);
  }
  .navWrapper .navContainer_D > ul {
    display: flex;
    align-items: center;
    height: inherit;
    text-transform: uppercase;
    gap: 3.125em;
  }
  .navWrapper .navContainer_D > ul > li {
    cursor: pointer;
  }
  .navWrapper .navContainer_D > ul > li > ul {
    position: absolute;
    left: -25px;
    display: none;
    padding: 35px 25px 12.5px;
    text-transform: none;
  }
  .navWrapper .navContainer_D > ul > li > ul > li {
    font-size: 0.9em;
    line-height: 2.2;
    display: flex;
    white-space: nowrap;
    color: #fff;
  }
}
.navWrapper .navContainer_D_SUB {
  position: relative;
  z-index: 2000;
  display: none;
  margin: -1em 0 0 -6.75em;
  padding-top: 1em;
  padding-bottom: 0.5em;
  background: #90a062;
}
.navWrapper .navContainer_D_SUB li,
.navWrapper .navContainer_D_SUB a {
  cursor: pointer;
  color: #fff;
}
.navWrapper .navContainer_D_SUB .sub {
  padding-left: 6.75em;
}
.navWrapper .navContainer_D_SUB .obligate {
  padding-left: calc(6.75em + 24px);
}
.navWrapper .navContainer_D_SUB .sub > ul > li {
  line-height: 2;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}
.navWrapper .navContainer_D_SUB .sub > ul > li:hover {
  color: rgba(255, 255, 255, 0.9);
}
.navWrapper .navContainer_D_SUB .sub > ul > li:hover:before {
  position: absolute;
  top: 0.2em;
  left: -2em;
  content: url("/pics/global/arrow_weiss-li_lv2.svg");
}
.navWrapper .navContainer_D_SUB .obligate {
  font-size: 0.8em;
  display: flex;
  justify-content: space-between;
  margin-top: 4.5em;
  border-top: solid 1px #fff;
}
@media screen and (max-width: 767.98px) {
  .navWrapper .navContainer_D_SUB .obligate {
    display: block;
    padding-left: 6.75em;
  }
}
.navWrapper .navContainer_D_SUB .obligate ul {
  display: flex;
  align-items: center;
  height: 56px;
  margin: 0;
  gap: 1.5625em;
}
@media screen and (max-width: 767.98px) {
  .navWrapper .navContainer_D_SUB .obligate ul {
    justify-content: flex-start;
    height: initial;
    margin-top: 1.2em;
    margin-bottom: 1em;
  }
}
.navWrapper .navContainer_D_SUB .obligate ul li > a {
  color: rgba(255, 255, 255, 0.7);
}
.navWrapper .navContainer_D_SUB .obligate ul li:hover > a {
  color: rgba(255, 255, 255, 0.9);
}
.navWrapper .navContainer_D_SUB .obligate ul:first-child {
  margin-right: 3.125em;
  text-transform: uppercase;
}
.navWrapper .navContainer_D_SUB .obligate ul:last-child {
  margin-right: 6.75em;
}
@media screen and (max-width: 1199.98px) {
  .navWrapper .navContainer_D {
    width: 100%;
    padding-right: 2em;
    padding-left: 2em;
  }
  .navWrapper .navContainer_D ul {
    justify-content: center;
  }
  .navWrapper .navContainer_D_SUB {
    left: 2em;
  }
}
@media screen and (max-width: 575.98px) {
  .navWrapper .navContainer_D {
    display: none;
  }
}
.navWrapper .globalLinks > ul {
  align-items: center;
  height: 3.5em;
  padding-left: 6.75em;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.fullScreen {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 991.98px) {
  .fullScreen {
    height: initial;
  }
}
@media screen and (max-width: 575.98px) {
  .fullScreen .topImg {
    position: relative;
  }
  .fullScreen .topImg:before {
    position: absolute;
    top: 4.0625em;
    display: block;
    width: 100%;
    height: auto;
    content: url(/pics/global/shadow-top.svg);
  }
  .fullScreen .topImg:after {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: auto;
    content: url(/pics/global/shadow-top.svg);
    transform: rotate(180deg);
  }
}
.fullScreen .logoWrapper {
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  width: 33.3333%;
}
.fullScreen .logoWrapper > a > img, .fullScreen .logoWrapper > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991.98px) {
  .fullScreen .logoWrapper {
    position: absolute;
    top: 0;
    height: 56.25vw;
  }
  .fullScreen .logoWrapper img {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .fullScreen .logoWrapper {
    display: none;
  }
}

.navContainer_M {
  position: absolute;
  z-index: 2000;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 4.0625em;
  padding: 0 30px 0 20px;
  background-color: #fff;
}
.navContainer_M .logo {
  max-height: 28px;
}
.navContainer_M .menu_M {
  position: relative;
  width: 32px;
  height: 10px;
  cursor: pointer;
}
.navContainer_M .menu_M span {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  transition: all 0.25s;
  background-color: #939393;
}
.navContainer_M .menu_M span:first-child {
  margin-bottom: 6px;
}
.navContainer_M .menu_M.activated {
  margin-top: 10px;
  animation-name: moveDown;
  animation-duration: 1s;
}
.navContainer_M .menu_M.activated span:first-child {
  margin-bottom: 0;
  transform: rotate(45deg);
}
.navContainer_M .menu_M.activated span:last-child {
  top: -1px;
  transform: rotate(-45deg);
}
.navContainer_M + div {
  position: absolute;
  z-index: 2001;
  top: 4.0625em;
  right: -100vw;
  overflow: auto;
  overflow-y: auto;
  width: 100vw;
  height: calc(100vh - 4.0625em);
  padding: 2em 0 1.5em;
  color: #fff;
  background: #fff;
  background-color: #90a062;
}
@media screen and (min-width: 991.98px) {
  .navContainer_M + div {
    display: none;
  }
}
.navContainer_M + div ul {
  font-weight: lighter !important;
  line-height: 2.1;
  padding-left: 2em;
  text-transform: uppercase;
}
.navContainer_M + div ul li {
  position: relative;
}
.navContainer_M + div ul li:hover:before {
  position: absolute;
  top: 0.2em;
  left: -2em;
  content: url("/pics/global/arrow_weiss-li_lv2.svg");
}
.navContainer_M + div ul > li > ul {
  display: none;
  padding-left: 1em;
  text-transform: none;
}
.navContainer_M + div ul a {
  color: inherit;
}
.navContainer_M + div ul li + li {
  margin-top: 1em;
}
.navContainer_M + div ul li > ul > li {
  margin-top: 0;
}
.navContainer_M + div .obligate {
  margin-top: 2.7em;
  padding-bottom: 1em;
  border-top: solid 1px #fff;
}
.navContainer_M + div .obligate ul {
  font-size: 0.8em;
  line-height: 1.9em;
  margin-bottom: 0;
  padding-top: 1em;
  text-transform: uppercase;
}
.navContainer_M + div .obligate ul:first-child {
  padding-bottom: 1.2em;
  border-bottom: solid 1px #fff;
}
.navContainer_M + div .obligate ul:last-child {
  display: flex;
  text-transform: none;
  gap: 2em;
}
.navContainer_M + div .obligate ul li {
  margin: 0;
}

.navContainer_Sub {
  position: absolute;
  top: 4.0625em;
  right: 0;
  justify-content: space-between;
  width: 66.6666%;
  padding: 0 30px 0 20px;
  padding-top: 20px;
  background-color: #90a062;
}
.navContainer_Sub ul {
  position: relative;
  padding-left: 0;
  list-style: none;
}
.navContainer_Sub li,
.navContainer_Sub a {
  text-decoration: none;
  color: #fff;
}

/* CONTENT ################################################################## */
#Content {
  overflow-x: hidden;
}
#Content img {
  max-width: 100%;
}
#Content a {
  text-decoration: none;
}
#Content a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 575.98px) {
  #Content {
    font-size: 14px;
  }
  #Content p {
    font-size: 1.2em;
  }
}
#Content .contentRight {
  margin-left: 33.3333%;
  padding: 5em 6.75em;
  background: #fff;
}
#Content .contentRight > img {
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  #Content .contentRight {
    padding: 4.15em 2em;
  }
}
@media screen and (max-width: 991.98px) {
  #Content {
    top: auto;
    width: 100vw;
    margin-bottom: auto;
  }
  #Content .contentRight {
    width: 100vw;
    margin-left: auto;
  }
}

#start #Content {
  position: absolute;
  top: 66.66%;
  width: 100vw;
}
@media screen and (max-width: 991.98px) {
  #start #Content {
    position: relative;
    top: 56.25vw;
    bottom: unset;
  }
}

#default #Content {
  position: relative;
  z-index: 1000;
  top: -33.3333333333vh;
}
@media screen and (max-width: 991.98px) {
  #default #Content {
    position: relative;
    top: 56.25vw;
    bottom: unset;
    width: 100%;
    margin-left: 0;
  }
}

/* PRODUKTE ################################################################# */
.zitat {
  font-size: 1.2em;
  position: relative;
  top: -4.7em;
  margin: 0 4.4em;
  padding: 3.2em 4.4em;
}
.zitat p {
  line-height: 1.4;
}
@media screen and (max-width: 1679px) {
  .zitat {
    margin: 0 1.5em;
    padding: 1.6em 1.5em;
  }
}
@media screen and (max-width: 1199.98px) {
  .zitat {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991.98px) {
  .zitat {
    font-size: 1.2em;
    top: -2.35em;
    margin: 0 2.2em;
    padding: 1.6em 2.2em;
  }
}
@media screen and (max-width: 767.98px) {
  .zitat {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 575.98px) {
  .zitat {
    font-size: 1em;
    hyphens: auto;
  }
}
@media screen and (max-width: 399.98px) {
  .zitat {
    top: 0;
    margin: 0 0 3em;
    padding: 1.5em 2em;
  }
}

.imageRiderWrapper .header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4em;
}
@media screen and (max-width: 575.98px) {
  .imageRiderWrapper .header {
    display: block;
  }
  .imageRiderWrapper .header > div:nth-child(2) {
    padding-right: 2em;
  }
}
.imageRiderWrapper .imageRiderControls {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2.25em;
  gap: 1.625em;
}
.imageRiderWrapper .imageRiderControls > div {
  position: relative;
  width: 48px;
  height: 48px;
  background-image: url(/pics/global/arrows_splash.svg);
  background-size: 200%;
}
.imageRiderWrapper .imageRiderControls > div.prev {
  background-position: left bottom;
}
.imageRiderWrapper .imageRiderControls > div.prev.active, .imageRiderWrapper .imageRiderControls > div.prev:hover {
  cursor: pointer;
  background-position: left top;
}
.imageRiderWrapper .imageRiderControls > div.next {
  background-position: right bottom;
}
.imageRiderWrapper .imageRiderControls > div.next.active, .imageRiderWrapper .imageRiderControls > div.next:hover {
  cursor: pointer;
  background-position: right top;
}
.imageRiderWrapper .imageRiderBlender {
  float: left;
  overflow: hidden;
}
.imageRiderWrapper .imageRiderBlender .imageRider {
  position: relative;
  left: 0;
  display: flex;
  float: left;
  flex-flow: nowrap;
  flex-shrink: inherit;
  transform: translate(0px);
  gap: 16px;
}
.imageRiderWrapper .imageRiderBlender .imageRider > div > div {
  width: 516px;
}
@media screen and (max-width: 1200px) {
  .imageRiderWrapper .imageRiderBlender .imageRider > div > div {
    width: 433px;
  }
}
@media screen and (max-width: 991.98px) {
  .imageRiderWrapper .imageRiderBlender .imageRider > div > div {
    width: 316px;
  }
}
@media screen and (max-width: 575.98px) {
  .imageRiderWrapper .imageRiderBlender .imageRider > div > div {
    width: 220px;
  }
}
.imageRiderWrapper .imageRiderBlender .imageRider > div > div strong {
  display: block;
}
.imageRiderWrapper .imageRiderBlender .imageRider > div > div:first-child {
  display: flex;
  overflow: hidden;
  align-items: center;
  aspect-ratio: 515/370;
}
.imageRiderWrapper .imageRiderBlender .imageRider > div > div:last-child {
  line-height: 1.6;
  padding-top: 1.3em;
}
.imageRiderWrapper .imageRiderBlender .imageRider a > img,
.imageRiderWrapper .imageRiderBlender .imageRider img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.imageRiderWrapper .imageRiderBlender .imageRider.flat > div > div:first-child {
  aspect-ratio: 516/346;
}

.markenvielfalt {
  justify-content: space-around;
  grid-template-columns: repeat(3, 33.3333%);
  row-gap: 4em;
}
@media screen and (max-width: 767.98px) {
  .markenvielfalt {
    grid-template-columns: repeat(2, 50%);
  }
}
.markenvielfalt a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #fff;
}
.markenvielfalt a:hover {
  border: solid 1px silver;
}

h3:has(+ experten) {
  margin-bottom: 2.25em;
}

.experten {
  overflow: hidden;
  grid-template-columns: repeat(2, 50%);
  gap: 1em;
}
@media screen and (max-width: 1199.98px) {
  .experten {
    display: block !important;
  }
}
@media screen and (max-width: 991.98px) {
  .experten {
    display: grid !important;
  }
}
@media screen and (max-width: 575.98px) {
  .experten {
    display: block !important;
  }
}
.experten > div {
  overflow: hidden;
}
.experten img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.experten img + div,
.experten picture + div {
  height: 9.1em;
  padding: 1em 0;
}
.experten a {
  color: inherit;
}

.invers {
  padding: 2.5em 3.4em;
}
.invers h3 {
  margin-bottom: 1em;
}
@media screen and (min-width: 1680px) {
  .invers {
    height: calc(100% - 9em);
  }
  .invers h3 {
    hyphens: auto;
  }
}
@media screen and (max-width: 1200px) {
  .invers {
    padding: 1.75em 2.5em;
  }
}
.invers button {
  display: flex;
  align-items: center;
  margin-top: 1.5em;
  padding: 0.8em 3em;
  cursor: pointer;
  transition: all 0.5s;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 6px;
}
.invers button:hover {
  color: #90a062;
  border: solid 1px #fff;
  background-color: #fff;
}

.mw-1056 {
  max-width: 1056px;
}

.mw-740 {
  max-width: 740px;
}

.border-black {
  border: solid 1px #000;
}
.border-black.bottom {
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.tiles > div > a > div {
  position: relative;
}
.tiles > div > a > div > img + label {
  font-size: 0.65em;
  position: absolute;
  bottom: 0.2em;
  left: 100%;
  width: 0;
  transform: rotate(-90deg);
  transform-origin: bottom right;
  white-space: nowrap;
  color: #fff;
}
.tiles a img {
  transition: all 0.5s;
}
.tiles a:hover {
  text-decoration: none !important;
}
.tiles a:hover img {
  transform: scale(1.2);
}
.tiles.start {
  width: 100%;
  grid-template-columns: repeat(3, 33.33%);
  row-gap: 2.5em;
}
@media screen and (max-width: 1920px) {
  .tiles.start {
    column-gap: 1em;
  }
}
@media screen and (max-width: 991.98px) {
  .tiles.start {
    grid-template-columns: repeat(3, calc(33.33% - 0.6666em));
  }
}
@media screen and (max-width: 575.98px) {
  .tiles.start {
    grid-template-columns: repeat(2, calc(50% - 0.5em));
  }
}
.tiles.start span,
.tiles.start strong {
  display: block;
  margin-top: 1em;
}
.tiles.start a {
  color: initial;
}
.tiles.start > div > a {
  position: relative;
  display: block;
}
.tiles.start > div > a > div {
  overflow: hidden;
  width: calc(100% - 1em);
}
.tiles > .doubleContent {
  grid-column: 2/4;
}
@media screen and (max-width: 575.98px) {
  .tiles > .doubleContent {
    grid-column: 1/3;
  }
}
.tiles > .doubleContent .invers {
  width: calc(100% - 1em);
  height: calc(100% - 2.5em);
}
@media screen and (max-width: 1200px) {
  .tiles > .doubleContent .invers {
    height: fit-content;
    margin-bottom: 2em;
  }
}

.arrowDown {
  display: flex;
  align-items: center;
  margin: 4em 0 2em;
  text-transform: uppercase;
  color: initial;
}
.arrowDown:before {
  width: 32px;
  height: 32px;
  margin-right: 1.5em;
  content: url(/pics/global/arrow_schwarz-s.svg);
}

.start.black {
  width: calc(100% + 13.5em);
  margin-left: -6.75em;
  padding: 5em 6.75em 6em;
  color: #fff;
  border-bottom: solid 1px #fff;
  background: #000;
}
.start.black .d-grid {
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 767.98px) {
  .start.black .d-grid {
    grid-template-columns: 100%;
  }
  .start.black .d-grid > div > div img {
    display: block;
    margin: 0 auto;
    margin-bottom: 3em;
  }
}
.start.black h2 {
  margin-bottom: 1.5em;
}
.start.black > div > div:nth-child(2) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 4.5em;
}
@media screen and (max-width: 767.98px) {
  .start.black > div > div:nth-child(2) {
    padding-left: 0;
  }
}
.start.black button {
  margin: 0.5em 0;
  color: #fff;
  border-width: 1px;
  border-style: solid;
}
.start.black .h4 + a > button {
  margin-top: 3em;
}

.noLine,
.noLine:hover,
.noLine:hover button,
.noLine button,
.noLine button:hover {
  text-decoration: none !important;
}

.blackButton:hover {
  color: #000 !important;
  background-color: rgba(255, 255, 255, 0.9);
}

.fullWidthRight {
  width: 100vw;
  margin-left: -6.75em;
  padding-left: 6.75em;
}
@media screen and (max-width: 991.98px) {
  .fullWidthRight {
    margin-left: -2em;
    padding-left: 2em;
  }
}
.fullWidthRight .imageRiderWrapper .header {
  width: calc(12.5vw - 13.5em);
  padding-top: 5.7em;
  padding-bottom: 1em;
}
@media screen and (max-width: 991.98px) {
  .fullWidthRight .imageRiderWrapper .header {
    width: calc(100% - 2em);
  }
}
.fullWidthRight .imageRiderWrapper .header .imageRiderControls > div {
  width: 48px;
  height: 48px;
  background-image: url(/pics/global/arrows_splash_black.svg);
  background-size: 200%;
}
.fullWidthRight.black {
  color: #fff;
  background-color: #000;
}
.fullWidthRight.black .imageRiderWrapper .header {
  width: 1048px;
}
@media screen and (max-width: 1758px) {
  .fullWidthRight.black .imageRiderWrapper .header {
    width: calc(66.66vw - 8em);
  }
}
@media screen and (max-width: 991.98px) {
  .fullWidthRight.black .imageRiderWrapper .header {
    width: calc(100vw - 5em);
  }
}
.fullWidthRight.black a {
  transition: all 0.2s;
  color: #fff;
  border-bottom: solid 1px #fff;
}
.fullWidthRight.black a:hover {
  text-decoration: none !important;
  opacity: 0.6;
}
.fullWidthRight.black a.hasZoom {
  display: block;
  overflow: hidden !important;
  width: 100%;
  height: 100%;
  border-bottom: 0;
}
.fullWidthRight.black a.hasZoom img {
  transition: all 0.5s;
}
.fullWidthRight.black a.hasZoom.hoverMe, .fullWidthRight.black a.hasZoom:hover {
  opacity: 1 !important;
}
.fullWidthRight.black a.hasZoom.hoverMe img, .fullWidthRight.black a.hasZoom:hover img {
  transform: scale(1.2);
}

.hasNote:not(.carousel-item) {
  position: relative;
}
.hasNote:not(.carousel-item) > label {
  font-size: 0.7em;
  position: absolute;
  right: unset;
  bottom: 6px;
  left: calc(100% - 0.2em);
  display: block;
  overflow: visible;
  width: 0;
  transform: rotate(-90deg);
  transform-origin: bottom right;
  white-space: nowrap;
  color: #fff;
}
.hasNote:not(.carousel-item).special > label {
  right: calc(100% - 336px);
  bottom: 4.75em;
}

.carousel-item.hasNote {
  position: relative;
}
.carousel-item.hasNote > label {
  font-size: 0.7em;
  position: absolute;
  bottom: 0.2em;
  left: calc(100vw - 30px);
  width: 0;
  margin-right: 3em;
  transform: rotate(-90deg);
  text-align: right;
  white-space: nowrap;
  color: #fff;
}
@media screen and (max-width: 575.98px) {
  .carousel-item.hasNote > label {
    font-size: 0.55em;
  }
}
@media screen and (max-width: 1199.98px) {
  .carousel-item.hasNote > label {
    left: 97.5vw;
  }
}

hr {
  height: 1px;
  margin: 0;
  padding: 0;
  opacity: 1;
  border: 0;
  background-color: #000;
}

.jobs .jobItem {
  padding-right: 2em;
  padding-left: 2em;
  transition: all 0.4s;
  background-color: #fff;
}
.jobs .jobItem hr {
  width: calc(100% + 4em);
  margin-left: -2em;
}
.jobs .jobItem:hover {
  background-color: #f2f2f2;
}
.jobs .jobItem h3 {
  display: flex;
  align-items: center;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  cursor: pointer;
}
.jobs .jobItem h3:before {
  width: 32px;
  height: 32px;
  margin-right: 0.5em;
  content: url(/pics/global/arrow_schwarz-s.svg);
}
.jobs .jobItem ul {
  margin-bottom: 2em;
  margin-left: 0.8em;
}
.jobs .jobItem ul:first-child {
  margin-top: 1em;
}
.jobs .jobItem ul li.header {
  margin-left: 0;
}
.jobs .jobItem ul li.header:before {
  content: "";
}
.jobs .jobItem.grauH h3:before {
  content: url(/pics/global/arrow_schwarz-n.svg);
}

button.accordion {
  padding: 0;
  text-transform: none;
}
button.accordion:before {
  width: 32px;
  height: 32px;
  margin-right: 1em;
  content: url(/pics/global/arrow_schwarz-s.svg);
}
button.accordion.arrowSouth:before {
  content: url(/pics/global/arrow_schwarz-n.svg);
}

div.accordion {
  display: none;
  padding-top: 0.1em;
}

.datenschutz strong {
  font-size: 1.1em;
  display: block;
  margin-top: 2em;
}
.datenschutz ul li {
  margin-bottom: 1em;
}
.datenschutz ul li strong {
  font-size: initial;
  margin-top: initial;
}
.datenschutz ul li:before {
  content: none;
}
.datenschutz ul li > ul > li {
  font-size: 0.9em;
  margin-bottom: 0;
}

/* ### Footer ############################################################### */
.footer {
  font-size: 0.8em;
  display: flex;
  justify-content: space-between;
  margin: 2em auto -5.2em;
  letter-spacing: 0.035em;
  gap: 1.8em;
}
@media screen and (max-width: 1200px) {
  .footer {
    display: block;
  }
}
@media screen and (max-width: 991.98px) {
  .footer {
    display: flex;
  }
}
@media screen and (max-width: 767.98px) {
  .footer {
    display: block;
  }
}
.footer ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  gap: 1.8em;
}
@media screen and (max-width: 767.98px) {
  .footer ul {
    gap: 1em;
  }
}
.footer ul:first-child {
  text-transform: uppercase;
}
.footer ul a {
  color: #000;
}

.d-grid.kontakt, .d-grid.service {
  grid-template-columns: repeat(2, calc(50% - 0.8em));
}
@media screen and (max-width: 575.98px) {
  .d-grid.kontakt, .d-grid.service {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 1199.98px) {
  .d-grid.service:nth-child(even) > div:nth-child(odd) {
    order: 2;
  }
  .d-grid.service:nth-child(even) > div:nth-child(even) {
    order: 1;
  }
}
.d-grid.service img {
  width: 100% !important;
  max-width: none;
}
.d-grid.experten img, .d-grid.kontakt img {
  display: block;
  margin-bottom: 1em;
}
.d-grid.kontakt {
  gap: 1.6em;
}
.d-grid.kontakt a {
  color: inherit;
}
.d-grid.service {
  font-size: 0.85em;
  line-height: 1.45;
  margin-bottom: 3em;
}
.d-grid.service h2 {
  font-size: 1.3em;
  margin-bottom: 1em;
}
.d-grid.service ul {
  margin-left: 0.2em;
}
.d-grid.service ul a {
  color: inherit;
}
.d-grid.service > div:not(.img) {
  padding: 3.5em 1em 0.5em 3.5em;
  background-color: #f2f2f2;
}
@media screen and (max-width: 1920px) {
  .d-grid.service > div:not(.img) {
    font-size: 0.9em;
    padding: 1.5em 2em;
  }
}

.experten + .invers {
  margin-top: 2em;
}

.impressum {
  grid-template-columns: 14em auto;
}
@media screen and (max-width: 575.98px) {
  .impressum {
    grid-template-columns: 100%;
  }
}
.impressum label {
  width: 13em;
}

h3.kontaktHeader {
  margin-bottom: 2.5em;
}

@media screen and (max-width: 1199.98px) {
  #carouselStart .hasNote > label {
    top: calc(100% - 8em) !important;
    right: unset;
    bottom: unset;
    text-align: right;
    color: #fff;
  }
}
@media screen and (max-width: 575.98px) {
  #carouselStart .hasNote > label {
    font-size: 0.6em;
  }
}

#carouselContent .hasNote > label {
  font-size: 0.7em;
  position: absolute;
  bottom: -11px;
  left: calc(100% - 19px);
  transform: rotate(-90deg);
  transform-origin: left top;
  white-space: nowrap;
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  #carouselContent .hasNote > label {
    top: calc(100% - 14px) !important;
    right: -14px !important;
    left: unset;
    width: 0;
  }
}

/* ### Bootstrap Carousels ################################################## */
.carousel {
  position: fixed;
}

.carousel-item {
  transition: transform 3s ease-in-out;
}
.carousel-item img {
  flex-shrink: 0;
}
@media (max-aspect-ratio: 16/9) {
  .carousel-item img {
    min-width: 100vw;
    max-height: 100vh;
  }
}
@media (min-aspect-ratio: 16/9) {
  .carousel-item img {
    width: 100vw;
    min-height: 100vh;
  }
}
@media screen and (max-width: 991.98px) {
  .carousel-item img {
    width: 100vw;
    height: auto !important;
  }
  .carousel-item img + label {
    top: 0 !important;
    right: 0 !important;
  }
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 3s;
}

#carouselContent {
  margin-bottom: 5em;
}
#carouselContent.carousel {
  position: relative;
}
#carouselContent.carousel .carousel-item img {
  width: 100%;
  min-width: auto !important;
  min-height: auto !important;
}
#carouselContent .carousel-inner {
  overflow-x: hidden !important;
  overflow-y: visible !important;
}
#carouselContent .carousel-indicators {
  bottom: -3em;
  justify-content: end;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
#carouselContent .carousel-indicators [data-bs-target] {
  background-color: #90a062;
}
#carouselContent .carousel-caption {
  position: absolute;
  right: 0;
  bottom: -2.625em;
  left: 0;
  padding: 0;
  text-align: left;
  color: #000;
}

#carouselStart .carousel-item img {
  overflow: hidden;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 991.98px) and (orientation: portrait) {
  #carouselStart .carousel-item img {
    height: 100vh;
    object-fit: fill;
  }
}
@media screen and (max-width: 1199.98px) {
  #carouselStart {
    top: 66px;
  }
}

.captionWrapper {
  position: absolute;
  padding-top: 1.5em;
}
@media screen and (max-width: 1199.98px) {
  .captionWrapper {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  .captionWrapper {
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  .captionWrapper {
    display: none;
  }
}

/* ########################################################################### */
#dev {
  font-family: "JetBrains Mono NL Thin", "GT Pressura Mono", "Fira Code Light", "Cascadia Code ExtraLight", Consolas, monospace;
  font-size: 0.8em;
  font-weight: bold;
  position: fixed;
  z-index: 2147483647;
  top: 1px;
  left: 1px;
  display: none;
  flex-wrap: wrap;
  padding: 4px;
  padding: 4px 0.5em;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 4px;
  background-color: #fff;
}

#Blender {
  position: absolute;
  z-index: 1500;
  top: 203px;
  left: calc(50% - 240px - 0.5em - 2px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 480px;
  padding: 2.5em 1.5em 0.25em;
  color: #fff;
  border: solid 2px #fff;
  background: rgba(0, 0, 0, 0.5);
}
#Blender p {
  line-height: 1.5;
}
#Blender p + p {
  margin-top: 0.2em;
}
#Blender p strong {
  border-bottom: double 3px #fff;
}
@media screen and (max-width: 539px) {
  #Blender {
    left: 1em;
    max-width: calc(100vw - 2em);
    background: rgba(0, 0, 0, 0.75);
  }
}
#Blender > div.icon {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0.25em;
  display: inline-block;
  cursor: pointer;
  border: 0;
}

/*# sourceMappingURL=default.min.css.map */
