*   {
    font-size: 14px;
    font-weight: 300;
    font-family: "Work Sans";
    }

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    }


.container {
    width: 880px;
    max-width: 880px;
    padding: 0px;
	border-left: 0px solid #ff0000;
	border-right: 0px solid #ff0000;
	}


.container_menu {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    background: #ffffff;
	height: 60px;
	z-index: 1000;
	}

/* The navigation bar - Fixed */
/* Top */
.top_menu {
    text-align: right;
    color: #20aea7;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Work Sans";
    padding: 10px 0px 10px 0px;
    }

.top_menu a {
    color: #20aea7;
    font-size: 14px;
    font-weight: 400;
    }
.top_menu .menu {
    float:right;
    text-align: right;
    padding-right: 15px;
    }

.dropdown {
    position: relative;
    display: inline-block;
	}

.dropdown span {
    display: inline-block;
    height: 28px;
	font-weight: 400;
    }

.dropdown-content {  
    display: none;
    position: absolute;
    min-width: 160px;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.6);
    padding: 0px;
    z-index: 3000;
	text-align: left;
}
.dropdown-content ul { 
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

.dropdown .dropdown-content ul li { 
	margin: 0px;
	line-height: 25px; 
	}
.dropdown .dropdown-content ul li a { 
	padding: 6px;
	display: block;
	text-decoration:  none; 
	}

.dropdown .dropdown-content ul li a:hover {
	color: #ffffff;
    background: #20aea7;
	}

.top_menu a {
    color: #20aea7;
    font-size: 14px;
    font-weight: 400;
	
	}

.top_menu .menu {
	margin-top: 2px;
	}

.top_menu .menu a {
	padding: 4px;
	}
 
.top_menu a:hover {
    color: #ffffff;
    background: #20aea7;
	text-decoration: none; 
	}
.top_menu a.active {
    color: #ffffff;
    background: #20aea7;
	text-decoration: none; 
	}



.dropdown:hover .dropdown-content {
    display: block;
}

.social {
    float:right;
    padding-right: 15px;
    }

.social-image {
    width: 18px;
    }

.social-link {
    display: inline-block;
    padding: 1px;
	margin-left: 10px;
    background-color: rgba(32, 174, 167, 1);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    }

/* Header */
.header {
	width: 100%;
	height: 635px;
	}

.header .logo { 
	float: left;
    z-index: 400;
    position: absolute;
    left: -74px;
    top: 0px;
	}
	
.header .slider {
	z-index: 2;
	display: block;
	width: 100%; 
	min-height: 450px;
	}
.header .slider .slick-dots li button:before {
    font-size: 12px;
    color: #ffffff;
	opacity: 1;
    }
.header .slider .slick-dots li.slick-active button:before {
	color: #7ec4c7;
	opacity: 1;    
	}
.header .slider .text {
	display: block;
    height: 450px;
    width: 100%;
    padding: 0px;
	}
	
.header .slider h2 {
	display:block;
	float:right;
	position: absolute;
	bottom: 120px;
	right: 0px;
	width: auto;
	max-width:65%;
	font-family: Alice;
	font-size: 41px;
	padding: 20px;
	padding-left: 32px;
	padding-right: 32px;
	background: rgba(255,255,255,0.4);
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	
	
    }
    
    .header .slider .image {
        background-size: 100%;
    }
	
.header .slider .slick-dots {
	bottom: 100px;
	z-index: 100;
	}

.header .navigation_menu {
	margin: 0 auto;
	}
	
.header .menu { 
	}




.header .button {
	float:left;
	width: 202px;
	height: 278px;
	top: -123px;
    position: relative;
	z-index: 200;
	background-color: #ffffff;
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
	background-position: 0px 84px;
	background-repeat: no-repeat;	
	}
.header .button .color { 
	margin-top: 35px;
	height: 22px;
	width: 100%;
	display: inline-block; 
	}

.header .button a {
	text-decoration: none;
	}

.header .button.style_1 {
	margin-right: 15px;
	background-image: url('../images/color_001.jpg');
	transition: all .5s ease-in-out;
	}

.header .button.style_2 {
	margin-right: 15px;	
	background-image: url('../images/color_002.jpg');
	transition: all .5s ease-in-out;
	}
	
.header .button.style_3 {
	background-image:url('../images/color_003.jpg');
	transition: all .5s ease-in-out;
	}



/*
.header .button.style_1:active, .header .button.style_2:active, .header .button.style_3:active {
	transform: translate(0px, 5px);
	-webkit-transform: translate(0px, 5px);
	box-shadow: 0px 1px 0px 0px;
	}


.header .button.style_1:hover, .header .button.style_2:hover, .header .button.style_3:hover {
  	box-shadow: 3px 5px 5px #888888;
	transition: all 1s ease;
  	transform: scale(1.1);
	}
*/


.header .button.style_1:hover h3, 
.header .button.style_1:hover h4, 
.header .button.style_2:hover h3, 
.header .button.style_2:hover h4, 
.header .button.style_3:hover h3, 
.header .button.style_3:hover h4
	{
  	/*box-shadow: 3px 5px 5px #888888;*/
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
		
	transition: all 1s ease;
  	transform: scale(1.2);
	}



.header .button.not_active h3,
.header .button.not_active h4 {
	color: #8fd6d3;
	
	}

.header h3 {
	color: #20aea7;
	font-size: 18px;
    font-weight: bold;
    font-family: "Work Sans";
	text-transform:uppercase;
	text-align: center;
	padding-top: 22px;
	margin: 0px;
	}

.header h4 {
	color: #20aea7;
	text-align: center;	
	font-size: 12px;
    font-weight: 300;
    font-family: "Work Sans";
	text-transform:uppercase;
	}


.header .button p {
	color: #4f4643;
	font-size: 14px;
	font-weight: 300; 
    font-family: "Work Sans";
	text-align:center;

	}

.header .button a {
	display: inline-block;
	width: 100%;
	color: #20aea7;
	font-size: 14px;
    font-weight: bold;
	font-family: "Work Sans";
	text-align:center;
	}

/* Content */
.introtekst {
    background: #f3faf9;
    padding: 40px 0px 40px 0px;
    }

.introtekst img {
    max-width:100%;
    height:auto;
}


.introtekst h1 {
    color: #20aea7;
    font-family: "Alice";
    font-size: 41px;
    margin-bottom: 44px;
    text-align:  center;
    }

.introtekst p,h2,h3 {
    color: #4f4643;
    }

.big_image {
    border-bottom: solid #20aea7 10px;
    padding: 0px;
    margin-bottom:  40px;
    }

.aanmeld_box {
    background: #6fc5c9;
    color: #ffffff;
    margin: 45px 15px 45px 15px;
    }

.aanmeld_box .col-6 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    }

.aanmeld_box .col-6 h3 {
    font-weight:300;
    font-family: "Work Sans";
    padding-bottom: 25px;
    }

.vrijwiller_intro {
    padding-left: 70px;
    padding-right: 70px;
    margin-bottom:  46px;
    }

.vrijwiller_tekst {
    font-weight:300;
    font-family: "Work Sans";
    }

.vrijwiller_tekst h2 {
    color: #20aea7;
	font-weight: 400;
    font-family: "Alice";
    font-size: 41px;
    margin-bottom: 30px;
    text-align:  center;
}

.vrijwiller_tekst p {
    color: #20aea7;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: "Work Sans";
    margin: 0px;
    }
.vrijwiller_left h3, .vrijwiller_right h3 {
    color: #20aea7;
    text-align: left;
    font-size: 26px;
    font-weight: 300;
    font-family: "Work Sans";
    margin-bottom: 30px;
    }

.vrijwiller_left p, .vrijwiller_right p {
    color: #554742;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    font-family: "Work Sans";
    }

.onze_mensen {
    background: #f3faf9;
	}


.onze_mensen h2 {
    color: #20aea7;
    font-family: "Alice";
    font-size: 41px;
    margin-bottom: 30px;
    text-align:  center;
}

.onze_mensen p {
    color: #20aea7;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: "Work Sans";
    margin: 0px;
    margin-bottom: 15px;
}

.onze_mensen p.small {
    color: #554742;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: "Work Sans";
    margin: 0px;
    margin-bottom: 74px;
    }

.form-check {
    float: left;
	font-weight: 300 !important;
    padding-right: 10px;
    color: #ffffff;
	}

.person_left {
    background: #ffffff;
    padding: 15px;
    padding-top: 45px;
	padding-bottom: 0px;
    }
.person_left_bg {
    background: #e5e2e1;
    }
.person_left img {
    margin-top: -70px;
    /*margin-left: 20px;*/
	margin-left: 0px;
	}



#judith_bos.person_left img {
	margin-top: -20px;
	}

.person_left .person_text {
    float: right;
    position: absolute;
    top: 70px;
    right: 30px;
    width: 68%;
    }

.person_right {

/*    margin-top: 20px;*/
	background-color: #ffffff;
    background-image: url('../images/lijn.jpg');
    background-position: 5px 0px;
	background-repeat: no-repeat; 
    padding: 15px;
    padding-top: 45px;
	margin-bottom:  30px;
}
.person_right_bg {
	margin-top: 40px;
    background: #e5e2e1;
}
.person_right img {
    /*float: right;*/
    /*margin-top: -77px;*/
    margin-right: 20px;
	/*padding-bottom: 77px;	*/
}

.person_right .person_text {
    float: left;
    position: relative;
    top: 30px;
    left: 30px;
     width: 66%;
    margin-right: 64px;
}

.person_text h3 {
    color: #20aea7;
    font-family: "Work Sans";
    font-size: 26px;
    /*margin-bottom: 32px;*/
    }





.mensen_box .col-12 { 
	background: #ffffff;
    padding: 15px;
    padding-top: 45px;
	padding-bottom: 0px;
	}

.mensen_box.right_photo .col-12 { 
	/*background: #000000;*/
    padding: 15px;
    padding-top: 0px;
	padding-bottom: 0px;
	}

.mensen_box .col-9 { 
	padding-top: 20px;
	padding-left: 30px; 
	background: #e5e2e1;
	}

.mensen_box .col-3 { 
	padding-left: 0px;
	padding-right: 0px;
	background: #e5e2e1;
	}

.mensen_box .col-3 img { 
	padding-left: 0px;
    margin-left: 0px;
    margin-top: 0px;
    width:auto;
    max-width: 100%;
    max-height: 125px;
	}



.mensen_box.hospice .col-3, 
.mensen_box.hospice .col-9 { 
	background: #f4faf9;
	}
 
.mensen_box h3 {
    color: #20aea7;
    font-family: "Work Sans";
    font-size: 26px;
}

.mensen_box.right_photo .col-3 img { 
    /*margin-top: -25px;*/
    float: right;
}

.right_photo {
	background-color: #ffffff;
    background-image: url('../images/lijn.jpg');
	background-size: contain;
    background-position: 5px 0px;
	background-repeat: no-repeat; 
    padding: 15px;
    padding-top: 45px;
	margin-bottom:  30px;
	}

.right_photo img {
    /*float: right;*/
    /*margin-top: -77px;*/

	/*padding-bottom: 77px;	*/
}





.vrijwilliger .top {
	width: 100%;
	  font-family: "Alice";
    font-size: 36px !important;
	}

.vrijwilliger .top h2, .vrijwilliger .top h2 p, .vrijwilliger .top h2 p strong {
    color: #20aea7;
    font-family: "Alice";
    font-size: 36px !important;
    margin-top: 50px;
	margin-bottom: 30px;
    text-align: center;
}

.vrijwilliger h3 {
    color: #20aea7;
    font-family: "Work Sans";
    font-size: 20px;
    }


.col-12.vrijwilliger  { 
	border-bottom: 10px solid #ffffff;
	}


.vrijwilliger .col-8 { 
	padding-top: 20px;
	padding-left: 20px; 
	padding-right: 20px; 
	background: #f4faf9;
	}

.vrijwilliger .col-4 { 
	padding-left: 0px;
	padding-right: 0px;
	background: #ffffff;
	border-right: 10px solid #ffffff;
	}

.vrijwilliger .col-4 img { 
	padding-left: 0px;
    margin-left: 0px;
	margin-top: 0px;
	width: 100%;
	}


.vrijwilliger.right_photo {
	background-color: #ffffff;
    background-image: none;
	background-size: contain;
    background-position: 5px 0px;
	background-repeat: no-repeat; 
    padding: 15px;
    padding-top: 45px;
	margin-bottom:  30px;
	}

.vrijwilliger.right_photo img {
    /*float: right;*/
    /*margin-top: -77px;*/
    margin-right: 20px;
	/*padding-bottom: 77px;	*/
	}




.form-control {
    font-weight: 300;
    font-family: "Work Sans";

    display: block;
    width: 100%;
    padding: 0.4rem 0.4rem;
    line-height: 1;
    color: #20aea7;
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, 0.05);
    border-radius: 0px;
    }

legend {
    float: left;
    width: 100px !important;
    font-size: 14px !important;
	margin-bottom: 0px !important;
    color: #ffffff !important;
    border: 0px solid #ffffff !important;
    }

.btn-primary {
    color: #20aea7 !important;
    background-color: #b3dfe1 !important;
    border-radius: 0 !important;
    border: 0px solid transparent !important;
    float: right !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}


.btn-primary:hover {
    color: #20aea7 !important;
    background-color: #b3dfe1 !important;
    border-radius: 0 !important;
    border: 0px solid transparent !important;
    float: right !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    }





/* Footer */
.footer {
    padding-top: 45px;
    background-color: #e6f4f4;
}

.footer h3 {
    color: #20aea7;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
    }

.footer p {
    color: #20aea7;
    font-size: 14px;
    }

.footer ul {
    margin-left: 0px;
    padding-left: 15px;
    }

.footer ul li {
    color: #20aea7;
    font-size: 14px;
    }


.footer .col-3.social {
    float: left;
    padding-left: 0px;
    padding-bottom: 10px;
    }

.footer .col-3.social .social-image {
    width: 25px;

    }

.bottom {
    color: #20aea7;
    font-size: 10px;
    border-top: 1px solid #20aea7;
    background-color: #e6f4f4;
    line-height: 30px;
}
.bottom .left {
    font-size: 10px;
    text-align: left;
    }

.bottom .right {
    font-size: 10px;
    text-align: right;
    }
	




/* Hospice */

.introtekst.hospice {
    background: #fdf1ec;
    }

.ons_huis.hospice {
    background: #ffffff;
    padding: 0px 0px 0px 0px;
    }	
	
.ons_huis.hospice h2 {
    color: #20aea7;
    font-family: "Alice";
    font-size: 41px;
    margin-bottom: 30px;
    text-align:  center;
}

.ons_huis p {
    color: #20aea7;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: "Work Sans";
    margin: 0px;
    margin-bottom: 50px;
}

.ons_huis_left p, .ons_huis_right p {
    color: #554742;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    font-family: "Work Sans";
    margin-bottom: 10px;	
}


.multiple-items.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.multiple-items .slick-dots {
    bottom: 0px;
    }


.multiple-items .slick-prev, .multiple-items .slick-next {
    z-index: 40000;
	}

.multiple-items .slick-prev {
	left: 0px;
	}

.multiple-items .slick-prev:before {
	content: '<';
	color: #20aea7;
	font-family: Arial; 
	font-size: 30px;
	padding: 10px 10px 10px 5px;
	background-color: rgba(255,255,255,0.8); 
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	}


.multiple-items .slick-next {
	right: 10px;
	}

.multiple-items .slick-next:before
	{
	content: '>';
	color: #20aea7;
	font-family: Arial; 
	font-size: 30px;
	    	padding: 10px 5px 10px 10px;
	background-color: rgba(255,255,255,0.8); 
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	}


.onze_mensen.hospice {
    background: #fdf1ec;
	padding-top: 40px;
    margin-bottom: 40px;
    }
.onze_mensen.hospice p {
    margin-bottom: 15px;
	}
	
.onze_mensen_left p, .onze_mensen_right p {
    color: #554742;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    font-family: "Work Sans";
    margin-bottom: 10px;	
	}

.onze_mensen_left.hospice, .onze_mensen_right.hospice { 
	border-bottom: 9px solid #29a39f;
	min-height: 270px; 
	}


.mensen_box.hospice .top {
	width: 100%;
	margin: 0 auto;
	}
.mensen_box.hospice .top h2 { 
	color: #20aea7;
    font-family: "Alice";
    font-size: 41px;
    margin-top: 50px;
    text-align:  center;
	}
.mensen_box.hospice .person_left_bg {
	background: #f4faf9;
	}
	
.mensen_box.hospice .person_right_bg {
	background: #f4faf9;
	}

.mensen_box.hospice .person_left .person_text {
	/*top: 60px;*/
	}

.mensen_box.hospice .person_left {
	padding-top: 56px;
	}
	

.mensen_box.hospice .person_right .person_text {
	margin-right: 56px;
	}
	

.giften.hospice {
    background: #fdf1ec;
	border-bottom: 10px solid #20aea7;
	
    }
	
	
.giften.hospice h2 { 
	color: #20aea7;
    font-family: "Alice";
    font-size: 41px;
    margin-top: 30px;
    text-align:  center;
	}


.giften.hospice h3 { 
	color: #20aea7;
    font-family: "Work Sans";
    font-size: 26px;
    margin-top: 30px;
    text-align:  left;
	}
	
.giften.hospice p {
    color: #20aea7;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: "Work Sans";
    margin: 0px;
	padding: 35px;
	}
	
.giften.hospice .giften_left p, .giften.hospice .giften_right p {
    color: #554742;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    font-family: "Work Sans";
    margin-bottom: 10px;
	padding: 0px;
	}



	
		


/* Thuiszorg */

.introtekst.thuiszorg {
    background: #fef4e4;
    }

.introtekst.thuiszorg p.intro {
    color: #20aea7;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: "Work Sans";
    margin: 0px;
    margin-bottom: 50px;
	}

.hoe_wij_werken.thuiszorg {
    background: #ffffff;
    padding: 0px 0px 0px 0px;
	margin-bottom: 70px;
    }	

.hoe_wij_werken_intro {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 46px;
	}
	
.hoe_wij_werken h2 {
    color: #20aea7;
    font-family: "Alice";
    font-size: 41px;
    margin-bottom: 30px;
    text-align:  center;
	}

.hoe_wij_werken h3 {
    color: #20aea7;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    font-family: "Work Sans";
    margin-bottom: 0px;
	}

.hoe_wij_werken_intro p {
	color: #20aea7;
	font-size: 16px;
    font-weight: 400;
    font-family: "Work Sans";
	}

.onze_mensen.thuiszorg {
    background: #fef4e4;
	padding-top: 40px;
	margin-bottom: 40px;
    }
.onze_mensen.thuiszorg p {
    margin-bottom: 15px;
	}
	
.onze_mensen_left.thuiszorg, .onze_mensen_right.thuiszorg { 
	border-bottom: 9px solid #29a39f;
	min-height: 270px; 
	}


.mensen_box.thuiszorg .top {
	width: 100%;
	margin: 0 auto;
	}
.mensen_box.thuiszorg .top h2 { 
	color: #20aea7;
    font-family: "Alice";
    font-size: 41px;
    margin-top: 50px;
    text-align:  center;
	}
.mensen_box.thuiszorg .person_left_bg {
	background: #f4faf9;
	}
	
.mensen_box.thuiszorg .person_right_bg {
	background: #f4faf9;
	}

.mensen_box.thuiszorg .person_left .person_text {
	/*top: 60px;*/
	}

.mensen_box.thuiszorg .person_left {
	padding-top: 56px;
	}

.mensen_box.thuiszorg .person_right .person_text {
	margin-right: 56px;
	}
	
.vrijwiller_tekst.thuiszorg {
    margin-top: 45px;
    }

/* Gastzorg */

.introtekst.gastzorg {
    margin: 0px;
/*    margin-bottom: 50px;*/
	padding: 40px 0px 40px 0px;
	}

.introtekst.gastzorg p {
    color: #20aea7;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: "Work Sans";
    }


/* Gastenboek */

.introgastenboek {
    background: #d7eceb;
    padding: 40px 0px 40px 0px;
	border-bottom: solid #20aea7 10px;
    /*padding: 0px;*/
    margin-bottom:  40px;
    }


.introgastenboek h1 {
    color: #20aea7;
    font-family: "Alice";
    font-size: 41px;
    margin-bottom: 44px;
    text-align:  center;
    }

.introgastenboek p {
    color: #4f4643;
    text-align:  center;
    }

#gastenboekform {
	padding-top: 30px;
    }

#gastenboekform .form-control {
    font-weight: 300;
    font-family: "Work Sans";
    display: block;
    width: 100%;
    padding: 0.4rem 0.4rem;
    line-height: 1;
    color: #20aea7;
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, 0.05);
    border-radius: 0px;
	}

#gastenboekform .btn-primary {
    color: #ffffff;
	cursor: pointer;
    background-color: #20aea7;
    border-radius: 0;
    border: 0px solid transparent;
    float: right;
    padding-left: 25px;
    padding-right: 25px;
	}



.gastenboek {
    background: #ffffff;
    padding: 40px 0px 40px 0px;
	margin-bottom:  40px;
    }

.gastenboek h2 {
    color: #20aea7;
    font-family: "Alice";
    font-size: 24px;
    margin-bottom: 30px;
    text-align:  left;
    }

.gastenboek h3 {
    color: #20aea7;
    font-family: "Work Sans", Arial;
    font-size: 14px;
    margin-bottom: 20px;
    text-align:  left;
    }

.gastenboek .comment {
    color: #4f4643;
    text-align:  left;
	padding-bottom: 40px;
	border-bottom: solid #20aea7 1px;
	margin-bottom: 40px;
    }


.gastenboek .comment.last {
    padding-bottom: 0px;
	border-bottom: solid #20aea7 0px;
	margin-bottom: 0px;
    }

.form-group.space { 
	margin-bottom: 30px;
	}

/* General */ 

.ons_huis p {
    color: #20aea7;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: "Work Sans";
    margin: 0px;
    margin-bottom: 50px;
}

.ons_huis_left p, .ons_huis_right p {
    color: #554742;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    font-family: "Work Sans";
    margin-bottom: 10px;	
}

.onze_mensen_left p, .onze_mensen_right p {
    color: #554742;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    font-family: "Work Sans";
    margin-bottom: 10px;	
}




.no_border {
	border: 0px; 
	}


@media screen and (max-width: 880px) { 
	.container { width: 100%; max-width: 100%; }
	.container_menu { width: 100%; background: #ffffff; height: auto; }
	.top_menu .menu { float: left; text-align: center; padding-right: 15px; }
	
	.header { width: 100%; max-width: 100%; height: 250px; overflow: hidden; }
	.header .logo { left: -36px; }
	.header .logo img { width: auto; height: 250px;  }
	
	/* 3 top buttons - niet tonen */ 
	.header .navigation_menu { display: none; }
	.header .navigation_menu .button { width: 101px; height: 139px; background-size: 100%; }
	.header .navigation_menu .button p { display: none; }
	.header .navigation_menu .button .color { display: none; }
	.header .navigation_menu h3 { font-size: 12px; }
	.header .navigation_menu h4 { font-size: 9px; }
	
	/* Slider */
	.header .slider { max-height: 250px; min-height: 250px; } 
	.header .slider h2 { font-size: 20px; bottom: 30px; }
	.header .slider .text { height: 250px; }
	.header .slider .slick-dots { bottom: 10px; }
	.header .slick-slide { background-size: cover; background-repeat: no-repeat; max-height: 250px; }
	
	
	.aanmeld_box .col-6 { flex: 0 0 100%; max-width: 100%; }
	.footer .col-6 { flex: 0 0 100%; max-width: 100%; }
	.footer .col-3 { flex: 0 0 50%; max-width: 50%; }
	
	}



@media screen and (max-width: 768px) { 
}

/*Nieuwsfoto opmaak*/
.box{
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;	
	padding-bottom: 40px;
}

.firstBox{
	padding-left: 15px;
	padding-bottom: 40px;
}

.nieuws p{
	color: #554742;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    font-family: "Work Sans";
    }

.nieuws h2{
	color: #20aea7;
	font-weight: 400;
    font-family: "Alice";
    font-size: 41px;
    margin-bottom: 30px;
    text-align:  center;
}

.flex-container{
	display: flex;
	flex-direction: row;
}

.flex-container-column{
	display: flex;
	flex-direction: column;
	padding-left: 60px;
}
