body{
	font-family: "Open Sans",sans-serif,sans-serif;
	color:#424242;	
	background-image: url(../images/food.png);
	background-repeat:repeat;
	animation: animatedBackground 65s linear infinite;
}
h1,h2,h3,h4{
	color:#424242;
	font-family: 'Catamaran', sans-serif;
	font-weight: 400;
}
h1{
    font-size: 43px !important;
    line-height: 50px;
}
h2{
	font-size: 32px !important;
	font-weight: 600;
}
h3{
	font-size: 27px !important;
	font-weight: 600;
}
h4{
    font-size: 18px !important;
    font-weight: 700;
}

p{
	font-size: 16px !important;
	line-height: 1.7em;	
}

a{
	color:#424242;
	text-decoration:none;
	cursor:pointer;
}
a:not(.underline):hover{
	text-decoration:none;
}
a.underline{
	text-decoration:underline;
}

.pointer{
	cursor:pointer;
}

form {
	margin:0;
}
::selection {
    background: #3d4f58;
    color: #fff;
    text-shadow: none;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.grecaptcha-badge{
	right:-300px !important;
}
.hidden{
	display:none;
}
.relative{
	position:relative;
}
.fixed{
	position:fixed;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

select{
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;	
}select::-ms-expand {
    display: none;
}
select,
textarea,
input{
    height: 50px;
    line-height: 1.8em;
    padding: 0 10px;
    border-width: 0;	
}
textarea{
    padding: 10px;	
}


.red			{background-color:#cd0039 !important;}
button.red		{background-color:#cd0039 !important;}
.redText   		{color:#cd0039;}

.dark_red		{background-color:#9b002c !important;}
.dark_redText   {color:#9b002c;}

.green			{background-color:#82d428 !important;}
.greenText   	{color:#82d428 !important;}

.light_grey 	{background-color:#898989}
.light_greyText {color:#898989;}

.ultralight_grey 	 {background-color:#f9f9fb !important;}
.ultralight_greyText {color:#f9f9fb;}

.light_blue 	{background-color:#47c0d0;}
.light_blueText {color:#47c0d0;}

.blue 			{background-color:#00a1ae;}
.blueText 		{color:#00a1ae;}
.blueBorder   	{border-color:#00a1ae;}

.grey 			{background-color:#666;}
.greyText 		{color:#666;}

.greyBut 		{background-color:#d4d4d4 !important;}

.dark_grey	 	{background-color:#212a33 !important; }
.dark_greyText  {color:#212a33;}

.white			{background-color:#fff;}
.whiteText		{color:#fff;}

.pink			{background-color:#cf083f;}
.pinkText		{color:#cf083f;}

.transparent    {background-color:transparent;}

.jumbotron{
	margin-bottom:0px;	
}
.jumbotron:not(:first-of-type){
    margin:  0px 0;	
}

.nopadding{
	padding:0px;
}
.nopadding_l{
	padding-left:0px;
}
.nopadding_r{
	padding-right:0px;	
}
.nomargin{
	margin:0;
}
.nobackground{
	background-color:inherit !important;
}
.container_white{
	background-color:#FFF;
}
.transbackground{
	background-color:rgba(0,0,0,0.0);
}

.small_container{
	max-width: 1100px !important;
}
.mini_container{
	max-width: 1060px !important;	
}

.left_align{
	text-align:left;
}
.right_align{
	text-align:right;
}

.right{
	float:right;	
}
.left{
	float:left;
}

#page_title{
    margin: 0;
    transition: opacity .3s ease-out;
    max-width: 60%;
	margin-top:3px;    
}
#page_title.shown{
	opacity: 1.0;
}

.jumbotron p{
	font-size: 17px;
    font-weight: 200;
	line-height:1.5em;
	color:#fff;
}

.jumbotron.default{
	margin:80px 0;
}
.lightbox{
	display:none;
}
a.button,
button.button{
	display: inline-block;
    padding: 10px 20px;
    line-height: 20px;
    min-width: 63px;
    font-size: 15px;
    background-color: #fff;
    color: #3f9b4f;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 7px;
    border-width: 0;
    text-align: center;
    transition: all .2s ease-in-out;
    box-shadow:  0 2px 0 rgba(0, 0, 0, 0.149);
}

a.button:not(.small):hover,
button.button:not(.small):hover{
	transform:translateY(1px);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.149);
}
a.button.small:hover,
button.button.small:hover{
	transform:translateY(2px);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.149);
}

.button.light{
	background-color: rgba(113, 146, 255, 0.71);
}

.button.green{
	background-color: #3f9b4f;
	color:white;
}
.button.dark{
	background-color: #424242;
	color:white;
}

.button.small{
	padding:5px;
	border-radius:5px;	
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.14901960784313725);
}

div.main_content{
	padding: 60px 0;
}

blockquote {
	display: inline-block;
    background-color: #f9f9fb;
    background-image: url(../images/icons/icon-quote.svg);
    background-repeat: no-repeat;
    background-position: 30px 20px;
    padding: 44px 30px 20px;
    margin-left: 0;
    margin-right: 0;
}
blockquote p{
	font-size: 20px !important;
    font-style: italic;
    font-weight: 600 !important;
}
.slogan_bar {
    position: relative;
    padding: 10px 10px;
    width: 100%;
    text-align: center;
    z-index: 100;
    background-color: rgba(50, 144, 67, 0.89);
    color: white;
}
.slogan_bar .slogan_logo{
	max-height: 100%;
    margin-right: 6px;
    padding: 8px;
    position: absolute;
    top: 0;
    left: 0;
}

body .big_container{
	max-width:1920px !important;
}

div.container.info{
	text-align:center;
	padding:20px 20px;
    border-width: 2px;
    border-style: solid;
    font-size: 16px;
}

div.container.info a{
	color:white;	
	text-decoration:underline;	
}

div.imageHolder{
	position:relative;
	width:100%;
	min-height:0px;
	overflow:hidden;
    background-size: cover;
}
div.imageHolder img{
	position:absolute;
	display:block;
	top:50%;
	left:50%;
	width:100%;
	height:auto;
	transform: translateX(-50%) translateY(-50%);
}

div.imageHolder.vertical img{
	height:100%;
	width:auto;
}
div.imageHolder.incr img{
	transform: translateX(-50%) translateY(-50%) scale(1.01);
}

div.topNavigator{
	padding-bottom:20px;
}
div.topText {
    max-width: 80%;
    text-align: Center;
    margin: auto;
}
div.topText p{
	text-align:center;
}

.sideContent ul{
	list-style:none;
	padding:0;
	margin:0;
}
.sideContent ul a{
	text-decoration:none; 
	width:100%;
    display: inline-block;
}
.sideContent ul li{
	min-height:50px;
	font-size:15px !important;
	padding:10px 0;
	transition: background-color .2s ease-in-out;
}
.sideContent ul a:first-of-type li{
	padding-top:0;
}

.sideContent ul a:not(:last-of-type) li{
	border-bottom: 2px solid #e1e1e1;
}

.sideContent ul li p{
	line-height:1.5em;
}
.sideContent ul li p.date,
.sideContent ul li p.title{
	width:100%;
	display:inline-block;
	font-weight:600;
	box-sizing:border-box;
}
.sideContent ul li p.date{
	color:#222a39;	
	margin-bottom:0;
    font-size: 13px;
}
.sideContent ul li p.title{
	margin:0;
	color:#cd0039;
    font-size: 15px;
}

div.loader{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:9999;
	background-color: rgba(255,255,255,0.8);
	opacity: 0.0;
	transition: opacity .1s ease-in-out;
}
div.loader img{
    position: absolute;
    width: 10%;
    min-width: 80px;
    max-width: 140px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);	
}
div.loader.show{
	opacity:1.0;
}
div.rightbox {
    padding: 30px 40px;
    color: white !important;
}
div.rightbox h3{
	margin:0;
}
div.rightbox h1,
div.rightbox h2,
div.rightbox h3{	
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.19);
}

.greenUl ul,
ul.greenUl{
	list-style: url("../images/icons/icon-check-circle.svg") !important;
	padding-left:20px !important;
}

.redUl ul,
ul.redUl{
	list-style: url("../images/icons/icon-check-red.svg") !important;
	padding-left:20px !important;
}

.redUl ul li,
ul.redUl  li,
.greenUl ul li,
ul.greenUl  li{
    padding-left: 7px !important;
    /* padding-bottom: 0px; */
    min-height: inherit;
}


ol.custom li,
ul.custom li,
div.textField ol li,
div.textField ul li{
    color: #cd0039;
    font-size: 1.6em;
    line-height: 1.1em;
}
ol.custom li span,
ul.custom li span,
div.textField ol li span,
div.textField ul li span{
	//font-size: initial;
	font-size: 16px;
    color: #1c1a19;
    display: inline-block;
    padding-bottom: 8px;
    line-height: 1.6em;
}
ol.custom li span,
div.textField ol li span{	
    vertical-align: bottom;
    padding: 11px 5px;
}

#map{
	width:100%;
	height:400px;
}

input.callme{
	border: 2px solid #ddd;
    border-radius: 2px;
	color:#000;
}

select.wrong,
textarea.wrong,
label.fileInput.wrong,
input.wrong{
	background-color: rgba(205, 0, 57, 0.06) !important;
    border-color: rgba(205, 0, 57, 0.18) !important;
}

div.viewer_error,
div.viewer_message{
	background-color:#43c3d3;
    padding: 15px;
    margin-bottom: 10px;
}
div.viewer_error{
	background-color:#fcb6b6;	
	color: #000;
}


label.fileInput {
    display: block;
    height: 50px;
    padding: 5px;
    padding-bottom: 8px;
    box-sizing: border-box;
	border:2px solid transparent;
}
label.fileInput span{	
	width: 100%;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;	
}
label.fileInput a{	
    background-color: #cd0039;
    float: right;
    padding: 0 10px;
    margin-bottom: 8px;	
}
label.fileInput a:hover{	
	background-color:#cd0039 !important;
}
label.fileInput input{
	display:none;
}
p.error {
    color: #cd0039;
    margin: -12px 0 10px 0 !important;
    font-weight: 600;
    font-size: 15px;
}
.categorieBox {
	height: 130px;
    line-height: 100px;
    padding: 20px;
    margin-bottom: 15px;
    background-size: cover;
    background-position: center;
	cursor:pointer;
}
.categorieBox .catTitle{
	margin:0;
}

.dark_background{
	background-color: rgba(9, 22, 33, 0.69);
}
div.dark-box{
	background-color: rgba(9, 22, 33, 0.55);
    border-radius: 5px;
    padding: 5px 18px;
}
div.dark-box p.title{
    color: #fff;
    font-size: 15px !important;
    margin: 4px 0 -8px;
    text-transform: uppercase;
}

div.fixed_content{
    overflow-y: auto;
    max-height: 800px;
    padding: 15px 50px;
    margin: 20px 0;
}

div.whiteWaveBox{
	background-color:#fff;
}
div.whiteWaveBox:before,
div.whiteWaveBox:after{
	content: '';
	position:Absolute;
	background-image: url(../images/flow-top.svg);
	background-size:100%;	
	left:0;
	width:100%;
	height:50px;	
}
div.whiteWaveBox:before{
	top:-50;
	transform: rotateZ(180deg);
}
div.whiteWaveBox:after{
	bottom:-50;
}

div.side-box div.side-box-bar {
    position: absolute;
    top: 0;
    left: 0%;
    width: 2px;
    height: 0%;
    background-color: #fff;
    animation-name: side-bar_grow;
    animation-duration: .5s;
    animation-delay: 2.0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

/* -- custom checkbox -- */
/* The container */
.customCheckbox {
	display: block;
	position: relative;
	padding-left: 35px;
    margin-bottom: 7px;
	cursor: pointer;
    font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.customCheckbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	left:0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
	background-color: transparent;
	border: 2px solid #c2c2c2;
	border-radius: 2px;
}

.customCheckbox.radio .checkmark{
	border-radius:50%;
}
.customCheckbox input[disabled] ~ .checkmark {
	background-color: rgba(205, 0, 57, 0.13);
}

/* On mouse-over, add a grey background color */
.customCheckbox:hover input ~ .checkmark {
	background-color: rgba(97, 153, 249, 0.71);
}

/* When the checkbox is checked, add a blue background */
.customCheckbox input:checked ~ .checkmark {
	background-color: rgba(97, 153, 249, 0.71);
    box-sizing: border-box;
    border: 2px solid #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.customCheckbox input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.customCheckbox .checkmark:after {
    left: 1px;
    top: 1px;
    width: 11px;
    height: 11px;
    background-color: rgba(255, 255, 255, 0.53);
    border-radius: 50%;
}


@media (min-width: 2000px){
	.small_container{
		max-width:1400px !important;
	}
	.jumbotron .container{
		max-width: 3110px;
	}
}
@media (max-width: 1500px){
	div.menuMax div.fslide img{
		min-height:100%;
		height:100% !important;
		width:auto !important;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);		
		-moz-transform: translateX(-50%) translateY(-50%);		
		-ms-transform: translateX(-50%) translateY(-50%);		
		-o-transform: translateX(-50%) translateY(-50%);		
		transform: translateX(-50%) translateY(-50%);		
	}
}

@media (max-width: 1200px){
	.not_tablet{
		display:none;
	}
	.tablet_nomargin{
		margin:0 !important;
	}
	.tablet_nopadding{
		padding:0;
	}
	.tablet_container_customWidth{
		width: 670px;
	}	
	.jumbotron .container {
		max-width: 100% !important;
	}
	.container {
		max-width: 100%;
	}
	.tablet_fullwidth{
		width: 100%;
	}
	.small_container{
		max-width: 100% !important;
	}
	
	.infoBoxes div.col {
		min-height: 362px;
	}
}
@media (min-width: 1200px){
	.not_tablet_nopadding{
		padding:0;
	}	
	.only_tablet{
		display:none;
	}		
}
@media (min-width: 768px){
	.not_mobile_nopadding{
		padding:0;
	}
	.not_mobile_nomargin{
		margin:0;
	}	
	.only_mobile{
		display:none;
	}

	.not_mobile_nopadding_r{
		padding-right: 0;
	}
	.not_mobile_nopadding_l{
		padding-left: 0;
	}
	.mobile_only{
		display:none;
	}
}
@media (max-width: 769px){
	.not_mobile{
		display:none !important;
	}
	
	.mobile_nomargin{
		margin:0;
	}
	.mobile_nopadding{
		padding:0;
	}
	.mobile_nopadding_i{
		padding: 0 !important;
	}
	
	.mobile_fullwidth{
		width:100%;
	}
	
	.infoBoxes div.col {
		padding: 50px 30px;
	}
	div.referentieHeader {
		height: 110px !important;
	}
	body{
		animation: animatedBackground 5s linear infinite;	
	}
}	

@media (min-width: 768px){	
	.show_from_tablet{
		display:block !important;
	}
}


@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 20%; }
}