﻿@charset "utf-8";
#wrap {
	width:auto;
	position:static;
}
header{
	width:auto;
	background-size:cover;
	height:280px;
}
#contents{
    position:relative;
    margin:0px 30px;
    padding:30px 0;
}
#contents h2{
    font-size:15px;
    line-height:2;
}
#profiele{
    display:block;
    padding-top:50px;
    padding-bottom:50px;
}
#profiele .logo{
	margin:0 auto;
	padding-right:0;
	width:150px;
}
#profiele .text h3{
	margin:0 auto;
	padding-top:30px;
}
#profiele .blank{
    position: absolute;
	top: 35%;
	left: 0;
	width:100%;
}
.gototop{
    padding:40px;
}