
body{
    background-color: #dfe3ce;
}

.button-primary,
.pagebuilder-button-primary .rspbld-button,
.bg-primary{
    background-color: #00a9c5;
}
.button-secondary,
.pagebuilder-button-secondary .rspbld-button,
.bg-secondary{
    background-color: #7cc8cb!important;    
}
.button-thirth,
.pagebuilder-button-thirth .rspbld-button,
.bg-thirth{
    background-color: #cdd3b2;    
}
.button-fourth,
.pagebuilder-button-fourth .rspbld-button,
.bg-fourth{
    background-color: #ee804c;    
}

.page-header a,
h1,h2,
.color-primary{
    color: #00a9c5;
}
.color-secondary{
    color: #7cc8cb;    
}
.color-thirth{
    color: #cdd3b2;    
}
.color-fourth{
    color: #ee804c;    
}
.moduletable_footer-1 a:hover,
.moduletable_footer-2 a:hover,
.moduletable_footer-3 a:hover,
.moduletable_footer-4 a:hover,
.color-fifth{
    color: #ea6641;    
}
.color-white,
.color-white a{
    color: #ffffff;
}

.pagebuilder-border-primary .rspbld-image,
.border-primary{
    border: 1px solid #00a9c5;
}
.pagebuilder-border-secondary .rspbld-image,
.border-secondary{
    border: 1px solid #7cc8cb;    
}
.pagebuilder-border-thirth .rspbld-image,
.border-thirth{
    border: 1px solid #cdd3b2;    
}
.pagebuilder-border-fourth .rspbld-image,
.border-fourth{
    border: 1px solid #ee804c;    
}
.pagebuilder-border-fifth .rspbld-image,
.border-fifth{
    border: 1px solid #ea6641;    
}

.wrapper{
    background-color: #ffffff;
    box-shadow: 0px 5px 16px rgba(113, 113, 113, 0.56);
}

.border-spacer-bottom {
	border-bottom: 2px solid #dfe3cd;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.border-spacer-bottom.thicker {
	border-bottom-width: 4px;
}

.btn-order {
	border: 0px;
	border-radius: 0px;
	font-size: 0px;
	color: transparent;
	margin-top: 1em;
	display: inline-block;
	background-image: url('/templates/rekenspel/images/bestel-knop.png');
	background-size: contain;
	width: 128px;
	height: 128px;
	background-repeat: no-repeat;
}
/*
.btn-order:hover {
	color: #fff;
	background-color: #dfe3cd;
}
*/
