
html, body {
	font-family: Calibiri, Arial;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}


a {
	text-decoration: none;
	color: #f00;
}

h2 {
	font-size: 28px;
}

img { max-width: 100%; }

input { padding: 8px; border: 1px solid #e1e1e1; border-radius: 2px;}


.center { text-align: center; }
.small-note { font-size: 12px; font-style: italic; }

span.error { font-size: 10px; color: #f00; font-style: italic; }
input.error { border: 1px solid #f00; padding: 8px; }

.top-header {
	position: relative;
	background-image: url('../img/keuze3-30p.jpg');
	text-align: center;
	overflow: hidden;
	position: relative;
	padding-bottom: 40px;
	background-size: cover;
	background-position: center center;
}

/* 'Start App' top right */
.top-start-app {
	position: absolute;
	right: 0;
	margin: 25px 25px 0 0;
}
a.btn-start-app {
	position: relative;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	color: #ff3b3b;
	border: 1px solid #e3e3e3;
}
a.btn-start-app i { color: #000; }

.top-img { padding-top: 40px; }

.top-slogan {
	font-style: italic;
	margin-top: 15px;
	color: #ff3232;
/* 	text-shadow: 0px 0px 4px #b1b1b1; */
}
.top-slogan span {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 5px 10px;
}




.split-container {
	display: flex;
	margin: 0px auto;
	max-width: 1000px;
	
	padding-left: 15px;
	padding-right: 15px;
}
.split-container .split-item {
	flex-grow: 5;
	width: 50%;
	margin: 0 20px;
}
.split-container .split-item:first-child { margin-left: 0; }
.split-container .split-item:last-child { margin-right: 0; }

.split-item-center { text-align: center; }

.text-container {
	max-width: 1000px;
	margin: 0 auto;
	
	padding-left: 15px;
	padding-right: 15px;
}

.bottom-container {
	margin-bottom: 70px;
}


@media(max-width: 768px) {
	.split-container-2 {
		flex-direction: column;
	}
	
	.split-container .split-item {
		width: auto;
		margin: 0;
		padding: 0 25px 40px;
	}
}

.spacer-top {
	background-color: #e55341;
	height: 15px;
	margin-bottom: 10px;
}
.spacer1 {
	height: 1px;
	background-color: #ccc;
	margin: 60px auto 40px;
	max-width: 80vw;
}


.horizontal-scroll-container {
	max-width: calc(100vw - 70px);
	overflow-x: auto;
}



.r2b-app-screenshot {
	max-height: 350px;
	width: auto;
	margin: auto;
	border: 1px solid #e1e1e1;
	display: block;
}





.btn-action {
	padding: 10px 15px 10px 17px;
	color: #fff;
	background-color: #e55341;
	display: inline-block;
}

.action-buttons {
	text-align: center;
}
.action-buttons .btn-action { margin: auto 5px; }

.start-now-action-buttons > a.btn-action { margin-top: 15px; }
button.btn-action { font-size: 18px; font-family: Calibiri, Arial; }

.btn-cancel {
	font-size: 16px;
	padding: 6px 12px;
	background-color: #7e7e7e;
}


.breadcrumbs {
	overflow: auto;
	list-style: none;
	margin: 0 0 ;
	padding: 0;
}
.breadcrumbs li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
}
.breadcrumbs li::before {
	content: '\f105';
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	font-style: normal;
	padding-right: 5px;
	color: #440505;
}




.tbl-pricing-width
, .tbl-toolbox-prices { max-width: 700px; width: 100%; margin: 0 auto; }
.tbl-toolbox-prices
, .tbl-toolbox-prices td
, .tbl-toolbox-prices th {
	font-size: 12px;
}
.tbl-toolbox-prices th, .tbl-toolbox-prices td { padding: 5px 15px; text-align: center; }
.tbl-toolbox-prices th:first-child { text-align: left; }
.tbl-toolbox-prices th.label2 { font-weight: normal; color: #000; text-align: left; padding: 5px 15px; width: 150px; }
.tbl-toolbox-prices tr.top-row th {
        background-color: #ddd;
        min-width: 75px;
}
.tbl-toolbox-prices tr {
        background-color: #f6f6f6;
}
.tbl-toolbox-prices tr .col-std { background-color: #ff3232; }
.tbl-toolbox-prices tr th.col-std { background-color: #f00; color: #fff; }
.tbl-toolbox-prices tr.buttons
, .tbl-toolbox-prices tr.buttons .col-std {
}
.tbl-toolbox-prices .fa.fa-check { color: #2aee00; }
.tbl-toolbox-prices th, .tbl-toolbox-prices td { vertical-align: top; }
.tbl-toolbox-prices tr:hover {
        background-color: #eee;
}
.tbl-toolbox-prices tr.price-row { font-size: 20px; font-weight: bold; }
.tbl-toolbox-prices tr.price-row td.col-std { color: #fff; }
.tbl-toolbox-prices tr.price-extra-gb td.col-std { color: #fff; }
.tbl-toolbox-prices tr.buttons td {
        padding: 15px 0 5px;
}
.tbl-toolbox-prices tr.buttons input {
        color: #000;
        border-radius: 3px;
        border: 1px solid #ccc;
        margin: 5px 0 5px;
        min-width: 125px;
}

.tbl-pricing-width { margin-top: 10px; }
.pricing-note > div { margin-left: 5px; }



.start-now {
	font-size: 26px;
	text-align: center;
	margin-bottom: 10px;
}


.mybox1 {
	border: 1px solid #e1e1e1;
	border-radius: 15px;
	padding: 25px;
	max-width: 600px;
	margin: 0 auto 25px;
}
.mybox1 h1:first-child { margin-top: 0px; }





.no-y-margin {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}


footer {
    background-color: #464646;
    color: #fff;
    overflow: auto;
    padding-top: 15px;
    font-size: 14px;
}
footer .contact-form .input-container {
    display: block;
    margin-top: 8px;
    margin-bottom: 5px;
}
footer .contact-form label {
    display: block;
    float: left;
    width: 80px;
}

footer #contact-form-errors {
    width: 300px;
    margin-left: 80px;
}

footer .contact-form input, textarea {
    width: 300px;
    max-width: 100%;
}
footer .contact-form input[type='text'], footer .contact-form input[type='tel'], footer .contact-form input[type='email'], footer .contact-form textarea {
    color: #000;
}
footer .contact-form textarea {
    height: 75px;
    padding: 8px;
}
footer .contact-form button[type='submit']
, footer .contact-form input[type='submit']
, footer .contact-form button[type='button']
, footer .contact-form input[type='button'] {
	border: 0;
    margin: 0px 0 0 0px;
    width: 318px;
    max-width: 100%;
}
.contact-form div.input-container.error input
, .contact-form div.input-container.error textarea { border: 1px solid #f00; }

footer form input, form footer textarea { color: #000; }
footer .contact-form span.error {
	display: block;
	margin-left: 80px;
	@media (max-width: 512px) {
		margin-left: 0;
	}
	@media (min-width: 992px) {
		margin-left: 0px;
	}
	@media (min-width: 1025px) {
		margin-left: 80px;
	}
	@media (min-width: 1300px) {
		margin-left: 0px;
	}
	@media (min-width: 1366px) {
		margin-left: 80px;
	}
}

.contact-address {
    margin-top: 5px;
}

.groundplan {
    width: 100%;
    height: 200px;
    background-image: url('../img/groundplan.jpg');
    background-position: center center;
    margin-bottom: 1em;
}
.contact-address strong {
    display: block;
}
 .contact-address .contact-text {
     margin-bottom: 1em;
 }
.contact-address a {
	color: #e55341;
}



.product-screenshots {
	display: flex;
	justify-content: left;
}
.product-screenshots .product-image {
	width: 20%;
	margin-right: 25px;
}
.product-screenshots .product-image img {
	border: 1px solid #ccc;
}

.gray-text-content-container {
	background-color: #f1f1f1;
	padding: 1px 0 25px;
	margin-top: 20px;
	margin-bottom: 5px;
}


/* faq stuff */
.faq-container { padding-top: 5px; padding-bottom: 25px; }
.faq-container .faq-title {
	padding: 5px;
	font-weight: bold;
	font-style: italic;
	background-color: #d7d7d7;
}
.faq-container .faq-answer {
	padding: 5px;
	background-color: #fbfbfb;
	margin-bottom: 10px;
}




.mobile-only { display: none; }
.desktop-only { display: none; }

@media(max-width: 768px) {
	.mobile-only { display: unset; }
}
@media(min-width: 769px) {
	.desktop-only { display: unset; }
}


@media(max-width: 500px) {
	iframe#ytdemo {
		max-width: 100%;
	}
}



