/* =============================================
 * style.css
 * =============================================
 *
 *	1.0 RESET 
 *	2.0 GLOBALS
 *		2.1 Headings
 *		2.2 Text
 *		2.3 Hyperlinks 
 *		2.4 Lists
 *		2.5 Images
 *	3.0 LAYOUT
 *		3.1 Header
 *		3.2 Container
 *		3.3 Footer
 *	4.0 NAVIGATION
 *		4.1 Mainnav
 *		4.2 VGRID-Filter
 *		4.3 Mobile Navigation
 *	5.0 FORMS
 *		5.1 Kontaktformular
  *	6.0 MODULES
 *		6.1 VGRID
 *		6.2 MAPBOX
 *		6.3 GALLERIA
 *		6.4 POLAROID  
 *		6.5 SUPERSLIDES
 *		6.6 COLORBOX
 *	7.0 PRINT
 *	8.0 MEDIA QUERIES
 *	9.0 BROWSER FIXING

************************************************/

/* oswald-200 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  src: url('/files/cm/fonts/oswald-v49-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/files/cm/fonts/oswald-v49-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/cm/fonts/oswald-v49-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/cm/fonts/oswald-v49-latin-200.woff') format('woff'), /* Modern Browsers */
       url('/files/cm/fonts/oswald-v49-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/cm/fonts/oswald-v49-latin-200.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-300 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('/files/cm/fonts/oswald-v49-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/files/cm/fonts/oswald-v49-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/cm/fonts/oswald-v49-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/cm/fonts/oswald-v49-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/files/cm/fonts/oswald-v49-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/cm/fonts/oswald-v49-latin-300.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('/files/cm/fonts/oswald-v49-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/files/cm/fonts/oswald-v49-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/cm/fonts/oswald-v49-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/cm/fonts/oswald-v49-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/files/cm/fonts/oswald-v49-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/cm/fonts/oswald-v49-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-500 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url('/files/cm/fonts/oswald-v49-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/files/cm/fonts/oswald-v49-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/cm/fonts/oswald-v49-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/cm/fonts/oswald-v49-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/files/cm/fonts/oswald-v49-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/cm/fonts/oswald-v49-latin-500.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-600 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: url('/files/cm/fonts/oswald-v49-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/files/cm/fonts/oswald-v49-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/cm/fonts/oswald-v49-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/cm/fonts/oswald-v49-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/files/cm/fonts/oswald-v49-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/cm/fonts/oswald-v49-latin-600.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-700 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('/files/cm/fonts/oswald-v49-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/files/cm/fonts/oswald-v49-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/cm/fonts/oswald-v49-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/cm/fonts/oswald-v49-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/files/cm/fonts/oswald-v49-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/cm/fonts/oswald-v49-latin-700.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* =============================================
 * 	1.0 RESET
 * ========================================== */
* {
    border: 0;
    margin: 0;
    padding: 0;
}
html, body {
	height:100%;
}

/* =============================================
 * 	2.0 GLOBALS
 * ========================================== */
body {
	width: 100%;
	background: #111111;
	color: #FFFFFF;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 16px;
	overflow: -moz-scrollbars-vertical;		
}

*::-moz-selection {
    background: none repeat scroll 0 0 #FE9800;
    color: #FFFFFF;
}

/**** 2.1 Headings ****/
h1, h2, h3, h4, h5, h6 {
	
}

#parallax-2 {
	background-image: -200px!important;
}




.QOverlay {
	background-color: #000000;
	z-index: 9999;
}

.QLoader {
	background-color: #CCCCCC;
	height: 1px;
}

.QAmt {
	color:#333333;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:40px;
	font-weight:bold;
	line-height:50px;
	height:50px;
	width:100px;
	margin:-60px 0 0 -50px;
}




#main h1.themeHeadline,
#main h2.themeHeadline {
	text-transform: uppercase;
	font-weight: 100;
	font-size: 60px;
	text-align: center;
	margin-top: 120px;
	margin-bottom: 30px;
	
	background-image: url(/files/cm/images/corporate/bg_headline.png);
	background-repeat: no-repeat;
	background-position: center center;
	
}

.slide {	
	/*padding-bottom: 20%;*/
	padding-bottom: 8%;
	/*background-image: url(/files/cm/images/corporate/raster.png);*/
	position: relative;
}
.slide.odd {
	/*background: #222222;*/
}

#starter {
	/*padding-bottom: 120px;*/
}

#starter.slide {
	/*
	position:relative;
	top: 0px;
	left:0px;
	width:100%;	
	margin-bottom: 9px;
	padding-bottom: 200px;
	*/
	/*
	background-image: url(/files/cm/images/content/startbild_temp.jpg);
	background-repeat: no-repeat;
	*/
}

body.mobile #starter.slide {
	padding-bottom: 0;	
}

#portfolio.slide {
	margin-bottom: 0;	
	margin-top: 20px;
}

#videos.slide {
	margin-bottom: 0;	
	margin-top: 20px;
}

#events.slide {

}

.parallaxMobile {
	display: none;	
}

#events .themeImage {
	margin-bottom: 40px;	
}

#studio .themeImage {
	margin-bottom: 40px;	
}

.slide:first-child {
	
}

.slide:last-child {
	padding-bottom: 0;	
}

#main .headlineContainer,
#main .headlineContainerPortfolio {
	margin: 0 auto 0 auto;
    padding: 20px 0 0 0;
    position: relative;
    max-width: 500px;	
	
	opacity: 0.8;
}

#main .headlineContainer h2,
#main .headlineContainerPortfolio h2 {
	text-transform: uppercase;
	font-weight: 100;
	font-size: 75px;
	text-align: center;
	/*text-shadow: 0 0 5px #222222;*/
	color: #FFFFFF;
    font-family: 'Oswald',sans-serif;
    font-weight: 300;
    margin: 300px 0 0 6px;
	background: #FE9800;
}

.mobile #main .headlineContainerPortfolio {
		width: 100%;
		max-width: 100%;
}

#main .headlineContainerPortfolio {
		opacity: 1;
}

#main .headlineContainerPortfolio h2 {
		margin-top: 0px;
}

#main .headlineContainerPortfolio h2 span {
	font-size: 20px;
}

/**** 2.2 Text ****/
p {
	margin: 0 0 1.0em 0;	
}

.caps {
	background: #fe9800;
	color: #FFFFFF;
	text-transform: uppercase;	
	width: 40px;
	height: 40px;
	text-align: center;
	display: inline-block;
	font-size: 28px;
	margin: 0 5px 0 0;
}

/**** 2.3 Hyperlinks ****/
#main a,
#main a:visited,
#main a:active {
	text-decoration: underline;	
	color: #FFFFFF;
	/*transition: all 0.3s ease 0s;	*/
}

#main a:hover {
	color: #fe9800;	
	transition: all 0.3s ease 0s;
}

/**** 2.5 Images ****/
img {
    height: auto;
    /*max-width: 100%;*/
	width: 100%;
} 

.lazy img {
}

.themeImage {
	/*margin-bottom: 80px;*/
	width: 100%;	
}

.themeImage {
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
}

.firefox .themeImage, .ie .themeImage, .safari .themeImage {
	background-attachment: fixed;
}

.chrome .themeImage {
	position: inherit !important;
}


.themeImage img {
	width: 100%;	
}

.teamImageWrapper {
	overflow: hidden;	
}

.teamImageWrapper .subcolumns .col_1 p {
	width: 95%;
}

.teamImage {
	width: 25%;
	float: left;	
}

.subcolumns .teamImage {
	width: 50%;
}


.teamImage {
	margin-bottom: 36px;	
	transition: all 0.3s ease 0s;		
}

.teamImage img:hover {
	/*opacity: 0.6;*/
}


.teamImage .image_container .caption {
	text-align: center;
	font-weight: normal;
}

.teamImage .image_container .caption span {
	display: block;
	font-size: 14px;
}

.teamImage .image_container img {
    /*
    transform: scale(1);
    transition: all 1s ease 0s;	
    */
}



.teamImage .image_container  {
	margin-right: 13px;	
	margin-bottom: 13px;
}

.studioImage.last .image_container,
.eventsImage.last .image_container,
.teamImage.last .image_container {
	margin-right: 13px;
}

.studioImage {
	width: 50%;
	float: left;
}

.studioImage .image_container {
	margin: 0 0 13px 0;
}

.studioImage img {
		border: 6px solid #f0e7d7;	
		width: 85%;
		/*height: 85%;*/	
		height: auto!important;
}

.eventsImage {
	width: 33%;
	float: left;
}

.eventsImage .image_container {
	margin: 0 0 13px 0;
}

.eventsImage img {
		border: 6px solid #f0e7d7;	
		width: 85%;
		height: auto!important;	
}


#main .eventsImageWrapper .col_1 p {
	padding-right: 30px;
}



/* =============================================
 * 	3.0 LAYOUT
 * ========================================== */
@media screen {
	
	#wrapper {
		position: relative;	
		width: auto;	
		min-height:100%;
		height:auto !important;
		height:100%;
	}
	
	#header {
		height: 100px;
		background: #050505;	
		overflow: hidden;
		position: fixed;
		z-index: 10000;
		width: 100%;
		
		background-image: url(/files/cm/images/corporate/bg_header.png);
		background-repeat: repeat-x;
		background-position: 0 2px;
		
		/* Theoretically for IE 8 & 9 (more valid) */	
		/* ...but not required as filter works too */
		/* should come BEFORE filter */
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		
		/* This works in IE 8 & 9 too */
		/* ... but also 5, 6, 7 */
		filter: alpha(opacity=90);
		
		/* Older than Firefox 0.9 */
		-moz-opacity:0.9;
		
		/* Safari 1.x (pre WebKit!) */
		-khtml-opacity: 0.9;
		
		/* Modern!
		/* Firefox 0.9+, Safari 2?, Chrome any?
		/* Opera 9+, IE 9+ */
		opacity: 0.9;
		
		-moz-box-shadow: 0 0 10px 1px #000000;
		-webkit-box-shadow: 0 0 10px 1px#000000;
		box-shadow: 0 0 10px 1px #000000;		
	}	
	
	#logo {
		position: absolute;
		right: 0px;
		top: 22px;	
		/*line-height: 100px;*/
		padding-right: 20px;
		background: #050505;
	}
	
	#container {
		padding-top: 100px;
		width: 100%;
	}
	
	#main {
		width: 100%;	
	}
	
	#main > div.inside {
		padding: 0;
	}
	
	#main .mod_article {
		width: 100%;	
	}
	
	#main .content {
		max-width: 960px;
		width: auto;
		margin: 0 auto;
		/*padding: 0 20px 0 20px;*/
	}
	
	#main .content.ce_text {
		max-width: 960px;
	}
	
	#main .content.ce_text {
		/*padding: 0 8% 0 8%;*/
	}
	
	#main .welcome.content.ce_text,
	#main .welcome.content.ce_text p {
			margin: 0;
	}
	
	/* orange test */
	#main .mytext.orange {
		background: #333333;
		padding: 10px 20px 0 20px;
	}
	
	#main .ce_text,
	#main .ce_form {
		/*
		margin-top: 30px;	
		*/		
		margin-bottom: 30px;
	}
	
	#main .ce_text {	
		font-size: 18px;
	}
	
	/* formArea */
	#main .formArea {
		margin-bottom: 80px;
		overflow: hidden;	
	}
	
	#main .formArea p .fon {
		color: #FFFFFF;
		font-size: 18px;
		font-family: FontAwesome;
		font-weight: normal;	
		margin-right: 12px;
	}
	
	#main .formArea p .mail {
		color: #FFFFFF;
		font-size: 18px;
		font-family: FontAwesome;
		font-weight: normal;	
		margin-right: 8px;
	}	
	
	#main .formArea a,
	#main .formArea a:visited,
	#main .formArea a:active {
		text-decoration: none;
	}
	
	#main .formArea a:hover {
		
	}
	
	#main .formArea .ce_text {
		width: 40%;
		float: left;
	}
	
	#main .formArea .ce_form {		
		width: 60%;	
	}
	
	#footer {
		height: 180px;
		background: #050505;	
		width: 100%;
		position: relative;
		/*
		position: fixed;
		z-index: 1000;
		bottom: 0;
		*/
		
		/* Theoretically for IE 8 & 9 (more valid) */	
		/* ...but not required as filter works too */
		/* should come BEFORE filter */
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		
		/* This works in IE 8 & 9 too */
		/* ... but also 5, 6, 7 */
		filter: alpha(opacity=90);
		
		/* Older than Firefox 0.9 */
		-moz-opacity:0.9;
		
		/* Safari 1.x (pre WebKit!) */
		-khtml-opacity: 0.9;
		
		/* Modern!
		/* Firefox 0.9+, Safari 2?, Chrome any?
		/* Opera 9+, IE 9+ */
		opacity: 0.9;
		
		-moz-box-shadow: 0 0 10px 1px #000000;
		-webkit-box-shadow: 0 0 10px 1px#000000;
		box-shadow: 0 0 10px 1px #000000;			
	}
	
	#footer .inside {
		padding: 6px 0 0 20px;			
		text-align: right;
	}
	
	#footer p,
	#footer #impressum,
	#footer #datenschutz  {
		margin: 0;
		text-transform: none;	
		font-size: 13px;
		letter-spacing: 0px;
		text-align: right;
		width: auto;
		padding: 0 20px 0 0;
	}
	
	#footer #impressum {
		margin-top: 8px;
	}
	
	#footer #datenschutz {
		margin-top: 8px;
	}	
	
	#footer p span {
		text-transform: lowercase;	
	}
	
	#footer a,
	#footer a:visited,
	#footer a:active {
		color: #FFFFFF;
		text-decoration: none;	
	}
	
	#footer a:hover {
		text-decoration: underline;	
	}
	
	#main .teamImages,
	#main .studioImages,
	#main .eventsImages {	
		max-width: 1040px;
		margin: 0 auto 30px auto;
		width: auto;
		padding: 0 8%;
	}
	
	#main #team .themeImage {
		margin-bottom: 60px;	
	}
	
	#main .teamImages div,
	#main .studioImages div,
	#main .eventsImages div {
		text-align: center;	
	}
	
	#main .teamImages .image_container,
	#main .studioImages .image_container,
	#main .eventsImages .image_container {
		width: 80%;
		margin: 0 auto;
	}	
	
	#main .teamImages .caption {
		text-transform: uppercase;
		text-align: center;	
	}
	
	#main .studioImages img,
	#main .eventsImages img {
		border: 8px solid #E6DAC0;	
	}
	
	#main #kontakt .themeImage {
		margin-bottom: 60px;	
	}		

}
/* =============================================
 * 	NAVIGATION
 * ========================================== */
 
/**** 4.1 Mainnav ****/
 
#header #navigation {
	position: absolute;
	top: 10px;
	left: 20px;
}

#header #navigation ul {
	
}

#header #navigation ul li {
	display: inline;
	line-height: 14px;
	margin: 0;
	padding: 0;
	position: relative;
}

#header #navigation ul li a,
#header #navigation ul li a:visited,
#header #navigation ul li a:active {
	font-weight: normal;
	text-transform: uppercase;	
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 14px;
	border-right: 1px solid #FFFFFF;
	padding: 0 5px 0 5px;	
	transition: all 0.3s ease 0s;		
}

#header #navigation ul li a:hover,
#header #navigation ul li a.active {
	color: #ff9900;	
	transition: all 0.3s ease 0s;	
}

#header #navigation ul li.tochterfirma a:hover,
#header #navigation ul li.tochterfirma a.active {
	color: #4e929b;
}

#header #navigation ul li.first a {
	padding-left: 0;	
}

#header #navigation ul li.last a {
	border: none;	
}

#header #navigation ul li .fa-facebook-square {
	margin-left: 10px;
	/*position: absolute;*/
	margin-top: 10px;
	font-size: 22px;
	border: none;
}

#header #navigation ul li .fa-facebook-square:hover {
	color: #ff9900;
}

#header #navigation ul li.instagram {
	border: none;
}

#header #navigation ul li.instagram a {
margin-left: 10px; */
    /* position: absolute; */
    margin-top: 10px;
    /* font-size: 22px; */
    border: none;
    position: relative;
}

#header #navigation ul li.instagram a:before {
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	width: 20px;
	height: 20px;
	background-image: url(/files/cm/images/corporate/fa_instagram.svg);
	background-repeat: no-repeat;	
	background-size: cover;
}

#header #navigation ul li.instagram a:hover:before {
	background-image: url(/files/cm/images/corporate/fa_instagram_hover.svg);
}

#header #navigation ul li .fa-instagram-square:hover {
	color: #ff9900;
}

/**** FOOTER ICON NAVIGATION ****/
#social {
	margin: 13px 0 0 20px;	
}
#social ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
#social a {
	width: 32px;
	height: 32px;
	display:block;
}
#social a.facebook {
	background-image: url(/files/cm/images/corporate/icon_facebook.png);
	background-repeat: no-repeat;
	text-indent: -999px;
}

/**** 4.2 HEADER FILTERS ****/
#headerFilter {
	position: absolute;
	left: 400px;
	top: 13px;
	overflow: hidden;	
	transition: all 1s ease 0s;
	display: none!important;
}

#headerFilter ul {
	float: right;
	list-style: none;
	margin: 5px 20px 0 0;
	padding: 0;
	text-align: right;
}

#headerFilter ul li {
	float: left;	
	margin: 0 10px 0 0;
}

#headerFilter ul li.last {
	margin-right: 0;	
}
 
#headerFilter ul li a,
#headerFilter ul li a:visited,
#headerFilter ul li a:active {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;		
	color: #FFFFFF;
	text-decoration: none;
	height: 64px;
	display: block;

	background-repeat: no-repeat;
	background-position: center 41px;		
	/*
	-khtml-opacity:.20; 
	-moz-opacity:.20; 
	-ms-filter:"alpha(opacity=20)";
	filter:alpha(opacity=20);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.2);
	opacity:.20; 
	*/		
}

#headerFilter ul li a:hover {
	background-image: url(/files/cm/images/corporate/bg_headerfilter_item.png);	
}

#headerFilter ul li.active a {
	background-image: url(/files/cm/images/corporate/bg_headerfilter_item_active.png);	
}

#headerFilter ul li a:hover,
#headerFilter ul li.active a {
	color: #ff9900;	
}

/**** 4.3 Mobilenav ****/
#jump {
    background-image: url("/files/cm/images/corporate/mobilenav_on.gif");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 26px;
    position: absolute;
    right: 14px;
    text-indent: -9999em;
    top: 120px;
    width: 31px;
}

#jump.active {
	background-image:url("/files/cm/images/corporate/mobilenav_off.gif");
}

#navmobilToggler {
    background-image: url("/files/cm/images/corporate/mobilenav_on.gif");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 26px;
    position: absolute;
    left: 14px;
    text-indent: -9999em;
    top: 16px;
    width: 31px;
}

#navmobilToggler, #mobilenav {
    display: none;
}

#mobilenav.mod_navigation {
	margin-top: 100px;	
	width: 400px;
	position: absolute;
	z-index: 9999999;
}

#mobilenav.mod_navigation ul {
	list-style:none;
	margin-bottom: 0;
}
#mobilenav.mod_navigation li a,
#mobilenav.mod_navigation li span {
	background:#505050;
    border-bottom: 1px solid #ccc;
    color: #F7F7F7;
    display: block;
    font-weight: normal;
    padding: 5% 20px 5% 5%;
    text-decoration: none;
	outline:none;
}
#mobilenav.mod_navigation li span.active,
#mobilenav.mod_navigation li a:hover,
#mobilenav.mod_navigation li.trail a {
    background: none repeat scroll 0 0 #EE7518;
    text-shadow: none;
}
 
#mobilenav.mod_navigation li a:active {
	background:#850d0d;
  border-top-color: #ccc;
  box-shadow: 0 2px 7px #850d0d inset;
}

#mobilenav.mod_navigation li.submenu > ul {
	display:none;
	background:#FFF;
}
#mobilenav.mod_navigation li.active.submenu > ul,
#mobilenav.mod_navigation li.trail.submenu > ul {
	display:block;
	padding-left:0px;
}

#mobilenav.mod_navigation .submenu li a,
#mobilenav.mod_navigation .submenu li span {
	background:#fff;
    border-bottom: 1px solid #ccc;
    color: #07418b;
    display: block;
    font-weight: normal;
    padding: 6px 20px;
    text-decoration: none;
	outline:none;
}
#mobilenav.mod_navigation .submenu li span.active,
#mobilenav.mod_navigation .submenu li a:hover {
    background: none repeat scroll 0 0 #83a0c5;
	color:#FFF;
}

/* =============================================
 * 	FORMS
 * ========================================== */
/**** Globals ****/
input.text {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: 100;
	box-shadow:none;
	border-radius:0;
	background: #FFF;
	border: none;
	height: 41px;
	line-height: 30px;
	padding: 6px 10px;
	color:#757575;
	font-size:16px;
	margin-bottom:12px;
	width: 100%;
}
textarea {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: 100;	
	box-shadow:none;
	border-radius:0;
	background: #FFF;
	border: none;
	line-height: 30px;
	padding: 6px 10px;
	color:#757575;
	font-size:16px;
	margin-bottom:12px;
	display: block;
	width: 100%;
}
input.submit {
	box-shadow:none;
	border-radius:0;
	background: #fe9800;
	border: none;
	font-weight: bold;
	text-transform: none;
	height: 28px;
	width: 100px;
	padding: 0 6px 4px 6px;
	font-size:16px;
	color:#FFFFFF;
	transition: all 0.2s ease 0s;
	
	cursor: pointer;
    display: inline-block;	
	
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-weight: 100;	
	vertical-align: center;
}
input.submit:hover {

}

input.text:focus,
textarea:focus,
input.submit:hover {	
	outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

/**** Kontaktformular ****/
#main .ce_form {
	margin-left:35%;
}
#main .ce_form label {
	display:none;
}

#main .ce_form .checkbox_container label {
	display: inline-block;
}

#main .ce_form textarea {
	height:140px;
}
#main .ce_form input.submit {
	float:right;
}



/* =============================================
 * 	6.0 MODULES
 * ========================================== */

#colorbox .mod_article {
		min-width: 800px!important;
		width: 100%!important;
}

.mm-page .cookie-message {
	position: fixed;
	z-index: 2001;
	top: auto;
	bottom: 0;
	width: 100%;
	height: auto;
	left: 0;
	background-color: #000000;
	font-family: Arial, Verdana, Helvetica;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0;
	right: auto;
	text-align: center;
	font-size: 0.9em;
}

.mm-page .cookie-message a,
.mm-page .cookie-message a:hover {
	position: relative;
	background-color: #FE9800;
	color: #FFFFFF;
	display: inline-block;
	left: auto;
	right: auto;
	text-decoration: none;
	padding: 4px 8px;
	font-size: 0.9em;
	font-weight: normal;
}

.mm-page .cookie-message .inside {
	/*padding: 6px 12px;	*/
}


/**** VGRID-FILTERS in #main ****/
.contentPortfolioFilters {
	overflow: hidden;
	position: relative;	
	text-align: center;
	margin: 0 0 30px 0;
}

.contentPortfolioFilters span {
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 6px 0 0;			
}

.contentPortfolioFilters ul {
	margin: 0 auto;
}

.contentPortfolioFilters ul,
.contentPortfolioFilters ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contentPortfolioFilters ul li {
	display: inline;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;	
}

.contentPortfolioFilters ul li:after {
	content: "/";		
}

.contentPortfolioFilters ul li:last-child:after,
.contentPortfolioFilters ul li:first-child:after  {
	content: "";
}

.contentPortfolioFilters ul li a,
.contentPortfolioFilters ul li a:visited,
.contentPortfolioFilters ul li a:active {
	color: #FFFFFF;
	text-decoration: none!important;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 6px 0 6px;		
	display: inline-block;
}

.contentPortfolioFilters ul li.active a,
.contentPortfolioFilters ul li a:hover {
	color: #FE9800!important;
}

.contentPortfolioFilters ul li:first-child a {
	margin: 0 6px 0 0;
}


/**** 6.1 VGRID ****/

#business-2 {
	width: 100%;
	height: 100%;
}

#tiles,
#tiles-videos {
  list-style-type: none;
  position: relative; /** Needed to ensure items are laid out relative to this container **/
  margin: 0;
  padding: 0;
}

/**
 * Grid items
 */
#tiles li,
#tiles-videos li {
  width: 100%;
  display: none; /** Hide items initially to avoid a flicker effect **/
  cursor: pointer;
  padding: 4px;
  overflow: hidden;
  
  -webkit-transition: all 0.4s;
  transition: all 0.2s;
  transition-duration: 0.8s;   
}

#tiles li.inactive,
#tiles-videos li.inactive {
  visibility: hidden;
  opacity: 0;
}

#tiles li img,
#tiles-videos li img {
  display: block;
}

/**
 * Placerholder css
 */
.wookmark-placeholder {
  background-color: none;
  border: none;
  z-index: -1;
}

/**
 * Grid items
 */
#tiles li,
#tiles-videos li {
  -moz-box-sizing: border-box;
	   box-sizing: border-box;
}

#tiles li img,
#tiles-videos li img {
  width: 100%;
  height: auto;
}

#tiles li .label,
#tiles li-videos .label {
	/*display: none;*/
}

#tiles li span,
#tiles-videos li span {
  height: 0px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

#tiles li .enlarge,
#tiles-videos li .enlarge {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -15px;
  height: 30px;
  width: 30px;
  background: #1a0d03 url(/files/cm/images/corporate/enlarge.png) 6px 7px no-repeat;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#tiles li a:hover,
#tiles-videos li a:hover {
  -webkit-box-shadow: 0px 0px 10px 0px #000000;
  -moz-box-shadow: 0px 0px 10px 0px #000000;
  box-shadow: 0px 0px 10px 0px #000000;
  z-index: 9999;
}
#tiles li a:hover span,
#tiles-videos li a:hover span {
  height: 45px;
}
#tiles li a:hover .enlarge,
#tiles-videos li a:hover .enlarge {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=90);
}

#tiles li a:hover span p,
#tiles-videos li a:hover span p {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

#tiles li a,
#tiles-videos li a {
	overflow: hidden;	
}

#tiles li .image_container,
#tiles-videos li .image_container {
	overflow: hidden;
}

#tiles li img,
#tiles-videos li img {
    transform:scale(1,1);
    -ms-transform:scale(1); /* IE 9 */
    -moz-transform:scale(1); /* Firefox */
    -webkit-transform:scale(1); /* Safari and Chrome */
    -o-transform:scale(1); /* Opera */	
	
	-webkit-transition: all 1s ease;
  	-moz-transition: all 1s ease;
  	-o-transition: all 1s ease;
  	-ms-transition: all 1s ease;
  	transition: all 1s ease;	
}

#tiles li a:hover img,
#tiles-videos li a:hover img {
	opacity: 0.7;
	transform:scale(1.2);
	-ms-transform:scale(1.2); /* IE 9 */
	-moz-transform:scale(1.2); /* Firefox */
	-webkit-transform:scale(1.2); /* Safari and Chrome */
	-o-transform:scale(1.2); /* Opera */		
}

#tiles li .label span,
#tiles-videos li .label span {
    background: none repeat scroll 0 0 #000000;
    bottom: -20px;
    color: #FFFFFF;
    display: block;
    height: 0;
    left: 0;
    opacity: 0.9;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    text-align: left;
    text-decoration: none;	
	height: 0px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;	
	width: 100%;
	font-size: 13px;
}


#tiles li .label,
#tiles-videos li .label {
    display: block;
    height: 100%;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 1000;
}

#tiles li .neu,
#tiles-videos li .neu {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1000;		
	background-image: url(/files/cm/images/corporate/icon_neu.png);
	background-repeat: no-repeat;
	background-size: 35px 35px;
	width: 35px;
	height: 35px;
	
}

#tiles li a:hover .neu,
#tiles-videos li a:hover .neu {
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;		
}

#tiles li .video,
#tiles-videos li .video {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1000;		
	background-image: url(/files/cm/images/corporate/icon_video.png);
	background-repeat: no-repeat;
	background-size: 35px 35px;
	width: 35px;
	height: 35px;
	
}

#tiles li a:hover .video,
#tiles-videos li a:hover .video {
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;		
}

#tiles li .info,
#tiles-videos li .info {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 2000;	
	color: #FFFFFF;
	font-size: 18px;
	font-family: FontAwesome;
	font-weight: normal;	
	width: 18px;
	height: 18px;
}
/*
#tiles li .info:hover {
	color: #FF9900;
}
*/

/*
#tiles li .neu i {
	color: #FF9900;
	font-size: 22px;		
}
*/


#tiles li .label h2,
#tiles-videos li .label h2  {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 16pt;	
	padding: 0 10px 0 10px;
	font-weight: normal;	
}

#tiles li a:hover .label p,
#tiles-videos li a:hover .label p {
	bottom: 16px;	
}

#tiles li .label p,
#tiles-videos li .label p {
	margin: 0;	
	font-size: 12px;
	padding: 0 10px 0 10px;	
	position: absolute;
	right: 0;
	bottom: -45px;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);	
	color: #FFFFFF;
	-webkit-transition: all 0.4s ease;
  	-moz-transition: all 0.4s ease;
  	-o-transition: all 0.4s ease;
  	-ms-transition: all 0.4s ease;
  	transition: all 0.4s ease;		
}

#main .infoContent {
	display: none;
}

/**** 6.2 MAPBOX ****/
#mapbox {
    height: 480px;
    width: 100%;
}

/**** 6.3 Galleria ****/
#galleria {

}

/**** 6.4 Polaroid ****/
.polaroidWrapper { 
	position: relative; 
	height: 2000px;
}
.polaroid { width:299px; height:299px; position:absolute; }
.polaroid img { width:299px; height:299px; margin:0 0 0 0; }
.polaroid p { 
	text-align:center; 
	text-transform: uppercase;
	font-size:20px; 
	color:#FFFFFF; 
	margin-top:8px;
	display: none; 
}

.polaroid.active p {
	display: block;	
}

/**** 6.5 SUPERSLIDES ****/

#starter {
  position: relative;
  width: 100%;
  height: 500px;
}
#starter .slides-container {
  display: none;
}
#starter .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#starter .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 100%;
}

.slides-navigation a,
.slides-navigation a:visited,
.slides-navigation a:active {	
    border: 3px solid #FFFFFF;
    border-radius: 30px;    
    color: #FFFFFF;
    display: block;
    font-size: 26px;
    font-weight: bold;
    height: 40px;
    margin: 0 25px;
    padding: 1px;
    text-align: center;
    text-decoration: none;
    top: -40px;
    transition: background 0.15s ease 0s;
    width: 40px;
    position: absolute;
}

.slides-navigation a:hover {
	border: 3px solid #FFFFFF;
	background: #FFFFFF;
	color: #000000!important;
}

.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #222;
}

#starter .container {
    left: 90px;
    max-width: 500px;
    padding: 10px 20px;
    position: relative;
    top: 13%;
    width: 50%;
}

#starter h1 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 400;
    margin: 30px 0;
    text-shadow: 0 1px 1px #000000;
    text-transform: uppercase;
}

#starter p {
    color: #FFFFFF;
    font-size: 1.5em;
    text-shadow: 0 1px 1px #555555;
    margin: 0;
}

#starter .contrast {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    box-shadow: 0 0 23px 5px rgba(0, 0, 0, 0.6);
    padding: 10px 20px 10px 20px;
}


.icon-chevron-right:before {
    content: "";
}
.icon-chevron-left:before {
    content: "";
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}
a [class^="icon-"], a [class*=" icon-"] {
    display: inline-block;
    text-decoration: none;
}

/**** 6.6 COLORBOX ****/

#colorbox {
		min-width: 800px!important;
		width: 800px!important;
}



#colorbox #cboxCurrent,
#colorbox #cboxPrevious,
#colorbox #cboxNext {
		/*display: none!important;*/
}

#colorbox #cboxCurrent {
	display: none!important;
}

#colorbox, #cboxOverlay, #cboxWrapper {
	z-index: 99999;
}

#colorbox #cboxTitle {
		padding-top: 8px;
		bottom: 1px!important;
		display: none!important;
}

#colorbox #wrapper {
		width: 90%!important;
		overflow-x: hidden;
}

#cboxLoadedContent {
	width: 800!important;
}

#cboxLoadedContent #wrapper {
	height: auto !important;
	min-height: auto;
	position: relative;
	/*width: 400px;*/
	color: #000000; 
	overflow-x: none;
}

#cboxLoadedContent #wrapper a,
#cboxLoadedContent #wrapper a:visited,
#cboxLoadedContent #wrapper a:active {
	color: #000000;
	text-decoration: none;
}

#cboxLoadedContent #wrapper a:hover {
	text-decoration: underline;
}

#cboxLoadedContent #container {
	padding-top: 0;
}

#cboxLoadedContent .mod_article {
	padding: 0 20px;
}
	
#cboxLoadedContent .mod_article	ul, 
#cboxLoadedContent .mod_article li {
		margin: 0;
		padding: 0;
}
	
#cboxLoadedContent .mod_article	li {
		list-style: disc!important;
		padding-left: 18px!important;
		font-size: 1.0em!important;
		line-height: 28px!important;
}


/*
#cboxLoadedContent #container {
		padding: 20px;
		width: 350px;
}
*/
#cboxLoadedContent .ce_text {
		margin: 0;
}

#cboxLoadedContent .infoContentContent {
	padding: 20px;
	color: #000000;
}

#cboxLoadedContent .infoContentContent strong {
	text-transform: uppercase;
	margin-bottom: 10px;
}


body {
   
}

/* Preloader */

#preloader {
	display: block;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#000000; /* change if the mask should have another color then white */
  z-index:99999; /* makes sure it stays on top */
  /*display: none; */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(/files/cm/js/ilightbox/src/smooth-skin/preloader.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}



/* PRELOADER NEU */
#progress_bar {
	display: none;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
	width: 100%;
	height: 100%;
    background-color:#000000; /* change if the mask should have another color then white */
    z-index:99999; /* makes sure it stays on top */	
    dislay: none;
}

/* Webkit animation keyframes */
@-webkit-keyframes animate-stripes {
  from {
    background-position: 0 0;
  }
  
  to {
   background-position: 44px 0;
  }
}

/* Bar which is placed behind the progress */
.ui-progress-bar {
  /* Usual setup stuff */
  position: relative;
  height: 35px;
  
  /* Pad right so we don't cover the borders when fully progressed */
  padding-right: 2px;
  
  
  
  /* For browser that don't support gradients, we'll set a blanket background colour */
  /*background-color: #abb2bc;*/
  background-color: #000000;
}

/* Progress part of the progress bar */
.ui-progress {
  /* Usual setup stuff */
  position: relative;
  display: block;
  overflow: hidden;
  
  /* Height should be 2px less than .ui-progress-bar so as to not cover borders and give it a look of being inset */
  height: 80px;
  top: 40%;
  
  /* For browser that don't support gradients, we'll set a blanket background colour */
  background-color: #de9002;
  
  margin-top: 46px;
  
  
}

/* Progress indicator text */
.ui-progress span.ui-label {
  font-size: 1.2em;
  position: absolute;
  right: 0;
  top: 20px;
  line-height: 33px;
  padding-right: 12px;
  white-space: nowrap;
  height: 100px;
  width: 60px;
  text-align: right;
  color: #FFFFFF;
}


b.value {

}

.ui-label {
	
}








/*
	jQuery.mmenu CSS
*/
html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
html.mm-opened .mm-fixed-top,
html.mm-opened .mm-fixed-bottom,
html.mm-opened .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, border;
  -moz-transition-property: top, right, bottom, left, border;
  -ms-transition-property: top, right, bottom, left, border;
  -o-transition-property: top, right, bottom, left, border;
  transition-property: top, right, bottom, left, border; }
html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
  left: 0%;
  top: 0;
  margin: 0;
  border: 0px solid rgba(0, 0, 0, 0); }
html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker {
  border: 0px solid rgba(100, 100, 100, 0); }

.mm-menu .mm-hidden {
  display: none; }

.mm-fixed-top,
.mm-fixed-bottom {
  position: fixed;
  left: 0; }

.mm-fixed-top {
  top: 0; }

.mm-fixed-bottom {
  bottom: 0; }

html.mm-opened .mm-page,
.mm-menu > .mm-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html.mm-opened,
html.mm-opened body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }

html.mm-opened .mm-page {
  height: 100%;
  overflow: hidden;
  position: absolute; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: #fff;
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  background: inherit;
  display: none;
  overflow: hidden;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0; }
    .mm-menu > .mm-panel.mm-opened {
      left: 0%; }
    .mm-menu > .mm-panel.mm-subopened {
      left: -40%; }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
    .mm-menu > .mm-panel.mm-hidden {
      display: block;
      visibility: hidden; }

.mm-menu .mm-list {
  padding: 20px 0; }
.mm-menu > .mm-list {
  padding: 20px 0 40px 0; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; 
}

.mm-list a.fa-facebook-square {
		font-size: 24px;
		margin-top: 20px;
}

.mm-list a,
.mm-list a:hover {
    text-decoration: none; 
 }

.mm-list > li {
    position: relative; 
}

.mm-list h2 {
	font-size: 18px;
font-weight: normal;
}

.mm-list > li > a, .mm-list > li > span, .mm-list > li > h2 {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; 
}

.mm-list > li.filter > a, .mm-list > li.filter > span {

}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; 
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; 
}

  .mm-list a.mm-subopen {
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen::before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 16px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-ismenu {
  background: #333333; }

.mm-menu {
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker,
html.mm-opened.mm-opening .mm-fixed-top,
html.mm-opened.mm-opening .mm-fixed-bottom {
  left: 80%; }

.mm-menu {
  width: 80%; }

@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px; }

  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px; }

  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 440px; } }
html.mm-nooverflowscrolling.mm-opened {
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll; }
  html.mm-nooverflowscrolling.mm-opened body {
    overflow: auto; }
  html.mm-nooverflowscrolling.mm-opened .mm-page {
    min-height: 1000px;
    position: fixed; }
  html.mm-nooverflowscrolling.mm-opened .mm-menu {
    height: auto;
    min-height: 1000px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    left: auto;
    top: auto; }
  html.mm-nooverflowscrolling.mm-opened > .mm-panel {
    position: relative;
    height: auto;
    display: none;
    left: 0; }
    html.mm-nooverflowscrolling.mm-opened > .mm-panel.mm-current {
      display: block; }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-ismenu.mm-light {
  background: #f3f3f3; }

.mm-menu.mm-light {
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light li.mm-noresults {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3); }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-ismenu.mm-white {
  background: white; }

.mm-menu.mm-white {
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.08); }
  .mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white li.mm-noresults {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3); }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-ismenu.mm-black {
  background: black; }

.mm-menu.mm-black {
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black li.mm-noresults {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3); }

/* -- dk_mmenu theme 'light' -- */
.mm-ismenu.mm-light
{
	background: #e0e0e0;
}



/**** LIGHTBOX - CONTENT ****/
#cboxLoadedContent #wrapper {
    height: auto !important;
    min-height: auto;
    position: relative;
    /*width: 400px;*/
    color: #000000; 
    overflow-x: none;
}

#cboxLoadedContent #wrapper a,
#cboxLoadedContent #wrapper a:visited,
#cboxLoadedContent #wrapper a:active {
	color: #000000;
	text-decoration: none;
}

#cboxLoadedContent #wrapper a:hover {
	text-decoration: underline;
}

#cboxLoadedContent #container {
		padding: 20px;
		width: 350px;
}

#cboxLoadedContent .ce_text {
		margin: 0;
}

#cboxLoadedContent .infoContentContent {
	padding: 20px;
	color: #000000;
}

#cboxLoadedContent .infoContentContent strong {
	text-transform: uppercase;
	margin-bottom: 10px;
}


/**** THANKYOU_BOX ***/
#thkyou-box {
	top: 45%!important;
}

#thkyou-box .modal-body {
	color: #000000;
}


/**** iLightbox ****/

.ilightbox-caption h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;	
}

.ilightbox-caption p,
.ilightbox-caption {
	font-size: 14px;
}

.ilightbox-caption p:last-child {
	margin: 0;
}



/* =============================================
 * 	PRINT
 * ========================================== */
@media print {


}
 


/* =============================================
 * 	MEDIA QUERIES
 * ========================================== */
body.mobile #navmobilToggler {
	display: block;	
}

body.mobile #header {
		/*background-position: 0 100px;*/
}

body.mobile #headerFilter {
		display: none!important;
}

body.mobile #kontakt iframe {
	display: none;		 
}

body.mobile .parallaxMobile {
	position: relative;	
	display: block;
}

body.mobile .vgrid {
	padding: 0 5%;
}

body.mobile #main .content.ce_text {
	padding: 0 5% 0 5%;
}

body.mobile .themeImage {
		height: auto!important;
		/*display: none;*/
}

body.mobile .parallaxMobile h2 {
	position: absolute;
	background: #FE9800;		
	opacity: 0.8;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 40px;
	text-align: center;
	/*text-shadow: 0 0 5px #222222;*/
	color: #FFFFFF;
    font-family: 'Oswald',sans-serif;
	top: 50%;
	margin-left: 20%;
	width: 50%;
}

/*
body.mobile .studioImage img {
		border: none;
		width: 100%;
		height: 100%;
}
*/

body.mobile #starter {
	height: 400px;
}


body.mobile #kontakt .ce_form {
	display: none;
}


/* SUPERSLIDES MOBILE */
body.mobile #starter .container {
	  left: 90px;
    max-width: 80%;
    padding: 10px 20px;
    position: relative;
    top: 12%;
    width: 50%;
}

body.mobile #starter h1 {
    font-size: 26px;
    font-weight: 400;
    margin: 20px 0;
}

body.mobile #starter p {
    font-size: 18px;
    margin: 0;
}

body.mobile #starter .contrast {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    box-shadow: 0 0 23px 5px rgba(0, 0, 0, 0.4);
    padding: 10px 20px 10px 20px;
}


/**** EVENTS (mobile) ****/
body.mobile .col_1,
body.mobile .col_2 {
	float: none;
	width: 100%;
}

body.mobile .subcr {
		padding: none!important;
}

body.mobile .eventsImage img,
body.mobile .studioImage img {
		border: 6px solid #f0e7d7;
}

body.mobile .studioImageWrapper,
body.mobile .eventsImageWrapper {
	max-width: 960px;
	padding: 0 5%;
}

body.mobile .studioImageWrapper .inner,
body.mobile .eventsImageWrapper .inner {
	padding: 0 5%;
}

@media screen and (min-width: 720px) and (max-width: 1052px) {
	.teamImage .caption {
		text-align: center;
	}
	
	/*
	body.mobile .themeImage {
		display: none;	
	}	
	*/
	
}
@media screen and (max-width: 1053px) {
	#navigation, #headerFilter {
		display: none;
	}
	
	#jump {
    display: block;
    top: 15px;
    left: 20px;
	}
	
	#kontakt iframe {
		display: none;	
	}
	
	#main .formArea .ce_text {
    	float: none;
		width: auto;
	}
	
	#main .formArea .ce_form {	
		width: auto;
		margin-left: 0;
	}
	
	.teamImage .caption {
		text-align: center;
		font-size: 14px;
		height: 60px;
		display: block;
	}
	
	.teamImage .caption span {
		font-style: italic;		
	}
	
	.teamImage {
		margin-bottom: 20px;		
	}
	

	.studioImage, .eventsImage, .teamImage {	
		width: 50%;	
	}
	
	#main .content {
		padding: 0 5%;	
	}
	
	#main .slide {
		padding-bottom: 10%;	
	}
	
	.mobile #main .slide {
		padding-bottom: 5%;
	}
	
	#main .slide:last-child {
		padding-bottom: 0;	
	}
}
@media screen and (max-width: 320px) {

}

/* =============================================
 * 	BROWSER FIXING
 * ========================================== */
@media screen {


}
body.mobile .ilightbox-toolbar,
body.mobile .cookie-message {
	padding-bottom: 30px !important;
}

body .gslide-description.description-bottom {
	background: transparent;
	border: 1px solid rgba(0,0,0,0.2);
	left: 1px;
	right: 1px;
	bottom: 1px;
	top: auto;
	color: #FFF;
	text-shadow: 0 0 3px rgb(0 0 0 / 75%);
	-webkit-border-radius: 0;
	border-radius: 0;	
}

body .gslide-description.description-bottom h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}