@charset "UTF-8";

html {
	height: 100%;
	width: 100%;
    min-width: 300px;
    background-color: rgb(30, 30, 30);
}

body {
	position: relative;
	width: 100%;
	min-height: 100%;
	max-width: 1730px;
	margin-left: auto;
	margin-right: auto;
    color: rgb(38, 38, 38);
    background-color: rgb(248, 248, 248);
}
#afstandhouder {
}

article {
    background-color: inherit;
}


.einde {
	height: 1px;
}
#project {
        display: block;
		width: 100%;
		height: 900px;
		max-width: 1210px;
		overflow: hidden;
}
.foto {
	position: absolute;
    width: 100%;
	height: 900px;
}
.foto img {
	position:absolute;
    right: 0px;
	width:135%;
	min-width: 600px;
}






#wiezijnwij {
        display: block;
		width: 85%;
		max-width: 400px;
		padding-top: 20px;
		margin-left: auto;
		margin-right: auto;
}
.logo {
	display: block;
    width: 100%;
	margin-bottom: 10px;
}
.logo img {
	width: 100%;
}






img {
    display: block;
}
p {
    line-height: 125%;
    font-family:Avenir ;
    font-size: 120%;
    font-weight: 100;
}

h1, h2, h3, h4, h5 {
    font-family:Avenir ;
    font-weight: 100;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 32px;
	margin-top: 85px;
}
h3 {
    font-size: 32px;
	margin-top: 30px;
}
h4 {
	margin-top: 10px;
    font-size: 120%;
}
h5 {
    font-size: 14px;
}




a {
    color: inherit;
    cursor: inherit;
}
a:link {
	cursor: pointer;
    color: inherit;
    text-decoration: none;
}
a:visited {
    color: inherit;
}
a:hover {
    color: rgb(181,96,5);
}



@media screen and (min-width: 550px) {
#wiezijnwij {
		margin-right: 20px;
}
}



@media screen and (min-width: 900px) {
#project {
		position: absolute;
        display: block;
		top:0px;
		width: 63%;
		height: 100%;
		min-height:900px;
		overflow: hidden;
}
.foto {
	position: absolute;
    width: 100%;
    height: 100%;
}
.foto img {
	position: absolute;
	height: 100%;
	max-height: 110vw;
    right: 0;
	width:auto;
	
}
#wiezijnwij {
		width: auto;
		margin-right: 20px;		
		margin-left: 63%;
		padding-left: 20px;
		min-height: 900px;
}
.logo {
	display: block;
    width: 100%;
	margin-bottom: 10px;
}
.logo img {
	width: 100%;
} 

}
@media screen and (min-width: 1190px) {
#project {
	width: -webkit-fill-available;
	right: 440px;
}
#wiezijnwij {
	width: 400px;	
	margin-left: auto;
	padding-left: 0px;
}
}
@media screen and (min-width: 1650px) {
#project {
	width: -webkit-fill-available;
	left: 0px;
	right: auto;
}
#wiezijnwij {
		margin-left: 1210px;
		margin-right: auto;
}
}
