@charset "UTF-8";
/* Body praten css*/
body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	/*background-color: #f2f2f2;*/
	background-image: url(../images/background.png);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 1000px;
	}
/* Navigation */
header {
    width: 100%;
    height: 40px;
    background-color: rebeccapurple;
    border-bottom: 4px ridge #FFFFFF;
    border-radius: 10px;
}
.logo_image {
    max-width: 100px;
    max-height: 100px;
    margin: 10px;
    float: left;   
}
.logo_text {
    float: left;
    color: #FFFF00;
    font-weight: bold;
    width: auto;
    letter-spacing: auto;
    font-stretch: auto;
    margin-top: 6px;
    font-variant: inherit;
}
nav {
    float: right;
    display: inline;
    padding-top: 2px;
    text-align: right;
    margin-right: 25px;
}
header nav ul {
	list-style:none;
	float: right;
}
nav ul li {
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #EBEF0C;
}

/* leuze sprankelende zorg met een wijde blik*/
.hero_header {
    /*color: gold;
    text-align: center;
    margin: 0px;
    letter-spacing: 2px;*/
	color: gold;
    text-align: center;
    letter-spacing: 2px;
    margin: 0px;
	padding-top: 80px;
}

/* Hero Section plaatje praten-luid*/
.hero {
    background-image: url("../images/praten-luid.jpg");
	background-attachment:fixed;
    background-size: contain;
    background-repeat: no-repeat;
    height: 280px;
	background-color: transparent;
    margin-top: 4px;
    /*padding-bottom: 150px;*/
    margin-bottom: 0px;
	}
	
/*.light {
	font-weight: bold;
	color: #717070;
	}*/

/* sub titel de wereld is mooier*/
.tagline {
    margin-top: 0px;
	padding-top: 150px;
    text-align: center;
    color: gold;
	text-shadow: 1px 1px black;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
   
}
/* section team uitgangspunten*/
.team {
    color: rebeccapurple;
    max-witdth: 100%;
    text-align: center;
    float: none;
    clear: none;
	}
/* About Section */
.text_column {
    margin: 4px;
	width: 90%; /*21%; om 4 colums naast elkaar te zetten*/
	text-align: justify;
    font-weight: normal;
    line-height: 22px;
    float: left;
    padding-left: 40px;
    /*padding-right: px;*/
    color: rebeccapurple;
}
/*.about {
    padding-left: 25px;
    padding-right: 25px;
    display: inline-block;
    background-color: #800080;
    clear: none;
}*/

/* Stats Gallery */
.stats {
    color: rebeccapurple;
}
a:link {
  color: rebeccapurple;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: rebeccapurple;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: none;
  text-decoration: none;
  font-weight: bold;
}

a:active {
  color: rebeccapurple;
  background-color: none;
  text-decoration: none;
}
.gallery {
    clear: both;
    display: inline-block;
    width: 100%;
    background-color: #transparent;
    padding-top: 0px;
    margin-bottom: 0px;
    margin-top: 5px;
}
.thumbnail1 {
    width: 20%;
    text-align: center;
    float: left;
    border: 2px ridge white;
    border-radius: 14px;
    background-color: gold;
    margin-top: 5px;
    margin-left: 20px;
}

.gallery .thumbnail h4 {
    margin-top: 5px;
    color: orange;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
.thumbnail2 {
    width: 23%;
    text-align: center;
    float: left;
    margin-top: 5px;
    border: 2px ridge white;
    border-radius: 14px;
    background-color: greenyellow;
}
.thumbnail3 {
    width: 23%;
    text-align: center;
    float: left;
    margin-top: 5px;
    border: 2px ridge white;
    border-radius: 14px;
    background-color: aqua;
}
.thumbnail4 {
    width: 20%;
    text-align: center;
    float: left;
    margin-top: 5px;
    border: 2px ridge white;
    border-radius: 14px;
    background-color: magenta;
}
/* Parallax Section */
.banner {
    background-image: url("../images/praten-luid.png");
    height: 200px;
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
    float: none;
}
.parallax {
	color: orange;
	text-align: center;
	text-shadow: 1px 1px black;
	line-height: 26px;
	font-weight: bold;
	padding-top: 40px;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-left: 20px;
}
.parallax_description {
	color: orange;
	font-size: 24px;
	text-align: left;
	padding-top: 10px;
	/*width: 50%;*/
	float: left;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	}

/* 2 kolommen en tekst met 2 plaatjes*/
footer {
	padding-bottom: 35px;
}
.footer_column {
    width: 48%;
    text-align: center;
    padding-top: 10px;
    float: left;
    background-color:rgba(244,232,191,0.22);
    border: 1px dotted rebeccapurple;
	border-radius: 40px;
}
footer .footer_column h3 {
    color: gold;
    text-align: center;
	background: rebeccapurple;
	margin: 20px;
}
footer .footer_column p {
    color: rebeccapurple;
    background: rgba(238,237,197,0.10);
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
	}
.cards {
    width: 100%;
    border: 1px transparent;
    height: auto;
    max-width: 400px;
    max-height: 200px;
    /*box-shadow: 4px 4px rgba(85,74,6,0.42);*/
} 

.button {
    width: 200px;
	background-color: white;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border: 2px solid rebeccapurple;
    color: rebeccapurple;
    transition: all 0.4s linear;
}
.button:hover {
    color: rebeccapurple;
    cursor: pointer;
	background: greenyellow;
}
.buttonnav {
    width: 90px;
    background-color: #FFFFFF;
    float: right;
    margin: 5px;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border: 2px ridge gold;
    color: rebeccapurple;
    transition: all 0.3s linear;
    height: 20px;
}
.buttonnav:hover {
    color: rebeccapurple;
    cursor: pointer;
	background: gold;
}

.nieuws {
    text-align: center;
    color: gold;
	text-shadow: 1px .5px black;
    font-size: 20px;
    }
.copyright {
    color: gray;
	text-align: center;
    text-transform: normal;
    font-weight: lighter;
    letter-spacing: 2px;
    padding-bottom: 10px;
}
.footer_banner {
    margin-bottom: 0px;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 10px;
    display: inline-block;
    }
footer {
	display: inline-block;
	/*border: 1px solid rebeccapurple;*/
	}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
    width: 80%;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 40%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
	font-size: 26px;
   	    
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	font-size: 26px;
	float: none;
	text-align: center;
}
/*.banner {
	background-color: #2D9AB7;
	background-image: none;
}*/
	.banner {
	background-color: rgba(231,209,64,0.20);
	/*background-image: url("../images/aandacht.jpg");*/
	max-width: 100%;
	align: center;
	background-attachment: fixed;
	background-size: contain;
	background-repeat: no-repeat;
}
.tagline {
    margin-top: 20px;
    line-height: 0;
}
.hero_header {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 12px;
    text-align: center;
    clear: both;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
    width: 80%;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: gold;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	/*display: inline-block;
	background: #52bad5;*/
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 26px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
	font-size: 26px;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
	align:center;
}
}
