@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
html,body {
	margin:0;
	background-color:#0E0E0E;
	font-family: 'Open Sans', sans-serif;
	color:#ffffff;
}
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
a {
	color:#ffffff;
	text-decoration:none;
}
a:visited {
	color:#ffffff;
	text-decoration:none;
}
a:active {
	color:#ffffff;
	text-decoration:none;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/






/* Mobile Layout: 480px and below. */
.moblie-only {
	display:block;
}
.desktop-only {
	display:none;
}
.active {
	color:#f3d37e !important;
}
.border {
	background:#151515;
	padding:50px;
}



.click-nav {
	position: relative;
	float: right;
	margin: 0;
	width: 155px;
	margin-top:25px;
	margin-right:80px;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	text-align:center;
	z-index:10000;
	height:100%;
	font-size:12px;
}
.click:focus + .slide
{
    top:50px;
    -webkit-transition: top 1s;
}
.click:focus
{
    outline: none;
}
.click-nav ul {
	position: relative;
	font-weight: 900;
	z-index:10000;
}

.click-nav ul li {
	position: relative;
	cursor: pointer;
	z-index:10000;
	height:60px;
	line-height:60px;
	width:100%;
}
.click-nav ul li:hover {
	background: inherit;
}
.click-nav ul li ul {
	position: absolute;
	left: 0;
	right: 0;
	z-index:10000;
}
.click-nav ul .clicker {
	position: relative;
	background:none;
	color: #FFF;
}
.click-nav ul .clicker:hover, .click-nav ul .active {
	background:none;
}
.click-nav img {
	position: absolute;
	margin-top:12px;
	left:30px;
}
.click-nav ul li a {
	transition: background-color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	display: block;
	
	background: #efefef;
	color: #333;
	text-decoration: none;
}
.click-nav ul li a:hover {
	background: #ffffff;
}
/* Fallbacks */
.click-nav .no-js ul {
	display: none;
}
.click-nav .no-js:hover ul {
	display: block;
}


.content-container {
	position:absolute;
	width:100%;
	padding-top:120px;
	min-height:100vh;
	overflow:auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.content-leftimage {
	position:absolute;
	top: 50%;
  	transform: translateY(-50%);
	left:0;
	background:#4531C7;
	z-index:10;
	width:350px;
	height:250px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 9px #0E0E0E solid;
	background-size:cover !important;
	background-position:center;
}
.content-righttext {
	position:relative;
	float:right;
	margin:0;
	margin-top:0;
	margin-bottom:0;
	right:0;
	z-index:5;
	min-height:400px;
	width:700px;
	overflow:auto;
	padding:50px 75px 50px 75px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background:#151515;
	display: -webkit-box;
  	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
  	-webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
}
.content-header {
	font-weight:700;
	font-size:22px;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-bottom:15px;
	text-align:left;
}
.content-wrapper {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	margin-bottom:50px;
}
.data-header {
	font-weight:700;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:2px;
}
.footer {
	position:relative;
	width:100%;
	height:70px;
	background-color:#000000;
	border-top: 5px #f3d37e solid;
		display: -webkit-box;
  	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
  	-webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   color:#939393;
   font-size:14px;
}
.footer a {
	margin-left:4px;
	color:#6B6B6B;
}
.footer a:hover {
	color:#ffffff;
}
.gallery-images {
	position:relative;
	width:100%;
	height:250px;
}
.gallery-item {
	position:relative;
	float:left;
	width:33.33%;
	height:100%;
	background-size:cover;
	background-position:center;
}
.gallery_thumbnail {
	width:200px;
	margin-bottom:5px;
}
.kontakt {
	position:relative;
	width:100%;
	height:auto;
	overflow:auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background:#000000;
}
.kontakt-button {
	border:none;
	background-color:#f3d37e;
	height:35px;
	width:302px;
	font-family: 'Open Sans', sans-serif;
	color:#000000;
	font-weight:700;
}
.kontakt-column {
	position:relative;
	float:left;
	width:50%;
	padding: 50px 100px 50px 100px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height:27px;
	font-size:14px;
}
.kontakt-data-right {
	margin-bottom:5px;
}
.kontakt-input {
	border:none;
	background-color:#151515;
	height:25px;
	width:294px;
	padding-left:10px;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	letter-spacing:2px;
	font-size:12px;
}
.kontakt-textarea {
	border:none;
	background-color:#151515;
	width:300px;
	font-family: 'Open Sans', sans-serif;
	font-style:italic;
	height:100px;
	color:#ffffff;
	font-size:12px;
}
.logo {
	position:relative;
	float:left;
	height:100%;
	width:20%;
	padding-left:30px;
	display: -webkit-box;
  	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
  	-webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.logo img {
	max-height:85%;
	max-width:85%;
}
.menu {
	position:relative;
	float:left;
	height:100%;
	width:80%;
}
.main-100 {
	position:relative;
	width:100%;
	height:auto;
	overflow:auto;
}
.main-center {
	position:relative;
	width:100%;
	display: -webkit-box;
  	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
  	-webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   padding-top:100px;
   min-height: calc(100vh - 120px);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-image:url(images/logo_faktoria_bcg3.png);
	background-size:cover;
	background-position:top;
	background-repeat:no-repeat;
}
.main-content {
	position:relative;
	float:left;
	width:1000px;
	font-weight:300;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	text-align:justify;
	margin: 0 auto;
	margin-left:0;
	margin-right:0;
}
.main-content img {
	margin-bottom:25px;
}
.main-header {
	position:relative;
	width:100%;
	height:80px;
	background-color:#000000;
	color:#ffffff;
	font-weight:700;
	font-size:22px;
	text-align:center;
	line-height:80px;
	border: 1px #393939 solid;
	border-bottom:none;
	text-transform:uppercase;
	letter-spacing:2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.map {
	position:relative;
	float:left;
	width:100%;
	height:400px;
	border-top:7px #f3d37e solid;
}
.menu-item {
	position:relative;
	float:left;
	height:100%;
	width:16%;
	display: -webkit-box;
  	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
  	-webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   color:#ffffff;
   font-size:15px;
   text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	text-align:center;
	
}
.menu-item:hover {
	color:#f3d37e;
}
.navigation {
	position:fixed;
	width:100%;
	height:120px;
	background-color:#000000;
	z-index:1000;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

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



}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media screen and (min-width: 769px) {
.mobile-only {
	display:none;
}
.desktop-only {
	display:inline;
}


}