/* ------------------------- */
/*      TEXT BLOCK
/* ------------------------- */
section.text_block {
  background: #fff;
  padding: 70px 0px;
}
section.text_block h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  width: 100%;
}
section.text_block.centered h1 {
  text-align: center;
}
section.text_block.centered .text {
  text-align: center !important;
}
section.text_block.centered .text p {
  text-align: center !important;
}
section.text_block.columns h1 {
  width: 45%;
}
section.text_block.columns .text {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  column-gap: 40px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
}
@media screen and (max-width: 700px) {
  section.text_block.columns h1 {
    width: 100%;
  }
  section.text_block.columns .text {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
    column-gap: 0px;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
  }
}
/* ------------------------- */
/*      BILD - TEXT BLOCK
/* ------------------------- */
section.bild_text_block {
  position: relative;
  overflow: hidden;
}
section.bild_text_block .bild_wrapper {
  background-size: cover !important;
  background-position: 50% 50% !important;
  float: left;
  width: 50%;
  padding: 50px 20px;
}
section.bild_text_block .bild_wrapper img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
section.bild_text_block .text_wrapper {
  padding: 40px 0px 40px 30px;
  width: 50%;
  float: right;
}
section.bild_text_block.umkehren .bild_wrapper {
  float: right;
}
section.bild_text_block.umkehren .text_wrapper {
  float: left;
  padding: 40px 30px 40px 0px;
}
section.fill_background .wrap {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 0;
  overflow: hidden;
}
section.fill_background .bild_wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
  float: none;
}
section.fill_background .text_wrapper {
  width: 40%;
  max-width: 600px;
  margin-left: 50%;
  width: auto;
  float: none;
}
section.fill_background.umkehren .bild_wrapper {
  left: auto;
  right: 0px;
}
section.fill_background.umkehren .text_wrapper {
  margin-left: 0%;
  margin-right: 50%;
  float: right;
}
@media screen and (max-width: 650px) {
  section.bild_text_block .bild_wrapper {
    width: 100%;
    float: left !important;
    padding: 20px 0px !important;
  }
  section.bild_text_block .text_wrapper {
    width: 100%;
    float: right !important;
    text-align: center;
    padding: 20px 0px !important;
  }
}
/* -------------------------------- */
/*    VIDEO Block
/* -------------------------------- */
section.video_block {
  position: relative;
  width: 100%;
  background-size: cover !important;
  background-position: 50% 50% !important;
  padding: 70px 20px;
  clear: both;
}
section.video_block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
section.video_block .text {
  width: 90%;
  max-width: 600px;
  color: #fff;
  position: relative;
  z-index: 20;
}
section.video_block ul.lightGallery {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.video_block ul.lightGallery li a {
  font-size: 20px;
  color: #fff;
  display: block;
  margin-top: 50px;
  margin-bottom: 20px;
}
section.video_block ul.lightGallery li a span {
  position: relative;
  top: -5px;
}
section.video_block ul.lightGallery li a i:before {
  font-size: 34px;
  margin-left: 0px;
  margin-right: 11px;
}
section.video_block ul.lightGallery li a:hover {
  color: #e67b47;
}
section.video_block .localVideo #lg-action a {
  margin-top: -14px !important;
  position: absolute;
  top: 50%;
  z-index: 9999999;
  background-color: transparent;
  font-size: 28px;
}
section.video_block .localVideo #lg-action a#lg-prev {
  left: 60px;
}
section.video_block .localVideo #lg-action a#lg-next {
  right: 60px;
}
/* ------------------------------ */
/*      FULLWIDTH VIDEO BLOCK
/* ------------------------------ */
.block_video_wrapper {
  /*
        position: relative;
        width: 100%;
        // overflow: hidden;
        max-height: 1000px;
        height: 80%;
        margin-top: 1px;
        padding-top: 1px;
        top: -2px;
        margin-bottom: -2px;
    */
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 900px;
  overflow: hidden;
  background-size: cover !important;
  background-position: 50% 50% !important;
}
.block_video_wrapper video {
  min-width: 100%;
  min-height: 100%;
  display: block;
  -webkit-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
}
.block_video_wrapper img {
  min-width: 100%;
  min-height: 100%;
}
.block_video_wrapper a.button {
  margin-top: 35px;
}
.block_video_wrapper a.button:hover {
  cursor: pointer;
}
.block_video_wrapper span.scrollDownSub {
  display: block;
  margin-top: 50px;
}
.block_video_wrapper span.scrollDownSub i:before {
  margin-left: 0;
  font-size: 25px;
}
.block_video_wrapper span.scrollDownSub:hover {
  color: #e67b47;
  cursor: pointer;
}
.block_video_wrapper .content {
  position: absolute;
  left: 50%;
  width: 400px;
  max-width: 100%;
  margin-left: -200px;
  z-index: 50;
  text-align: center;
  margin-top: 100px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  opacity: 1;
  top: 0px;
  transition: all 0.2s ease-out;
}
.block_video_wrapper .content h1,
.block_video_wrapper .content h2,
.block_video_wrapper .content h3,
.block_video_wrapper .content h4,
.block_video_wrapper .content h5,
.block_video_wrapper .content h6 {
  color: #fff;
  font-weight: 600;
}
.block_video_wrapper .content img {
  width: auto;
}
@media screen and (max-width: 1100px) {
  .block_video_wrapper {
    max-height: 600px;
  }
}
@media screen and (max-width: 560px) {
  .block_video_wrapper {
    max-height: 500px;
    min-height: 400px;
  }
  .block_video_wrapper .content {
    left: auto;
    width: 100%;
    margin-left: 0px;
  }
  .block_video_wrapper .content h1 {
    font-size: 18px;
    line-height: 24px;
  }
}
/* ------------------------- */
/*    CALL TO ACTION BLOCK
/* ------------------------- */
section.cta_box {
  background-size: cover !important;
  background-position: 50% 50% !important;
  position: relative;
  padding: 20px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
section.cta_box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
section.cta_box .content {
  position: relative;
  z-index: 50;
}
section.cta_box a.button {
  background: none;
  border: 2px solid #fff;
  margin-bottom: 25px;
  margin-top: 15px;
  font-size: 16px;
  padding: 10px 30px;
  transition: all 0.25s ease-out;
  text-transform: uppercase;
}
section.cta_box a.button:hover {
  background: #fff;
  color: #e67b47;
}
/* -------------------------------- */
/*    Fullwidth Slider Block
/* -------------------------------- */
.flexslider {
  margin: 0;
  border: 0;
  overflow: hidden;
}
.flex-control-nav {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  float: right;
  max-width: 30%;
}
.flex-control-nav li {
  float: right;
  margin: 0 4px;
}
.flex-control-nav li a {
  width: 9px;
  height: 9px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.flex-control-nav li a.flex-active {
  background: #000;
}
.flex-direction-nav a {
  text-shadow: none;
  height: 50px;
  margin: -25px 0px 0px;
}
.flex-direction-nav a:before {
  font-family: Flaticon;
  content: "\e004";
  color: #fff;
  font-size: 30px;
  margin-top: 5px;
}
.flex-direction-nav a.flex-next:before {
  content: "\e008";
}
section.slider_mit_inhalt div.block_slider {
  position: relative;
}
section.slider_mit_inhalt div.block_slider ul.slides li {
  width: 100%;
  height: 550px;
  background-size: cover !important;
  background-position: 50% 50% !important;
  position: relative;
}
section.slider_mit_inhalt div.block_slider ul.slides li .content {
  position: relative;
  z-index: 50;
  text-align: center;
  width: 85%;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 100px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  opacity: 1;
  top: 0px;
  transition: all 0.2s ease-out;
}
section.slider_mit_inhalt div.block_slider ul.slides li .content h1,
section.slider_mit_inhalt div.block_slider ul.slides li .content h2,
section.slider_mit_inhalt div.block_slider ul.slides li .content h3,
section.slider_mit_inhalt div.block_slider ul.slides li .content h4,
section.slider_mit_inhalt div.block_slider ul.slides li .content h5,
section.slider_mit_inhalt div.block_slider ul.slides li .content h6 {
  color: #fff;
  font-weight: 600;
}
section.slider_mit_inhalt div.block_slider ul.slides li .content img {
  width: auto;
}
section.slider_mit_inhalt div.block_slider ul.slides li .content.animateContent {
  top: 15px;
  opacity: 0;
}
section.slider_mit_inhalt div.block_slider ul.slides li .button_wrapper {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
}
section.slider_mit_inhalt div.block_slider ul.slides li a.button {
  display: inline-block;
  text-transform: uppercase;
}
section.slider_mit_inhalt div.block_slider ul.slides li a.button:hover {
  background: #f58a56;
}
/* -------------------------------- */
/*    BILD <> Text Slider Block
/* -------------------------------- */
section.bild_text_slider div.bildtext_slider {
  position: relative;
}
section.bild_text_slider div.bildtext_slider ul.slides li {
  width: 100%;
  position: relative;
}
section.bild_text_slider div.bildtext_slider ul.slides li .bild {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 50%;
  background-size: cover !important;
  background-position: 50% 50% !important;
}
section.bild_text_slider div.bildtext_slider ul.slides li .text {
  padding-left: 50%;
  opacity: 1;
  position: relative;
  top: 0px;
  transition: all 0.1s ease-out;
}
section.bild_text_slider div.bildtext_slider ul.slides li .text .inner {
  float: left;
  max-width: 600px;
  padding: 25px 40px 80px 40px;
}
section.bild_text_slider div.bildtext_slider ul.slides li .text.animateText {
  top: 15px;
  opacity: 0;
}
section.bild_text_slider .flex-control-nav {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  float: right;
  max-width: 27%;
}
section.bild_text_slider .flex-control-nav li {
  float: left;
  margin: 0 4px;
}
section.bild_text_slider .flex-control-nav li a {
  width: 12px;
  height: 12px;
  background: #fff;
  border: 2px solid #bbb;
}
section.bild_text_slider .flex-control-nav li a.flex-active {
  background: #e67b47;
}
@media screen and (max-width: 650px) {
  section.bild_text_slider div.bildtext_slider ul.slides li .bild {
    width: 100%;
    height: 200px;
    position: relative;
  }
  section.bild_text_slider div.bildtext_slider ul.slides li .text {
    padding-left: 0;
  }
  section.bild_text_slider .flex-control-nav {
    right: auto;
    left: 40px;
  }
}
