html {
  scroll-behavior: smooth;
-webkit-overflow-scrolling: touch;
}

body{
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.75;
    color: #fff;
    background-color: #191e23;
}
.video-viewport{
 height: auto;
 max-height: 75vh;
 overflow: hidden;
 position: relative;
}
.image-viewport{
 height: auto;
 max-height: 50vh;
 overflow: hidden;
 position: relative;
}
#bgimg {
    display: none;
}

.spacer
{
    width: 100%;
    height: 86px;
}
h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; 
}
.textsite h1 {font-size: 62px;}
h2 {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 62px;
    font-weight: 200;
    line-height: 1.2;
    margin: 0;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; 
}
.textsite h2 {font-size: 45px;margin-top:1em;margin-bottom: 0.3em}
h3 {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 200;
    line-height: 1.2;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; 
}

h4 {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; 
}

p {font-weight: 200;}
p:first-child:first-letter {
    font-size: 71px;
    float: left;
    margin: 10px 3px 0 0;
    line-height: 0.8;
}
a {color:#fff;text-decoration: underline;}
b, strong {font-weight: 400;}
.footer p:first-child:first-letter {
    font-size: 16px;
    float: none;
    margin:0;
    line-height: 1.75;
}
ul {
    text-align: left;
    list-style: square;
    padding: 0;
    padding-left: 2%;
    color:#e1001e;
    margin: 0;
}
ul li {
    color: #fff;
    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
}
.zitat {
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    font-weight: 200;
    font-style: italic;
    color: #191e23;
    line-height: 1.5;
}

.person{
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 200;
    color:#697878;
}
.content ul li::before {
    font-family: FontAwesome;
    content: "\f00c";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: red; /* Change the color */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 2em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
    line-height: 3;
    text-align: center;
}

img {
    width: 100%;
    height: auto;
}
.vcm img {margin: 0;}
.vcd img {margin: 0;}
.threeboxes {text-align:center!important; padding: 0 5%;text-align: center;}
#video_overlays {
position: absolute;
float: left;
width: 100%;
min-height: 100vh;
opacity: 0.35;
background: url(http://mariuswinkler.malte-winkler.de/site/templates/img/dot_pattern.png);
background-color: rgba(0,0,0,0.4);
z-index: 1;
}
.logoimg {
 max-height: 60px;
 width: auto;
 margin: 0
}
.logoimg < a{
 padding: 0;
}
.logo-touch {
 background-color: rgba(248, 248, 248, 1) !important;
top: 0;
    z-index: 999;
    position: relative;
}
.img {
 width: 100%;
 height: auto;
}
.wrap{
 max-width: 1110px;
 margin-left: auto;
 margin-right: auto;
}
.clear{
clear: both;
}
.boxes .grid {
    position: relative;
    top: -50px;
    padding-top: 12%;
}
.boxcontent{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    box-shadow: 0 10px 40px 0 rgba(62,57,107,0.07),0 2px 9px 0 rgba(62,57,107,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.boxcontent.highlight{
    display: inline-block;
    left: 0;
    top: auto;
    margin-top: 0;
    top: 120px;
    box-shadow: none;
    cursor: default;
}
.boxcontent.highlight:hover{
    transform: none;
    box-shadow: none;
}
.content-background{
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-blend-mode: multiply;
    border-radius: 6px;
    background-color: #fff!important;
    background-position: center;
}
.boxcontent:hover {
transform: translateY(-5px) translateZ(0);
box-shadow: 0 16px 32px 0 rgba(62,57,107,0.28),0 0 0 transparent;
}
.head-title {
    text-align: center;
    margin: 0;
}
.subline-title {
    color: #fff;
    text-align: center;
    margin: 0;
    font-weight: 200;
    font-size: 30px !important;
    line-height: 1.5;
    margin: 0 auto; 
}
.title-head-text {
    width: 100%;
    color: #fff;
    font-size: 88px;
    font-weight: 300;
    position: relative;
    line-height: 2;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone; 
}
.title {
    color: #fff;
    font-size: 16px!important;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 90%;
    text-align: center;
    bottom: 0; 
    position: absolute;
    z-index: 2;
    left: calc(50% + 0px);
    transform: translateX(-50%);
}

.title-text {
    position: relative;
    font-weight: 400;
    background-color: #191e23;
    box-shadow: -8px 0 0 #191e23,8px 0 0 #191e23;
    line-height: 2;
    padding: 4px;
    top: -.5px;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;      
}

.trenner {
    margin-top: 20px;   
}

.btn {
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 22px;
    letter-spacing: 2px;
    padding: 10px 20px;
    transition: 0.5s;
    display: inline-block;
}

.btn.dark {
    color: #191e23;
    border: 2px solid #191e23;
    transition: 0.5s;
}

.btn:hover {
    background-color: #fff;
    color: #191e23;
    transition: 0.5s;
    margin-left: 20px;
}
.btn:active {
    background-color: #fff;
    color: #191e23;
    transition: 0.5s;
    margin-left: 20px;
}
.btn.dark:hover {
    color: #fff;
    background-color: #191e23;
    border: 2px solid #191e23;
    transition: 0.5s;
    margin-left: 20px;
}

.btn-arrow-down:before {
    background: url('/site/assets/files/1/arrow_down.png') no-repeat;
    height: 27px;
    width: 99px;
    content: " ";
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: rgba(0,0,0,0); /* Set a background color */
 border: 2px solid white;
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  font-size: 18px; /* Increase font size */
    transition: 0.3s;
}

#myBtn:hover, #myBtn:focus {
  background-color: #e1001e; /* Add a dark-grey background on hover */
  transition: 0.3s;
}

.paddingbox {
    padding: 200px 0 250px 0;
}

.footer {
    color: #fff!important;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 16px;
    padding: 2% 0;
}
.footernav {
    margin: 5% 0;
}
.footernav a{color:#fff; font-size: 16px;}
.footernav a:hover{color:#e1001e; font-size: 16px;}
.column h2{text-align: center;}
.column{column-count: 2;column-gap:3.5%;}
.qualitymobile {display: none}
/* VIDEO */  
/* VIDEO */  
/* VIDEO */ 

#bgvid {margin-bottom: -9px;display: none;}
.vcm {
    display: none;   
}
div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
    overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
    margin-top: 5%;
    padding: 0 5%;
}
    
div.scrollmenu a{
    display: inline-flex;
    margin-bottom: 3%;
    background-color: #f8faff;
    text-decoration: none;
    max-width: 10vw;
    position: relative;
}
    
div.scrollmenu a img{
    width: 10vw;    
}

  
div.scrollmenu h3{
    color: #fff;
    font-size: 12px!important;
    letter-spacing: normal;
    text-align: center;
    float: none;
    white-space: pre-wrap;
    text-transform: uppercase;
}

div.scrollmenu h3 .title-text{
    box-shadow: -3px 0 0 #191e23,3px 0 0 #191e23!important;

}

.flexslider .slides li {
    position:relative;
}


.flexslider .flex-direction-nav .flex-next {
    right: 5px; /* adjust offset to match the hover style */
    opacity: .8; /* adjust opacity to match the hover style */
}

.flexslider .flex-direction-nav .flex-prev {
    left: 5px; /* adjust offset to match the hover style */
    opacity: .8; /* adjust opacity to match the hover style */
}

.flex-direction-nav .flex-next { right: 0 !important; margin-right: -40px; 
   opacity: 1 !important; }

.flex-direction-nav .flex-prev { left: 0 !important; opacity: 1 !important; 
   margin-left: -65px; }
.flex-direction-nav .flex-next { margin-right: -65px; }

.vcd .flex-control-nav {bottom:-58px!important;}
.flexslider { width: 90%; margin: 0 auto; }

.flexslider .slides img {
    max-height: 169px;
}
.videobox{
    margin: 0!important;
    padding: 100px!important;
    width: 60%;
    min-height: 100vh;
}
 

.videobox h2{
    color: #fff;   
    font-size: 20px;
}
.videobox p{
    color: #fff; 
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
}
.tags{
    color: #999; 
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
}
.tags a{
    color: #999; 
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
}
.fancybox-close-small{
    color: #fff!important;   
}
    
.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
    
.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}

/* Lazy video */ 
.video {
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.video img {
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 1;
    margin: 0;
}
.video .play-button {
    width: 90px;
    height: 60px;
    background-color: #ff002a;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.video .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.video img,
.video .play-button {
    cursor: pointer;
}
.video img,
.video iframe,
.video .play-button,
.video .play-button:before {
    position: absolute;
}
.video .play-button,
.video .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.video iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.yt-data{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
    z-index: 1;
    background-color: rgba( 25,30,35,0.8);
    padding: 0 10px;
    min-width: 90%;
    text-align: center;
}
/* SHOW SCROLLBAR IOS */ 
.frame::-webkit-scrollbar {
    -webkit-appearance: none;
}

.frame::-webkit-scrollbar:horizontal {
    height: 11px;
}

.frame::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
}
.frame::-webkit-scrollbar-track { 
    background-color: #fff; 
    border-radius: 8px; 
}


 /* ---------------------------------------------------------
   Simple Contact Form
   ---------------------------------------------------------*/   
    #wrap_Inputfield_scf-website{display:none;}
    .form__item{width:100%!important;}
    .form__item label{display:none;}
    .form__item .InputfieldMaxWidth{
        width:94%;
        border:0;
        border-radius: 0!important;
        margin-bottom:5%;
        background-color: #fff;
        padding: 3%;
        font-size: 20px;
        font-weight: 200;
        opacity: 1!important;
        color: #191e23;
    }
    #Inputfield_submit {
        background-color: #e1001e;
        text-decoration: none;
        font-family: 'Raleway', sans-serif;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 22px;
        letter-spacing: 2px;
        padding: 10px 20px;
        transition: 0.5s;
        border: 2px solid #e1001e;
    }
     #Inputfield_submit:hover {
        margin-left: 20px;
        transition: 0.5s;
    }
    #wrap_Inputfield_submit {width:50%!important}
    #wrap_Inputfield_scf_datenschutz {margin-bottom:5%;}
    #wrap_Inputfield_scf_datenschutz label{display:block;}
    #wrap_Inputfield_scf_datenschutz .field__header--hidden{display:none;}
    #Inputfield_scf_datenschutz{margin-right: 2%;}
    #wrap_Inputfield_scf_datenschutz .field__description{font-size:14px;text-transform:none;color:#fff;font-weight:300;text-align: left;line-height: 1.5}
    #wrap_Inputfield_scf_datenschutz .field__description a, footer a{color:#fff!important;}
    #wrap_Inputfield_scf_datenschutz .field__description a:hover, footer a:hover{color:#e1001e!important;}
    #wrap_Inputfield_scf_datenschutz .pw-no-select{font-size:14px;text-transform:none;color:#fff;font-weight:200;text-align: left;}
    .ui-button-text{color:#fff;}
    .field--error--message {color: #e1001e;font-size:12px;text-align:left;}
    .form--success--message {color: #191e23;}
::-webkit-input-placeholder {
    color: #3e3e3e;
    opacity: 1 !important; /* for older chrome versions. may no longer apply. */
}

:-moz-placeholder { /* Firefox 18- */
    color: #3e3e3e;
    opacity: 1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #3e3e3e;
    opacity: 1 !important;
}

:-ms-input-placeholder {  
   color: #3e3e3e;
}
.form--success--message{
    color: #ccff33;
    font-size: 22px;    
}
.form--error--message{
    color: #e1001e;
    font-size: 22px;    
}
.form--success--message:first-child::first-letter{font-size: 22px!important;}
.form--error--message:first-child::first-letter{font-size: 22px!important;}

 /* ---------------------------------------------------------
   Cookie Banner
   ---------------------------------------------------------*/  
.privacywire-wrapper show-banner {width: 90%; height: 100vh!important;}
.privacywire-banner {background-color: #191e23!important;padding:1% 3%!important;z-index: 99 !important;}
.allow-all{color: #191e23;
    border: 2px solid #fff!important;
    background-color: #fff!important;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 10px 20px;
    margin-right: 30px;
    transition: 0.5s;
    display: inline-block;}
.allow-necessary {color: #fff;
    background-color: transparent!important;
    border: 2px solid #fff;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 10px 20px;
    transition: 0.5s;
    display: inline-block;}
div.privacywire header {
    font-weight: 400!important;
}
.privacywire.privacywire-message{background-color: #455050!important}
.privacywire-text{margin-bottom: 20px;}
.privacywire-buttons{margin-bottom: 20px;}
@media screen and (min-width:768px){
    #bgvid {
    display: block;   
}
}
 /* ---------------------------------------------------------
   Responsive
   ---------------------------------------------------------*/   
@media screen and (min-width:320px) and (max-width:767px) {

body {line-height: 1.6;}
h2 {font-size: 35px;font-weight: 300;}
h3 {font-size: 35px;font-weight: 300;text-align: left!important;}
.textsite h1 {font-size: 62px;padding: 0 5%!important}
.textsite h3 {padding-left:5%!important;}
.column h2{text-align: left;}
p {font-weight: 300;text-align: left!important;}
    
p:first-child::first-letter {
font-size: 71px;
    float: left;
    margin: 10px 0px 0 0;
    line-height: 0.5;
}
.paddingbox {
    padding: 100px 0 170px 0;
}

.wrap ul {
    width: 85%;
    margin: 0 0 0 5%;
    padding: 0 5%;
    
    }
.vcm .paddingbox {
    padding: 100px 0 100px 0;
}
.paddingbox .grid.four{
    margin-bottom: 10%;
}
.paddingbox .grid.four:last-of-type{
    margin-bottom: 0%;
}
.flexsliderzitat {text-align: left;margin: 0 5%!important; width: 90%!important;}
.zitat {font-size: 25px;font-weight: 300;}
.threeboxes {text-align:left!important; padding: 0 5%;}
.divleft {text-align: left;}
#video_overlays {
min-height: 10vh!important;
}
.spacer {
    display: none;   
}
.logoimg {max-height: 45px;width: auto;margin: 3% 0 0 5%;}
div.fadeShow-container {
    min-height: 60vh;
}
.boxcontent.highlight {
    top: 60px;   
}
.title-head-text {
    font-size: 35px;  
    margin: 0 2%;
    font-weight: 400;
}
    
.subline-title {
    font-size: 20px !important;
    margin: 0 2%;
    text-align: center !important;
    font-weight: 300;
    width: 70%;
    margin: 0 auto;
}
.boxes .grid {
    position: relative;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 38%;
    margin-bottom: 20px;
    border-radius: 0;
    top: -20vh;
}
.boxes .grid.two {
    padding-top: 0!important;
}
.boxes .grid.eight {
    padding-top: 0!important;
    margin-top: 20%;
    margin-bottom: -20%;
}
.boxcontent:hover {
transform: none;
box-shadow: none;
}
.btn {
    margin-bottom: 5%;
    padding: 3%;
    margin-left: 5%;
    margin-right: 5%;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
}
.footer.no-touch {
    min-height: 130px;;
}
.footer.touch p{
    padding: 8px 5% 0 5%;
    margin: 0;
}
.column{column-count: 1;}
.qualitymobile {display: block;padding: 20% 0 0 0!important;}
.qualitydesktop {display: none;}
.qualitymobile img{width: 60%;margin: 24px 0 0px 0!important; display: block;}
.qualitymobile h2{text-align: left;}
    
.yt-data{
    font-size: 12px!important;
    text-align: center!important;}
    
#myBtn {
    bottom: 70px;
    right: 15px;
    z-index: 99;
    background-color: rgba(0,0,0,0.3);
    border: 2px solid white;
    color: white;
    padding: 11px;
    font-size: 17px;
}
#myBtn:focus, #myBtn:hover{
    background-color: rgba(0,0,0,0.3);
}
    
/* ---------------------------------------------------------
   Cookie Banner Responsive
   ---------------------------------------------------------*/  
.privacywire-banner {font-size: 16px!important;}
.allow-all{width:100%;margin-bottom: 10px;font-size: 16px!important;letter-spacing: 1px!important}
.allow-necessary {width:100%;margin-bottom: 0!important;padding: 10px 5px!important;font-size: 16px!important;letter-spacing: 1px!important;}
.privacywire-body{margin-bottom: 60px;}
/* SLIDESHOW */  
/* SLIDESHOW */  
/* SLIDESHOW */   
div.fadeShow-container div.image.fillHeight {background-size:auto 120%!important;background-position: top;}

@keyframes slide0 {
    0%   {background-position: bottom;}
    25%   {background-position: center;}
    50% {background-position: top;}
    75%   {background-position: center;}
    100%   {background-position: bottom;}
}
@keyframes slide1 {
    0%   {background-position: left;}
    25%   {background-position: center;}
    50% {background-position: right;}
    75% {background-position: center;}
    100%   {background-position: left;}
}
@keyframes slide2 {
    0%   {background-position: bottom;}
    25%   {background-position: center;}
    50% {background-position: top;}
    75% {background-position: center;}
    100%   {background-position: bottom;}
}
@keyframes slide3 {
    0%   {background-position: left;}
    25%   {background-position: center;}
    50% {background-position: right;}
    75% {background-position: center;}
    100%   {background-position: left;}
}

.fadeShow-slide0 {
    animation-name: slide0;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    
}

.fadeShow-slide1 {
    width: 120%;
    animation-name: slide1;
    animation-duration: 35s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 5s;
}
.fadeShow-slide2 {
    animation-name: slide2;
    animation-duration: 35s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 10s;
}
.fadeShow-slide3 {
    background-size:auto 160%!important;
    animation-name: slide3;
    animation-duration: 35s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 15s;
}
 
/* VIDEO */  
/* VIDEO */  
/* VIDEO */ 

.video-viewport {height: auto;}
.vcm {
    display: block;   
}
    
.vcd {
    display: none;   
}
div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
    overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
    margin-top: 10%;
    padding: 0 5%;
}
   
div.scrollmenu a{
    display: inline-flex;
    margin-bottom: 3%;
    background-color: #f8faff;
    text-decoration: none;
    max-width:50vw;
    position: relative;
}
    
div.scrollmenu a img{
    width: 165px;
    height: 93px;
}

  
div.scrollmenu h3{
    color: #fff;
    font-size: 14px!important;
    letter-spacing: normal;
    text-align: center;
    float: none;
    white-space: pre-wrap;
    text-transform: none;
}

div.scrollmenu h3 .title-text{
    box-shadow: -3px 0 0 #191e23,3px 0 0 #191e23!important;

}
        
.videobox{
    margin: 0!important;
    padding: 20% 5%!important;
    width: 100%;
}
 
.video{
    margin: 0!important;
}
.videobox h2{
    color: #fff;   
    font-size: 18px;
    margin: 0!important;
    padding: 5% 0
}
.videobox p{
    color: #fff;   
    font-size: 16px;
    margin: 0!important;
}
.tags{
    color: #999;  
    font-size: 16px;
}
.tags a{
    color: #999;  
    font-size: 16px;
}
.fancybox-close-small{
    color: #fff!important;   
}
    
.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
    
.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}

/* SHOW SCROLLBAR IOS */ 
.frame::-webkit-scrollbar {
    -webkit-appearance: none;
}

.frame::-webkit-scrollbar:horizontal {
    height: 11px;
}

.frame::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
}
.frame::-webkit-scrollbar-track { 
    background-color: #fff; 
    border-radius: 8px; 
}

/* ---------------------------------------------------------
   Simple Contact Form
   ---------------------------------------------------------*/   
    #contact-form{padding: 0 5%;width: 90%;}
    #wrap_Inputfield_scf_datenschutz .field__description {padding:0}
    .footernav {padding: 0 5%;}
    .footer {padding-bottom: 20%;}
    #wrap_Inputfield_submit {width:80%!important}
}

@media screen and (min-width:320px) and (max-width:767px) and (orientation : landscape) {
.videobox {
    height: 95vh !important;
    margin: 0 !important;
    padding: 5% !important;
    width: 100%;
}
    
.video {
    padding-top: 26.25%;
    width: 50%;
    float: left;
    margin: 0 4% 4% 0!important;
}
.videobox h2 {
    padding: 0 0 4% 0!important;
    width: 90%
}
.navigation-touch {
    height: 95px;   
}
.footer.touch{
    min-height: 80px!important;   
}
.footer.touch p {

    padding: 16px 6% 0 6%;
    margin: 0;
}
.boxes .grid {
    width: 29.33333333%;
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 10%;
}
.title {
    font-size: 10px !important;
    letter-spacing: 1px;
} 

}
@media screen and (min-width:768px) and (max-width:1300px) {
    body{font-size: 18px;}
    h2 {font-size: 35px;}
    .btn {font-size: 18px;}
    .title-head-text {font-size: 72px;}
    .subline-title {font-size: 22px!important;}
    .paddingbox {padding: 100px 0 200px 0;}
    .logoimg {margin: 4% 0 0 0;max-height: 48px;}
    .spacer {height: 66px;}
    .boxcontent.highlight {
        top:60px;   
    }
    .boxcontent {
        margin: 0 5%!important;
    }
    .boxes .grid {
        position: relative;
        top: -50px;
        padding-top: 11%;
    }

}
@media screen and (min-width:768px) and (max-width:1300px) and (orientation: portrait) {
.title {
    font-size: 10px !important;
    letter-spacing: 1px;
}
.videobox {
    width: 90%;
}
}
@media screen and (min-width:768px) and (max-width:1300px) and (orientation: landscape) {
.videobox {
    width: 90%;
}

}