@charset "utf-8";
/* MOStudio */
/* Door MOStudio */

body, html {
	padding-bottom: 0px; 
	overflow-x: hidden;
	background-color: #000000; 
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;  
}
	
#container {
	z-index: 3;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#logo {
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	width: 100%;
	height: 19%;
}

#nav_mobile {
	display: block;
	position: absolute;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 25%; 
	padding-top: 2px;
	width: 100%; 
	height: 55px;
	font-size: 50px;	
}

#nav_container {
	display: block;
	position: absolute;
	width: 100%;
	height: 65%;
	margin-top: 33%;
	margin-left: 0px;
	padding-top: 20px;
	overflow: auto;
}

.menu_button {
	background: none;
	border: none;
	height: 65px; 
	margin-top: 20px;
	font-size: 45px !important;
	width: 100% !important; 
	padding: 5px; 
	padding-left: 10px;
}

.sub_menu_button {
	background: none;
	border: none;
	height: 60px; 
	margin-top: 10px;
	font-size: 40px !important;
	width: 100% !important; 
	padding: 5px; 
	padding-left: 25px;
}


#venster {
	position: absolute;
	overflow: auto;
	margin-left: 0px !important; 
	width: 100%;
	height: 65%;
	margin-top: 35%;			
	padding: 20px;	
}

#content, #contact, #blog, #news, #present {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	overflow: auto;
}

p, #project_text p, #project_text a, #project_text {
	font-size: 30px !important; 
}

.voetregel {
	font-size: 27px !important; 
}

.labelselectie_1 {
	width: 600px;
	height: 35px;
	font-size: 30px !important;
}

.labelselectie_2 {
	width: 300px;
	height: 35px;
	font-size: 30px !important;
}

h2 {
	font-size: 35px !important; 
}

h1 {
	font-size: 45px !important; 
}

a {
	text-decoration: none;
}

p a {
	text-decoration: underline;
}


/*CONTACTFORMULIER*/
.verzendknop {
	float: left;
	background: none;
	font-size: 35px !important;
	font-weight: normal;
	border: 1px solid;
	height: 60px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.formulierveld:hover, .berichtveld:hover {
	background: #FFF;
	color: #666;
}

.formulierveld {
	background: none;
	font-size: 35px !important;
	width: 500px;
	height: 70px;
	padding-left: 10px;
}

.berichtveld {
	background: none;
	font-size: 35px !important;
	width: 85%;
	padding-left: 5px;
}

.formuliertekst {
	font-size: 35px !important;
	margin-left: 4px;
}

#form_alert_achternaam, #form_alert_email {
	color: #FFF;
	background-color: #F00;
	width: 80%px;
	padding-left: 5px;
	border-radius: 2px;
	font-size: 30px;
	margin-left: 4px;
}

/* Portfolio en shop */
#project_container, #shop_container {
	z-index: 3;
	position: absolute;
	width: 100%;
	height: 100%;
}

#project_venster, #shop_venster {
	background: url(../sheet/white_10.png);
}

#project_header, #shop_header {
	height: 60px !important;
	padding-top: 30px;	
	text-align: right;
	font-size: 100px;
	text-decoration: none;
	color: #333;
}

#project_footer, #shop_footer {
	width: 100%;
}

#project_header a, #shop_header a {
	text-decoration: none;
	color: #333;
}

#project_header a: hover, #shop_header a: hover {
	color: #F00;
}

#project_image, #shop_image {
	position: absolute;
	margin-left: 20px;
	margin-top: 10px;
	overflow: hidden;
}

#project_text, #shop_text {
	color: #333;
	position: absolute;
	margin-top: 20px;
	overflow-y: auto;
	overflow-x: hidden;
	text-decoration: none;
}

#project_text a, #shop_text a {
	text-decoration: none;
	font-weight: bold;
}