/*


WINTERED TEMPLATE  V1.0 BY SUPVIEW.BE

00. FONT FACE & GENERALS SETTINGS
01. NAVIGATION
02. HEADER
03. INTRODUCTION
04. INTERSECTION ( TESTIMONIALS )
05. CREW
06. WORKS GRID
07. CLIENTS
08. PROCESS
09. CONTACT INTERSECTION
10. CONTACT
11. FOOTER
12. MEDIA QUERIES



*/

/* 00. FONT FACE & SOME GENERALS SETTINGS ================================================== */

@font-face {
    font-family: 'clearsansregular';
    src: url('../fonts/clearsans/ClearSans-Regular.eot');
    src: url('../fonts/clearsans/ClearSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clearsans/ClearSans-Regular.woff') format('woff'),
         url('../fonts/clearsans/ClearSans-Regular.ttf') format('truetype'),
         url('../fonts/clearsans/ClearSans-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'clearsanslight';
  src: url('../fonts/clearsans/ClearSans-Light.eot');
  src: url('../fonts/clearsans/ClearSans-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/clearsans/ClearSans-Light.woff') format('woff'),
       url('../fonts/clearsans/ClearSans-Light.ttf') format('truetype'),
       url('../fonts/clearsans/ClearSans-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'clearsansbold';
    src: url('../fonts/clearsans/ClearSans-Bold.eot');
    src: url('../fonts/clearsans/ClearSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clearsans/ClearSans-Bold.woff') format('woff'),
         url('../fonts/clearsans/ClearSans-Bold.ttf') format('truetype'),
         url('../fonts/clearsans/ClearSans-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HaloHandletter';
    src: url('../fonts/halo/HaloHandletter.eot');
    src: url('../fonts/halo/HaloHandletter.eot?#iefix') format('embedded-opentype'),
        url('../fonts/halo/HaloHandletter.woff2') format('woff2'),
        url('../fonts/halo/HaloHandletter.woff') format('woff'),
        url('../fonts/halo/HaloHandletter.ttf') format('truetype'),
        url('../fonts/halo/HaloHandletter.svg#HaloHandletter') format('svg');
    font-weight: 500;
    font-style: normal;
}



/* Selected text Color */


::-moz-selection{background:#F7F9FA;color:#333}
::selection{background:#F7F9FA;color:#333}

.clear {padding: 10px 0;}

b { font-family: 'clearsansregular', sans-serif;}

strong { font-family: 'clearsansbold', sans-serif; }

h1 {
		font-size:30px;
		line-height: 1.3em;
	  	font-family: 'clearsanslight', sans-serif;
	  	margin-top: 0.33em;
	  	color:#fd981c; 
	  	padding: 0 0 30px 0;
}

h2 {
	font-size:24px;
	line-height: 1.3em;
  	font-family: 'clearsanslight', sans-serif;
  	margin-top: 0.33em;
  	color:#fd981c; 
  	padding: 24px 0 24px 0;
}
  
h3 {    
	font-size:22px;
	line-height: 1.3em;
  	font-family: 'clearsanslight', sans-serif;
  	color:#fd981c; 
  	padding:22px 0;
  }


/* Link */

a {
  	color: #333;
  	text-decoration: none;
  	border-bottom: 1px dashed #333;
  	transition: all 0.3s ease 0s;
  }

a:hover {
	color: #fd981c;
	border-bottom: 1px dashed #fd981c;
}  

a.nodecoration {
  	text-decoration: none;
  	border-bottom: none;
  }

a.nodecoration:hover {
	border-bottom: none;
}  
	
/* Paragrah */

p, ul {
	font-family: 'clearsanslight', sans-serif;
	color: inherit;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}


p a {
	border-bottom:1px dashed #777;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;}


p a:hover {border-bottom:1px dashed #fd981c;}

/* Separator */

.separator {
	border-top: 1px solid #EEEEEE;
	margin:0px 0px 20px 0;
	width:10%;}


/* Hidden for elements */

.hidden {
	display:none;
}

.hideonmobile {
    display:block;
}

.hideondesktop {
    display:none;
}

/* Preloading Page */

#preloader {
    background-color: #FFFFFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}
#loading-animation {
    background-image: url("../img/loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}




/* 01. NAVIGATION ================================================== */


nav #logo {
	float:left;
	z-index: 999;}
	
nav>ul {float:right;}

/* The main navigation bar */

#nav>li {
	float: left;
	position: relative;
	padding: 10px 0;}

/* The main navigation links */
#nav>li>a {
	/* Layout */
	display: block;
	padding: 0px 0px 0 30px;
	/* Typography */
	font-family: 'clearsansregular', sans-serif;
	letter-spacing: 1px;
	font-size: 0.8rem;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom:none;
}

#nav>li>a:hover {
	color:#fd981c;
	border-bottom:none;
}


 /* Navigation bar */
.cbp-af-header {
	position: fixed;
	background: rgba(255, 255, 255, 0);
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	height: 120px;
	overflow: hidden;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

/* FOR REDUCING THE HEIGHT OF THE NAVIGATION */

.cbp-af-header #logo {
	padding:40px 30px 0px 0px; 
	width:80px;
	display:none;}

.cbp-af-header #logo a {
	border-bottom:none;
}

.cbp-af-header #nav a {
	line-height: 100px;
	color:#555;}

.cbp-af-header.cbp-af-header-shrink #logo { 
	padding:12px 30px 0px 0px; 
	width:180px;
	display: block;
}

/* Transitions and class for reduced height */

/* Navigation Bar Entries */
.cbp-af-header #logo,
.cbp-af-header #nav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cbp-af-header.cbp-af-header-shrink {
	height: 80px;
	background: rgba(255, 255, 255, 1);
	-webkit-box-shadow:  1px 1px 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow:  1px 1px 6px 1px rgba(0, 0, 0, 0.1);}

.cbp-af-header.cbp-af-header-shrink #nav a {
	line-height: 60px;
	color:#999;}

	
/* The hover state of the links */
.cbp-af-header.cbp-af-header-shrink #nav li .selected, .cbp-af-header.cbp-af-header-shrink #nav li a:hover {
	color: #fd981c;}

/* MOBILE MENU */


.mobile-menu {display: none;}


.mobile-menu {
	display:none;
	background: #FFF;
	width:100%;
	z-index: 99999999;
	position: fixed;
	top:0;
	-webkit-box-shadow:  1px 1px 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow:  1px 1px 6px 1px rgba(0, 0, 0, 0.1);}
	

.mobile-menu .row {
	background: #222;
	padding-top:10px;
	padding-bottom: 10px;}
	

.mobile-menu-inner .nav-mobile li {
	color: #FFF;
	background: #333;
	display: block;
	width: 100%;
	cursor: pointer;
	margin-top: 2%;
	padding: 6px 20px 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	}
	

.mobile-menu-inner .nav-mobile li:hover {
	background-color: #FFF;	}
	

.mobile-menu-inner .nav-mobile li:hover a {
	color: #333;	}
	

.mobile-menu-inner .nav-mobile li a {
	display: block;
	width:100%;
	color: #FFF;
	font-family: 'clearsansbold', sans-serif;
	font-size: 0.8rem;
	text-transform:uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	}
	

#collapse {
	display:none;}


.mobile-menu h3 {
	font-family: 'clearsansbold', sans-serif;
	font-size: 0.8rem;
	letter-spacing: 2px;
	padding-bottom: 25px;
	padding-top: 25px;
	text-align: center;
	text-transform: uppercase;}





/* 02. HEADER ================================================== */


#header {
	width:100%;
	height:100%;
	color:#FFF;
	background:#333 ; 
    z-index: 9;
    position: relative;}
    
 

#leadFader {
	margin: 0;
    position: absolute;
    top: 45%;
    width:960px;
    text-align: center;
    z-index: 9999;
}
#leadFader .leadtitle {
    opacity: 1;
    position: absolute;
    width: 100%;
}
#leadFader .Head {
    color: #FFF;
    display: block;
    font-family: 'clearsansbold', sans-serif;
    font-size:32px;
    letter-spacing: 2px;
    text-align: center;
/*    text-transform: uppercase;*/
}
#leadFader .Sub {
    color: rgba(255,255, 255, 1);
    display: block;
    font-family: 'clearsansregular', sans-serif;
/*    text-transform: uppercase;*/
    margin-top: 32px;
    font-size: 28px;
    position: relative;
    text-align: center;
}
#leadFader .Sub2 {
    color: rgba(255,255, 255, 1);
    display: block;
    font-family: 'clearsansregular', sans-serif;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 22px;
    position: relative;
    text-align: center;
}
#leadFader .Sub2 a {
    border-bottom: 1px dotted #FFFFFF;
    color: #FFFFFF;
}
#leadFader .Sub2 a:hover {
    color: #FFF;
}
#leadFader .Continue {
    display: block;
    margin: 0 auto;
    width: 264px;
}
#leadFader .Continue a {
    color: #FFFFFF;
    display: inline-block;
    font-family: 'clearsansregular', sans-serif;
    font-size: 14px;
    margin: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s linear 0s;
}
#leadFader.Continue a:hover {
    color: rgba(0, 0, 0, 0.7);
}
#leadFader .Last {
    text-align: center;
}

#trailer {
  position: absolute;
  bottom: 20px;
  max-width: 960px;
  z-index: 9999;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1em;
  color: black;
  border-radius: 60px;
}

#logoleft {
  text-align: center;
}

#trailer .name {
  font-weight: 400;
  font-size: 18px;
  color: white;
  margin-bottom: 4px;
  text-align: center;
 }

#trailer .subtitle {
  font-size: 13px;
  color: white;
  line-height: 1.2em;
  text-align: center;
 }

 #textright p {
   font-size: 18px;
   color: #333;
   padding-top: 10px;
 }

 #headclaim {
     font-family: clearsansregular;
     font-size: 22px;
     margin-top: 30px;
     padding: 3px;
     color: #FFF;
 }

#textright a {
  color: #333;
  border-color: #333;
}

#textright a:hover {
  color: #fd981c;
  border-color: #fd981c;
}

/* 03. INTRODUCTION ================================================== */

#intro {
	padding:50px 0;
}

#mobileexp {
  padding:100px 0 0;
}

/* 04. INTERSECTION TESTIMONIALS ================================================== */


#intersection {
	background: url('../img/praxis-blurred.jpg'); /* Parallax Background */
	background-size: cover !important;
	background-position: bottom !important;
	background-attachment: fixed;
	padding:70px 0 40px 0;
	
}

.testimonial-quote {padding:0px 30px; }


.testimonial-quote blockquote {
    /* Negate theme styles */
    border: 0;
    margin: 0;
    padding: 0;
    font-family: 'clearsansregular', sans-serif;
    font-style: italic;
    margin: 0;
    position: relative;
    z-index: 600;
    left:20px;   
}

.testimonial-quote blockquote * {
    box-sizing: border-box; 
}

.testimonial-quote blockquote p {
    color: white; 
    font-size:25px;
    font-weight: bold;
    line-height: 1.4 !important;
    text-shadow: 1px 1px 3px rgba(51, 51, 51, 0.5);
}
.testimonial-quote blockquote p:first-child:before {
    content: '\201D';
    color: #333;
    font-size: 7.5em;
    font-weight: 700;
    opacity: .3;
    position: absolute;
    top: -.4em;
    left: -.3em;    
    text-shadow: none;
    z-index: -300;
}

.testimonial-quote cite {
    color: rgba(0,0,0,0.60);
    display: block;
    font-size: 0.8em; 
    text-align: right;
}
  
.testimonial-quote cite span {
  font-family: 'clearsanslight', sans-serif;
    color: white;
    text-shadow: 1px 1px 3px rgba(51, 51, 51, 0.5);
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
}



/* 05. CREW  ============================================ */



#crew {
	padding:100px 0; 
	background: #FFF;
}

.teamlink {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.teamlink span {
    color: #FFFFFF;
    display: none;
    font-size: 0.8em;
    font-weight: normal;
    left: 0;
    top:0px;
    padding: 8px;
    background: none;
    background: none repeat scroll 0 0 rgba(75,171,193,0.90);
    position: absolute;
    text-transform: uppercase;
}

.teamlink:hover span {
    display: block;
}

.ls-wrapper .liquid-slider {
    background: none repeat scroll 0% 0% #fd981c !important;
}

.ls-wrapper .liquid-slider p {
color: #000;
}

#crew ul, #works ul {
	list-style: circle outside;
	margin-left: 16px;
}

#works li {
  color: #333;
}

#foto{
	margin-top: 20px;
} 

/* 06. WORKS GRID ================================================== */

#works {
	padding:0px 0;
	background: #fd981c;
}

.grid {
	background: #eaeaea;
  	margin: 0px auto 0px;
  	font-size: 0;
  	text-align: left;
}

.item {
  	height:auto;
  	display: inline-block; 
  	vertical-align: top;
  
  	position: relative; 
  	overflow: hidden;
  	line-height: 0;
  
  	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}

.item img {
  	position: relative;
  	z-index: 4;
  	width: 100%;
  	-webkit-transform-origin: 50% 50%;
  	-moz-transform-origin: 50% 50%;
  	-ms-transform-origin: 50% 50%;
  	-o-transform-origin: 50% 50%;
  	transform-origin: 50% 50%;
  	
  	/* This is what was making it slow! booooooo */
  
  	-webkit-transition: opacity 3s ease-out, -webkit-transform 1s ease-in;
  	-moz-transition: opacity 3s ease-out, -moz-transform 1s ease-in;
  	-o-transition: opacity 3s ease-out, -o-transform 1s ease-in;
  	transition: opacity 3s ease-out, transform 1s ease-in;
}

.item .link {
  	display: block;
  	height: 100%;
  	border-bottom: none;
}

.hovercontent {
  	position: absolute;
  	z-index: 999;
  	font-family: 'clearsansregular', sans-serif;
  	text-align: center;
  	width: 100%;
  	height: 100%;
  	/* background: #222222;
  	background: rgba(0,0,0,0.3); */
  	cursor: pointer;
  	line-height: 24px;
  	-webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-in-out;
  	-moz-transition: opacity 0.2s ease-out, -moz-transform 0.2s ease-in-out;
  	-o-transition: opacity 0.2s ease-out, -o-transform 0.2s ease-in-out;
  	transition: opacity 0.2s ease-out, transform 0.2s ease-in-out;
}

.hovercontent h2 {
  color: white;
	text-shadow: 1px 1px #333333;
	font-size: 22px;
	margin-top:25%;
	font-family: 'clearsanslight', sans-serif;
	margin-bottom: 0;
  padding-top: 10px;
	padding-bottom: 10px;
  background: rgba(253, 152, 27, 0.8)    
}

.hovercontent p {
  text-align: center;
}

.hovercontent span.morelink {
  color: white;
  text-shadow: 1px 1px #333333;
  font-size: 13px;
  font-family: 'clearsans', sans-serif;
  border-bottom: 1px dashed #fff;
  transition: all 0.3s ease 0s;          
}

.hovercontent span.morelink:hover {
  color: #fd981c;
  border-bottom: 1px dashed #fd981c;
}

.translate(@x: 0, @y: 0) {
  -webkit-transform: translate(@x, @y);
  -moz-transform: translate(@x, @y);
  -ms-transform: translate(@x, @y);
  -o-transform: translate(@x, @y);
  transform: translate(@x, @y); 
}

.shift_grid(@down, @right: 0) {
  .translate(@right * 50%, @down * 50%);
}

/* 2-GRID */
@media screen and (min-width: 600px) {
  .item {
    width: 50%;
    max-height: none;
    > a { height: 50%; }
    &.tall {
      margin-bottom: -25.1%;
      &.shift1 { .shift_grid(0.6666666); }
      &.shift2 { .shift_grid(1.3333333); }
      &.shift3 { .shift_grid(2); }
      &.shift4 { .shift_grid(2.6666666); }
      &.shift5 { .shift_grid(3.3333333); }
    }
    &.shift1 { .shift_grid(1); }
    &.shift2 { .shift_grid(2); }
    &.shift3 { .shift_grid(3); }
    &.shift4 { .shift_grid(4); }
    &.shift5 { .shift_grid(5); }
  }
}

/* 3-GRID */
@media screen and (min-width: 900px) {
  .item {
    width: 25%;
    > a { height: 25%; }
    &.tall {
      margin-bottom: -12.6%;
    }
  }
}

/* Expander of the works Settings */

.slide_portfolio {
	text-align:left;
	display:none;
	padding:20px 0px 10px;
	background: #fd981c; /* Old browsers */
	background: -moz-linear-gradient(left,  #fd981c 0%, #ffa434 50%, #fd981c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fd981c), color-stop(50%,#ffa434), color-stop(100%,#fd981c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #fd981c 0%,#ffa434 50%,#fd981c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #fd981c 0%,#ffa434 50%,#fd981c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #fd981c 0%,#ffa434 50%,#fd981c 100%); /* IE10+ */
	background: linear-gradient(to right,  #fd981c 0%,#ffa434 50%,#fd981c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd981c', endColorstr='#fd981c',GradientType=1 ); /* IE6-9 */
}
	
.slide_portfolio h3 {
	color:#333;
	padding-bottom: 20px;
	
}	
	
.slide_portfolio p{
	color:#333;
}

/* Space between img */

.slide_portfolio img{
	padding: 20px 0;}


/* Close Icon */

.slide_portfolio .closeit {
	cursor: pointer;
	margin-top:0px;
	margin-bottom:0px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition:  all 0.2s ease-out;
	-o-transition:  all 0.2s ease-out;
	transition:  all 0.2s ease-out;}

.slide_portfolio .closeit:hover {
	opacity:0.4;}



/* 07. CLIENTS ============================================ */


#client {
/*	background: url('../img/praxis-blurred.jpg');*/ /* Parallax Background */
	background-size: cover;
    background-attachment: fixed;
	padding: 0;
}


#clients .item_client{
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#angebote-1 {
  padding:100px 0px 0px 0px;
}

#angebote-2 {
  padding:30px 0px 100px 0px;
}


/* 08. PROCESS ============================================ */


#process {
	background: #FFF;
	padding:100px 0;
	
}

.process-title {
  position: absolute;
  font-family: 'clearsansbold',sans-serif;
  color: #fff;
  width: 150px;
  text-align: center;
  font-size: 14px;
  margin-top: 34px;
  background: none repeat scroll 0 0 rgba(0,0,0,0.30);
}

/* 09. CONTACT INTERSECTION ============================================ */


#contact_intersection {
	background-color: #fd981c;
	background-size: cover;
	background-attachment: fixed;
	padding:60px 0;
}


#contact_intersection h2 {
 	font-size: 26px;
	text-align: center;
	color:#FFF;
	
}

/* General button style (reset) */
.btn {
	border: 1px solid #FFF;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 15px 60px;
	display: inline-block;
	margin: 25px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

a .btn {color:#FFF;}

.btn a:hover {color:#333;}

.btn:hover {
	background: #FFF;
	color:#333;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#intersection .owl-controls span {
    background: none repeat scroll 0% 0% #fff;
}

/* 10. CONTACT ================================================== */


#contact {
	padding:100px 0;
	background-color: #fd981c;
	background-size: cover;
	background-attachment: fixed;
	padding:60px 0;
}

#contact .pretext {
	color:#FFF;
	text-align: center;
	font-size:20px;
	line-height: 1.3em;
  	font-family: 'clearsanslight', sans-serif;
  	margin-top: 0.33em;
  	padding: 0 0 20px 0;
}

#contact h2 {
	color:#000;
	text-align: left;
}

#contact p {
	color: #000;
}

#contact a {
  	color: #000;
  	text-decoration: none;
  	border-bottom: 1px dashed #666;
  	transition: all 0.3s ease 0s;
  }

  #anschrift a:hover {
	color: #fff;
	border-bottom: 1px dashed #fff;
}  

#contact img {
	border:0;
	width: 100%;
}

/* 11. FOOTER  ============================================ */


#footer {
	border-top:1px solid #eee;
	background: #fd981c;
	padding:20px 0 5px 0;
}

#footer p {
	font-size: 11px;
}

#footer a, #footer a:hover {
  color: white;
  border: none;
}


.back-to-top {
    position: relative;
    right: 0px;
    margin-top:-70px;
    text-decoration: none;
    color: #000000;
    background-color: #fd981c;
    font-size: 11px;
    padding: 0.3em 0.3em 0 0.3em;
    display: block;
    z-index: 99;
    border-left:1px solid #eee;
    border-right:1px solid #eee;
    border-top:1px solid #eee;
}





/* 12. MEDIA QUERIES  ============================================ */



/* iPad (Portrait) ----------- */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 

.mobile-menu {display:block;}	

.cbp-af-header {display: none;}

#impressionFader {margin: 0; position: absolute; margin-top:0px; width:740px; text-align: center;  z-index: 9999;}		

.hideonmobile {
    display:block;
}

.hideondesktop {
    display:none;
}

}



/* Smartphones (landscape) ----------- */


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) {

#impressionFader {position: relative; text-align: center; margin-top:20%;}

  .item {
    width: 50%;
    max-height: none;
    > a { height: 50%; }
    &.tall {
      margin-bottom: -25.1%;
      &.shift1 { .shift_grid(0.6666666); }
      &.shift2 { .shift_grid(1.3333333); }
      &.shift3 { .shift_grid(2); }
      &.shift4 { .shift_grid(2.6666666); }
      &.shift5 { .shift_grid(3.3333333); }
    }
    &.shift1 { .shift_grid(1); }
    &.shift2 { .shift_grid(2); }
    &.shift3 { .shift_grid(3); }
    &.shift4 { .shift_grid(4); }
    &.shift5 { .shift_grid(5); }
  }

  .hideonmobile {
      display:none;
  }

  .hideondesktop {
      display:block;
  }

}


/* Smartphones (Portraits) ----------- */


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 
	
#leadFader {position: relative; text-align: center; margin-top:70%;}
	
#logoleft img {
  width: 25%;
  float: left;
}

#textright {
  clear: both;
  padding-top: 10px;
}

  #trailer .name {
    font-size: 16px;
    padding-top: 5px;
   }

  #trailer .subtitle {
    font-size: 13px;
    line-height: 1.2em;
   }

   #textright p {
     font-size: 16px;
     line-height: 1.2em;
   }

   #headclaim {
    font-size: 18px;
    line-height: 1.2em;
    text-align: center;
   }

  .hideonmobile {
      display:none;
  }

  .hideondesktop {
      display:block;
  }
}



@media screen and (max-width: 768px) {

	/* Display the mobile menu */
	
	.mobile-menu {display:block;}	
	
	#leadFader {    
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 50px;}
	
	#leadFader .Head {font-size:24px;}
	
	#leadFader .Sub {font-size: 15px;}
	
	#intersection, #client, #contact_intersection {background-size:auto; background-origin:  content-box ;}
	
	/* Not Showing the Navigation */

	.cbp-af-header {display: none;}
	
	.separator { border-top: 1px solid #EEEEEE; margin:40px auto 10px auto; width:10%;}
	
	.slide_portfolio {padding:20px;}
	
	#contact , #contact p{text-align: center;}
	
	#footer p {text-align: center;}
	  
}

table tr td, table tbody tr td {
    font-family: "clearsanslight",sans-serif;
}

.sichtweite {
  font-family: "HaloHandletter", "clearsanslight",sans-serif;
  font-size: 130%;
  margin: 0 0.1em;  
}
