﻿.stage-container div {
  -webkit-transform: perspective(1px) scale(1);
  transform: perspective(1px) scale(1);
}
#slider_stage a {
  position: absolute;
  margin: 0;
  padding: 0;
}
#iframe_box {
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: auto !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#iframe_box::-webkit-scrollbar {
  display: none;
}
#slider_stage {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 769px;
  background-color: #fff;
  overflow: hidden;
}
#slide_box {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 769px;
}
.stage-container .copyright {
  position: absolute;
  height: 23px;
  width: 23px;
  bottom: 10px;
  right: 10px;
  background-image: url(../../../files/stages/images/basics/copyright.svg);
  opacity: 0;
}
.stage-container .copyright_content {
  position: absolute;
  min-width: 10px;
  min-height: 25px;
  height: auto;
  padding: 8px 10px 8px 10px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px 5px 5px 5px;
  background: rgba(0, 0, 0, 0.8);
  bottom: 40px;
  right: 15px;
  opacity: 0;
  font-family: Barlow, sans-serif;
  font-size: 13px;
  line-height: 14px;
  font-weight: normal;
  color: #ffffff;
}
.stage-container .copyright_content_tri {
  position: absolute;
  top: 36px;
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 6px 8px 0 8px;
  border-color: #000000 transparent transparent transparent;
  opacity: 0.8;
}
#menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 300px;
  font-size: 10px;
  overflow: hidden;
  z-index: 1;
}
#menu_home_button {
  position: absolute;
  top: 15px;
  left: 13px;
  width: 65px;
  height: 60px;
}
#menu_chapter_text {
  position: absolute;
  top: 60px;
  left: 0;
  width: 65px;
  height: 400px;
  margin: 0;
}
#menu_chapter_text p {
  position: absolute;
  top: 0;
  left: -380px;
  width: 400px;
  text-align: right;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: right 0;
  transform-origin: right 0;
  margin: 0;
  padding: 0;
}
#menu_items {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65px;
  height: 200px;
}
#slide_box .text_box {
  position: absolute;
  bottom: 30px;
  left: 14%;
  width: auto;
  height: auto;
  display: inline;
  font-family: Bitter, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}
#slide_box .text,
#slide_box .text_1,
#slide_box .text_2 {
  width: 100%;
  display: inline-block;
}
#slide_box .text_marker {
  padding: 0 5px 4px 5px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #000),
    to(#000)
  );
  background-image: linear-gradient(to right, #000 0, #000 100%);
  background-position: 0;
  background-size: 0 100%;
  background-repeat: no-repeat;
  white-space: nowrap;
}
#slide_box .link_box {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: auto;
  height: 55px;
}
#slide_box .link_text {
  font-family: Barlow, serif;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  float: left;
  padding: 5px 35px 5px 6px;
  line-height: 1.2em;
  width: auto;
}
#slide_box .link_text_marker {
  margin: -1px 0 0 0;
  padding: 5px 35px 5px 6px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #000),
    to(#000)
  );
  background-image: linear-gradient(to right, #000 0, #000 100%);
  background-position: 0;
  background-size: 0 100%;
  background-repeat: no-repeat;
}
#slide_box .link_arrow {
  display: inline-block;
  float: left;
  top: 0;
  width: 57px;
  height: 43px;
  margin: -7px 0 0 -22px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#slide_box .link_arrow .arrow,
#slide_box .link_arrow .arrow_bg {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 57px;
  height: 43px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#slide_box .text_quote_box {
  position: absolute;
  top: 150px;
  left: 14%;
  width: auto;
  height: auto;
  font-family: Bitter, serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3em;
  color: #000;
  display: inline;
}
#slide_box .credentials_marker {
  position: relative;
  top: 10px;
  left: -15px;
  width: auto;
  height: 100px;
  font-family: "Rock Salt", cursive;
  font-size: 140px;
  color: #000;
}
#slide_box .credentials_text {
  position: relative;
  float: left;
  font-family: Barlow, serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1em;
  padding: 10px 35px 5px 4px;
  margin: 0;
}
#slide_box .headline_box {
  position: absolute;
  top: 100px;
  left: 230px;
  width: 630px;
  height: auto;
}
#slide_box .headline_ww_1,
#slide_box .headline_ww_2 {
  position: relative;
  top: 0;
  left: 0;
  width: 600px;
  height: 85px;
  font-family: "Rock Salt", cursive;
  font-size: 60px;
  color: #000;
  padding: 0;
  margin: 0;
}
#slide_box .head_text,
#slide_box .number_text,
#slide_box .sub_text {
  position: relative;
  top: 0;
  left: 0;
  font-family: Oswald, sans-serif;
  color: #000;
  vertical-align: top;
  padding: 0;
  margin: 0;
  overflow: hidden;
  line-height: 1em;
}
#slide_box .head_text {
  float: left;
  width: 600px;
  min-height: 300px;
  margin-left: 20px;
  height: auto;
}
#slide_box .sub_text {
  display: block;
  float: left;
  width: 400px;
  margin-left: 20px;
  height: 20px;
}
#slide_box .number_text {
  float: left;
  width: auto;
  height: 200px;
}
#slide_box .head_text p,
#slide_box .number_text p,
#slide_box .sub_text p {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
#slide_box .head_text p {
  width: 100%;
  font-weight: 600;
  font-size: 50px;
  line-height: 1em;
  text-align: left;
  word-wrap: break-word;
}
#slide_box .sub_text p {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  text-align: left;
}
#slide_box .number_text p {
  top: 14px;
  right: 0px;
  width: 100%;
  font-weight: 700;
  font-size: 100px;
  line-height: 1em;
  text-align: right;
}
#slide_box .slide,
#slide_box .slide_pics,
#slide_box .slide_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1600px;
  height: 769px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
#slide_box .slick-slide img {
  position: absolute;
  bottom: 0;
}
#slide_box .pic_collage,
#slide_box .pic_testimonial,
#slide_box .pic_vector {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 1600px;
  height: 100%;
}
#slide_box .slide_circle_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 1600px;
  height: 769px;
  overflow: hidden;
}
#slide_box .slide_circle {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: 0 0;
  width: 100%;
  max-width: 1290px;
  border-radius: 50%;
  opacity: 1;
}
#slide_box .bg_circle {
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 1600px;
  height: 769px;
}
#slider_stage .stage_map {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
}
#slide_box .map {
  position: relative;
  top: 0px;
  left: 0px;
  width: 1600px;
  height: 1080px;
  fill: none;
  stroke: #000000;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#slide_box .map_text {
  position: relative;
  top: 0px;
  left: 0px;
  width: auto;
  height: auto;
  font-family: "Rock Salt", cursive;
  font-size: 24px;
  color: #000;
}
#slide_box .map_kambodscha,
#slide_box .map_peru,
#slide_box .map_ruanda,
#slide_box .map_vietnam {
  position: relative;
}
#slide_box .map_kambodscha {
  top: 7%;
  left: 43%;
}
#slide_box .map_peru {
  top: 10%;
  left: 56%;
}
#slide_box .map_ruanda {
  top: 2%;
  left: 34%;
}
#slide_box .map_vietnam {
  top: 8%;
  left: 32%;
}
#slide_box .map_ghana {
  top: 10%;
  left: 32%;
}
#slide_box .map_frankfurt {
  top: 2%;
  left: 53%;
}
#slide_box .map_tennental {
  top: 3%;
  left: 49%;
}
#slide_box .map_kambodscha .map_text {
  top: -160px;
  left: 50px;
}
#slide_box .map_peru .map_text {
  top: -320px;
  left: 140px;
}
#slide_box .map_ruanda .map_text {
  top: -155px;
  left: 95px;
}
#slide_box .map_vietnam .map_text {
  top: -240px;
  left: 120px;
}
#slide_box .map_ghana .map_text {
  top: -110px;
  left: 52px;
}
#slide_box .map_frankfurt .map_text {
  top: -182px;
  left: 23px;
}
#slide_box .map_tennental .map_text {
  top: -128px;
  left: 20px;
}
.phone_box,
.teaser_box {
  position: absolute;
  top: 30px;
  right: 8%;
  width: 320px;
  height: 225px;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pic_phone {
  position: absolute;
  top: -8px;
  left: -45px;
  width: 320px;
  height: 225px;
}
.pic_teaser {
  position: absolute;
  top: 0;
  left: 0;
  width: 308px;
  height: 216px;
}
#pic_teaser_1,
#pic_teaser_2,
#pic_teaser_3,
#pic_teaser_4,
#pic_teaser_5 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.text_phone_script {
  position: absolute;
  top: 28px;
  left: 130px;
  font-family: "Rock Salt", cursive;
  font-size: 40px;
  color: #000;
}
.text_phone_block {
  position: absolute;
  top: 125px;
  left: 60px;
}
.text_phone_block p {
  display: inline-block;
  margin: 0;
  padding: 0px 5px 3px 5px;
  width: auto;
  font-family: Bitter, serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  background: #7fa73f;
  line-height: 1em;
}
.phone_bg_circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background-color: #d73f12;
  border-radius: 100px;
}
.text_teaser {
  position: absolute;
  top: 145px;
  left: 145px;
}
.text_teaser p {
  display: inline-block;
  margin: 0px, 0px, -1px, 0px;
  padding: 2px 6px 2px 6px;
  width: auto;
  font-family: Bitter, serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  background: #ffffff;
  line-height: 1.1em;
  white-space: nowrap;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
}
#slider_stage #slide_box {
  opacity: 0;
}
#slider_stage .stage-container {
  position: relative;
}
#slider_stage .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
#slider_stage .slick-list {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 1600px;
  overflow: visible;
}
#slider_stage .align-left .slick-list {
  margin: 0;
}
#slider_stage .slick-list:focus {
  outline: 0;
}
#slider_stage .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
#slider_stage .slick-slider .slick-list,
#slider_stage .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#slider_stage .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#slider_stage .slick-track:after,
#slider_stage .slick-track:before {
  content: "";
  display: table;
}
#slider_stage .slick-track:after {
  clear: both;
}
#slider_stage .slick-loading .slick-track {
  visibility: hidden;
}
#slider_stage .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  flex: 1 1 auto;
}
#slider_stage [dir="rtl"] .slick-slide {
  float: right;
}
#slider_stage .slick-slide img {
  display: block;
}
#slider_stage .slick-slide.slick-loading img {
  display: none;
}
#slider_stage .slick-slide.dragging img {
  pointer-events: none;
}
#slider_stage .slick-initialized .slick-slide {
  display: block;
}
#slider_stage .slick-loading .slick-slide {
  visibility: hidden;
}
#slider_stage .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
#slider_stage .slick-arrow.slick-hidden {
  display: none;
}
#slider_stage .slick-track {
  height: 769px;
  display: flex;
}
#slider_stage .slick-slide img {
  max-width: 100%;
}
#slider_stage .slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) center center no-repeat;
}
#slider_stage .slick-next,
#slider_stage .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
#slider_stage .slick-next:focus,
#slider_stage .slick-next:hover,
#slider_stage .slick-prev:focus,
#slider_stage .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
#slider_stage .slick-next:focus:before,
#slider_stage .slick-next:hover:before,
#slider_stage .slick-prev:focus:before,
#slider_stage .slick-prev:hover:before {
  opacity: 1;
}
#slider_stage .slick-next.slick-disabled:before,
#slider_stage .slick-prev.slick-disabled:before {
  opacity: 0.25;
}
#slider_stage .slick-prev {
  left: -25px;
}
#slider_stage [dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
#slider_stage .slick-prev:before {
  content: "←";
}
#slider_stage [dir="rtl"] .slick-prev:before {
  content: "→";
}
#slider_stage .slick-next {
  right: -25px;
}
#slider_stage [dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
#slider_stage .slick-next:before {
  content: "→";
}
#slider_stage [dir="rtl"] .slick-next:before {
  content: "←";
}
#slider_stage .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
#slider_stage .slick-dots {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  width: 65px;
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0 0 0 23px;
  margin: 0;
  list-style: none;
  text-align: center;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #slider_stage .slick-dots {
    justify-content: flex-end;
    padding: 0 0 45px 23px;
  }
}
#slider_stage .slick-dots li {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  margin: 8px 0 7px;
  padding: 0;
  cursor: pointer;
}
#slider_stage .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
#slider_stage .slick-dots li button:focus,
#slider_stage .slick-dots li button:hover {
  border: none;
}
#slider_stage .slick-dots li button:focus:before,
#slider_stage .slick-dots li button:hover:before {
  opacity: 1;
}
#slider_stage .slick-dots li button:before {
  line-height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: "•";
  content: "";
  text-align: center;
  opacity: 0.5;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
}
#slider_stage .slick-dots li.slick-active {
  margin: 12px 0;
}
#slider_stage .slick-dots li.slick-active button {
  border: 2px solid #fff;
  position: relative;
  top: -6px;
  left: -6px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
#slider_stage .slick-dots li.slick-active button:before {
  margin: 4px;
  opacity: 1;
}
.overlay {
  position: fixed;
  z-index: 1200;
  background-color: #e5e4e3;
  transition: 0.6s all ease-in-out;
  box-sizing: border-box;
  padding: 0;
  border-radius: 50px;
}
.overlay.active {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  border-radius: 0 !important;
}
.overlay .overlay-close {
  position: absolute;
  right: 52px;
  top: -52px;
  height: 52px;
  width: 52px;
  border-radius: 52px;
  background: url(../../../files/stages/images/basics/btn_close.svg) no-repeat;
  color: #000;
  opacity: 0;
  transition: 0.7s 0.2s cubic-bezier(0.75, -0.5, 0, 1.75);
}
.overlay .overlay-close:hover {
  cursor: pointer;
}
.overlay .overlay-close.show {
  opacity: 1;
  top: 52px;
}
.overlay .overlay-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #e4e4e4;
}
.overlay .overlay-content > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 94%;
  max-height: calc(1080px - 30px);
  overflow: hidden;
}
.overlay iframe {
  width: 102%;
  height: 104%;
  height: calc(100% + 30px);
  border: none;
  max-height: 1080px;
  position: absolute;
  top: 50.2%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.6s all ease-in-out;
}
#menu {
  pointer-events: none;
}
.stage-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#slide_box .bg_circle {
  width: 100%;
  max-width: 1600px;
  height: auto;
}
#slider_stage,
#slide_box,
#slider_stage .slick-track,
#slide_box .slide,
#slide_box .slide_pics,
#slide_box .slide_text {
  transition: 0.3s width ease-in-out, 0.3s height ease-in-out;
}
#slide_box .slide_circle_box {
  overflow: visible;
}
#slide_box .slide_pics {
  z-index: 1;
}
#slide_box .slide_text {
  z-index: 2;
}
@media screen and (max-width: 1160px) {
  #slider_stage,
  #slide_box,
  #slider_stage .slick-track,
  #slide_box .slide,
  #slide_box .slide_pics,
  #slide_box .slide_text {
    height: 540px;
  }
  #slide_box .slide_pics {
    transform-origin: 50% 100%;
  }
  #slide_box .text_box {
    bottom: 8px;
    left: 186px;
    font-size: 20px;
    line-height: 1.2em;
  }
  #slide_box .pic_vector .map {
    transform-origin: left top;
    transform: scale(0.8);
  }
}
@media screen and (max-width: 930px) {
  #slider_stage,
  #slide_box,
  #slider_stage .slick-track,
  #slide_box .slide,
  #slide_box .slide_pics,
  #slide_box .slide_text {
    height: 450px;
  }
  #slide_box .slide_text {
    max-width: 550px;
  }
  #slide_box .text_box {
    bottom: 1px;
    left: 120px;
    font-size: 18px;
    line-height: 1.2em;
  }
  #slide_box .link_box {
    font-size: 14px;
  }
  #slide_box .link_text {
    font-size: 14px;
    padding: 1px 25px 3px 4px;
  }
  #slide_box .link_arrow {
    width: 44px;
    height: 33px;
    margin: -12px 0 0 -16px;
  }
  #slide_box .pic_vector .map {
    transform-origin: left top;
    transform: scale(0.6);
  }
  #menu {
    height: 240px;
    overflow: hidden;
  }
  #menu_chapter_text {
    height: 170px;
  }
}
@media screen and (max-width: 749px) {
  #slider_stage .slick-dots {
    text-align: center;
    top: unset;
    bottom: calc(50% - 70px);
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    padding-bottom: 0;
    background: 0 0;
  }
  #slider_stage .slick-dots li {
    display: inline-block;
    margin: 8px 8px 7px;
  }
  #slider_stage .slick-dots li.slick-active {
    margin: 12px 12px;
  }
  #slider_stage .slick-dots li.slick-active button {
    top: 0;
  }
  #slide_box,
  #slide_box .slide,
  #slider_stage,
  #slider_stage .slick-track {
    height: 475px;
    transform-origin: 265px 250px;
  }
  #slide_box .slide_pics {
    position: relative;
    height: 250px;
    max-width: 520px;
    margin: 0 auto;
  }
  #slide_box .slide_text {
    height: 225px;
    top: unset;
    bottom: 0;
  }
  #slide_box .slide_text {
    transform-origin: unset;
    max-width: 100%;
  }
  #slide_box .text_box {
    display: block;
    box-sizing: border-box;
    position: relative;
    top: 0;
    left: 0;
    padding: 60px 15px 40px;
    margin: 0 auto;
    width: 100% !important;
    max-width: 550px;
    height: auto;
    transform-origin: unset;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
  }
  #slide_box .link_box {
    font-size: 14px;
    top: 10px;
  }
  #slide_box .link_text {
    font-size: 14px;
    padding: 1px 10px 3px 0;
  }
  #slide_box .slide_circle_box,
  #slide_box .pic_collage,
  #slide_box .pic_testimonial,
  #slide_box .pic_vector {
    height: 250px;
    max-width: 520px;
  }
  #slide_box .text_marker {
    padding: 0;
    white-space: normal;
    display: inline !important;
    transform: unset !important;
  }
  #slide_box .text,
  #slide_box .text_1,
  #slide_box .text_2 {
    height: auto;
  }
  #menu {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 100%;
    height: 35px;
    font-size: 10px;
  }
  #menu_home_button {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
  }
  #menu_chapter_text {
    position: absolute;
    top: 7px;
    left: 47px;
    width: 100%;
    height: auto;
    margin: 0;
  }
  #menu_chapter_text p {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    transform: rotate(0);
    transform-origin: right 0;
    margin: 0;
    padding: 0;
  }
  #slide_box .link_arrow {
    width: 28px;
    height: 25px;
    margin: -6px 0 0 0;
  }
  #slide_box .link_arrow .arrow,
  #slide_box .link_arrow .arrow_bg {
    width: 28px;
    height: 28px;
  }
  #copy_data {
    right: 20px;
    bottom: calc(50.5% + 40px);
  }
  .stage-container .copyright {
    right: 10px;
    bottom: 50.5%;
  }
}
@media (max-width: 459px) {
  #slide_box,
  #slide_box .slide,
  #slider_stage,
  #slider_stage .slick-track {
    height: calc(100vh - 80px - 50px - 60px);
  }
  #slide_box .slide_pics {
    height: calc(49.5vh - (80px / 2) - (50px / 2) - (60px / 2));
  }
  #slide_box .slide_text {
    height: calc(50.5vh - (80px / 2) - (50px / 2) - (60px / 2));
  }
  #slide_box .text_box {
    padding: 15px 15px 40px;
  }
  #slide_box .text_marker {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #000),
      color-stop(0%, #000)
    );
    background-image: linear-gradient(to right, #000 0, #000 0%);
    background-size: 0 0;
  }
  #slide_box .link_text {
    font-size: 13px;
    padding: 1px 10px 3px 0;
  }
  #copy_data {
    bottom: calc(52.5% + 40px);
  }
  .stage-container .copyright {
    bottom: 52.5%;
  }
}
@media (max-width: 420px) {
  #slide_box,
  #slide_box .slide,
  #slider_stage,
  #slider_stage .slick-track {
    transform-origin: 50% 100%;
  }
  #slide_box .slide_pics {
    max-width: 420px;
  }
  #slide_box .slide_circle_box,
  #slide_box .pic_collage,
  #slide_box .pic_testimonial,
  #slide_box .pic_vector {
    max-width: 420px;
  }
  #slider_stage .slick-dots {
    bottom: calc(50% - 50px);
  }
  #slide_box .text_box {
    font-size: 16px;
    line-height: 1.45em;
    padding: 57px 15px 40px;
  }
  #slide_box .link_text {
    font-size: 13px;
    max-width: 300px;
    padding: 1px 10px 3px 0;
  }
}
@media (max-width: 390px) {
  #slide_box .shorten_link {
    max-width: 200px;
    padding: 1px 0 3px 0;
  }
}
@media (max-width: 375px) {
  #slide_box .text_box {
    font-size: 15px;
    line-height: 1.45em;
    padding: 55px 15px 40px;
  }
}
@media (max-width: 360px) {
  #slide_box .text_box {
    font-size: 0.75em;
    line-height: 1.45em;
    padding: 50px 15px 40px;
  }
}
@media (orientation: portrait) and (max-width: 459px) and (min-height: 630px) {
  #slider_stage .slick-slide img {
    max-width: 116%;
    margin-left: -8%;
  }
}
@media (orientation: portrait) and (max-width: 459px) and (min-height: 800px) {
  #slider_stage .slick-slide img {
    max-width: 136%;
    margin-left: -15%;
  }
}
@media (orientation: portrait) and (max-width: 700px) and (max-height: 630px) {
  #slider_stage .slick-slide img {
    max-width: 130%;
    margin-left: -15%;
  }
}
@media (orientation: portrait) and (max-width: 420px) and (max-height: 570px) {
  #slider_stage .slick-slide img {
    max-width: 108%;
    margin-left: -5%;
  }
}
.slider-err-msg {
  display: none;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .slider-err-msg {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-size: 24px;
    line-height: 2;
    background: #e5e4e3;
  }
  .slider-err-msg > div {
    position: absolute;
    display: block;
    width: 50vw;
    height: 40vh;
    top: 30vh;
    left: 25vw;
  }
}
.parallax_preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e5e4e3;
  pointer-events: none;
}
.lds-spinner {
  color: #444444;
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  pointer-events: none;
  transform-origin: 50% 50%;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #444444;
}
.lds-spinner.white:after {
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.overlay iframe {
  height: 104%;
  height: calc(100% + 30px);
}
@media (max-width: 930px) {
  #stage_home .teaser_box {
    width: 270px;
    right: 2%;
    transform-origin: 50% 50%;
    transform: scale(0.7);
  }
}
@media (max-width: 749px) {
  #stage_home .teaser_box {
    display: none;
  }
}
@media screen and (max-width: 459px) {
  #stage_home .pic_collage {
    /*display:none*/
  }
  #stage_home #slide_box .bg_circle {
    width: 130%;
    left: -15%;
  }
}
@media (max-width: 750px) {
  #stage_home .placeholder-header {
    height: 80px;
  }
}
@media (max-width: 420px) {
  #stage_home #slide_box .text_box {
    font-size: 19px;
    line-height: 1.4em;
    padding: 57px 15px 40px;
  }
}
@media (max-width: 360px) {
  #stage_home #slide_box .text_box {
    font-size: 18px;
    line-height: 1.4em;
    padding: 57px 15px 40px;
  }
}
#stage_begegnungen #slide_box .headline_box_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 800px;
}
#stage_begegnungen #slide_box .headline_box {
  top: 80px;
  left: 225px;
}
@media (max-width: 1160px) {
  #stage_begegnungen #slide_box .headline_box {
    top: 60px;
    left: 180px;
  }
  #stage_begegnungen #slide_box .sub_text {
    display: none;
  }
  #stage_begegnungen #slide_box .number_text {
    top: -8px;
  }
  #stage_begegnungen #slide_box .number_text p {
    top: 0;
    font-size: 80px;
  }
  #stage_begegnungen #slide_box .head_text {
    width: 400px;
    min-height: inherit;
    height: auto;
    text-transform: uppercase;
    margin-left: 10px;
  }
  #stage_begegnungen #slide_box .head_text p {
    font-size: 28px;
  }
  #stage_begegnungen #slide_box .pic_collage {
    left: -22px;
  }
}
@media (max-width: 930px) {
  #stage_begegnungen #slide_box .sub_text {
    display: none;
  }
  #stage_begegnungen #slide_box .headline_box {
    top: 40px;
    left: 120px;
  }
  #stage_begegnungen #slide_box .number_text {
    top: -8px;
  }
  #stage_begegnungen #slide_box .number_text p {
    top: 0;
    font-size: 65px;
  }
  #stage_begegnungen #slide_box .head_text {
    width: 300px;
    min-height: inherit;
    height: auto;
    text-transform: uppercase;
  }
  #stage_begegnungen #slide_box .head_text p {
    font-size: 28px;
  }
  #stage_begegnungen #slide_box .pic_collage {
    left: -22px;
  }
}
@media (max-width: 750px) {
  #stage_begegnungen #slide_box .slide_text {
    background: #b8c931;
    width: 100%;
    max-width: 100%;
  }
  #stage_begegnungen #slide_box .text_box {
    right: 0;
    margin: 0 auto 0 auto;
  }
  #stage_begegnungen #slide_box .headline_box {
    display: none;
  }
  #stage_begegnungen #slide_box .link_box {
    display: none;
  }
  #stage_begegnungen #menu_chapter_text p {
    color: #8e8882;
  }
}
@media screen and (device-width: 412px) and (device-height: 892px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-max-device-pixel-ratio: 3) and (orientation: landscape) {
  #stage_begegnungen #slide_box .link_box {
    display: none;
  }
}
#stage_organisation .orga-arr {
  display: none;
}
@media (min-width: 751px) and (max-width: 930px) {
  #stage_organisation #slide_box .text_quote_box {
    top: 110px;
    left: 128px;
  }
  #stage_organisation #slide_box .credentials_marker {
    top: 5px;
    left: -15px;
    font-size: 50px;
    line-height: 70px;
  }
}
@media (max-width: 1160px) {
  #stage_organisation #slide_box .text_quote_box {
    top: 110px;
    left: 15%;
    font-size: 25px;
    line-height: 1.25em;
  }
  #stage_organisation #slide_box .credentials_marker {
    top: 25px;
    font-size: 120px;
  }
}
@media (max-width: 930px) {
  #stage_organisation #slide_box .text_quote_box {
    top: 90px;
    left: 120px;
    font-size: 20px;
    line-height: 1.25em;
  }
  #stage_organisation #slide_box .credentials_marker {
    top: 25px;
    font-size: 80px;
  }
}
@media (max-width: 749px) {
  #stage_organisation #slide_box .slide_text {
    right: 0;
    width: 100% !important;
    max-width: 100%;
  }
  #stage_organisation #slide_box .credentials_marker {
    display: none;
  }
  #stage_organisation #slide_box .text_quote_box {
    display: block;
    box-sizing: border-box;
    position: relative;
    top: 0;
    left: 0;
    padding: 30px 15px 40px;
    margin: 0 auto;
    width: 100% !important;
    max-width: 550px;
    height: auto;
    transform-origin: unset;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
    color: #fff;
  }
  #stage_organisation #slide_box .credentials_text {
    font-size: 14px;
    white-space: normal;
    padding: 10px 0px 5px 2px;
    color: #fff;
  }
}
@media (max-width: 750px) {
  #stage_organisation #slide_box .text_quote_box {
    max-width: 510px;
    box-sizing: border-box;
    padding: 30px 15px 15px 15px;
  }
  #stage_organisation #slide_box .slide_text {
    background-color: #d73f12;
  }
  #stage_organisation .orga-arr {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 68.92%;
    margin-top: -37px;
    margin-left: -25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 37px 0 0 49px;
    border-color: transparent transparent transparent #d73f12;
  }
}
@media (max-width: 450px) {
  #stage_organisation #slide_box .text_quote_box {
    max-width: 510px;
    box-sizing: border-box;
    padding: 57px 15px 15px 15px;
  }
  #stage_organisation #slide_box .text_quote_box {
    font-size: 16px;
    line-height: 1.45em;
  }
}
@media (max-width: 375px) {
  #stage_organisation #slide_box .text_quote_box {
    font-size: 15px;
    line-height: 1.45em;
  }
}
@media (max-width: 360px) {
  #stage_organisation #slide_box .text_quote_box {
    font-size: 0.75em;
    line-height: 1.45em;
  }
}
@media screen and (max-width: 459px) {
  #stage_freiwillige #slide_box .pic_collage img {
    left: -7%;
    width: 115%;
    max-width: 130%;
    margin-left: 0;
  }
  #stage_freiwillige #slide_box .bg_circle {
    width: 130%;
    left: -15%;
  }
}
@media (max-width: 750px) {
  #stage_freiwillige .placeholder-header {
    height: 80px;
  }
  #stage_freiwillige #slide_box .pic_vector {
    display: none;
  }
  #stage_freiwillige #slide_box .link_box {
    display: none;
  }
}
@media screen and (device-width: 412px) and (device-height: 892px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-max-device-pixel-ratio: 3) and (orientation: landscape) {
  #stage_freiwillige #slide_box .link_box {
    display: none;
  }
}
@media (min-width: 751px) {
  #stage_freiwillige #slide_box .pic_vector {
    display: block;
  }
  #stage_freiwillige #slide_box .link_box {
    display: block;
  }
}
@media (max-width: 1160px) {
  #stage_ehemalige .phone_box {
    width: 290px;
    right: 4%;
  }
}
@media (max-width: 930px) {
  #stage_ehemalige .phone_box {
    width: 260px;
    right: 1%;
    transform-origin: 50% 50%;
    transform: scale(0.7);
  }
}
@media (max-width: 749px) {
  #stage_ehemalige .phone_box {
    display: none;
  }
}
@media screen and (max-width: 459px) {
  #stage_ehemalige .pic_collage {
    display: none;
  }
  #stage_ehemalige #slide_box .bg_circle {
    width: 130%;
    left: -15%;
  }
}
@media (max-width: 749px) {
  #stage_ehemalige .placeholder-header {
    height: 80px;
  }
}
#stage_weltwaerts .text_wrap {
  position: absolute;
  width: auto;
  bottom: 20%;
}
#stage_weltwaerts .stage_map {
  position: absolute;
}
#stage_weltwaerts .stage_map img {
  max-width: 100%;
}
#stage_weltwaerts #slide_box .headline_box {
  position: relative;
  float: left;
  top: 0;
  margin: 0 0 40px 0;
  left: 35%;
}
#stage_weltwaerts #slide_box .text_box {
  position: relative;
  clear: left;
  left: 35%;
  top: 0;
}
@media (max-width: 1160px) {
  #stage_weltwaerts #slide_box .headline_box,
  #stage_weltwaerts #slide_box .text_box {
    left: 40%;
  }
  #stage_weltwaerts #slide_box .headline_ww_1,
  #stage_weltwaerts #slide_box .headline_ww_2 {
    font-size: 2.8em;
    height: 1.35em;
    margin: 0;
  }
}
@media (max-width: 749px) {
  #stage_weltwaerts .text_wrap {
    position: relative;
    top: 0;
    margin: 0 auto 0 auto;
  }
  #stage_weltwaerts #slide_box .slide_text {
    background: #008390;
    width: 100%;
    max-width: 100%;
  }
  #stage_weltwaerts #slide_box .text_wrap,
  #stage_weltwaerts #slide_box .text_box {
    position: relative;
    clear: both;
    bottom: 0;
    top: 10px;
    left: 0;
    display: block;
    max-width: 510px;
    margin: 0 auto 0 auto;
  }
  #stage_weltwaerts #slide_box .text_wrap {
    font-size: 16px;
    line-height: 1.4em;
  }
  #stage_weltwaerts #slide_box .headline_box {
    position: relative;
    top: 85px;
    left: 15px;
    display: block;
    max-width: 510px;
    margin: 0 auto 0 auto;
  }
  #stage_weltwaerts #slide_box .headline_ww_1,
  #stage_weltwaerts #slide_box .headline_ww_2 {
    position: relative;
    float: left;
    top: -20px;
    width: auto;
    height: 45px;
    font-size: 32px;
    margin: 0 10px 0 0;
  }
}
@media (max-width: 459px) {
  #stage_weltwaerts .stage_map {
    position: absolute;
    width: 150%;
    left: 52%;
  }
  #stage_weltwaerts #slide_box .headline_ww_1,
  #stage_weltwaerts #slide_box .headline_ww_2 {
    position: relative;
    clear: left;
    top: -30px;
    width: auto;
    height: 38px;
    font-size: 30px;
    margin: -7px 10px 0 0;
  }
  #stage_weltwaerts #slide_box .text_box {
    top: 5px;
  }
  #stage_weltwaerts #slide_box .headline_ww_2 {
    margin-top: -3px;
  }
  #stage_weltwaerts #slide_box .pic_vector {
    width: 120%;
    top: 8%;
    left: 15%;
  }
}
@media (width: 768px) and (height: 1024px) {
  #stage_weltwaerts #slide_box .headline_box {
    position: relative;
    float: left;
    top: 0;
  }
  #stage_weltwaerts #slide_box .text_box {
    position: relative;
    clear: left;
    top: 0;
  }
  #stage_weltwaerts #slide_box .headline_ww_1,
  #stage_weltwaerts #slide_box .headline_ww_2 {
    position: relative;
    clear: left;
    font-size: 32px;
    width: auto;
    height: 1.3em;
  }
}
