<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin:0px;
	padding: 0px;
	background: url(../images/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: calibri, sans-serif;
	color: #252525;
	overflow-y: scroll;
}
.clear { clear:both; }
#wrapper {
	max-width: 720px;
	width: 100%;
	margin: auto;
	padding-top: 0px;
	padding: 10px;
	box-sizing: border-box;
}
#wrapper-bestel {
	margin-left: 10px;
	margin-right: 10px;
}
#header {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	position: relative;
}
#header #titel {
	width: 60%;
	float: left;
}
#header #titel #titel-contianer {
	max-width: 220px;
	width: 100%;
}
#header h1 {
	font-size: 22pt;
	font-weight: normal;
	line-height: 28pt;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
}
#header h1 span {
	float: left;
}
#header h1 b {
	word-break: break-all;
	float:left;
	padding-right: 5px;

}
#header p {
	font-style: italic;
	padding: 0px;
	margin: 0px;
	color: #5f5f5f;
}
#header #buynow {
	float: right;
	margin-top: 15px;
	width: 40%;
}
#header #buynow .price {
	font-size: 26pt;
	font-weight: normal;
}
#header #buynow .price small {
	font-size: 14pt;
}
#content-small {
	width: 55%;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 35px;
	padding-right: 35px;
	box-sizing: border-box;
	min-height: 430px;
	float: left;
}
#content-small .titel {
	text-align: center;
	font-size: 16pt;
	font-weight: normal;
	width: 100%;
	padding-bottom: 20px;
}
#content {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 35px;
	padding-right: 35px;
	box-sizing: border-box;
	min-height: 440px;
	float: left;
}
#content ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#content  h1 {
	padding: 0px;
	margin: 0px;
}
#content .titel {
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
	padding-bottom: 20px;
}
#list a {
	transition: all 0.1s ease 0s;
}
#list a:hover .link {
	color: #252525;
	transition: all 0.1s ease 0s;
}
#list a:hover  .list-item-content {
	background-color: #cfe4d5;
	border-radius: 15px;
}
#content .list-item {
	border-bottom: 1px solid #dcdcdc;
	padding-top: 5px;
	padding-bottom: 5px;
	box-sizing: border-box;
}
#content .list-item-content {
border-radius: 15px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	box-sizing: border-box;
	color: #252525;
	width: 100%;
	transition: all 0.1s ease 0s;
}
#content .list-item-content:hover {
	background-color: #cfe4d5;
	border-radius: 30px;
}
#content .list-item-content .link {
	color: #229ce8;
}
#content .list-item-content:hover .link {
	color: #252525;
}
#content .list-item .list-item-content .name {
	float: left;
	word-break: break-all;
}
#content .list-item .list-item-content .price-view {
	float: right;
	text-align: right;
}
#content .list-item .list-item-content .price-view .clear {
	display: none;
}
#content .list-item .list-item-content .price-view span {
	padding-right: 40px;
}
#content-bestel {
	width: 100%;
	max-width: 450px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 55px;
	padding-right: 55px;
	box-sizing: border-box;
	min-height: 440px;
	margin: auto;
	margin-top: 5%;
}
.tekstonly {
	width: 100%;
	max-width: 450px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 55px;
	padding-right: 55px;
	box-sizing: border-box;
	margin: auto;
	margin-top: 5%;
}
#content-bestel h1 {
	padding: 0px;
	margin: 0px;
}
#content-small h1 {
	padding: 0px;
	margin: 0px;
}
#sidebar h1 {
	padding: 0px;
	margin: 0px;
}
#content-bestel button {
	background-color: #1abf41;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	float: none;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	border-radius: 10px;
	transition: all 0.2s ease 0s;
	cursor: pointer;
	border: none;
	margin-top: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;  
}
#content-bestel button &gt; * {  
    vertical-align: middle;  
}
#content-bestel button img {
	float: right;
}
#content-bestel #bestellen #ex-btw {
	font-size: 16pt;
}
#content-bestel #bestellen #incl-btw {
	font-size: 10pt;
}
#content-bestel .input-half {
	width: calc(50% - 7.5px);
	float: left;
	margin-right: 15px;
}
#content-bestel .right {
	float: right;
	margin-right: 0px;
}
#content-bestel .input-half-small {
	width: calc(40% - 7.5px);
	float: left;
	margin-right: 15px;
}
#content-bestel .input-half-big {
	width: calc(60% - 7.5px);
	float: left;
	margin-right: 0px;
}
#content-bestel #bestellen {
	text-align: center;
	width: 100%;
	margin-top: 30px;
}

#content-bestel .ideal-logo {
	margin-top: 0px;
	/* width: 32px; */
	width: 78px;
	display: inline;
	padding: 0px;
	padding-top: 0px;
}
#content-bestel button span {
	float: left;
	font-size: 24pt;
	text-transform: uppercase;
	line-height: 78px;
}
#content-bestel button:hover {
	background-color: #10A232;
	color: #fff;
}
#content-bestel  .titel {
	text-align: center;
	font-size: 16pt;
	font-weight: normal;
	padding-bottom: 5px;
}
#content-bestel  .domeinnaam {
	text-align: center;
	font-size: 24pt;
	font-weight: bold;
	padding-bottom: 20px;
	word-break: break-all;
}
#sidebar {
	width: 45%;
	float: left;
}
#sidebar #text {
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #fff;
	border-radius: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	font-size: 14pt;
	font-weight: normal;
	box-sizing: border-box;
	line-height: 16pt;
	min-height: 180px;
}
#sidebar #text .bold {
	font-weight: bold;
	color: #229ce8;
}
#sidebar #domeinnamen {
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #fff;
	border-radius: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	font-weight: normal;
	box-sizing: border-box;
	min-height: 230px;
	color: #252525;
}
#sidebar #domeinnamen .titel {
	text-align: center;
	font-size: 14pt;
	font-weight: normal;
	line-height: 18pt;
	color: #252525;
	padding-bottom: 10px;
}
#sidebar #domeinnamen ul {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	list-style-type: none;
}
#advertentie {
	margin-bottom: 20px;
	background-color: #dcdcdc;
	border-radius: 30px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 18pt;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 25px;
}
.dhost #textbar {
	color: #252525 !important;
}
#advertentie h1 {
	padding: 0px;
	margin: 0px;
}
#advertentie .textbar-content {
	margin-bottom: 5px;
}
#advertentie img {
	width: 100%;
	float: left;
	max-width: 250px;
	margin-top: 15px;
}
#advertentie #textbar {
	float: right;
	font-size: 10pt;
	color: #00245d;
	width: 100%;
	max-width: 360px;
	font-weight: normal;
}
#advertentie #textbar p {
	padding: 0px;
	margin: 0px;
}
#advertentie #textbar .titel {
	font-size: 14pt;
	line-height: 22pt;
	padding-bottom: 2px;
}
.button {
	background-color: #1abf41;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	float: left;
	border-radius: 10px;
	transition: all 0.2s ease 0s;
	cursor: pointer;
}
.button:hover {
	background-color: #10A232;
	color: #fff;
}
#header .button {
	/* margin-top: 10px; */
	margin-top: 30px;
}
select {
	padding: 10px;
	border-radius: 4px;
	width: 100%;
	/* max-width: 50%; */
	box-sizing: border-box;
	border: 1px solid #229ce8;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
    transition: border 0.2s ease;
	margin-bottom: 15px;
}
select:hover {
	border: 1px solid #1d81c0;
}
input[type="text"] {
	padding: 10px;
	border-radius: 4px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #229ce8;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
    transition: border 0.2s ease;
	margin-bottom: 15px;
}
input[type="text"]:hover {
	border: 1px solid #1d81c0;
}
input[type="tel"] {
	padding: 10px;
	border-radius: 4px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #229ce8;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
    transition: border 0.2s ease;
	margin-bottom: 15px;
}
input[type="tel"]:hover {
	border: 1px solid #1d81c0;
}
input[type="email"] {
	padding: 10px;
	border-radius: 4px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #229ce8;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
    transition: border 0.2s ease;
	margin-bottom: 15px;
}
input[type="email"]:hover {
	border: 1px solid #1d81c0;
}
input[type="submit"] {
	background-color: #2472ff;
	border: none;
	padding-top: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-bottom: 12px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	float: right;
	border-radius: 10px;
	transition: all 0.2s ease 0s;
	cursor: pointer;
}
input[type="submit"]:hover {
	background-color: #205DCC;
}
input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-align: center;
	font-size: 10px;
	color: #1abf41;
	background-color: #fff;
}
.checkbox label:before {
    border-radius: 3px;
}
label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
	top: 0;
    bottom: 1px;
	box-sizing: border-box;
	border: 1px solid #229ce8;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;
    transition: border 0.2s ease;
	border-radius: 1px;
	font-weight: bold;
}
.checkbox label {
    margin-bottom: 10px;
}
label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    margin-right: 15px;
	font-size: 10pt;
	font-weight: normal;
}
input[type=checkbox] {
    /* display: none; */
	float: left;
    margin-bottom: -20px;
    visibility: hidden;
}
.g-recaptcha {
	margin-top: 20px;
}
.g-recaptcha-center .g-recaptcha div {
	margin: auto;
}
a {
	color: #229ce8;
	text-decoration: none;
}
a:hover {
	color: #1d81c0;
}
.ideal-logo {
	/* width: 32px; */
	width: 78px;
	float: left;
	margin-left: 15px;
	margin-top: 13px;
}
#span10 {
	margin: 0 !important;
	left: 0 !important;
	top: 0 !important;
}

#ex-btw-js, #incl-btw-js {
	display: none;
}</pre></body></html>