@charset "UTF-8";

/* CSS meyer-ebrecht
*********************************************/
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, 
h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, 
ul, li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td {border:0; font-size:100%; margin:0; 
	padding:0;}
a {outline:none;}
table {
	border-collapse:collapse;
	border-spacing:0;
	vertical-align: top;
}
fieldset, img {border:0;}
del, ins {text-decoration:none;}
caption, th {text-align:left;}
h1, h2, h3, h4, h5, h6 {font-size:100%; font-weight:normal;}
q:before, q:after {content:'';}
abbr, acronym {border:0; font-variant:normal;}
sup, sub {vertical-align:baseline;}
legend {color:#000;}
input, button, textarea, select, optgroup, option 
	{font-family:inherit; font-size:inherit; 
	font-style:inherit; font-weight:inherit;}
input, button, textarea, select {font-size:100%;}



/* start */

html, body{
	height: 100%;
}
body{
	font-family: zurich, sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	transition: 0.4s ease;
	-webkit-overflow-scrolling: touch;
	/*overflow-y: scroll;*/
}

@font-face {
    font-family: 'zurich';
    src: url('../me-fonts/zurich-cn.eot');
    src: url('../me-fonts/zurich-cn.eot?#iefix') format('embedded-opentype'),
         url('../me-fonts/zurich-cn.woff') format('woff'),
         url('../me-fonts/zurich-cn.ttf') format('truetype'),
         url('../me-fonts/zurich-cn.svg#zurich-cn') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'zurich_light';
    src: url('../me-fonts/zurich-ltcn.eot');
    src: url('../me-fonts/zurich-ltcn.eot?#iefix') format('embedded-opentype'),
         url('../me-fonts/zurich-ltcn.woff') format('woff'),
         url('../me-fonts/zurich-ltcn.ttf') format('truetype'),
         url('../me-fonts/zurich-ltcn.svg#zurich-ltcn') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ionicons';
    src: url('../me-fonts/ionicons.eot');
    src: url('../me-fonts/ionicons.eot?#iefix') format('embedded-opentype'),
         url('../me-fonts/ionicons.woff') format('woff'),
         url('../me-fonts/ionicons.ttf') format('truetype'),
         url('../me-fonts/ionicons.svg#ionicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1.h-sig{
	width: 0;
	height: 1px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 0;
	line-height: 0;
	color:#FFFFFF;
	text-indent: -9999px;
}
h1,
h2{
	font-family: zurich_light, sans-serif;
	font-size: 2.4rem;
	font-weight: normal;	
	text-align: center;
	color: #333;
	line-height: 2.7rem;
	margin: 0 0 1.2rem;
	padding: 0;
	transition: 0.4s ease;
}
h3{
	font-family: zurich_light, sans-serif;
	font-size: 1.375em;
	font-weight: normal;
	line-height: 1.25em;
	color: #333;
	margin: 1em 0 0.75em;
	padding: 0;
}
h4{
	font-family: zurich, sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	color: #333;
	padding: 0;
	margin-bottom: 0.6em;
}
p{
	padding: 0 0 12px 0;
	margin: 0;
}
img{
	width: 100%;
	height: auto;
}
.clearfix{
	clear: both;
}
p.clearfix{
	padding-bottom: 0;
}
.nobr{
	white-space: nowrap;
}

/*links
**************************************************/
a:link{
	text-decoration: none;
	color: #333;
}
a:visited{
	text-decoration: none;
	color: #333;
}
a:hover{
	text-decoration: none;
	color: rgba(155,155,155,1);
}
a:active{
	text-decoration: none;
	color: rgba(155,155,155,1);
}

/* Navigation 
**********************************************/

.use-hover li:hover ul{ 
	display: block;     /* Javascript Fallback jQuery Navigation */
}
.nav1{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../bilder/transp_weiss_15.png);
	display: none;
	z-index: 100000;
}
.nav1 ul.nav{
	position: relative;
	top: 48%;
	left: 0;
	width: auto;
	height: auto;
	font-size: 2.1rem;
	line-height: 1.8rem;
	margin: 0;
	padding: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);	
	transition: 0.4s ease;
	display: none;
}
.nav-imp{
	position: absolute;
	top: 4px;
	right: 4%;
	width: 72px;
	height: 24px;
}
.nav1 ul.nav,
.nav-imp ul.nav{
	font-family: zurich_light;
	text-transform: uppercase;
	list-style: none;
	margin: 0;
	color: #000;
}
.nav1 ul.nav li{
	position: relative;
	width: auto;
	height: 4.5rem;
	white-space: nowrap;
	text-align: center;
	margin: 0 auto;
	transition: 0.4s ease;
}
.nav1 ul.nav li a,
.nav-imp ul.nav li a{
	display: block;
	list-style: none;
	font-weight: normal;
	line-height: 1.2em;
}
.nav1 ul.nav li a{
	color: #000;
	transition: 0.4s ease-in-out;
}
.nav1 ul ul{
	position: absolute;
	top: 24px;
	left: 0;
	width: auto;
	height: auto;
	white-space: nowrap;
	margin: 0;
	list-style: none;
	background: url(../bilder/transp_weiss_15.png); 
	padding: 1.15em 3.3em 0 0;
	display: none;
}
.nav1 ul ul li {
	font-size: 1em !important;
	line-height: 1em;
	padding: 0.5em 0 1em 0;
}
.nav1 li li{
	clear: left;
}
.nav1 ul.nav ul.nav-child li a{
	color: #333 !important;
}
.nav1 ul.nav ul.nav-child li a:hover{
	color: rgba(155,155,155,1);
}

.nav-imp ul.nav li a{
	text-align: right;
	color: #000;
	padding-right: 0;
}
.nav1 ul.nav li.current a:link,
.nav1 ul.nav li.current a:visited,
.nav1 ul.nav li.current.active a:visited,
.nav1 ul.nav li.current.active a:link,
.nav1 ul.nav li.current.active a:visited,
.nav1 ul.nav li.parent.active a:link,
.nav1 ul.nav li.parent.active a:visited,
.nav-imp ul.nav li.current a:visited{
	color: rgba(155,155,155,1);
	text-decoration: none;
}
.nav1 ul.nav li a:hover,
.nav-imp ul.nav li a:hover{
	text-decoration: none;
	transition: 0.4s ease-in-out;
}
.nav1 ul.nav ul.nav-child li a:hover{
	color: rgba(155,155,155,1);
}
.nav1 ul.nav li a:hover{color: rgba(155,155,155,1) !important;}
.nav-imp ul.nav li a:hover{color: rgba(155,155,155,1);}

.start-footer{
	position: absolute;
	bottom: 42px;
	left: 50%;
	width: 60px;
	height: 30px;	
	margin-left: -30px;
	transition: 0.4s ease;
}


/*Hamburger Button
**********************************************/
.nav-button,
.nav-button-lp{
	position: absolute;
	top: 18px;
	left: 30px;
	width: 45px;
	height: 42px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	transition: 0.4s ease;
	z-index: 150000;
}
.h-button .h-line{
  	width: 45px;
  	height: 6px;
  	background-color: #666;
  	display: block;
  	margin: 9px 0;
  	-webkit-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.4s ease-in-out;
}
.h-button:hover{
  cursor: pointer;
}
.h-button.is-active{
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.h-button.is-active .h-line:nth-child(2){
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.h-button .h-line:nth-child(2){
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.h-button.is-active .h-line:nth-child(2){
  opacity: 0;
}
.h-button.is-active .h-line:nth-child(1),
.h-button.is-active .h-line:nth-child(3){
  width: 36px;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}
.h-button.is-active .h-line:nth-child(1){
  -webkit-transform: translateY(17px) rotate(45deg);
  -ms-transform: translateY(17px) rotate(45deg);
  -o-transform: translateY(17px) rotate(45deg);
  transform: translateY(17px) rotate(45deg);
}
.h-button.is-active .h-line:nth-child(3){
  -webkit-transform: translateY(-17px) rotate(-45deg);
  -ms-transform: translateY(-17px) rotate(-45deg);
  -o-transform: translateY(-17px) rotate(-45deg);
  transform: translateY(-17px) rotate(-45deg);
}


/*Layout
**********************************************/
.buehne-wrapper{
	display: block;
}
/*.buehne-wrapper#bw_unternehmen{
	display: none;
}*/
.buehne{
	position: relative;
	top: 0;
	width: 100%;
	height: auto !important;
	min-height: 100%;
	margin: 0 auto -138px;
}
/*.kopf{
	position: fixed;
	top: -90px;
	left: 0;
	width: 100%;
	height: 90px;
	background-color: #FFF;
	z-index: 12;
}
.top-active{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 12px;
	cursor: pointer;
	z-index: 10;
}*/
.logo{
	position: absolute;
	top: 18px;
	right: 3%;
	width: 24%;
	max-width: 300px;
	min-width: 60px;
	height: auto;
	z-index: 15;
	transition: 0.4s ease;
}
.banner{
	display: none;
}
/*.article-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ebeef7;
}*/
.fuss{
	position: relative;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 138px;
	clear: both;
	background-color: #f4f4f4;
	margin-top: 0;
	overflow: hidden;
	z-index: 12;
}
.fuss h3{
	margin-bottom: 0.3em;
}
.fuss ul{
	position: relative;
	width: auto;
	height: auto;
	margin-right: 2em;
	float: left;
}
.fuss ul li{
	list-style: none;
	white-space: nowrap;
	margin-bottom: 0.3em;
}
span.fax{
	letter-spacing: 0.015em;
}
.wrapper{
	position: relative;
	width: 90%;
	height: 100%;
	line-height: 1.25em;
	margin: 0.6em auto;
	padding: 0;
}
hr{
	width: 40%;
	border: dotted 1px #999;
	margin: 1em 0 2em;
}


/* #me-line follower
------------------------------------*/
.me-line{
	position: fixed;
	bottom: 0;
	height: 9px;
	width: 100%;
	background-color: #9cc12b;
	z-index: 10000;
	transition: 0.6s ease;
}
.me-bottom-line{
	position: fixed;
	bottom: 132px;
	height: 9px;
	width: 100%;
	background-color: #9cc12b;	
	transition: 0.6s ease;
}
.me-line-follower{
	position: absolute;
	top: 0;
	left: 60px;
	height: 9px;
	width: calc(100% - 120px);
}
.me-line-magenta{
	position: relative;
	top: 0;
	height: 100%;
	width: 60px;
	background-color: #e54378;
	float: left;
}
.me-line-blue{
	position: relative;
	top: 0;
	height: 100%;
	width: 60px;
	background-color: #384a7e;
	float: left;
}
#follower{
	position: absolute;
	width: 120px;
	height: 100%;
	margin-left: -60px;
}

/* #arrows
------------------------------------*/
.startgallery-arrow{
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 48px;
	height: 54px;
	margin-left: -24px;
}
/*.startgallery-arrow .arrow-down{
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	filter: progid:DXImageTransform.Microsoft.Matrix(Dy=-50%);
}
.top{
	position: relative;
	height: 30px;
	padding-top: 60px;
}*/
.buehne .back{
	position: relative;
	top: 90px;
	width: 42px;
	height: 30px;
	margin: 0 auto 114px;
	cursor: pointer;
}
.arrow-down,
.arrow-up{
	position: absolute;
	left: 50%;
	width: 42px;
	bottom: 30px;
	height: 30px;
	margin-left: -21px;
	cursor: pointer;
}


/* Icons
**********************************************/

.ion-phone,
.ion-fax,
.ion-mail,
.ion-download,
.ion-chevron-down,
.ion-chevron-up{
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ion-phone,
.ion-fax,
.ion-mail,
.ion-chevron-down,
.ion-chevron-up{
	font-family: ionicons;
	line-height: 0.6em;
	text-align: center;
	color: #666;
}
.ion-download{
	font-family: ionicons;
	line-height: 1.825em;
}
.ion-phone:before{
	position: relative;
	content: "\f2d2";	
	top: 0.2rem;
	font-size: 1.2rem;
	padding-right: 7px;
}
.ion-fax:before{
	position: relative;
	content: "\f21a";	
	top: 0.1rem;
	font-size: 1.2rem;
	padding-right: 5px;
}
.ion-mail:before{
	position: relative;
	content: "\f132";	
	top:0.1rem;
	font-size: 1.2rem;
	padding-right: 6px;
}
.ion-download:before{
	position: relative;
	content: "\f41f";
	top: -6px;
	font-size: 1.24em;
	color: #336699;
	float: left;
}
.ion-chevron-up{
	display: block;
	padding-bottom: 36px;
}
.ion-chevron-up:before{
	position: relative;
	content: "\f3d8";
	top: 0.1rem;
	font-size: 3.6rem;
	color: rgba(155,155,155,1);
	transition: 0.4s ease;
}
.ion-chevron-down{
	position: relative;
	text-align: center;
}
.ion-chevron-down:before{
	position: relative;
	content: "\f3d0";
	top: 0.1rem;
	font-size: 3.6rem;
	color: rgba(155,155,155,1);
	transition: 0.4s ease;
}
.ion-chevron-up:hover:before,
.ion-chevron-down:hover:before{
	opacity: 0.6;
	transition: 0.4s ease;
}



/* Header
**********************************************/
.start-header{
	position: absolute;
	top: 10.5%;
	left: 7.5vw;
	width: 480px; 
	height: auto;
	transition: 0.4s ease;
}
.start-header h2{
	font-family: zurich, sans-serif;
	font-size: 3rem;
	line-height: 3.3rem;
	text-align: left;
	color: #ccc;
	transition: 0.4s ease;
}
.page-header h1,
.page-header h2,
.beitrag h2{
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 0; 
	margin: 0 auto 2.4rem; 
	border-bottom: 2px solid #999;
} 
/* triangle grey, first, below */
.page-header h1:before,
.page-header h2:before,
.beitrag h2:before{
	position: absolute; 
	content:""; 
	bottom:-18px; 
	left: 50%; 
	border-width: 18px 18px 0;
	border-style: solid; 
	border-color:#999 transparent; 
	margin-left: -18px;
} 
/* triangle white, on top */
.page-header h1:after,
.page-header h2:after,
.beitrag h2:after{
	content:""; 
	position: absolute; 
	bottom:-15px; 
	left: 50%; 
	border-width: 15px 15px 0; 
	border-style:solid; 
	border-color:#fff transparent; 
	margin-left: -15px;
}


/* Inhalt
**********************************************/
.background-inhalt{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0 !important;
	min-height: 100%;
	background: url(../../../images/bilder/background_2400.png) 0 0 no-repeat;
	background-size:120%;
	background-position:center;
	overflow: hidden;
	z-index: -2;
	transition: 0.4s ease-in-out;
}
/*#bg_messebau,
#bg_impressum,
#bg_datenschutz{
	overflow: hidden;
	background: none;
	transition: 0.4s ease-in-out;
}
#bg_messebau::before,
#bg_impressum::before,
#bg_datenschutz::before{
	content: "";
  	position: absolute;
  	width: 200%;
 	height: 200%;
  	top: -15%;
  	left: -12%;
  	z-index: -1;
  	background: url(../bilder/waben-bg_repeat_2400.png) 0 0 repeat;
  	transform: rotate(-6deg);
}*/
.inhalt{
	position: relative;
	top: 0;
	height: auto;
	text-align: center;
	padding: 0 0 150px;
	margin: 0 auto;
}
.inhalt ul{
	position: relative;
	left: 16px;
	width: 100%;
	margin-left: -12px;
	padding-bottom: 0.6em;
}
.inhalt ul{
	list-style: none;	
}
.item-content{
	position: relative;
	margin: 60px 0 90px;
	transition: 0.4s ease-in-out;
}
.beitrag{
	position: relative;
	width: 60%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}
.beitrag#unternehmen-2,
.beitrag#messebau-3{
	width: 100%;
	max-width: 100%;
}
.items-leading{
	position: relative;
	width: 100%;
	margin-bottom: 0;
}
.items-leading [itemprop="blogPost"]{
	clear: both;
}
/*.items-leading [itemprop="blogPost"]:last-of-type{
	border-bottom: none;
}

.items-leading [itemprop="blogPost"] figure.image-left{
	margin-left: -18%;
}*/

.custom-link{
	position: relative;
}
.wb-link-wrapper{
	position: absolute;
	height: 0;
	z-index: 3;
}
.wb-link{
	position: absolute;
	width: 46%;
	height: auto;
	cursor: pointer;
	float: left;	
}
.wb-link:hover{
	opacity: 0.6;
	transition: 0.4s ease;
}
.wb-link h4{
	position: absolute;
	top: 49%;
	left: 0;
	width: 82%;
	text-align: center;
	padding-left: 9%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	filter: progid:DXImageTransform.Microsoft.Matrix(Dy=-50%);
}
#wb-wrapper-01{
	left: 2%;
	width: 18%;
	margin-top: -6.9%;
	padding-bottom: 42%;
}
#link-messebau{
	top: 10.3%;
	left: 20.7%;
}
#link-ausstellungen{
	top: 0;
	left: 54.8%;
}
#link-architektur{
	top: 45.2%;
	left: 29.6%;
}
#link-objekt{
	top: 73.1%;
	left: 0.4%;
}
#wb-wrapper-02{
	right: 5.2%;
	width: 18%;
	margin-top: 4%;
	padding-bottom: 30%;
}
#link-ph{
	top: 10.5%;
	left: 5.8%;
}
#link-ph2{
	top: 46%;
	left: 15.2%;
}
#link-moebel{
	top: 0%;
	left: 40%;
}
#link-pop{
	top: 39%;
	left: 10.6%;
}
#link-werbetechnik{
	top: 73.2%;
	left: 53.1%;
}


/* Start-image 
**********************************************/

.start-window{
		position: relative;	
		overflow: hidden !important;	
}
#st_unternehmen,
#st_messebau,
#st_ausstellungen,
#st_objekteinrichtungen{
	overflow: hidden;
	background: none;
	transition: 0.4s ease-in-out;
}
/*#st_unternehmen::before,
#st_messebau::before{
	content: "";
  	position: absolute;
  	width: 200%;
 	height: 200%;
  	top: -15%;
  	left: -12%;
  	z-index: -1;
  	background: url(../bilder/waben-bg_repeat_2400.png) 0 0 repeat;
  	transform: rotate(-6deg);
}*/



/* Unternehmen 
**********************************************/
.start-head,
.start-head-animate,
.lp-image-head{
	position: absolute;	
	width: auto;
	height: 22%;
	display: none;
}
.start-head h2,
.start-head-animate h2,
.lp-image-head h2{
	font-size: 1.8rem;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 120%;
	margin-bottom: 0;
	transition: 0.4s ease-in-out;
}
.start-head h3,
.start-head-animate h3,
.lp-image-head h3{
	font-size: 1.5rem;
	line-height: 120%;
	white-space: nowrap;
	margin: 0;
	transition: 0.4s ease-in-out;
}
.head-brd,
.head-brh{
	border-right: 2px solid #ccc;
	padding: 0 15px 0 0;
}
.head-brd{
	top: -21%;
	right: 42%;
}
.head-brh{
	bottom: -16%;
	right: 33%;
}
.head-brm h2{
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	padding-right: 15px;
}
.head-brm{
	top: 18%;
	left: 4.5%;
	border-right: 2px solid #ccc;
	z-index:-1;
}
.head-brh h2{
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	margin-bottom: 0;
	padding-right: 15px;
}
.head-blh,
.head-bld{
	border-left: 2px solid #ccc;
	padding: 0 0 0 15px;
}
.head-bld{
	top: -21%;
	right: 37.5%;
}
.head-blh{
	bottom: -18%;
	left: 42%;
}
.head-bld h2,
.head-blh h2{
	position: absolute;
	text-align: left;
	transition: 0.4s ease-in-out;
}
.head-blh h2{
	bottom: 0;
	margin-bottom: -6px;
}
.start-galerie{
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	width: 66%;
	padding-bottom: 39%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	filter: progid:DXImageTransform.Microsoft.Matrix(Dy=-50%);
	transition: 0.4s ease-in-out;
}
figure{
	position: relative;
	width: 24%;
	padding: 0;
	margin: 0;
}
figure.start-gallery-image,
figure.start-gallery-image-animate,
figure.gallery-image,
figure.lp-image{
	position: absolute;
	display: inline-block;
	cursor: pointer;
	float: left;
}
figure.start-gallery-image,
figure.invisible{
	display: none;
}
#img-one{
	left: 0.15%;
	margin-top: 16.7%;
}
#img-two{
	left: 20%;
	margin-top: 25.4%;
}
#img-three{
	left: 37.65%;
	margin-top: 12.75%;
}
#img-four{
	left: 39.85%;
	margin-top: 34.15%;
}
#img-five{
	left: 55.1%;
	margin-top: 0;
}
#img-six{
	left: 57.45%;
	margin-top: 21.5%;
}
#img-seven{
	left: 75%;
	margin-top: 8.7%;
}
.clickable{
	opacity: 1;
	transition: 0.6s ease-in-out;
}
.clickable:hover,
figure.start-gallery-image:hover,
figure.start-gallery-image-animate:hover{
	opacity: 0.6;
	transition: 0.6s ease-in-out;
}
/*.trenner{
	position: relative !important;
	top: 300px;
	left: 0;
	width: 100%;
	height: auto;
	clear: both;
	z-index: 2;
}*/
.custom-trenner-galerie{
	position: relative;
	top: 60px;
	width: 99%;
	margin: 0 auto;
	padding-bottom: 36%;
	transition: 0.6s ease-in-out;
}
.banner-galerie,
.trenner-galerie{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	transition: 1.2s ease-in-out;
}
.visible {
  	opacity: 1;
}

figure.gallery-image{
	width: 20.25%;	
}
#img-eingang{
	left: 0.2%;
	margin-top: 3.3%;
}
#img-foyer01{
	left: 16.8%;
	margin-top: 10.6%;
}
#img-foyer02{
	left: 31.6%;
	margin-top: 0;
}
#img-fahnen{
	left: 48.2%;
	margin-top: 7.3%;
}
#img-cnc{
	left: 64.8%;
	margin-top: 14.5%;
}
#img-maschine{
	left: 79.6%;
	margin-top: 4%;
}
figure.image-right{
	position: relative;
	display: inline-block;
	margin: 0.3em 0 1.2em 4.5em;
	float: right;
	z-index: 15;
}
figure img{
	width: 100%;
	height: auto;
}
figure.image-center{
	width: 100%;
	height: auto;
	margin: 0.6em 0 1.2em;
}
figure figcaption {
	font-size: 0.875em;
	line-height: 1.25em;
  	padding: 0.6em 0;
}
#in_unternehmen .leading-1{
	width: 100%;
	padding: 36px 0 75px;
}
#in_unternehmen .leading-3,
#in_unternehmen .leading-5{
	width: 100%;
	padding: 36px 0 0;
}
.banner-galerie{
	margin-left: -9px !important;
	width: calc(100% + 18px) !important;
}
.banner-galerie-item{
	position: relative;
	width: 33.33% !important;
	margin: 0;
	border-right: 9px solid #ebeef7;
	border-left: 9px solid #ebeef7;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	-webkit-transition: all 0.6s;
  	-moz-transition: all 0.6s;
  	transition: all 0.6s;
	float: left;
	overflow: hidden;
}
.inhalt#in_unternehmen .leading-0 .custom{
	margin-bottom: 45px;
	transition: 0.4s ease;
}

/* Akkordeon
**********************************************/
.akkordeon{
		position: relative;	
		margin: 1rem 0 2rem;
}
.bar{
	position: relative;
	color: #000;
	margin-top: 1rem;
	cursor: pointer; 
}
.bar:first-of-type{
	margin-top: 0;
}
.bar h3{
	font-size: 1.8rem;
	padding-bottom: 0.3rem;
	margin-bottom: 0.75rem;
	border-bottom: 2px solid #ccc;
	transition: 0.4s ease;
}
.bar h3:hover{
	color: #999;
}
.content{
	position:relative;
	top: 0;
	text-decoration: none;
	padding-bottom: 0.3rem;
}
.content ul{
	margin-top: 0;
	list-style-type: none;
}
.content ul li{
	position: relative;
	left: 48px;
    text-indent: -0.9rem;
	white-space: normal !important;
	-webkit-hyphens: auto !important;
	-moz-hyphens: auto !important;
	-ms-hyphens: auto !important;
	hyphens: auto !important;
}
.content ul li:before{
	position: relative;
	top: 0;
	content:"\002b";
	font-size: 1.5rem;
	color: #999;
	padding-right: 0.6rem;
	margin-left: -0.4rem;
}
.current {
	color: rgba(155,155,155,1);
}
.bar.aktuell:before{
	transition: .2s;
 	-moz-transition: .2s;
 	-webkit-transition: .2s;
 	-o-transition: .2s;
 	-ms-transition: .2s;
	transform: rotate(45deg);
	-moz-transform:rotate(45deg);
 	-webkit-transform:rotate(45deg);
 	-o-transform:rotate(45deg);
 	-ms-transform:rotate(45deg);
}
.bar:hover:before {
	transition: .2s;
 	-moz-transition: .2s;
 	-webkit-transition: .2s;
 	-o-transition: .2s;
 	-ms-transition: .2s;
 	transform: rotate(45deg);
	-moz-transform:rotate(45deg);
 	-webkit-transform:rotate(45deg);
 	-o-transform:rotate(45deg);
 	-ms-transform:rotate(45deg);
}

/* Messebau
**********************************************/
#sg_messebau{
	padding-bottom: 36%;
}
.custom-waben-messebau .start-head.head-brh,
.custom-waben-messebau .start-head-animate.head-brh{
	top: 93.6%;
}
.custom-waben-messebau .head-brh,
.custom-waben-messebau .head-bld,
.custom-waben-messebau .head-brm{
	position: absolute;
	width: auto;
	height: 87px;
}
.custom-waben-messebau .head-brh h2{
	position: relative;
	text-align: right;
	padding-top: 30px;
	padding-right: 0;
}
.custom-waben-messebau .head-brh h3,
.custom-trenner-galerie .head-brh h3{
	text-align: right;
}

.custom-waben-messebau .head-bld{
	top: -19.5%;
	left: 30%;
	z-index: -1;
}
.custom-waben-messebau .head-bld h2{
	position: relative;
	margin-top: -6px;
}
.custom-waben-messebau .head-brd h2{
	position: relative;
	margin-top: -6px;
	text-align: right;
}
.custom-waben-messebau .head-blh{
	position: absolute;
	width: auto;
	height: 108px;
}
.custom-waben-messebau .head-blh{
	top: 96%;
	left: 42%;
}
.custom-waben-messebau .head-blh h2{
	position: relative;
	padding-top: 15px;
	margin-bottom: 0;
}
.custom-waben-messebau .head-brd {
	position: absolute;
	width: auto;
	height: 78px;
	top: -20.5%;
	right: 42%;
	z-index: -1;
}
.custom-waben-messebau .head-brm {
	top: 13.5%;
	left: -174px;
	border-right: 2px solid #ccc;
	padding-right: 15px;
	z-index: -1;
}
.custom-waben-messebau .head-brm h2 {
	position: relative;
	right: 0;
	top: 0;
	text-align: right;
	padding-right: 0;
	margin-top: -6px;
}
.custom-waben-messebau figure#img-one{
	left: 0.05%;
	margin-top: 36%;
}
.custom-waben-messebau figure#img-two{
	left: 17.8%;
	margin-top: 23.35%;
}
.custom-waben-messebau figure#img-three{
	left: 37.65%;
	margin-top: 32.1%;
}
.custom-waben-messebau figure#img-four{
	left: 35.3%;
	margin-top: 10.6%;
}
.custom-waben-messebau figure#img-five{
	left: 55.2%;
	margin-top: 19.2%;
}
.custom-waben-messebau figure#img-six{
	left: 72.9%;
	margin-top: 6.6%;
}
.custom-waben-messebau figure#img-seven{
	left: 12%;
	margin-top: 0%;
	opacity: 0;
	transition: 0.6s ease-in-out;
}
figure.start-gallery-image-animate{
	width: 12%;	
	margin-left: -240px;
}
figure.start-gallery-image-animate:hover{
	opacity: 0.6 !important;
	transition: 0.6s ease-in-out;
}

#in_messebau{
	padding-top: 90px;
}
#in_messebau .items-leading [itemprop="blogPost"]{
	margin-bottom: 60px;
}
.custom-trenner{
	position: relative;
	top: 0;
	width: 75%;
	max-width: 1500px;
	margin: 3rem auto 3rem;
}
.pin{
	position: absolute;
	width: 75%;
	max-width: 36px;
	height: auto;
}
#pin-us{
	top: 36%;
	left: 2%;
}
#pin-gb{
	top: 29%;
	left: 49%;
}
#pin-nl{
	top: 28.5%;
	left: 55.8%;
}
#pin-de{
	top: 34.5%;
	left: 60%;
}
#pin-fr{
	top: 46.5%;
	left: 52.5%;
}
#pin-oe{
	top: 43.5%;
	left: 64.5%;
}
#pin-it{
	top: 60.6%;
	left: 63.3%;
}

/* Ausstellungen
**********************************************/
.start-galerie#sg_ausstellungen{
	margin-left: 3.3vw;
	padding-bottom: 45%;
}

.custom-waben-ausstellungen figure#img-one{
	left: 0%;
	margin-top: 15%;
}
.custom-waben-ausstellungen figure#img-two{
	left: 20%;
	margin-top: 23.5%;
}
.custom-waben-ausstellungen figure#img-three{
	left: 39.9%;
	margin-top: 32.55%;
}
.custom-waben-ausstellungen figure#img-four{
	left: 37.7%;
	margin-top: 10.85%;
}
.custom-waben-ausstellungen figure#img-five{
	left: 57.5%;
	margin-top: 19.75%;
}
/*.custom-waben-ausstellungen figure#img-six{
	left: 72.9%;
	margin-top: 6.6%;
}
.custom-waben-ausstellungen figure#img-seven{
	left: 12%;
	margin-top: 0%;
	opacity: 0;
	transition: 0.6s ease-in-out;
}*/

/* Objekteinrichtungen
**********************************************/
.start-galerie#sg_objekteinrichtungen{
	margin-left: 3.3vw;
}

#img-obj-one{
	left: 1.1%;
	margin-top: 16.7%;
}
#img-obj-two{
	left: 20.9%;
	margin-top: 25.5%;
}
#img-obj-three{
	left: 38.4%;
	margin-top: 12.6%;
}
#img-obj-four{
	left: 40.8%;
	margin-top: 34.1%;	
}
#img-obj-five{
	left: 56%;
	margin-top: 0;
}

/* abc
**********************************************/
.start-galerie#sg_werbetechnik{
	margin-left: 3vw;
}

#img-abc-one{
	left: 1.1%;
	margin-top: 16.7%;
}
#img-abc-two{
	left: 20.9%;
	margin-top: 25.5%;
}
#img-abc-three{
	left: 38.4%;
	margin-top: 12.6%;
}
#img-abc-four{
	left: 58.4%;
	margin-top: 21.3%;	
}



/* Leistungsspektrum
**********************************************/
ul.downloads{
	list-style-image: none;
	list-style: none;
	padding-left: 9px;
}
ul.downloads li:before{
	position: relative;
	top: 0.1em;
	font-family: ionicons;
	content: "\f41f";
	font-size: 1.5em;
	color: #6699CC;
	padding-right: 12px;
	margin: 0 0 1em -18px;
}
ul.downloads li{
	text-indent: -11px;
	margin: 0 0 1em;
}


/* Kontakt
**********************************************/
.custom-jobs-galerie,
.custom-kontakt-galerie{
	position: relative;
	top: 150px;
	width: 96%;
	margin: 0 auto;
	padding-bottom: 120px;
	transition: 0.6s ease-in-out;
}
.custom-jobs-galerie .banner-galerie figure.gallery-image,
.custom-kontakt-galerie .banner-galerie figure.gallery-image{
	cursor: none;
}
#ba_jobs,
#ba_kontakt{
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 36%;
	overflow: hidden;
	transition: 0.4s ease-in-out;
}
#img-bajo-one,
#img-bako-one{
	left: 0.2%;
	margin-top: 3.3%;
}
#img-bajo-two,
#img-bako-two{
	left: 16.8%;
	margin-top: 10.6%;
}
#img-bajo-three,
#img-bako-three{
	left: 31.6%;
	margin-top: 0;
}
#img-bajo-four,
#img-bako-four{
	left: 48.2%;
	margin-top: 7.3%;
}
#img-bajo-five,
#img-bako-five{
	left: 64.8%;
	margin-top: 14.5%;
}
#img-bajo-six,
#img-bako-six{
	left: 79.6%;
	margin-top: 4%;
}
#ba_impressum,
#ba_datenschutz{
	position: relative;
	display: block;
	width: 100%;
	height: 660px;
	overflow: hidden;
	transition: 0.4s ease-in-out;
}
#in_kontakt div[itemprop="articleBody"]{
	position: relative;
	width: 60%;
	max-width: 1200px;
	height: auto;
	text-align: left;
	margin: 0 auto;
}
iframe{
  width: 100%;
  height: 660px;
  transition: 0.4s ease-in-out;
}
#in_kontakt .page-header,
#in_impressum .page-header,
#in_datenschutz .page-header{
	padding-top: 4.5rem;
	margin-bottom: 2rem;
}

/*table{
	border-collapse: collapse;
	margin-bottom: 1.2em;
}
#in_kontakt td{
	vertical-align: top;
	white-space: nowrap;
	padding: 0 15px 0 0;
}
#simple-contact-form-99{
	margin-bottom: 4.5rem;
}
form.form-horizontal{
	position: relative;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
button.btn-primary{
	display: block;
	border: none;
	background: none;
	padding: 0;
	cursor: pointer;
	transition: 0.4s ease;
}
button.btn-primary:hover{
	color: rgba(155,155,155,1);
	transition: 0.4s ease;
}
.jdscf-col-md-12{
	margin-top: 0.6rem;
}
.form-control{
	width: 98%;
	height: 24px;
}
label.d-block{
	display: block;
	margin: 1em 0 0.6em;
}
textarea.form-control{height: 12rem;}
.form-check{
	margin-bottom: 2rem;
}
.form-check-input{
	position: absolute !important;
	top: 4px;
}
.form-check-label{
	margin-left: 24px;
}
.parsley-required{
	margin-top: 0.6rem;
}*/

.rscontact .control-group{
	margin-top: 1rem;
}
.rscontact .controls select{
	appearance: none;
  	-webkit-appearance: none;
 	-moz-appearance: none;
  	width: auto;
  	background-color: transparent;
  	border: 1px solid #ccc;
	border-radius: 0;
  	padding: 3px 36px 3px 6px;
  	margin: 0;  	
  	font-family: inherit;
  	font-size: inherit;
  	line-height: inherit;
  	cursor: pointer;  	
  	z-index: 1; /* Stack above custom arrow*/
  	outline: none; /* Remove focus outline, will add on alternate element*/
}
.rscontact .field-select:after{
	position: relative;
	content: "\f123";
	font-family: ionicons;
	top: 3px;
	font-size: 1.5rem;
	color: rgba(155,155,155,1);
	margin-left: -33px;
	transition: 0.4s ease;
}
.rscontact input,
.rscontact textarea{
	width: 100%;
}
.rscontact label.checkbox div{
	position: relative;
	float: left;
}
.rscontact label.checkbox div:nth-of-type(2n){
	width: calc(100% - 36px);
}
.rscontact input[type="checkbox"]{
	width: 24px;
	height: 24px;
	margin: 0 12px 0 0;
}
.rscontact button.btn-primary.submit{
	display: block;
	border: none;
	background: none;
	padding: 0;
	margin-top: 2rem;
	cursor: pointer;
	transition: 0.4s ease;
}
.rscontact button.btn-primary:hover{
	color: rgba(155,155,155,1);
	transition: 0.4s ease;
}

/* Impressum / Datenschutz
**********************************************/

#in_impressum div[itemprop="articleBody"],
#in_datenschutz div[itemprop="articleBody"]{
	position: relative;
	width: 60%;
	max-width: 1200px;
	height: auto;
	text-align: left;
	margin: 0 auto;
}
video#videoloop{
	position: absolute;
	top: -24%;
	left: -2%;
	min-width: 105%;
	min-height: 30%;
	width: 100%;
	height: auto;
	z-index: 1;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	transform: rotate(-6deg);
}
video{
	object-fit: cover;
}
#ba_impressum{
	background: url(../../../images/bilder/video_ph_2400.jpg) no-repeat;
	background-size: cover;
	transition: 0.4s ease-in-out;
}
#in_datenschutz h2,
#in_impressum h2{
	text-align: left !important;
	line-height: 1em;
	margin: 1rem 0 0.6em;
}
#in_datenschutz h4{
	margin: 0.9em 0 0.6em;
}
#in_datenschutz ol{
	padding-left: 30px;
	margin-bottom: 1rem;
}
#in_datenschutz ol li{
	margin-bottom: 0.6rem;
}


/*Landingpage
**********************************************/
.nav-imp ul.nav li .lp-menue{
	display: none;
}
body.ihr-messestand .nav-button-wrapper,
body.messestand-individuell .nav-button-wrapper{
	display: none;
}
body.ihr-messestand .nav1 ul.mod-menu{
	display: none !important;
}
body.ihr-messestand .nav-imp ul.nav li .lp-menue,
body.messestand-individuell .nav-imp ul.nav li .lp-menue{
	display: block;
}
/*body.ihr-messestand .h-button .h-line{
	width: 45px;
	height: 6px;
	background-color: #fff;
	display: block;
	margin: 9px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.4s ease-in-out;
}
body.ihr-messestand .h-button.is-active .h-line{
	background-color: #999;
}*/
#bu_ihr-messestand .logo,
#bu_messestand-individuell .logo{
	top: 30px;
	right: 3%;
	width: 24%;
	max-width: 420px;
	min-width: 60px;
}
#ba_ihr-messestand,
#ba_messestand-individuell{
	display: block;
	width: 78vw;
	height: auto;
	transition: 0.4s ease;	
}
#in_ihr-messestand .beitrag{
	/*top: 300px;*/
	max-width: 90%;
	overflow: hidden;
	transition: 0.4s ease;
}
#in_ihr-messestand h2,
#in_messestand-individuell h2{
	font-size: 3rem;
	line-height: 3.3rem;
	padding-bottom: 0.3rem;
}
#in_ihr-messestand p,
#in_messestand-individuell p{
	text-align: left;
}
.landingpage-list{
	position: relative;
	left: 30%;
}
.cta-button-bg{
	position: relative;
	display: inline-block;
	top: 90px;
	width: 270px;
	height: 0;
	margin: 0 auto;
	padding-bottom: 36%;
	transition: 0.4s ease;
}
.cta-button{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.cta-button h3{
	color: #fff;
	transition: 0.6s ease;
}
.cta-button h3:hover{
	opacity: 0.6;
	transition: 0.6s ease;
}
ul.bullets{
	list-style: none;
	text-align: left;
	margin-left: 0.3rem;
}
ul.bullets li{
	position: relative;
	padding-left: 0;
    text-indent: -1.15rem;
	margin-bottom: 0.6rem;
}
ul.bullets li:before{
	position: relative;
	top: 0;
	content:"\002b";
	font-size: 1.5rem;
	color: #999;
	padding-right: 0.6rem;
	margin-left: -0.4rem;
}
ul.bullets.highlighted li{
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
#in_ihr-messestand .beitrag#landingpage_entscheider-22,
#in_messestand-individuell .beitrag#landingpage_beratend-26{
	width: 100%;
	max-width: unset;
	overflow-x: hidden;
}
.custom-trenner-galerie{
	margin: 45px 0 0;
	padding-bottom: 48%;
	transition: 0.4s ease;
}
.lp-galerie{
	position: absolute;
	top: 0;
	left: 8%;
	width: 84%;
	height: auto;
	transition: 1.2s ease-in-out;
}
figure.lp-image{
	width: 27%;	
}
#img-csm{
	left: 0;
	margin-top: 20.7%;
}
#img-dvz{
	left: 23.1%;
	margin-top: 4.8%;
}
#img-keller{
	left: 48.9%;
	margin-top: 15.6%;
}
#img-wenzel{
	left: 72%;
	margin-top: 0;
}
.lp-image-head.head-brh{
	right: 31%;
	bottom: -87px;
	height: 118px;
	z-index: -1;
}
.custom-trenner-galerie .head-brh h2{
	position: relative;
	text-align: right;
	padding-top: 60px;
	padding-right: 0;
}
.lp-image-head h2{
	top: -14px;
	font-size: 1.8rem !important;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 120%;
	border: none;
	margin-bottom: 0;
	transition: 0.4s ease-in-out;
}
.lp-image-head h2:before{
	border: none;
	margin-left: 0;
}
.lp-image-head h2:after{
	left: 0;
	border: none;
	margin-left: 0;
}
.lp-image-head.head-brd h3,
.lp-image-head.head-brh h3{
	text-align: right;
	margin-top: -24px;
}
#in_ihr-messestand .beitrag .rscontact,
#in_messestand-individuell .beitrag .rscontact{
	width: 99.3%;
	text-align: left;
}
#in_ihr-messestand .beitrag .rscontact label[for="mod-rscontact-subject-134"],
#in_ihr-messestand .beitrag .rscontact label[for="mod-rscontact-subject-133"],
#in_messestand-individuell .beitrag .rscontact label[for="mod-rscontact-subject-136"],
#in_messestand-individuell .beitrag .rscontact label[for="mod-rscontact-subject-134"]{
	font-size: 0;
}
#in_ihr-messestand .beitrag .rscontact label[for="mod-rscontact-subject-134"]:before,
#in_ihr-messestand .beitrag .rscontact label[for="mod-rscontact-subject-133"]:before,
#in_messestand-individuell .beitrag .rscontact label[for="mod-rscontact-subject-136"]:before,
#in_messestand-individuell .beitrag .rscontact label[for="mod-rscontact-subject-134"]:before { 
	content: "Für welche Messe planen Sie? *"; 
	font-size: 1.5rem; 
}
/*#in_ihr-messestand .beitrag .rscontact button.submit{
	font-size: 0;
}
#in_ihr-messestand .beitrag .rscontact button.submit:before { 
	content: "Jetzt Anfrage senden"; 
	font-size: 1.2rem; 
}*/
#in_messestand-individuell .beitrag .rscontact button.submit{
	font-size: 0;
}
#in_messestand-individuell .beitrag .rscontact button.submit:before { 
	content: "Jetzt Beratung anfragen"; 
	font-size: 1.35rem; 
}

/*Cookie-Consent
**********************************************/
div#gdpr-cookie-message{
	background-color: #fff;
	display: none !important;
}
body.ihr-messestand div#gdpr-cookie-message,
body.messestand-individuell div#gdpr-cookie-message{
	display: block !important;
} 
#gdpr-cookie-message h4{
	color: #000;
}
#gdpr-cookie-message button{
	background-color: #9cc12b; 
	opacity: 1;
}
#gdpr-cookie-message button:hover{
	color: #fff;
	background-color: #9cc12b; 
	opacity: 0.45;
}
button#gdpr-cookie-advanced{
	color: #fff;
	background-color: #384a7e;
	opacity: 1;
}
button#gdpr-cookie-advanced:hover{
	color: #fff;
	background-color: #384a7e;
	opacity: 0.45;
}
#gdpr-cookie-message a{
	color: #666;
}
#gdpr-cookie-message a:hover{
	color: #ccc;
	border-bottom: none;
}
#gdpr-cookie-accept{
	margin-top: 15px !important;
}

/*Venobox
**********************************************/
.vbox-item{
	border: none;
}
.figlio{
    box-shadow: none !important;
}
img.figlio{
	width: 100%;
	max-width: 1200px;
	height: auto;
}
.vbox-overlay{
	background-color: rgba(255, 255, 255, 0.9) !important;
}
.vbox-close{
	top: 2px !important;
    right: 6px !important;
	font-family: zurich !important;
	font-size: 2.4rem !important;
	font-weight: lighter !important;
	color: rgb(153, 153, 153) !important;
	background-color: transparent !important;
	transition: 0.4s ease-in-out;
}
.vbox-close:hover{
	opacity: 0.4;
	transition: 0.4s ease-in-out;
}

/*Delighters
**********************************************/

/*.delighter.splash {
  transition: all 2s ease-out;
}
.delighter.splash.ended {
  background: #fff;
}
.delighter.right { transform:translate(-100%); opacity:0; transition: all .75s ease-out; }
.delighter.right.started { transform:none; opacity:1; }

.delighter.left { transform:translate(100%); opacity:0; transition: all .75s ease-out; }
.delighter.left.started { transform:none; opacity:1; }

.delighter.bottom { transform:translateY(300%); opacity:0; transition: all 1.2s ease-out; }
.delighter.bottom.started { transform:none; opacity:1; }

.delighter li { opacity: 0; transform: translatey(400%); transition: all .7s ease-out; }
.delighter.started li { opacity: 1; transform: none; }
.delighter.started li:nth-child(1) { transition: all .7s ease-out .1s; }
.delighter.started li:nth-child(2) { transition: all .7s ease-out .3s; }
.delighter.started li:nth-child(3) { transition: all .7s ease-out .5s; }
.delighter.started li:nth-child(4) { transition: all .7s ease-out .7s; }
.delighter.started li:nth-child(5) { transition: all .7s ease-out .9s; }
.delighter.started li:nth-child(6) { transition: all .7s ease-out 1.1s; }
.delighter.started li:nth-child(7) { transition: all .7s ease-out 1.3s; }

.delighter pre {
  display: block; transition: all 2s ease-out; opacity: 0;
  padding: 20px 0;
  width: 1px; overflow: hidden;
}
.delighter.started pre {
  max-width: 99999px; width: 100%; opacity: 1;
}
.delighter .box { transition: all 1s ease-out; }
.delighter .box:nth-child(1) { transform: translate(-100%, 0); }
.delighter .box:nth-child(2) { transform: translate(170%, -70%); }
.delighter .box:nth-child(3) { transform: translate(20%, 0%); }

.delighter.started .box:nth-child(1) { transform: translate(0, 0); }
.delighter.started .box:nth-child(2) { transform: translate(70%, -70%); }
.delighter.started .box:nth-child(3) { transform: translate(20%, -120%); }

*/


@media only screen and (min-width: 2400px) {
	
body{
	font-size: 150%;
}

/*Unternehmen
**********************************************/


}


@media only screen and (max-width: 2400px) {
	
body{
	font-size: 135%;
}

/*Landingpage
**********************************************/
.cta-button-bg{
	width: 246px;
}
#in_ihr-messestand .beitrag .rscontact label[for="mod-rscontact-subject-134"]:before,
#in_ihr-messestand .beitrag .rscontact label[for="mod-rscontact-subject-133"]:before,
#in_messestand-individuell .beitrag .rscontact label[for="mod-rscontact-subject-136"]:before,
#in_messestand-individuell .beitrag .rscontact label[for="mod-rscontact-subject-134"]:before { 
	font-size: 1.35rem; 
}
#in_messestand-individuell .beitrag .rscontact button.submit:before { 
	font-size: 1.35rem; 
}

/*Unternehmen
**********************************************/




}


@media only screen and (max-width: 2100px) {
	
/* Layout
**********************************************/
iframe,
#ba_impressum,
#ba_datenschutz{
	height: 510px;
}

/*Landingpage
**********************************************/
#ba_ihr-messestand,
#ba_messestand-individuell {
	width: 75vw;
}



}

@media only screen and (max-width: 1800px) {
	
body{
	font-size: 125%;
}

/* Navigation 
**********************************************/


/*Layout
**********************************************/
.buehne{
	margin-bottom: -120px;
}

.start-header h2{
	font-size: 2.7rem;
	line-height: 3rem;
}
.fuss{
	height: 120px;
}
.me-bottom-line{
	bottom: 120px;
}

/*Messebau
**********************************************/
.custom-waben-messebau .head-brm {
	left: -183px;
}

/* Kontakt
**********************************************/
iframe,
#ba_impressum,
#ba_datenschutz{
	height: 480px;
}

/*Landingpage
**********************************************/
.cta-button-bg{
	width: 225px;
}
#in_ihr-messestand .beitrag .rscontact label[for="mod-rscontact-subject-134"]:before,
#in_ihr-messestand .beitrag .rscontact label[for="mod-rscontact-subject-133"]:before,
#in_messestand-individuell .beitrag .rscontact label[for="mod-rscontact-subject-136"]:before,
#in_messestand-individuell .beitrag .rscontact label[for="mod-rscontact-subject-134"]:before,
#in_messestand-individuell .beitrag .rscontact button.submit:before { 
	font-size: 1.25rem; 
}


}

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

/* Navigation 
**********************************************/


/*Layout
**********************************************/
.start-header h2{
	font-size: 2.4rem;
	line-height: 2.7rem;
}

/*kontakt
**********************************************/
iframe,
#ba_impressum,
#ba_datenschutz{
	height: 450px;
}


}


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


/*Startgalerie
**********************************************/
.start-head h2,
.start-head-animate h2{
	font-size: 1.5rem;
}

/*Layout
**********************************************/

/*Messebau
**********************************************/
.custom-waben-messebau .head-brh,
.custom-waben-messebau .head-bld,
.custom-waben-messebau .head-brm{
	height: 81px;
}
.custom-waben-messebau .head-brd,
.custom-waben-messebau .head-bld {
	top: -25.5%;
}
.custom-waben-messebau .head-blh{
	height: 96px;
}
#pin-us{
	top: 33%;
	left: 0%;
}
#pin-gb{
	top: 24%;
	left: 48%;
}
#pin-nl{
	top: 25.5%;
	left: 55%;
}
#pin-de{
	top: 33%;
	left: 60%;
}
#pin-fr{
	top: 42%;
	left: 52.5%;
}
#pin-oe{
	top: 39%;
	left: 64%;
}
#pin-it{
	top: 57%;
	left: 63.3%;
}

/*Arrows
**********************************************/
.buehne .back{
	top: 30px;
	margin: 0 auto 30px;
}

/*Willkommen
**********************************************/

/*kontakt
**********************************************/
iframe,
#ba_impressum,
#ba_datenschutz{
	height: 420px;
}

/*Landingpage
**********************************************/
#in_ihr-messestand .beitrag{
	width: 72%;
}
.lp-image-head h2 {
	font-size: 1.65rem !important;
}
.lp-image-head h3 {
	font-size: 1.2rem;
}
.lp-image-head.head-brh{
	right: 31%;
	bottom: -78px;
	height: 111px;

}
.custom-trenner-galerie .head-brh h2{
	position: relative;
	text-align: right;
	padding-top: 60px;
	padding-right: 0;
}
.custom-trenner-galerie .head-brd {
	top: -22.8%;
	right: 42%;
	height: 90px;
	z-index: -1;
	}
}

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

/* Navigation 
**********************************************/


/*Layout
**********************************************/
.start-header h2{
	font-size: 2.1rem;
	line-height: 2.4rem;
}

/*Messebau
**********************************************/
.pin{
	width: 30px;
}


/*kontakt
**********************************************/

iframe,
#ba_impressum,
#ba_datenschutz{
	height: 390px;
}

/*Landingpage
**********************************************/
.custom-trenner-galerie {
	padding-bottom: 51%;
}

}

@media only screen and (max-width: 1200px) {
	
body{
	font-size: 115%;
}

/* Navigation 
**********************************************/

/*Hamburger Button
**********************************************/
.nav-button{
	top: 15px;
	left: 24px;
	width: 36px;
	height: 30px;
}
.h-button .h-line{
  	width: 36px;
  	height: 4px;
  	margin: 9px 0;
}
.h-button:hover{
  cursor: pointer;
}
.h-button.is-active{
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.h-button.is-active .h-line:nth-child(1),
.h-button.is-active .h-line:nth-child(3){
 width: 27px;
}
.h-button.is-active .h-line:nth-child(1){
  -webkit-transform: translateY(14px) rotate(45deg);
  -ms-transform: translateY(14px) rotate(45deg);
  -o-transform: translateY(14px) rotate(45deg);
  transform: translateY(14px) rotate(45deg);
}
.h-button.is-active .h-line:nth-child(3){
  -webkit-transform: translateY(-14px) rotate(-45deg);
  -ms-transform: translateY(-14px) rotate(-45deg);
  -o-transform: translateY(-14px) rotate(-45deg);
  transform: translateY(-14px) rotate(-45deg);
}


/*Layout
**********************************************/
.buehne{
	margin-bottom: -108px;
}
.background-inhalt{
	background-size: 150%;
}
.fuss{
	height: 108px;
}
.me-bottom-line{
	bottom: 108px;
}


/*Messebau
**********************************************/
.custom-waben-messebau .head-brh,
.custom-waben-messebau .head-bld{
	height: 81px;
}
.custom-waben-messebau .head-brd,
.custom-waben-messebau .head-bld {
	top: -30%;
}
.custom-waben-messebau .head-blh{
	height: 96px;
}
.custom-waben-messebau .head-brm {
left: -195px;
}


/*Referenzen
**********************************************/

/*Landingpage
**********************************************/
.landingpage-list {
	left: 24%;
}
figure.lp-image {
	width: 30%;
}

#in_ihr-messestand h2,
#in_messestand-individuell h2 {
	font-size: 2.7rem;
	line-height: 3rem;
}
.cta-button-bg {
	top: 0;
	margin-top: 75px;
	width: 202px;
	padding-bottom: 27%;
}
.custom-trenner-galerie {
	top: 0;
	margin: 60px 0 0;
	padding-bottom: 45%;
}
.lp-galerie {
	left: 11%;
	width: 78%;
}
.lp-image-head h2 {
	font-size: 1.5rem !important;
}
.lp-image-head.head-brh {
	right: 31%;
	bottom: -72px;
	height: 111px;
}	

}

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

/* Navigation 
**********************************************/
.nav1 ul.nav {
	top: 50%;
    font-size: 1.65rem;
    line-height: 2.4rem;
}
.nav1 ul.nav li {
    height: 3rem;
}


/*Layout
**********************************************/
.start-header h2{
	font-size: 1.8rem;
	line-height: 2.1rem;
}

/*Unternehmen
**********************************************/



/*kontakt
**********************************************/
iframe,
#ba_impressum,
#ba_datenschutz{
	height: 360px;
}

/*Landingpage
**********************************************/
#in_ihr-messestand .page-header h1, .page-header h2,
#in_messestand-individuell .page-header h1, .page-header h2{
	margin: 0 auto 1.2rem;
}
#in_ihr-messestand h2,
#in_messestand-individuell h2 {
	font-size: 2.4rem;
	line-height: 2.7rem;
}
ul.bullets li::before {
	padding-right: 0.3rem;
	margin-left: -0.4rem;
	text-indent: -0.3rem;
}
#in_ihr-messestand .beitrag .rscontact,
#in_messestand-individuell .beitrag .rscontact {
	width: 99%;
}
.custom-trenner-galerie .head-brd {
	top: -27%;
	right: 42%;
	height: 90px;
	z-index: -1;
}
.custom-trenner-galerie {
	margin: 90px 0 0;
}
.lp-image-head h2 {
	font-size: 1.35rem !important;
}


}


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

body{
	font-size: 100%;
}

/* Navigation 
**********************************************/

/*Layout
**********************************************/
.buehne{
	margin-bottom: -99px;
}
.fuss{
	height: 99px;
}
.me-bottom-line{
	bottom: 99px;
}


/*Messebau
**********************************************/

#pin-us{
	top: 31.5%;
}
#pin-gb{
	top: 21%;
}
#pin-nl{
	top: 21%;
	left: 54%;
}
#pin-de{
	top: 25.5%;
	left: 59%;
}
#pin-fr{
	top: 39%;
	left: 52.5%;
}
#pin-oe{
	top: 35%;
	left: 63%;
}
#pin-it{
	top: 52%;
	left: 63.3%;
}

/*kontakt
**********************************************/
iframe,
#ba_impressum,
#ba_datenschutz{
	height: 330px;
}

/*Landingpage
**********************************************/
.cta-button-bg {
	width: 177px;
}
.lp-image-head h2 {
	font-size: 1.2rem !important;
}
.lp-image-head h3 {
	font-size: 1rem !important;
}
#in_ihr-messestand .beitrag .rscontact label[for="mod-rscontact-subject-134"]:before,
#in_ihr-messestand .beitrag .rscontact label[for="mod-rscontact-subject-133"]:before,
#in_messestand-individuell .beitrag .rscontact label[for="mod-rscontact-subject-136"]:before,
#in_messestand-individuell .beitrag .rscontact label[for="mod-rscontact-subject-134"]:before,
#in_messestand-individuell .beitrag .rscontact button.submit:before { 
	font-size: 1rem; 
}


}

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

h1,
h2{
	font-size: 2.1rem;
	line-height: 1.375em;
	margin: 0 0 0.75em;
}

/* Navigation 
**********************************************/
.nav1 ul.nav {
	top: 50%;
    font-size: 1.5rem;
    line-height: 2.1rem;
}
.nav1 ul.nav li {
    height: 2.7rem;
}

/*Startgalerie
**********************************************/
.start-head h2,
.start-head-animate h2{
	font-size: 1.35rem;
}
.start-head,
.start-head-animate{
	height: 27%;
}
.head-brd{
	top: -27%;
}
.head-brh{
	bottom: -20%;
}
.head-bld{
	top: -24%;
}
.head-blh{
	bottom: -21%;
}
.start-head.two-row{
	height: 45%;
	bottom: -37%;
}
.start-head.two-row h2{
	width:108px;
	white-space: normal;
	line-height: 1.5rem;
	margin-bottom: -2px;
}

/*Messebau
**********************************************/
.start-head h3, 
.start-head-animate h3{
	font-size: 1.2rem;
}
.start-galerie#sg_messebau{
	width: 78%;
	padding-bottom: 54%;
}
.custom-waben-messebau .head-blh, 
.custom-waben-messebau .head-bld {
	padding: 0 0 0 12px;
}
.custom-waben-messebau .head-brd,
.custom-waben-messebau .head-brm,
.custom-waben-messebau .head-brh{
	padding: 0 12px 0 0;
}
.custom-waben-messebau .head-brd, 
.custom-waben-messebau .head-bld {
	top: -30%;
}
.custom-waben-messebau .head-bld h2,
.custom-waben-messebau .head-brd h2,
.custom-waben-messebau .head-brm h2{
	margin-top: -3px;
}
.custom-waben-messebau .head-brh h2,
.custom-waben-messebau .head-blh h2{
	white-space: nowrap;
	width: auto;
}
.custom-waben-messebau .head-blh{
	height: 51%;
}
.custom-waben-messebau .head-brh{
	height: 74px;
}

/*Ausstellungen
**********************************************/
.start-galerie#sg_ausstellungen{
	width: 78%;
	margin-left: 4vw;
	padding-bottom: 54%;
}

/* Objekteinrichtungen
**********************************************/
.start-galerie#sg_objekteinrichtungen{
	width: 78%;
	margin-left: 4vw;
	padding-bottom: 48%;
}

/* abc
**********************************************/
.start-galerie#sg_werbetechnik{
	width: 78%;
	margin-left: 3.6vw;
	padding-bottom: 57%;
}

/*Layout
**********************************************/
.beitrag{
	width: 75%;
}
.item-content {
	margin: 60px 0 60px;
}
.page-header h1, 
.page-header h2, 
.beitrag h2 {
    position: relative;
    margin: 0 auto 2.4rem;
}


/* #me-line follower
------------------------------------*/
.me-line-magenta{
	width: 45px;
}
.me-line-blue{
	width: 45px;
}
#follower{
	width: 90px;
	margin-left: -45px;
}

/*Arrows
**********************************************/
.buehne .back{
	top: 30px;
	margin: 0 auto 0;
}

/*Unternehmen
**********************************************/

.custom-trenner-galerie{
	top: 0;
	padding-bottom: 39%;
}

/*Akkordeon
**********************************************/
.bar h3{
	font-size: 1.65rem;
}

/*kontakt
**********************************************/
.custom-jobs-galerie,
.custom-kontakt-galerie{
	left: 8px;
}
#in_kontakt .page-header, 
#in_impressum .page-header, 
#in_datenschutz .page-header {
    padding-top: 1.5rem;
    margin-bottom: 2rem;
}
#ba_jobs,
#ba_kontakt{
	padding-bottom: 42%;
}
#in_kontakt div[itemprop="articleBody"]{
	width: 75%;
}

/*Impressum
**********************************************/
iframe,
#ba_impressum,
#ba_datenschutz{
	height: 300px;
}
#in_impressum div[itemprop="articleBody"],
#in_datenschutz div[itemprop="articleBody"]{
	width: 75%;
}
#in_impressum .page-header, 
#in_datenschutz .page-header {
    padding-top: 3.6rem;
    margin-bottom: 1.8rem;
}

/*Landingpage
**********************************************/
#in_ihr-messestand .beitrag,
#in_messestand-individuell .beitrag {
	width: 78%;
}
.cta-button-bg {
	margin-top: 60px;
	padding-bottom: 33%;
}
.custom-trenner-galerie {
	padding-bottom: 54%;
}	
.custom-trenner-galerie .head-brd {
	top: -42%;
	height: 90px;
}
.lp-image-head.head-brh{
	height: 121px;
	bottom: -78px;
}
.lp-image-head.head-brh h2 {
	bottom: -72px;
	padding-top: 54px;
}
.lp-image-head.two-row h2{
	line-height: 120% !important;
	width: 150px;
	white-space: normal;
	text-align: right;
	margin: 0 auto 1.5rem;
}
.lp-image-head h2{
	top: -3px;
}
#in_ihr-messestand .beitrag .rscontact,
#in_messestand-individuell .beitrag .rscontact {
	width: 98%;
  }


}

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


/* Navigation 
**********************************************/

/*Unternehmen
**********************************************/
.start-header h2{
	font-size: 1.5rem;
	line-height: 1.8rem;
}

/*Messebau
**********************************************/
.start-galerie#sg_messebau {
width: 66%;
padding-bottom: 54%;
}
.custom-waben-messebau .head-brd, 
.custom-waben-messebau .head-bld {
	top: -39%;
}
.custom-waben-messebau .head-bld h2,
.custom-waben-messebau .head-brd h2,
.custom-waben-messebau .head-brm h2{
	margin-top: -3px;
}
.custom-waben-messebau .head-brm {
	top: 6%;
	left: -150px;
}
.custom-waben-messebau .head-blh{
	height: 63%;
}
.custom-waben-messebau .head-brh{
	height: 74px;
}

/*Landingpage
**********************************************/
#in_ihr-messestand .beitrag,
#in_messestand-individuell .beitrag {
	width: 84%;
}
#in_messestand-individuell .landingpage-list{
	width: 81%;
}
#in_messestand-individuell .beitrag p{
	width: 93%;
}

}

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

/* Navigation 
**********************************************/

/*Layout
**********************************************/
.logo {
	width: 27%;
}


/*Startgalerie
**********************************************/
.start-head.two-row{
	height: 54%;
	bottom: -45%;
}
.start-head.two-row h2{
	width:108px;
	white-space: normal;
	line-height: 1.5rem;
}

/*Messebau
**********************************************/
.custom-waben-messebau .start-head h2, 
.custom-waben-messebau .start-head-animate h2{
	width: auto;
	white-space: nowrap;
}
.custom-waben-messebau .head-brh{
	height: 69px;
}
.custom-waben-messebau .head-blh{
	height: 66%;
}
.pin{
	width: 21px;
}
#pin-us{
	top: 31.5%;
}
#pin-gb{
	top: 21%;
}
#pin-nl{
	top: 21%;
	left: 54%;
}
#pin-de{
	top: 25.5%;
	left: 59%;
}
#pin-fr{
	top: 39%;
	left: 52.5%;
}
#pin-oe{
	top: 35%;
	left: 63%;
}
#pin-it{
	top: 52%;
	left: 63.3%;
}

/*Arrows
**********************************************/
.ion-chevron-up:before,
.ion-chevron-down:before{
	font-size: 3rem;
}

/*Unternehmen
**********************************************/


/*kontakt
**********************************************/

iframe,
#ba_impressum,
#ba_datenschutz{
	height: 270px;
}

/*Landingpage
**********************************************/
#ba_ihr-messestand,
#ba_messestand-individuell {
	width: 69vw;
}
#bu_ihr-messestand .logo,
#bu_messestand-individuell .logo{
	top: 24px;
	right: 3%;
	width: 30%;
}
#in_ihr-messestand .beitrag,
#in_messestand-individuell .beitrag {
	width: 90%;
}
#in_messestand-individuell .landingpage-list{
	width: 78%;
}

}
@media only screen and (max-width: 720px) {
	
/*Landingpage
**********************************************/
.landingpage-list {
	left: 18%;
}
.custom-trenner-galerie .head-brd {
	top: -48%;
	height: 90px;
}

}

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

/* Navigation 
**********************************************/

/*Messebau
**********************************************/
.custom-waben-messebau .head-blh, 
.custom-waben-messebau .head-bld {
	padding: 0 0 0 6px;
}
.custom-waben-messebau .head-brd,
.custom-waben-messebau .head-brm,
.custom-waben-messebau .head-brh{
	padding: 0 6px 0 0;
}
.custom-waben-messebau .head-blh{
	height: 72%;
}
.custom-waben-messebau .head-brd, 
.custom-waben-messebau .head-bld {
    top: -45%;
}
.custom-waben-messebau .start-head.head-brh, 
.custom-waben-messebau .start-head-animate.head-brh {
    top: 90%;
}
.custom-waben-messebau #img-one-head.head-brh {
    height: 73px;
}

/*kontakt
**********************************************/

iframe,
#ba_impressum,
#ba_datenschutz{
	height: 240px;
}

}

@media only screen and (max-width: 660px) {
	
h1,
h2{
	font-size: 1.8rem;
	line-height: 2.1rem;
}		

/* Navigation 
**********************************************/

/*Layout
**********************************************/

.background-inhalt{
	background-size: 200%;
}
.wrapper{
	line-height: 1.2rem;
}
.fuss ul li {
    margin-bottom: 0.15rem;
}

/*Startgalerie
**********************************************/
.start-head h2,
.start-head-animate h2{
	font-size: 1.2rem;
}
.start-head,
.start-head-animate{
	height: 27%;
}
.head-brh h2{
	padding-right: 9px;
	margin-bottom: -3px;
}
.head-brd{
	top: -27%;
	padding: 0 9px 0 0;
}
.head-brh{
	bottom: -20%;
	padding: 0 9px 0 0;
}
.head-bld{
	top: -27%;
	padding: 0 0 0 9px;
}
.head-blh{
	bottom: -21%;
	padding: 0 0 0 9px;
}
.start-head.two-row{
	height: 45%;
	bottom: -37%;
}
.start-head.two-row h2{
	width:102px;
	white-space: normal;
}

/*Messebau
**********************************************/
.head-brm h2{
	padding-right: 9px;
}
.start-head h3, 
.start-head-animate h3{
	font-size: 1rem;
}
.custom-waben-messebau .start-head h2, 
.custom-waben-messebau .start-head-animate h2{
	width: auto;
	white-space: nowrap;
}
.custom-waben-messebau .head-blh{
	height: 76px;
}
.custom-waben-messebau .head-brd, 
.custom-waben-messebau .head-bld {
    top: -45%;
}
.custom-waben-messebau .start-head.head-brh, 
.custom-waben-messebau .start-head-animate.head-brh {
    top: 90%;
}
.custom-waben-messebau #img-one-head.head-brh {
    height: 52px;
}
.custom-waben-messebau .head-brh{
	height: 54px;
}
.custom-waben-messebau .head-brh h2 {
    padding-top: 18px;
}

/*Ausstellungen
**********************************************/
.start-galerie#sg_ausstellungen{
	width: 84%;
	margin-left: 6vw;
	padding-bottom: 60%;
}
.custom-waben-ausstellungen #img-one-head h2{
	width: 54px;
}

/* Objekteinrichtungen
**********************************************/
.start-galerie#sg_objekteinrichtungen{
	width: 84%;
	margin-left: 6vw;
	padding-bottom: 51%;
}

/* abc
**********************************************/
.start-galerie#sg_werbetechnik{
	width: 90%;
	margin-left: 6.3%;
	padding-bottom: 63%;
}

/* #me-line follower
------------------------------------*/
.me-line,
.me-bottom-line,
.me-line-follower{
	height: 6px;
}

/*Arrows
**********************************************/
.startgallery-arrow {
	height: 36px;
}

/*Akkordeon
**********************************************/
.bar h3{
	font-size: 1.5rem;
}

/*Unternehmen
**********************************************/


/* Referenzen 
**********************************************/

.
/*kontakt
**********************************************/

iframe,
#ba_impressum,
#ba_datenschutz{
	height: 210px;
}

/*Landingpage
**********************************************/

#in_ihr-messestand .beitrag,
#in_messestand-individuell .beitrag {
	width: 94%;
}
.landingpage-list {
	left: 9%;
}
#in_ihr-messestand h2,
#in_messestand-individuell h2 {
	font-size: 2.1rem;
	line-height: 2.7rem;
}


}

@media only screen and (max-width: 600px) {
	
/* Navigation 
**********************************************/


/* Layout
**********************************************/

.logo {
	top:15px;
	width: 165px;
}

/*Startgalerie
**********************************************/
.start-head h2,
.start-head-animate h2{
	font-size: 1.2rem;
	line-height: 1rem;
}
.start-head,
.start-head-animate{
	height: 27%;
}
.head-brh h2{
	padding-right: 6px;
}
.head-brd{
	top: -27%;
	padding: 0 6px 0 0;
}
.head-brh{
	bottom: -20%;
	padding: 0 6px 0 0;
}
.head-blh{
	bottom: -21%;
	padding: 0 0 0 6px;
}
.start-head.two-row{
	height: 45%;
	bottom: -37%;
}
.start-head.two-row h2{
	width:102px;
	white-space: normal;
	line-height: 1.2rem;
}


/*Messebau
**********************************************/
.head-brm h2{
	padding-right: 6px;
}
.custom-waben-messebau .start-head h2, 
.custom-waben-messebau .start-head-animate h2{
	width: auto;
	white-space: nowrap;
	line-height: 120%;
}
.custom-waben-messebau .head-bld h2, 
.custom-waben-messebau .head-brd h2, 
.custom-waben-messebau .head-brm h2{
    margin-top: 0;
}
.custom-waben-messebau .head-brd, 
.custom-waben-messebau .head-bld{
    top: -48%;
}
.custom-waben-messebau #img-one-head.head-brh,
.custom-waben-messebau .head-brh{
    height: 54px;
}
.custom-waben-messebau .head-blh {
    top: 91.5%;
    left: 36%;
	height: 76px;
}
.custom-waben-messebau .head-brm {
    top: 0;
    left: -126px;
}
#pin-us{
	top: 30%;
}
#pin-gb{
	top: 18%;
}
#pin-nl{
	top: 19.5%;
	left: 54%;
}
#pin-de{
	top: 25.5%;
	left: 59%;
}
#pin-fr{
	top: 37.5%;
	left: 51%;
}
#pin-oe{
	top: 32%;
	left: 63%;
}
#pin-it{
	top: 48.5%;
	left: 62%;
}

/*kontakt
**********************************************/

iframe,
#ba_impressum,
#ba_datenschutz{
	height: 180px;
}

/*Landingpage
**********************************************/
.landingpage-list {
	left: 3%;
}
#in_messestand-individuell .landingpage-list{
	width: 100%;
}
ul.bullets {
	width: 90%;
}
.custom-trenner-galerie {
	margin: 66px 0 0;
}
.lp-galerie {
	left: 17%;
	width: 66%;
}
.custom-trenner-galerie .head-brd {
	top: -66%;
	height: 90px;
}
body.ihr-messestand .nav-imp,
body.messestand-individuell .nav-imp {
	top: 0;
	right: 0;
	width: 132px;
  }

	
}

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

/* Navigation 
**********************************************/


/* Layout
**********************************************/	
.logo{
	top: 9px;
}
.fuss ul {
	margin-right: 1.6rem;
}


/* #me-line follower
------------------------------------*/
.me-line-magenta{
	width: 36px;
}
.me-line-blue{
	width: 36px;
}
#follower{
	width: 72px;
	margin-left: -36px;
}

/* Messebau
**********************************************/	
.custom-waben-messebau .start-head.head-brh h2{
	white-space: normal;
}
.custom-waben-messebau .head-brh{
    height: 78px;
}

/*kontakt
**********************************************/
iframe,
#ba_impressum,
#ba_datenschutz{
	height: 150px;
}

/* Landingpage
**********************************************/
.lp-galerie {
	left: 20%;
	width: 60%;
}
.custom-trenner-galerie .head-brd {
	top: -78%;
	height: 90px;
}
body.ihr-messestand  .fuss ul,
body.messestand-individuell .fuss ul{
	margin-bottom: 0.9rem;
	float: none;
}

}

@media only screen and (max-width: 480px) {
	
/* Navigation 
**********************************************/
.nav1{
	right: 3%;
}
.nav1 ul.menu li{
	padding-left: 15px;
}

/* Layout
**********************************************/	
.fuss{
	height: 168px;
}
.fuss ul{
	margin-bottom: 0.9rem;
	float: none;
}
.me-bottom-line{
	bottom: 168px;
}

/* Startgalerie
**********************************************/
.start-galerie{
	width: 78%;
	padding-bottom: 39%;
}
.start-head h2,
.start-head-animate h2{
	font-size: 1rem;
	line-height: 1rem;
}
.start-head.two-row{
	height: 54%;
	bottom: -45%;
}
.start-head.two-row h2{
	width:102px;
	white-space: normal;
	line-height: 1.2rem;
}

/*Messebau
**********************************************/
.custom-waben-messebau .head-brd, 
.custom-waben-messebau .head-bld{
    top: -66%;
}
.custom-waben-messebau #img-one-head.head-brh{
    height: 50px;
}
.custom-waben-messebau .head-brh{
    height: 71px;
}
.custom-waben-messebau .head-blh {
	height: 87px;
}

/* Landingpage
**********************************************/

#in_messestand-individuell h2 {
	font-size: 1.8rem;
	line-height: 2.4rem;
}
#in_messestand-individuell .blog-item:nth-of-type(4) h2 {
	width: 60%;
}

.cta-button h3{
	font-size: 1.2rem;
}
.cta-button-bg {
	width: 156px;
	margin-top: 48px;
	padding-bottom: 54%;
}

.custom-trenner-galerie {
	margin: 78px 0 0;
	padding-bottom: 78%;
}
.lp-galerie {
	left: 11%;
	width: 78%;
}
.custom-trenner-galerie #img-lp-one-head.lp-image-head.head-brh{
	right: 57%;
	bottom: -153px;
	height: 174px;
	border-left: 2px solid #ccc;
	padding: 0 0 0 15px;
}	
.custom-trenner-galerie #img-lp-one-head.lp-image-head.head-brh h2{
	top: 48px;
	left: 100%;
	text-align: left;
	padding-left: 6px;
}
.custom-trenner-galerie #img-lp-one-head.lp-image-head.head-brh h3{
	text-align: left;
	margin: 30px 0 0 100%;
	padding-left: 6px;
}

}

@media only screen and (max-width: 450px) {
	
/* Navigation 
**********************************************/
.nav1 ul.nav {
	top: 50%;
    font-size: 1.5rem;
    line-height: 2.4rem;
}
.nav1 ul.nav li {
    height: 3.6rem;
}

/* Layout
*****************************/
.start-header{
	top: 19.5%;
	left: 50%;
	width: auto;
	white-space: nowrap; 
	text-align: center;
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.beitrag{
	width: 84%;
}
.item-content {
	margin: 30px 0 30px;
}


/*Messebau
*****************************/
.start-galerie#sg_messebau{
	margin-left: -2%;
}
.custom-waben-messebau .head-brm h3{
	width: 81px;
	white-space: normal;
	text-align: right;
}
.custom-waben-messebau .head-brm h3::after{
    display: inline-block;
    content: "";
    border-top: 2px solid #ccc;
    width: 4rem;
    margin-left: 87px;
    transform: translateY(-21px);
  }
.custom-waben-messebau .head-brm{
	top: -24px;
	left: -105px;
	height: 50px;
}
.custom-waben-messebau .head-brh h3{
	white-space: normal;
	text-align: right;
}
.custom-waben-messebau #img-one-head.head-brh h3{
	white-space: nowrap;
}
.custom-waben-messebau .head-brh{
    height: 88px;
}
#in_messebau{
	padding-top: 60px;
}
.custom-trenner{
	position: relative;
	top: 0;
	width: 94%;
	margin: 1.5rem auto 0;
}
.pin{
	width: 18px;
}
#pin-us{
	top: 24%;
}
#pin-gb{
	top: 18%;
}
#pin-nl{
	top: 19.5%;
	left: 54%;
}
#pin-de{
	top: 25.5%;
	left: 59%;
}
#pin-fr{
	top: 37.5%;
	left: 51%;
}
#pin-oe{
	top: 32%;
	left: 63%;
}
#pin-it{
	top: 48.5%;
	left: 62%;
}


/*kontakt
**********************************************/
.custom-jobs-galerie,
.custom-kontakt-galerie{
	left: 8px;
	width: 90%;
}
#in_kontakt div[itemprop="articleBody"]{
	width: 84%;
}
.rscontact .controls select{
  	padding: 2px 24px 2px 3px;
}
.rscontact .field-select:after{
	top: 1px;
	font-size: 1rem;
	margin-left: -24px;
}

/*Impressum / Datenschutz
**********************************************/
#in_impressum div[itemprop="articleBody"],
#in_datenschutz div[itemprop="articleBody"]{
	width: 84%;
}
#in_impressum .page-header, 
#in_datenschutz .page-header {
    padding-top: 3rem;
    margin-bottom: 0.6rem;
}



}

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

/* Layout
*****************************/
.page-header h1, .page-header h2, .beitrag h2 {
    position: relative;
    margin: 0 auto 1.5rem;
}

}

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

/* Navigation 
**********************************************/	

/* Layout
*****************************/

/* Startgalerie
*****************************/

.start-galerie{
	width: 72%;
}

/* Messebau
*****************************/
.start-galerie#sg_messebau{
    width: 60%;
    padding-bottom: 54%;
	margin-left: -2.5%;
}
.custom-waben-messebau .head-brd, 
.custom-waben-messebau .head-bld{
    top: -90%;
}
.custom-waben-messebau .head-brm{
	top: -36px;
}
.custom-waben-messebau .start-head.head-brh{
    top: 84%;
}
.custom-waben-messebau .head-blh {
    top: 85.5%;
}
#pin-oe{
	top: 31.5%;
}
#pin-it{
	top: 45%;
}

/* Landingpage
**********************************************/
#ba_ihr-messestand,
#ba_messestand-individuell {
	width: 60vw;
}
#bu_ihr-messestand .logo,
#bu_messestand-individuell .logo {
	top: 12px;
	right: 3%;
	width: 39%;
}
 #in_ihr-messestand h2,
 #in_messestand-individuell h2 {
	font-size: 1.8rem;
	line-height: 2.4rem;
}
.cta-button-bg {
	width: 150px;
	margin-top: 42px;
	padding-bottom: 57%;
}
#in_ihr-messestand .beitrag .rscontact,
#in_messestand-individuell .beitrag .rscontact {
	width: 97%;
}


}

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

/* Navigation 
**********************************************/	

.nav1 ul.nav {
	top: 50%;
    font-size: 1.313rem;
    line-height: 1.65rem;
}
.nav1 ul.nav li {
    height: 2.1rem;
}

/* Startgalerie
*****************************/
.start-galerie{
	width: 66%;
}
.start-head,
.start-head-animate{
	height: 42%;
}

.head-brd{
	top: -42%;
	padding: 0 6px 0 0;
}
.head-bld{
	top: -42%;
	padding: 0 0 0 6px;
}
.head-brh{
	bottom: -27%;
	padding: 0 6px 0 0;
}
.head-blh{
	bottom: -27%;
	padding: 0 0 0 6px;
}
.start-head.two-row{
	height: 69%;
	bottom: -54%;
}
.start-head.two-row h2{
	width: 78px;
	white-space: normal;
	line-height: 1.2rem;
}

/*Messebau
**********************************************/
.custom-waben-messebau .start-head.head-blh h2{
	width: auto;
}
.custom-waben-messebau .head-brh{
    height: 88px;
}
.custom-waben-messebau .head-blh {
	height: 84px;
}

/*Akkordeon
**********************************************/
.bar h3{
	font-size: 1.2rem;
}
/*Landingpage
**********************************************/
#in_messestand-individuell .blog-item:nth-of-type(4) h2 {
	width: 66%;
}


}

@media only screen and (device-width: 428px) and (device-height: 926px)  and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) { 

.start-galerie{
	width: 66%;
	padding-bottom: 39%;
}

}

