#locations #locations-content {
  border-radius: 5px;
  background-color: #ffffff;
}
#locations #choose-locations {
  display: inline-block;
  position: relative;
}
#locations #choose-locations .s-btn {
  position: absolute;
  background-color: #0676ad;
  font-size: 20px;
  padding-top: 5px;
  height: 39px;
}
#locations #choose-locations .s-btn:hover {
  background-color: #21415a;
}
#locations #choose-locations .s-btn#l-berlin {
  top: 20%;
  right: -35px;
  width: 103px;
}
#locations #choose-locations .s-btn#l-freiburg {
  top: 75%;
  left: -35px;
  width: 133px;
}

#banner {
  min-height: calc(100vh - 80px);
  background-color: #0676ad;
  background-image: url("../img/home/home-banner.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  padding-bottom: 20px;
  overflow: hidden;
}
#banner #banner-bg-mobile {
  width: 170%;
  left: -65%;
  top: 46%;
  z-index: 0;
}
@media (max-width: 575px) {
  #banner #banner-bg-mobile {
    width: 200%;
    left: -88%;
    z-index: 0;
  }
}
#banner > .container {
  min-height: inherit;
}
#banner > .container > .row {
  min-height: inherit;
  flex-direction: column;
  justify-content: flex-end;
}
#banner > .container #banner-title {
  font-size: 50px;
  color: #ffffff;
}
#banner > .container #banner-title #banner-cta {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  line-height: 1.28;
}
#banner > .container #banner-bg-desktop {
  width: calc(100% + 300px);
  left: -244px;
  top: -129px;
  opacity: 0.8;
  /* display: none; */
}
@media (max-width: 1199px) {
  #banner > .container #banner-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  #banner {
    padding: 90px 0;
    min-height: calc(100vh - 180px);
  }
  #banner > .container > .row {
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
  }
  #banner > .container #banner-title {
    font-size: 33px;
    text-align: left;
  }
  #banner > .container #jumper a {
    display: block;
  }
  #banner > .container #jumper a img {
    width: 40px;
    transform: rotate(90deg);
    position: absolute;
    left: calc(50% - 20px);
  }
  #banner > .container #jumper a img:first-child {
    top: 10px;
  }
}

#values {
  background-image: url("../img/home/values.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#values .d-md-flex {
  justify-content: center;
}
#values #carouselValues {
  width: 290px;
  margin: 0 auto;
  font-size: 19px;
}
#values #carouselValues .v-box {
  max-width: 290px;
}
#values #carouselValues .v-box > div {
  min-height: inherit;
}
#values .v-box {
  text-align: center;
  margin-top: 78px;
  max-width: 270px;
}
#values .v-box > img {
  position: absolute;
  top: -78px;
  left: 50%;
  transform: translateX(-50%);
}
#values .v-box > div {
  height: 100%;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
#values .v-box > div h3 {
  margin-bottom: 15px;
}
#values .v-box.carousel-item {
  border-radius: 10px;
  padding: 0 15px;
}
#values #mobile-values {
  padding: 40px;
}
#values #mobile-values .carousel-control-next span, #values #mobile-values .carousel-control-prev span {
  background-size: 20px;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 50%;
  top: calc(50% + 25px);
  position: absolute;
}
#values #mobile-values .carousel-control-next {
  right: -40px;
  width: 40px;
}
#values #mobile-values .carousel-control-next span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2321415a' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
#values #mobile-values .carousel-control-prev {
  left: -40px;
  width: 40px;
}
#values #mobile-values .carousel-control-prev span {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2321415a' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
#values #mobile-values .carousel-indicators {
  position: absolute;
  bottom: -30px;
  margin: 0;
}
#values #mobile-values .carousel-indicators li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  #values .v-box {
    max-width: 33.3%;
  }
}

#communication .mobile-blocks {
  position: relative;
  padding-left: 65px;
  padding-right: 30px;
}
#communication #sidebar {
  display: none;
  width: 40px;
  height: 100%;
  position: absolute;
  background-color: #21415a;
  left: 0;
  top: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}
#communication #sidebar .rotate {
  transform: rotate(-90deg);
  position: absolute;
  top: 70%;
  left: 19px;
  width: 284px;
  transform-origin: left;
  margin-bottom: 0;
}
#communication #sidebar .pointers .pointer {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #21415a;
  position: absolute;
  right: -20px;
}
#communication #sidebar .pointers .pointer:first-child {
  top: calc(7% - 10px);
}
#communication #sidebar .pointers .pointer:nth-child(2) {
  top: calc(33% - 10px);
}
#communication #sidebar .pointers .pointer:nth-child(3) {
  top: calc(63% - 10px);
}
#communication #sidebar .pointers .pointer:nth-child(4) {
  top: calc(90% - 10px);
}
#communication #arr {
  display: none;
  width: 30px;
  position: absolute;
  height: 85%;
  background: transparent;
  top: 8%;
  right: 0;
  border-right: 10px solid #791837;
  border-bottom: 10px solid #791837;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#communication #arr:before {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #791837;
}
#communication #arr:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background-color: #791837;
}
#communication .cta-row {
  display: flex;
  margin-bottom: 50px;
}
#communication .cta-row .cta-block, #communication .cta-row .cta-mdl-block {
  position: relative;
  padding: 15px 25px;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
#communication .cta-row .cta-block {
  background-color: #791837;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  max-width: 440px;
  margin: 0 auto;
  flex: 1 1;
}
#communication .cta-row .cta-block:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #791837;
}
#communication .cta-row .cta-block:first-child {
  margin-right: 90px;
}
#communication .cta-row .cta-block.ar-right:after {
  top: calc(50% - 20px);
  left: 100%;
}
#communication .cta-row .cta-block.ar-btm:after {
  transform: rotate(90deg);
  top: 100%;
  transform-origin: right;
  right: 60px;
}
#communication .cta-row .cta-block.ar-left:after {
  top: calc(50% - 20px);
  right: 100%;
  transform: rotate(180deg);
}
#communication .cta-row .cta-block.ar-top:after {
  transform: rotate(-90deg);
  bottom: 100%;
  transform-origin: right;
  left: 40px;
}
#communication .cta-row .cta-mdl-block {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #21415a;
  padding: 25px;
}
#communication .cta-row .cta-mdl-block .arrow-holder {
  position: absolute;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.16));
}
#communication .cta-row .cta-mdl-block .arrow-holder:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #21415a;
}
#communication .cta-row .cta-mdl-block .arrow-holder.bottom-left {
  transform: rotate(90deg);
  top: calc(100% + 10px);
  left: 80px;
}
#communication .cta-row .cta-mdl-block .arrow-holder.bottom-right {
  transform: rotate(90deg);
  top: calc(100% + 10px);
  right: 40px;
}
#communication .cta-row .cta-mdl-block .arrow-holder.top-left {
  transform: rotate(-90deg);
  top: -10px;
  left: 40px;
}
#communication .cta-row .cta-mdl-block .arrow-holder.top-right {
  transform: rotate(-90deg);
  top: -10px;
  right: 80px;
}
@media (max-width: 767px) {
  #communication #arr, #communication #sidebar {
    display: block;
  }
  #communication .cta-row {
    display: block;
    margin-bottom: 0px;
  }
  #communication .cta-row .cta-block {
    max-width: none;
    width: 100%;
    margin-bottom: 40px;
    padding: 15px 10px;
    text-align: left;
  }
  #communication .cta-row .cta-block:first-child {
    margin-right: 0;
  }
  #communication .cta-row .cta-block:after {
    top: 100% !important;
    transform: rotate(90deg) !important;
    transform-origin: right !important;
    bottom: 0 !important;
    left: calc(50% - 20px) !important;
  }
  #communication .cta-row .cta-block.ar-left:after {
    display: none;
  }
  #communication .cta-row .cta-mdl-block {
    display: none;
  }
}

#portfolio {
  background-image: url("../img/home/Banner_Fundiertes_Wissen.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}
#portfolio .portfolio-items {
  justify-content: center;
}
#portfolio .portfolio-items .portfolio-single {
  margin-bottom: 60px;
}
#portfolio .portfolio-items .portfolio-single > div {
  max-width: 290px;
  margin: 0 auto;
}
#portfolio .portfolio-items .portfolio-single .s-btn {
  background-color: #21415a;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  margin: 0 auto 10px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
#portfolio .portfolio-items .portfolio-single .s-btn > div {
  margin-right: 5px;
  font-size: 19px;
}
#portfolio .portfolio-items .portfolio-single .s-btn > img {
  width: 50px;
}
#portfolio .portfolio-items .portfolio-single .fs-smaller {
  text-align: center;
}
@media (max-width: 575px) {
  #portfolio .portfolio-items .portfolio-single {
    margin-bottom: 30px;
  }
}

#contact {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../img/home/contact-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#contact #c-blocks {
  background-color: #ffffff;
  border-radius: 5px;
}
#contact #c-blocks .c-block {
  padding: 30px 0 25px;
}
#contact #c-blocks .c-block > img {
  width: 60px;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px;
}
@media (max-width: 767px) {
  #contact #c-blocks .c-block {
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 45px;
  }
  #contact #c-blocks .c-block:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #contact #c-blocks {
    background-color: transparent;
    border-radius: 5px;
  }
}

#career {
  padding: 120px 0;
  background-image: url("../img/home/Banner-Karriere.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.partner .partner-img {
  text-align: center;
}
.partner .partner-img img {
  width: 260px;
}
.partner .partner-img > div {
  position: relative;
  display: inline-block;
}
.partner .partner-img > div .s-btn {
  position: absolute;
  background-color: #21415a;
  left: -20px;
  padding: 3px 3px 0;
  min-width: 130px;
}
.partner .partner-bio {
  display: flex;
  align-items: center;
  font-size: 22px;
}
@media (max-width: 768px) {
  .partner .partner-bio {
    justify-content: center;
    text-align: center;
  }
}

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