.mediaViewInfo {
	--web-view-name: Web 1920 – 1;
	--web-view-id: Web_1920__1;
	--web-enable-scale-up: true;
	--web-scale-on-resize: true;
	--web-refresh-for-changes: true;
	--web-application: true;
	--web-enable-deep-linking: true;
}
:root {
	--web-view-ids: Web_1920__1;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
}

#Rectangle_1 {
	fill: rgba(222,212,212,1);
}

.Rectangle_1 {
	position: absolute;
	overflow: visible;
	width: 50%;
	height: 100%;
	left: 0px;
	top: 0px;
}

#Tulpenboom_logo {
	position: absolute;
	width: 30%;
	/*height: 637px;*/
	left: 10%;
	top: 10%;
	overflow: visible;
}

#rightside {
	left: 60%;
	padding-top: 10%;
	position: absolute;
	overflow: visible;
	width: 30%;
	/*height: 245px;*/
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-family:Helvetica Neue;
	font-size:20px;
	color:rgba(112,112,112,1);
	margin-bottom: 10px;
}

#kwaliteitsstatuut {
	left: 60%;
	position: absolute;
	overflow: visible;
	bottom: 10%;
	width: 30%;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-family:Helvetica Neue;
	font-size:15px;
	color:rgba(112,112,112,1);
}

.rightheader{
	font-family: Paris Pro; 
	font-size: 50px;
	color:rgba(222,212,212,1);
}

.mobilelogo {
	display:none;
}

.myButton {
background:-webkit-linear-gradient(#ccadb4 5%, #b8989f 100%);
background:-o-linear-gradient(#ccadb4 5%, #b8989f 100%);
background:linear-gradient(#ccadb4 5%, #b8989f 100%);
	background-color:#ccadb4;
	border-radius:28px;
	border:1px solid #76555d;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: "Helvetica Neue";
	font-size:20px;
	padding:10px 21px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
	
.myButton:hover {
background:linear-gradient(to bottom, #b8989f 5%, #ccadb4 100%);
	background-color:#b8989f;
}

.myButton:active {
	position:relative;
	top:1px;
}