/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
body.no-scroll {
  height: 100%;
  overflow: hidden;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
}

ul,
ol {
  font-size: 1.5rem;
  margin-left: 2rem;
  line-height: 1.5;
}

.fadein-mobile {
  display: none !important;
}

.mobile_background {
  display: none;
}

.ref-mobile {
  display: none !important;
}
/* wrapper */
.wrapper {
  width: 100%;
  position: relative;
}
/* header */
.header. .header.fixed {
  max-width: 100%;
  width: 100px;
}

.header-items {
  position: absolute;
  top: 0;
  width: 100%;
  height: 7rem;
  z-index: 100;
  padding: 1.5rem 9%;
  border-bottom: 1px solid rgba(100, 100, 100, 0.2);
  background: rgba(28, 28, 28, 1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header-items.header-fadeout {
  background: rgba(0, 0, 0, 0.3);
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid #333;
  background: rgba(28, 28, 28, 0.95);

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fixed .logo-img {
  width: 10rem;
}

.fixed .header-items {
  height: 6rem;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Swiper */
.swiper-container {
  margin-bottom: 10rem;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev {
  background: url('img/arrow-right-white.png') no-repeat;
  background-size: contain;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next {
  background: url('img/arrow-left-white.png') no-repeat;
  background-size: contain;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 5rem !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 5rem !important;
}

.swiper-wrapper {
  width: 100%;
}

.swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
}

.swiper-texsection {
  position: relative;
  width: 40%;
  float: left;
}

.swiper-textbox {
  color: #d6d6d6;
  width: 100%;
  margin: 0 auto;
  padding-left: 5rem;
}

.swiper-textbox h3 {
  font-size: 3em;
  margin: 0.67em 0 0 0;
}

.ref-slide strong {
  font-size: 3em;
  margin: 0.67em 0 0 0;
}

.swiper-slide-video {
  width: 60%;
  float: left;
  margin-bottom: 10rem;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.swiper-slide-video-right {
  width: 60%;
  float: right;
}

.animate.swiper-slide-prev,
.animate.swiper-slide-next {
  overflow: hidden;
}

.swiper-slide-prev .swiper-textsection {
  animation: swiper-fade-out 1s;
  animation-iteration-count: 1;
  animation-direction: alternate; /* or: normal */
  animation-timing-function: lenear; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  animation-fill-mode: forwards; /* or: backwards, both, none */
}

@-webkit-keyframes swiper-fade-out {
  0% {
    opacity: 1;
    transform: translate(0%, 0);
    widht: 40%;
  }
  33% {
    opacity: 0.1;
  }
  66% {
    opacity: 5;
  }
  100% {
    opacity: 0;
    transform: translate(0%, 0);
    widht: 0%;
  }
}
@-moz-keyframes swiper-fade-out {
  0% {
    opacity: 1;
    transform: translate(0%, 0);
    widht: 40%;
  }
  33% {
    opacity: 0.1;
  }
  66% {
    opacity: 5;
  }
  100% {
    opacity: 0;
    transform: translate(0%, 0);
    widht: 0%;
  }
}
@-o-keyframes swiper-fade-out {
  0% {
    opacity: 1;
    transform: translate(0%, 0);
    widht: 40%;
  }
  33% {
    opacity: 0.1;
  }
  66% {
    opacity: 5;
  }
  100% {
    opacity: 0;
    transform: translate(0%, 0);
    widht: 0%;
  }
}
@keyframes swiper-fade-out {
  0% {
    opacity: 1;
    transform: translate(0%, 0);
    widht: 40%;
  }
  33% {
    opacity: 0.1;
  }
  66% {
    opacity: 5;
  }
  100% {
    opacity: 0;
    transform: translate(0%, 0);
    widht: 0%;
  }
}

.swiper-slide-prev #exsamples-videos {
  animation: swiper-to-right 1s;
  animation-iteration-count: 1;
  animation-direction: alternate; /* or: normal */
  animation-timing-function: lenear; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  animation-fill-mode: forwards; /* or: backwards, both, none */
}

@-webkit-keyframes swiper-to-right {
  0% {
    opacity: 0;
    transform: translate(0%, 0);
  }
  33% {
    opacity: 0.5;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0);
  }
}
@-moz-keyframes swiper-to-right {
  0% {
    opacity: 0;
    transform: translate(0%, 0);
  }
  33% {
    opacity: 0.5;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0);
  }
}
@-o-keyframes swiper-to-right {
  0% {
    opacity: 0;
    transform: translate(0%, 0);
  }
  33% {
    opacity: 0.5;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0);
  }
}
@keyframes swiper-to-right {
  0% {
    opacity: 0;
    transform: translate(0%, 0);
  }
  33% {
    opacity: 0.5;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0);
  }
}

.fadeout {
  animation: swiper-fadeout 1s;
  animation-iteration-count: 1;
  animation-direction: alternate; /* or: normal */
  animation-timing-function: lenear; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  animation-fill-mode: forwards; /* or: backwards, both, none */
}

@-webkit-keyframes swiper-fadeout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes swiper-fadeout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes swiper-fadeout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes swiper-fadeout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.swiper-slide-prev .swiper-slide-video {
  margin-left: 40%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* Swiper Referenzen */
.swiper-container-referenzen {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-referenzen .swiper-textbox {
  position: relative;
  color: #1c1c1c;
}

.swiper-container-referenzen img {
  width: 100%;
  float: left;
}
.swiper-container-referenzen video {
  width: 70%;
  float: left;
  margin: -5rem 0 0 -5rem;
  -webkit-box-shadow: 5px 10px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 5px 10px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 10px 5px 1px rgba(0, 0, 0, 0.05);
}

.swiper-container-referenzen p {
  margin-top: 15rem;
  padding-right: 6rem;
}

.swiper-container-referenzen .swiper-button-next,
.swiper-container-referenzen .swiper-container-rtl .swiper-button-prev {
  left: 35%;
  top: 12.5rem;
  background: url('img/arrow-right.png') no-repeat;
  background-size: contain;
}

.swiper-container-referenzen .swiper-button-next.swiper-button-disabled,
.swiper-container-referenzen .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35 !important;
}

.swiper-container-referenzen .swiper-button-prev,
.swiper-container-referenzen .swiper-container-rtl .swiper-button-next {
  left: 15% !important;
  top: 12.5rem;
  background: url('img/arrow-left.png') no-repeat;
  background-size: contain;
}

.swiper-container-referenzen .design-element {
  height: 3px;
  width: 12%;
  background: #d42428;
  margin: 3rem 0 2rem 5%;
  position: absolute;
  left: 43%;
  z-index: 99999999999999999;
  top: 95px;
  left: 15%;
}

.ref-slide {
  width: 45%;
}

.swiper-imagebox {
  width: 55%;
}

/* logo */
.logo {
  width: 20rem;
}

.logo-img {
  width: 14.5rem;
  -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}

/* Section Switch */
.section-switch-black {
  background: url('img/section-switch-black.png');
}

.section-switch-white {
  background: url('img/section-switch-white.png');
}

.section-switch-white,
.section-switch-black {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Header Video Section */
.video-header {
  width: 100%;
  min-height: 100vh;
  height: auto;
  position: relative;
  overflow: hidden;
  background: #1c1c1c;
}

/*#video_background {
	position: absolute;
	top: 6.9rem;
	right: 0px;
	min-width: 100%;
	width: 100%;
	height: auto;
	z-index: 0;
	overflow: hidden;
}*/

#video_background {
  position: absolute;
  top: -13.1rem;
  /*right: 0px;*/
  min-width: 100%;
  width: 125%;
  height: auto;
  z-index: 0;
  overflow: hidden;
  margin-left: -10%;
}

#video_background_iframe {
  position: absolute;
  top: -15.1rem;
  right: 0px;
  min-width: 100%;
  width: 120%;
  height: 140%;
  z-index: 0;
  overflow: hidden;
  margin-left: -10%;
}

#video_pattern {
  /*background-image: url(./pattern.png);*/
  position: absolute;
  background: rgba(28, 28, 28); /* Fallback */
  background-color: rgba(28, 28, 28, 0.4);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

/* Video Text */
.video-header .video-text {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  width: 60%;
  text-shadow: 1px 1px 5px rgba(28, 28, 28, 0.4);

  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}

.video-text h1 {
  font-size: 5rem;
  margin: 0;
}

.video-text h1.big {
  font-size: 8rem;
}

.video-text h2 {
  font-size: 3rem;
  margin: 0 0 0 8.5rem;
  font-weight: 400;
}

.video-text .design-element {
  height: 3px;
  width: 14rem;
  background: #d42428;
  margin: 4rem 0 4rem 8.5rem;
}

.leistungbox .design-element {
  height: 3px;
  width: 11.5rem;
  background: #d42428;
  margin: 2rem 0 2rem 10%;
}

.design-element {
  height: 3px;
  width: 11.5rem;
  background: #d42428;
  margin: 2rem 0 2rem 5%;
}

/* Main */
.main {
  width: 100%;
  height: auto;
}

/* Sections */
.section-dark,
.section-white {
  min-height: 100vh;
  height: auto;
  width: 100%;
  display: inline-block;
  position: relative;
  padding-bottom: 5rem;
}

#kontakt-pages.section-dark {
  min-height: auto;
}

#kontakt-pages .content {
  padding-bottom: 0;
}

.section-dark {
  background: #1c1c1c;
  color: #d6d6d6;
}

.section-white {
  background: white;
  color: #1c1c1c;
}

.title {
  font-size: 3rem;
  color: #f47070;
  margin-bottom: 4rem;
}

.title-white {
  font-size: 3rem;
  color: #d6d6d6;
  margin-bottom: 4rem;
}

.title-white.title-left {
  font-size: 3rem;
  margin-left: 0;
}

/* Content */
.content {
  padding: 5rem 9% 10rem 9%;
  display: inline-block;
  width: 100%;
  position: relative;
}

.content.pages {
  margin-top: 10rem;
  min-height: calc(30vh - 1px);
}

.contact-field,
.contact-content {
  width: 50%;
}

/* Leistungen */
.leistungbox {
  margin-bottom: 5rem;
}

.leistungbox p {
  margin-left: 10%;
}

.video-thumbnail {
  width: calc(100% - 2rem);
  height: 16rem;
  background: #fff;
  position: relative;
  cursor: pointer;
  color: #fff;
}

.video-thumbnail h2,
.video-thumbnail img {
  position: absolute;
}

.video-thumbnail strong {
  bottom: 2rem;
  left: 2rem;
  margin: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  position: absolute;
  font-size: 2.5rem;
}

.video-thumbnail img {
  bottom: 2rem;
  right: 2rem;
}

/* Produktions Ablauf */
.production,
.production-process,
.production-exsamples {
  margin-top: 10rem;
}

.production .middle-font-size {
  font-size: 2.25em;
  font-weight: 600;
}

.production .middle-font-size,
.production p {
  margin-left: 7%;
}

.production-process p {
  margin-left: 5%;
}

.swiper-container p {
  margin-left: 5%;
}

.production-process .bg-img {
  width: calc(100% - 6rem);
  height: 38rem;
}

.production-process h1 {
  margin: 0;
}

.production-exsamples p {
  margin-left: 10%;
}
/* accordion */
.customer {
  width: 50%;
}

.kunden {
  float: left;
  margin-right: 2rem;
  width: 7rem;
}

.accordion-toggler {
  font-size: 2rem;
  float: left;
  width: 50%;
}

.accordion-toggler:after {
  content: '';
  display: block;
  background: #ff0000;
  width: 70%;
  height: 3px;
  margin: 5px 0 0 0;
}

.accordion-toggler:before {
  content: '';
  display: block;
  background: url('img/icons/accordion-arrow.svg') no-repeat;
  width: 25px;
  height: 25px;
  float: right;
  margin: 5px 20px 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);

  -moz-transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.open .accordion-toggler:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-content {
  margin-bottom: 50px;
  float: left;
  width: 50%;
}

.accordion-content:first-child {
  margin-top: 5rem;
}

.accordion-content img {
  width: 13rem;
  margin-right: 2rem;
  float: left;
  margin-top: 0rem;
}

.accordion-content .accordion-right {
  width: calc(100% - 15rem);
  padding-right: 3rem;
  float: left;
}

.accordion-right .accordion-headline {
  font-size: 2.25em;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: #1c1c1c;
}

/* About */
.about-textsection {
  padding-right: 5rem;
}

.about-textsection .small-font-size,
.about-textsection p {
  margin-left: 5%;
}

.about-textsection .small-font-size {
  font-weight: 900;
}

.about-textsection .middle-font-size.title-white {
  font-size: 3rem;
  color: #d6d6d6;
  margin-bottom: 4rem;
}

.about-textsection .middle-font-size {
  font-size: 1.7em;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}

.portrait {
  padding: 0 5rem;
}

.portrait ul {
  width: 100%;
  display: inline-block;
}

.portrait ul li {
  list-style: none;
  width: 50%;
  float: left;
  height: 8rem;
}

.portrait ul li p {
  font-size: 2rem;
  margin-top: 1rem;
}

.portrait ul li img {
  float: left;
  width: 8rem;
}

.about-details {
  float: left;
  width: 100%;
  margin-top: 15rem;
  padding-left: 50px;
}

.about-details .about-bottom {
  margin-bottom: 5rem;
}

.about-details img {
  float: left;
  margin-left: -1rem;
  margin-right: 2rem;
  height: 7rem;
}

.about-details .middle-font-size {
  font-size: 4rem;
  margin: 0rem;
}

.about-details p {
  font-size: 2.25em;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}

/* Karussel */
.swiper-container-karussel {
  margin: 10rem 0;
  overflow: hidden;
}

.swiper-container-karussel img {
  width: 90%;
}

/* galerie */
.galerie-img {
  height: 250px;
  cursor: pointer;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);

  -moz-transition: 0.8s ease;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

/* galerie */
.galerie-img:hover {
  background-size: 120%;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

/* Modal */
.modalwindow {
  display: none;
}

.modalwindow {
  position: fixed;
  z-index: 99;
  background: rgba(28, 28, 28, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10rem 9%;
}

.modalwindow iframe {
  width: 100%;
  height: 80vh;
}

.modalwindow .close {
  position: absolute;
  right: 9%;
  top: 6rem;
  font-size: 3rem;
  color: #fff;
}

/* footer */
#kontakt .content {
  padding: 5rem 9% 0rem 9%;
}

#kontakt {
  min-height: auto;
}

.map {
  width: 100%;
}

.footer {
  width: 100%;
  background: #1c1c1c;
  padding: 5px 50px;
  color: #d6d6d6;
  float: left;
}

.footer p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.8;
}

.footer a {
  color: #fff;
  text-decoration: underline;
}

.footer .middle-font-size {
  font-size: 2.25em;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  margin-bottom: 0;
}

.footer-right {
  padding-left: 7rem;
}

.footer-right p {
  font-size: 1.5rem;
  line-height: 1.5;
}

.footer .wpcf7 p {
  font-size: 1.5rem;
  line-height: 1.5;
}

.footer input,
.footer textarea {
  background: #a4a4a4;
  border: 1px solid #d6d6d6;
  color: #1c1c1c;
}

.footer textarea {
  height: 15rem;
}

.footernav a {
  float: right;
  font-size: 1.5rem;
  margin-left: 10px;
}

.socials {
  width: 100%;
  float: left;
  padding: 0;
}

.socials img {
  width: 3rem;
}

.socials li {
  width: 4rem;
  float: left;
  list-style: none;
}
.socials li:first-child {
  margin-left: -1rem;
}

/* LOADING */
#loader {
  width: 100vw;
  height: 100vh;
  background: red;
  position: fixed;
  top: 0;
  background: #1c1c1c;
  left: 0;
  z-index: 99999;
}

#loader svg {
  width: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  transform: translate(-50%, -50%);
}

#loader img {
  width: 325px;
  position: fixed;
  top: 45%;
  left: 50%;
  -webkit-transform: translateY(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;

  animation: fade-in-key 2s;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: alternate; /* or: normal */
  animation-timing-function: lenear; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  animation-fill-mode: forwards; /* or: backwards, both, none */
}

@-webkit-keyframes fade-in-key {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in-key {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in-key {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-key {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Button */
.button {
  color: #d6d6d6;
  border: 2px solid #d6d6d6;
  padding: 1rem 3rem;
  font-size: 2rem;
  margin-left: 5%;
  font-weight: 600;
}

.button-container {
  margin-top: 5rem;
}

.footer input[type="button"], /* 1 */
.footer input[type="reset"],
.footer input[type="submit"] {
  color: #d6d6d6;
  border: 2px solid #d6d6d6;
  padding: 1rem 3rem !important;
  font-size: 2rem;
  margin-left: 0 !important;
  font-weight: 600;
  background: #1c1c1c;
  width: 14rem;
  cursor: pointer;
}

.footernav a {
  margin-right: 20px;
}

span.wpcf7-not-valid-tip {
  color: #d42428;
  font-size: 0.8em;
  font-weight: normal;
  display: block;
}
