body{
	overflow-y: hidden;
	overflow-x: hidden;
	overflow: hidden;
}

#content p{
	padding: 20px 0;
}

#content{
	position: relative;
	z-index: 6;
}

#content #readmorebtn{
	background-color: #0267c1;
	color: white;
	padding: 10px 30px 10px 30px;
	transition: 0.5s;
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
}

#content #readmorebtn:hover{
	-webkit-box-shadow: 0px 0px 41px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 41px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 41px 0px rgba(0,0,0,0.75);
	text-decoration: none;
}

#portret{
	position: fixed;
	z-index: 2;
	width: 96vw;
	max-width: 500px;
	left: 0;
	margin: 0 2vw;
	bottom: -20px;
}

@media (max-height: 550px){
	#portret{
		bottom: -40px;
	}
}

@media (max-height: 500px){
	#portret{
		bottom: -60px;
	}
}

@media (max-height: 480px){
	#portret{
		bottom: -80px;
	}
}

@media (max-height: 460px){
	#portret{
		bottom: -100px;
	}
}

.ipad{
	display: none;
}

.titel{
	font-weight: bold;
}

@media (min-width: 600px){
	#content p{
		padding: 20px 0 0 0;
	}
	.titel{
		font-size: 30px;
	}
	.ipad{
		display: inherit;
		padding-bottom: 18px;
	}
	#content #readmorebtn{
		padding: 15px 45px;
		font-size: 22px;
	}
}

@media (min-width: 800px){
	#portret{
		max-width: 400px;
		margin: 0;
	}
}

@media (min-width: 1200px){
	#content{
		float: right;
		max-width: 60vw;
		margin: 0 5vw 0 35vw;
	}
	.titel{
		font-size: 50px;
	}
	.ipad{
		font-size: 18px;
	}
	#content #readmorebtn{
		padding: 15px 35px;
		font-size: 22px;
	}
	#portret{
		max-width: 450px;
	}
}

@media (min-width: 1500px){
	#content{
		max-width: 60vw;
	}
	#content p{
		padding-top: 100px;
	}
	.titel{
		font-size: 30px;
	}
	.ipad{
		font-size: 18px;
		padding-bottom: 80px;
	}
	#portret{
		max-width: 500px;
	}
}