@font-face {
	font-family: 'Code-Pro';
	src: url('../fonts/Code-Pro.otf');
}

@font-face {
	font-family: 'Code-Pro-Bold';
	src: url('../fonts/Code-Pro-Bold.otf');
}

@font-face {
	font-family: 'Code-Pro-Light';
	src: url('../fonts/Code-Pro-Light.otf');
}

@font-face {
	font-family: 'Documenta-Regular';
	src: url('../fonts/Documenta-Regular.otf');
}

@font-face {
	font-family: 'Documenta-Italic';
	src: url('../fonts/DTLDocumentaSansST_Italic.otf');
}




html {
  overflow-y: scroll;
}

body{
	font-family: Arial, sans-serif;
	margin: 16px;
	background: #6f6b64;
}

header{
	width: 100%;
	height: 96px;
	position: fixed;
	top: 0;
	background: #6f6b64;
	z-index: 9998;
	color: #fff;
}

header ul{
	list-style: none;
	line-height: 96px;
	margin-top: 0;
}

header ul li{
	float: left;
	margin-right: 16px;
	cursor: pointer;
}

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

header ul.backnavigation li{
	float: right;
	margin-right: 48px;
	cursor: pointer;
	font-size: 400%;
	width: 96px;
	text-align: center;
}

footer{
	width: 100%;
	height: 96px;
	position: fixed;
	bottom: 0;
	background: #6f6b64;
	z-index: 9998;
	color: #fff;
	text-align: center;
}

footer ul{
	list-style: none;
	line-height: 96px;
	margin-top: 0;
}

footer ul li{
	display: inline-block;
	margin-right: 32px;
	cursor: pointer;
}

footer ul li a{
	color: #fff;
	text-decoration: none;

}

section.container{
	margin-top: 96px;
	padding: 16px;
}

/* Start Page */

.port_container {
	position: relative; 
	width: 100%;
	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
 
#filters {
	margin:1%;
	padding:0;
	list-style:none;
}

	#filters li {
		float:left;
	}
	
	#filters li span {
		display: block;
		padding:20px 30px;
		text-decoration:none;
		color:#212529;
		cursor: pointer;
	}
	
	#filters li span.active {
		background: #0095cc;
		color:#fff;
	}

@media only screen and (max-width: 767px) {
    #filters li {
        width: 50%;
    }
}


 
#portfoliolist .portfolio, #productlist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:31%;
	margin:0.8%;
	display:none;
	overflow:hidden;
}

	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		background: #666;
		cursor:pointer;
	}

	.product .portfolio-wrapper{
		background: #fff !important;
	}

	.portfolio img {
		/*max-width:100%;*/
		width: 100%;
		position: relative;
		top:0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);		
	}
	
	.portfolio .label {
		position: absolute;
		width: 100%;
		max-height:150px;
		bottom:-150px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	}

		.portfolio .label-bg {
			background: #6f6b64;
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}
	
		.portfolio .label-text {
			color:#fff;
			position: relative;
			z-index:500;
			padding:8px 8px;
			font-size:inherit;
			font-family: 'Code-Pro';
			font-size: 200%;
		}
			
			.portfolio .text-category {
				display:block;
				font-size:1rem;
			}
	
	.portfolio:hover .label {
    bottom:0;
  }
	.portfolio:hover img {
    top:-30px;
  }

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

	#portfoliolist .portfolio, #productlist .portfolio {
		width:23%;
		margin:0.8%;
	}
}

/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.port_container {
		width: 100%;
	}

	#portfoliolist .portfolio, #productlist .portfolio {
		width:48%;
		margin:0.8%;
	}
}


/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	.port_container {
		width: 100%;
	}
	
	#portfoliolist .portfolio, #productlist .portfolio {
		width:98%;
		margin:0.5%;
	}		

	#ads {
		display:none;
	}
	
}

@media only screen and (min-width: 1920px) {

	#portfoliolist .portfolio, #productlist .portfolio {
		width:23%;
		margin:0.8%;
	}
}

/* workarounf for showing entries of media stations with mixitup by label by default */

.portfolio .label {
	bottom: 0 !important;
}




/* Detail Page */

.detail_container{
	width: 80%;
	margin: 0 auto;
}

.ac-detail-headline h1{
	margin-block-start: 16px;
	margin-block-end: 16px;
	font-size: 150%;
}

.ac-detail-subtitle h2{
	font-size: 120%;
	margin-block-start: 0em;
	margin-block-end: 16px;

}

.ac-detail-content{}

.ac-detail-content-video{
	margin-block-end: 16px;
}

.ac-detail-content-text{
	margin-block-end: 16px;
}

#ac-detail-video-placeholder{
	background-position: 50%;
	background-repeat: no-repeat;
}

#ac-detail-video-placeholder-overlay{
	position: absolute;
	background: rgba(0,0,0,0.2);
	background-image: url('play_button_2.png');
	background-size: 144px;
	background-position: 50%;
	background-repeat: no-repeat;
}

/* video controls */

#ac-detail-video-controls{
	margin-top: 16px;
	height: 78px;
	text-align: center;
}

#ac-detail-video-button-bck,
#ac-detail-video-button-play,
#ac-detail-video-button-fwd {
	cursor: pointer;
	display: none;
	font-size: 72px;
}

.ac-detail-video-control-item{
	padding: 0 32px;
}

.ac-button-primary{
	padding: 16px;
	background-color: #0095cc;
	color: #fff;
	cursor: pointer;
}

.ac-button-primary:hover{
	box-shadow: 0 0 5px #000;
}

/* Grid */
.w-100{
	width: 100%;
}

.w-50{
	width: 50%;
}

.w-25{
	width: 25%;
}

.m-l-25{
	margin-left: 25%;
}

/* Clearing */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.full-screen-overlay{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	background: #2d2d2d;
	display: none;
}

.overlay{
	position: absolute;
	margin: 15% 25%;
	width: 50%;
	height: auto;
	background: #fff;
	top: 0;
	z-index: 9998;
	box-shadow: 5px 5px 5px #2d2d2d;
	display: none;
}

.overlay div.header{
	line-height: 200%;
	font-size: 200%;
	text-align: right;
	padding: 16px;
}

.overlay div.header span#close-overlay{
	cursor: pointer;
}

/* classic template */

.list-element{

}

.list-element .overview-element{
	float: left;
	width:31%;
	height: auto;
	cursor: pointer;
}

.list-element .overview-element .overview-image img{
	max-width: 100%;
}

.list-element .overview-element .overview-title{
	text-align: center;
	font-family: 'Documenta-Regular';
	font-size: 400%;
	color: #fff;
	margin-top: 16px;
}

footer ul.footer_lang_selection{
	font-size: 400%;
	font-family: 'Code-Pro-Light';
}
footer ul.footer_lang_selection li.active{
	font-family: 'Code-Pro';
}


/* Intro page **/

.intro_container{

}

.intro_container .leftside{
	float: left;
	width: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.intro_container .rightside{
	float: left;
	width: 50%;
}

.intro_container .rightside div{
	margin-left: 125px;
	margin-right: 16px;
	color: #fff;
}

.intro_container .rightside div.firstLine{
	margin-top: 20%;
	border-bottom: 4px solid #fff;
	font-size: 500%;
	padding-bottom: 24px;
	font-family: 'Documenta-Regular';
}

.intro_container .rightside div.secondLine{
	margin-top: 16px;
	font-size: 900%;
	font-family: 'Code-Pro-Bold';
}

.intro_container .rightside div.thirdLine{
	margin-top: -16px;
	font-size: 300%;
	font-family: 'Code-Pro-Light';
}

.intro_container .rightside div.fourthLine{
	margin-top: 128px;
	font-size: 300%;
	font-family: 'Code-Pro';
}

.intro_container .rightside div.arrow{
	position: absolute;
	right: 32px;
	width: 48px;
	height: 48px;
	margin-top: 25%;
}

.intro_container .rightside div.arrow span{
	font-size: 400%;
}

/* Slider page **/

.slider_container{

}

.slider_container .leftside {
	float: left;
	width: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	overflow: hidden;
}

.slider_container .leftside div.headline_container{
	font-size: 300%;
	font-family: 'Code-Pro';
	max-height: 116px;
	overflow: hidden;
	padding: 50px 0px 0px 125px;
	color: #fff;
}

.slider_container .leftside div.media_container{
	overflow: hidden;
	padding: 0px 0px 0px 125px;
}

.slider_container .leftside div.image_container{
	text-align: center;
}

.slider_container .leftside div.image_container img{
	max-width: 100%;
}

.slider_container .leftside div.image_container div#pdfPreviewOverlay{
	position: absolute;
}

.slider_container .leftside div.video_container video{
	max-width: 90%;
	padding: 50px 2% 0px 8%;
}

.slider_container .leftside div.video_container #ac-detail-video-placeholder{
	margin: 50px 2% 0px 8%;
}

.slider_container .leftside div.video_container #ac-detail-video-placeholder-overlay{
	margin-left: 8%;
	margin-right: 1%;
}

.slider_container .leftside div.text_container{
	font-size: 200%;
	font-family: 'Documenta-Regular';
	padding: 125px;
	color: #fff;
}

.slider_container .rightside{
	float: left;
	width: 50%;
}

.slider_container .rightside div.text_container{
	font-size: 200%;
	font-family: 'Documenta-Regular';
	padding: 125px;
	color: #fff;
	overflow: scroll;
}

.slider_container .rightside div.legend_container{
	font-size: 175%;
	font-family: 'Documenta-Italic';
	padding: 125px 72px 125px 32px;
	color: #fff;

	position: absolute;
	bottom: 0;
}



.slider_container .leftside div.arrow_back span,
.slider_container .leftside div.arrow_next span,
.slider_container .rightside div.arrow_next span{
	font-size: 400%;
}

.slider_container .leftside div.arrow_back{
	position: absolute;
	left: 32px;
	width: 48px;
	height: 48px;
	margin-top: 25%;
	color: #fff;
	z-index: 9998;
	display: none;
}

.slider_container .leftside div.arrow_next{
	position: absolute;
	right: 32px;
	width: 48px;
	height: 48px;
	margin-top: 25%;
	color: #fff;
	z-index: 9998;
	display: none;
}

.slider_container .rightside div.arrow_next{
	position: absolute;
	right: 32px;
	width: 48px;
	height: 48px;
	margin-top: 25%;
	color: #fff;
	z-index: 9998;
	display: none;
}

footer ul.footer_intro,
footer ul.footer_slides{
	font-size: 200%;
	font-family: 'Code-Pro-Light';
}
footer ul.footer_intro li.active,
footer ul.footer_slides li.active{
	font-family: 'Code-Pro';
}

/* Loading Indicator **/

.js-loading-indicator {
	border-top-color: #fff !important;
	border-right-color: #fff !important;
}

.js-loading-indicator.double::before {
	border-top-color: #fff !important;
}
.js-loading-indicator.triple::before {
	border-top-color: #fff !important;
}

.js-loading-indicator.triple::after {
	border-top-color: #fff !important;
}

/* PDF */

#pdfPreviewOverlay div.material-icons{
	font-size: 800%;
	color: #ffffff;
	background: rgba(0,0,0,0.2);
	padding: 32px;
	border-radius: 10px;
}

#pdf_container{
	background: #6f6b64;
	width: 100%;
	height: 800px;
	margin: 0;
	position: absolute;
	top: 0;
	text-align: center;
	z-index: 9999;
}

#pdf_container .canvas__container{
	margin-top: 0px;
}

div.pdf_navigation{
	display: none;
}

div.pdf_navigation ul{
	list-style: none;
	margin-top: 0;
}

div.pdf_navigation ul li input#current_page{
	width: 48px;
	margin-right: 4px;
	text-align: center;
	font-size: 250%;
}
div.pdf_navigation ul li button{
	width: 200px;
	font-size: 400%;
	background: none;
	border: none;
	color: #fff;
}

div.pdf_navigation ul li input{
	background: none;
	color: #fff;
	border: none;
}

div.pdf_close{
	position: absolute;
	right: 32px;
	cursor: pointer;
	font-size: 400%;
	width: 96px;
	text-align: center;
	color: #fff;
}





