

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Roboto Regular'), local('Roboto-Regular'),
       url('../fonts/Roboto-regular-100-latin.woff2') format('woff2');
	    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
          U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
          U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Roboto Regular'), local('Roboto-Regular'),
       url('../fonts/Roboto-regular-300-latin.woff2') format('woff2');
	    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
          U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
          U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Regular'), local('Roboto-Regular'),
       url('../fonts/Roboto-regular-500-latin.woff2') format('woff2');
	    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
          U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
          U+2212, U+2215, U+FEFF, U+FFFD;
}





/* -------------------------------------------------------------
======	RESET
------------------------------------------------------------- */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block}
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
:hover, :focus, :active { outline: none; }


html, button, input, select, textarea {
	font-family: "Roboto", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-weight: 400; /* normal */
	color: #000; 
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);}

body { margin: 0; font-size: 0.8em; line-height: 1.6; }

a {
	color: #000;
	font-weight: normal;
	cursor: pointer;
	text-decoration: none;
	
}

a:hover { color: #000; text-decoration: none;} 
	

p {margin: 0 0 1em; font-family: "Roboto", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-weight: 300; 
	color: #000; font-size: 18px; line-height: 28px;}
p:last-child {margin-bottom: 0;}

a:visited{opacity:0.9;}
a:active, a:focus{position:relative;top:1px;}
abbr[title]{border-bottom:1px dotted}
dfn{font-style:italic}
hr{display:block; height:1px; border:0; border-top:1px solid #000; margin:1em 0; padding:0}
pre, code, kbd, samp{font-family:monospace,monospace; _font-family:'courier new',monospace; font-size:1em}
q{quotes:none}
q:before, q:after{content:""; content:none}
blockquote { margin: 1em 1em 1em 0; padding: 1em; border-left: 1px solid #DDD; font-style: italic; color: #999;}
blockquote p {font-size: 1.1em;line-height: 2em;margin-bottom: 0;}
blockquote small {display: block;font-size: 1em;line-height: 1.6em;color: #bfbfbf; text-align: right;}
blockquote small:before {content: '\2014 \00A0';}
b, strong{font-weight:700}
small{font-size:85%; color: #999;}
sub, sup{font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
dd{margin:0 0 0 40px} dt{font-weight: 700;}
ul, ol{list-style:none; list-style-image:none; margin:0; padding:0;}
img{border:0; -ms-interpolation-mode:bicubic; vertical-align:middle}
svg:not(:root){overflow:hidden}
figure{margin:0}
form{margin:0}
fieldset{border:0; margin:0; padding:0}
label{cursor:pointer}
legend{border:0; *margin-left:-7px; padding:0;white-space: normal;}
button, input, select, textarea{font-size:100%; margin:0; vertical-align:baseline; *vertical-align:middle}
button, input{line-height:normal; *overflow:visible}
table button, table input{*overflow:auto}
button, input[type="button"], input[type="reset"], input[type="submit"]{cursor:pointer; -webkit-appearance:button}
input[type="checkbox"], input[type="radio"]{box-sizing:border-box}
input[type="search"]{-webkit-appearance:textfield; -moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box}
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner, input::-moz-focus-inner{border:0; padding:0}
textarea{overflow:auto; vertical-align:top; resize:vertical}
table{border-collapse:collapse; border-spacing:0}
td{vertical-align:top}
.chromeframe { margin: 1em 0; background: red; color: black; padding: 1em; }

.block {display: inline-block;}

/* -------------------------------------------------------------
======	STYLES
------------------------------------------------------------- */

/* -- FORMS 
------------------------------------------------------------- */
form{margin-top: 2em;}
form li{margin-bottom: 1.5em;}
label{display: block; margin-bottom:1em; font-weight: 700;}
input, select, textarea {
	border: 1px solid #DDD;
	color: #777;
	font-size: 1em;
	padding: 1em;
	width:60%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(/js/boxsizing.htc); }
textarea{padding: 1em; min-height:15em; height: auto; width: 100%; }
input, textarea {
 -moz-transition: border .25s;
 -webkit-transition: border .25s;
 -o-transition: border .25s;
 transition: border .25s;}
input:hover, textarea:hover, input:focus, textarea:focus,input:active, textarea:active { border: 1px solid #999;}
input[type="text"],textarea{cursor: text;}
input[type="radio"], input[type="checkbox"] { display: inline; width:auto; height: auto; margin-right: 1em; }
input[type="checkbox"] + label, input[type="radio"] + label { display: inline;}
input[type="file"]{ border: none;}
input[type="date"]{ width: auto;}
select {height: auto;}
/* Placeholders */
::-webkit-input-placeholder { color: #BBB;}
:-moz-placeholder {color: #BBB;}
:-ms-input-placeholder {color: #BBB;}
/* validate.js */
label.error { color: #000; margin: 0.5em 0 0 0.5em; font-weight: normal; font-style: italic; }



/* -- BUTTONS 
------------------------------------------------------------- */
.button, input[type="submit"], button, .toggle-title {
	color: #666;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0.6em 1.2em;
	text-shadow: 0 1px 0 #fff;
	border: solid 1px #ddd;
	text-decoration: none;
	cursor: pointer;
	
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6f6f6 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6f6f6 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6f6f6 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6f6f6 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f6f6f6 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
		
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all; }
.button:hover, input[type="submit"]:hover, button:hover, .toggle-title:hover {
	color: #333;
	text-decoration: none;
	border-color: #BBB;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	background: 0 100%;}
.button:focus, input[type="submit"]:focus, button:focus, .toggle-title:focus {
	color: #333;
	border-color: #BBB;}
.button:active, input[type="submit"]:active, button:active, .toggle-title:active {
	color: #000;
	background: #F5F5F5;
	border-color: #444;
	position: relative; top:1px;}



/* -- TYPO
------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6{
	font-family: "Roboto", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	color: #000;
	margin:0 0 1em;
 text-transform: uppercase; text-align: center; 

}

h1 {font-size: 5em;
	font-weight: 100; /* light */
	text-transform: uppercase; 
	line-height: 1.2em; 
	color: #000;
	margin: 10px 0; 
		text-align: center; }
		


h2 { font-size: 2.5em; margin: 0 0 20px;	font-weight: 100; /* light */ line-height: 1; }
h3 { font-size: 1.75em; font-weight: 300; /* light */}
h4 { font-size: 1.55em; font-weight: 300; /* light */}
h5 { font-size: 1.17em; font-weight: 300; /* light */ margin: -10px auto 20px auto;}
h6 { font-size: 1em; margin-bottom: 2px; font-weight: 700; }

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:#333; text-decoration: none;}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{color:#000;text-decoration: none;}

.Hbold {font-weight: 300;}

strong {font-weight: 400;}

h2.subline { font-size: 1.2em; font-weight: 300; letter-spacing: 0.2em; }


/* -- GRID  https://github.com/mattberridge/Proportional-Grids/
------------------------------------------------------------- */

 #container {width: 90%; margin: 1em auto; max-width: 1100px; min-width: 300px; }

.container {width: 90%; margin: 1em auto; max-width: 1100px; min-width: 300px;}
 
.grid-wrap {
  margin-left: -3em; /* the same as your gutter */
  overflow: hidden;
  *zoom:1;}
  .grid-wrap:before, .grid-wrap:after{content:""; display:table}
  .grid-wrap:after{clear:both}
  
.grid {
  float: left;
  padding-left: 3em; /* this is your gutter between columns */
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc); }
  
.half-gutter {margin-left: -1.5em; }
  .half-gutter .grid-col {padding-left: 1.5em; }
  
.col-full {width: 100%; }
.col-one-half {width: 50%; }
.col-one-third {width: 33.333%; }
.col-two-thirds {width: 66.666%; }
.col-one-quarter {width: 25%; }
.col-three-quarters {width: 75%; }

.col-one-sixth {width: 16.666%;}

.divide-top{ padding-top: 2em; margin-top: 1.5em; }

.mright{ margin-right: 3em;}
.mleft{ margin-left: 3em;}
.mtop{ margin-top: 3em;}
.mbottom{ margin-bottom: 3em;}
.halfmright{ margin-right: 1.5em;}
.halfmleft{ margin-left: 1.5em;}
.halfmtop{ margin-top: 1.5em;}
.halfmbottom{ margin-bottom: 1.5em;}

.fright, .fleft{display:block; overflow:hidden}
.fright{float:right}
.fleft{float:left}

.img-left {float: left; margin: 10px 30px -170px 0;}

.alignleft{float: left; clear: left; margin: 0.38em 1.62em 0.38em 0;}
.alignright {float: right; clear: right; margin: 0.38em 0 0.38em 1.62em;}
.aligncenter {margin: 0 auto 1.62em;display: block;}



/* -- MISC
------------------------------------------------------------- */
figure { max-height: 100%; overflow: hidden;}
figure figcaption { }
img { max-width: 100%; height: auto; width: auto; }
a img {
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease; }
a img:hover {
	*zoom: 1;
	opacity: 0.7;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 70);
	filter: alpha(opacity = 70);}
    
 .ref {
	list-style-position: outside;
	list-style-image: url(../img/point.gif);
}

img.team { display: block; margin-bottom: 10px; padding-bottom: 60px;}
    
/* -------------------------------------------------------------
======	PAGES
------------------------------------------------------------- */
    
/* -- HEADER
------------------------------------------------------------- */
header#navtop { margin-top: 1em;  overflow: hidden; text-align: center;}
/*header nav ul {  overflow: hidden;  line-height: 2em; text-transform: uppercase; width:100%; }
header nav ul li { float: left;  padding: 0 3em 0 2em; border:1px solid #ddd; }

header nav ul {
	list-style-position: outside;
	list-style-type: none;
	padding: 1em 0;
	text-transform: uppercase;
	width:100%;
}

header nav ul li {
	display: inline;
	vertical-align: middle;
	padding: 0 1em;
	font-size: 110%;
}

header nav ul li a {
	color: #666;
	text-decoration: none;	
}

header nav ul li a:hover {
	color: #000;
	text-decoration: none;	
} */

.navactive { font-weight: 500; color: #000;}
#logo {
	
	margin: 20px auto;
	visibility: visible;
	overflow: visible;
}


/* -- NAVIGATION
------------------------------------------------------------- */
nav .main-navigation {
  display: block;
  text-align: center;
  padding: 4px 0;
}
nav .main-navigation ul li {
  display: inline-block;
  margin-right: 20px;
}
nav .main-navigation ul li:last-child {
  margin-right: 0px !important;
}
nav .main-navigation ul li a {
	padding: 2px;
	display: inline-block;
	color: #000;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
}
nav .main-navigation ul li a.active, nav .main-navigation ul li a:hover  {
  	padding: 2px;
	display: inline-block;
	color: #000;
  	font-family: "Roboto", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 500;
}



a.menu-toggle-btn {
  padding: 8px 0;
  display: block;
  color: #000;
  font-family: "Roboto", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 300;
}

a:hover.menu-toggle-btn {

	font-weight: 400;

}

.responsive-menu {
  display: none;
}

.responsive_menu {
  display: none;
}
.responsive_menu ul li {
  display: block !important;
  margin: 0 !important;
  border-bottom: 1px solid #eee;
}
.responsive_menu ul li a {
  padding: 10px 0 !important;
  display: block !important;
}

.responsive_menu ul li:last-child { -webkit-box-shadow: 0px 28px 18px -27px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 28px 18px -27px rgba(0,0,0,0.75);
box-shadow: 0px 28px 18px -27px rgba(0,0,0,0.75);}
		
		
/* -- GENERAL 
------------------------------------------------------------- */
.main > section { margin-bottom: 2em; }
.main header{  margin-bottom: 3em; }

.arrow:after {content:" \27F6"; /* html unicode: &#10230; */ } 
header .arrow {color: #999; font-style: italic;}
.arrow:hover {color: #000; }


/* -- FOOTER
------------------------------------------------------------- */
footer  {
	font-family: "Roboto", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-weight: 300; /* normal */
	color: #000;
	margin-bottom: 7em;
	font-size: 11px;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
}
footer nav ul { overflow: hidden; padding: 0; }
footer a {color: #666;}
footer li { float: left; margin: -4px 8px -5px 0; padding: 0 8px 0 0; border-right: 1px solid #000; }
footer li:last-child { margin-right: 0; padding-right: 0; border-right: none; }
.up a { display: block;  padding-bottom: 0; text-align: center; }

 .ling  {float: left;}
.submenu {float: right;}


/* -- HOME-PAGE
------------------------------------------------------------- */
/* Services */
.services aside { color: #999; padding-top: 1em; border-top: 1px solid #DDD;}
.services aside:after, .services h5:after { content: ""; display: block; height: 1px; width: 1em; background: #DDD; margin: 1em 0; }

/* Slider */
	/* Browser Resets */
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus  {outline: none;}
.slides,.flex-control-nav,.flex-direction-nav {margin: 20px 0 0 0; padding: 0; list-style: none;} 
	/* FlexSlider Necessary Styles */ 
.flexslider {margin: 0; padding: 0; position: relative;}
.flexslider .slides > .slide {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

.shadow img {display:block; margin-top: 0; padding: 0; width:100%;}

.slide figcaption {
	position: absolute;
	background: white; opacity:0.6;
	filter:alpha(opacity=80); /* For IE8 and earlier */ 
	height: auto; min-height: 3em; width: auto; padding: 1em; 
	top: 3em; right: 0; }
	

	
.slide figcaption div { text-align: right; display: block; border-right: 1px solid #DDD; padding: 0.5em; margin: auto 5em auto 0; }
.slide figcaption div p { margin: 0; color: #333; }
.slide figcaption div h5 { color: #333; }

.flex-direction-nav{ position: absolute; bottom: 10px; right: 20px; z-index: 10;}
.flex-direction-nav li {display: inline;}
.flex-prev, .flex-next{ text-decoration: none; color: #eee;	margin-left: 1em;}
.flex-prev:hover, .flex-next:hover{ color: #ddd;}

/* Service flex-slider*/

.service {
	width: 100%;
	height: auto;
	top: 0;
	margin: 0;
	padding:0;
	display: block;
	}
	
	
 .flexi {
	font-size: 120%;
}
	
.service .flex-container a:active, .service .flexslider a:active, .service .flex-container a:focus,.service .flexslider a:focus  {outline: none;}
.service .slides,.service .flex-control-nav,.service .flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
	/* FlexSlider Necessary Styles */ 
.service .flexslider {margin: 0; padding: 0; position: relative;}
.service .flexslider .slides > .slide {display: none; -webkit-backface-visibility: hidden;}
.service .flex-pauseplay span {text-transform: capitalize;}
.service .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .service .slides {display: block;} 
* html .service .slides {height: 1%;}

.service .slide figcaption {
	position: absolute;
	width: 100%; height: auto; min-height: 5em; padding: 0; 
	top: 0; right: 0; }
.service .slide figcaption div { text-align: left; border-right: 1px solid #fff; display: block; padding: 0; margin: 0; }
.service .slide figcaption div p { font-size: 95%; margin: 0; }
.service .flex-direction-nav{ position: absolute; top: -1em; right: 0; z-index: 10;}
.service .flex-direction-nav li {display: inline;}
.service .flex-prev, .service .flex-next{ text-decoration: none; color: #999; margin-left: 1em;}
.service .flex-prev:hover, .service .flex-next:hover{ color: #000;}





/* -- WORKS / Home-page and Works-page
------------------------------------------------------------- */
.works figure > a{ 
	display: block; 
	height: 100%; width: 100%; 
	overflow: hidden; 
	position: relative;
	border-top: 1px solid #DDD; padding-top: 1em; }
 	
.works figure .zoom{ 
	display: block; 
	position: absolute; top: 10px; left: 0; 
	background: url(../img/zoom.png) no-repeat center; 
	width: 100%; height: 100%; 
	*zoom: 1;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 0);
	filter: alpha(opacity = 0); }

.works figure figcaption{ margin-top: 1em; padding: 0 0.5em; white-space: nowrap; }
.works figure figcaption a{line-height:2em; color: #000; font-weight: 700; }
.works figure figcaption p{ margin: 0; }

.works-page .works figure { margin-bottom: 3em;}

.main aside{margin-bottom: 3em}
.main aside menu{padding: 0; line-height: 2em;}
.main aside menu a{color: #000;}
.main aside menu a:hover{font-weight: 500;}
.main aside menu .buttonactive {font-weight: 700; }


/* -- SUBPAGES 
------------------------------------------------------------- */
/*Separations*/
.main:not(.home-page) > section article h2 { margin-top: 1em; padding-top: 1em; border-top: 1px solid #DDD; }
.main:not(.home-page) > section article:first-child h2 { margin-top: 0;}

/* Work-page (single) */
.work-page figure {margin-bottom: 3em;}
.work-page figcaption {text-align: center; margin-top: 1em;}

/* Services-page */
.warning { 
	display: block; 
	background: #F5F5F5; 
	border: 1px solid #DDD; border-left: none; border-right: none; 
	text-align: center; 
	padding: 20px; margin: 20px 0px; }

	/* - Toggles */  
.toggle-view > li {
    margin-top: 1em;
    position: relative; }
.toggle-title {padding: 0.8em 2em;}
.toggle-title-detail {
    font-size: 0.8em;
    color: #999;
    font-weight: normal;
    text-transform: lowercase; }
.toggle-title:after {
    content: "\25C0";
    float: right;
    color: #999; }
.toggle-title:hover:after { color: #000; }
.tactive { background: #fff; }
.tactive:after {
    content: "\25BC";
    color: #000;}
.toggle {
    padding: 1em 2em;
    display: none;
    overflow: hidden; }
.toggle > ul li { line-height: 2.5 }
.toggle > ul li:before {
    content: "\2714 ";
    color: #ddd;
    margin-right: 1em; }
            
	/* - Tabs */
.navtabs {padding: 0;}
	
.tabs, .tabs1, .tabs2, .tabs3, tabs4, tabs5 {
	display: block;
	margin: 20px auto 30px auto;

	border-bottom: solid 1px #000;
	text-align: center;
     }
	 

	 
.tabs li, .tabs1 li, .tabs2 li, .tabs3 li, .tabs4 li, .tabs5 li {
    display: inline-block;  margin: 0 auto -1px -4px; padding: 1px 20px;  border-right: solid 1px #000; border-bottom: solid 2px #fff; }

.tabs li:first-child, .tabs1 li:first-child, .tabs2 li:first-child, .tabs3 li:first-child, .tabs4 li:first-child, .tabs5 li:first-child   { margin-left: -2px !important;  border-left: solid 1px #000 !important;  }
	
.tabs li a, .tabs1 li a, .tabs2 li a, .tabs3 li a, .tabs4 li a, .tabs5 li a {
	display: inline-block;
	text-decoration: none;
	line-height: 0;
	color: #000;
	padding: 0;
	margin: 0;
	font-size: 22px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	
	}


.tabs li a:hover, .tabs li.active a, .tabs1 li a:hover, .tabs1 li.active a, .tabs2 li a:hover, .tabs2 li.active a, .tabs3 li a:hover, .tabs3 li.active a, .tabs4 li a:hover, .tabs4 li.active a, .tabs5 li a:hover, .tabs5 li.active a {
	font-weight: 500;
	background: #fff;
	position: relative;
	color: #111;
	

 }

.tab_container, .tab_container1, .tab_container2, .tab_container3, .tab_container4, .tab_container5 { margin-bottom: 20px; display: block;  padding: 20px 0;}
.tab_container, .tab_container1, .tab_container2, .tab_container3, .tab_container4, .tab_container5 > article { display:none; }
.tab_container, .tab_container1, .tab_container2, .tab_container3, .tab_container4, .tab_container5 > article:first-child { display: block; }


.img-in-tab { float: left; margin: 6px 20px 20px 0;}

.img-in-tab-full {width: 100%; margin: -10px 0 20px 0; padding: 0; }

.img-in-tab-half {width: 100%; margin: -10px 0 20px 0; padding: 0; }



/* -------------------------------------------------------------
======	BLOG
------------------------------------------------------------- */

/* Article */
.post {margin-bottom:5em;}
.post .entry {margin:1.5em 0;}
.post .entry p.center { text-align: center; }
.post .more-link {font-weight:700; color: #000;}
.post .more-link:hover {color:#333;}
.meta {font-weight: normal;	color:#999; font-size:0.9em}
.meta a {color:#000; text-decoration:none;}
.meta a:hover {color:#000; text-decoration:underline;}

div.img-and-capture {display: block;}

.img-left-flow {float: left; width: 50%; margin: 0; padding: 30px 20px 0 0;}

.img-right-flow {float: right; width: 50%; margin: 0; padding: 30px 0 0 20px;}

p.img-caption-left, p.img-caption-right {font-size: 0.9em; line-height: 1.5em; color:#666; margin-top: 4px;}


/* Sidebar */
.blog-sidebar {color: #999;}
.blog-sidebar h2{margin-bottom:1em; font-size:2em; color:#666;}
.blog-sidebar .widget{padding-bottom:2em;border-bottom: 1px solid #DDD;margin-bottom: 2em;}
.blog-sidebar .widget:last-child{border-bottom: none;}
.blog-sidebar a {font-weight: normal; color:inherit;text-decoration: none; }
.blog-sidebar a:hover{color:#333;}
.blog-sidebar li{padding-left: 1em; margin-bottom: 0.5em;  white-space: nowrap ; text-overflow: ellipsis; width: 95%; overflow: hidden; display: block;} 
.blog-sidebar li a:before {content: ">"; padding-right: 1em;} 
.blog-sidebar input {width: 90%; padding-right: 0;}

/* Pagination */
ul.page-numbers{float: right;overflow:hidden; display:block;}
.page-numbers li {float:left;}
.page-numbers li a{ display:block;padding:1em;text-decoration:none; color:#777;}
.page-numbers li a:hover{ color:#444;}
.page-numbers li .current{color: #000;}

/* Comments*/
.section-comment header{overflow: hidden; clear: both;}
.comments, .leavecomment {margin-top: 3em;}
.comment{margin-bottom: 2em;}
.comment p{font-size: 0.9em; color: #777;}
.comment h6{margin-bottom: 0.5em;}
.comment form ul li { margin-bottom: 2em }





/* -------------------------------------------------------------
======	CONTACT + DISCLAIMER
------------------------------------------------------------- */

.contact-page h4 {text-align: left; margin: auto;}
#quelle p, #quelle2 p {font-size: 90%; line-height: 140%; margin-top:20px;}


#map {
	width: 100%;
	height: 16.5em;
	border: 0;
	}

	
.menu {
	display: block;
	margin: 26px auto 20px -40px;
	text-align: center;
     }
	 

	 
.menu li  {
    display: inline-block;  padding: 0px 6px;  border-right: solid 1px #000; }

.menu li:first-child {   border-left: solid 1px #000 !important;  }
	
.menu li a  {
	display: inline-block;
	text-decoration: none;
	line-height: 12px;
	color: #000;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	
	}


.menu li a:hover, .menu li.active a{
	font-weight: 500;
	background: #fff;
	position: relative;
	color: #111;
	

 }

div.einzug {margin-left: 3%; margin-bottom: 28px;}

/* -------------------------------------------------------------
======	MISC
------------------------------------------------------------- */

.ir{display:block; border:0; text-indent:-999em; overflow:hidden; background-color:transparent; background-repeat:no-repeat; text-align:left; direction:ltr; *line-height: 0;}
.ir br{display:none}
.hidden{display:none !important; visibility:hidden}

.subnav section { color: #000; text-align: center; font-style: italic; padding: 0;}

.subnav section a { color: #000; text-decoration: none;}

.subnav section a:hover { color: #000; text-decoration: none;}

.subnav .activ, .subnav .activ a { color: #333;}


.submenu-objects  { display: block; text-align:center; font-family: "Roboto", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif; color: #000;
 text-transform: uppercase;   font-size: 1.6em; font-weight: 100!important; /* light */	 line-height: 1em; margin-left: -18px;}
 
 .submenu-objects  h5 { display: block; text-align:left; font-family: "Roboto", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif; color: #666;
 text-transform: uppercase;   font-size: 1.2em; font-weight: 100!important; /* light */	 line-height: 1em;  margin: 30px auto -8px auto;}
 
.submenu-objects a  { font-weight: 100!important; margin: 12px; }
.submenu-objects a:hover, .submenu-objects a:active, .submenu-objects a:focus  { border-bottom: 1px dashed #999 !important; }

p.soon  {
	color: #999;
	font-style: italic;
}

hr.sub-pro {
	display:block;
	height:1px;
	margin:10px 0;
	padding: 0;
	border-top: 0 !important;
	border-bottom: 1px dashed #999 !important;
}



.projekt-header {margin: 20px auto 10px auto; }
.space {display: block; width: 100%;  margin: 0; padding: 0; }
.space img { width: 100%; margin: 0 0 20px 0; padding: 0; opacity: 0.5; border-top: solid 1px #333; }

.space-mobi-visible { display: none;}
.space-mobi-visible img { display: none; }

.mobi-visible { display: none; }
.tab-invisible { display: block; line-height: 0;}
.desk-visible { display: inline;}

.breadcrumb { display: none; }


.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;
}

.df-logo { margin: 10px auto; width: 100%;}


/* -------------------------------------------------------------
======	IE Fix
------------------------------------------------------------- */
.lt-ie9 .works figure a, .lt-ie9 .works figure a img { filter:inherit} 
/* jquery filter opacity issue IE8 */

.lt-ie9 .container {min-width: 780px;}
.lt-ie8 .container {width: 960px;}
.lt-ie8 .grid-wrap {margin-left: 0; }
.lt-ie8 .grid {padding: 0;margin-left: 5%; }
  .lt-ie8 .grid:first-child {margin-left: 0; }

.lt-ie8 .col-full {width: 99.95%; }
.lt-ie8 .col-full + .grid {margin-left: 0; }
.lt-ie8 .col-one-half {width: 47.45%; }
.lt-ie8 .col-one-third {width: 29.55%; }
.lt-ie8 .col-two-thirds {width: 64.95%; }
.lt-ie8 .col-one-quarter {width: 19.95%; }
.lt-ie8 .col-three-quarters {width: 74.95%; }



/* -------------------------------------------------------------
======	MEDIA QUERIES
------------------------------------------------------------- */

@media only screen and (max-width: 74em) {
	
	 footer .submenu li { float: none; margin: 0; padding-right: 25px; border-right: none; font-size: 14px; line-height: 26px; text-align: right;} 
	
}



/* -- Media query 1 (mq1)
------------------------------------------------------------- */
@media only screen and (max-width: 60em) { /* 13 / 780 */
	.mq1-col-full {width: 100%; }
	.mq1-col-one-half {width: 50%; }
	.mq1-col-one-third {width: 33.333%; }
	.mq1-col-two-thirds {width: 66.666%; }
	.mq1-col-one-quarter {width: 25%; }
	.mq1-col-three-quarters {width: 75%; }
	/**/
	h1{font-size: 3.1em;}
	.slide figcaption{ width: auto;}
	footer li { float: left; margin-right: 0.5em; padding-right: 0.5em; border-right: 1px solid #000;} 
	
	.mobi-visible { display: none; }
	.tab-invisible { display: block; line-height: 0;}
	
	
	img.team { display: block; margin-bottom: 10px;  padding-bottom: 0;}
	
	

	
		
}
    
/* -- Media query 2 (mq2)
------------------------------------------------------------- */
@media only screen and (max-width: 48em) { /* 13 / 624 */
	.mq2-col-full {width: 100%;}
	.mq2-col-one-half {width: 50%; }
	.mq2-col-one-third { width: 33.333%; }
	.mq2-col-two-thirds {width: 66.666%; }
	.mq2-col-one-quarter {width: 25%; }
	.mq2-col-three-quarters {width: 75%; }

	/**/
	
	#container {width: 100%;}
	p {padding: 0 25px;}
	#logo {margin-top: 8px auto; }
	#logo img {width:120px; }
	
	header nav { width: 100%;}
	header nav ul { width:100%; text-align: center; margin: 0 auto;}
	header nav ul li { font-size:90%;  text-indent:0.5em; margin: 0.1em; padding: 0.2em;}
	
	nav .main-navigation { padding: 0; }
  	nav .main-navigation .container { width: 100%; }
	.responsive-menu { display: block;}
	.main_menu { display: none; }
	
	nav .main_menu li a {font-size: 10px;}
	
	.slider { margin-top: 1em; }
	.slide figcaption {
	position: absolute;
	background: white; opacity:0.7;
	filter:alpha(opacity=80); /* For IE8 and earlier */ 
	height: auto; min-height: 3em; width: auto; padding: 0.2em; 
	top: 0; right: 0; }
	.slides,.flex-control-nav,.flex-direction-nav {top: 1em; margin: 0; padding: 0; list-style: none;}
	.slide figcaption div { text-align: right; display: block; border-right: 1px solid #DDD; padding: 0.5em; margin: auto 5em auto 0; }
	.slide figcaption div p { margin: 0; font-size:80%; color: #000; }
	.slide figcaption div h5 { margin: 0; font-size:80%; color: #000; }



	/* Service flex-slider*/


	.service .slide figcaption {
	position: relative;
	width: 100%; height: auto; padding: 0; 
	top: 0; left: 0; display: block;}
	.service .slide figcaption div { text-align: left; border-right: 1px solid #fff; display: block; padding: 0; margin-top: 0.5em; }
	.service .slide figcaption div p { font-size: 100%; margin: 0; }
	.service .slide figcaption div h5 { margin: 0; font-size:100%; color: #000; }
	.service .flex-direction-nav{ position: absolute; top: 0; right: 0; z-index: 10;}
	
	.subnav section { margin-bottom: 1em; }
	
	.ling { padding-left: 25px; font-size: 12px;}
	
	
	h1, h2, h3, h4 {text-align: center; margin: 8px 25px;}
	h1 {font-size: 2.75em;}
	h2 {font-size: 2em; }
	h3 {font-size: 2em; }
	
	
	
	.tabs li a, .tabs1 li a,  .tabs2 li a, .tabs3 li a, .tabs4 li a, .tabs5 li a {font-size: 14px;}

	
	
	
	.img-in-tab {  width: 50%;}
	.img-in-tab-half {float: right; width: 320px; margin-right: -10px; padding: 0; overflow: visible;}
	.kings {  padding-left: 25px;}
	.elefant {padding-left: 15px;}
	
	.contact-page h4,form {text-align: left; margin: auto 25px;}
	.contact-page h5 { margin: auto 25px;}
	
	#map {
	width: 100%;
	height: 20em;
	border: 0;
	}
	
	.main menu {margin: 10px 25px;}
	
	
.space-mobi-visible { display: block; width: 100%;  margin: 0; padding: 0;}
.space-mobi-visible img { display: block; width: 100%; margin: 0 0 20px 0; padding: 0; opacity: 0.5; border-top: solid 1px #333; }

.mobi-visible { display: none; }
	
.tab-invisible { display: none; }

.desk-visible { display: none;}



p.img-caption-left {margin-left: -20px;}
p.img-caption-right {margin-left: -24px;}

.df-logo { width: 90%; margin: 0 20px 10px 20px;}


.submenu-objects  { font-size: 1.2em; line-height: 1em; margin-left: -10px; font-weight: 400!important;}

.submenu-objects a { margin: 5px;}
	
 .submenu-objects  h5 {margin: 30px auto -8px 6px;}
 

.breadcrumb { display: inline-block;}

}
    
/* -- Media query 3 (mq3)
------------------------------------------------------------- */
@media only screen and (max-width: 30em) { /* 13 / 390 */
	.mq3-col-full { width: 100%; }
	.mq3-col-one-half { width: 50%; }
	.mq3-col-one-third { width: 33.333%; }
	.mq3-col-two-thirds { width: 66.666%; }
	.mq3-col-one-quarter { width: 25%; }
	.mq3-col-three-quarters { width: 75%; } 
	.mq3-none {display: none;}
	/**/
	header {margin-bottom: 0;}
	
	header nav ul { width:100%; display:block; text-align: center; margin: 0 auto;}
	header nav ul li { font-size:110%; text-align: center; text-indent:0.7 em; display: list-item; margin: 0.2em; border: 1px solid  #ddd;}
	nav .main-navigation .container {  width: 100%; }
	
	
	
	footer li { float: none; margin-right: 0em; padding-right: 0em; border-right: none; line-height: 2em;}
	.services article {	margin-top: 3em;} .services article:first-of-type {	margin-top: 0;}
	
	
	.tabs, .tabs1, .tabs2, .tabs3, .tabs4, .tabs5  { border-bottom: none; }
	
	img.team { margin-bottom: 10px; }
	
	.img-in-tab { float: none; text-align: center; margin: 0 0 10px 0; width: 100%;}
	.img-in-tab-half {width: 100%; margin: 0; padding-bottom: 10px; }
	.kings {  padding: 0 25px; width: 82.5%;}
	.elefant {width: 88%; }
	
		
	
	.slide { margin-top: 0; padding-top: 0; }
	.slide figcaption {
	position: absolute;
	background: white; opacity:0.7;
	filter:alpha(opacity=80); /* For IE8 and earlier */ 
	height: auto; min-height: auto; width: auto; padding: 0.4em; 
	top: 0; right: 0; }
	.slides, .flex-control-nav,.flex-direction-nav {top: 10px; margin: 0; padding: 0; list-style: none;}
	.slide figcaption div { text-align: right; display: block; border-right: 1px solid #DDD; padding: 0 1em 0 0; margin: auto 7em auto 0; }
	.slide figcaption div p { margin: 0; font-size:80%;color: #000; }
	.slide figcaption div h5 { margin: 0; font-size:80%; color: #000; }
	
	.Title { margin-top: 0; font-size: 110%}
	.Title  figcaption {
		top: -6em; }
	
	.Title  figure {
		top: -20em; margin-top: 0;}
		
	.mobi-visible { display: block; line-height: 0;}
	.tab-invisible { display: block; line-height: 0;}
	
	.menu {
	display: block;
	margin: 10 px auto;
	text-align: center;
     }
	 

	 
.menu li  {
    display: block;  padding: 0px 6px;  border-right: none; }

.menu li:first-child {   border-left: none !important;  }
		
.img-left-flow, .img-right-flow {float: none; width: 100%; margin: 0; padding: 0;}

p.img-caption-left, p.img-caption-right {font-size: 1em; line-height: 1.6em; margin-top: 6px; margin-left: auto;}

.submenu-objects  { font-size: 0.95em; margin-left: 1px; word-spacing: 0.001em;}
 
 .submenu-objects  h5 { display: block; text-align:left; font-family: "Roboto", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif; color: #666;
 text-transform: uppercase;   font-size: 1.2em; font-weight: 100!important; /* light */	 line-height: 1em;  margin: 16px auto -8px 4px;}
 
.submenu-objects a  { font-weight: 100!important; margin: 1px; }


		
}

/* -- PRINT STYLES 
------------------------------------------------------------- */
@media print{ 
	*{background:transparent !important; color:black !important; text-shadow:none !important; filter:none !important; -ms-filter:none !important}
	abbr[title]:after{content:"("attr(title) ")"}
	pre, blockquote{page-break-inside:avoid}
	thead{display:table-header-group}
	tr, img{page-break-inside:avoid}
	img{max-width:100% !important}
	p, h2, h3{orphans:3; widows:3}
	h2, h3{page-break-after:avoid} 
}
 
 
 
/* -------------------------------------------------------------
======	END
------------------------------------------------------------- */
