/* ------------------------------------------DEFAULT----------------------------------------------- */
*{
	outline: none;
	}
	
html{
	overflow-y: scroll;
	}
	
img{
	border: none;
	width: 100%;
	height: auto;
	}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #000000;
	background-color: #e8e7e8;
	}

p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 36px;
	}

h1,h2,h3{
	padding: 0px;
	margin: 0px;
	margin-bottom: 18px;
	}
	
h1 {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	}

h2{
	font-weight: bold;
	font-size: 15px;
	line-height: 16px;
	text-transform: uppercase;
	}

h3 {
	font-size: 15px;
	font-weight: normal;
	line-height: 30px;
	font-style: italic;
	}

ul {
	padding: 0px;
	margin: 0px;
	}
	
.span_14 ul{
	padding: 0px 0px 0px 20px;
	}

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

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	}

.between {
	clear: both;
	height: 10px;
	}

.floatleft {
	float: left;
	}

.floatright {
	float: right;
	}



/*-------------------------------GRID--------------------------------------*/

/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(/javascript/boxsizing.htc); 
	/*	If you need support for IE7 and lower make 
		sure the boxsizing.htc file is linked properly.
		More info here:  https://github.com/Schepp/box-sizing-polyfill */
}

/*	MAIN CONTAINER 
	Set the width to whatever you want the width of your site to be. */
.inner { 
	padding-left: 4%;
	padding-right: 4%;
	margin: 0 auto; 
	}


/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
.container:after,
.row:after, 
.col:after,
.clr:after, 
.group:after { 
	content: ""; 
	display: table; 
	clear: both; 
	}

/* 	DEFAULT ROW STYLES Set bottom padding according to preference */
.row { padding-bottom: 0; }
			
								  
/* DEFAULT COLUMN STYLES */

.col { 
	display: block;
	float: left;
	width: 100%;
	}

/* -------------------------KONTAKT--------------------------------- */

input, select, textarea{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	}

input[type="radio"]{
	margin: 2px;
	}


.formrow {
	min-width: 180px;
	margin-bottom: 10px;	
	}


.inputradio {
	width: 20px;
	}

.inputdrop {
	width: 100%;
	}

.inputnorm {
	width: 100%;
	}
	
.inputsmall {
	float: left;
	width: 30%;
	}
	
.inputmid {
	float: right;
	width: 65%;
	}

.inputtext {
	width: 100%;
	resize:none;
	}

.inputdes {
	min-height: 13px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	}
	
.inputfields {
	width: 100%;
	margin: 0px 0px 10px 0px;
	}
	
input{
	font-size: 16px;
	}

.errordes {
	display: none;
	}
	
.error{
	border: solid 1px red;
	}

.inputerror,.inputsuccess {
	font-weight: bold;
	}

.inputerror {
	color: #F00;
	}

.inputsuccess {
	color: #009578;
	}

.errorbox {
	border: 1px solid #F00;
	}

.duty {
	float: left;
	font-size: 10px;
	}

.submit{
	float: right;
	font-weight: bold;
	}

.red{
	color: #e2001a;
	}
	
.underline{
	text-decoration: underline;	
	}


/*--------------------MAIN---------------------*/

#topbox{
	display: none;
	}
	
#headersection,
#contentsection,
#content,
#startcontentsection,
#referenzsection,
#referenzcontent,
#flamebox{
	background-color: #ffffff;
	}

#contentsection,
#startcontentsection,
#referenzsection,
#flamebox{
	margin: 0px 0px 20px 0px;
	}
	
#headersection{
	position: fixed;
	width: 100%;
	z-index: 1000;
	top: 0px !important;
	-webkit-box-shadow: 10px 10px 12px -5px rgba(0,0,0,0.22);
	-moz-box-shadow: 10px 10px 12px -5px rgba(0,0,0,0.22);
	box-shadow: 10px 10px 12px -5px rgba(0,0,0,0.22);
	}
	
#slidersection{
	margin: 20vw 0px 0px 0px;
	}
	
#watermark{
	font-size: 2vw;
	position: absolute;
	right: 2%;
	bottom: 10px;
	width: 100%;
	z-index: 500;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	/*mix-blend-mode: difference;*/
	opacity: 0.8;
	}
	
#startboxsection .inner{
	padding: 0;
	}

#logo,
#menubutton{
	display: none;
	}

#slidersection .inner,
#footersection .inner{
	padding: 0%; 
	}


#slider{
	position: relative;
	line-height: 0px;
	}

	
#uebersicht ul li{
	margin-bottom: 5px;
	}
	
#content,
#startcontent,
#referenzcontent{
	padding: 20px 0px 25px 0px;
	}
	
#flamebox{
	position: relative;
	padding: 10px 4% 0px 4%;
	width: 100%;
	
	min-height: 80px;
	}
	
#flameleft{
	width: 87%;
	float:left;
	padding: 0px 0px 20px 0px;
	}
	
	
#footer #flameleft h2 a{
	font-weight: bold;
	color: #000000;
	}
	
#flameright{
	line-height: 0px;
	position: absolute;
	width: 17%;
	bottom: 0px;
	right: 2%;
	}
	
.footerbottom{
	background-color: #666666;
	padding: 20px 4% 20px 4%;
	}
	
#footerleft,#footermid,#footerright{
	margin-bottom: 20px;
	}
	
.footerbottom,
.footerbottom a{
	font-weight: normal;
	color: #ffffff;
	}
	
.footerbottom a:hover{
	color: #e2001a;
	}
	
.footerbottom a.menuactive {
	color: #e2001a;
	} 
	
#footerleft .nav,
#footer p span{
	text-transform: uppercase;
	list-style: none;
	}
	
	
#facebookbtn,#googlebtn,#pintrestbtn{
	position: relative;
	width: 48px;
	height: 50px;
	margin: 20px 20px 20px 0px;
	float: left;
	}
	
#facebookbtn img,#googlebtn img,#pintrestbtn img{
	position: absolute;
	left:0;
	}
	
#facebookbtn img.top:hover,
#googlebtn img.top:hover,
#pintrestbtn img.top:hover  {
	opacity:0;
	}	
	

#footer li{
	margin-bottom: 10px;
	}
	
#footer p{
	margin: 0px;
	}
	
/*-----------------STELLENBOX----------------------------*/

.stellenboxheadline{
	font-weight: bold;
	color: #e3001b;
	font-size: 20px;
	margin: 0px 0px 20px 0px;
	}

.stellenbox{
	padding: 20px;
	margin: 0px 0px 60px 0px;
	border: solid 1px #e3001b;
	-webkit-box-shadow: 10px 10px 12px -5px rgba(0,0,0,0.22);
	-moz-box-shadow: 10px 10px 12px -5px rgba(0,0,0,0.22);
	box-shadow: 10px 10px 12px -5px rgba(0,0,0,0.22);
	}
	
.stellenbox ul{
	margin: 0px 0px 36px 20px;
	}
	
.stellenboxleft{
	font-weight: bold;
	color: #e3001b;
	}
		
	
/*-----------------GOOGLEMAPS----------------------------*/

#map-canvas{
	width: 100%;
	height: 270px;
	}
	
#mapcontent{
	width: 170px; 
	}


#maplogo{
	width: 25%;
	float: left;
	}
	
#maplogo img{
	width: 100%;
	height: auto;
	}
	
#maptext{
	width: 70%;
	float: right;
	font-size: 12px;
	font-weight: normal;
	}
	
#maptext a{
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
	}
	

/*------------------------REFERENZEN--------------------------*/



ul#referenzen {
	list-style: none;
	margin: 0px 0px 20px 0px;
	color: #000000;
	}
	
.referenzbox{ 
	width: 100%;
	margin-bottom: 2%;
	color: #000000;
	}
	
.caption{
	font-weight: bold;
	height: 50px;
	margin: 5px 0px 0px 0px;
	}
	
.comment{
	height: 50px;
	}
	
.referenzrow{
	margin: 0px 0px 20px 0px;
	}
	
.referenzname{
	font-weight: bold;
	}
	
.referenzmasnahme{
	
	}

/*--------------------------STARTBOX----------------------*/
		
.startbox{
	width: 100%;
	padding: 20px 20px 20px 25px;
	margin: 0px 0px 20px 0px;
	background-color: #ffffff;
	}
	


.startboxbild{
	margin: 0px 0px 20px 0px;
	}
	
.startbox ul{
	margin: 0px 0px 0px 20px;
	}
	
/*------------------------PARTNER--------------------------*/

.partner{
	font-size: 10px;
	}
	
.partnerlogo{
	width: 100%;
	float: left;
	}
	
.partnerright{
	float: right;
	width: 75%;
	}
	
.partnerspalte{
	width: 12%;
	float: left;
	}

/*------------------------MENU1--------------------------*/


#menu{
	position: relative;
	}
	
#menu1,
#menu2{
	display: none;
	}
	
#menu a {
	font-weight: bold;
	font-size: 23px;
	line-height: 23px;
	text-transform: uppercase;
	}



a.menulogo,
a.menumail,
a.menucall,
.menutoggle{
	float: left;
	width: 25%;
	line-height: 0px;
	}


a.menuactive {
	color: #e2001a;
	}
	
a.selected span{
	color: #e2001a;
	}
	

/*-----------------------MENU4-------------------------------*/

.menu-btn{
	background-color: transparent;
	padding: 0px;
	border: 0;
	}

.pushy {
	position: fixed;
	width: 260px;
	height: 100%;
	top: 0;
	z-index: 9999;
	background: #191918;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	}

.pushy ul{
	list-style: none;
	}

.pushy a {
	text-transform: uppercase;
	display: block;
	color: #b3b3b1;
	padding: 5px 10px 5px 15px;
	width: 80%;
	text-decoration: none;
	font-weight: bold;
	}
	
.pushy a:hover {
	color: #FFF;
	}

.pushy ul:first-child {
	margin-top: 10px;
	}
	
.pushy.pushy-left {
	left: 0;
	}

.pushy.pushy-right {
	right: 0;
	}

.pushy-content {
	visibility: hidden;
	}

.pushy-left {
	-webkit-transform: translate3d(-260px, 0, 0);
	-ms-transform: translate3d(-260px, 0, 0);
	transform: translate3d(-260px, 0, 0);
	}

.pushy-open-left #container,
.pushy-open-left .push {
	-webkit-transform: translate3d(260px, 0, 0);
	-ms-transform: translate3d(260px, 0, 0);
	transform: translate3d(260px, 0, 0);
	}

.pushy-right {
	-webkit-transform: translate3d(260px, 0, 0);
	-ms-transform: translate3d(260px, 0, 0);
	transform: translate3d(260px, 0, 0);
	}

.pushy-open-right #container,
.pushy-open-right .push {
	-webkit-transform: translate3d(-260px, 0, 0);
	-ms-transform: translate3d(-260px, 0, 0);
	transform: translate3d(-260px, 0, 0);
	}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
	
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
	visibility: visible;
	}

#container,
.pushy,
.push {
	transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	}

.pushy-content {
	transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	}

.site-overlay {
	display: none;
	}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9998;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-animation: fade 500ms;
	animation: fade 500ms;
	}

@keyframes fade {
	0% {
		opacity: 0;
		}
		
	100% {
		opacity: 1;
		}
}

@-webkit-keyframes fade {
	0% {
		opacity: 0;
		}
		
	100% {
		opacity: 1;
		}
}

.pushy-submenu {
	position: relative; 
	}
	
.pushy-submenu ul {
	padding-left: 15px;
	transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
	}
	
.pushy-submenu ul .pushy-link {
	transition: opacity 0.2s ease-in-out;
	}

.pushy-submenu button {
	width: 100%;
	color: #b3b3b1;
	padding: 15px 30px;
	text-align: left;
	background: transparent;
	border: 0;
	}

.pushy-submenu button:hover {
	color: #FFF;
	}
	
.pushy-submenu > a,
.pushy-submenu > button {
	position: relative;
	}

.pushy-submenu::after,
.pushy-submenu > button::after {
	content: '';
	display: block;
	height: 11px;
	width: 8px;
	position: absolute;
	top: 12px;
	right: 15px;
	background: url("/images/arrow.svg") no-repeat;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: transform 0.2s;
	}

.pushy-submenu-closed ul {
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
	}
	
.pushy-submenu-closed .pushy-link {
	opacity: 0;
	}

.pushy-submenu-open {
	/* Submenu Icon */
	}

.pushy-submenu-open ul {
	max-height: 1000px;
	visibility: visible;
	}

.pushy-submenu-open .pushy-link {
	opacity: 1;
	}

.pushy-submenu-open a::after,
.pushy-submenu-open button::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	}

/*--------------------PRESSE-------------------------*/	
	
.itembox {
	border-bottom: solid 1px #000000;
	margin: 0px 0px 20px 0px;
	}
	
.detailtext{
	margin-bottom: 20px;
	}
	
.detailgallery{
	width: 30%;
	}
	
/*--------------------MEDIAQUERIES-------------------------*/

@media only screen and (min-width: 420px) {
	
	#watermark{
		bottom: 20px;
		}
	
	/*--------------------------STARTBOX----------------------*/
	
	.startboxbild{
		float: left;
    	width: 30%;
    	margin-right: 5%;
		}
		
	.startboxtext{
		float: right;
		width: 65%;
		}
		
}



@media only screen and (min-width: 600px) {
	
	.inner { 
		padding-left: 2%;
		padding-right: 2%;
		}
	
	.span_1 { width: 4.16666666667%; }
    .span_2 { width: 8.33333333333%; }
    .span_3 { width:12.5%; }
    .span_4 { width: 16.6666666667%; }
    .span_5 { width: 20.8333333333%; }
    .span_6 { width: 25%; }
    .span_7 { width: 29.1666666667%; }
    .span_8 { width: 33.3333333333%; }
    .span_9 { width: 37.5%; }
    .span_10 { width: 41.6666666667%; }
    .span_11 { width: 45.8333333333%; }
    .span_12 { width: 50%; }
    .span_13 { width: 54.1666666667%; }
    .span_14 { width: 58.3333333333%; }
    .span_15 { width: 62.5%; }
    .span_16 { width: 66.6666666667%; }
    .span_17 { width: 70.8333333333%; }
    .span_18 { width: 75%; }
    .span_19 { width: 79.1666666667%; }
    .span_20 { width: 83.3333333333%; }
    .span_21 { width: 87.5%; }
    .span_22 { width: 91.6666666667%; }
    .span_23 { width: 95.8333333333%; }
    .span_24 { width: 100%; }
    
    .gutters .span_1 { width: 2.25%; }
	.gutters .span_2 { width: 6.5%; }
	.gutters .span_3 { width: 10.75%; }
	.gutters .span_4 { width: 15.0%; }
	.gutters .span_5 { width: 19.25%; }
	.gutters .span_6 { width: 23.5%; }
	.gutters .span_7 { width: 27.75%; }
	.gutters .span_8 { width: 32.0%; }
	.gutters .span_9 { width: 36.25%; }
	.gutters .span_10 { width: 40.5%; }
	.gutters .span_11 { width: 44.75%; }
	.gutters .span_12 { width: 49.0%; }
	.gutters .span_13 { width: 53.25%; }
	.gutters .span_14 { width: 57.5%; }
	.gutters .span_15 { width: 61.75%; }
	.gutters .span_16 { width: 66.0%; }
	.gutters .span_17 { width: 70.25%; }
	.gutters .span_18 { width: 74.5%; }
	.gutters .span_19 { width: 78.75%; }
	.gutters .span_20 { width: 83.0%; }
	.gutters .span_21 { width: 87.25%; }
	.gutters .span_22 { width: 91.5%; }
	.gutters .span_23 { width: 95.75%; }
	.gutters .span_24 { width: 100%; }
	

	/*--------------------MAIN--------------------------*/
	
	body {
		font-size: 16px;
		line-height: 23px;
		}
		
	h1{
		font-size: 25px;
		line-height: 30px;
		}
		
	h2 {
		font-size: 20px;
		line-height: 25px;
		}
		
	h3{
		font-size: 16px;
		}
		
	h1,
	h2,
	h3{
		margin-bottom: 30px;
		}
	
	
	
	#slidersection{
		margin: 0vw 0px 0px 0px;
		}
		
	#logo{
		position: absolute;
		top: -48px;
		width: 105px;
		display: block;
		}
		
	#logo img{
		position:absolute;
 		left:0;
		}
		
	#logo img.top:hover {
		opacity:0;
		}
	
	#headersection{
		position: relative;
		background-color: transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		}
	
	
	#slidersection,
	#startboxsection,
	#contentsection,
	#referenzsection,
	#startcontentsection,
	#gallerysection,
	#footersection{
		position: relative;
		background-color: transparent;
		}
		
	

	#headersection,
	#contentsection,
	#referenzsection{
		z-index: 20;
		}
		
	#content,#startcontent{
		padding: 25px 25px 20px 25px;
		}
		
	#referenzcontent{
		padding: 25px 0px 20px 25px;
		}
		
	#flamebox{
		padding: 20px 25px 0px 25px;
		margin: 0px 0px 20px 0px;
		min-height: 150px;
		}
		
	#startboxsection{
		z-index: 30;
		}
		
	#slidersection{
		top: -80px;
		z-index: 10;
		border-bottom: #ffffff solid 40px;
		background-color: #ffffff;
		}
		
	#watermark{
		bottom: 60px;
		}
		
	#startboxsection{
		background-color: transparent;
		}

	
	#startboxsection,
	#startcontentsection,	
	#contentsection,
	#referenzsection,
	#gallerysection,
	#footersection{
		top: -100px;
		}
	
	#startcontentsection,
	#contentsection,
	#referenzsection,
	#flamebox{
		margin: 0px 0px 2% 0px;
		}
		
	
		
	#footersection .inner,
	#startboxsection .inner{
		padding: 0px 2% 0px 2%; 
		}
		
	#footermenu1,
	#footermenu2,
	#footermenu3,
	#footermenu4{
		float: left;
		}
		
	#footerleft li{
		margin: 0px 30px 0px 0px;
		}
		
	
	/*--------------------TOPBOX--------------------------*/
		
	#topbox{
		color: #ffffff;
		white-space: nowrap;
		display: block;
		position: fixed;
		top: 0px;
		right: 7%;
		font-size: 1.4vw;
		line-height: 1.7vw;
		background: #000000;
		opacity: 0.7;
		padding: 0.8vw 1vw 0.4vw 1vw;
		z-index: 600;
		-webkit-box-shadow: 10px 10px 12px -5px rgba(0,0,0,0.22);
		-moz-box-shadow: 10px 10px 12px -5px rgba(0,0,0,0.22);
		box-shadow: 10px 10px 12px -5px rgba(0,0,0,0.22);
		}
		
	#topbox a,
	#topbox a:hover{
		color: #ffffff;
		}
		
	.tobocall{
		float: left;
		margin: 0px 1.5vw 0px 0px;
		}
	
	.tobomail{
		float: left;
		}
		
	.tobolef{
		float: left;
		width: 2vw;
		margin: 0px 0.5vw 0px 0px;
		}	
	
	.toborig{
		margin: 0.2vw 0px 0px 0px;
		float: right;
		}
		
	
	
	/*--------------------PRESSE-------------------------*/
	
	.itemboxleft,.itemboxleftleft{
		float: left;
		}
		
	.itemboxright,.itemboxleftright{
		float: right;
		}		
	
	.itemboxleft {
		width: 80%
		}
		
	.itemboxleftleft{
		width: 20%
		}
		
	.itemboxleftright{
		width: 80%
		}
	
	.itemboxright {
		width: 20%;
		}
		
	.detailtext{
		width: 60%;
		float: left;
		}
	
	.itembild{
		width: 30%;
		float: right;
		}
	

	/*------------------------MENU-------------------------------*/
	
	.pushy-open-left .site-overlay,
	#menu3,
	#menu4 {
		display: none;
		}
		
	
	#menu1{
		display: block;
		background-color: #ffffff;
		}
	
	.menulogo,
	.menutoggle,
	.menumail,
	.menucall{
		display:  none;
		}
		
	#menubutton{
		float:right;
		position: relative;
		width: 35px;
		display: block;
		}
		
	#menubutton img{
		position:absolute;
		}
		
	#menubutton img.top:hover {
		opacity:0;
		}
		
	#menubutton img{
		position: absolute;
		top: -35px;
		right: 10px;
		}
		
	#menu{
		width: 100%;
		}
		
	#menu1 .nav{
		text-align:center;
		margin: 45px 0px 0px 0px;
		}
		
	#menu1 .nav > li {
		position:relative;
		border: none;
		display:inline-block;
        float:none;
		}
		
	#menu1 .nav li:before{
		content: "\2022";
		padding: 7px 10px 0px 0px;
		float: left;
		font-size: 25px;
		color: #E2001A;
		}
		
	#menu1 .nav li:first-child:before{
		content: none;
		}
		
	#menu1 .nav a {
		float: left;
		display: block;
		padding: 7px 5px 0px 0px;
		}
		
	#menu1 .nav:before,
	#menu1 .nav:after {
		content: " "; 
		display: table; 
		}

	#menu1 .nav:after {
		clear: both;
		}
		
	#menu1 .nav li.hover ul{
		top: 30px;
		left: 0px;
		position:absolute;
		width: 800px;
		}
		
	#menu1 .nav li li{
		position: relative;
		display: inline-block;
		margin-right: 20px;
		}
		
	#menu1 .nav li li a{
		padding-right: 0px;
		}
		
	/*------------------------MENU2--------------------------*/

	#menu2{
		position: absolute;
		right: 30px;
		top: 20px;
		z-index:1000;
		background-image: url(/images/headerback.png);
		padding: 10px 10px 10px 10px;
		}
		
	#menu2 ul.nav a{
		font-size: 12px;
		line-height: 15px;
		padding: 0px 0px 0px 0px;
		}
		
	#menu2 ul{
		list-style: none;
		}
		
	#menu2 .nav>li a{
		display: block;
		}
		
	#menu2 .nav li li a{
		padding: 0px 0px 10px 20px;
		}

		
	/*---------------------KONTAKT----------------------------*/
	
	input,
	textarea{
		font-size: 16px;
		}
	
	.inputdes {
		float: left;
		width: 25%;
		font-size: 16px;
		}
	
	.inputfields {
		float: left;
		width: 70%;
		margin-top: -1px;
		}
		
	.inputsmall {
		float: left;
		width: 20%;
		}
	
	.inputmid {
		float: right;
		width: 75%;
		}
		
	.errordes {
		float: right;
		width: 5%;
		min-height: 19px;
		color: #F00;
		font-weight: bold;
		text-align: right;
		}
		
	
	/*------------------GOOGLEMAPS-------------------------------*/

	#map-canvas{
		height: 370px;
		}
		
	#mapcontent{
		width: 220px;
		}
	
	#maplogo{
		width: 80px;
		margin-right: 5px;
		}
		
	#maptext{
		width: 120px;
		font-size: 12px;
		}
		
	/*-----------------------PARTNER-------------------------*/
		
	.partnerlogo{
		width: 8%;
		}
	
	.partner{
		font-size: 15px;
		}
		
	.partnerright{
		width: 85%;
		}
		
}

@media only screen and (min-width: 750px) {
	
	#logo{
		top: -60px;
		width: 130px;
		}
		
	#slidersection{
		top: -105px;
		}
		
	#startboxsection,
	#startcontentsection,
	#contentsection,
	#referenzsection,
	#gallerysection,
	#footersection{
		top: -185px;
		}

	/*--------------------------MENU-------------------------------*/
	
	#menu1 .nav{
		margin: 60px 0px 0px 0px;
		}
		
	#menu1 .nav li:before{
		padding: 10px 12px 0px 0px;
		font-size: 28px;
		}

		
	#menu1 .nav a {
		padding: 10px 6px 3px 0px;
		}
		
	#menubutton{
		width: 40px;
		}
		
	#menubutton img{
		top: -41px;
		}
		
	
	/*--------------------------STARTBOX-------------------------------*/
	
	#startboxsection .inner{
		padding: 0px;
		}
		
	.startbox{
		width: 47%;
		height: 350px;
    	float: left;
		padding: 20px 20px 20px 25px;
		margin: 0px 0px 2% 2%;
		background-color: #ffffff;
		}
		
		
	/*------------------------REFERENZEN--------------------------*/
	
	#referenzencontent{
		padding: 20px 0px 20px 20px; 
		}
		
	.referenzbox{ 
		width: 48%;
		float: left;
		margin-right: 2%;
		position: relative;
		overflow: hidden;
		cursor: pointer;
		display: block;
		}
		
	.referenzbox img {
		display: block;
		}

		
}

@media only screen and (min-width: 905px) {
	
	#menu2 ul.nav a{
		font-size: 16px;
		line-height: 22px;
		}
	
	.footerbottom{
		padding: 20px 25px 20px 25px;
		}
		
	#footerleft,#footermid,#footerright {
		font-size: 80%;
		}
		
	#footerleftbox{
		float:left;
		}
		
	#footerright{
		float: right;
		text-align: right;
		}
		
	#footer a{
		margin: 0px;
		}
		
	
		
	/*--------------------------STARTBOX-------------------------------*/
		
	.startbox{
		height: 300px;
		}
	
}


@media only screen and (min-width: 1100px) {
	
	body{
		font-size: 18px;
		line-height: 22px;
		}
		
	h1{
		font-size: 30px;
		line-height: 40px;
		}
		
	h2 {
		font-size: 25px;
		}
	
	#logo{
		top: -108px;
		width: 220px;
		}
		
	#slidersection{
		top: -190px;
		}
		
	#watermark{
		bottom: 70px;
		}
		
	#startseite #watermark{
		bottom: 80px;
		}
		
	#startboxsection,
	#startcontentsection,	
	#contentsection,
	#referenzsection,
	#gallerysection,
	#footersection{
		top: -280px;
		}
		
	#flamebox{
		min-height: 200px;
		}
		
	#footerleftbox {
		width: 75%;
		}
		
	#footerleft,#footermid{
		float: left;
		}
		
	#footerleft{
		margin: 0px 70px 0px 0px;
		}
		
	#footermid{
		width: 30%;
		}
		
	/*--------------------------MENU------------------------------*/	
	
	#menubutton{
		width: 60px;
		}
		
	#menubutton img{
		top: -58px;
		}
		
	#menu1 .nav a {
		font-size: 30px;
		line-height: 30px;
		}
		
	#menu1 .nav{
		margin: 130px 0px 0px 0px;
		}
		
	#menu1 .nav li:before{
		padding: 15px 20px 0px 0px;
		font-size: 45px;
		}
		
	#menu1 .nav a {
		padding: 13px 10px 8px 0px;
		}
		
	#menu2{
		right: 40px;
		top: 30px;
		}
		
	#menu2 ul.nav a{
		font-size: 17px;
		line-height: 23px;
		padding: 0px 0px 0px 0px;
		}
		
	/*-----------------------KONTAKT-----------------------------*/
	
	input,
	textarea,
	.inputdes {
		font-size: 21px;
		}
	
	.inputfields {
		margin-top: -2px;
		}
		
		
	/*-----------------------GOOGLEMAPS----------------------------*/
		
	#map-canvas{
		height: 750px;
		}
		
		
	/*-----------------STELLENBOX----------------------------*/

	.stellenboxleft{
		float: left;
		width: 25%;
		}
		
	.stellenboxright{
		float: right;
		width: 70%;
		}
		
	/*------------------------REFERENZEN--------------------------*/
		
	.referenzbox{ 
		width: 31.2%;
		}
	
	/*-----------------------STARTBOX-----------------------------*/	
		
	.startbox {
		height: 300px;
		}
		
}

@media only screen and (min-width: 1300px) {
	
	body{
		font-size: 18px;
		line-height: 25px;
		}
		

		
	/*-----------------------STARTBOX-----------------------------*/
		
	.startbox {
		width: 30.65%;
		height: 350px;
		padding: 20px 20px 20px 25px;
		margin: 0px 0px 2% 2%;
		}
		
}


@media only screen and (min-width: 1600px) {
	
	h1,h2 {
		margin-bottom: 40px;
		}
	
	
	h1 {
		font-size: 35px;
		line-height: 40px;
		
		}
		
	h2 {
		line-height: 30px;
		}
		
	h3 {
		line-height: 20px;
		margin-bottom: 25px;
		}
		
	#logo{
		top: -118px;
		width: 250px;
		}
		
	#menubutton{
		width: 60px;
		}
		
	#menubutton img{
		top: -65px;
		}
		
	#menu1 .nav li:before{
		padding: 22px 20px 0px 0px;
		font-size: 55px;
		}
		
	#menu1 .nav a{
		font-size: 50px;
		line-height: 55px;
		}
		
	#menu1 .nav a {
		padding: 15px 10px 5px 0px;
		}
		
	#menu2 {
		right: 40px;
		top: 40px;
		}
		
	#menu2 ul.nav a{
		font-size: 20px;
		line-height: 26px;
		}
	
	.inner{
		max-width: 1600px;
		}
		
	#slidersection{
		top: -210px;
		}
		
	#startboxsection{
		top: -330px;
		}
		
	#startboxsection,
	#startcontentsection,	
	#contentsection,
	#referenzsection,
	#gallerysection,
	#footersection{
		top: -330px;
		}
		
	#startboxsection .inner{
		padding: 0px 10px 0px 10px;
		}
		
	#startcontentsection .inner,
	#contentsection .inner,
	#footersection .inner{
		margin: auto;
		padding: 0px 40px 0px 40px;
		}
		
	#gallerysection .inner {
		padding: 0px 0px 0px 30px;
		}

	#startseite #watermark,
	#watermark{
		bottom: 120px;
		}
		
	
		
	/*---------------------GOOGLEMAPS---------------------------*/
	
	#mapcontent{
		width: 300px;
		}
	
	#maplogo{
		width: 110px;
		margin-right: 15px;
		}
		
	#maptext{
		width: 150px;
		font-size: 16px;
		}
		
	
	
}

/*-----------------------IPHONE HACK FÜR IOS-ORIENTATIONSCHANGE-FIX-----------------------------------------*/

@media only screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
	html, body {-webkit-text-size-adjust: 100%;}
	
}


/* COOKIE */

.cc-window{color:#ffffff;background: #000000;opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline; color:#ffffff}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:12px;line-height:1.3em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:12px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;color:#ffffff;display:inline-block;padding:.2em}.cc-link:hover{color:#ffffff;opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{background: #F00;color:#ffffff;display:block;padding:.4em .8em;font-size:.9em;font-weight:700;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:2%}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em;opacity:1 !important;}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
.cc-message .cc-link {color: #ffffff;}

.cc-window a:hover{
	color: #ffffff;
	}
	
a.cc-btn:hover{
	background-color: #FF5959;	
	}
/* Stylesheet: default Modified On 2019-02-21 18:06:04 */

/*
	* Style settings of LayerSlider
	*
	* (c) 2011-2013 George Krupa, John Gera & Kreatura Media
	*
	* Plugin web:			http://kreaturamedia.com/
	* Licenses: 			http://codecanyon.net/licenses/
*/



/* Global settings */

.ls-container {
	visibility: hidden;
	position: relative;
}

.ls-lt-container {
	position: absolute;
}

.ls-lt-container,
.ls-lt-container * {
	text-align: left !important;
	direction: ltr !important;
}

.ls-container-fullscreen {
	margin: 0 auto !important;
	padding: 2% !important;
	background: black !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border: none !important;
}

.ls-container-fullscreen .ls-thumbnail-wrapper,
.ls-container-fullscreen .ls-fullscreen,
.ls-container-fullscreen .ls-shadow {
	display: none !important;
}

.ls-overflow-hidden {
	overflow: hidden;
}

.ls-inner {
	position: relative;
	background-position: center center;
	z-index: 2;
}

.ls-loading-container {
	position: absolute !important;
	display: none;
	z-index: 3 !important;
	left: 50% !important;
	top: 50% !important;
}

.ls-loading-indicator {
	margin: 0 auto;
}

.ls-inner,
.ls-slide {
	width: 100%;
	height: 100%;
}

.ls-slide,
.ls-layer {
	position: absolute;
	display: none;
	background-position: center center;
	overflow: hidden;
}

.ls-active,
.ls-animating {
	display: block !important;
}

.ls-slide > * {
	position: absolute;
	line-height: normal;
	margin: 0;
	left: 0;
	top: 0;
}

.ls-slide .ls-bg {
	left: 0px;
	top: 0px;
	transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
}

.ls-yourlogo {
	position: absolute;
	z-index: 99;
}



/* Timers */

.ls-bar-timer {
	position: absolute;
	width: 0;
	height: 2px;
	background: white;
	border-bottom: 2px solid #555;
	opacity: .55;
	filter: alpha(opacity=55);
	z-index: 4;
	top: 0;
}

.ls-circle-timer {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 4;
	opacity: .65;
	filter: alpha(opacity=65);
	display: none;
}

.ls-ct-half {
	background: white;
}

.ls-ct-center {
	background: #444;
}

.ls-ct-left,
.ls-ct-right {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ls-ct-left,
.ls-ct-right {
	float: left;
	position: relative;
}

.ls-ct-rotate {
	width: 200%;
	height: 100%;
	position: absolute;
	top: 0;
}

.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
	left: 0;
}

.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
	right: 0;
}

.ls-ct-hider,
.ls-ct-half {
	position: absolute;
	top: 0;
}

.ls-ct-hider {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.ls-ct-half {
	width: 200%;
	height: 100%;
}

.ls-ct-center {
	width: 50%;
	height: 50%;
	left: 25%;
	top: 25%;
	position: absolute;
}

.ls-ct-half,
.ls-ct-center {
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}



/* Navigation */

.ls-bottom-nav-wrapper {
	height: 0;
}

.ls-bottom-slidebuttons {
	text-align: left;
}

.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
	z-index: 2;
	height: 0;
	position: relative;
	text-align: center;
	margin: 0 auto;
}

.ls-below-thumbnails {
	display: none;
	z-index: 6;
}

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
	outline: none;
}

* .ls-bottom-nav-wrapper *,
* .ls-bottom-nav-wrapper span * {
	direction: ltr !important;
}

.ls-bottom-slidebuttons {
	position: relative;
	z-index: 1000;
}

.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
	position: relative;
}

.ls-nothumb {
	text-align: center !important;
}

.ls-link {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	left: 0 !important;
	top: 0 !important;
	background-image: url(/images/sliderimages/blank.gif);
}

.ls-slide > a > * {
	background-image: url(/images/sliderimages/blank.gif);
}



/* Embedded videos */

.ls-vpcontainer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.ls-videopreview {
	width : 100%;
	height : 100%;
	position : absolute;
	left : 0;
	top : 0;
	cursor : pointer;
}

.ls-playvideo {
	position: absolute;
	left: 50%;
	top: 50%;
	cursor: pointer;
}



/* Thumbnails */

.ls-tn {
	display: none !important;
}

.ls-thumbnail-hover {
	display: none;
	position: absolute;
	left: 0;
}

.ls-thumbnail-hover-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.ls-thumbnail-hover-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ls-thumbnail-hover-img {
	position: absolute;
	overflow: hidden;
}

.ls-thumbnail-hover img {
	max-width: none !important;
	position: absolute;
	display: inline-block;
	visibility: visible !important;
	left: 50%;
	top: 0;
}

.ls-thumbnail-hover span {
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}

.ls-thumbnail-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 4;
}

.ls-thumbnail {
	position: relative;
	margin: 0 auto;
}

.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
	width: 100%;
}

.ls-thumbnail-slide-container {
	overflow: hidden !important;
	position: relative;
}

.ls-touchscroll {
	overflow-x: auto !important;
}

.ls-thumbnail-slide {
	text-align: center;
	white-space: nowrap;
	float: left;
	position: relative;
}

.ls-thumbnail-slide a {
	overflow: hidden;
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
}

.ls-thumbnail-slide img {
	max-width: none !important;
	max-height: 100% !important;
	height: 100%;
	visibility: visible !important;
}

.ls-shadow {
	display: none;
	position: absolute;
	z-index: 1;
	top: 100%;
	width: 100%;
	left: 0;
	overflow: hidden !important;
	visibility: hidden;
}

.ls-shadow img {
	width: 100% !important;
	height: auto !important;
	position: absolute !important;
	left: 0 !important;
	bottom: 0 !important;
}

.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
	visibility: hidden;
}



/* WP plugin fullwidth */

.ls-wp-fullwidth-container {
	width: 100%;
	position: relative;
}

.ls-wp-fullwidth-helper {
	position: absolute;
}



/* 2D & 3D Layer Transitions */

.ls-overflow-hidden {
	overflow: hidden;
}

.ls-lt-tile {
	position: relative;
	float: left;
	perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	-moz-perspective: 1000px;
	-webkit-perspective: 1000px;
}

.ls-lt-tile img {
	visibility: visible;
	display: inline-block;
}

.ls-curtiles {
	overflow: hidden;
}

.ls-curtiles,
.ls-nexttiles {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ls-curtile, .ls-nexttile {
	overflow: hidden;
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.ls-curtile {
	left: 0;
	top: 0;
}

.ls-curtile img,
.ls-nexttile img {
	position: absolute;
	filter: inherit;
}

.ls-3d-container {
	position: relative;
	overflow: visible !important;
}

.ls-3d-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.ls-3d-box div {
	overflow: hidden;
	background: #777;
	margin: 0;
	padding: 0;
	position: absolute;
}



/* Full screen */

.ls-fullscreen {
	position: absolute;
	z-index: 10;
	cursor: pointer;
	display: block;
}



/* Removing all default global styles of WordPress themes */

html * .ls-nav-prev,
html * .ls-nav-next,
html * .ls-container img,
html * .ls-bottom-nav-wrapper a,
html * .ls-container .ls-fullscreen,
body * .ls-nav-prev,
body * .ls-nav-next,
body * .ls-container img,
body * .ls-bottom-nav-wrapper a,
body * .ls-container .ls-fullscreen,
#ls-global * .ls-nav-prev,
#ls-global * .ls-nav-next,
#ls-global * .ls-container img,
#ls-global * .ls-bottom-nav-wrapper a,
#ls-global * .ls-container .ls-fullscreen,
html * .ls-thumbnail a,
body * .ls-thumbnail a,
#ls-global * .ls-thumbnail a {
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	line-height: normal;
	outline: none;
	padding: 0;
	border: 0;
}

html * .ls-slide > a,
body * .ls-slide > a,
#ls-global * .ls-slide > a,
html * .ls-slide > h1,
body * .ls-slide > h1,
#ls-global * .ls-slide > h1,
html * .ls-slide > h2,
body * .ls-slide > h2,
#ls-global * .ls-slide > h2,
html * .ls-slide > h3,
body * .ls-slide > h3,
#ls-global * .ls-slide > h3,
html * .ls-slide > h4,
body * .ls-slide > h4,
#ls-global * .ls-slide > h4,
html * .ls-slide > h5,
body * .ls-slide > h5,
#ls-global * .ls-slide > h5,
html * .ls-slide > p,
body * .ls-slide > p,
#ls-global * .ls-slide > p,
html * .ls-slide > div,
body * .ls-slide > div,
#ls-global * .ls-slide > div,
html * .ls-slide > span,
body * .ls-slide > span,
#ls-global * .ls-slide > span,
html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
	margin: 0;
}

html * .ls-container img,
body * .ls-container img,
#ls-global * .ls-container img {
	background: none !important;
	min-width: 0 !important;
	max-width: none !important;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding: 0;
}

/*html * .ls-thumbnail a img,
body * .ls-thumbnail a img,
#ls-global * .ls-thumbnail a img {
	min-width: 100% !important;
}
*/

html * .ls-wp-container .ls-slide > *,
body * .ls-wp-container .ls-slide > *,
#ls-global * .ls-wp-container .ls-slide > * {
	line-height: normal;
	outline: none;
	padding: 0;
	margin: 0;
	border: 0;
}

html * .ls-wp-container .ls-slide > a > *,
body * .ls-wp-container .ls-slide > a > *,
#ls-global * .ls-wp-container .ls-slide > a > * {
	margin: 0;
}

html * .ls-wp-container .ls-slide > a,
body * .ls-wp-container .ls-slide > a,
#ls-global * .ls-wp-container .ls-slide > a {
	text-decoration: none;
}

.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper,
.ls-container,
.ls-container * {
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
}

html * .ls-yourlogo,
body * .ls-yourlogo,
#ls-global * .ls-yourlogo {
	margin: 0;
}

html * .ls-tn,
body * .ls-tn,
#ls-global * .ls-tn {
	display: none;
}

.site {
	overflow: visible !important;
}



/* Style of LayerSlider Debug Console */

.ls-debug-console * {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	color: white !important;
	text-shadow: none !important;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
	line-height: normal !important;
	-webkit-font-smoothing: antialiased !important;
	text-align: left !important;
	font-style: normal !important;
}

.ls-debug-console h1 {
	padding-top: 10px !important;
	font-size: 17px !important;
	font-weight: bold !important;
}

.ls-debug-console h1:first-child {
	padding-top: 0 !important;
}

.ls-debug-console ul {
	padding-top: 10px !important;
	list-style: none !important;
}

.ls-debug-console li {
	margin-left: 10px !important;
	font-size: 13px !important;
	position: relative !important;
	font-weight: normal !important;
}

html * .ls-debug-console li ul,
body * .ls-debug-console li ul,
#ls-global * .ls-debug-console li ul {
	display: none;
	width: 260px;
	left: -10px;
}

.ls-debug-console li ul {
	position: absolute !important;
	bottom: 100% !important;
	padding: 10px 10px 10px 0 !important;
	background: white !important;
	border-radius: 10px !important;
	box-shadow: 0 0 20px black !important;
}

html * .ls-debug-console li:hover ul,
body * .ls-debug-console li:hover ul,
#ls-global * .ls-debug-console li:hover ul {
	display: block;
}

.ls-debug-console li ul * {
	color: black !important;
}

.ls-debug-console a {
	text-decoration: none !important;
	border-bottom: 1px dotted white !important;
}

.ls-error {
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-wenkit-border-radius: 5px !important;
	background: white !important;
	height: auto !important;
	width: auto !important;
	color: white !important;
	padding: 20px 40px 30px 80px !important;
	position: relative !important;
	box-shadow: 0 2px 20px -5px black;
}

.ls-error p {
	line-height: normal !important;
	text-shadow: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	text-align: justify !important;
	font-family: Arial, sans-serif !important;
}

.ls-error .ls-error-title {
	line-height: 40px !important;
	color: red !important;
	font-weight: bold !important;
	font-size: 16px !important;
}

.ls-error .ls-error-text {
	color: #555 !important;
	font-weight: normal !important;
	font-size: 13px !important;
}

.ls-error .ls-exclam {
	width: 40px !important;
	height: 40px !important;
	position: absolute !important;
	left: 20px !important;
	top: 20px !important;
	border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	font-size: 30px !important;
	font-weight: bold !important;
	color: white !important;
	line-height: 40px !important;
	background: red !important;
	text-align: center !important;
}



/* GPU Hardware Acceleration */

html * .ls-container .ls-shadow,
html * .ls-container .ls-slide > *,
html * .ls-container .ls-fullscreen,
html * .ls-container .ls-3d-container,
html * .ls-container .ls-lt-container,
html * .ls-container .ls-lt-container *,
html * .ls-container .ls-thumbnail-wrapper,
html * .ls-container .ls-bottom-nav-wrapper,
body * .ls-container .ls-shadow,
body * .ls-container .ls-slide > *,
body * .ls-container .ls-fullscreen,
body * .ls-container .ls-3d-container,
body * .ls-container .ls-lt-container,
body * .ls-container .ls-lt-container *,
body * .ls-container .ls-thumbnail-wrapper,
body * .ls-container .ls-bottom-nav-wrapper,
#ls-global * .ls-container .ls-shadow,
#ls-global * .ls-container .ls-slide > *,
#ls-global * .ls-container .ls-fullscreen,
#ls-global * .ls-container .ls-3d-container,
#ls-global * .ls-container .ls-lt-container,
#ls-global * .ls-container .ls-lt-container *,
#ls-global * .ls-container .ls-thumbnail-wrapper,
#ls-global * .ls-container .ls-bottom-nav-wrapper,
.ls-gpuhack {
	transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.ls-videohack {
	transform: none !important;
	-o-transform: none !important;
	-ms-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform-origin: none !important;
	-o-transform-origin: none !important;
	-ms-transform-origin: none !important;
	-moz-transform-origin: none !important;
	-webkit-transform-origin: none !important;
}

.ls-oldiepnghack {
	filter: none !important;
}

.ls-gpuhack {
	width: 100% !important;
	height: 100% !important;
}


html * .ls-container .ls-webkit-hack,
body * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-webkit-hack {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

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



h5{
	font-weight:lighter;
	font-size: 30px;
	background-image: url(/images/headerback.png);
	padding: 10px;
	}
	


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


/* GPU */

@media (transform-3d), (-o-transform-3d), (-ms-transform-3d), (-moz-transform-3d), (-webkit-transform-3d) {
	#ls-test3d {
		position: absolute;
		left: 9px;
		height: 3px;
	}
}
/* Stylesheet: layerslider Modified On 2019-02-21 18:06:04 */
