<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 750px) {
	#content-small {
		width: 100%;
		min-height: inherit;
	}
	#sidebar {
		width: 100%;
	}
	#sidebar #text {
		min-height: inherit;
		margin-left: 0px;
	}
	#sidebar #domeinnamen {
		min-height: inherit;
		margin-left: 0px;
	}
	#header #titel {
		width: 100%;
		max-width: 100%;
	}
	#span10 {
		text-align: left !important;
	}

	#header #buynow {
		width: 100%;
		max-width: 100%;
	}
	#header #buynow div {
		float: right;
	}
	#header #buynow .price {
		float: left;
	}
	#header .button {
		margin-top: 20px;
	}
	#header .ideal-logo {
		margin-top: 6px;
	}
	#advertentie #textbar {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	#advertentie {
		text-align: center;
	}
	#advertentie img {
		float: none;
	}
	#advertentie #textbar .titel {
		font-weight: bold;
	}
}
@media only screen and (max-width: 600px) {
	#advertentie #textbar {
		text-align: left;
	}
	#advertentie img {
		float: left;
		padding-bottom: 10px;
	}
	#header #buynow div {
		float: none;
	}
	#header #buynow {
		max-width: 250px;
		float: right;
	}
	#header #buynow .price {
		float: none;
	}
	#header .button {
		margin-top: 10px;
	}
	#header .ideal-logo {
		margin-top: 14px;
	}
}
@media only screen and (max-width: 680px) {
	#content ul {
		font-size: small;
	}
	#content-bestel {
		padding-left: 35px;
		padding-right: 35px;
	}
	.ideal-logo {
		    margin-left: 10px;
	}
}
@media only screen and (max-width: 500px) {
	#content .list-item .list-item-content .price-view .clear {
		display: block;
	}
	#content .list-item .list-item-content .price-view span {
		padding-right: 0px;
	}
	#content-bestel button span {
		font-size: 16pt;
	}
}
@media only screen and (max-width: 400px) {
	#content-small .titel {
		float: left;
		text-align: left;
	}
	#content-small .titel span {
		float: left;
	}
	#content .list-item .list-item-content .price-view .clear {
		display: none;
	}
	#content .list-item .list-item-content .price-view {
		float: left;
		padding-top: 5px;
		width: 100%;
	}
	#content .list-item .list-item-content .price-view span {
		float: left;
	}
	#content .list-item .list-item-content .price-view .link {
		float: right;
	}
}
@media only screen and (max-width: 390px) {
	.g-recaptcha {
		margin-left: -9px;
	}
	.g-recaptcha-center .g-recaptcha div {
		margin: inherit;
	}
}
@media only screen and (max-width: 350px) {
	#content-bestel button span {
		font-size: 14pt;
	}
	#header #buynow .price {
		font-size: 24pt;
		font-weight: normal;
		text-align: center;
		width: 100%;
	}
	#header #buynow .price small {
		font-size: 12pt;
	}
	#header #buynow .button {
		width: 100%;
		text-align: center;
		box-sizing: border-box;
	}
	#header #buynow div {
		text-align: center;
		width: 100%;
	}
	.ideal-logo {
		margin-left: 0px;
		text-align: center;
		float: none;
		margin: auto;
	}
}
@media only screen and (max-width: 325px) {
	.g-recaptcha {
		margin-left: -35px;
	}
	#content-bestel button span {
		font-size: 13pt;
	}
}</pre></body></html>