header,footer,nav,section,aside,main,article,figure,figcaption{display:block}body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img,iframe{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
@font-face {
    font-family: 'Michroma';
    src: url('../../files/layout_global/css/fonts/michroma-regular-webfont.woff2') format('woff2'),
         url('../../files/layout_global/css/fonts/michroma-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
html, body, .perspective {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'Michroma', sans-serif !important;
	font-size:11px;
	
}
@media only screen and (min-width: 650px) {
	body {font-size:1em;}
}

.container {
	min-height: 100%;
	position: relative;
	z-index: 10;
}
.container::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;
	opacity: 0;
	background: rgba(0,0,0,0.2);
	/* the transition delay of the height needs to be synced with the container transition time */
	-webkit-transition: opacity 0.4s, height 0s 0.4s;
	transition: opacity 0.4s, height 0s 0.4s;
}
.wrapper {position: relative;}

ul,li {margin: 0;padding: 0;}
ul li {list-style: none;}
a {text-decoration: none;}
ol {
    counter-reset: item;
    margin-left: 0;
    padding-left: 0;
}
ol li {
    display: block;
    margin-bottom: .6em;
    margin-left: 2em;
	line-height: 1.4em !important;
}
ol li:before {
    display: inline-block;
    content: counter(item) ". ";
    counter-increment: item;
    width: 2em;
    margin-left: -2em;
	color:#faba00;
}
img {
	display: block;
}
h2{line-height:1.2em}
/* left text border 
.mainBody .content-text div{
	border-left: 3px solid #999;
	line-height:1.3em;
	padding-left:5px;
}
*/
#datenschutz .content-text .kontakt-content,#datenschutz .content-text,#impressum .kontakt-content,#impressum{
	border-left: 0px solid #999 !important;
	line-height:1em;
	padding-left:0px;
}
.mainBody .content-text a{
	color:#34363d;
}
#datenschutz .content-text a,#impressum a{
	color:#fff;
}
.mainBody .content-text ul li{
	list-style-type:square !important;
	list-style-position:inside;
	line-height:0.8em;
	color:#faba00;
}
#datenschutz ol li{
	line-height:1.2em;
}
.container{background-size:cover;background-color: #7d7e80}

#map_container{position: absolute; left: 0px; top: 0px; z-index: 0; width: 100%; height: 100%;}

/* menu */
#showMenu img{
	margin: 0 auto;
}
#menu{box-shadow: -1px 4px 13px -3px rgba(0, 0, 0, 0.75);}
.menu-link{
	display:inline-block;
	margin-top:15px;
	outline:none;
	border:0;
}
.menu-link:link,.menu-link:visited {
	color: #fff;
	background: #faba00;
	padding: .2em .4em;
	padding:0.5em;
	font-size:1.6em;
}
#menu .active{
	color: #999;
}
@media only screen and (max-width: 650px) {
	#showMenu img{
		width:100px;
		height:56px;
	}
}
.panel {
	background: #faba00;
	z-index: fff9 !important;
	position: fixed;
	left: -180px; /*width of your navigation panel*/
	width: 180px;
}
@media only screen and (min-width: 650px) {
	.panel {
		left: -280px; /*or width of your navigation panel*/
		width: 280px; /*should match the above value*/
	}
}
.panel span{
	display: block;
	width:100%;
}
.panel a {
	color: #fff;
	outline:none;
	border:0;
	font-size:1.3em;
}
.panel a:hover {color: #fff;}
.panel span:hover .right{background:#efefef;}

#accordion{padding-top:15px;}
#accordion li:nth-child(1){border-top: 1px dotted #666;}
.sublink{display:none;}
.right{
	display: inline-block;
	text-align: center;
	width: 20%;
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0 auto;
	border-left: 1px dotted #666 !important;
}
.left{
	display: inline-block;
	text-align: left;
	width: 80%;
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
}
.line{
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
}
.down{
	position:absolute;
	bottom:20px;
	left:10px;
	font-size:1.2em;
}
.down ul li{
	float:left;
	padding-right:15px;
}

.panel .level_1>li>span{border-bottom: 1px dotted #666;}

.level_2 span{
	background:#efefef;
	border-bottom: 1px dotted #666;
}
.level_2 a:hover{color: #faba00 !important;}


@media only screen and (min-width: 650px) {
	.panel a {font-size:0.9em;}
	.down{font-size:0.9em;}
}
.wrap {position: relative;}

.innerPushContent{
	max-width:100%;
	background:#7d7e80;
	margin-left:40px;
	overflow:hidden;
}
.innerPushContentFull,.innerPushContentFullSub{
	padding-left:35px;
	overflow:hidden;
	line-height:1em;
}
.mainHead{
	width:100%;
	border-bottom: 1px dotted #fff;
	padding-bottom:15px;
}
.mainHead h1{
	color:#fff;
	padding-left:25px;
	text-transform:uppercase;
	line-height:1em;
}
.innerPushContentFullSub h2{
	color:#fff;
	text-transform:uppercase;
	width:100%;
	border-bottom: 1px dotted #fff;
	padding-bottom:15px;
	word-spacing:15px;
}
.innerPushContentFullSub .content-text>p{
	padding-top:20px;
	padding-bottom:20px;
}
@media only screen and (min-width: 650px) {
	.innerPushContent{
		max-width:1100px;
	}
	.mainHead h1, .innerPushContentFullSub h2{
		font-size:2em;
	}
}

.mainBody{
	width:100%;
	color:#fff;
	padding:25px;
	padding-right:35px;
}
.floatBild{
	float:left;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:0px;
}
.textContent{
	clear:both;
	padding-top: 20px;
	line-height:1.4em;
}
.wrap h4{
	border-top: 1px solid #fff;
    color: #fff;
    font-weight: 900;
    line-height: 1.3em;
    margin-top: 40px;
}
.wrap h5{
    color: #fff;
	margin-bottom:30px;
	line-height:1.3em;
}
.wrap h5 strong{
    color: #faba00;
}
.wrap h6{
    color: #faba00;
	font-weight:bold;
	border-bottom:1px dotted #faba00;
}
.innerPushContentFull  a{
    color: #34363d;
}
.innerPushContentFull  p, .innerPushContent p{
    line-height:1.3em;
}

blockquote{
  display:block;
  padding: 22px 20px 15px 60px;
  position: relative;
  
  /*Font*/
  font-style: italic;
  font-size: 24px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
}
blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  font-size: 90px;
  font-weight: bold;
  color: #999;
  /*Positioning*/
  position: absolute;
  left: 2px;
  top:5px;
}
blockquote::after{
  /*Reset to make sure*/
  content: "";
}
blockquote a:hover{
 color: #666;
}
blockquote em{
  font-style: italic;
}
.responsiveImage{
	max-width: 100%;
    height: auto;
}
body{background:#b8b6b4;}
.perspective {position: relative;}
.component {
	margin: 0 auto;
	width: 60%;
	text-align: justify;
	font-size: 1.5em;
}

/* Modal view */
.perspective.modalview {
	position: fixed;
	-webkit-perspective: 1500px;
	perspective: 1500px;
}
.modalview .container {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.modalview .wrapper {
	-webkit-transform: translateZ(-1px); /* solves a rendering bug in Chrome on Windows */
}
.animate .container::after {
	opacity: 1;
	height: 101%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

/* Outer Nav */
.outer-nav {
	position: absolute;
	height: auto;
	font-size: 2em;
}
.outer-nav.vertical {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
@media only screen and ( min-width: 645px ) {

.outer-nav.horizontal {
	left: 50%;
	width: 75%;
	max-width: 1000px;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
}
@media only screen and ( max-width: 645px ) {
.outer-nav.horizontal {
	left: 15%;
	width: 75%;
	max-width: 1000px;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
}
.outer-nav.left {left: 25%;}
.outer-nav.right {right: 25%;}
.outer-nav.top {top: 25%;}
.outer-nav.bottom {bottom: 25%;}
.outer-nav a {
	display: inline-block;
	white-space: nowrap;
	font-weight: 300;
	margin: 0 0 30px 0;
	color: #fff;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.outer-nav a:hover {color: #34363d;}
.outer-nav.vertical a {display: block;}
.outer-nav.horizontal a {margin: 15px 20px;}

@media only screen and ( min-width: 1020px ) {
	.outer-nav a:hover:before {
	position:absolute;
	left:-220px;
	}
}

/* Individual Effects */
/* Effect Lay Down */
.effect-laydown {
	background: transparent;
}
.effect-laydown .container {
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transform-origin: 50% 150%;
	transform-origin: 50% 150%;
}
.effect-laydown.animate .container {
	-webkit-transform: translateZ(-1500px) rotateX(80deg);
	transform: translateZ(-1500px) rotateX(80deg);
}
.no-csstransforms3d .effect-laydown.animate .container {
	top: 75%;
}
.effect-laydown .outer-nav a {
	opacity: 0;
	-webkit-transform: translateY(-200px) translateZ(-1000px);
	transform: translateY(-200px) translateZ(-1000px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}
.effect-laydown.animate .outer-nav a {
	opacity: 1;
	-webkit-transform: translateY(0) translateZ(0);
	transform: translateY(0) translateZ(0);
}
.effect-laydown.animate .outer-nav a:nth-child(7){
	-webkit-transition-delay: 0.0s;
	transition-delay: 0.0s;
}
.effect-laydown.animate .outer-nav a:nth-child(6) {
	-webkit-transition-delay: 0.04s;
	transition-delay: 0.04s;
}
.effect-laydown.animate .outer-nav a:nth-child(5) {
	-webkit-transition-delay: 0.08s;
	transition-delay: 0.08s;
}
.effect-laydown.animate .outer-nav a:nth-child(4) {
	-webkit-transition-delay: 0.12s;
	transition-delay: 0.12s;
}
.effect-laydown.animate .outer-nav a:nth-child(3) {
	-webkit-transition-delay: 0.16s;
	transition-delay: 0.16s;
}
.effect-laydown.animate .outer-nav a:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.effect-laydown.animate .outer-nav a:first-child {
	-webkit-transition-delay: 0.24s;
	transition-delay: 0.24s;
}

/* Media Queries */
@media screen and (max-width: 77em) {
	.outer-nav.top {top: 15%;}
	.outer-nav.bottom {bottom: 15%;}
}

@media screen and (max-width: 36.625em), screen and (max-height: 41.75em) {
	.outer-nav.top {
		top: 5%;
	}
	.outer-nav.bottom {
		bottom: 5%;
	}
	.outer-nav.horizontal {
		font-size: 1.7em;
		width: 6.2em;
	}
	.outer-nav.horizontal a {
		display: block;
		text-align: left;
	}
	/* Special Case */
	.effect-rotatetop .outer-nav.horizontal {
		width: 95%;
		bottom: auto;
		top: 50%;
	}
	.effect-rotatetop .outer-nav.horizontal a {
		display: inline-block;
	}
}

@media screen and (max-width: 31em), screen and (max-height: 36.2em) {
	.outer-nav.horizontal,
	.outer-nav.vertical {
		font-size: 1.2em;
		width: 6.8em;
	}
	.outer-nav.right {
		right: auto;
		left: 50%;
	}
}

@media screen and (max-height: 31.6em) {
	.outer-nav a {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 36em) {
	.outer-nav.horizontal,
	.outer-nav.vertical {
		width: 6.8em;
	}
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
#elastic_grid_demo{
max-width:4800px;
}
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.og-grid {
	list-style: none;
	padding: 20px 0;
	width: 100%;
}

.og-grid li {
	display: inline-block;
	margin: 10px 5px 0 5px;
	vertical-align: top;
	/*height: 250px;*/
}

.og-grid li.hidden {
	display: none;
}

.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}

.og-pointer{
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: relative;
	pointer-events: none;
	border-bottom-color: #222;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}

.og-expander {
	position: absolute;
	background: #222;
	color: #d6d6d6;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 0px;
	text-align: left;
	height: 0;
	overflow: hidden;
}

.og-expander-inner {
	padding: 30px 30px;
	height: 100%;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}

.og-fullimg,
.og-details {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.og-details .infosep {
	border-bottom: 1px solid #121212;
	box-shadow: 0 1px #2A2A2A;
	margin: 15px 0;
}

.og-details {
	padding: 0 20px;
}

.og-fullimg {
	text-align: center;
}

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

.og-details h3 {
	font-weight: 300;
	font-size: 36px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.og-details p {
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #999;
	padding-bottom: 20px;
}

.og-details iframe {
	max-width: 400px;
	max-height: 250px;
	margin-bottom: 0px;
}

.og-details a.link-button {
	font-size: 11px;
	padding: 8px 10px;
	background-color: #454545;
	background: -moz-linear-gradient(
		top,
		#303030 0%,
		#262626);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#303030),
		to(#262626));
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #141414;
	text-shadow:
		0px -1px 0px rgba(41,41,41,0.7),
		0px 1px 0px rgba(3,3,3,0.3);
	white-space: normal;
	word-wrap: normal;
	color: #9f9f9f !important;
	cursor: pointer !important;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	white-space: normal;
	margin-left: 10px;
}

.og-details a.first{
	margin-left: 0px;
}


.og-details a:hover {
	background-color: #606060;
	background: -moz-linear-gradient(
		top,
		#454545 454545%,
		#303030);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#454545),
		to(#303030));

}

.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

/* Work - filter by tag */
.wagwep-container{
	/*margin: 20px 0px auto 0;*/
	overflow: hidden;
	/*width: 800px;*/
}
.wagwep-container ul#portfolio-filter {
	float: left;
	font-size: 13px;
	list-style: none;
	padding: 10px 0px;
	width: 100%;
	border-bottom: 1px dotted #fff;
}
.wagwep-container ul#portfolio-filter li {
	/*border-right: 1px solid #dedede;*/
	float: left;
	line-height: 16px;
	margin: 0px;
	padding: 10px;
}
.wagwep-container ul#portfolio-filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
.wagwep-container ul#portfolio-filter a {
	color: #444444; text-decoration: none;
	border:0;
	background:0;
	margin:0 10px 10px 0;
	padding:6px 12px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.wagwep-container ul#portfolio-filter li.current a, ul#portfolio-filter a:hover {
	text-decoration: none;
	background:#eee;
	color:#222;
}
.wagwep-container ul#portfolio-filter li.current a {
	color: #333; font-weight: bold;
	background:#34363d;
	color:#fff;
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}


/***********
*Elastic Slide
************/
/* Elastislide Style */

.elastislide-list {
	list-style-type: none;
	display: none;
}

.no-js .elastislide-list {
	display: block;
}

.elastislide-carousel ul li {
	min-width: 20px; /* minimum width of the image (min width + border) */
}

.elastislide-wrapper {
	position: relative;
	background-color: #313131;
	margin: 0 auto;
	min-height: 60px;
	/*box-shadow: 1px 1px 3px rgba(0,0,0,0.2);*/
	box-shadow: inset 0 0 10px #000000;
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
}

.elastislide-wrapper.elastislide-loading {
	background-image: url(../../files/layout_global/images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.elastislide-horizontal {
	padding: 10px 40px;
}

.elastislide-vertical {
	padding: 40px 10px;
}

.elastislide-carousel {
	overflow: hidden;
	position: relative;
}

.elastislide-carousel ul {
	position: relative;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.elastislide-horizontal ul {
	white-space: nowrap;
}

.elastislide-carousel ul li {
	margin: 0;
	-webkit-backface-visibility: hidden;
}

.elastislide-horizontal ul li {
	height: 100%;
	display: inline-block;
}

.elastislide-vertical ul li {
	display: block;
}

.elastislide-carousel ul li a {
	display: inline-block;
	width: 100%;
	padding: 0px;
}

.elastislide-carousel ul li a img {
	display: block;
	border: 2px solid #313131;
	max-width: 100%;
}
.elastislide-carousel ul li a img.selected {
	border: 2px solid #999999;
}
/* Navigation Arrows */

.elastislide-wrapper nav span {
	position: absolute;
	background: #1b1b1b url(../../files/layout_global/shared/nav.png) no-repeat 4px 3px;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.8;
}

.elastislide-wrapper nav span:hover {
	opacity: 1.0
}

.elastislide-horizontal nav span {
	top: 50%;
	left: 10px;
	margin-top: -11px;
}

.elastislide-vertical nav span {
	top: 10px;
	left: 50%;
	margin-left: -11px;
	background-position: -17px 5px;
}

.elastislide-horizontal nav span.elastislide-next {
	right: 10px;
	left: auto;
	background-position: 4px -17px;
}

.elastislide-vertical nav span.elastislide-next {
	bottom: 10px;
	top: auto;
	background-position: -17px -18px;
}

/***********
*Hover
************/
.og-grid li {

}

.og-grid li a {
	overflow: hidden;
}

.og-grid li a.unhoverdir {
	overflow: visible;
}
.og-grid li a figure {
	position: absolute;
	background: #333;
	background: rgba(48,48,48,0.7);
	width: 100%;
	height: 100%;
	font-size:11px;
	line-height:1.5em;
}
.og-grid li a figure span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	/*box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);*/
}
/***********
*Effect
************/
/* Effect 8:  popup*/
.og-grid.effect-popup {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.og-grid.effect-popup li.animate {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-animation: popUp .8s ease-in forwards;
	-moz-animation: popUp .8s ease-in forwards;
	animation: popUp .8s ease-in forwards;
}

@-webkit-keyframes popUp {
	70% { -webkit-transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@-moz-keyframes popUp {
	70% { -moz-transform: scale(1.1); opacity: .8; -moz-animation-timing-function: ease-out; }
	100% { -moz-transform: scale(1); opacity: 1; }
}

@keyframes popUp {
	70% { transform: scale(1.1); opacity: .8; animation-timing-function: ease-out; }
	100% { transform: scale(1); opacity: 1; }
}

/**************
* Responsive
**************/
/* Basic Styles */
nav#porfolio-nav {
	width: 100%;
	position: relative;
}
nav#porfolio-nav ul {
	padding: 0;
	margin: 0 auto;
}
nav#porfolio-nav li {
	display: inline;
	float: left;
}
nav#porfolio-nav li a {
	border-right: 1px solid #576979;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav#porfolio-nav li:last-child a {
	border-right: 0;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav#porfolio-nav {
  		height: auto;
  	}
  	nav#porfolio-nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav#porfolio-nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav#porfolio-nav li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}
  	nav#porfolio-nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav#porfolio-nav {
		border-bottom: 0;
	}
	nav#porfolio-nav ul {
		/*display: none;*/
		height: auto;
	}

	.og-expander h3 { font-size: 18px; }
	.og-expander p { font-size: 12px; }
	.og-expander a { font-size: 11px; }
	.og-expander-inner { padding: 10px;	}
	.og-grid .sep { display: none;}
	.og-fullimg{
		height: 30%;
		width: 100%;
	}
	.og-details{
		width: 100%;
		margin-top: 5px;
	}
	.og-details h3 {
		font-size: 18px;
		margin-bottom: 0px;
	}
	.og-details p {
		padding-bottom: 10px;
	}
	.og-details .infosep {
		margin: 10px 0px;
	}
	.elastislide-wrapper{
		max-width: 300px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav#porfolio-nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav#porfolio-nav li a {
		border-bottom: 1px solid #576979;
	}
	.og-details h3 {
		font-size: 18px;
		margin-bottom: 0px;
	}
	.og-details p {
		padding-bottom: 10px;
	}
	.og-details .infosep {
		margin: 10px 0px;
	}
}

@media (min-width: 1200px) {
	.og-expander h3 { font-size: 35px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }
}

@media (min-width: 768px) and (max-width: 979px) {
	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 12px; }
	.og-expander a { font-size: 11px; }
	/*.og-expander-inner { padding: 30px;	}*/
	.og-grid .sep { margin: 20px 10px; height: 80%}
}

@media (max-width: 767px) {
	.og-expander h3 { font-size: 20px; }
	.og-expander p { font-size: 12px; }
	.og-expander a { font-size: 11px; }
	/*.og-expander-inner { padding: 25px;	}*/
	.og-grid .sep { display: none;}
	.og-fullimg{
		height: 40%;
		width: 100%;
	}
	.og-details{
		width: 100%;
		margin-top: 5px;
	}
	.og-details p {
		padding-bottom: 10px;
	}
	.og-details .infosep {
		margin: 12px 0px;
	}
	.elastislide-wrapper{
		max-width: 300px;
		padding-bottom: 5px;
	}
}

#elastic_grid_demo span{	word-spacing:8px;}
#elastic_grid_demo  h3{line-height:1em}

.buttons-list{
	margin-top:20px;
	margin-bottom:10px;
	display:block;
}
.og-details{
-ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
}
@media only screen and ( min-width: 1020px ) {
.icon-bg:hover:before { content:url(../../files/layout_global/images/baugruppe-logo.jpg) }
.icon-as:hover:before { content:url(../../files/layout_global/images/architektur-logo.jpg) }
.icon-ws:hover:before { content:url(../../files/layout_global/images/wohnbau-logo.jpg) }
.icon-hs:hover:before { content:url(../../files/layout_global/images/hschmidt-logo.jpg) }
.icon-ms:hover:before { content:url(../../files/layout_global/images/mschmidt-logo.jpg) }
.icon-st:hover:before { content:url(../../files/layout_global/images/santech-logo.jpg) }
.icon-vm:hover:before { content:url(../../files/layout_global/images/wohnbau-logo.jpg) }
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-single-item {
  position: relative;
  background: #222222; }

.cd-slider-wrapper {
  position: relative;
  z-index: 1;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  transition: width 0.4s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: width; }
  @media only screen and (min-width: 1024px) {
    .cd-slider-wrapper {
      width: 50%; }
      .cd-slider-active .cd-slider-wrapper {
        width: 100%; } }

.cd-slider {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .cd-slider::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none; }
  .cd-slider li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s; }
    .cd-slider li img {
      display: block;
      width: 100%; }
    .cd-slider li.selected {
      position: relative;
      z-index: 2;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
    .cd-slider li.move-left {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }
  @media only screen and (min-width: 1024px) {
    .cd-slider {
      cursor: pointer; }
      .cd-slider::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop'; }
      .cd-slider::after {
        /* slider cover layer - to indicate the image is clickable */
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(81, 62, 93, 0.4) url("/files/layout_global/images/cd-icon-zoom.svg") no-repeat center center;
        /* size of the icon */
        background-size: 48px;
        opacity: 0;
        z-index: 4;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        transition: opacity 0.2s; }
      .no-touch .cd-slider:hover::after {
        opacity: 1; }
      .cd-slider-active .cd-slider {
        cursor: auto; }
        .cd-slider-active .cd-slider::after {
          display: none; } }

@media only screen and (min-width: 1024px) {
  .cd-slider-navigation li, .cd-slider-pagination {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    -moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    transition: opacity 0.4s 0s, visibility 0s 0.4s; }
    .cd-slider-active .cd-slider-navigation li, .cd-slider-active .cd-slider-pagination {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
      -moz-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
      transition: opacity 0.4s 0.4s, visibility 0s 0.4s; } }
.cd-slider-navigation li {
  position: absolute;
  z-index: 2;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .cd-slider-navigation li:first-of-type {
    left: 10px; }
  .cd-slider-navigation li:last-of-type {
    right: 10px; }
  .cd-slider-navigation li a {
    display: block;
    width: 48px;
    height: 48px;
    background: url("/files/layout_global/images/cd-icon-arrow.svg") no-repeat center center;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
    transition: opacity 0.2s 0s, visibility 0s 0s;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }
    .cd-slider-navigation li a.inactive {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
      -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
      transition: opacity 0.2s 0s, visibility 0s 0.2s; }
    .no-touch .cd-slider-navigation li a:hover {
      opacity: .7; }
  .cd-slider-navigation li:first-of-type a {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  @media only screen and (min-width: 1024px) {
    .cd-slider-navigation li:first-child {
      left: 30px; }
    .cd-slider-navigation li:last-child {
      right: 30px; } }

.cd-slider-pagination {
  /* you won't see this element in the html but it will be created using jQuery */
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden; }
  .cd-slider-pagination:after {
    content: "";
    display: table;
    clear: both; }
  .touch .cd-slider-pagination {
    visibility: hidden; }
  .cd-slider-pagination li {
    display: inline-block;
    float: left;
    margin: 0 5px; }
    .cd-slider-pagination li.selected a {
      background: #f5f4f3; }
  .cd-slider-pagination a {
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 1px solid #f5f4f3;
    /* fix a bug in IE9/10 - transparent anchor not clickable */
    background-color: rgba(255, 255, 255, 0);
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }

.cd-slider-wrapper .cd-close {
  display: none;
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  background: url("/files/layout_global/images/cd-icon-close.svg") no-repeat center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
  transition: transform 0.3s 0s, visibility 0s 0.4s; }
  .cd-slider-active .cd-slider-wrapper .cd-close {
    visibility: visible;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
    -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
    transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s; }
  .no-touch .cd-slider-active .cd-slider-wrapper .cd-close:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  @media only screen and (min-width: 1024px) {
    .cd-slider-wrapper .cd-close {
      display: block; } }

.cd-item-info {
  padding: 20px 2%; }
  .cd-item-info h2, .cd-item-info p {
    max-width: 480px; }
  .cd-item-info h2 {
    font-size: 1.4rem;
    font-weight: bold; }
  .cd-item-info p {
    line-height: 1.6;
    margin: 1em 0;
    color: #fff; }
  .cd-item-info .add-to-cart {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
    padding: .8em 1em;
    background-color: #7d7e80;
    color: #ffffff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px; }
	.cd-item-info .add-to-cart a{
    color: #ffffff !important;
	}
  @media only screen and (min-width: 1024px) {
    .cd-item-info {
      position: absolute;
      width: 50%;
      top: 0;
      right: 0;
      padding: 20px 20px 0;
      margin: 0; } }

.cd-content p {
  width: 90%;
  max-width: 768px;
  padding: 4em 0;
  margin: 0 auto;
  color: #afa8a0;
  line-height: 1.8; }

