/*
Theme Name: MARS Group
Theme URI: http://www.typolar.de
Author: Thomas Beisiegel
Author URI: http://www.typolar.de
Description: 
Version: 1.0
License: 
License URI: 
Tags: Design
Text Domain: mars europe
*/
/*
/////////////////////////////////////////////
FONTS
/////////////////////////////////////////////
*/
@font-face {
    font-family: 'openlight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
/////////////////////////////////////////////
PAGE
/////////////////////////////////////////////
*/
*{
	box-sizing: border-box;
	ms-box-sizing: border-box;
	webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
}

body, html{
	background-color:#fff;
	margin:0;
}
#logo{
position:fixed;
top:20px;
left:20px;
z-index: 105;
}
.clear{
	clear:both;
}
.theContent{
	font-family: 'openlight';
	background-color:#FFFFFF;
	position:absolute;
	height:50%;
	top:25%;
	width:300px;
	left:-300px;
	padding:20px 10px 20px 20px;
	z-index:10000;
}
.theContent:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 40px;
	margin-top: -40px;
}
.contentArrow{
	position:absolute;
	left:294px;
	top:50%;
	z-index:2;
	margin-top:-17px;
	color:#555;
	cursor:pointer;
}
.scrollArea{
	height:100%;
	overflow:scroll;
	padding:0;
}
/*
/////////////////////////////////////////////
NAVIGATION
/////////////////////////////////////////////
*/
#nav{
	position:fixed;
	top:0;
	background-color:#FFFFFF;
	height:60px;
	width:100%;
	z-index: 100;
}
#nav ul, #nav-footer ul{
	list-style-type:none;
	padding:0;
	margin:0;
	margin-top:20px;
	margin-left:145px;
}
#nav-footer ul{
	margin-left:20px;
}
#nav ul li, #nav-footer ul li{
	display:inline;
	padding:0;
	margin:0;
}
#nav ul li a, #nav-footer ul li a{
	font-family: 'openlight';
	text-decoration: none;
	color: #555;
	text-transform: uppercase;
	padding-right:20px;
}
#nav ul li a:hover, #nav-footer ul li a:hover{
	color: #000;
}
#nav-footer{
	position:fixed;
	bottom:0;
	background-color:#FFFFFF;
	height:60px;
	width:100%;
}

.mobileMenu{
	position:absolute;
	right:25px;
	top:13px;
	cursor:pointer;
	display:none;
}
.mobileMenu .dashicons{
	font-size:36px;
}
/*
/////////////////////////////////////////////
PROJECTS OVERVIEW
/////////////////////////////////////////////
*/
#mixContainer .mixitup{
	display: none;
}
.projectContainer{
	font-family: 'openlight';
	position: relative;
	top:60px;
	background-color: #FFF;
	width: 100%;
	z-index:-1;
}
.filter-btn{
	cursor:pointer;
}
.filter-btn, .filter-pre{
	float:left;
	margin-left:18px;
	font-size:12px;
	padding:3px;
}
.filter-btn{
	margin-left:8px;
	padding:3px;
}
.filter-btn:hover{
	background-color:#000000;
	color:#FFF;
}
.mixitup{
	display:block;
	width:25%;
	height:300px;
	background-color:#FFF;
	margin:0;
	float:left;
	padding:18px;
}
.projectThumb{
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.projectTitle, .projectTitle a{
	padding:0;
	margin:10px 0px 10px 0px;
	text-decoration:none;
	color: #555;
	font-weight:normal;
	font-size:20px;
}
.projectMore{
	text-decoration:none;
	color: #555;
	font-weight:normal;
}
/*
/////////////////////////////////////////////
TEMPLATE TEXTSEITE
/////////////////////////////////////////////
*/
.theContentText{
	font-family: 'openlight';
	position:relative;
	width:50%;
	top:40px;
	margin:0 auto;
}
.theContentText img{
	max-width:100%;
	height:auto;
}

.theContentText img.alignleft {
    float: left;
    margin-right: 20px;
}
.theContentText img.alignright {
    float: right;
    margin-left: 20px;
}
.theContentText img.aligncenter{
    width:100%;
    height:auto;
	margin-bottom:20px;
}
.theContentText p {
    clear: both;
}
@media screen and (max-width: 600px) {
	.theContentText img,
	.theContentText img.alignleft ,
	.theContentText img.alignright {
	clear: both;
    display: block;
    float: none;
	margin:0;
	margin-bottom:20px;
	}
}



