@charset "utf-8";
@font-face {
  font-family: Century Gothic;
  src: url(../Schriftart/GOTHIC.TTF)
}
@font-face {
  font-family: Century Gothic Bold;
  src: url(../Schriftart/gothicb.ttf)
}
@font-face {
  font-family: Photograph Signature;
  src: url("../Schriftart/SunValley.woff");
	src: url("../Schriftart/SunValley.woff2")
	  
}

#menuSection li {
	color: black;
}


.video_wrapper_video {
  background-size: cover;
  position: relative;
  height: 100% !important;
  width: 100%;
	
}
.video_wrapper_video .video_trigger_video {
  padding: 100px 0px;
  height: inherit !important;
  width: inherit;
  position: absolute;
  bottom: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.video_wrapper_video .video_layer_video {
  position: relative;
  display: none;
  height: inherit !important;
  width: inherit;
  margin: auto;
}
.video_wrapper_video .video_layer_video iframe {
  border: 0px none transparent;
  height: inherit !important;
  width: inherit;
  vertical-align: middle;
}

.preloader {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  margin: 0 auto
}
.preloader .preloader-circle {
  width: 100px;
  height: 100px;
  position: relative;
  border-style: solid;
  border-width: 3px;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  background-color: #2E2E2E;
  -webkit-animation: zoom 2000ms infinite ease;
  animation: zoom 2000ms infinite ease;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  border-color: #E31E24 transparent transparent
}
.preloader .preloader-circle2 {
  border-top-color: #0078ff
}
.preloader .preloader-img {
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 6px;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s
}
.preloader .preloader-img img {
  max-width: 55px
}
.preloader .pere-text strong {
  font-weight: 800;
  color: #dca73a;
  text-transform: uppercase
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
  }
}
.video_wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 1px;
}

.video_wrapper .video_trigger {
  position: absolute;
	bottom: 45%;
	left: 45%;
  z-index: 9;
 
}

.video_wrapper .video_layer .vcard .vcard-video {
  position: relative;
  display: none;
  height: inherit;
  width: inherit;
  margin: auto
}

.video_wrapper .video_layer .vcard .text-video {
  position: relative;
  display: block;
  height: inherit;
  width: inherit;
  margin: auto
}

#cookiebanner_con * {
  box-sizing: border-box !important
}
.cookiebanner {
  position: fixed;
  padding-bottom: 5px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(10, 10, 10, .4);
  z-index: 1600000000;
  overflow: auto
}
.cb_top .cookiebanner {
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 5px
}
.cb_center .cookiebanner {
  top: 30%;
  left: 20%;
  width: 60%;
  padding: 2.5% 8px
}
.cb_bottom .cookiebanner {
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 5px
}
.cb_ecke .cookiebanner {
  width: 640px;
  max-height: 400px;
  padding: 18px;
  overflow: auto
}
.cookiebanner a {
  text-decoration: none !important
}
.cBanner {
  width: 100%
}
.cb_bottom .cBanner, .cb_top .cBanner {
  padding-left: 4px;
  padding-right: 4px
}
.cBanner::after {
  content: "";
  display: table;
  clear: both
}
.link_banner {
  color: #5a6e8c;
  text-decoration: none !important
}
.link_banner:hover {
  color: #0096c8;
  text-decoration: underline !important
}
.button_einverstanden {
  margin-bottom: 8px;
  color: #fff !important;
  border-width: 0;
  border-radius: 10px
}
.button_einverstanden:hover, .button_nein:hover {
  cursor: pointer;
  opacity: .9
}
.button_nein {
  padding: 1px 6px;
  font-size: 13.3333px;
  background-color: #fff0 !important;
  border-width: 0
}
.button_nein:hover {
  text-decoration: underline !important
}
.co_wieder {
  position: fixed;
  padding: 2px;
  background-color: #fff;
  border: 0;
  z-index: 1500000000;
  display: none
}
.co_wieder:hover {
  cursor: pointer
}
.co_wieder_left_top {
  top: 0;
  left: 0;
  border-bottom-right-radius: 5px
}
.co_wieder_right_top {
  top: 0;
  right: 0;
  border-bottom-left-radius: 5px
}
.co_wieder_left_bottom {
  left: 0;
  bottom: 0;
  border-top-right-radius: 5px
}
.co_wieder_right_bottom {
  right: 0;
  bottom: 0;
  border-top-left-radius: 5px
}
.coo_logo {
  float: right;
  margin: 0 20px 0 0;
  padding: 0
}
.coo_links {
  float: left;
  min-height: 1px;
  min-width: 100px;
  font-size: 12px
}
.coo_links img {
  height: 50px;
  max-width: 100px;
  margin-bottom: 5px
}
.cb_link_con {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 3px;
  text-align: center
}
.cBG {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .2);
  z-index: 1400000000
}
.cb_bottom .cBG, .cb_ecke .cBG, .cb_top .cBG {
  display: none
}
.cb_center .cBG {
  display: block
}
@media only screen and (min-width:1200px) {
  .cbMobOnly {
    display: none
  }
  .cb_ecke .text_banner {
    float: none
  }
  .cb_bottom .text_banner, .cb_center .text_banner, .cb_top .text_banner {
    float: left
  }
  .cb_ecke .buttons_banner {
    padding-top: 10px
  }
  .cb_ecke .button_nein {
    margin-left: 24px
  }
  .cb_bottom .button_nein, .cb_top .button_nein {
    margin-left: 18px
  }
  .text_banner {
    margin: 12px 0;
  }
  .cb_bottom .text_banner, .cb_top .text_banner {
    width: calc(100% - 515px)
  }
  .cb_center .text_banner {
    width: calc(100% - 350px)
  }
  .buttons_banner {
    float: left;
    padding-bottom: 1%
  }
  .cb_bottom .buttons_banner, .cb_top .buttons_banner {
    margin-left: 8px;
    width: 390px
  }
  .cb_center .buttons_banner {
    width: 240px;
    margin-left: 8px
  }
  .button_einverstanden {
    padding: .75em 1.25em;
    font-size: 16px
  }
  .button_nein {
    font-size: 13px
  }
  .cb_center .button_nein {
    margin-top: 16px;
    padding: 0
  }
  .cb_center .buttons_banner, .cb_center .coo_links {
    margin-top: 10px
  }
  .cb_bottom .schalter_con, .cb_top .schalter_con {
    margin-left: 140px
  }
  .cb_center .schalter_con {
    margin-left: 100px
  }
}

@media only screen and (max-width:1199px) {
	


	
  .coo_links {
    min-height: 54px;
    width: 100%
  }
  .cb_center .coo_links {
    position: absolute;
    top: 5px;
    left: 50px
  }
  .cb_link {
    position: absolute;
    top: 20px;
    left: calc(50% - 53px);
    font-size: 16px
  }
  .cb_mobile_bottom .cookiebanner, .cb_mobile_top .cookiebanner {
    left: 0 !important;
    max-height: none;
    width: 100% !important;
    padding-bottom: 5px !important
  }
  .cb_mobile_top .cookiebanner {
    top: 0 !important;
    bottom: auto !important
  }
  .cb_center .cookiebanner, .cb_mobile_center .cookiebanner {
    top: 5% !important;
    left: 5% !important;
    max-height: 90% !important;
    width: 90% !important
  }
  .cb_mobile_bottom .cookiebanner {
    top: auto !important;
    bottom: 0 !important
  }
  .cb_center .cBanner {
    margin-top: 48px
  }
  .coo_img_text {
    float: left;
    width: 100%;
    padding: 12px
  }
  .text_banner {
    width: 100%;
    overflow-y: auto
  }
  .cb_bottom .text_banner, .cb_top .text_banner {
    max-height: calc(100vh - 130px)
  }
  .cb_center .text_banner {
    max-height: calc(80vh - 270px)
  }
  .buttons_banner {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px
  }
  .button_einverstanden {
    float: right;
    padding: calc(1em/3*2) .5em;
    font-size: 18px
  }
  .cb_bottom .button_einverstanden, .cb_top .button_einverstanden {
    margin-right: 4px
  }
}
@media only screen and (max-width:499px) {
  .cb_center .button_einverstanden {
    float: left !important
  }
  .cb_center .button_nein {
    margin-top: 6px
  }
}
.button_nein {
  float: left;
  width: 120px;
  margin: 4px 0 12px;
  padding: 0;
  font-size: 14px
}
.cb_bestaetigen .button_nein, .cb_janein .button_nein {
  display: block
}
.cb_okay .button_nein {
  display: none
}
.coo_logo {
  float: left;
  margin: 0 0 0 10px;
  padding: 0
}
.coo_logo img {
  float: left;
  width: 48px
}
.slSwitchConS {
  margin: 10px 0
}
a {
  color: #E31E24;
  text-decoration: none
}
a:hover {
  color: #FF1920;
  text-decoration: none
}
.hero_header {
  color: #FFF;
  letter-spacing: 5px;
  line-height: 60px;
  font-family: "Century Gothic";
  width: 100%;
  font-size: 80px;
  position: absolute;
  z-index: 10;
  height: auto;
  top: 250px;
  left: 250px;
  float: left;
  font-weight: 700;
  display: block
}
.hero_header4 {
  color: #FFF;
  letter-spacing: 5px;
  line-height: 80px;
  font-family: "Century Gothic";
  width: 100%;
  font-size: 80px;
  position: absolute;
  z-index: 10;
  height: auto;
  top: 300px;
  left: 70%;
  float: left;
  font-weight: 700;
  display: block
}
.hero_header2 {
  color: #FFF;
  letter-spacing: 5px;
  line-height: 40px;
  font-family: "Century Gothic";
  width: 100%;
  font-size: 30px;
  position: absolute;
  z-index: 10;
  height: auto;
  top: 200px;
  left: 950px;
  float: left;
  font-weight: 700;
  display: block
}
.hero_header font {
  font-size: 60px
}
.hero_header3 {
  width: 100%;
  text-align: center;
  color: #FFF;
  letter-spacing: 5px;
  line-height: 40px;
  font-family: "Photograph Signature";
  font-size: 80px;
  position: absolute;
  z-index: 10;
  height: auto;
  top: 120px;
  font-weight: bolder
}
.header-modal {
  width: 100%;
  height: 400px;
  object-fit: cover
}
.header-modal img {
  width: 100%;
  height: 400px;
  object-fit: cover
}
.header-modal-overlay {
  background-color: rgba(0, 0, 0, 0.20);
  z-index: 2;
  width: 100%;
  height: inherit;
  position: absolute
}
.height-iframe {
  margin-top: 20px;
  height: 500px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}
.hero_header5 {
  color: red;
  letter-spacing: 5px;
  line-height: 40px;
  font-family: "Photograph Signature";
  font-size: 80px;
  position: absolute;
  z-index: 10;
  height: auto;
  bottom: 50px;
  right: 17%;
  font-weight: 700;
  display: block
}
.vcard {
  height: 300px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  overflow: hidden;
  width: 100%
}

.txt-video {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 30px;
  color: #fff;
  font-weight: 700;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.70)
}
@media screen and (min-width:669px) {
  .vcard {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

.vcard-play {
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 1;
  margin: auto;
  opacity: 1;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1613479/play.svg) center center/cover;
  cursor: pointer;
  transition: opacity .3s ease-out
}
.vcard-play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #000;
  transition: all .5s ease-out
}
.vcard-video {

  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: #000
}
.vcard-video iframe {
  width: 100%;
  height: 100%
}
.vcard:after {
  content: "";
  width: 250%;
  height: 250%;
  position: absolute;
  top: var(--y);
  left: var(--x);
  transform: translate(-50%, -50%);
  opacity: 0;
  background: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.3), transparent);
  transition: opacity .5s ease-out
}
.vcard:hover:after {
  opacity: 1
}
.video-is-open:after {
  display: none
}
.video-is-open .vcard-play {
  opacity: 1
}
.video-is-open .vcard-play:after, .video-is-open2 .vcard-play2:after, .video-is-open3 .vcard-play3:after, .video-is-open4 .vcard-play4:after, .video-is-open5 .vcard-play5:after, .video-is-open6 .vcard-play6:after, .video-is-open7 .vcard-play7:after, .video-is-open8 .vcard-play8:after, .video-is-open9 .vcard-play9:after, .video-is-open10 .vcard-play10:after, .video-is-open11 .vcard-play11:after, .video-is-open12 .vcard-play12:after, .video-is-open13 .vcard-play13:after, .video-is-open14 .vcard-play14:after, .video-is-open15 .vcard-play15:after, .video-is-open16 .vcard-play16:after, .video-is-open17 .vcard-play17:after, .video-is-open18 .vcard-play18:after, .video-is-open19 .vcard-play19:after, .video-is-open20 .vcard-play20:after {
  width: 2vh;
  height: 2vh;
  transform: translate(-50%, -50%) scale(88.8888888889);
  transition: transform .5s ease-out
}
.clapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  z-index: 1001;
  transform-origin: 20% 60%;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000
}
.clapper .clapper-container {
  position: absolute;
  margin: auto;
  width: 200px;
  height: 170px;
  left: -200px;
  right: -200px;
  top: -200px;
  bottom: -200px
}
.clapper .clapper-container .clapper-body {
  position: relative;
  width: 100%;
  height: 100%
}
.clapper .stick {
  position: absolute;
  box-sizing: border-box;
  width: 200px;
  height: 32px;
  font-size: 0;
  overflow: hidden;
  white-space: nowrap;
  padding: 5px 8px;
  text-align: center;
  background: #232323
}
.clapper .stick1 {
  transform-origin: 0 100%;
  border-radius: 5px 5px 0 0
}
.clapper .stick2 {
  top: 30px
}
.clapper .rect {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 20px;
  background: #fff;
  vertical-align: top;
  margin: 0 5px;
  border-radius: 5px
}
.clapper .stick1 .rect {
  transform: skew(0deg)
}
.clapper .stick2 .rect {
  transform: skew(0deg)
}
.clapper .top {
  position: absolute;
  top: 0;
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 37%
}
.clapper .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 64%;
  background: #232323;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px
}
.clapper .circle {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  margin: auto;
  width: 70px;
  height: 70px;
  background: #E31E24;
  border-radius: 50%
}
.clapper .play {
  position: absolute;
  left: 50%;
  margin-left: 3px;
  bottom: 9%;
  transform: translate(-50%, -50%);
  width: 32px
}
.clapper .play svg {
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent
}
.loader-wrapper {
  --line-width: 5px;
  --curtain-color: #fff;
  --outer-line-color: #a8dadc;
  --middle-line-color: #457b9d;
  --inner-line-color: #1d3557;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000
}
.loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  background: var(--curtain-color);
  width: 51%;
  height: 100%;
  z-index: 1000
}
.loader-wrapper .loader-section.section-left {
  left: 0
}
.loader-wrapper .loader-section.section-right {
  right: 0
}
.loaded .loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.loaded .loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.loaded .ques {
  opacity: 0;
  transition: all .3s ease-out
}
.loaded .loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all .3s 1s ease-out
}
.tshirt {
  height: 55%
}
.Hakro {
  color: red;
  font-weight: 700
}
.video_btn {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  margin: 30% 47%;
  cursor: pointer;
  animation: pulse 3s infinite;
  border-radius: 50px;
  border-bottom-width: 2px;
  border-bottom-style: solid
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(227, 30, 36, 0.8)
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(227, 30, 36, 0.6)
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(227, 30, 36, 0.0)
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(227, 30, 36, 0.8);
    box-shadow: 0 0 0 0 rgba(227, 30, 36, 0.8)
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(227, 30, 36, 0.6);
    box-shadow: 0 0 0 20px rgba(227, 30, 36, 0.0)
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(227, 30, 36, 0.0);
    box-shadow: 0 0 0 0 rgba(227, 30, 36, 0.0)
  }
}
.video_btn_wide {
  opacity: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important
}
.slider__navi {
  position: absolute;
  top: 40%;
  right: 20px;
  z-index: 2
}
.slider__navi a {
  display: block;
  height: 6px;
  width: 20px;
  margin: 20px 0;
  text-indent: -9999px;
  box-shadow: none;
  border: none;
  background: #7B7B7B
}
.slider__navi a.active {
  background: #fff
}
-webkit-keyframes btnIconRipple {
  0border-width: 4px;
  -webkit-transform: scale(1);
  transform: scale(1)
}
50% {
  border-width: 1px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5)
}
80% {
  border-width: 1px;
  -webkit-transform: scale(1.9);
  transform: scale(1.9)
}
100% {
  opacity: 0
}
.slider__warpper {
  position: relative;
  height: 600px;
  width: 100%
}
.flex__container {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  z-index: 1
}
.flex__container.flex--active {
  z-index: 2
}
.text--sub {
  font-size: 14pt;
  letter-spacing: .5rem;
  text-transform: uppercase;
  margin-bottom: 40px
}
.text--big {
  font-family: Century Gothic;
  font-size: 5.5em;
  line-height: 80px;
  margin-left: -8px;
  z-index: 99
}
.text--subbig {
  font-family: Century Gothic;
  font-size: 4.5em;
  line-height: 80px;
  margin-left: -8px;
  z-index: 99
}
.text--normal {
  font-size: 14pt;
  color: rgba(255, 255, 255, 0.8);
  line-height: 22px;
  margin-top: 25px
}
.text__background {
  font-family: Century Gothic;
  position: relative;
  color: rgba(255, 255, 255, 0.3);
  font-size: 40pt;
  margin-left: -8px
}
.flex__item {
  height: 600px;
  color: #fff;
  transition: transform .1s linear
}
.flex__item--left {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  width: 65%;
  transform-origin: left bottom;
  transition: transform .1s linear .4s;
  opacity: 0;
  position: relative;
  overflow: hidden
}
.flex__item--right {
  width: 35%;
  transform-origin: right center;
  transition: transform .1s linear 0;
  opacity: 0
}
.flex--preStart .flex__item--left, .flex--preStart .flex__item--right, .flex--active .flex__item--left, .flex--active .flex__item--right {
  opacity: 1
}
.flex--proj6 .flex__item--left {
  background: #232323
}
.flex--proj6 .flex__item--right {
  background: #E31E24
}
.flex--proj1 .flex__item--left {
  background: #E31E24
}
.flex--proj1 .flex__item--right {
  background: #232323
}
.flex--proj2 .flex__item--left {
  background: #232323
}
.flex--proj2 .flex__item--right {
  background: #4B4B4B
}
.flex--proj4 .flex__item--left {
  background: #232323
}
.flex--proj4 .flex__item--right {
  background: #E31E24
}
.flex--proj5 .flex__item--left {
  background: #4B4B4B
}
.flex--proj5 .flex__item--right {
  background: #232323
}
.flex__content {
  margin-left: 80px;
  width: 55%;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform .2s linear 0.2s, opacity .1s linear .2s
}
.projekte__img {
  position: absolute;
  top: 20px;
  right: 15%;
  width: 200px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity .43s 0.6s, transform .4s .65s cubic-bezier(0, 0.88, 0.4, 0.93)
}
.projekte__img_2 {
  position: absolute;
  bottom: 25%;
  right: 15%;
  width: 500px;
  height: 281px;
  object-fit: cover;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity .43s 0.6s, transform .4s .65s cubic-bezier(0, 0.88, 0.4, 0.93)
}
.flex__container.animate--start .flex__content {
  transform: translate3d(0, -200%, 0);
  opacity: 0
}
.flex__container.animate--start .projekte__img {
  transform: translate3d(-200px, 0, 0);
  opacity: 0
}
.flex__container.animate--start .projekte__img_2 {
  transform: translate3d(-200px, 0, 0);
  opacity: 0
}
.flex__container.animate--end .flex__item--left {
  transform: scaleY(0)
}
.flex__container.animate--end .flex__item--right {
  transform: scaleX(0)
}
.flex__container.animate--end .flex__content {
  transform: translate3d(0, 200%, 0);
  opacity: 0
}
.flex__container.animate--end .projekte__img {
  transform: translate3d(200px, 0, 0);
  opacity: 0
}
.flex__container.animate--end .projekte__img_2 {
  transform: translate3d(200px, 0, 0);
  opacity: 0
}
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.typed-words {
  font-size: 40pt;
  color: #E31E24;
  margin-bottom: 10px;
  font-family: Century Gothic
}
.typed-cursor {
  color: #fff;
  font-size: 40pt
}
.progress2 {
  border-radius: 30px
}
.progress-bar2 {
	position: relative;
  z-index: 99;
  width: 100%;
  height: 10px;
  bottom: 0;
  transition: .4s linear;
  transition-property: width, background-color
}
.progress-moved .progress-bar2 {
  background-color: #E31E24;
  animation: progress 8.8s infinite
}
@keyframes progress {
  0% {
    width: 0;
    background: #E31E24
  }
  100% {
    width: 100%;
    background: #E31E24
  }
}
.modal-hover {
  cursor: pointer
}
.Schnoerkel_Schrift_rot {
  font-family: Photograph Signature;
  color: red;
  font-size: 70px;
  text-align: center
}
.beispielewebdesign {
  line-height: 50px;
  padding-bottom: 10px;
  font-size: 20px;
  font-family: Century Gothic
}
.Bild_Webdesign {
  margin-left: 20%;
  position: absolute;
  height: 80%;
  top: 20px;
  z-index: 0
}
.Schnoerkel_Schrift_rot2 {
  font-family: Photograph Signature;
  color: red;
  font-size: 70px
}
.Schnoerkel_Schrift_rot3 {
  font-family: Photograph Signature;
  color: red;
  font-size: 70px
}
.Schnoerkel_Schrift_rot4 {
  font-family: Photograph Signature;
  color: red;
  font-size: 50px;
  font-weight: bolder
}
.Schnoerkel_Schrift_grau {
  font-family: Photograph Signature;
  color: rgba(89, 89, 89, 1.00);
  font-size: 70px;
  text-align: center
}
.image-title {
  position: relative;
  background-color: rgba(89, 89, 89, 1.00);
  color: #fff;
  text-align: left;
  z-index: 98;
  bottom: 0;
  padding: 20px;
  width: 100%
}
.druckserviceschrift {
  font-family: Photograph Signature;
  font-size: 60px;
  color: #fff;
  text-align: center
}
.gray {
  background-color: rgba(89, 89, 89, 1.00)
}
.blocksatz {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto
}
.video-banner {
  height: 100%;
  object-fit: cover
}
.h-video {
  object-fit: cover;
  height: 250px
}
.hover-zoom {
  transform: scale(0.95);
  transition-duration: .2s
}
.hover-zoom:hover {
  transform: scale(1.0)
}
.icon-header {
  position: absolute;
  color: #E31E24;
  font-size: 130pt;
  top: 390px;
  right: 10%
}
#formwrapper {
  position: relative;
  z-index: 1
}
form {
  background-color: #FFF
}
fieldset {
  background-color: #FFF;
  border: thin solid;
  padding-bottom: 2%
}
label {
  font-family: 'Century Gothic';
  font-size: 15pt;
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px
}
input {
  height: 70px;
  border: thin solid #000;
  font-family: 'Century Gothic';
  text-indent: 10px
}
html, header, footer, main, body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0
}
textarea {
  border: thin solid #000;
  margin-bottom: 10px;
  font-family: 'Century Gothic'
}
body {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 200;
  background-color: #fff !important
}
p {
  font-family: Century Gothic;
  font-size: 14pt;
  line-height: 20pt;
  color: #232323
}
h1, h2, h3, h4, h5, h6 {
  color: #232323
}
footer p {
  font-size: 13pt;
  hyphens: auto;
  text-indent: -4pt
}
footer p a {
  padding: 0 5px
}
footer p a:hover {
  color: #E31E24;
  font-size: 11pt;
  font-weight: 700
}
.scaling_Kontakt {
  font-size: 25pt;
  font-weight: 700;
  letter-spacing: 2px
}
.bg-black {
  background-color: #000
}
.spad {
  margin: 80px
}
.IMG_Impressum {
  position: relative;
  left: 0;
  display: block;
  z-index: 1;
  top: 0;
  width: 100%
}
.image-pre-footer {
  width: 100%;
  height: 400px;
  object-fit: cover
}
.image-gap {
  width: 100%;
  height: 350px;
  object-fit: cover
}
.gap-txt {
  position: relative;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.50);
  border: 1px solid #fff;
  padding: 50px 40px;
  color: #fff;
  font-size: 40pt;
  font-family: Photograph Signature;
  text-align: center;
  width: 50%;
  margin-left: 15%
}
.gap-txt2 {
  position: relative;
  z-index: 10;
  border: 1px solid #fff;
  padding: 30px 40px;
  color: #fff;
  font-size: 40pt;
  font-family: Photograph Signature;
  text-align: center;
  width: 30%;
  margin-left: 35%
}
.gap-txt3 {
  position: relative;
  z-index: 10;
  border: 1px solid #fff;
  padding: 50px 40px;
  color: #fff;
  font-size: 40pt;
  font-family: Photograph Signature;
  text-align: center;
  width: 55%;
  margin-left: 20%;
  margin-top: -10%;
  background-color: rgba(0, 0, 0, 0.50)
}
.gap-txt-pos {
  position: absolute;
  top: 100px;
  width: 100%;
  text-align: center
}
.size_video {
  object-fit: cover;
  width: 100vw;
  min-height: 600px;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  background-color: #000
}
.size_video2 {
  object-fit: contain;
  width: 50vw;
  min-height: 300px;
  height: 50vh;
  max-height: 900px;
  position: relative;
  top: 0;
  padding-left: 50px
}
.size_picture {
  object-fit: cover;
  min-height: 200px;
  height: 30vh;
  max-height: 900px;
  position: relative;
  top: 0;
  left: 0
}
.size_picture2 {
  object-fit: cover;
  min-height: 200px;
  height: 30vh;
  max-height: 900px;
  position: relative;
  top: 0;
  left: 0;
  width: 100vw
}
.size_picture3 {
  object-fit: cover;
  min-height: 50px;
  max-height: 900px;
  position: relative;
  top: 0;
  left: 0;
  width: 10vw
}
.size_picture5 {
  object-fit: cover;
  min-height: 50px;
  height: 40vh;
  max-height: 900px;
  position: relative;
  top: 0;
  left: 350px;
  width: 10vw;
  margin-top: 50px
}
.cube {
  height: 280px;
  margin-bottom: 20px;
  margin-top: 20px
}
.giveaways {
  height: 100%;
  width: inherit;
  object-fit: cover
}
.cube2 {
  position: relative;
  height: 100%;
  padding: 20px 30px;
  background-color: rgba(223, 216, 216, 0.80);
  z-index: 99;
  text-align: center;
  margin-left: 30%
}
.Fragezeichen {
  max-height: 70px;
  width: 40px;
  margin-bottom: 0
}
.zahnraeder {
  max-height: 160px;
  width: 80px;
  margin-bottom: 0;
  margin-top: 100px
}
.Einschub {
  text-align: center
}
.hacken {
  max-height: 70px;
  width: 40px;
  margin-bottom: 0
}
.Fragezeichen {
  max-height: 70px;
  width: 40px;
  margin-bottom: 0
}
.m-6 {
  padding: 0 110px;
  position: relative;
  left: 10px
}
.header-sub {
  height: 40vh;
  min-height: 500px;
  max-height: 800px;
  width: 100%;
  object-fit: cover
}
.textil {
  height: 200px;
  width: 100%;
  object-fit: cover
}
.overlay-header {
  position: absolute;
  background-color: #000;
  opacity: .4;
  height: 40vh;
  min-height: 500px;
  max-height: 800px;
  width: 100%;
  top: 0
}
.header-sub-plain {
  height: 60vh;
  min-height: 553px;
  max-height: 800px;
  width: 100%;
  background-color: #000
}
.white-bar-top {
  height: 2px;
  width: 110px;
  position: absolute;
  top: 40.5%;
  left: 32.5%;
  z-index: 3;
  background-color: #fff
}
.white-bar-bottom {
  height: 2px;
  width: 110px;
  position: absolute;
  bottom: 40.5%;
  left: 32.5%;
  z-index: 3;
  background-color: #fff
}
.overlayFade {
  position: absolute;
  height: 100%;
  width: 91.5%;
  top: 0;
  left: 15px;
  background-color: rgba(58, 58, 58, 0.50);
  opacity: 100%
}
.overlay {
  position: absolute;
  transition: all .3s ease;
  background-color: rgba(58, 58, 58, 0.60);
  opacity: 100%
}
.container_2 {
  margin-bottom: 30px;
  transition-duration: .3s
}
.container_2:hover .overlay, .container_2:hover .overlayFade {
  opacity: 0;
  transform: scale(1.05)
}
.container_2 img {
  transition-duration: .3s
}
.container_2:hover img {
  transform: scale(1.05)
}
.overlayLeft {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(58, 58, 58, 0.50)
}
.overlayRight {
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background-color: rgba(58, 58, 58, 0.50)
}
.container_2:hover .overlayLeft, .container_2:hover .overlayRight {
  width: 0
}
.overlayTop {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(58, 58, 58, 0.50)
}
.overlayBottom {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(58, 58, 58, 0.50)
}
.container_2:hover .overlayTop, .container_2:hover .overlayBottom {
  height: 0
}
.overlayCross {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(58, 58, 58, 0.50)
}
.container_2:hover .overlayCross {
  height: 0;
  width: 0
}
.client-slider .single-brand {
  display: table;
  height: 80px;
  width: 100%
}
.client-slider .single-brand a {
  display: table-cell;
  vertical-align: middle;
  text-align: center
}
.client-slider .single-brand a img {
  width: auto;
  margin: 0 auto;
  -webkit-filter: grayscale(20%);
  filter: grayscale(20%);
  -webkit-transition: all .3s;
  transition: all .3s
}
.client-slider .single-brand a:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transform: scale(1.1)
}
.map {
  width: 100%;
  position: relative;
  height: 350px;
  opacity: .9;
  transition-duration: .3s
}
.map:hover {
  opacity: 1
}
.decoration-none {
  text-decoration: none
}
.socialmedia-icon {
  font-size: 25pt;
  padding: 0 10px;
  transition-duration: .3s;
  color: #fff
}
.socialmedia-icon:hover {
  color: rgba(230, 30, 35, 1.00)
}
.logo-footer {
  position: relative;
  width: 300px
}
.footer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%
}
.pt-banner {
  padding-top: 80px
}
.size-picture-banner {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover
}
.min-height-banner {
  min-height: 400px
}
.bg-red {
  background-color: rgba(230, 30, 35, 1.00)
}
.bg-grey {
  background-color: rgba(219, 219, 219, 1.00)
}
.urlaub {
  font-size: 22pt;
  line-height: 30pt;
  width: 50%;
  margin: 0 25%;
  padding-top: 50px
}
.text-center {
  text-align: center
}
.d-none {
  display: none !important
}
.d-inline {
  display: inline !important
}
.d-inline-block {
  display: inline-block !important
}
.d-block {
  display: block !important
}
.d-table {
  display: table !important
}
.d-table-row {
  display: table-row !important
}
.d-table-cell {
  display: table-cell !important
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important
}
.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}
.w-25 {
  width: 25% !important
}
.w-50 {
  width: 50% !important
}
.w-75 {
  width: 75% !important
}
.w-100 {
  width: 100% !important
}
.w-auto {
  width: auto !important
}
.h-25 {
  height: 25% !important
}
.h-50 {
  height: 50% !important
}
.h-75 {
  height: 75% !important
}
.h-100 {
  height: 100% !important
}
.h-auto {
  height: auto !important
}
.ftco-section {
  padding: 7em 0;
  position: relative
}
.pos-stellenanzeige {
  position: absolute;
  top: 380px;
  right: 35px;
transition-duration: .2s
}
.pos-stellenanzeige:hover {
  transform: scale(1.01)
}
.pos-stellenanzeige_2 {
  position: absolute;
  top: 300px;
  left: 35px;
	max-width: 500px;
  transition-duration: .2s
}
.pos-stellenanzeige_2 img:hover {
  transform: scale(1.01)
}
.pos-stellenanzeige_3 {
  position: absolute;
  bottom: 100px;
  left: 480px
}

.pos-stellenanzeige_4 {
  position: absolute;
  top: 300px;
left: 10%;
	
	
	}

@media only screen and (max-width:1400px) {
  .pos-stellenanzeige {
    position: absolute;
	      width: 350px;
	  right: 0px;
	  top: 400px;
  }

  .pos-stellenanzeige_2 {
    position: absolute;
    width: 350px;
	  left: 0px;
	  top: 350px;
    transition-duration: .2s
  }
}
@media (max-width: 767.98px) {
  .pos-stellenanzeige {
    position: absolute;
	      width: 300px;
	  right: 0px;
	  top: 275px;
  }
  .pos-stellenanzeige:hover {
    transform: scale(1.0)
  }
  .pos-stellenanzeige_2 {
    position: absolute;
    width: 300px;
	  left: 0px;
	  top: 275px;
    transition-duration: .2s
  }
  .pos-stellenanzeige_2 img:hover {
    transform: scale(1.0)
  }
	
	.pos-stellenanzeige_4 {
  position: absolute;
  top: 300px;
left: 0%;
		width: 300px;
		 }
		
  .flex__item--left {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    width: 85%;
    transform-origin: left bottom;
    transition: transform .1s linear .4s;
    opacity: 0;
    position: relative;
    overflow: hidden
  }
  .flex__item--right {
    width: 15%;
    transform-origin: right center;
    transition: transform .1s linear 0;
    opacity: 0
  }
  .video_btn {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    margin: 20% 45%;
    cursor: pointer;
    animation: pulse 3s infinite;
    border-radius: 50px;
    border-bottom-width: 2px;
    border-bottom-style: solid
  }
  .typed-words {
    font-size: 20pt;
    color: #E31E24;
    margin-bottom: 10px;
    font-family: Century Gothic
  }
  .progress-bar2 {
    position: relative;
    z-index: 99;
    width: 100%;
    height: 10px;
    bottom: 0;
    transition: .4s linear;
    transition-property: width, background-color
  }
  .hero_header3 {
    width: 100%;
    text-align: center;
    color: #FFF;
    letter-spacing: 5px;
    line-height: 40px;
    font-family: "Photograph Signature";
    font-size: 40px;
    position: absolute;
    z-index: 10;
    height: auto;
    top: 120px;
    font-weight: bolder
  }
  .overlay-header {
    position: absolute;
    background-color: #000;
    opacity: .4;
    height: 400px;
    min-height: 400px;
    max-height: 800px;
    width: 100%;
    top: 0
  }
  .header-sub {
    height: 400px;
    min-height: 400px;
    max-height: 800px;
    width: 100%
  }
  .carousel-control-next span {
    color: red;
    font-size: 15pt;
    padding-left: 40px
  }
  .carousel-control-prev span {
    color: red;
    font-size: 30pt;
    padding-right: 75px
  }
  .gap-txt2 {
    position: relative;
    z-index: 10;
    border: 1px solid #fff;
    padding: 30px 40px;
    color: #fff;
    font-size: 40pt;
    font-family: Photograph Signature;
    text-align: center;
    width: 80%;
    margin-left: 10%
  }
  .druckserviceschrift {
    font-family: Photograph Signature;
    font-size: 40px;
    color: #fff;
    text-align: center
  }
  .Schnoerkel_Schrift_rot2 {
    font-family: Photograph Signature;
    color: red;
    font-size: 50px;
    line-height: 50px
  }
  .hero_header5 {
    color: red;
    letter-spacing: 5px;
    line-height: 40px;
    font-family: "Photograph Signature";
    font-size: 60px;
    position: absolute;
    z-index: 10;
    height: auto;
    bottom: 20px;
    right: 17%;
    font-weight: 700;
    display: block
  }
  .ftco-section {
    padding: 6em 0
  }
}
.scaling_Kontakt {
  font-size: 20pt;
  font-weight: 700;
  letter-spacing: 2px
}
.block-2 {
  margin-bottom: 0;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000px;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  margin-bottom: 30px
}
@media (max-width: 991.98px) {
  .Schnoerkel_Schrift_rot {
    font-family: Photograph Signature;
    color: red;
    font-size: 50px;
    line-height: 50px;
    text-align: center
  }
  .Schnoerkel_Schrift_rot2 {
    font-family: Photograph Signature;
    color: red;
    font-size: 60px;
    line-height: 50px;
    text-align: center
  }
  .carousel-control-next span {
    color: red;
    font-size: 30pt;
    padding-left: 40px
  }
  .carousel-control-prev span {
    color: red;
    font-size: 30pt;
    padding-right: 75px
  }
  .scaling_Kontakt {
    font-size: 20pt;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 30px
  }
  .block-2 {
    margin-bottom: 20px
  }
}
.block-2:hover .back, .block-2.hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg)
}
.block-2:hover .front, .block-2.hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg)
}
.block-2, .block-2 .front, .block-2 .back {
  width: 100%;
  height: 450px;
  object-fit: cover
}
.block-2 .flipper {
  -webkit-transition: .3s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  transform-style: preserve-3d;
  position: relative
}
.block-2 .front, .block-2 .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 0;
  -webkit-transition: .3s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transition: .3s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -o-transition: .3s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -ms-transition: .3s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  transition: .3s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  position: absolute;
  top: 0;
  left: 0
}
.block-2 .front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  background: #E31E24;
  z-index: 2;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}
.block-2 .front:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .7;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 38%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(38%, rgba(255, 255, 255, 0.15)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 38%, rgba(0, 0, 0, 0.4) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 38%, rgba(0, 0, 0, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 38%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(38%, rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 38%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0)
}
.block-2 .front .box {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  bottom: 20px
}
.block-2 .front .box h2 {
  color: #E31E24;
  margin: 0;
  padding: 0;
  line-height: 1.5
}
.block-2 .front .box p {
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.5
}
.block-2 .front .box h2 {
  font-size: 23px
}
.block-2 .front .box h2 font {
  font-size: 35px;
  font-weight: 600
}
.block-2 .front .box p {
  font-size: 13px
}
.block-2 .back {
  background: #E31E24;
  -webkit-box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg)
}
.block-2 .back p {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 20px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9)
}
.block-2 .author {
  bottom: 0;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px
}
.block-2 .author .image_3 {
  width: 50px
}
.block-2 .author .image_3 img {
  border-radius: 5px;
  max-width: 100%
}
.block-2 .author .name {
  color: #fff;
  font-weight: 600
}
.block-2 .author .position {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-family: "Century Gothic";
  font-weight: 400
}
@media (max-width: 1367px) {
  .Schnoerkel_Schrift_rot {
    font-family: Photograph Signature;
    color: red;
    font-size: 50px;
    line-height: 50px;
    text-align: center
  }
  .projekte__img_2 {
    position: absolute;
    bottom: 30%;
    right: 15%;
    width: 400px;
    height: 225px;
    object-fit: cover;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity .43s 0.6s, transform .4s .65s cubic-bezier(0, 0.88, 0.4, 0.93)
  }
}
@media (max-width: 991.98px) {
  .height-iframe {
    margin-top: 20px;
    height: 300px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
  }
  .text--sub {
    font-size: 12px;
    letter-spacing: .5rem;
    text-transform: uppercase;
    margin-bottom: 0
  }
  .text--big {
    font-family: Century Gothic;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 40px;
    margin-left: -8px
  }
  .text--subbig {
    font-family: Century Gothic;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 40px;
    margin-left: -8px
  }
  .text__background {
    font-family: Century Gothic;
    position: absolute;
    left: 72px;
    bottom: -60pt;
    color: rgba(0, 0, 0, 0.05);
    font-size: 80pt;
    font-weight: 700;
    display: none
  }
  .text--normal {
    font-size: 14pt;
    color: rgba(255, 255, 255, 0.8);
    line-height: 22px;
    margin-top: 5px;
    display: none
  }
  .projekte__img_2 {
    position: absolute;
    bottom: 20px;
    right: 5%;
    width: 60%;
    height: 170px;
    object-fit: cover;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity .43s 0.6s, transform .4s .65s cubic-bezier(0, 0.88, 0.4, 0.93)
  }
  .max-width-contact {
    max-width: 300px
  }
  .size_video {
    object-fit: cover;
    width: 100vw;
    min-height: 300px;
    height: 60vh;
    max-height: 500px;
    position: relative;
    top: 0;
    left: 0;
    background-color: #000
  }
  .pt-banner {
    padding-top: 30px
  }
  .block-2 .back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg)
  }
  .block-2 .front {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg)
  }
  .block-2:checked .back, .block-2.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg)
  }
  .block-2:checked .front, .block-2.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
  }
}
.img-hover-zoom {
  height: 200px;
  overflow: hidden;
  overflow-x: hidden
}
.img-hover-zoom img {
  transition: transform 1.5s ease
}
.img-hover-zoom:hover img {
  transform: scale(1.05)
}
.searchbar {
  font-family: "Century Gothic";
  position: absolute;
  z-index: 99;
  margin-top: 1.9%;
  margin-left: 87%;
  margin-right: 5%;
  width: 6%;
  height: 3%;
  font-size: 16pt;
  opacity: .5;
  border-radius: 5px
}
.searchbar:hover {
  width: 17%;
  height: 4%;
  opacity: 1;
  margin-top: 1.59%;
  margin-left: 76%;
  margin-right: 5%;
  border-radius: 0
}
.color_red {
  color: #E31E24
}
.color_red2 {
  color: #E31E24;
  text-align: center;
  font-weight: 700;
  font-size: 20px
}
.color_red3 {
  color: #E31E24;
  text-align: left;
  font-weight: 700;
  font-size: 30px
}
.color_gray {
  background-color: rgba(208, 208, 208, 1.00)
}
.DS_Text_Beschreibung {
  font-size: 20pt;
  padding-bottom: 50px
}
.pt-6 {
  padding-top: 350px
}
.mt-6 {
  margin-top: 140px
}
.link_color {
  text-decoration: none;
  color: rgba(255, 255, 255, 1.00);
  font-size: 12px;
  line-height: 0
}
.link_color_2 {
  color: #000
}
.link_color_3 {
  text-decoration: none;
  color: #E31E24;
  line-height: 70px
}
.link_color_4 {
  text-decoration: none;
  color: #E31E24;
  line-height: 10px
}
.link_color_2:hover {
  color: #E31E24
}
.Header_bg {
  opacity: .7
}
@media screen and (max-width:1367px) {
  .logo-footer {
    position: relative;
    width: 200px;
    padding-top: 0
  }
  .m-6 {
    padding: 0 70px;
    position: relative;
    left: 10px
  }
  .white-bar-top {
    display: none
  }
  .white-bar-bottom {
    display: none
  }
}
@media screen and (max-width:1200px) {
  .overlayFade {
    position: absolute;
    height: 100%;
    width: 89%;
    top: 0;
    left: 15px;
    background-color: rgba(58, 58, 58, 0.50);
    opacity: 100%
  }
  .icon-header {
    position: absolute;
    color: #E31E24;
    font-size: 100pt;
    top: 381px;
    right: 5%
  }
}
@media screen and (max-width:901px) {
  .overlayFade {
    position: absolute;
    height: 100%;
    width: 89%;
    top: 0;
    left: 15px;
    background-color: rgba(58, 58, 58, 0.50);
    opacity: 100%
  }
  .Bild_Webdesign {
    margin-left: 10%;
    position: absolute;
    height: 80%;
    top: 20px;
    z-index: 0
  }
  .cube2 {
    position: relative;
    height: 100%;
    padding: 20px 30px;
    background-color: rgba(223, 216, 216, 0.80);
    z-index: 99;
    text-align: center;
    margin-left: 10%
  }
  .gap-txt {
    position: relative;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.50);
    border: 1px solid #fff;
    padding: 30px 40px;
    color: #fff;
    font-size: 40pt;
    font-family: Photograph Signature;
    text-align: center;
    width: 100%;
    margin-left: 0
  }
  .gap-txt-pos {
    top: 50px
  }
  .icon-header {
    position: absolute;
    color: #E31E24;
    font-size: 60pt;
    top: 206px;
    right: 5%
  }
  .header-sub-plain {
    height: 50vh;
    min-height: 350px;
    max-height: 800px;
    width: 100%;
    background-color: #000
  }
  .logo-footer {
    position: relative;
    width: 200px;
    padding-top: 0
  }
  .white-bar-top {
    display: none
  }
  .white-bar-bottom {
    display: none
  }
}
@media screen and (min-width:1367px) {
  .cat_box_7 {
    width: 100%;
    height: 300px
  }
  .pic_cat {
    float: right;
    position: relative;
    clear: both;
    height: 90%;
    transition-duration: .4s;
    vertical-align: middle;
    padding-top: 1.5%;
    padding-right: 1.5%;
    text-align: center
  }
  .pic_cat_bg {
    float: right;
    position: absolute;
    transition-duration: .4s;
    vertical-align: middle;
    height: 12.5%;
    padding-top: 0;
    clear: both;
    right: -1%
  }
  .pic_cat_bg_2 {
    float: left;
    position: absolute;
    transition-duration: .4s;
    vertical-align: middle;
    height: 12.5%;
    padding-top: 0;
    clear: both;
    left: -2%
  }
  .pic_cat_bg_2_2 {
    float: right;
    position: absolute;
    transition-duration: .4s;
    vertical-align: middle;
    height: 23.5%;
    padding-top: 0;
    clear: both;
    right: -1%
  }
  .pic_cat_bg_2_3 {
    float: left;
    position: absolute;
    transition-duration: .4s;
    vertical-align: middle;
    height: 23.5%;
    padding-top: 0;
    clear: both;
    left: -2%
  }
  .pic_cat_bg_2_4 {
    float: right;
    position: absolute;
    transition-duration: .4s;
    vertical-align: middle;
    height: 17.9%;
    padding-top: 0;
    clear: both;
    right: -1%
  }
  .pic_cat_bg_2_5 {
    float: left;
    position: absolute;
    transition-duration: .4s;
    vertical-align: middle;
    height: 17.9%;
    padding-top: 0;
    clear: both;
    left: -2%
  }
  .pic_cat_bg_2_6 {
    float: right;
    position: absolute;
    transition-duration: .4s;
    vertical-align: middle;
    height: 33.9%;
    padding-top: 0;
    clear: both;
    right: -1%
  }
  .pic_cat_bg_2_7 {
    float: left;
    position: absolute;
    transition-duration: .4s;
    vertical-align: middle;
    height: 33.9%;
    padding-top: 0;
    clear: both;
    left: -2%
  }
  .pic_cat_2 {
    float: left;
    display: block;
    position: relative;
    clear: both;
    height: 90%;
    transition-duration: .4s;
    vertical-align: middle;
    padding-top: 1.5%;
    padding-left: 1%;
    text-align: center
  }
  .pr-2 {
    padding-right: 3.3%
  }
  .pr-3 {
    padding-right: 7.3%
  }
  .pr-1 {
    padding-right: 1.3%
  }
  .pl-3 {
    padding-left: 11%
  }
  .pl-2 {
    padding-left: 7%
  }
  .pl-1 {
    padding-left: 5%
  }
  .pic_cat:hover {
    transform: scale(1.05)
  }
  .pic_cat_2:hover {
    transform: scale(1.05)
  }
  .footer_list {
    width: 60%;
    text-align: left;
    display: flex;
    position: absolute;
    margin-left: -3%;
    font-size: .8vw
  }
  .footer_list_3 {
    width: 60%;
    text-align: left;
    display: none;
    position: absolute;
    margin-left: -3%;
    font-size: .8vw
  }
  .footer_list_gap {
    padding-left: 12%
  }
  .MH {
    float: right;
    padding-right: 50px;
    padding-top: 13%;
    margin-bottom: 1%
  }
  .copyright_logo {
    position: absolute;
    opacity: 1;
    display: inline-block;
    padding-top: 7.5%;
    left: 81.7%;
    padding-right: 50px
  }
  .pt-5 {
    padding-top: 110px
  }
  .pt-4 {
    padding-top: 90px
  }
  .pt-3 {
    padding-top: 70px
  }
  .L_Topic_Box_2 {
    display: none
  }
  .menu_logo {
    top: 93%;
    left: 0;
    position: absolute;
    display: none
  }
  .DS_Text_Head {
    font-size: 35pt;
    display: block;
    position: relative
  }
  .DS_Text_Head_2 {
    font-size: 16px;
    width: 50%;
    display: block;
    position: relative
  }
  .DS_Text_Head_4 {
    font-size: 35pt;
    width: 50%;
    display: block;
    position: relative;
    left: 60%;
    bottom: 75%
  }
  .DS_Text_Head_5 {
    font-size: 20px;
    width: 50%;
    text-align: left
  }
  .DS_Text_Head_3 {
    font-size: 16px;
    width: 50%;
    display: block;
    position: relative;
    left: 60%;
    bottom: 80%
  }
  .footer_contact {
    display: none
  }
  .banner_header {
    font-size: 30px
  }
  .table_copyright {
    position: relative;
    top: -27px;
    width: auto;
    right: 0;
    display: none
  }
  .content_projekte {
    position: relative;
    top: 14%
  }
  .table_projekte {
    width: 100%;
    height: 800px;
    border-spacing: 0;
    table-layout: fixed;
    border-collapse: separate;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .email {
    width: 805px
  }
  .textarea {
    resize: none
  }
  .Main_Box {
    width: 100%
  }
  .L_Table {
    margin-top: 80px;
    margin-bottom: 20px;
    display: table
  }
  .Team_box_content_hermann {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 19pt;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: -1%
  }
  .Team_box_content_ramona {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 19pt;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 59%
  }
  .Team_box_content_christine {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 19pt;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 120%
  }
  .Team_box_content_ilona {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 19pt;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 180%
  }
  .Team_box_content_timon {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 19pt;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 240%
  }
  .Team_box_content_ilse {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 19pt;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 300%
  }
  .Team_box_content_denise {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 19pt;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 360%
  }
  .Team_box_content_julia {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 19pt;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 420%
  }
  .Team_box_content_theresa {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 19pt;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 480%
  }
  .Team_box_content_placeholder {
    visibility: hidden;
    opacity: 0;
    text-align: center;
    position: absolute;
    display: block;
    font-size: 3vw;
    width: 50%;
    left: 24%;
    top: 21%
  }
  .image {
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
    height: 0;
    width: 40%;
    float: left;
    display: inline-block;
    z-index: 3;
    margin: 10%
  }
  .container:hover .image {
    opacity: 1
  }
  .container:hover .overlay {
    opacity: .4
  }
  .wrapper {
    font-family: "Century Gothic";
    width: 80%;
    margin: auto;
    position: relative
  }
  .content_2 {
    position: relative;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: 160px;
    color: #FF0004;
    white-space: nowrap;
    overflow: hidden
  }
  .wrapper:hover img {
    opacity: .5
  }
  .title {
    font-family: "Century Gothic";
    color: #dc2d5e
  }
  .image_2 {
    position: relative;
    display: block;
    width: 100%;
    height: auto
  }
  .text_2 {
    color: #fff;
    font-size: 17pt;
    letter-spacing: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Century Gothic";
    text-transform: uppercase
  }
  #myCookieConsent {
    z-index: 999;
    min-height: 30px;
    font-family: "Century Gothic""sans-serif";
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.70);
    overflow: hidden;
    position: fixed;
    color: #FFF;
    bottom: 20px;
    right: 50px;
    display: none;
    text-align: center;
    font-size: 15px;
    opacity: 1;
    width: 20%
  }
  #myCookieConsent div {
    padding: 5px 0 0
  }
  #myCookieConsent a {
    color: #E31E24;
    display: inline-block;
    padding: 0 10px;
    font-weight: 700
  }
  #myCookieConsent a:hover {
    color: #AF383C
  }
  #myCookieConsent a#cookieButton {
    display: inline-block;
    color: #000;
    font-size: 1.1em;
    background: #E31E24;
    text-decoration: none;
    cursor: pointer;
    padding: 2px 20px;
    margin-top: 10px
  }
  #myCookieConsent a#cookieButton:hover {
    background: #AF383C;
    color: #000
  }
  .projekte_firma {
    font-size: 130px;
    color: #FFF;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    left: 240px;
    position: relative;
    top: -200px;
    max-width: 1000px;
    font-weight: 900;
    letter-spacing: -10px
  }
  .projekte_text {
    position: relative;
    top: 284px;
    left: 240px;
    color: #FFF;
    font-family: "Century Gothic";
    font-size: 25px;
    width: 600px
  }
  .projekte_box_2 {
    width: 100%;
    height: 800px;
    background-color: #FA7D19;
    display: inline-table
  }
  .projekte_firma_2 {
    font-size: 100px;
    color: #FFF;
    font-family: "Photograph Signature";
    left: 267px;
    position: relative;
    top: -194px;
    max-width: 1000px;
    height: auto;
    margin-right: 5%;
    display: block
  }
  .L_pos_T_2 {
    top: -39px;
    left: 10%;
    z-index: 5;
    position: relative;
    background-color: #000
  }
  .L_Grey {
    background-color: #B7B7B7
  }
  .L_pos_TB_2 {
    position: relative;
    top: 726px;
    left: -27%;
    z-index: -4
  }
  .L_Vid_box {
    float: left;
    z-index: 1;
    position: relative;
    color: #FFF;
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 21pt;
    text-align: center;
    line-height: 282px;
    width: 480px;
    height: 270px;
    top: 54px;
    left: 50%
  }
  .L_box1_pic1_pos {
    top: 136px;
    left: -450px
  }
  .L_Table_Head_1 {
    text-align: center;
    color: #000;
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 21pt;
    display: table-row;
    line-height: 60pt
  }
  .L_Table_Text {
    width: 350px;
    font-family: "Century Gothic";
    font-variant: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #000;
    display: table-cell;
    padding-right: 60px;
    padding-left: 60px;
    vertical-align: top
  }
  .Table_Image_width {
    width: 350px;
    display: block;
    padding-bottom: 20px;
    height: 350px;
    margin: 0 auto
  }
  .DS_Text {
    position: relative;
    font-size: 14pt;
    width: 70%;
    z-index: 2;
    left: 15%;
    margin-bottom: 50px;
    padding-top: 150px
  }
  .DS_Text_kategorien {
    position: relative;
    font-size: 14pt;
    width: 60%;
    z-index: 2;
    margin-bottom: 50px;
    padding-top: 150px;
    margin-left: 20%;
    margin-right: 20%
  }
  .DS_Text_Impressum {
    width: 100%;
    width: 70%;
    position: relative;
    font-size: 14pt;
    left: 10%;
    top: 70px;
    margin-bottom: 50px;
    height: auto
  }
  .DS_Text_Referenzen {
    width: 100%;
    width: 70%;
    font-size: 45pt;
    color: #E31E24;
    font-family: Photograph Signature
  }
  .copyright_Datenschutz {
    text-align: center;
    width: 100%;
    height: 20px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: 0
  }
  .copyright_Kontakt {
    text-align: center;
    width: 100%;
    height: 20px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: 0;
    display: block
  }
  .copyright_Team {
    text-align: center;
    width: 100%;
    height: 320px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
    top: -2%;
    margin-bottom: -20px
  }
  .copyright_Impressum {
    text-align: center;
    width: 100%;
    height: 20px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: 0
  }
  .copyright_Kontake {
    text-align: center;
    width: 100%;
    height: 20px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: 8px
  }
  .copyright_Ref {
    text-align: center;
    width: 100%;
    height: 20px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 22px;
    position: relative;
    top: 0
  }
  .Headline_Box {
    width: 300px;
    height: 200px;
    background-color: #E31E24
  }
  #btnClear {
    margin-left: 100px
  }
  .copyright_link {
    position: relative;
    left: 30px;
    color: #FFF;
    padding-right: 30px;
    text-align: inherit;
    width: auto;
    background-color: #000;
    font-size: 1vw;
    display: none
  }
  .L_Table_Area {
    clear: both;
    width: 350px;
    height: auto;
    font-family: "Century Gothic";
    font-variant: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    color: #777;
    padding-left: 60px;
    padding-right: 60px;
    vertical-align: top;
    padding-top: 10px;
    z-index: 2
  }
  header {
    width: 100%
  }
  .logo {
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 100px;
    float: left;
    margin-top: 15px;
    margin-left: 25px;
    letter-spacing: 4px
  }
  nav {
    float: right;
    width: 50%;
    text-align: right;
    margin-right: 25px
  }
  header nav ul {
    list-style: none;
    float: right
  }
  nav ul li {
    float: left;
    color: #FFF;
    font-size: 14px;
    text-align: left;
    margin-right: 25px;
    letter-spacing: 2px;
    font-weight: 700;
    transition: all .3s linear
  }
  ul li a {
    color: #FFF;
    text-decoration: none
  }
  ul li:hover a {
    color: #000
  }
  .hero {
    padding-top: 150px;
    color: rgba(249, 6, 10, 1.00);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inherit;
    margin-top: 0;
    z-index: -100;
    min-height: 70%;
    min-width: 100%;
    padding-bottom: 0
  }
  .light {
    font-weight: 700;
    color: #3F3F3F
  }
  .tagline {
    text-align: center;
    color: #FFF;
    margin-top: 4px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 1px
  }
  .text_column {
    width: 29%;
    text-align: justify;
    font-weight: lighter;
    line-height: 25px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    color: #A3A3A3
  }
  .about {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    display: inline-block;
    background-color: #FFF;
    margin-top: 0
  }
  #value {
    color: #232323;
    margin-bottom: 5px;
    font-size: 24pt
  }
  #value_1 {
    color: #232323;
    margin-bottom: 5px;
    font-size: 24pt
  }
  #value_2 {
    color: #232323;
    margin-bottom: 5px;
    font-size: 24pt
  }
  #value_3 {
    color: #232323;
    margin-bottom: 5px;
    font-size: 24pt
  }
  .banner {
    background-color: rgba(230, 30, 35, 1.00);
    position: relative;
    float: left;
    clear: both;
    width: 89%;
    height: auto;
    margin-top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 6%
  }
  .parallax_description {
    color: #FFF;
    text-align: right;
    font-weight: lighter;
    line-height: 23px;
    display: inline-block;
    position: relative;
    margin-left: 10%;
    right: 5%;
    min-width: 40%;
    max-width: 40%;
    height: auto;
    margin-top: 6%
  }
  .button {
    width: 300px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    text-align: center;
    vertical-align: middle;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20pt;
    letter-spacing: 2px;
    border: 3px solid #FFF;
    color: #FFF;
    transition: all .3s linear;
    padding: 20px 10px
  }
  .button:hover {
    background-color: #FEFEFE;
    color: #C4C4C4;
    cursor: pointer
  }
  .copyright_leistungen {
    width: 100%;
    height: 20px;
    position: relative;
    top: 0;
    margin-top: -200px;
    display: block
  }
  .footer_banner {
    background-color: #E31E24;
    padding-top: 60px;
    padding-bottom: 60PX;
    margin-bottom: 0;
    background-repeat: repeat;
    position: relative
  }
  .hidden {
    display: none
  }
  .Farbe_Fakten {
    color: rgba(230, 30, 35, 1.00);
    font-family: "Century Gothic Bold";
    font-weight: 700
  }
  .Farbe_Fakten:hover {
    font-family: "Century Gothic Bold";
    font-weight: 700
  }
  .Menu {
    font-family: "Century Gothic";
    text-transform: none;
    position: fixed;
    color: rgba(0, 0, 0, 1.00);
    top: 20px;
    min-width: 100%;
    left: 93.1%;
    z-index: 100
  }
  .Bild_Ideen {
    display: inline-block;
    max-width: 50%;
    max-height: 400px
  }
  .con_1 {
    width: 100%;
    height: 1000px
  }
  .cat_pos {
    float: none;
    clear: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: table
  }
  .categories {
    display: table-column
  }
  .cat_box {
    float: left;
    width: 85%;
    height: 85%
  }
  .cat_1 {
    width: 400px;
    height: 400px
  }
  .thumbnail_2 {
    width: 25%;
    float: left
  }
  .cat_box_2nd_row {
    position: relative;
    bottom: -23px;
    display: inline-block;
    float: left
  }
  .gallery_2 {
    display: inline-table;
    width: 90%;
    min-width: 400px;
    float: left;
    clear: both;
    margin: 8% 5% 5%
  }
  .cat_box_b1 {
    position: relative;
    left: 120px
  }
  .cat_box_b4 {
    position: relative;
    left: -20px
  }
  .b2 {
    position: relative;
    left: 72px
  }
  .b3 {
    position: relative;
    left: 26px
  }
  .Header_Bar {
    background-color: #000;
    min-width: 100%;
    height: 65px;
    position: fixed;
    z-index: 1;
    opacity: 0
  }
  .contatiner_projekte {
    background-color: #FFF
  }
  .projekte_box {
    height: 800px;
    background-color: #01AFEC;
    display: inline-table;
    width: 100%
  }
  .projekte_headline {
    font-size: 70px;
    color: #FFF;
    font-family: "Century Gothic";
    left: 239px;
    position: relative;
    top: 45px;
    text-align: left;
    text-transform: uppercase;
    min-width: 1064px
  }
  .projekte_bar {
    left: 242px;
    position: relative;
    top: 152px;
    background-color: #FFF;
    width: 100px;
    height: 5px
  }
  .projekte_img {
    position: relative;
    -webkit-box-shadow: 10px 10px 80px 4px #232323;
    box-shadow: 10px 10px 80px 4px #232323;
    opacity: 1;
    display: inline-block;
    float: left;
    margin-top: 20%;
    margin-left: 40%;
    max-width: 50%;
    height: auto
  }
  .projekte_img_2 {
    position: relative;
    -webkit-filter: drop-shadow(20px 10px 12px #222);
    filter: drop-shadow(20px 10px 12px #222);
    max-width: 50%;
    margin-left: 40%;
    margin-right: auto;
    display: inline-block;
    width: auto;
    height: auto;
    opacity: 1;
    float: left;
    margin-top: 20%
  }
  .projekte_pos_txt {
    max-width: 800px;
    display: inline-table;
    position: relative;
    top: 200px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .Clients_Block {
    width: 100%;
    height: 10%;
    opacity: .7;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .clients_margin {
    margin-top: 3.5%;
    margin-bottom: 5%;
    position: relative;
    left: 10%;
    display: inline-block;
    width: 100%
  }
  .client_1 {
    position: relative;
    left: -3%;
    width: 12%;
    height: auto
  }
  .client_2 {
    left: -1%;
    position: relative;
    width: 14%;
    height: auto
  }
  .client_4 {
    position: relative;
    left: 3%;
    width: 10%;
    height: auto;
    top: 15%
  }
  .client_5 {
    position: relative;
    left: 7%;
    width: 10%;
    height: auto
  }
  .client_6 {
    position: relative;
    left: 12%;
    width: 12%;
    height: auto
  }
  .client_3 {
    position: relative;
    left: 0;
    width: 11%;
    height: auto
  }
  .Seiten_Headline {
    position: relative;
    font-family: "Century Gothic";
    font-size: 156px;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 5%;
    margin-top: 3%;
    width: auto
  }
  .Seiten_Headline_Leistungen {
    position: relative;
    font-family: "Century Gothic";
    font-size: 156px;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 5%;
    margin-top: 8%;
    width: auto
  }
  .Seiten_Headline_Impressum {
    position: relative;
    font-family: "Century Gothic";
    font-size: 156px;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 5%;
    margin-top: 8%;
    width: auto
  }
  .Seiten_Headline_Datenschutz {
    position: relative;
    font-family: "Century Gothic";
    font-size: 156px;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 5%;
    margin-top: 8%;
    vertical-align: middle;
    width: auto
  }
  .Seiten_Headline_Datenschutz_2 {
    position: relative;
    font-family: "Century Gothic";
    font-size: 120px;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 5%;
    margin-top: 8%;
    vertical-align: middle;
    width: auto
  }
  .Team_Uebersicht {
    height: 40%;
    width: 40%;
    position: relative;
    left: 10%;
    margin-top: 5%;
    padding-bottom: 5%
  }
  .Title_Team {
    position: relative;
    font-size: 185px;
    left: 228px;
    width: 400px
  }
  .L_Topic_Box {
    z-index: -1;
    color: #FFF;
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 21pt;
    text-align: center;
    width: 100%;
    margin-bottom: 70px;
    display: inline-block;
    min-height: 900px
  }
  .L_Topic_Box_Impressum {
    z-index: -1;
    width: 100%;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0;
    padding-bottom: 70px
  }
  .L_Topic_Box_Kontakt {
    z-index: -1;
    position: relative;
    width: 100%;
    height: auto
  }
  .L_Topic_Box_Ref {
    z-index: -1;
    position: relative;
    width: 100%;
    height: auto
  }
  .L_Topic_Box_Datenschutz {
    z-index: 1;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 50px
  }
  .L_Topic_Box_Datenschutz_2 {
    z-index: 2;
    position: relative;
    width: 100%;
    padding-bottom: 100px
  }
  .L_pos_T_1 {
    position: relative;
    top: 357px;
    margin-bottom: 588px
  }
  .L_Picture_box {
    height: 400px;
    background-color: #E31E24;
    float: left;
    width: 400px;
    z-index: 1;
    position: relative;
    top: 181px;
    left: 0;
    color: #FFF;
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 21pt;
    text-align: center;
    line-height: 282px
  }
  .L_Quote_Box {
    height: 100px;
    background-color: #E31E24;
    float: left;
    width: 600px;
    z-index: 3;
    position: relative;
    top: 269px;
    left: -37%;
    color: #000;
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 21pt;
    text-align: center;
    display: block
  }
  .facebook {
    width: 30%;
    height: 30%
  }
  .instagram {
    width: 30%;
    height: 30%
  }
  .youtube {
    width: 30%;
    height: 30%
  }
  .Team_box {
    position: relative;
    font-size: 35px;
    left: 7%;
    margin-top: 9%;
    width: 40%;
    height: auto;
    padding-bottom: 37.7%;
    margin-bottom: 10%
  }
  .txt_kontakt {
    font-size: 25px;
    display: block;
    text-align: center;
    font-family: "Century Gothic";
    position: relative;
    z-index: 2;
    width: auto;
    height: auto;
    padding-bottom: 50px
  }
  .website_header {
    width: 100%
  }
  .ref_scale {
    position: relative;
    z-index: 10
  }
  .ref_wrap {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    height: auto
  }
  .Logo_Header {
    position: relative;
    left: -1629px;
    top: 20px;
    z-index: 3
  }
  .Logo_Header_Leistungen {
    position: absolute;
    left: 13px;
    top: 10px;
    z-index: 3;
    max-width: 150px
  }
  .Logo_Header_Kontakt {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 3;
    width: 150px
  }
  .Logo_Header_Impressum {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 3;
    height: 47px;
    width: 150px
  }
  .bg_color {
    background-color: #E31E24
  }
  .Logo_Header_Datenschutz {
    position: absolute;
    left: 20px;
    z-index: 3;
    top: 20px
  }
  .Logo_Header_Website {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 3;
    width: 160px;
    float: left
  }
  .Logo_Header_Team {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 150px;
    height: 47px;
    z-index: 3
  }
  .L_Text_Box {
    height: 500px;
    background-color: #E3E3E3;
    float: left;
    width: 500px;
    z-index: -1;
    position: relative;
    border-width: 0;
    color: #646464;
    font-family: "Century Gothic";
    font-size: 23px;
    text-align: left;
    text-indent: 30px;
    font-weight: 700;
    font-variant: normal;
    font-style: italic
  }
  .L_Picture_box_s {
    height: 250px;
    background-color: #E31E24;
    float: left;
    width: 250px;
    position: relative;
    top: -54px;
    left: -13%;
    color: #FFF;
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 21pt;
    text-align: center;
    line-height: 282px;
    z-index: -4
  }
  .L_Red {
    background-color: #E31E24;
    left: auto
  }
  .L_pos_TB_1 {
    top: 566px;
    left: 36%
  }
  .logo_footer {
    position: absolute;
    padding-left: 82%;
    padding-right: 50px;
    padding-top: 1%
  }
  .footer_list_2 {
    width: 60%;
    text-align: left;
    display: none;
    position: absolute;
    margin-left: -3%;
    font-size: .8vw
  }
}
@media screen and (min-width:901px) and (max-width:1366px) {
  .pt-7 {
    padding-top: 90px
  }
  .cat_box_7 {
    width: 100%;
    height: auto
  }
  .L_Topic_Box_Datenschutz_2 {
    z-index: 2;
    position: relative;
    width: 100%;
    padding-bottom: 100px;
    padding-top: 0
  }
  .DS_Text_Head {
    font-size: 20pt;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 50%
  }
  .DS_Text_Head_2 {
    font-size: 16px;
    width: 70%;
    display: inline-block;
    position: relative;
    text-align: center
  }
  .DS_Text_Head_4 {
    font-size: 20pt;
    width: 50%;
    display: inline-block;
    position: relative;
    text-align: center
  }
  .DS_Text_Head_3 {
    font-size: 16px;
    width: 70%;
    display: inline-block;
    position: relative;
    text-align: center
  }
  .pic_cat {
    position: relative;
    transition-duration: .4s;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 5%;
    width: 30%;
    padding-top: 50px
  }
  .pic_cat_bg {
    float: right;
    position: absolute;
    transition-duration: .4s;
    vertical-align: middle;
    height: 12.5%;
    padding-top: 0;
    clear: both;
    right: -1%;
    display: none
  }
  .pic_cat_bg_2 {
    float: left;
    position: absolute;
    transition-duration: .4s;
    vertical-align: middle;
    height: 12.5%;
    padding-top: 0;
    clear: both;
    left: -2%;
    display: none
  }
  .pic_cat_2 {
    position: relative;
    transition-duration: .4s;
    vertical-align: middle;
    text-align: center;
    width: 30%;
    padding-top: 50px
  }
  .pic_cat:hover {
    transform: scale(1.05)
  }
  .pic_cat_2:hover {
    transform: scale(1.05)
  }
  .pr-2 {
    padding-right: 3.3%
  }
  .pl-3 {
    padding-left: 11%
  }
  .logo_footer {
    position: absolute;
    padding-left: 82%;
    padding-right: 50px;
    padding-top: 26%
  }
  .facebook {
    width: 60px;
    height: 60px
  }
  .instagram {
    width: 60px;
    height: 60px
  }
  .youtube {
    width: 60px;
    height: 60px
  }
  .copyright {
    text-align: center;
    padding-top: 15px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    height: 210%;
    width: 100%;
    position: relative;
    top: 0;
    margin-bottom: -5px
  }
  .footer_list {
    width: 60%;
    text-align: left;
    display: none;
    position: absolute;
    margin-left: -3%;
    font-size: .8vw
  }
  .footer_list_2 {
    width: 60%;
    text-align: left;
    display: flex;
    position: absolute;
    margin-left: -3%;
    font-size: 1.3vw
  }
  .footer_list_3 {
    width: 60%;
    text-align: left;
    display: none;
    position: absolute;
    margin-left: -3%;
    font-size: .8vw
  }
  .footer_list_gap {
    padding-left: 12%
  }
  .MH {
    float: right;
    padding-right: 50px;
    padding-top: 32%;
    margin-bottom: 1%;
    font-size: 13px
  }
  .copyright_logo {
    position: absolute;
    opacity: 1;
    height: auto;
    display: flex;
    padding-top: 0;
    padding-left: 74.6%;
    padding-right: -6%
  }
  .menu_logo {
    top: 94%;
    left: 0;
    position: absolute;
    display: none
  }
  .L_Topic_Box_2 {
    display: none
  }
  #Cookie_txt {
    min-width: 0;
    width: 67%;
    position: relative;
    float: left;
    text-align: left;
    display: inline-block;
    height: 50px;
    margin: 0
  }
  .footer_contact {
    display: none
  }
  .banner_header {
    font-size: 30px
  }
  .table_copyright {
    position: absolute;
    width: auto;
    right: 80%;
    z-index: 1;
    top: 30%;
    left: 0
  }
  .content_projekte {
    position: relative;
    top: 14%
  }
  .table_projekte {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .email {
    width: 90%
  }
  .textarea {
    resize: none;
    width: 90%
  }
  .Main_Box {
    width: 100%
  }
  .L_Table {
    margin-top: 80px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
  }
  .Team_box_content_hermann {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 2vw;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: -1%
  }
  .Team_box_content_ramona {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 2vw;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 70%
  }
  .Team_box_content_christine {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 2vw;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 140%
  }
  .Team_box_content_ilona {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 2vw;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 212%
  }
  .Team_box_content_timon {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 2vw;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 281%
  }
  .Team_box_content_ilse {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 2vw;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 352%
  }
  .Team_box_content_denise {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 2vw;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 423%
  }
  .Team_box_content_julia {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 2vw;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 493%
  }
  .Team_box_content_theresa {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 2vw;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 566%
  }
  .Team_box_content_placeholder {
    visibility: hidden;
    opacity: 0;
    text-align: center;
    position: absolute;
    display: block;
    font-size: 3vw;
    width: 50%;
    left: 24%;
    top: 21%
  }
  .container {
    z-index: 0
  }
  .image {
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
    width: 50%;
    display: inline-block;
    z-index: 3;
    margin: 10%
  }
  .container:hover .image {
    opacity: 1;
    z-index: 0
  }
  .container:hover .overlay {
    opacity: .4;
    z-index: 0
  }
  .wrapper {
    font-family: "Century Gothic";
    width: 80%;
    margin: auto;
    position: relative
  }
  .content_2 {
    position: relative;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: 160px;
    color: #FF0004;
    white-space: nowrap;
    overflow: hidden
  }
  .wrapper:hover img {
    opacity: .5
  }
  .title {
    font-family: "Century Gothic";
    color: #dc2d5e
  }
  .image_2 {
    display: block;
    width: 100%;
    height: auto
  }
  .text_2 {
    color: #fff;
    font-size: 11pt;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Century Gothic";
    text-transform: uppercase
  }
  #myCookieConsent {
    z-index: 999;
    min-height: 30px;
    font-family: "Century Gothic""sans-serif";
    padding: 10px 20px;
    background: #000;
    overflow: hidden;
    position: fixed;
    color: #FFF;
    bottom: 0;
    right: 0;
    display: none;
    left: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    min-width: 98%
  }
  #myCookieConsent div {
    padding: 5px 0 0
  }
  #myCookieConsent a {
    color: #E31E24;
    display: inline-block;
    padding: 0 10px
  }
  #myCookieConsent a:hover {
    color: #AF383C
  }
  #myCookieConsent a#cookieButton {
    display: inline-block;
    color: #000;
    font-size: 1.1em;
    background: #E31E24;
    text-decoration: none;
    cursor: pointer;
    padding: 2px 20px;
    float: right;
    position: relative;
    margin-right: 15px;
    margin-left: 0;
    margin-top: 5px
  }
  #myCookieConsent a#cookieButton:hover {
    background: #AF383C;
    color: #000
  }
  .projekte_firma {
    font-size: 130px;
    color: #FFF;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    left: 23%;
    position: relative;
    top: -200px;
    max-width: 1000px;
    font-weight: 900;
    letter-spacing: -10px;
    height: auto;
    display: block;
    margin-right: 5%
  }
  .projekte_text {
    position: relative;
    top: 284px;
    left: 23%;
    color: #FFF;
    font-family: "Century Gothic";
    font-size: 25px;
    max-width: 600px;
    height: auto;
    display: block;
    margin-right: 5%
  }
  .projekte_box_2 {
    width: 100%;
    height: 500px;
    background-color: #FA7D19;
    opacity: .9;
    display: inline-block
  }
  .projekte_firma_2 {
    font-size: 100px;
    color: #FFF;
    font-family: "Photograph Signature";
    left: 23%;
    position: relative;
    top: -194px;
    max-width: 1000px;
    height: auto;
    margin-right: 5%
  }
  .L_pos_T_2 {
    top: -39px;
    left: 10%;
    z-index: 5;
    position: relative;
    background-color: #000
  }
  .L_Grey {
    background-color: #B7B7B7
  }
  .L_pos_TB_2 {
    position: relative;
    top: 726px;
    left: -27%;
    z-index: -4
  }
  .L_Vid_box {
    float: left;
    z-index: 1;
    position: relative;
    color: #FFF;
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 21pt;
    text-align: center;
    line-height: 282px;
    width: 480px;
    height: 270px;
    top: 54px;
    left: 50%
  }
  .L_box1_pic1_pos {
    top: 136px;
    left: -450px
  }
  .L_Table_Head_1 {
    text-align: center;
    color: #000;
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 19pt;
    display: table-row;
    line-height: 60pt
  }
  .L_Table_Text {
    width: 400px;
    font-family: "Century Gothic";
    font-variant: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    color: #000;
    display: table-cell;
    padding-right: 30px;
    padding-left: 30px;
    vertical-align: top
  }
  .Table_Image_width {
    display: block;
    padding-bottom: 20px;
    margin: 0 auto;
    max-width: 250px;
    height: auto
  }
  .DS_Text {
    position: relative;
    left: 15%;
    font-size: 13px;
    width: 70%;
    top: 150px;
    z-index: 2;
    height: auto;
    padding-bottom: 150px
  }
  .DS_Text_kategorien {
    position: relative;
    font-size: 14pt;
    width: 100%;
    z-index: 2;
    margin-bottom: 50px;
    text-align: center
  }
  .DS_Text_Impressum {
    width: 100%;
    width: 70%;
    position: relative;
    font-size: 14pt;
    left: 10%;
    padding-bottom: 100px;
    display: block;
    min-height: 900px;
    padding-top: 70px
  }
  .DS_Text_Referenzen {
    width: 100%;
    width: 70%;
    position: relative;
    font-size: 23pt;
    height: auto;
    color: #E31E24;
    font-family: Photograph Signature
  }
  .copyright_Datenschutz {
    text-align: center;
    width: 100%;
    height: 20px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: 0
  }
  .copyright_Kontakt {
    text-align: center;
    width: 100%;
    height: 20px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: 0;
    display: block
  }
  .copyright_Team {
    text-align: center;
    width: 100%;
    height: 500px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
    top: -2%;
    margin-bottom: -20px
  }
  .copyright_Impressum {
    text-align: center;
    width: 100%;
    height: 20px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: 0
  }
  .copyright_Kontake {
    text-align: center;
    width: 100%;
    height: 20px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: 8px
  }
  .copyright_Ref {
    text-align: center;
    width: 100%;
    height: 20px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 22px;
    position: relative;
    top: 0
  }
  .Headline_Box {
    width: 300px;
    height: 200px;
    background-color: #E31E24
  }
  .copyright_link {
    position: relative;
    left: 30px;
    color: #FFF;
    padding-right: 30px;
    text-align: inherit;
    width: auto;
    background-color: #000;
    font-size: 1vw;
    display: none
  }
  .L_Table_Area {
    clear: both;
    width: 400px;
    height: auto;
    font-family: "Century Gothic";
    font-variant: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    text-align: left;
    color: #777;
    padding-left: 30px;
    padding-right: 30px;
    vertical-align: top;
    padding-top: 10px;
    z-index: 2
  }
  header {
    width: 100%
  }
  .logo {
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 100px;
    float: left;
    margin-top: 15px;
    margin-left: 25px;
    letter-spacing: 4px
  }
  nav {
    float: right;
    width: 50%;
    text-align: right;
    margin-right: 25px
  }
  header nav ul {
    list-style: none;
    float: right
  }
  nav ul li {
    float: left;
    color: #FFF;
    font-size: 14px;
    text-align: left;
    margin-right: 25px;
    letter-spacing: 2px;
    font-weight: 700;
    transition: all .3s linear
  }
  ul li a {
    color: #FFF;
    text-decoration: none
  }
  ul li:hover a {
    color: #000
  }
  .hero_header {
    color: #FFF;
    letter-spacing: 3px;
    font-family: "Century Gothic";
    width: 100%;
    font-size: 4vw;
    position: absolute;
    z-index: 10;
    height: auto;
    top: 300px;
    left: 2%;
    float: left;
    font-weight: 700;
    display: block;
    bottom: 25%
  }
  .hero {
    padding-top: 150px;
    color: rgba(249, 6, 10, 1.00);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inherit;
    margin-top: 0;
    z-index: -100;
    min-height: 70%;
    min-width: 100%;
    padding-bottom: 0
  }
  .light {
    font-weight: 700;
    color: #3F3F3F
  }
  .tagline {
    text-align: center;
    color: #FFF;
    margin-top: 4px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 1px
  }
  .text_column {
    width: 29%;
    text-align: justify;
    font-weight: lighter;
    line-height: 25px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    color: #A3A3A3
  }
  .about {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    display: inline-block;
    background-color: #FFF;
    margin-top: 0
  }
  #value {
    color: #232323;
    margin-bottom: 5px
  }
  #value_1 {
    color: #232323;
    margin-bottom: 5px
  }
  #value_2 {
    color: #232323;
    margin-bottom: 5px
  }
  #value_3 {
    color: #232323;
    margin-bottom: 5px
  }
  .gallery {
    padding-bottom: 5%;
    padding-top: 5%;
    height: auto;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    min-width: 80%;
    float: left;
    clear: both
  }
  .thumbnail {
    width: 20%;
    text-align: center;
    display: inline-block;
    position: relative;
    left: 16%;
    padding-right: 5%
  }
  .gallery .thumbnail h4 {
    color: #F03;
    margin: 5px
  }
  .gallery .thumbnail p {
    color: #A3A3A3;
    margin: 0
  }
  .banner {
    background-color: rgba(230, 30, 35, 1.00);
    position: relative;
    float: left;
    clear: both;
    width: 89%;
    margin-top: 0;
    margin-left: 6%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto
  }
  .parallax_description {
    color: #FFF;
    text-align: right;
    font-weight: lighter;
    line-height: 23px;
    position: relative;
    margin-left: 10%;
    right: 5%;
    min-width: 250px;
    height: auto;
    z-index: 1;
    display: block
  }
  .button {
    width: 200px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    text-align: center;
    vertical-align: middle;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    border: 3px solid #FFF;
    color: #FFF;
    transition: all .3s linear;
    padding: 20px 10px
  }
  .button:hover {
    background-color: #FEFEFE;
    color: #C4C4C4;
    cursor: pointer
  }
  .copyright_leistungen {
    width: 100%;
    height: 20px;
    position: relative;
    top: 0;
    margin-top: -200px;
    display: block
  }
  .footer_banner {
    background-color: rgba(230, 30, 35, 1.00);
    padding-top: 60px;
    padding-bottom: 60PX;
    margin-bottom: 0;
    background-repeat: repeat;
    position: relative
  }
  .hidden {
    display: none
  }
  .Farbe_Fakten {
    color: rgba(230, 30, 35, 1.00);
    font-family: "Century Gothic"
  }
  .Menu {
    font-family: "Century Gothic";
    text-transform: none;
    position: fixed;
    color: rgba(0, 0, 0, 1.00);
    top: 20px;
    min-width: 100%;
    left: 93.1%;
    z-index: 100
  }
  .Bild_Ideen {
    display: block;
    height: auto;
    z-index: 0;
    max-width: 50%;
    visibility: visible;
    max-height: 300px
  }
  .con_1 {
    width: 100%;
    height: 1000px
  }
  .cat_pos {
    float: none;
    clear: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: table
  }
  .categories {
    display: table-column
  }
  .cat_box {
    float: left;
    width: 85%;
    height: 85%
  }
  .cat_1 {
    width: 400px;
    height: 400px
  }
  .thumbnail_2 {
    width: 25%;
    float: left
  }
  .cat_box_2nd_row {
    position: relative;
    bottom: -23px;
    display: inline-block;
    float: left
  }
  .gallery_2 {
    display: inline-table;
    width: 90%;
    min-width: 400px;
    float: left;
    clear: both;
    margin: 8% 5% 5%
  }
  .cat_box_b1 {
    position: relative;
    left: 120px
  }
  .cat_box_b4 {
    position: relative;
    left: -20px
  }
  .b2 {
    position: relative;
    left: 72px
  }
  .b3 {
    position: relative;
    left: 26px
  }
  .Header_Bar {
    background-color: #000;
    min-width: 100%;
    height: 65px;
    position: fixed;
    z-index: 1;
    opacity: 0
  }
  .contatiner_projekte {
    background-color: #FFF
  }
  .projekte_box {
    width: 100%;
    height: 500px;
    background-color: #01AFEC;
    display: inline-block
  }
  .projekte_headline {
    font-size: 70px;
    color: #FFF;
    font-family: "Century Gothic";
    left: 23%;
    position: relative;
    top: 45px;
    text-align: left;
    text-transform: uppercase;
    min-width: 1064px;
    height: auto;
    display: block
  }
  .projekte_bar {
    left: 242px;
    position: relative;
    top: 152px;
    background-color: #FFF;
    width: 100px;
    height: 5px
  }
  .projekte_img {
    position: relative;
    -webkit-box-shadow: 10px 10px 80px 4px #232323;
    box-shadow: 10px 10px 80px 4px #232323;
    opacity: 1;
    display: inline-block;
    float: left;
    margin-top: 20%;
    margin-left: 40%;
    max-width: 50%;
    height: auto;
    visibility: hidden
  }
  .projekte_img_2 {
    position: relative;
    -webkit-filter: drop-shadow(20px 10px 12px #222);
    filter: drop-shadow(20px 10px 12px #222);
    max-width: 50%;
    margin-left: 40%;
    margin-right: auto;
    display: inline-block;
    width: auto;
    height: auto;
    opacity: 1;
    float: left;
    margin-top: 20%;
    visibility: hidden
  }
  .projekte_pos_txt {
    max-width: 800px;
    display: inline-table;
    position: relative;
    top: 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: -120px
  }
  .Clients_Block {
    width: 100%;
    height: 10%;
    opacity: .7;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .clients_margin {
    margin-top: 3.5%;
    margin-bottom: 5%;
    position: relative;
    left: 10%;
    display: inline-block;
    width: 100%
  }
  .client_1 {
    position: relative;
    left: -3%;
    width: 12%;
    height: auto
  }
  .client_2 {
    left: -1%;
    position: relative;
    width: 14%;
    height: auto
  }
  .client_4 {
    position: relative;
    left: 3%;
    width: 10%;
    height: auto;
    top: 15%
  }
  .client_5 {
    position: relative;
    left: 7%;
    width: 10%;
    height: auto
  }
  .client_6 {
    position: relative;
    left: 12%;
    width: 12%;
    height: auto
  }
  .client_3 {
    position: relative;
    left: 0;
    width: 11%;
    height: auto
  }
  .Seiten_Headline {
    position: relative;
    font-family: "Century Gothic";
    font-size: 11vw;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 5%;
    margin-top: 3%;
    width: auto
  }
  .Seiten_Headline_Leistungen {
    position: relative;
    font-family: "Century Gothic";
    font-size: 11vw;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 5%;
    margin-top: 8%;
    width: auto
  }
  .Seiten_Headline_Impressum {
    position: relative;
    font-family: "Century Gothic";
    font-size: 11vw;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 5%;
    margin-top: 8%;
    width: auto
  }
  .Seiten_Headline_Datenschutz {
    position: relative;
    font-family: "Century Gothic";
    font-size: 11vw;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 5%;
    margin-top: 8%;
    vertical-align: middle;
    width: auto
  }
  .Seiten_Headline_Datenschutz_2 {
    position: relative;
    font-family: "Century Gothic";
    font-size: 80px;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 5%;
    margin-top: 8%;
    vertical-align: middle;
    width: auto
  }
  .Team_Uebersicht {
    height: 40%;
    width: 40%;
    position: relative;
    left: 3%;
    margin-top: 5%;
    padding-bottom: 5%
  }
  .Title_Team {
    position: relative;
    font-size: 185px;
    left: 228px;
    width: 400px
  }
  .L_Topic_Box {
    z-index: -1;
    color: #FFF;
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 21pt;
    text-align: center;
    width: 100%;
    margin-bottom: 70px;
    display: inline-block;
    min-height: 900px
  }
  .L_Topic_Box_Impressum {
    z-index: -1;
    width: 100%;
    position: relative;
    max-height: 100%
  }
  .L_Topic_Box_Kontakt {
    z-index: -1;
    position: relative;
    width: 100%;
    height: auto
  }
  .L_Topic_Box_Ref {
    z-index: -1;
    position: relative;
    width: 100%;
    height: auto
  }
  .L_Topic_Box_Datenschutz {
    z-index: 1;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 100px
  }
  .L_pos_T_1 {
    position: relative;
    top: 357px;
    margin-bottom: 588px
  }
  .L_Picture_box {
    height: 400px;
    background-color: #E31E24;
    float: left;
    width: 400px;
    z-index: 1;
    position: relative;
    top: 181px;
    left: 0;
    color: #FFF;
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 21pt;
    text-align: center;
    line-height: 282px
  }
  .L_Quote_Box {
    height: 100px;
    background-color: #E31E24;
    float: left;
    width: 600px;
    z-index: 3;
    position: relative;
    top: 269px;
    left: -37%;
    color: #000;
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 21pt;
    text-align: center;
    display: block
  }
  .Team_box {
    position: relative;
    font-size: 35px;
    left: 7%;
    margin-top: 9%;
    width: 40%;
    padding-bottom: 37.7%;
    margin-bottom: 10%;
    height: auto
  }
  .txt_kontakt {
    font-size: 2vw;
    display: block;
    text-align: center;
    font-family: "Century Gothic";
    position: relative;
    z-index: 2;
    width: auto;
    height: auto;
    margin-top: 0
  }
  .website_header {
    width: 100%
  }
  .ref_scale {
    position: relative;
    z-index: 10
  }
  .ref_wrap {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    height: auto
  }
  .Logo_Header {
    position: relative;
    left: -1629px;
    top: 20px;
    z-index: 3
  }
  .Logo_Header_Leistungen {
    position: absolute;
    left: 1.5%;
    top: 2%;
    z-index: 3;
    display: inline-block;
    height: auto;
    width: 33%
  }
  .Logo_Header_Kontakt {
    position: absolute;
    left: 1.5%;
    top: 2%;
    z-index: 3;
    max-width: 11%;
    height: auto;
    display: inline-block;
    min-width: 80px
  }
  .Logo_Header_Impressum {
    position: absolute;
    left: 1.5%;
    top: 2%;
    z-index: 3;
    max-width: 11%;
    height: auto;
    display: inline-block;
    min-width: 80px
  }
  .bg_color {
    background-color: #E31E24
  }
  .Logo_Header_Datenschutz {
    position: absolute;
    left: 20px;
    z-index: 3;
    top: 20px
  }
  .Logo_Header_Website {
    position: absolute;
    left: 1.5%;
    top: 2%;
    z-index: 3;
    height: auto;
    float: left;
    max-width: 11%;
    display: inline-block;
    min-width: 80px
  }
  .Logo_Header_Team {
    position: absolute;
    top: 2%;
    left: 1.5%;
    z-index: 3;
    width: 150px;
    max-width: 11%;
    height: auto;
    display: inline-block;
    min-width: 80px
  }
  .L_Text_Box {
    height: 500px;
    background-color: #E3E3E3;
    float: left;
    width: 500px;
    z-index: -1;
    position: relative;
    border-width: 0;
    color: #646464;
    font-family: "Century Gothic";
    font-size: 23px;
    text-align: left;
    text-indent: 30px;
    font-weight: 700;
    font-variant: normal;
    font-style: italic
  }
  .L_Picture_box_s {
    height: 250px;
    background-color: #E31E24;
    float: left;
    width: 250px;
    position: relative;
    top: -54px;
    left: -13%;
    color: #FFF;
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 21pt;
    text-align: center;
    line-height: 282px;
    z-index: -4
  }
  .L_Red {
    background-color: #E31E24;
    left: auto
  }
  .L_pos_TB_1 {
    top: 566px;
    left: 36%
  }
}
@media screen and (max-width:900px) and (min-width:670px) {
  .pt-7 {
    padding-top: 90px
  }
  .cat_box_7 {
    width: 100%;
    height: auto
  }
  .L_Topic_Box_Datenschutz_2 {
    z-index: 2;
    position: relative;
    width: 100%;
    padding-bottom: 100px;
    padding-top: 0
  }
  .DS_Text_Head {
    font-size: 20pt;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 50%
  }
  .DS_Text_Head_2 {
    font-size: 16px;
    width: 70%;
    display: inline-block;
    position: relative;
    text-align: center
  }
  .DS_Text_Head_4 {
    font-size: 20pt;
    width: 50%;
    display: inline-block;
    position: relative;
    text-align: center
  }
  .DS_Text_Head_3 {
    font-size: 16px;
    width: 70%;
    display: inline-block;
    position: relative;
    text-align: center
  }
  .pic_cat {
    position: relative;
    transition-duration: .4s;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 5%;
    width: 50%;
    padding-top: 50px
  }
  .pic_cat_bg {
    float: right;
    position: absolute;
    transition-duration: .4s;
    vertical-align: middle;
    height: 12.5%;
    padding-top: 0;
    clear: both;
    right: -1%;
    display: none
  }
  .pic_cat_bg_2 {
    float: left;
    position: absolute;
    transition-duration: .4s;
    vertical-align: middle;
    height: 12.5%;
    padding-top: 0;
    clear: both;
    left: -2%;
    display: none
  }
  .pic_cat_2 {
    position: relative;
    transition-duration: .4s;
    vertical-align: middle;
    text-align: center;
    width: 50%;
    padding-top: 50px
  }
  .logo_footer {
    position: absolute;
    padding-left: 82%;
    padding-right: 50px;
    padding-top: 26%;
    display: none;
    text-align: center
  }
  .footer_list {
    width: 60%;
    text-align: left;
    display: none;
    position: absolute;
    margin-left: -3%;
    font-size: .8vw
  }
  .footer_list_2 {
    width: 60%;
    text-align: left;
    display: none;
    position: absolute;
    margin-left: -3%;
    font-size: 1.3vw
  }
  .footer_list_3 {
    width: 60%;
    text-align: left;
    display: flex;
    position: absolute;
    margin-left: -3%;
    font-size: 1.9vw
  }
  .footer_list_gap {
    padding-left: 12%
  }
  .facebook {
    width: 40%;
    height: 40%
  }
  .instagram {
    width: 40%;
    height: 40%
  }
  .youtube {
    width: 40%;
    height: 40%
  }
  .copyright {
    text-align: center;
    padding-top: 15px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    height: 550px;
    width: 100%;
    position: relative;
    top: 0;
    margin-bottom: -5px
  }
  .MH {
    float: right;
    padding-right: 50px;
    padding-top: 62%;
    margin-bottom: 1%;
    font-size: 15px
  }
  .copyright_logo {
    position: absolute;
    opacity: 1;
    display: flex;
    padding-top: 53%;
    padding-left: 76.6%
  }
  .menu_logo {
    top: 94%;
    left: 0;
    position: absolute;
    display: none
  }
  .L_Topic_Box_2 {
    display: none
  }
  #Cookie_txt {
    width: 67%;
    position: relative;
    float: left;
    text-align: left;
    display: inline-block;
    height: 50px;
    min-width: 0;
    margin: 0
  }
  .footer_contact {
    display: none
  }
  .banner_header {
    font-size: 30px
  }
  .table_copyright {
    position: absolute;
    width: auto;
    right: 80%;
    z-index: 1;
    top: 30%;
    left: 0
  }
  .content_projekte {
    position: relative;
    top: 14%
  }
  .table_projekte {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .email {
    width: 90%
  }
  .textarea {
    resize: none;
    width: 90%
  }
  .Main_Box {
    width: 100%
  }
  .L_Table {
    margin-top: 80px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
  }
  .Team_box_content_hermann {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 2vw;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: -1%
  }
  .Team_box_content_ramona {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 2vw;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 70%
  }
  .Team_box_content_christine {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 2vw;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 141%
  }
  .Team_box_content_ilona {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 2vw;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 212%
  }
  .Team_box_content_timon {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 2vw;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 285%
  }
  .Team_box_content_ilse {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 2vw;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 356%
  }
  .Team_box_content_denise {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 2vw;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 427%
  }
  .Team_box_content_julia {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 2vw;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 499%
  }
  .Team_box_content_theresa {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 2vw;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 571%
  }
  .Team_box_content_placeholder {
    visibility: hidden;
    opacity: 0;
    text-align: center;
    position: absolute;
    display: block;
    font-size: 3vw;
    width: 50%;
    left: 24%;
    top: 21%
  }
  .container {
    z-index: 0
  }
  .image {
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
    width: 50%;
    display: inline-block;
    z-index: 3;
    margin: 10%
  }
  .container:hover .image {
    opacity: 1;
    z-index: 0
  }
  .container:hover .overlay {
    opacity: .4;
    z-index: 0
  }
  .wrapper {
    font-family: "Century Gothic";
    width: 80%;
    margin: auto;
    position: relative
  }
  .content_2 {
    position: relative;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: 160px;
    color: #FF0004;
    white-space: nowrap;
    overflow: hidden
  }
  .wrapper:hover img {
    opacity: .5
  }
  .title {
    font-family: "Century Gothic";
    color: #dc2d5e
  }
  .image_2 {
    display: block;
    width: 100%;
    height: auto
  }
  .text_2 {
    color: #fff;
    font-size: 13pt;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Century Gothic";
    text-transform: uppercase
  }
  #myCookieConsent {
    z-index: 999;
    min-height: 30px;
    font-family: "Century Gothic""sans-serif";
    padding: 10px 20px;
    background: #000;
    overflow: hidden;
    position: fixed;
    color: #FFF;
    bottom: 0;
    right: 0;
    display: none;
    left: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    min-width: 98%
  }
  #myCookieConsent div {
    padding: 5px 0 0
  }
  #myCookieConsent a {
    color: #E31E24;
    display: inline-block;
    padding: 0 10px
  }
  #myCookieConsent a:hover {
    color: #AF383C
  }
  #myCookieConsent a#cookieButton {
    display: inline-block;
    color: #000;
    font-size: 1.1em;
    background: #E31E24;
    text-decoration: none;
    cursor: pointer;
    float: right;
    position: relative;
    margin-right: 15px;
    margin-left: 0;
    margin-top: 5px;
    padding: 20px
  }
  #myCookieConsent a#cookieButton:hover {
    background: #AF383C;
    color: #000
  }
  .projekte_firma {
    font-size: 120px;
    color: #FFF;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    left: 10%;
    position: relative;
    top: -120px;
    max-width: 1000px;
    font-weight: 900;
    letter-spacing: -10px;
    height: auto;
    display: block;
    margin-right: 5%
  }
  .projekte_text {
    position: relative;
    top: 284px;
    left: 10%;
    color: #FFF;
    font-family: "Century Gothic";
    font-size: 20px;
    max-width: 600px;
    height: auto;
    display: block;
    margin-right: 5%
  }
  .projekte_box_2 {
    width: 100%;
    height: 400px;
    background-color: #FA7D19;
    opacity: .9;
    display: inline-block
  }
  .projekte_firma_2 {
    font-size: 90px;
    color: #FFF;
    font-family: "Photograph Signature";
    left: 10%;
    position: relative;
    top: -120px;
    max-width: 1000px;
    height: auto;
    margin-right: 5%
  }
  .L_pos_T_2 {
    top: -39px;
    left: 10%;
    z-index: 5;
    position: relative;
    background-color: #000
  }
  .L_Grey {
    background-color: #B7B7B7
  }
  .L_pos_TB_2 {
    position: relative;
    top: 726px;
    left: -27%;
    z-index: -4
  }
  .L_Vid_box {
    float: left;
    z-index: 1;
    position: relative;
    color: #FFF;
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 21pt;
    text-align: center;
    line-height: 282px;
    width: 480px;
    height: 270px;
    top: 54px;
    left: 50%
  }
  .L_box1_pic1_pos {
    top: 136px;
    left: -450px
  }
  .L_Table_Head_1 {
    text-align: center;
    color: #000;
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 17px;
    display: table-row;
    line-height: 60pt
  }
  .L_Table_Text {
    width: 400px;
    font-family: "Century Gothic";
    font-variant: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    color: #000;
    display: table-cell;
    padding-right: 20px;
    padding-left: 20px;
    vertical-align: top
  }
  .Table_Image_width {
    display: block;
    padding-bottom: 15px;
    margin: 0 auto;
    max-width: 180px;
    height: auto
  }
  .DS_Text {
    position: relative;
    left: 15%;
    font-size: 13px;
    width: 70%;
    top: 150px;
    z-index: 2;
    height: auto;
    padding-bottom: 150px
  }
  .DS_Text_kategorien {
    position: relative;
    font-size: 14pt;
    width: 100%;
    z-index: 2;
    margin-bottom: 50px;
    text-align: center
  }
  .DS_Text_Impressum {
    width: 100%;
    width: 70%;
    position: relative;
    font-size: 14pt;
    left: 10%;
    padding-bottom: 100px;
    display: block;
    min-height: 900px;
    padding-top: 70px
  }
  .DS_Text_Referenzen {
    width: 100%;
    width: 70%;
    position: relative;
    font-size: 23pt;
    height: auto;
    color: #E31E24;
    font-family: Photograph Signature
  }
  .copyright_Datenschutz {
    text-align: center;
    width: 100%;
    height: 20px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: 0
  }
  .copyright_Kontakt {
    text-align: center;
    width: 100%;
    height: 20px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: 0;
    display: block
  }
  .copyright_Team {
    text-align: center;
    width: 100%;
    height: 600px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
    top: -2%;
    margin-bottom: -20px
  }
  .copyright_Impressum {
    text-align: center;
    width: 100%;
    height: 20px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: 0
  }
  .copyright_Kontake {
    text-align: center;
    width: 100%;
    height: 20px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: 8px
  }
  .copyright_Ref {
    text-align: center;
    width: 100%;
    height: 20px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 22px;
    position: relative;
    top: 0
  }
  .Headline_Box {
    width: 300px;
    height: 200px;
    background-color: #E31E24
  }
  .copyright_link {
    position: relative;
    left: 30px;
    color: #FFF;
    padding-right: 30px;
    text-align: inherit;
    width: auto;
    background-color: #000;
    font-size: 1vw;
    display: none
  }
  .L_Table_Area {
    clear: both;
    width: 400px;
    height: auto;
    font-family: "Century Gothic";
    font-variant: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    text-align: left;
    color: #777;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: top;
    padding-top: 10px;
    z-index: 2
  }
  header {
    width: 100%
  }
  .logo {
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 100px;
    float: left;
    margin-top: 15px;
    margin-left: 25px;
    letter-spacing: 4px
  }
  nav {
    float: right;
    width: 50%;
    text-align: right;
    margin-right: 25px
  }
  header nav ul {
    list-style: none;
    float: right
  }
  nav ul li {
    float: left;
    color: #FFF;
    font-size: 14px;
    text-align: left;
    margin-right: 25px;
    letter-spacing: 2px;
    font-weight: 700;
    transition: all .3s linear
  }
  ul li a {
    color: #FFF;
    text-decoration: none
  }
  ul li:hover a {
    color: #000
  }
  .hero_header {
    color: #FFF;
    letter-spacing: 5px;
    font-family: "Century Gothic";
    width: 100%;
    font-size: 4vw;
    position: absolute;
    z-index: 10;
    height: auto;
    top: 200px;
    left: 2%;
    float: left;
    font-weight: 700;
    display: block;
    bottom: 25%
  }
  .hero {
    padding-top: 150px;
    color: rgba(249, 6, 10, 1.00);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inherit;
    margin-top: 0;
    z-index: -100;
    min-height: 70%;
    min-width: 100%;
    padding-bottom: 0
  }
  .light {
    font-weight: 700;
    color: #3F3F3F
  }
  .tagline {
    text-align: center;
    color: #FFF;
    margin-top: 4px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 1px
  }
  .text_column {
    width: 29%;
    text-align: justify;
    font-weight: lighter;
    line-height: 25px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    color: #A3A3A3
  }
  .about {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    display: inline-block;
    background-color: #FFF;
    margin-top: 0
  }
  #value {
    color: #232323;
    margin-bottom: 5px
  }
  #value_1 {
    color: #232323;
    margin-bottom: 5px
  }
  #value_2 {
    color: #232323;
    margin-bottom: 5px
  }
  #value_3 {
    color: #232323;
    margin-bottom: 5px
  }
  .gallery {
    padding-bottom: 5%;
    padding-top: 5%;
    height: auto;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    min-width: 80%;
    float: left;
    clear: both
  }
  .thumbnail {
    width: 20%;
    text-align: center;
    display: inline-block;
    position: relative;
    left: 16%;
    padding-right: 5%
  }
  .gallery .thumbnail h4 {
    color: #F03;
    margin: 5px
  }
  .gallery .thumbnail p {
    color: #A3A3A3;
    margin: 0
  }
  .banner {
    background-color: rgba(230, 30, 35, 1.00);
    position: relative;
    width: 89%;
    margin-top: 0;
    margin-left: 6%;
    height: 200px;
    text-align: center;
    display: inline-block;
    min-height: 300px
  }
  .parallax_description {
    color: #FFF;
    text-align: center;
    font-weight: lighter;
    line-height: 23px;
    position: relative;
    min-width: 450px;
    z-index: 1;
    display: inline-block;
    height: auto;
    margin-top: 5%;
    margin-left: 2%;
    margin-right: 2%;
    min-height: 0;
    vertical-align: middle
  }
  .button {
    width: 200px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    text-align: center;
    vertical-align: middle;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    border: 3px solid #FFF;
    color: #FFF;
    transition: all .3s linear;
    padding: 20px 10px
  }
  .button:hover {
    background-color: #FEFEFE;
    color: #C4C4C4;
    cursor: pointer
  }
  .copyright {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    height: 100%;
    width: 100%;
    position: relative;
    top: 0
  }
  .copyright_leistungen {
    width: 100%;
    height: 20px;
    position: relative;
    top: 0;
    margin-top: -200px;
    display: block
  }
  .footer_banner {
    background-color: rgba(230, 30, 35, 1.00);
    padding-top: 60px;
    padding-bottom: 60PX;
    margin-bottom: 0;
    background-repeat: repeat;
    position: relative
  }
  .hidden {
    display: none
  }
  .Farbe_Fakten {
    color: rgba(230, 30, 35, 1.00);
    font-family: "Century Gothic"
  }
  .Menu {
    font-family: "Century Gothic";
    text-transform: none;
    position: fixed;
    color: rgba(0, 0, 0, 1.00);
    top: 20px;
    min-width: 100%;
    left: 93.1%;
    z-index: 100
  }
  .Bild_Ideen {
    display: none;
    height: auto;
    z-index: 0;
    max-width: 50%;
    min-height: 0;
    visibility: hidden
  }
  .con_1 {
    width: 100%;
    height: 1000px
  }
  .cat_pos {
    float: none;
    clear: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: table
  }
  .categories {
    display: table-column
  }
  .cat_box {
    float: left;
    width: 85%;
    height: 85%
  }
  .cat_1 {
    width: 400px;
    height: 400px
  }
  .thumbnail_2 {
    width: 25%;
    float: left
  }
  .cat_box_2nd_row {
    position: relative;
    bottom: -23px;
    display: inline-block;
    float: left
  }
  .gallery_2 {
    display: inline-table;
    width: 80%;
    padding-bottom: 50px;
    min-width: 400px;
    float: left;
    clear: both;
    margin: 8% 10% 5%
  }
  .cat_box_b1 {
    position: relative;
    left: 120px
  }
  .cat_box_b4 {
    position: relative;
    left: -20px
  }
  .b2 {
    position: relative;
    left: 72px
  }
  .b3 {
    position: relative;
    left: 26px
  }
  .Header_Bar {
    background-color: #000;
    min-width: 100%;
    height: 65px;
    position: fixed;
    z-index: 1;
    opacity: 0
  }
  .contatiner_projekte {
    background-color: #FFF
  }
  .projekte_box {
    width: 100%;
    height: 400px;
    background-color: #01AFEC;
    display: inline-block
  }
  .projekte_headline {
    font-size: 60px;
    color: #FFF;
    font-family: "Century Gothic";
    left: 10%;
    position: relative;
    top: 100px;
    text-align: left;
    text-transform: uppercase;
    min-width: 1064px;
    height: auto;
    display: block
  }
  .projekte_bar {
    left: 10%;
    position: relative;
    top: 200px;
    background-color: #FFF;
    width: 100px;
    height: 5px
  }
  .projekte_img {
    position: relative;
    -webkit-box-shadow: 10px 10px 80px 4px #232323;
    box-shadow: 10px 10px 80px 4px #232323;
    opacity: 1;
    display: inline-block;
    float: left;
    margin-top: 20%;
    margin-left: 40%;
    max-width: 50%;
    height: auto;
    visibility: hidden
  }
  .projekte_img_2 {
    position: relative;
    -webkit-filter: drop-shadow(20px 10px 12px #222);
    filter: drop-shadow(20px 10px 12px #222);
    max-width: 50%;
    margin-left: 40%;
    margin-right: auto;
    display: inline-block;
    width: auto;
    height: auto;
    opacity: 1;
    float: left;
    margin-top: 20%;
    visibility: hidden
  }
  .projekte_pos_txt {
    max-width: 800px;
    display: inline-table;
    position: relative;
    top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: -40px
  }
  .Clients_Block {
    width: 100%;
    height: 10%;
    opacity: .7;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .clients_margin {
    margin-top: 3.5%;
    margin-bottom: 5%;
    position: relative;
    left: 10%;
    display: inline-block;
    width: 100%
  }
  .client_1 {
    position: relative;
    left: -3%;
    width: 12%;
    height: auto
  }
  .client_2 {
    left: -1%;
    position: relative;
    width: 14%;
    height: auto
  }
  .client_4 {
    position: relative;
    left: 3%;
    width: 10%;
    height: auto;
    top: 15%
  }
  .client_5 {
    position: relative;
    left: 7%;
    width: 10%;
    height: auto
  }
  .client_6 {
    position: relative;
    left: 12%;
    width: 12%;
    height: auto
  }
  .client_3 {
    position: relative;
    left: 0;
    width: 11%;
    height: auto
  }
  .Seiten_Headline {
    position: relative;
    font-family: "Century Gothic";
    font-size: 11vw;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 5%;
    margin-top: 3%;
    width: auto
  }
  .Seiten_Headline_Leistungen {
    position: relative;
    font-family: "Century Gothic";
    font-size: 11vw;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 5%;
    margin-top: 8%;
    width: auto
  }
  .Seiten_Headline_Impressum {
    position: relative;
    font-family: "Century Gothic";
    font-size: 11vw;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 5%;
    margin-top: 8%;
    width: auto
  }
  .Seiten_Headline_Datenschutz {
    position: relative;
    font-family: "Century Gothic";
    font-size: 11vw;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 5%;
    margin-top: 8%;
    vertical-align: middle;
    width: auto
  }
  .Seiten_Headline_Datenschutz_2 {
    position: relative;
    font-family: "Century Gothic";
    font-size: 60px;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 5%;
    margin-top: 8%;
    vertical-align: middle;
    width: auto
  }
  .Team_Uebersicht {
    height: 40%;
    width: 40%;
    position: relative;
    left: 3%;
    margin-top: 5%;
    padding-bottom: 5%
  }
  .Title_Team {
    position: relative;
    font-size: 185px;
    left: 228px;
    width: 400px
  }
  .L_Topic_Box {
    z-index: -1;
    color: #FFF;
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 21pt;
    text-align: center;
    width: 100%;
    margin-bottom: 70px;
    display: inline-block;
    min-height: 900px
  }
  .L_Topic_Box_Impressum {
    z-index: -1;
    width: 100%;
    position: relative;
    max-height: 100%
  }
  .L_Topic_Box_Kontakt {
    z-index: -1;
    position: relative;
    width: 100%;
    height: auto
  }
  .L_Topic_Box_Ref {
    z-index: -1;
    position: relative;
    width: 100%;
    height: auto
  }
  .L_Topic_Box_Datenschutz {
    z-index: 1;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 100px
  }
  .L_pos_T_1 {
    position: relative;
    top: 357px;
    margin-bottom: 588px
  }
  .L_Picture_box {
    height: 400px;
    background-color: #E31E24;
    float: left;
    width: 400px;
    z-index: 1;
    position: relative;
    top: 181px;
    left: 0;
    color: #FFF;
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 21pt;
    text-align: center;
    line-height: 282px
  }
  .L_Quote_Box {
    height: 100px;
    background-color: #E31E24;
    float: left;
    width: 600px;
    z-index: 3;
    position: relative;
    top: 269px;
    left: -37%;
    color: #000;
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 21pt;
    text-align: center;
    display: block
  }
  .facebook {
    width: 35px;
    height: 35px
  }
  .instagram {
    width: 35px;
    height: 35px
  }
  .youtube {
    width: 35px;
    height: 35px
  }
  .Team_box {
    position: relative;
    font-size: 35px;
    left: 7%;
    margin-top: 9%;
    width: 40%;
    padding-bottom: 37.7%;
    margin-bottom: 10%;
    height: auto
  }
  .txt_kontakt {
    font-size: 2vw;
    display: block;
    text-align: center;
    font-family: "Century Gothic";
    position: relative;
    z-index: 2;
    width: auto;
    height: auto;
    margin-top: 0
  }
  .website_header {
    width: 100%
  }
  .ref_scale {
    position: relative;
    z-index: 10
  }
  .ref_wrap {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    height: auto
  }
  .Logo_Header {
    position: relative;
    left: -1629px;
    top: 20px;
    z-index: 3
  }
  .Logo_Header_Leistungen {
    position: absolute;
    left: 1.5%;
    top: 2%;
    z-index: 3;
    display: inline-block;
    height: auto;
    width: 33%
  }
  .Logo_Header_Kontakt {
    position: absolute;
    left: 1.5%;
    top: 2%;
    z-index: 3;
    max-width: 11%;
    height: auto;
    display: inline-block;
    min-width: 80px
  }
  .Logo_Header_Impressum {
    position: absolute;
    left: 1.5%;
    top: 2%;
    z-index: 3;
    max-width: 11%;
    height: auto;
    display: inline-block;
    min-width: 80px
  }
  .bg_color {
    background-color: #E31E24
  }
  .Logo_Header_Datenschutz {
    position: absolute;
    left: 20px;
    z-index: 3;
    top: 20px
  }
  .Logo_Header_Website {
    position: absolute;
    left: 1.5%;
    top: 2%;
    z-index: 3;
    height: auto;
    float: left;
    max-width: 11%;
    display: inline-block;
    min-width: 80px
  }
  .Logo_Header_Team {
    position: absolute;
    top: 2%;
    left: 1.5%;
    z-index: 3;
    width: 150px;
    max-width: 11%;
    height: auto;
    display: inline-block;
    min-width: 80px
  }
  .L_Text_Box {
    height: 500px;
    background-color: #E3E3E3;
    float: left;
    width: 500px;
    z-index: -1;
    position: relative;
    border-width: 0;
    color: #646464;
    font-family: "Century Gothic";
    font-size: 23px;
    text-align: left;
    text-indent: 30px;
    font-weight: 700;
    font-variant: normal;
    font-style: italic
  }
  .L_Picture_box_s {
    height: 250px;
    background-color: #E31E24;
    float: left;
    width: 250px;
    position: relative;
    top: -54px;
    left: -13%;
    color: #FFF;
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 21pt;
    text-align: center;
    line-height: 282px;
    z-index: -4
  }
  .L_Red {
    background-color: #E31E24;
    left: auto
  }
  .L_pos_TB_1 {
    top: 566px;
    left: 36%
  }
}
@media screen and (max-width:669px) {
  .overlayFade {
    position: absolute;
    height: 100%;
    width: 88%;
    top: 0;
    left: 15px;
    background-color: rgba(58, 58, 58, 0.50);
    opacity: 100%
  }
  .pt-7 {
    padding-top: 90px
  }
  .cat_box_7 {
    width: 100%;
    height: auto
  }
  .L_Topic_Box_Datenschutz_2 {
    z-index: 2;
    position: relative;
    width: 100%;
    padding-bottom: 100px;
    padding-top: 0
  }
  .DS_Text_Head {
    font-size: 20pt;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 50%
  }
  .DS_Text_Head_2 {
    font-size: 16px;
    width: 70%;
    display: inline-block;
    position: relative;
    text-align: center
  }
  .DS_Text_Head_4 {
    font-size: 20pt;
    width: 50%;
    display: inline-block;
    position: relative;
    text-align: center
  }
  .DS_Text_Head_3 {
    font-size: 16px;
    width: 70%;
    display: inline-block;
    position: relative;
    text-align: center
  }
  .pic_cat {
    position: relative;
    transition-duration: .4s;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 5%;
    width: 50%;
    padding-top: 50px
  }
  .pic_cat_bg {
    float: right;
    position: absolute;
    transition-duration: .4s;
    vertical-align: middle;
    height: 12.5%;
    padding-top: 0;
    clear: both;
    right: -1%;
    display: none
  }
  .pic_cat_bg_2 {
    float: left;
    position: absolute;
    transition-duration: .4s;
    vertical-align: middle;
    height: 12.5%;
    padding-top: 0;
    clear: both;
    left: -2%;
    display: none
  }
  .pic_cat_2 {
    position: relative;
    transition-duration: .4s;
    vertical-align: middle;
    text-align: center;
    width: 50%;
    padding-top: 50px
  }
  #Cookie_txt {
    width: 67%;
    position: relative;
    float: left;
    text-align: left;
    display: inline-block;
    height: 70px;
    margin: 0
  }
  .footer_contact {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 8pt;
    position: absolute;
    top: 15%
  }
  .banner_header {
    font-size: 18px
  }
  .table_copyright {
    position: absolute;
    width: 100%;
    z-index: 1;
    height: auto;
    top: 65%;
    text-align: center;
    padding-right: 30px
  }
  .content_projekte {
    position: relative
  }
  .table_projekte {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .email {
    width: 90%
  }
  .textarea {
    resize: none;
    width: 90%
  }
  .Main_Box {
    width: 100%
  }
  .L_Table {
    margin-top: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    margin-left: -80px
  }
  .L_Table_2 {
    margin-top: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
  }
  .Team_box_content_hermann {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 15px;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: -1%
  }
  .Team_box_content_ramona {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 15px;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 153%
  }
  .Team_box_content_christine {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 15px;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 308%
  }
  .Team_box_content_ilona {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 15px;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 464%
  }
  .Team_box_content_timon {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 15px;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 620%
  }
  .Team_box_content_ilse {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 15px;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 776%
  }
  .Team_box_content_denise {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 15px;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 932%
  }
  .Team_box_content_julia {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 15px;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 1088%
  }
  .Team_box_content_theresa {
    visibility: visible;
    transition: .4s ease;
    opacity: 0;
    font-size: 15px;
    display: block;
    position: absolute;
    height: auto;
    float: left;
    margin-left: 3%;
    width: 100%;
    margin-top: 1243%
  }
  .Team_box_content_placeholder {
    visibility: hidden;
    opacity: 0;
    text-align: center;
    position: absolute;
    display: block;
    font-size: 3vw;
    width: 50%;
    left: 24%;
    top: 21%
  }
  .container {
    z-index: 0
  }
  .image {
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
    width: 50%;
    display: inline-block;
    z-index: 3;
    margin: 10% 10% 93%
  }
  .container:hover .image {
    opacity: 1;
    z-index: 0
  }
  .container:hover .overlay {
    opacity: .4;
    z-index: 0
  }
  .wrapper {
    font-family: "Century Gothic";
    width: 80%;
    margin: auto;
    position: relative
  }
  .content_2 {
    position: relative;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: 160px;
    color: #FF0004;
    white-space: nowrap;
    overflow: hidden
  }
  .wrapper:hover img {
    opacity: .5
  }
  .title {
    font-family: "Century Gothic";
    color: #dc2d5e
  }
  .image_2 {
    display: block;
    width: 100%;
    height: auto
  }
  .text_2 {
    color: #fff;
    font-size: 11pt;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Century Gothic";
    font-weight: 500;
    text-transform: uppercase
  }
  #myCookieConsent {
    z-index: 999;
    min-height: 80px;
    font-family: "Century Gothic";
    padding: 10px 20px;
    background: #000;
    overflow: hidden;
    position: fixed;
    color: #FFF;
    bottom: 0;
    right: 0;
    display: none;
    left: 0;
    font-size: 12px;
    font-weight: 700;
    min-width: 98%
  }
  #myCookieConsent div {
    padding: 5px 0 0
  }
  #myCookieConsent a {
    color: #E31E24;
    display: inline-block;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0
  }
  #myCookieConsent a:hover {
    color: #AF383C
  }
  #myCookieConsent a#cookieButton {
    display: inline-block;
    color: #000;
    font-size: 1.1em;
    background: #E31E24;
    text-decoration: none;
    cursor: pointer;
    float: right;
    position: relative;
    margin-right: 15px;
    margin-left: 0;
    margin-top: 6px;
    padding: 20px
  }
  #myCookieConsent a#cookieButton:hover {
    background: #AF383C;
    color: #000
  }
  .projekte_firma {
    font-size: 40px;
    color: #FFF;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    left: 10%;
    position: relative;
    top: -80px;
    max-width: 1000px;
    font-weight: 900;
    letter-spacing: -4px;
    height: auto;
    display: block;
    margin-right: 5%
  }
  .projekte_text {
    position: relative;
    top: 90px;
    left: 10%;
    color: #FFF;
    font-family: "Century Gothic";
    font-size: 13px;
    max-width: 300px;
    height: auto;
    display: block;
    margin-right: 5%
  }
  .projekte_box_2 {
    width: 100%;
    height: 200px;
    background-color: #FA7D19;
    opacity: .9;
    display: inline-block
  }
  .projekte_firma_2 {
    font-size: 30px;
    color: #FFF;
    font-family: "Photograph Signature";
    left: 10.5%;
    position: relative;
    top: -76px;
    max-width: 1000px;
    height: auto;
    margin-right: 5%
  }
  .L_pos_T_2 {
    top: -39px;
    left: 10%;
    z-index: 5;
    position: relative;
    background-color: #000
  }
  .L_Grey {
    background-color: #B7B7B7
  }
  .L_pos_TB_2 {
    position: relative;
    top: 726px;
    left: -27%;
    z-index: -4
  }
  .L_Vid_box {
    float: left;
    z-index: 1;
    position: relative;
    color: #FFF;
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 21pt;
    text-align: center;
    line-height: 282px;
    width: 480px;
    height: 270px;
    top: 54px;
    left: 50%
  }
  .L_box1_pic1_pos {
    top: 136px;
    left: -450px
  }
  .L_Table_Head_1 {
    text-align: center;
    color: #000;
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 14px;
    display: table-row;
    line-height: 30pt
  }
  .L_Table_Head_1_2 {
    text-align: center;
    color: #000;
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 14px;
    display: table-row;
    line-height: 30pt
  }
  .L_Table_Head_2 {
    text-align: center;
    color: #000;
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 14px;
    display: table-row;
    line-height: 30pt
  }
  .L_Table_Text {
    width: 400px;
    font-family: "Century Gothic";
    font-variant: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    color: #000;
    display: table-cell;
    padding-right: 15px;
    padding-left: 15px;
    vertical-align: top
  }
  .L_Table_Text_2 {
    width: 400px;
    font-family: "Century Gothic";
    font-variant: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    color: #000;
    display: table-cell;
    padding-right: 15px;
    padding-left: 15px;
    vertical-align: top
  }
  .Table_Image_width {
    display: block;
    padding-bottom: 10px;
    margin: 0 auto;
    max-width: 110px;
    height: auto
  }
  .Table_Image_width_2 {
    display: block;
    padding-bottom: 10px;
    margin: 0 auto;
    max-width: 150px;
    height: auto
  }
  .DS_Text {
    position: relative;
    left: 10%;
    font-size: 12pt;
    width: 80%;
    top: 60px;
    z-index: 2;
    height: auto;
    padding-bottom: 50px
  }
  .DS_Text_kategorien {
    position: relative;
    font-size: 14pt;
    width: 100%;
    z-index: 2;
    margin-bottom: 50px;
    text-align: center
  }
  .DS_Text_Impressum {
    width: 100%;
    width: 70%;
    position: relative;
    font-size: 12pt;
    left: 10%;
    padding-bottom: 50px;
    display: block;
    min-height: 900px;
    padding-top: 50px
  }
  .DS_Text_Referenzen {
    width: 100%;
    position: relative;
    font-size: 23pt;
    height: auto;
    color: #E31E24;
    font-family: Photograph Signature
  }
  .copyright_Datenschutz {
    text-align: center;
    width: 100%;
    height: 20px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: 0
  }
  .copyright_Kontakt {
    text-align: center;
    width: 100%;
    height: 20px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: 0;
    display: block
  }
  .copyright_Team {
    text-align: center;
    width: 100%;
    height: 800px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    padding-bottom: 20px;
    position: relative;
    top: 0;
    padding-top: 20px;
    margin-bottom: -20px
  }
  .copyright_Impressum {
    text-align: center;
    width: 100%;
    height: 20px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: 0
  }
  .copyright_Kontake {
    text-align: center;
    width: 100%;
    height: 20px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    top: 8px
  }
  .copyright_Ref {
    text-align: center;
    width: 100%;
    height: 270px;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 22px;
    position: relative;
    top: 0;
    margin-bottom: -5px
  }
  .Headline_Box {
    width: 300px;
    height: 200px;
    background-color: #E31E24
  }
  .copyright_logo {
    position: absolute;
    opacity: 1;
    height: auto;
    text-align: center;
    top: 50px;
    width: 100%;
    right: 8px
  }
  .logo_footer {
    position: absolute;
    padding-left: 82%;
    padding-right: 50px;
    padding-top: 26%;
    display: none
  }
  .footer_list {
    width: 60%;
    text-align: left;
    display: none;
    position: absolute;
    margin-left: -3%;
    font-size: .8vw
  }
  .footer_list_2 {
    width: 60%;
    text-align: left;
    display: none;
    position: absolute;
    margin-left: -3%;
    font-size: 1.3vw
  }
  .footer_list_3 {
    width: 60%;
    text-align: left;
    display: flex;
    position: absolute;
    top: 38%;
    margin-left: 0;
    font-size: 11pt
  }
  .footer_list_gap {
    padding-left: 12%
  }
  .copyright_link {
    position: relative;
    color: #FFF;
    width: auto;
    background-color: #000;
    font-size: 9pt;
    display: inline-block;
    top: -270px;
    padding-left: 20px;
    left: -10px
  }
  .L_Table_Area {
    clear: both;
    width: 400px;
    height: auto;
    font-family: "Century Gothic";
    font-variant: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    color: #777;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
    z-index: 2;
    padding-top: 10px
  }
  .L_Table_Area_2 {
    clear: both;
    width: 400px;
    height: auto;
    font-family: "Century Gothic";
    font-variant: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
    color: #777;
    vertical-align: top;
    z-index: 2;
    padding: 10px 15px 40px
  }
  header {
    width: 100%
  }
  .logo {
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 100px;
    float: left;
    margin-top: 15px;
    margin-left: 25px;
    letter-spacing: 4px
  }
  nav {
    float: right;
    width: 50%;
    text-align: right;
    margin-right: 25px
  }
  header nav ul {
    list-style: none;
    float: right
  }
  nav ul li {
    float: left;
    color: #FFF;
    font-size: 14px;
    text-align: left;
    margin-right: 25px;
    letter-spacing: 2px;
    font-weight: 700;
    transition: all .3s linear
  }
  ul li a {
    color: #FFF;
    text-decoration: none
  }
  ul li:hover a {
    color: #000
  }
  .hero_header {
    color: #FFF;
    letter-spacing: 4px;
    font-family: "Century Gothic";
    width: 100%;
    font-size: 30pt;
    position: absolute;
    z-index: 10;
    height: auto;
    top: 200px;
    left: 2%;
    float: left;
    font-weight: 700;
    bottom: 25%;
    line-height: 35pt
  }
  .hero_header font {
    font-size: 35pt
  }
  .hero {
    padding-top: 150px;
    color: rgba(249, 6, 10, 1.00);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inherit;
    margin-top: 0;
    z-index: -100;
    min-height: 70%;
    min-width: 100%;
    padding-bottom: 0
  }
  .light {
    font-weight: 700;
    color: #3F3F3F
  }
  .tagline {
    text-align: center;
    color: #FFF;
    margin-top: 4px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 1px
  }
  .text_column {
    width: 29%;
    text-align: justify;
    font-weight: lighter;
    line-height: 25px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    color: #A3A3A3
  }
  .about {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    display: inline-block;
    background-color: #FFF;
    margin-top: 0
  }
  #value {
    color: #232323;
    margin-bottom: 0;
    font-size: 16pt;
    display: inline-block
  }
  #value_1 {
    color: #232323;
    margin-bottom: 0;
    font-size: 16pt;
    display: inline-block
  }
  #value_2 {
    color: #232323;
    margin-bottom: 0;
    font-size: 16pt;
    display: inline-block
  }
  #value_3 {
    color: #232323;
    margin-bottom: 0;
    font-size: 16pt;
    display: inline-block
  }
  .gallery {
    padding-bottom: 5%;
    height: auto;
    max-width: 80%;
    text-align: center;
    padding-left: 8%;
    padding-top: 2%
  }
  .thumbnail {
    width: 42%;
    display: inline-block;
    padding-right: 3%;
    padding-left: 3%
  }
  .gallery .thumbnail h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #F03;
    display: inline-block
  }
  .gallery .thumbnail p {
    color: #A3A3A3;
    display: inline-block;
    margin: 0
  }
  .banner {
    background-color: rgba(230, 30, 35, 1.00);
    position: relative;
    width: 89%;
    text-align: center;
    margin-left: 6%;
    height: auto
  }
  .parallax_description {
    color: #FFF;
    font-weight: lighter;
    position: relative;
    z-index: 1;
    display: inline-block;
    height: auto;
    margin-left: 4%;
    margin-right: 4%;
    font-size: 13px;
    margin-top: 5%;
    max-width: 290px
  }
  .button {
    width: 200px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    text-align: center;
    vertical-align: middle;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    border: 3px solid #FFF;
    color: #FFF;
    transition: all .3s linear;
    font-size: 14pt;
    padding: 5px
  }
  .button:hover {
    background-color: #FEFEFE;
    color: #C4C4C4;
    cursor: pointer
  }
  .copyright {
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    height: 770px;
    width: 100%;
    position: relative;
    top: 0;
    margin-bottom: -5px
  }
  .copyright_leistungen {
    width: 100%;
    height: 20px;
    position: relative;
    top: 0;
    margin-top: -200px;
    display: block
  }
  .footer_banner {
    background-color: rgba(230, 30, 35, 1.00);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    background-repeat: repeat;
    position: relative
  }
  .hidden {
    display: none
  }
  .Farbe_Fakten {
    color: rgba(230, 30, 35, 1.00);
    font-family: "Century Gothic";
    font-size: 13pt;
    width: 100%;
    display: inline-block
  }
  .Menu {
    font-family: "Century Gothic";
    text-transform: none;
    position: fixed;
    color: rgba(0, 0, 0, 1.00);
    min-width: 100%;
    z-index: 100;
    left: 93.1%;
    top: 20px
  }
  .Bild_Ideen {
    display: none;
    height: auto;
    z-index: 0;
    max-width: 50%;
    min-height: 0;
    visibility: hidden
  }
  .con_1 {
    width: 100%;
    height: 1000px
  }
  .cat_pos {
    float: none;
    clear: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: table
  }
  .categories {
    display: table-column
  }
  .cat_box {
    float: left;
    width: 85%;
    height: 85%
  }
  .cat_1 {
    width: 400px;
    height: 400px
  }
  .thumbnail_2 {
    width: 25%;
    float: left
  }
  .cat_box_2nd_row {
    position: relative;
    bottom: -23px;
    display: inline-block;
    float: left
  }
  .gallery_2 {
    display: block;
    width: 90%;
    min-width: 400px;
    text-align: center;
    vertical-align: middle;
    margin: 8% 5% 5%
  }
  .cat_box_b1 {
    position: relative;
    left: 120px
  }
  .cat_box_b4 {
    position: relative;
    left: -20px
  }
  .b2 {
    position: relative;
    left: 72px
  }
  .b3 {
    position: relative;
    left: 26px
  }
  .Header_Bar {
    background-color: #000;
    min-width: 100%;
    height: 65px;
    position: fixed;
    z-index: 1;
    opacity: 0
  }
  .contatiner_projekte {
    background-color: #FFF
  }
  .projekte_box {
    width: 100%;
    height: 200px;
    background-color: #01AFEC;
    display: inline-block
  }
  .projekte_headline {
    font-size: 20px;
    color: #FFF;
    font-family: "Century Gothic";
    left: 10%;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    min-width: 1064px;
    height: auto;
    display: block
  }
  .projekte_bar {
    left: 10%;
    position: relative;
    top: 35px;
    background-color: #FFF;
    width: 100px;
    height: 2px
  }
  .projekte_img {
    position: relative;
    -webkit-box-shadow: 10px 10px 80px 4px #232323;
    box-shadow: 10px 10px 80px 4px #232323;
    opacity: 1;
    display: inline-block;
    float: left;
    margin-top: 1%;
    margin-left: 1%;
    max-width: 50%;
    height: auto;
    visibility: visible
  }
  .projekte_img_2 {
    position: relative;
    -webkit-filter: drop-shadow(20px 10px 12px #222);
    filter: drop-shadow(20px 10px 12px #222);
    max-width: 50%;
    margin-left: 10%;
    margin-right: auto;
    display: inline-block;
    width: auto;
    height: auto;
    opacity: 1;
    float: left;
    margin-top: 1%;
    visibility: visible
  }
  .projekte_pos_txt {
    max-width: 800px;
    display: inline-table;
    position: relative;
    top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: -40px
  }
  .Clients_Block {
    width: 100%;
    height: 10%;
    opacity: .7;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .clients_margin {
    margin-top: 3.5%;
    margin-bottom: 5%;
    position: relative;
    left: 10%;
    display: inline-block;
    width: 100%
  }
  .client_1 {
    position: relative;
    left: -3%;
    width: 12%;
    height: auto
  }
  .client_2 {
    left: -1%;
    position: relative;
    width: 14%;
    height: auto
  }
  .client_4 {
    position: relative;
    left: 3%;
    width: 10%;
    height: auto;
    top: 15%
  }
  .client_5 {
    position: relative;
    left: 7%;
    width: 10%;
    height: auto
  }
  .client_6 {
    position: relative;
    left: 12%;
    width: 12%;
    height: auto
  }
  .client_3 {
    position: relative;
    left: 0;
    width: 11%;
    height: auto
  }
  .Seiten_Headline {
    position: relative;
    font-family: "Century Gothic";
    font-size: 11vw;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 5%;
    margin-top: 3%;
    width: auto
  }
  .Seiten_Headline_Leistungen {
    position: relative;
    font-family: "Century Gothic";
    font-size: 11vw;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 5%;
    margin-top: 10%;
    width: auto
  }
  .Seiten_Headline_Impressum {
    position: relative;
    font-family: "Century Gothic";
    font-size: 11vw;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 5%;
    margin-top: 10%;
    width: auto
  }
  .Seiten_Headline_Datenschutz {
    position: relative;
    font-family: "Century Gothic";
    font-size: 11vw;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 5%;
    margin-top: 10%;
    vertical-align: middle;
    width: auto
  }
  .Seiten_Headline_Datenschutz_2 {
    position: relative;
    font-family: "Century Gothic";
    font-size: 40px;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin-bottom: 5%;
    margin-top: 9%;
    vertical-align: middle;
    width: auto
  }
  .Team_Uebersicht {
    height: 40%;
    width: 40%;
    position: relative;
    left: 3%;
    margin-top: 5%;
    padding-bottom: 5%
  }
  .Title_Team {
    position: relative;
    font-size: 185px;
    left: 228px;
    width: 400px
  }
  .L_Topic_Box {
    z-index: -1;
    color: #FFF;
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 21pt;
    text-align: center;
    width: 100%;
    margin-bottom: 70px;
    display: none;
    min-height: 900px
  }
  .L_Topic_Box_2 {
    z-index: -1;
    color: #FFF;
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 21pt;
    text-align: center;
    width: 100%;
    margin-bottom: 70px;
    display: inline-block;
    min-height: auto
  }
  .L_Topic_Box_Impressum {
    z-index: -1;
    width: 100%;
    position: relative;
    max-height: 100%
  }
  .L_Topic_Box_Kontakt {
    height: auto;
    z-index: -1;
    position: relative;
    width: 100%;
    padding-bottom: 50px
  }
  .L_Topic_Box_Ref {
    z-index: -1;
    position: relative;
    width: 100%;
    height: auto
  }
  .L_Topic_Box_Datenschutz {
    z-index: 1;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 100px
  }
  .L_pos_T_1 {
    position: relative;
    top: 357px;
    margin-bottom: 588px
  }
  .L_Picture_box {
    height: 400px;
    background-color: #E31E24;
    float: left;
    width: 400px;
    z-index: 1;
    position: relative;
    top: 181px;
    left: 0;
    color: #FFF;
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 21pt;
    text-align: center;
    line-height: 282px
  }
  .L_Quote_Box {
    height: 100px;
    background-color: #E31E24;
    float: left;
    width: 600px;
    z-index: 3;
    position: relative;
    top: 269px;
    left: -37%;
    color: #000;
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 21pt;
    text-align: center;
    display: block
  }
  .facebook {
    display: inline-block;
    width: 60px;
    height: 60px;
    max-width: 100%
  }
  .instagram {
    display: inline-block;
    width: 60px;
    height: 60px;
    max-width: 100%
  }
  .youtube {
    display: inline-block;
    width: 60px;
    height: 60px;
    max-width: 100%
  }
  .Team_box {
    position: relative;
    font-size: 35px;
    left: 7%;
    margin-top: 9%;
    width: 40%;
    padding-bottom: 37.7%;
    margin-bottom: 10%;
    height: auto
  }
  .txt_kontakt {
    font-size: 3vw;
    display: block;
    text-align: center;
    font-family: "Century Gothic";
    position: relative;
    z-index: 2;
    width: auto;
    height: auto;
    margin-top: 100px
  }
  .website_header {
    width: 100%
  }
  .ref_scale {
    position: relative;
    z-index: 10
  }
  .ref_wrap {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    height: auto
  }
  .Logo_Header {
    position: relative;
    left: -1629px;
    top: 20px;
    z-index: 3
  }
  .Logo_Header_Leistungen {
    position: absolute;
    left: 1.5%;
    top: 2%;
    z-index: 3;
    display: inline-block;
    height: auto;
    width: 33%;
    max-width: 11%;
    min-width: 80px
  }
  .Logo_Header_Kontakt {
    position: absolute;
    left: 1.5%;
    top: 2%;
    z-index: 3;
    max-width: 11%;
    height: auto;
    display: inline-block;
    min-width: 80px
  }
  .Logo_Header_Impressum {
    position: absolute;
    left: 1.5%;
    top: 2%;
    z-index: 3;
    max-width: 11%;
    height: auto;
    display: inline-block;
    min-width: 80px
  }
  .bg_color {
    background-color: #E31E24
  }
  .Logo_Header_Datenschutz {
    position: absolute;
    left: 20px;
    z-index: 3;
    top: 20px
  }
  .Logo_Header_Website {
    position: absolute;
    left: 1.5%;
    top: 2%;
    z-index: 3;
    height: auto;
    float: left;
    max-width: 12%;
    display: inline-block;
    min-width: 100px
  }
  .Logo_Header_Team {
    position: absolute;
    top: 2%;
    left: 1.5%;
    z-index: 3;
    width: 150px;
    max-width: 11%;
    height: auto;
    display: inline-block;
    min-width: 80px
  }
  .L_Text_Box {
    height: 500px;
    float: left;
    width: 500px;
    z-index: -1;
    position: relative;
    border-width: 0;
    color: #646464;
    font-family: "Century Gothic";
    font-size: 23px;
    text-align: left;
    text-indent: 30px;
    font-weight: 700;
    font-variant: normal;
    font-style: italic
  }
  .L_Picture_box_s {
    height: 250px;
    float: left;
    width: 250px;
    position: relative;
    top: -54px;
    left: -13%;
    color: #FFF;
    font-family: "Century Gothic";
    font-weight: 700;
    font-size: 21pt;
    text-align: center;
    line-height: 282px;
    z-index: -4
  }
  .L_Red {
    background-color: #E31E24;
    left: auto
  }
  .L_pos_TB_1 {
    top: 566px;
    left: 36%
  }
  .MH {
    font-size: 8pt;
    width: 100%;
    margin-top: 210px;
    position: absolute;
    text-align: center;
    height: auto
  }
  .beschreibung {
    font-size: 13px;
    display: inline-block
  }
  .menu_logo {
    top: 80%;
    left: 2%;
    position: absolute
  }
  .cont_row {
    margin: 0;
    padding: 0
  }
}