@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "Inter-Regular";
  src:
    url("/templates/reither/fonts/Inter-Regular.woff2") format("woff2"), url("/templates/reither/fonts/Inter-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter-Medium";
  src:
    url("/templates/reither/fonts/Inter-Medium.woff2") format("woff2"), url("/templates/reither/fonts/Inter-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter-SemiBold";
  src:
    url("/templates/reither/fonts/Inter-SemiBold.woff2") format("woff2"), url("/templates/reither/fonts/Inter-SemiBold.woff") format("woff");
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
html, body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  font-family: "Inter-Regular", sans-serif;
  font-style: normal;
  line-height: 26px;
  color: #000;
}
a:focus {
  outline-width: 2px;
  outline-style: dashed;
  outline-color: #b1321c;
}
/********************** VIDEO FULL HEIGHT FIXED ***********************/
#video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 100%
}
.n2-ss-slider img.n2-ow, .n2-ss-slider .n2-ow-all img, .n2-ss-slider svg.n2-ow, .n2-ss-slider .n2-ow-all svg {
  max-width: none;
  max-height: none;
  height: auto;
  box-shadow: none;
  border-radius: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: top;
  background-size: cover !important;
  width: 100% !important;
}
.black {
  background: #000;
  opacity: 0.2;
}
.white {
  color: #fff;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
.slogan {
  font-family: "Inter-SemiBold", sans-serif;
  font-size: calc(10vw + 7vh) !important;
  line-height: 1em;
  color: #fff;
}



@media (max-width: 900px) {
 .slogan {
    font-size: 130px!important;
  line-height: 120px !important;
  }
}



/********************** HEADER FIXED ***********************/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: transparent;
  z-index: 5000;
  transition: background-color 0.5s ease, box-shadow 0.3s ease, height 0.5s ease;
}
#header.scroll {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 70px;
}
#logo {
  display: block;
  position: relative;
  margin: 20px auto 0;
  width: 70px; /* besser eine feste Breite, sonst skaliert das Bild evtl. nicht mit */
  height: 70px;
  background: url("../images/logo-reither-partner-white.svg") no-repeat center;
  background-size: contain; /* wichtig bei SVG/Logos */
  transition: height 0.3s ease, margin 0.3s ease; /* korrigiert */
  z-index: 99999;
}
#logo.scroll {
  margin: 10px auto 0;
  height: 50px;
  background: url("../images/logo-reither-partner.svg") no-repeat center;
}
/********************** NAVIGATION ***********************/
#navigation {
  position: absolute;
  right: 35px;
  top: 0;
  padding-top: 50px;
  width: 100%;
  height: 30px;
  background: transparent;
  transition: padding-top 0.3s ease;
}
#navigation.scroll {
  padding-top: 25px;
}
@media (max-width: 1600px) {
  #navigation {
    right: 20px;
  }
}
@media (max-width: 700px) {
  #navigation {
    padding-top: 45px;
  }
}
/************ MENU ***************/
.mobilemaximenuck {
  box-sizing: border-box;
  width: 100%;
  float: right;
  max-width: 374px !important;
  height: 100% !important;
  background: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  color: #FFFFFF !important;
}
/********************** INTROPIC ***********************/
.intro-container {
  display: flex;
  width: 100%;
  padding-bottom: 50px;
}
.introleft {
  flex: 1;
  max-width: 580px;
}
.introleft img {
  width: 100%;
  height: auto;
  max-width: 550px;
  min-width: 350px;
  padding-right: 30px;
}
.introright {
  flex: 1;
  text-align: left !important;
  padding: 2rem;
}
.text {
  text-align: left; /* linksbündig */
}
/* Responsive Breakpoint */
@media (max-width: 900px) {
  .intro-container {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .introleft, .introright {
    flex: unset;
    height: auto;
    padding: 0;
  }
  .introleft {
    padding-bottom: 30px;
  }
}
.workpic {
  width: 100%;
  max-width: 1580px;
  height: auto;
}
.intropic {
  width: 100%;
  max-width: 500px;
  height: auto;
}
img {
  width: 100%; /* Tatsächliche Breite des Bildes */
  height: auto;
}
.uk-scope img {
  width: 100%;
  max-width: 180px !important;
  height: auto;
  box-sizing: border-box;
}
.bigpic {
  width: 100%;
  max-width: 1580px; /* Volle Breite des Viewports */
  overflow: hidden; /* Zu großes Bild wird abgeschnitten */
  display: flex;
  justify-content: center; /* Bild zentrieren */
  align-items: center;
}
.bigpic img {
  max-width: 1580px; /* Tatsächliche Breite des Bildes */
  height: auto;
}
@media (max-width: 700px) {
  .bigpic {
    width: 100%;
    max-width: 450px; /* Volle Breite des Viewports */
    overflow: hidden; /* Zu großes Bild wird abgeschnitten */
    display: flex;
    justify-content: center; /* Bild zentrieren */
    align-items: center;
  }
  .bigpic img {
    max-width: 450px; /* Tatsächliche Breite des Bildes */
    height: auto;
  }
}
.bigbigpic {
  width: 100%;
  max-width: 1580px; /* Volle Breite des Viewports */
  overflow: hidden; /* Zu großes Bild wird abgeschnitten */
  display: flex;
  justify-content: center; /* Bild zentrieren */
  align-items: center;
}
.bigbigpic img {
  max-width: 1580px; /* Tatsächliche Breite des Bildes */
  height: auto;
}
@media (max-width: 700px) {
  .bigbigpic {
    width: 100%;
    max-width: 550px; /* Volle Breite des Viewports */
    overflow: hidden; /* Zu großes Bild wird abgeschnitten */
    display: flex;
    justify-content: center; /* Bild zentrieren */
    align-items: center;
  }
  .bigbigpic img {
    max-width: 550px; /* Tatsächliche Breite des Bildes */
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .cbp-l-filters-left, .cbp-l-filters-right {
    width: 100%;
  }
}
@media only screen and (max-width: 3000px) {
  .cbp-l-center {
    flex-direction: column;
  }
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 104px;
  background-color: #f9f9f9 !important; /****FARBE BALKEN OBEN****/
}
.cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
  background-color: transparent !important;
  text-decoration: none !important;
  display: inline-block;
  font-family: "Inter-Medium", sans-serif;
  font-size: 17px;
  line-height: 24px;
  min-width: 90px;
  text-align: left !important;
  margin: 4px;
  padding: 0 0px;
  letter-spacing: 1px;
}
@media (max-width: 700px) {
  .cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
.cbp-l-caption-buttonLeft:hover {
  text-decoration: underline !important;
}
/* general caption style */
.cbp-caption, .cbp-caption-defaultWrap, .cbp-caption-activeWrap {
  display: block;
}
.cbp-caption-activeWrap {
  background-color: transparent !important;
} /****OVERLAY****/
.cbp-caption-active .cbp-caption, .cbp-caption-active .cbp-caption-defaultWrap, .cbp-caption-active .cbp-caption-activeWrap {
  overflow: hidden;
  position: relative; /****POSITION****/
  z-index: 1;
}
.cbp-caption-active .cbp-caption-defaultWrap {
  top: 0;
}
.cbp-caption-active .cbp-caption-activeWrap {
  width: 100%;
  position: relative;
  z-index: 2;
  height: 100%;
}
.cbp-l-caption-alignCenter .cbp-l-caption-body {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 5px 0 !important;
  text-decoration: none !important;
}
.cbp-popup-singlePage .cbp-popup-content {
  position: relative;
  z-index: 1;
  margin-top: 145px;
  max-width: 1580px;
  vertical-align: top;
  width: 94%;
}
.cbp-popup-content-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: #f9f9f9;
}
.cbp-popup-singlePage-counter {
  color: #000;
  position: absolute;
  margin: auto;
  right: 40px;
  top: 0;
  bottom: 0;
  font-family: "Inter-Regular", sans-serif;
  font-size: 13px;
  height: 30px;
}
.cbp-l-loadMore-button .cbp-l-loadMore-link, .cbp-l-loadMore-button .cbp-l-loadMore-button-link {
  color: #7E7B7B;
  font: 400 12px/36px "Inter-Regular", sans-serif;
}
@media (min-width: 1200px) {
  .uk-scope * + .uk-grid-margin-large, .uk-scope .uk-grid + .uk-grid-large, .uk-scope .uk-grid + .uk-grid-row-large, .uk-scope .uk-grid-large > .uk-grid-margin, .uk-scope .uk-grid-row-large > .uk-grid-margin {
    margin-top: 0 !important;
  }
}
.column-container {
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* optional Abstand */
  background: #fff;
  max-width: 1300px;
  padding: 30px;
  box-sizing: border-box;
}
/* 2 Spalten */
.c-item {
  flex: 1 1 calc(50% - 20px);
}
/* ---- Breakpoint einstellen ---- */
/* Bei <= 768px auf 1 Spalte wechseln */
@media (max-width: 768px) {
  .c-item {
    flex: 1 1 100%;
  }
}
/********************** CONTENT ***********************/
#content {
  position: absolute;
  top: 100%;
  text-align: left;
  width: 100%;
  height: auto;
  min-height: 100px;
  background: #f9f9f9;
}
.wrapper {
  position: relative;
  padding: 50px 0 40px 0;
  margin: 0 auto 0;
  top: 100%;
  text-align: left;
  width: 100%;
  max-width: 1580px;
  height: auto;
}
@media (max-width: 1600px) {
  .wrapper {
    padding: 60px 25px 60px 25px;
  }
}
@media (max-width: 700px) {
  .wrapper {
    padding: 30px 20px 30px 20px;
  }
}
.text-wrapper {
  width: 60%;
  height: auto;
}
@media (max-width: 1100px) {
  .text-wrapper {
    width: 100%;
  }
}
.bild {
  width: 100%;
  height: auto;
  border: 0;
}
.star {
  position: absolute;
  top: 20px;
  ;
  right: 20px;
  width: 250px;
  height: auto;
}
@media (max-width: 900px) {
  .star {
    width: 200px;
  }
}
.hire {
  position: absolute;
  top: 20px;
  ;
  right: 20px;
  width: 250px;
  height: auto;
  animation: pulsieren 1.3s infinite ease-in-out;
}
@keyframes pulsieren {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 900px) {
  .hire {
    position: relative;
    width: 200px;
    padding-bottom: 40px;
    margin-left: 30px;
  }
}
.kontakt-wrapper {
  width: 100%;
  height: auto;
}
.kontakt-left {
  float: left;
  width: 50%;
  height: auto;
}
@media (max-width: 1200px) {
  .kontakt-left {
    width: 100%;
  }
}
.kontakt-right {
  float: left;
  width: 50%;
  height: auto;
  display: table-cell;
}
@media (max-width: 1200px) {
  .kontakt-right {
    width: 100%;
    margin-top: 40px;
  }
}
.kontakt-wrapper:after {
  content: "";
  display: table;
  clear: left;
}
.left-left {
  float: left;
  width: auto;
  padding-right: 30px;
  height: auto;
}
@media (max-width: 900px) {
  .left-left {
    padding-top: 30px;
  }
}
.right-right {
  float: left;
  width: auto;
  height: auto;
  text-align: left;
}
@media (max-width: 900px) {
  .right-right {
    padding-top: 30px;
  }
}
/********************** SERVICES ***********************/
.list-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-bottom: 1px solid #ededed;
  padding: 40px 0 20px 0;
}
.list-number {
  color: #fff;
  font-size: 15px;
  min-width: 30px;
  flex-shrink: 0;
  background: #000;
  text-align: center;
  padding: 5px 9px 5px 9px;
  font-weight: 500;
}
.list-content {
  flex: 1;
  align-items: flex-start;
}
.heading-row {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.heading-row .title {
  width: auto;
  min-width: 400px; /* feste Breite für die Überschrift */
  font-family: "Inter-Medium", sans-serif;
  font-size: 26px;
  color: #000;
  flex-shrink: 0;
  padding-top: 5px;
}
.heading-row p {
  margin: 0;
  flex: 1;
  max-width: 700px;
  align-self: flex-start;
}
@media (max-width: 900px) {
  .heading-row {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .heading-row .title {
    max-width: 100%;
    min-width: auto;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.list-item {
  opacity: 0;
  animation: fadeIn 1.5s ease forwards;
}
.uk-panel-space {
  /* padding: 30px; */
  background: #f5f1f2 !important;
}
.white {
  color: #fff;
}
.text-klein {
  font-family: "Inter-Regular", sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #000;
}
/********************** BACKGROUNDS ***********************/
.bg-black {
  background: #000;
  padding: 30px;
}
.bg-grey {
  background: #fff;
  padding: 30px;
}
.bg-white {
  background: #fff;
  padding: 30px;
}
.bg-work {
  background: #fff;
  padding: 30px;
}
@media (max-width: 900px) {
  .bg-work {
    padding: 5px;
  }
}
.bg-video {
  position: relative;
  margin-top: 30px;
  background: #0b0404;
  text-align: center;
  padding: 60px 0 60px 0;
}
.video-container {
  position: relative;
  margin: 0 auto 0;
  width: 100%;
  max-width: 600px;
  height: auto;
  aspect-ratio: 1 / 1;
  display: block;
  text-align: center;
  padding: 40px 0 0 40px;
}
@media (max-width: 900px) {
  .video-container {
    margin: 100px auto 0;
  }
}
/********************** FOOTER ***********************/
#footer {
  position: relative;
  margin: 0 auto 0;
  width: 100%;
  height: auto;
  min-height: 130px;
  background: #000;
  text-align: center;
}
#footernav {
  position: absolute;
  right: 25px;
  top: 50px;
  width: auto;
  height: 30px;
  text-align: right;
  color: #fff;
  font-size: 15px;
}
a.footernav:link {
  color: #fff !important;
  text-decoration: none;
}
a.footernav:hover {
  color: #fff !important;
  text-decoration: underline;
}
a.footernav:visited {
  color: #fff;
  text-decoration: none;
}
a.footernav:active {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 900px) {
  #footernav {
    position: relative;
    margin: 0 auto 0;
    right: auto;
    top: 10px;
    text-align: center;
  }
}
#copy {
  position: relative;
  margin: 0 auto 0;
  padding-top: 50px;
  width: auto;
  height: auto;
  text-align: center;
  color: #fff;
  font-size: 15px;
}
/********************** LINKS ***********************/
a:link, a:visited {
  color: #000;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #000;
  text-decoration: underline;
}
/************ HEADLINES ***************/
h1 {
  font-family: "Inter-Medium", sans-serif;
  font-size: calc(3.6vw + 3.6vh);
  line-height: 1em;
  color: #000;
}
@media (max-width: 900px) {
  h1 {
    font-size: calc(5vw + 5vh);
    line-height: 1em;
  }
}
h2 {
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 55px;
  line-height: 1em;
  color: #000;
}
@media (max-width: 900px) {
  h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
.subheadline {
  font-family: "Inter-Regular", sans-serif;
  font-size: calc(1.7vw + 1.7vh);
  line-height: 1em;
  color: #000;
}
@media (max-width: 900px) {
  .subheadline {
    font-size: calc(2.1vw + 2.1vh);
    line-height: 1.2em;
  }
}
h3 {
  font-family: "Inter-Medium", sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #000;
}
@media (max-width: 900px) {
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
/********************** LINK KLASSE EGON ***********************/
.egon {
  color: #000;
}
.grey {
  background: rgb(254, 254, 254);
  background-image: linear-gradient(white, #fcfcfc);
  width: 100%;
  height: auto;
}
/********************** WK GRID ***********************/
.uk-panel-box > .uk-panel-teaser {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.uk-scope * + .uk-grid-margin, .uk-scope .uk-grid + .uk-grid, .uk-scope .uk-grid > .uk-grid-margin {
  margin-top: 0 !important;
}
/* MEHR ARBEITEN anzeigen Button ausblenden */
/* Link unbenutzbar machen */
#js-loadMore-juicy-projects .cbp-l-loadMore-link {
  pointer-events: none !important;
  cursor: default !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
/* Alle Texte im Button verstecken */
#js-loadMore-juicy-projects .cbp-l-loadMore-link span {
  display: none !important;
}