@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Neuton:ital,wght@0,300;1,400&display=swap");
body {
  color: #111;
}

.z-2 {
  z-index: 2;
}

.font-neuton,
.text-bg,
.number,
.timeline-year,
.value-number {
  font-family: "Neuton", serif;
  font-weight: 300;
}

.text-bg {
  display: inline-block;
  color: #fff;
  padding: 4px 8px 10px;
}

.text-blue {
  color: #44879D;
}

.text-dark {
  color: #111;
}

.text-gray {
  color: rgba(17, 17, 17, 0.6) !important;
}

.bg-blue {
  background-color: #44879D;
}

.green-light-bg {
  background-color: #E1F2F2;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.separator {
  height: 1px;
  background-color: rgba(17, 17, 17, 0.2);
}

@media (min-width: 1400px) {
  .container {
    max-width: 1760px;
  }
  .pr-xxl-40 {
    padding-right: 40px;
  }
  .pl-xxl-40 {
    padding-left: 40px;
  }
  .pr-xxl-80 {
    padding-right: 80px;
  }
}
@media (min-width: 576px) {
  .pl-sm-40 {
    padding-left: 40px;
  }
  .pr-sm-80 {
    padding-right: 80px !important;
  }
}
@media screen and (min-width: 992px) {
  .text-lg-no-break {
    word-wrap: unset !important;
    word-break: unset !important;
  }
}
.btn,
button {
  text-transform: uppercase;
  border-radius: 100px;
}

.btn:focus, button:focus,
.form-control:focus {
  outline: unset !important;
  box-shadow: unset !important;
}

.btn-outline-white,
.btn-outline-black {
  padding: 20px 32px;
  min-width: 213px;
  display: inline-flex;
  align-items: center;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.btn-outline-white .icon-arrow,
.btn-outline-black .icon-arrow {
  display: inline-block;
  margin-left: 24px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 84%;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white .icon-arrow {
  background-image: url("../images/arrow-right-white.svg");
}
.btn-outline-white:hover {
  background-color: #fff;
}
.btn-outline-white:hover .icon-arrow {
  background-image: url("../images/arrow-right-black.svg");
}

.btn-outline-black {
  border-color: #111;
}
.btn-outline-black .icon-arrow {
  background-image: url("../images/arrow-right-black.svg");
}
.btn-outline-black:hover {
  background-color: #111;
  color: #fff;
}
.btn-outline-black:hover .icon-arrow {
  background-image: url("../images/arrow-right-white.svg");
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Neuton", serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
}

h1 {
  font-size: 7.5rem;
  line-height: 0.9;
}

h2 {
  font-size: 5rem;
}

h3 {
  font-size: 3.5rem;
}

h4 {
  font-size: 3rem;
}

h5 {
  font-size: 2.5rem;
}

h6 {
  font-size: 2rem;
}

.font-20 {
  font-size: 1.25rem;
}

.font-24 {
  font-size: 1.5rem;
}

.font-28 {
  font-size: 1.75rem;
}

.font-32 {
  font-size: 2rem;
}

button,
.btn {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1400px) {
  body {
    font-size: 0.875rem;
  }
  h1 {
    font-size: 6rem;
  }
  h2 {
    font-size: 4rem;
  }
  h3 {
    font-size: 2.75rem;
  }
  h4 {
    font-size: 2.25rem;
  }
  h5 {
    font-size: 2rem;
  }
  h6 {
    font-size: 1.75rem;
  }
  .font-20 {
    font-size: 1rem;
  }
  .font-28 {
    font-size: 1.5rem;
  }
  .font-32 {
    font-size: 1.5rem;
  }
  button,
  .btn {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2.25rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.75rem;
  }
  .font-32 {
    font-size: 1.25rem;
  }
  .font-24 {
    font-size: 1rem;
  }
}
.mt-40 {
  margin-top: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pr-40 {
  padding-right: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-120 {
  padding-top: 120px;
}

.pr-80 {
  padding-right: 80px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-120 {
  padding-bottom: 120px;
}

.p-80 {
  padding: 80px;
}

@media screen and (max-width: 768px) {
  .mb-32 {
    margin-bottom: 24px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .p-80 {
    padding: 40px 24px;
  }
  .mb-48 {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 576px) {
  .p-80 {
    padding: 40px 16px;
  }
}
.header {
  height: 104px;
  position: relative;
  z-index: 9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header .container {
  height: 100%;
}
.header .navbar {
  padding: 0;
  height: 100%;
}
.header .navbar-brand {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 80px 0 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .navbar-collapse,
.header .nav-item,
.header .nav-link,
.header .navbar-nav {
  height: 100%;
}
.header .nav-item {
  margin: 0 32px;
}
.header .nav-item.is--active .nav-link {
  color: #fff;
}
.header .nav-item.is--active .nav-link:after {
  opacity: 1;
  width: 100%;
}
.header .nav-link {
  color: #fff;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  padding: 0 !important;
  position: relative;
  display: flex;
  align-items: center;
}
.header .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  opacity: 0;
  width: 10%;
  background-color: #fff;
  transition: all ease-in-out 0.3s;
}
.header .nav-link:hover {
  color: #fff;
}
.header .nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.header .right-nav {
  display: flex;
  height: 100%;
  align-items: center;
}
.header .dropdown-toggle {
  color: #fff;
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
  background-image: url("../images/arrow_down.svg");
}
.header .dropdown-toggle:after {
  display: none;
}
.header .dropdown-menu.show {
  left: auto;
  right: 0;
}
.header .offcanvas {
  z-index: 99999;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  left: 16px;
}
.header .offcanvas .offcanvas-header {
  padding: 1rem 32px 1rem 1rem;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}
.header .offcanvas .navbar-nav {
  height: auto !important;
}
.header .offcanvas .dropdown {
  margin-top: auto;
  margin-left: auto;
}
.header .offcanvas .dropdown-menu.show {
  top: -50px;
}
.header .offcanvas .dropdown-toggle {
  color: #111;
  font-weight: 700;
  background-image: url(../images/arrow_down_black.svg);
}
.header .offcanvas .btn-close {
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  width: 38px;
  height: 38px;
  padding: 0;
  margin: 0;
  background-image: url(../images/close_offcanvas.svg);
}
.header .offcanvas .offcanvas-body {
  padding: 20px 48px 20px 32px;
  display: flex;
  flex-direction: column;
}
.header .offcanvas .nav-item {
  height: auto;
  margin: 0;
}
.header .offcanvas .nav-link {
  color: #111 !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  padding: 16px 0 !important;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px;
}

@media screen and (max-width: 576px) {
  .header {
    height: 64px;
  }
  .header .navbar-brand {
    padding: 0;
    margin: 0;
    max-width: 194px;
    border: 0;
  }
}
.values-section {
  z-index: 2;
  position: relative;
  padding-right: 80px;
  padding-left: 80px;
  background-color: #fff;
  transition: all ease-in-out 0.3s;
}
.values-section.scroll-top {
  margin-top: -100px;
}

.value-item {
  display: flex;
  align-items: center;
  gap: 24px;
}
.value-item .value-number {
  font-size: 88px;
}
.value-item .value-number small {
  font-size: 40px;
}
.value-item p {
  line-height: 1;
}

@media screen and (max-width: 1400px) {
  .value-item .value-number {
    font-size: 72px;
  }
  .value-item .value-number small {
    font-size: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .homepage-values-section .value-item {
    flex-direction: column;
    gap: 12px;
    align-items: center;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .value-item {
    flex-direction: column;
    gap: 12px;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .values-section {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .values-section .col-12 {
    margin-bottom: 40px;
  }
  .value-item .value-number {
    font-size: 56px;
  }
  .value-item .value-number small {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .value-item-img-container {
    gap: 16px;
  }
  .value-item-img {
    max-width: 80px;
  }
}
@media screen and (max-width: 374px) {
  .values-section {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.value-card-list .value-card:first-child {
  padding-left: 0;
}
.value-card-list .value-card:last-child {
  padding-right: 0;
}
.value-card-list .value-card:last-child:after {
  display: none;
}

.value-card {
  background-size: 200px;
  background-position: 89% 24px;
  background-repeat: no-repeat;
  padding: 168px 24px 24px;
  border-radius: 8px;
  border: 1px solid rgba(17, 17, 17, 0.2);
}
.value-card.value-card-sm {
  padding: 0 40px;
  flex: 1;
  border: 0;
  position: relative;
  background: unset;
}
.value-card.value-card-sm:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  background-color: rgba(17, 17, 17, 0.2);
  height: 184px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 1400px) {
  .value-card.value-card-sm {
    flex: none;
  }
  .value-card-swiper-container {
    max-width: 100%;
    padding-right: 0;
  }
}
.bg-card {
  height: 700px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 8px;
  padding: 16px;
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bg-card img {
  position: relative;
  z-index: 9;
  max-width: 100%;
}
.bg-card:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.bg-card .bg-card-description {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 24px;
  border-radius: 8px;
  margin-top: auto;
  text-align: center;
  position: absolute;
  left: 16px;
  bottom: 16px;
  right: 16px;
  z-index: 9;
}
.bg-card .bg-card-description p {
  color: #fff;
}
.bg-card.testimonial-card {
  min-height: 714px;
  display: block;
  padding: 0;
  position: relative;
}
.bg-card.testimonial-card .testimonial-image {
  z-index: 99;
}
.bg-card.testimonial-card .testimonial-image img {
  width: 100%;
}
.bg-card.testimonial-card .bg-card-description {
  background-color: #fff;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 99;
}
.bg-card.testimonial-card .bg-card-description p {
  color: #111;
}
.bg-card.testimonial-card:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}

.long-text {
  max-height: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  cursor: pointer;
}
.long-text:after {
  content: "...”";
  left: -3px;
  position: relative;
}

.testimonial-cards {
  margin-top: -75px;
  padding-top: 120px;
}

@media screen and (max-width: 1200px) {
  .bg-card.testimonial-card {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .testimonial-cards {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .bg-card {
    height: 560px;
  }
}
@media screen and (max-width: 375px) {
  .bg-card .bg-card-description {
    padding: 16px;
  }
}
.bg-green-image {
  background-image: url("../images/OOS_Wappen.png"), url("../images/green_background.jpg");
  background-position: right 50px, center top;
  background-repeat: no-repeat;
  background-size: 30%, cover;
  color: #fff;
}
.bg-green-image.success-story {
  position: relative;
  margin-right: 80px;
  padding-right: 80px;
}
.bg-green-image.success-story:after {
  content: "";
  position: absolute;
  background-color: #E1F2F2;
  width: 100%;
  height: 502px;
  left: auto;
  right: -80px;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 1400px) {
  .bg-green-image.success-story {
    margin-right: 60px;
  }
  .bg-green-image.success-story:after {
    right: -60px;
  }
}
@media screen and (max-width: 768px) {
  .bg-green-image.success-story {
    margin-right: 24px;
  }
  .bg-green-image.success-story:after {
    right: -24px;
  }
}
@media screen and (max-width: 767px) {
  .bg-green-image.success-story {
    margin-right: 0;
    padding-right: 0;
  }
  .bg-green-image.success-story:after {
    right: 0;
  }
}
.video-popup-bg {
  height: 568px;
  background-image: url("../images/video_oosenbrugh_brothers.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  position: relative;
}
.video-popup-bg:after {
  content: "";
  position: absolute;
  background-color: rgba(25, 32, 33, 0.6);
  height: 100%;
  width: 100%;
  z-index: 1;
}
.video-popup-bg #openPopup {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 0;
  z-index: 9;
  background-color: transparent;
  background-image: url(../images/play_button_blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.video-popup-bg:hover #openPopup {
  background-image: url(../images/play_button_white.svg);
}

.popup {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.popup-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  background: #000;
  border-radius: 10px;
  padding: 0;
}

.close {
  position: absolute;
  top: 10px;
  right: 16px;
  color: white;
  font-size: 28px;
  cursor: pointer;
  z-index: 1000;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-number {
  background-color: rgba(140, 219, 198, 0.1);
  border-radius: 8px;
  padding: 46px 40px 16px;
  height: 260px;
  width: 260px;
  max-width: 100%;
  margin-left: auto;
  -webkit-backdrop-filter: blur(37px);
  backdrop-filter: blur(37px);
}
.card-number .number {
  font-size: 88px;
  display: block;
  line-height: 1;
}
.card-number small {
  font-size: 40px;
}
.card-number .number-description {
  color: #79BDD3;
  line-height: 1;
}

@media screen and (min-width: 1854px) {
  .numbers-cards {
    margin-top: -100px;
  }
}
@media screen and (max-width: 1800px) {
  .numbers-cards {
    margin-top: 80px;
  }
  .card-number {
    padding: 36px;
    height: 225px;
  }
  .card-number .number {
    font-size: 72px;
  }
  .card-number small {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .card-number {
    padding: 16px;
    height: 159px;
  }
  .card-number .number {
    font-size: 56px;
  }
  .card-number small {
    font-size: 28px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1700px) {
  .numbers-cards {
    margin-top: 16px;
  }
}
.portfolio-list li {
  padding: 26px 16px;
  cursor: pointer;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.portfolio-list li.is--active {
  background-color: #E1F2F2;
}
.portfolio-list li:hover {
  background-color: #E1F2F2;
}
.portfolio-list img {
  width: 142px;
  max-width: 100%;
}
.portfolio-list.sticky-top {
  top: 30px;
}

.portfolio-cards .portfolio-card-item:last-child {
  margin-bottom: 0;
}

.portfolio-card-item {
  border-radius: 8px;
  border: 1px solid rgba(17, 17, 17, 0.2);
  margin-bottom: 30px;
}

@media screen and (min-width: 1400px) {
  .privacy-list {
    padding-right: 80px;
  }
  .privacy-list li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .portfolio-list {
    margin-bottom: 40px;
  }
  .portfolio-list li {
    width: 50%;
    border-right: 1px solid rgba(17, 17, 17, 0.2);
  }
  .portfolio-list li:nth-child(even) {
    border-right: 0;
  }
  .portfolio-list li:nth-last-child(-n+2) {
    border-bottom: 0;
  }
  .portfolio-card-item {
    display: none;
    transition: all ease-in-out 0.3s;
  }
  .portfolio-card-item.translate {
    display: block;
  }
}
.timeline-bg {
  position: relative;
  background-size: auto, cover;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: bottom;
}

.timeline-item {
  width: 50%;
  position: relative;
  text-align: right;
}
.timeline-item .col-xl-4 {
  text-align: center;
}

.timeline-list {
  padding-top: 330px;
  margin-top: -210px;
  position: relative;
}
.timeline-list .timeline-item:nth-child(even) {
  text-align: left;
  margin-left: auto;
}
.timeline-list .timeline-item:nth-child(even) .timeline-year {
  left: -45px;
  right: auto;
}
.timeline-list .timeline-item:nth-child(even) .col-xl-4 {
  order: 1;
}
.timeline-list .timeline-item:nth-child(even) .col-xl-8 {
  order: 2;
  text-align: left;
}
.timeline-list:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  height: calc(100% - 120px);
  background-color: #44879D;
  width: 1px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.timeline-list:after {
  content: "";
  background-image: url(../images/Line.png);
  width: 1px;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-repeat: no-repeat;
  background-size: contain;
}

.timeline-year {
  background-color: #44879D;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -45px;
  top: 40px;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .timeline-item {
    padding-right: 24px;
  }
  .timeline-item .col-xl-8 {
    order: 2;
  }
  .timeline-item .col-xl-4 {
    order: 1;
    text-align: right;
  }
  .timeline-item:nth-child(even) {
    padding-right: 0;
    padding-left: 24px;
  }
  .timeline-item:nth-child(even) .col-xl-4 {
    text-align: left;
  }
  .timeline-item h4 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .timeline-list:before, .timeline-list:after {
    left: 45px;
    transform: unset;
  }
  .timeline-list:before {
    height: calc(100% - 80px);
  }
  .timeline-list:after {
    top: auto;
    bottom: 0;
    height: 80px;
  }
  .timeline-item {
    width: 100%;
    padding-left: 65px !important;
    margin-bottom: 60px;
  }
  .timeline-item:last-child {
    margin-bottom: 0;
  }
  .timeline-item .col-xl-8,
  .timeline-item .col-xl-4 {
    text-align: left;
  }
  .timeline-year {
    left: 0 !important;
  }
}
.team-member-card {
  margin-bottom: 24px;
  cursor: pointer;
}
.team-member-card .team-member-image {
  position: relative;
}
.team-member-card .team-member-image img {
  border-radius: 8px;
}
.team-member-card .team-member-description {
  background-color: #fff;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.team-member-card:hover .team-member-description {
  padding: 36px 24px;
}

@media screen and (min-width: 992px) {
  .team-members .col-12:nth-child(2) {
    margin-top: 120px;
  }
  .team-members .col-12:nth-child(3) {
    margin-top: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .team-members .col-12:nth-child(2) {
    margin-top: 60px;
  }
  .team-members .col-12:last-child {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
  }
  .team-members .col-12:last-child .team-member-card {
    flex: 1;
    width: 50%;
    margin-bottom: 0;
  }
  .team-members .col-12:last-child .team-member-card:first-child {
    margin-top: -58px;
  }
  .team-members .col-12:last-child .team-member-card:last-child {
    width: 100%;
    flex: auto;
    margin-top: -52px;
  }
  .team-members .col-12:last-child .team-member-card:last-child .team-member-image {
    width: 48.5%;
  }
}
.contact-form .form-control {
  min-height: 64px;
  border: 0;
  border-bottom: 1.5px solid #111;
  border-radius: 0;
  background-color: transparent;
  padding-left: 0;
}
.contact-form .form-control:focus {
  border-bottom-color: #44879D;
}
.contact-form .form-control:focus .form-label {
  top: -20px;
}
.contact-form textarea {
  height: 140px;
}
.contact-form .form-label {
  position: static;
  margin: 0;
  left: 12px;
  top: 8px;
  text-transform: uppercase;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.contact-form .input-focused .form-control {
  padding-left: 12px;
}
.contact-form .input-focused textarea {
  padding-top: 0;
}
.contact-form .input-focused .form-label {
  top: -20px;
  font-size: 18px;
  color: #44879D;
}
.contact-form .input-blur .form-control {
  padding-left: 100px;
}
.contact-form .input-blur textarea {
  padding-top: 50px;
}

.swiper-pagination-bullet {
  position: relative;
  width: 26px;
  height: 26px;
  border: 1px solid transparent;
  border-radius: 50%;
  opacity: 1;
  background-color: transparent;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #000;
  background-color: transparent;
}
.swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  bottom: 0;
  background-color: #000;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.swiper-button-next,
.swiper-button-prev {
  top: 25px;
  color: #111;
  border: 1px solid #111;
  border-radius: 100px;
  opacity: 1;
  width: 120px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  font-size: 0;
  position: absolute;
  height: 24px;
  width: 24px;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #000;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  background-image: url("../images/arrow-right-white.svg");
}

.swiper-button-next:after {
  background-image: url(../images/arrow-right-black.svg);
}
.swiper-button-next:hover:after {
  background-image: url("../images/arrow-right-white.svg");
}

.swiper-button-prev:after {
  background-image: url(../images/arrow-thin-left-black.svg);
}
.swiper-button-prev:hover:after {
  background-image: url("../images/arrow-thin-left-white.svg");
}

.value-card-swiper .swiper-wrapper {
  margin-bottom: 60px;
}

.swiper-1-item-mobile .swiper-wrapper {
  flex-wrap: nowrap;
}
.swiper-1-item-mobile .swiper-wrapper.row {
  margin: 0;
}

.portfolio-swiper .swiper-button-next,
.portfolio-swiper .swiper-button-prev {
  left: 0;
}
.portfolio-swiper .swiper-button-next {
  left: 136px;
}

@media screen and (min-width: 1200px) {
  .swiper-1-item-mobile .swiper-slide {
    width: 25% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .swiper-1-item-mobile .swiper-slide {
    width: 50% !important;
  }
  .swiper-1-item-mobile .swiper-wrapper {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1400px) {
  .portfolio-swiper .swiper-button-next,
  .portfolio-swiper .swiper-button-prev {
    top: auto;
    bottom: 0;
    position: relative;
  }
  .portfolio-swiper .swiper-button-next {
    top: 40px !important;
  }
}
@media screen and (max-width: 1399px) {
  .portfolio-swiper {
    padding-top: 100px;
  }
}
.footer {
  color: #fff;
  padding: 40px 0;
  height: 342px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/green_background.jpg");
}
.footer .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.footer .nav a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 0 0 30px;
}
.footer .nav a:hover {
  text-decoration: underline;
}
.footer .nav li:first-child a {
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .footer {
    height: auto;
    text-align: center;
  }
}
.circle-bg {
  position: relative;
}
.circle-bg:after, .circle-bg:before {
  content: "";
  position: absolute;
  width: 240px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 999;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.circle-bg:before {
  right: 0;
  background-position: center right;
  background-image: url("../images/rightBGCircle.png");
}
.circle-bg:after {
  left: 0;
  background-position: center left;
  background-image: url("../images/lefttBGCircle.png");
}
.circle-bg.circle-bg-text:after, .circle-bg.circle-bg-text:before {
  width: 240px;
  height: 290px;
  transform: unset;
}
.circle-bg.circle-bg-text:before {
  top: -12%;
  right: 0;
}
.circle-bg.circle-bg-text:after {
  bottom: 37%;
  left: 0;
  top: auto;
}

@media screen and (max-width: 1200px) {
  .circle-bg:after, .circle-bg:before {
    opacity: 0.3;
    z-index: -1;
    height: 300px;
    width: 140px;
  }
  .circle-bg.circle-bg-text:before {
    z-index: 2;
  }
}
.stage-banner {
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}

.stage-banner-image {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.stage-logo-bg {
  background-image: url("../images/OOS_Wappen.png"), url("../images/green_background.jpg");
  background-position: 100% 100%, center top;
  background-repeat: no-repeat;
  background-size: auto, cover;
}

.stage-banner-caption {
  color: #fff;
  padding-top: 72px;
  position: relative;
  z-index: 2;
}

.stage-banner-logo {
  text-align: center;
  margin-top: -100px;
  margin-bottom: 20px;
}
.stage-banner-logo img {
  opacity: 0.4;
}

.stage-video-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.stage-video-bg:after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 25, 46, 0.6) 0%, rgba(0, 25, 46, 0.6) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

@media screen and (min-width: 1920px) {
  #bg-video {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .stage-banner-video-caption {
    padding-top: 40px;
  }
  .stage-banner-logo {
    margin-top: -50px;
    margin-bottom: 0;
  }
  .stage-banner-logo img {
    opacity: 0.3;
    max-width: 182px !important;
  }
}
@media screen and (max-width: 576px) {
  .stage-banner-logo {
    margin-top: -50px;
    margin-bottom: 0;
  }
  .stage-banner-logo img {
    opacity: 0.3;
    max-width: 182px !important;
  }
}
.modal-side .modal-dialog {
  height: 100%;
  margin: 0 0 0 auto;
  max-width: 652px;
}
.modal-side .modal-content {
  height: 100%;
  padding: 134px 48px 48px 48px;
  position: relative;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border: 0;
  width: 652px;
  max-width: 100%;
  overflow-y: scroll;
}
.modal-side .modal-header {
  border: 0;
  padding: 48px;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100px;
  background: #fff;
  margin: 0 -48px;
  border-radius: 0;
  top: 0;
}
.modal-side .btn-close {
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  width: 38px;
  height: 38px;
  padding: 0;
  margin-right: auto;
  margin-left: 0;
  background-image: url("../images/close.png");
}
.modal-side .modal-body {
  padding: 0;
}

/*# sourceMappingURL=styles.css.map */
