html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}


/*Standaard tekst style*/
h1{
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 10px;
}

h2{
	font-family: 'Raleway', sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 10px;
}

.h1{
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 10px;
}

h3{
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 10px;
}

h4{
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 10px;
}

p{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	text-align: justify;
	text-decoration: none;
	text-transform: none;
	color: #000000;
	line-height: 22px;
	margin-top: 10px;
}

a{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	text-align: justify;
	text-decoration: underline;
	text-transform: none;
	color: blue;
}

body{
	background: #FAECE1;
}

img{
	border-radius: 15px;
}

/*Navigatie*/
.nav_wrapper{
	width: 100%;
	height: 100px;
}

.dropdown_menu{
	display: none;
}

.nav_logo{
	width: 8%;
    height: 100%;
	float: left;
	object-fit: contain;
	display: flex;
	align-items: center;
	justify-content: center;
}

.JWC_logo{
	height: 80%;
	object-fit: contain;
	margin: auto;
}

.nav_settings {
	width: 7%;
	height: 100%;
	float: left;
	object-fit: contain;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.nav_settings .dropdown {
	display: none;
	position: absolute;
	background-color: #1C8A43;
	top: 100%;
	left: 0;
}
  

.settings-icon {
	cursor: pointer;
	font-size: 30px;
}
  
.dropdown {
	display: none;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	background-color: #1C8A43;
}

.dropdown a {
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	color: #000000;
	text-align: center;
}

.dropdown img {
	max-height: 100%;
	max-width: 60%;
	border-radius: 2px;
}

.socials{
	width: 15%;
    height: 100%;
	float: right;
	object-fit: contain;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social_med{
	width: 30%;
	margin-left: 10%;
    height: 100%;
	float: left;
	object-fit: contain;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social_logo{
	max-height: 30%;
	width: auto;
	object-fit: contain;
	border-radius: 0px;
}

.social_logo:hover{
	max-height: 45%;
	object-fit: contain;
}

.navigation_bar{
	display: flex;
	text-align: center;
	align-items: center;
	width: 70%;
	float: left;
	background: #1C8A43;
	height: 100%;
	border-radius: 3px;
}

.navigation_bar a {
	flex: 1;
	line-height: 100%;
	text-decoration: none;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	color: white;
}

.navigation_bar a:hover{
	font-weight: 600;
}


/*Standaard pagina layout*/
.centered_content{
	width: 70%;
	margin: 0 auto;
}

/* Homepagina */
.content_home1{
	float: left;	
	background: #FAECE1;
	padding: 20px 20px 20px 20px;
	display:flex;
}

.content_home2{
	float: left;	
	background: #90D7BD;
	padding: 20px 20px 20px 20px;
	border-radius: 25px;
}

.content_home3{
	float: left;	
	background: #FAECE1;
	padding: 20px 20px 20px 20px;
	display:flex;
}

#home_welkom{
	max-width: 65%;
	max-height: 100%;
	float: left;
	padding-right: 20px;
}

#about_knop{
	width: 150px;
	height: 50px;
	float: right;
	margin-top: 20px;
	display: block;
	background: #1C8A43;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}

#about_knop a{
	text-decoration: none;
	color: white;
	font-weight: 500;
	display: block;
}

#about_knop a:hover{
	text-decoration: none;
	color: white;
	font-weight: 700;
	font-size: 16px;
}

#welkom_foto_div{
	width: 35%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#welkom_foto{
	max-height: 100%;
	max-width: 100%;
	float: right;
	object-fit: contain;
	margin-left: 20px;
}

#home_opdrachtgevers{
	width: 100%;
}

#home_opdrachtgevers h2{
	text-align: center;
}

#home_opdrachtgevers h4{
	text-align: center;
}

#opdrachtgevers_details{
	width: 100%;
	display:flex;
}

#foto_opdrachten_div{
	width: 39%;
	margin-left: 1%;
	float: left;
	align-items: center;
	justify-content: center;
}

#opdrachtgevers_tekst{
	width: 60%;
	height: 100%;
	float: left;
	padding-left: 20px;
}

#diensten_knop{
	width: 150px;
	height: 50px;
	margin-top: 20px;
	display: block;
	background: #1C8A43;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:5px;
}

#diensten_knop a{
	text-decoration: none;
	color: white;
	font-weight: 500;
	display: block;
	padding: 0 10px;
}

#diensten_knop a:hover{
	text-decoration: none;
	color: white;
	font-weight: 700;
	font-size: 16px;
}

#foto_opdrachten{
	max-width: 100%;
	max-height: 100%;
	float: left;
	object-fit: contain;
	margin-right: 20px;
}

#home_vragen{
	max-width: 45%;
	max-height: 100%;
	float: left;
	padding-right: 20px;
}

#contact_foto_div{
	width: 55%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#contact_foto{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

#contact_knop{
	width: 200px;
	height: 50px;
	float: left;
	margin-top: 20px;
	display: block;
	background: #1C8A43;
	display: flex;
	align-items: center;
	justify-content: center;
}

#contact_knop a{
	text-decoration: none;
	color: white;
	font-weight: 500;
	display: block;
	padding: 0 10px;
}

#contact_knop a:hover{
	text-decoration: none;
	color: white;
	font-weight: 700;
	font-size: 16px;
}

#tempkaart_div{
	width: 45%;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	margin-right: 20px;
}

#tempkaart_home{
	max-width: 100%;
	max-height: 100%;
	float: left;
	object-fit: contain;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#home_actueel_weer{
	max-width: 100%;
	margin-left: 20px;
}

#home_actueel_weer h2{
	text-align: center;
}

#actueel_weer_knop{
	float: right;
	margin-right: 5%;
	width: 45%;
	height: 50px;
	margin-top: 20px;
	display: block;
	background: #1C8A43;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:5px;
}

#actueel_weer_knop a{
	text-decoration: none;
	color: white;
	font-weight: 500;
	display: block;
	padding: 0 10px;
}

#actueel_weer_knop a:hover{
	text-decoration: none;
	color: white;
	font-weight: 700;
	font-size: 16px;
}

#klimaatgrafieken_knop{
	float: right;
	width: 300px;
	height: 50px;
	margin-top: 20px;
	display: block;
	background: #1C8A43;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:5px;
}

#klimaatgrafieken_knop a{
	text-decoration: none;
	color: white;
	font-weight: 500;
	display: block;
	padding: 0 10px;
}

#klimaatgrafieken_knop a:hover{
	text-decoration: none;
	color: white;
	font-weight: 700;
	font-size: 16px;
}

#klimaat_intro{
	max-width: 45%;
	max-height: 100%;
	float: left;
	padding-right: 20px;
}

#klimaatgrafieken_home_div{
	width: 55%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#klimaatgrafieken_home_foto{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.blank_right ul{
	width: 130px;
	position: fixed;
	top: 300px;
	right: 15px;
}

.blank_right ul li{
	list-style: circle;
	color: #000000;
	line-height: 20px;
	float: left;
	line-height: 40px;
}

.blank_right ul li a{
	font-weight: 400;
	text-align: left;
	display: block;
	text-decoration: none;
	color: #000000;
}

.blank_right ul li a:hover{
	font-weight: 600;
}

/* Diensten pagina */
#diensten_welkom{
	max-width: 55%;
	max-height: 100%;
	float: left;
	padding-right: 20px;
}

#diensten_foto1_div{
	width: 45%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#diensten_foto1{
	max-height: 100%;
	max-width: 100%;
	float: right;
	object-fit: contain;
	margin-left: 20px;
}

#diensten_voorbeelden{
	margin-top: 20px;
	width: 100%;
}

#diensten_voorbeelden h2{
	text-align: center;
	text-transform: none;
}

#voorbeeld1{
	width: 33.3%;
	float: left;
}

#voorbeeld1 img{
	max-width: 94%;
	max-height: 100%;
	float: left;
	object-fit: contain;
	padding-top: 2%;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 2%;
}

#voorbeeld1 h2{
	text-align: center;
	padding-left: 3%;
	padding-right: 3%;
	font-size: 30px;
}

#voorbeeld1 p{
	text-align: left;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 2%;
	padding-top: 2%;
}

#voorbeeld2{
	width: 33.3%;
	float: left;
}

#voorbeeld2 img{
	max-width: 94%;
	max-height: 100%;
	float: left;
	object-fit: contain;
	padding-top: 2%;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 2%;
}

#voorbeeld2 h2{
	text-align: center;
	padding-left: 3%;
	padding-right: 3%;
	font-size: 30px;
}

#voorbeeld2 p{
	text-align: left;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 2%;
	padding-top: 2%;
}

#voorbeeld3{
	width: 33.4%;
	float: left;
}

#voorbeeld3 img{
	max-width: 94%;
	max-height: 100%;
	float: left;
	object-fit: contain;
	padding-top: 2%;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 2%;
}

#voorbeeld3 h2{
	text-align: center;
	padding-left: 3%;
	padding-right: 3%;
	font-size: 30px;
}

#voorbeeld3 p{
	text-align: left;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 2%;
	padding-top: 2%;
}

#diensten_vragen{
	max-width: 55%;
	max-height: 100%;
	float: left;
	padding-right: 20px;
}

#contact_knop{
	width: 200px;
	height: 50px;
	float: left;
	margin-top: 35px;
	display: block;
	background: #1C8A43;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}

#contact_knop a{
	text-decoration: none;
	color: white;
	font-weight: 500;
	display: block;
	padding: 0 10px;
}

#contact_knop a:hover{
	text-decoration: none;
	color: white;
	font-weight: 700;
	font-size: 16px;
}

#contact_foto2_div{
	width: 45%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#contact_foto2{
	max-height: 100%;
	max-width: 100%;
	float: right;
	object-fit: contain;
	margin-left: 20px;
}

.blank_right_diensten ul{
	width: 100px;
	position: fixed;
	top: 300px;
	right: 15px;
}

.blank_right_diensten ul li{
	list-style: circle;
	line-height: 20px;
	float: left;
	line-height: 40px;
}

.blank_right_diensten ul li a{
	font-weight: 400;
	text-align: left;
	display: block;
	text-decoration: none;
	color: black;
}

.blank_right_diensten ul li a:hover{
	font-weight: 600;
}

/* About pagina */
#about_welkom{
	max-width: 55%;
	max-height: 100%;
	float: left;
	padding-right: 20px;
}

#about_foto1_div{
	width: 45%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#about_foto1{
	max-height: 100%;
	max-width: 100%;
	float: right;
	object-fit: contain;
	margin-left: 20px;
}

#diensten_knop2{
	width: 100%;
	height: 50px;
	margin-top: 20px;
	display: block;
	background: #1C8A43;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}

#diensten_knop2 a{
	text-decoration: none;
	color: white;
	font-weight: 500;
	display: block;
	padding: 0 0px;
}

#diensten_knop2 a:hover{
	text-decoration: none;
	color: white;
	font-weight: 700;
	font-size: 16px;
}

#personal_text{
	float: none;
}

#personal_text h2{
	text-align: center;
}

#profielfoto_div{
	float: right;
	width: 35%;
	align-items: center;
	justify-content: center;
}

#profielfoto{
	max-height: 100%;
	max-width: 90%;
	object-fit: contain;
	margin-right: 5%;
	margin-left: 5%;
}

#about_interesses{
	max-width: 50%;
	max-height: 100%;
	float: left;
	padding-right: 20px;
}

#hobbys_foto_div{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#hobbys_foto{
	max-height: 100%;
	max-width: 100%;
	float: right;
	object-fit: contain;
	margin-left: 20px;
}

.blank_right_about ul{
	width: 100px;
	position: fixed;
	top: 300px;
	right: 15px;
}

.blank_right_about ul li{
	list-style: circle;
	line-height: 20px;
	float: left;
	line-height: 40px;
}

.blank_right_about ul li a{
	font-weight: 400;
	text-align: left;
	display: block;
	text-decoration: none;
	color: black;
}

.blank_right_about ul li a:hover{
	font-weight: 600;
}

/* Contact pagina */
.content_contact2{
	float: left;	
	background: #90D7BD;
	border-radius: 10px;
	width: 100%;
}

#home_contact{
	max-width: 70%;
	max-height: 100%;
	float: left;
	padding-right: 20px;
}

#contact_foto3_div{
	max-width: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#contact_foto{
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}

#contactformulier{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#formulier_header h2{
	text-align: center;
	padding-top: 20px;
}

#formulier_header p{
	text-align: center;
}

form{
	background: #90D7BD;
	padding: 20px 20px 20px 20px;
	display:flex;
	width: 80%;
	flex-direction: column;
	border-radius: 25px;
}

form input, form textarea{
	border: 0;
	margin: 10px 0;
	padding: 20px;
	outline: none;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
	text-transform: none;
}

#contactformulier button{
	border: 0;
	padding: 20px;
	outline: none;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	color: white;
	background: #1C8A43;
	cursor: pointer;
	width: 200px;
	border-radius: 25px;
	margin: 20px auto 0;
}


/* Nieuwsberichten pagina */
#nieuws_welkom{
	max-width: 65%;
	max-height: 100%;
	float: left;
	padding-right: 20px;
}

#nieuws_foto1_div{
	width: 35%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#nieuws_foto1{
	max-height: 100%;
	max-width: 100%;
	float: right;
	object-fit: contain;
	margin-left: 20px;
}

#kop_blog{
	text-align: center;
}

#nieuws_projecten{
	width: 48%;
	float: left;
	padding-right: 1%;
	padding-left: 1%;
}

#nieuws_algemeen{
	width: 48%;
	float: right;
	padding-right: 1%;
	padding-left: 1%;
}

#nieuws_projecten div{
	width: 100%;
	height: 100%;
	display: block;
	background: #FAECE1;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#nieuws_algemeen div{
	width: 100%;
	height: 100%;
	display: block;
	background: #FAECE1;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#nieuws_titel{
	width: 96%;
	text-align: justify;
	padding-left: 2%;
	padding-right: 2%; 
	padding-top: 10px;
	overflow-wrap: break-word;
}

#nieuws_date{
	width: 96%;
	text-align: justify;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 0px;
	font-style: italic;
	overflow-wrap: break-word;
}

#nieuws_foto{
	max-width: 50%;
	object-fit: contain;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-right: 2%;
	margin-left: 2%;
	float: left;
}

#nieuws_tekst{
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 20px;
	float: none;
	text-align: left;
}

#link_fotograaf{
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 20px;
	float: none;
	text-decoration: none;
	color: black;
}

#knop_nieuws{
	width: 100%;
	height: 50px;
	position: auto;
	margin-top: 20px;
	background: #1C8A43;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: white;
	font-weight: 500;
	padding: 0 0px;
	border-radius: 5px;
}

#knop_nieuws:hover{
	text-decoration: none;
	color: white;
	font-weight: 700;
	font-size: 16px;
}

#links_nieuws{
	width: 70%;
	height: 50px;
	background: #1C8A43;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: white;
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: auto;
	border-radius: 10px;
}

#links_nieuws:hover{
	text-decoration: none;
	color: white;
	font-weight: 700;
	font-size: 16px;
}

#nieuws_foto2_div{
	width: 35%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#nieuws_foto2{
	max-height: 100%;
	max-width: 100%;
	float: right;
	object-fit: contain;
	margin-left: 20px;
}

#diensten_vragen_nieuws{
	max-width: 65%;
	max-height: 100%;
	float: left;
	padding-right: 20px;
}

.blank_right_nieuws ul{
	width: 125px;
	position: fixed;
	top: 300px;
	right: 15px;
}

.blank_right_nieuws ul li{
	list-style: circle;
	line-height: 20px;
	float: left;
	line-height: 40px;
}

.blank_right_nieuws ul li a{
	font-weight: 400;
	text-align: left;
	display: block;
	text-decoration: none;
	color: black;
}

.blank_right_nieuws ul li a:hover{
	font-weight: 600;
}

#hiddentext{
	color: #FAECE1;
}

#nieuwsarchief_knop{
	width: 310px;
	height: 50px;
	margin-top: 20px;
	display: block;
	background: #1C8A43;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	float: left;
	margin-right: 20px;
}

#nieuwsarchief_knop a{
	text-decoration: none;
	color: white;
	font-weight: 500;
	display: block;
	padding: 0 10px;
}

#nieuwsarchief_knop a:hover{
	text-decoration: none;
	color: white;
	font-weight: 700;
	font-size: 16px;
}

/* Nieuwsberichten archief */
#bericht_archief{
	width: 48%;
	height: 100%;
	float: left;
	display: block;
	background: #FAECE1;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 1%;
	margin-left: 1%;
}

#nieuwsarchief_intro{
	max-width: 100%;
	max-height: 100%;
	float: left;
}

#nieuws_knop{
	width: 280px;
	height: 50px;
	margin-top: 20px;
	display: block;
	background: #1C8A43;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}

#nieuws_knop a{
	text-decoration: none;
	color: white;
	font-weight: 500;
	display: block;
	padding: 0 10px;
}

#nieuws_knop a:hover{
	text-decoration: none;
	color: white;
	font-weight: 700;
	font-size: 16px;
}

#nieuws_video1{
	max-width: 50%;
	object-fit: contain;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-right: 2%;
	margin-left: 2%;
	float: left;
}




/* Nieuwe weerpagina */
.intro_weer{
	width: 100%;
}

.intro_weer h1{
	text-align: center;
	text-transform: none;
}

#opmerkingen_temperatuurkaart{
	text-align: center;
	font-size: 28px;
}

#tempkaart_selectie{
	width: 50%;
	margin-left: 0%;
	float: left;
}

#temp-map{
	width: 100%;
}

.tempkaart_selectie container{
	text-align: justify;
}

.tempkaart_info{
	width: 47%;
	margin-left: 3%;
	float: right;
}

#info_tekst_tempkaart{
	text-align: justify;
	margin-bottom: 20px;
}

#time-display{
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	text-decoration: none;
	text-transform: none;
	color: #000000;
}

.tempkaart_info p{
	text-align: center;
}

.tempkaart_info label{
	align-items: left;
	text-align: justify;
	margin-left: 0%;
}

.tempkaart_slider{
	width: 100%;
	float:left;
	margin-top: 10px;
}

.slider_top {
	width: 100%;
	height: 60px;
	float: left;
}

.slider_top p {
	font-weight: 500;
	float: right;
	text-align: center;
}

.slider_top input[type="range"] {
	-webkit-appearance:none !important;
	width: 90%;
	margin-left: 5%;
	float: left;
	height: 5px;
	background: #1C8A43;
	border: none;
	outline: none;
	margin-top: 27.5px;
	
}

.slider_top input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none !important;
	width: 30px;
	height:30px;
	background: #1C8A43;
	border: 2px solid black;
	border-radius: 50%;
	cursor: pointer;
}

.slider_top input[type="range"]::-webkit-slider-thumb:hover {
	background: #FAECE1;
}

#previous_chart{
	display: block;
	height: 40px;
	margin-top: 10px;
	width: 13%;
	margin-left: 2%;
	position: relative;
	border-radius: 10px;
	float: left;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	color: black;
	background-color: #FAECE1;
	line-height: 22px;
}

#next_chart{
	display: block;
	height: 40px;
	margin-top: 10px;
	width: 13%;
	margin-left: 2%;
	position: relative;
	border-radius: 10px;
	float: left;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	color: black;
	background-color: #FAECE1;
	line-height: 22px;
}

#autoplay_knop{
	display: block;
	height: 40px;
	margin-top: 10px;
	width: 33%;
	margin-left: 2%;
	position: relative;
	border-radius: 10px;
	float: left;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	color: black;
	background-color: #FAECE1;
	line-height: 22px;
}

#snelheid_knop{
	display: block;
	height: 40px;
	margin-top: 10px;
	width: 33%;
	margin-left: 2%;
	position: relative;
	border-radius: 10px;
	float: left;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	color: black;
	background-color: #FAECE1;
	line-height: 22px;
}

#hidden_autoplay{
	display: None;
}

#tekst_waarnemingen{
	max-width: 45%;
	max-height: 100%;
	float: left;
	padding-right: 20px;
	padding-top: 30px;
}

#weerkaart_knmi_div{
	width: 55%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

#weerkaart_knmi{
	max-height: 100%;
	max-width: 100%;
	float: right;
	object-fit: contain;
	margin-left: 0px;
}

#opmerkingen_waarnemingen{
	text-align: center;
	font-size: 28px;
}

.blank_right_weer ul{
	width: 115px;
	position: fixed;
	top: 300px;
	right: 15px;
}

.blank_right_weer ul li{
	list-style: circle;
	line-height: 20px;
	float: left;
	line-height: 40px;
}

.blank_right_weer ul li a{
	font-weight: 400;
	text-align: left;
	display: block;
	text-decoration: none;
	color: black;
}

.blank_right_weer ul li a:hover{
	font-weight: 600;
}


#intro_kansverwachting{
	text-align: center;
	font-size: 28px;
}

.kansverwachting_tekst{
	width: 35%;
	margin-left: 2%;
	float: right;
}

.kansverwachting_div{
	width: 63%;
	float: left;
}

#kansverwachting_img{
	max-height: 100%;
	max-width: 100%;
	float: right;
	object-fit: contain;
	margin-left: 0px;
}





/* Klimaatgrafieken weerpagina */
.intro_anomaliekaarten{
	width: 100%;
}

.intro_anomaliekaarten h1{
	text-align: center;
}

.grafiek_selectie{
	float: left;
	width: 35%;
}

.grafiek_selectie h3{
	text-align: center;
	
}

.grafiek_selectie span{
	display: none;
}

.grafiek_selectie select{
	width: 100%;
	text-align: center;
	align-items: center;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
	background-color: #1C8A43;
	border-radius: 5px;
	border-color: #1C8A43;
	padding: 8px 8px;
	color: white;
}

.grafiek_selectie select option{
	width: 100%;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
	background-color: #f1f1f1;
	color: black;
}

.anomaliekaart_div{
	width: 63%;
	margin-left: 2%;
	float: right;
}

#anomaliekaart_img{
	width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.intro_klimaat{
	width: 100%;
}

.intro_klimaat h1{
	text-align: center;
}

.jaar_intro{
	float: right;
	width: 40%;
}

.jaar_intro h2{
	text-align: center;
	font-weight: 700;
	font-size: 25px;
}

.jaar_grafiek{
	width: 57%;
	float: left;
	margin-right: 3%;
}

#jaargrafiek_img{
	width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.dagrecords_grafiek_intro{
	float: left;
	width: 40%;
}

.dagrecords_grafiek_intro h2{
	text-align: center;
	font-weight: 700;
	font-size: 25x;
}

.dagrecords_grafiek{
	width: 57%;
	float: right;
	margin-left: 3%;
}

#dagrecord_img{
	width: 100%;
}

.statistieken_intro{
	float: right;
	width: 40%;
}

.statistieken_intro h2{
	text-align: center;
	font-weight: 700;
	font-size: 25px;
}

.statistieken_grafiek{
	width: 57%;
	float: left;
	margin-right: 3%;
}

#statistieken_img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.koele_zomerdagen_intro{
	float: left;
	width: 40%;
}

.koele_zomerdagen_intro h2{
	text-align: center;
	font-weight: 700;
	font-size: 25x;
}

.koele_zomerdagen_grafiek{
	width: 57%;
	float: right;
	margin-left: 3%;
}

#zomerdagen_img{
	width: 100%;
}


/* Min width for laptop (tested): 1250 px */
/* Min width for tablet (not tested yet): 800 */


/* ----------- Tablet/Narrow Laptop view ----------- */
@media screen 
  and (min-device-width: 800px) 
  and (max-device-width: 1250px) { 

		/*Standaard tekst style*/
	h1{font-size: 32px;
	}

	h2{font-size: 26px;
	}

	.h1{font-size: 32px;
	}

	h3{font-size: 20px;
	}

	h4{font-size: 16px;
	}

	p{font-size: 14px;
	}

	a{font-size: 14px;
	}

	body{
		background: #FAECE1;
	}

	img{
		border-radius: 10px;
	}

	/*Navigatie*/
	.nav_logo{
		width:10%;
		height: 100%;
		float: left;
		object-fit: contain;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.JWC_logo{
		height: 80%;
		object-fit: contain;
	}

	.socials{
		width: 10%;
		height: 100%;
		float: right;
		object-fit: contain;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.social_med{
		width: 20%;
		margin-left: 10%;
		height: 100%;
		float: left;
		object-fit: contain;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.social_logo{
		max-height: 20%;
		width: auto;
		object-fit: contain;
	}

	.social_logo:hover{
		max-height: 45%;
		object-fit: contain;
	}

	.navigation_bar{
		display: none;
	}

	#dark_mode_vertical{
		max-width: 6.5%;
	}

	.nav_settings{
		display: none;
	}

	.dropdown_menu{
		display: block;
		width: 80%;
		float: left;
		height: 100%;
		text-align: center;
		align-items: center;
	}
	
	.dropbtn {
		background-color: #1C8A43;
		height: 100%;
		width: 100%;
		color: white;
		padding: 16px;
		font-size: 30px;
		font-weight: 400;
		border: none;
		cursor: pointer;
		font-family: 'Raleway', sans-serif;
	}
	
	.dropdown-content {
		display: none;
		position: absolute;
		background-color: #1C8A43;
		width: 80%;
		z-index: 1;
	}
	
	.dropdown-content a {
		color: white;
		padding: 16px 16px;
		text-decoration: none;
		display: block;
		text-align: center;
	}

	.dropdown_menu:hover .dropdown-content {
		display: block;
	}
	
	.dropdown-content a:hover {
		font-weight: 600;
		font-size: 18px;
	}


	/*Standaard pagina layout*/
	.centered_content{
		width: 80%;
		margin: 0 auto;
	}

	/* Homepagina */
	.content_home1{
		float: left;	
		background: #FAECE1;
		padding: 20px 20px 20px 20px;
		display:flex;
	}

	.content_home2{
		float: left;	
		background: #90D7BD;
		padding: 20px 20px 20px 20px;
		border-radius: 25px;
	}

	.content_home3{
		float: left;	
		background: #FAECE1;
		padding: 20px 20px 20px 20px;
		display:flex;
	}

	#home_welkom{
		max-width: 55%;
		max-height: 100%;
		float: left;
		padding-right: 20px;
	}

	#about_knop{
		width: 150px;
		height: 50px;
		float: right;
		margin-top: 20px;
		display: block;
		background: #1C8A43;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 5px;
	}

	#about_knop a{
		text-decoration: none;
		color: white;
		font-weight: 500;
		display: block;
	}

	#about_knop a:hover{
		text-decoration: none;
		color: white;
		font-weight: 700;
		font-size: 16px;
	}

	#welkom_foto_div{
		width: 45%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#welkom_foto{
		max-height: 100%;
		max-width: 100%;
		float: right;
		object-fit: contain;
		margin-left: 20px;
	}

	#home_opdrachtgevers{
		width: 100%;
	}

	#home_opdrachtgevers h2{
		text-align: center;
	}

	#home_opdrachtgevers h4{
		text-align: center;
	}

	#opdrachtgevers_details{
		width: 100%;
		display:flex;
	}

	#foto_opdrachten_div{
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#opdrachtgevers_tekst{
		width: 70%;
		height: 100%;
		float: left;
		padding-left: 10px;
	}

	#diensten_knop{
		width: 150px;
		height: 50px;
		margin-top: 20px;
		display: block;
		background: #1C8A43;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius:5px;
	}

	#diensten_knop a{
		text-decoration: none;
		color: white;
		font-weight: 500;
		display: block;
		padding: 0 10px;
	}

	#diensten_knop a:hover{
		text-decoration: none;
		color: white;
		font-weight: 700;
		font-size: 16px;
	}

	#foto_opdrachten{
		max-width: 100%;
		max-height: 100%;
		float: left;
		object-fit: contain;
		margin-right: 20px;
	}

	#home_vragen{
		max-width: 45%;
		max-height: 100%;
		float: left;
		padding-right: 20px;
	}

	#contact_foto_div{
		width: 55%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#contact_foto{
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
	}

	#contact_knop{
		width: 200px;
		height: 50px;
		float: left;
		margin-top: 20px;
		display: block;
		background: #1C8A43;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#contact_knop a{
		text-decoration: none;
		color: white;
		font-weight: 500;
		display: block;
		padding: 0 10px;
	}

	#contact_knop a:hover{
		text-decoration: none;
		color: white;
		font-weight: 700;
		font-size: 16px;
	}

	#tempkaart_div{
		width: 100%;
		align-items: center;
		justify-content: center;
		float: left;
		margin-right: 0px;
	}
	
	#tempkaart_home{
		max-width: 100%;
		max-height: 100%;
		float: left;
		object-fit: contain;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	#home_actueel_weer{
		max-width: 100%;
		margin-left: 0px;
	}
	
	#home_actueel_weer h2{
		text-align: center;
	}
	
	#actueel_weer_knop{
		float: right;
		margin-right: 0%;
		width: 100%;
		height: 50px;
		margin-top: 20px;
		display: block;
		background: #1C8A43;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius:5px;
	}
	
	#actueel_weer_knop a{
		text-align: center;
		text-decoration: none;
		color: white;
		font-weight: 500;
		display: block;
		padding: 0 10px;
	}
	
	#actueel_weer_knop a:hover{
		text-decoration: none;
		color: white;
		font-weight: 700;
		font-size: 16px;
	}

	#klimaatgrafieken_knop{
		float: right;
		width: 100%;
		margin-top: 20px;
		display: block;
		background: #1C8A43;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius:5px;
	}
	
	#klimaatgrafieken_knop a{
		text-align: center;
		text-decoration: none;
		color: white;
		font-weight: 500;
		display: block;
		padding: 0 10px;
	}


	#klimaat_intro{
		max-width: 45%;
		max-height: 100%;
		float: left;
		padding-right: 20px;
	}

	#klimaatgrafieken_home_div{
		width: 55%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#klimaatgrafieken_home_foto{
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
	}

	.blank_right ul{
		display: none}


	/* Diensten pagina */
	#diensten_welkom{
		max-width: 55%;
		max-height: 100%;
		float: left;
		padding-right: 20px;
	}

	#diensten_foto1_div{
		width: 45%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#diensten_foto1{
		max-height: 100%;
		max-width: 100%;
		float: right;
		object-fit: contain;
		margin-left: 20px;
	}

	#diensten_voorbeelden{
		margin-top: 20px;
		width: 100%;
	}

	#diensten_voorbeelden h2{
		text-align: center;
		text-transform: none;
	}

	#voorbeeld1{
		width: 33.3%;
		float: left;
	}

	#voorbeeld1 img{
		max-width: 94%;
		max-height: 100%;
		float: left;
		object-fit: contain;
		padding-top: 2%;
		padding-left: 3%;
		padding-right: 3%;
		padding-bottom: 2%;
	}

	#voorbeeld1 h2{
		text-align: center;
		padding-left: 3%;
		padding-right: 3%;
		font-size: 30px;
	}

	#voorbeeld1 p{
		text-align: justify;
		padding-left: 3%;
		padding-right: 3%;
		padding-bottom: 2%;
		padding-top: 2%;
	}

	#voorbeeld2{
		width: 33.3%;
		float: left;
	}

	#voorbeeld2 img{
		max-width: 94%;
		max-height: 100%;
		float: left;
		object-fit: contain;
		padding-top: 2%;
		padding-left: 3%;
		padding-right: 3%;
		padding-bottom: 2%;
	}

	#voorbeeld2 h2{
		text-align: center;
		padding-left: 3%;
		padding-right: 3%;
		font-size: 30px;
	}

	#voorbeeld2 p{
		text-align: justify;
		padding-left: 3%;
		padding-right: 3%;
		padding-bottom: 2%;
		padding-top: 2%;
	}

	#voorbeeld3{
		width: 33.4%;
		float: left;
	}

	#voorbeeld3 img{
		max-width: 94%;
		max-height: 100%;
		float: left;
		object-fit: contain;
		padding-top: 2%;
		padding-left: 3%;
		padding-right: 3%;
		padding-bottom: 2%;
	}

	#voorbeeld3 h2{
		text-align: center;
		padding-left: 3%;
		padding-right: 3%;
		font-size: 30px;
	}

	#voorbeeld3 p{
		text-align: justify;
		padding-left: 3%;
		padding-right: 3%;
		padding-bottom: 2%;
		padding-top: 2%;
	}

	#diensten_vragen{
		max-width: 55%;
		max-height: 100%;
		float: left;
		padding-right: 20px;
	}

	#contact_knop{
		width: 200px;
		height: 50px;
		float: left;
		margin-top: 35px;
		display: block;
		background: #1C8A43;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 5px;
	}

	#contact_knop a{
		text-decoration: none;
		color: white;
		font-weight: 500;
		display: block;
		padding: 0 10px;
	}

	#contact_knop a:hover{
		text-decoration: none;
		color: white;
		font-weight: 700;
		font-size: 16px;
	}

	#contact_foto2_div{
		width: 45%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#contact_foto2{
		max-height: 100%;
		max-width: 100%;
		float: right;
		object-fit: contain;
		margin-left: 20px;
	}

	.blank_right_diensten ul{
		width: 100px;
		position: fixed;
		top: 300px;
		right: 15px;
	}

	.blank_right_diensten ul li{
		list-style: circle;
		line-height: 20px;
		float: left;
		line-height: 40px;
	}

	.blank_right_diensten ul li a{
		font-weight: 400;
		text-align: left;
		display: block;
		text-decoration: none;
		color: black;
	}

	.blank_right_diensten ul li a:hover{
		font-weight: 600;
	}

	/* About pagina */
	#about_welkom{
		max-width: 55%;
		max-height: 100%;
		float: left;
		padding-right: 20px;
	}

	#about_foto1_div{
		width: 45%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#about_foto1{
		max-height: 100%;
		max-width: 100%;
		float: right;
		object-fit: contain;
		margin-left: 20px;
	}

	#diensten_knop2{
		width: 100%;
		height: 50px;
		margin-top: 20px;
		display: block;
		background: #1C8A43;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 5px;
	}

	#diensten_knop2 a{
		text-decoration: none;
		color: white;
		font-weight: 500;
		display: block;
		padding: 0 0px;
	}

	#diensten_knop2 a:hover{
		text-decoration: none;
		color: white;
		font-weight: 700;
		font-size: 16px;
	}

	#personal_text{
		float: none;
	}

	#personal_text h2{
		text-align: center;
	}

	#profielfoto_div{
		float: right;
		width: 35%;
		align-items: center;
		justify-content: center;
	}

	#profielfoto{
		max-height: 100%;
		max-width: 90%;
		object-fit: contain;
		margin-right: 5%;
		margin-left: 5%;
	}

	#about_interesses{
		max-width: 70%;
		max-height: 100%;
		float: left;
		padding-right: 0px;
	}

	#hobbys_foto_div{
		width: 30%;
		float: right;
	}

	#hobbys_foto{
		max-height: 100%;
		max-width: 100%;
		float: right;
		object-fit: contain;
		margin-left: 20px;
	}

	.blank_right_about ul{
		display: none}



	/* Contact pagina */
	.content_contact2{
		float: left;	
		background: #90D7BD;
		border-radius: 10px;
		width: 100%;
	}

	#home_contact{
		max-width: 70%;
		max-height: 100%;
		float: left;
		padding-right: 20px;
	}

	#contact_foto3_div{
		max-width: 30%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#contact_foto{
		max-height: 100%;
		max-width: 100%;
		object-fit: contain;
	}

	#contactformulier{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#formulier_header h2{
		text-align: center;
		padding-top: 20px;
	}

	#formulier_header p{
		text-align: center;
	}

	form{
		background: #90D7BD;
		padding: 20px 20px 20px 20px;
		display:flex;
		width: 80%;
		flex-direction: column;
		border-radius: 25px;
	}

	form input, form textarea{
		border: 0;
		margin: 10px 0;
		padding: 20px;
		outline: none;
		font-family: 'Raleway', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		text-align: left;
		text-decoration: none;
		text-transform: none;
	}

	#contactformulier button{
		border: 0;
		padding: 20px;
		outline: none;
		font-family: 'Raleway', sans-serif;
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		text-align: center;
		text-decoration: none;
		color: white;
		background: #1C8A43;
		cursor: pointer;
		width: 200px;
		border-radius: 25px;
		margin: 20px auto 0;
	}


	/* Nieuwsberichten pagina */
	#nieuws_welkom{
		max-width: 65%;
		max-height: 100%;
		float: left;
		padding-right: 20px;
	}

	#nieuws_foto1_div{
		width: 35%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#nieuws_foto1{
		max-height: 100%;
		max-width: 100%;
		float: right;
		object-fit: contain;
		margin-left: 20px;
	}

	#kop_blog{
		text-align: center;
	}

	#nieuws_projecten{
		width: 98%;
		float: left;
		padding-right: 1%;
		padding-left: 1%;
	}

	#nieuws_algemeen{
		width: 98%;
		float: right;
		padding-right: 1%;
		padding-left: 1%;
	}

	#nieuws_projecten div{
		width: 100%;
		height: 100%;
		display: block;
		background: #FAECE1;
		border-radius: 10px;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#nieuws_algemeen div{
		width: 100%;
		height: 100%;
		display: block;
		background: #FAECE1;
		border-radius: 10px;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#nieuws_titel{
		width: 96%;
		text-align: justify;
		padding-left: 2%;
		padding-right: 2%; 
		padding-top: 10px;
		overflow-wrap: break-word;
	}

	#nieuws_date{
		width: 96%;
		text-align: justify;
		padding-left: 2%;
		padding-right: 2%;
		padding-top: 0px;
		font-style: italic;
		overflow-wrap: break-word;
	}

	#nieuws_foto{
		max-width: 50%;
		object-fit: contain;
		margin-top: 15px;
		margin-bottom: 5px;
		margin-right: 2%;
		margin-left: 2%;
		float: left;
	}

	#nieuws_tekst{
		padding-left: 2%;
		padding-right: 2%;
		padding-bottom: 20px;
		float: none;
		text-align: left;
	}

	#link_fotograaf{
		padding-left: 2%;
		padding-right: 2%;
		padding-bottom: 20px;
		float: none;
		text-decoration: none;
		color: black;
	}

	#knop_nieuws{
		width: 100%;
		height: 50px;
		position: auto;
		margin-top: 20px;
		background: #1C8A43;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		color: white;
		font-weight: 500;
		padding: 0 0px;
		border-radius: 5px;
	}

	#knop_nieuws:hover{
		text-decoration: none;
		color: white;
		font-weight: 700;
		font-size: 16px;
	}

	#links_nieuws{
		width: 70%;
		height: 50px;
		background: #1C8A43;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		color: white;
		font-weight: 500;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		margin-top: 10px;
		padding: auto;
		border-radius: 10px;
	}

	#links_nieuws:hover{
		text-decoration: none;
		color: white;
		font-weight: 700;
		font-size: 16px;
	}

	#nieuws_foto2_div{
		width: 35%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#nieuws_foto2{
		max-height: 100%;
		max-width: 100%;
		float: right;
		object-fit: contain;
		margin-left: 20px;
	}

	#diensten_vragen_nieuws{
		max-width: 65%;
		max-height: 100%;
		float: left;
		padding-right: 20px;
	}

	.blank_right_nieuws ul{
		display: none;
	}

	#hiddentext{
		color: #FAECE1;
	}

	#nieuwsarchief_knop{
		width: 310px;
		height: 50px;
		margin-top: 20px;
		display: block;
		background: #1C8A43;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 5px;
		float: left;
		margin-right: 20px;
	}

	#nieuwsarchief_knop a{
		text-decoration: none;
		color: white;
		font-weight: 500;
		display: block;
		padding: 0 10px;
	}

	#nieuwsarchief_knop a:hover{
		text-decoration: none;
		color: white;
		font-weight: 700;
		font-size: 16px;
	}

	/* Nieuwsberichten archief */
	#bericht_archief{
		width: 100%;
		height: 100%;
		float: left;
		display: block;
		background: #FAECE1;
		border-radius: 10px;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-right: 0%;
		margin-left: 0%;
	}

	#nieuwsarchief_intro{
		max-width: 100%;
		max-height: 100%;
		float: left;
	}

	#nieuws_knop{
		width: 280px;
		height: 50px;
		margin-top: 20px;
		display: block;
		background: #1C8A43;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 5px;
	}

	#nieuws_knop a{
		text-decoration: none;
		color: white;
		font-weight: 500;
		display: block;
		padding: 0 10px;
	}

	#nieuws_knop a:hover{
		text-decoration: none;
		color: white;
		font-weight: 700;
		font-size: 16px;
	}

	#nieuws_video1{
		max-width: 50%;
		object-fit: contain;
		margin-top: 15px;
		margin-bottom: 5px;
		margin-right: 2%;
		margin-left: 2%;
		float: left;
	}

	/* Nieuwe weerpagina */
	
	/* Nieuwe Weerpagina */
	.intro_weer{
		width: 100%;
	}
	
	.intro_weer h1{
		text-align: center;
		text-transform: none;
	}
	
	#opmerkingen_temperatuurkaart{
		text-align: center;
		font-size: 28px;
	}
	
	#tempkaart_selectie{
		width: 100%;
		margin-left: 0%;
		float: left;
	}
	
	#temp-map{
		width: 100%;
	}
	
	.tempkaart_selectie container{
		text-align: justify;
	}
	
	.tempkaart_info{
		width: 100%;
		margin-left: 0%;
		float: right;
	}
	
	#info_tekst_tempkaart{
		text-align: justify;
		margin-bottom: 20px;
	}
	
	#time-display{
		text-align: center;
		font-family: 'Raleway', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		text-decoration: none;
		text-transform: none;
		color: #000000;
	}
	
	.tempkaart_info p{
		text-align: center;
	}
	
	.tempkaart_info label{
		align-items: left;
		text-align: justify;
		margin-left: 0%;
	}
	
	.tempkaart_slider{
		width: 100%;
		float:left;
		margin-top: 10px;
	}
	
	.slider_top {
		width: 100%;
		height: 60px;
		float: left;
	}
	
	.slider_top p {
		font-weight: 500;
		float: right;
		text-align: center;
	}
	
	.slider_top input[type="range"] {
		-webkit-appearance:none !important;
		width: 90%;
		margin-left: 5%;
		float: left;
		height: 5px;
		background: #1C8A43;
		border: none;
		outline: none;
		margin-top: 27.5px;
		
	}
	
	.slider_top input[type="range"]::-webkit-slider-thumb {
		-webkit-appearance: none !important;
		width: 30px;
		height:30px;
		background: #1C8A43;
		border: 2px solid black;
		border-radius: 50%;
		cursor: pointer;
	}
	
	.slider_top input[type="range"]::-webkit-slider-thumb:hover {
		background: #FAECE1;
	}
	
	#previous_chart{
		display: block;
		height: 40px;
		margin-top: 10px;
		width: 13%;
		margin-left: 2%;
		position: relative;
		border-radius: 10px;
		float: left;
		cursor: pointer;
		font-family: 'Raleway', sans-serif;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		text-align: center;
		text-decoration: none;
		text-transform: none;
		color: black;
		background-color: #FAECE1;
		line-height: 22px;
	}
	
	#next_chart{
		display: block;
		height: 40px;
		margin-top: 10px;
		width: 13%;
		margin-left: 2%;
		position: relative;
		border-radius: 10px;
		float: left;
		cursor: pointer;
		font-family: 'Raleway', sans-serif;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		text-align: center;
		text-decoration: none;
		text-transform: none;
		color: black;
		background-color: #FAECE1;
		line-height: 22px;
	}
	
	#autoplay_knop{
		display: block;
		height: 40px;
		margin-top: 10px;
		width: 33%;
		margin-left: 2%;
		position: relative;
		border-radius: 10px;
		float: left;
		cursor: pointer;
		font-family: 'Raleway', sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		text-align: center;
		text-decoration: none;
		text-transform: none;
		color: black;
		background-color: #FAECE1;
		line-height: 22px;
	}
	
	#snelheid_knop{
		display: block;
		height: 40px;
		margin-top: 10px;
		width: 33%;
		margin-left: 2%;
		position: relative;
		border-radius: 10px;
		float: left;
		cursor: pointer;
		font-family: 'Raleway', sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		text-align: center;
		text-decoration: none;
		text-transform: none;
		color: black;
		background-color: #FAECE1;
		line-height: 22px;
	}
	
	#hidden_autoplay{
		display: None;
	}
	
	#tekst_waarnemingen{
		max-width: 100%;
		max-height: 100%;
		float: left;
		padding-right: 0px;
		padding-top: 0px;
	}
	
	#weerkaart_knmi_div{
		width: 100%;
		float: right;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
	}
	
	#weerkaart_knmi{
		max-height: 100%;
		max-width: 100%;
		float: right;
		object-fit: contain;
		margin-left: 0px;
	}
	
	#opmerkingen_waarnemingen{
		text-align: center;
		font-size: 28px;
	}
	
	.blank_right_weer ul{
		display: None;
	}
	
	
	#intro_kansverwachting{
		text-align: center;
		font-size: 28px;
	}
	
	.kansverwachting_tekst{
		width: 100%;
		margin-left: 0%;
		float: right;
		margin-bottom: 10px;
	}
	
	.kansverwachting_div{
		width: 100%;
		float: left;
	}
	
	#kansverwachting_img{
		max-height: 100%;
		max-width: 100%;
		float: right;
		object-fit: contain;
		margin-left: 0px;
	}
	


	/* Klimaatgrafieken weerpagina */
	.intro_anomaliekaarten{
		width: 100%;
	}

	.intro_anomaliekaarten h1{
		text-align: center;
	}

	.grafiek_selectie{
		float: left;
		width: 43%;
	}

	.grafiek_selectie h3{
		text-align: center;
		
	}

	.grafiek_selectie span{
		display: none;
	}

	.grafiek_selectie select{
		width: 100%;
		text-align: center;
		align-items: center;
		font-family: 'Raleway', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 40px;
		background-color: #1C8A43;
		border-radius: 5px;
		border-color: #1C8A43;
		padding: 8px 8px;
		color: white;
	}

	.grafiek_selectie select option{
		width: 100%;
		text-align: center;
		font-family: 'Raleway', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 40px;
		background-color: #f1f1f1;
		color: black;
	}

	.anomaliekaart_div{
		float: right;
		width: 57%;
	}

	#anomaliekaart_img{
		width: 100%;
		max-height: 100%;
		object-fit: contain;
	}

	.intro_klimaat{
		width: 100%;
	}

	.intro_klimaat h1{
		text-align: center;
	}

	.jaar_intro{
		float: right;
		width: 50%;
	}

	.jaar_intro h2{
		text-align: center;
		font-weight: 700;
		font-size: 25px;
	}

	.jaar_grafiek{
		width: 50%;
		float: left;
		margin-right: 0%;
	}

	#jaargrafiek_img{
		width: 100%;
		max-height: 100%;
		object-fit: contain;
	}

	.dagrecords_grafiek_intro{
		float: left;
		width: 50%;
	}

	.dagrecords_grafiek_intro h2{
		text-align: center;
		font-weight: 700;
		font-size: 25x;
	}

	.dagrecords_grafiek{
		width: 50%;
		float: right;
		margin-left: 0%;
	}

	#dagrecord_img{
		width: 100%;
	}

	.statistieken_intro{
		float: right;
		width: 50%;
	}

	.statistieken_intro h2{
		text-align: center;
		font-weight: 700;
		font-size: 25px;
	}

	.statistieken_grafiek{
		width: 50%;
		float: left;
		margin-right: 0%;
	}

	#statistieken_img{
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
	}

	.koele_zomerdagen_intro{
		float: left;
		width: 50%;
	}

	.koele_zomerdagen_intro h2{
		text-align: center;
		font-weight: 700;
		font-size: 25x;
	}

	.koele_zomerdagen_grafiek{
		width: 50%;
		float: right;
		margin-left: 0%;
	}

	#zomerdagen_img{
		width: 100%;
	}


	}

/* ----------- Smartphone view ----------- */
@media screen 
  and (min-device-width: 300px) 
  and (max-device-width: 799px) { 
	
	
	/* Font sizes */
	h1{
		font-size: 28px;
	}

	h2{
		font-size: 22px;
		}

	.h1{
		font-size: 28px;
	}

	h3{
		font-size: 18px;
	}

	h4{
		font-size: 16px;
	}

	p{
		font-size: 14px;
	}

	img{
		border-radius: 7px;
	}

	/*Navigatie*/
	.nav_wrapper{
		width: 100%;
		height: 75px;
	}

	.nav_logo{
		width: 25%;
		height: 100%;
		float: left;
		object-fit: contain;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.JWC_logo{
		height: 80%;
		object-fit: contain;
	}

	.socials{
		width: 25%;
		height: 100%;
		float: right;
		object-fit: contain;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.social_med{
		width: 20%;
		margin-left: 10%;
		height: 100%;
		float: left;
		object-fit: contain;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.social_logo{
		max-height: 30%;
		width: auto;
		object-fit: contain;
	}

	.social_logo:hover{
		max-height: 45%;
		object-fit: contain;
	}

	.navigation_bar{
		display: none;
	}

	#dark_mode_vertical{
		max-width: 20%;
	}

	.nav_settings{
		display: none;
	}

	.dropdown_menu{
		display: block;
		width: 50%;
		float: left;
		height: 100%;
		text-align: center;
		align-items: center;
	}
	
	.dropbtn {
		background-color: #1C8A43;
		height: 100%;
		width: 100%;
		color: white;
		padding: 16px;
		font-size: 30px;
		font-weight: 400;
		border: none;
		cursor: pointer;
		font-family: 'Raleway', sans-serif;
	}
	
	.dropdown-content {
		display: none;
		position: absolute;
		background-color: #1C8A43;
		width: 50%;
		z-index: 1;
	}
	
	.dropdown-content a {
		color: white;
		padding: 16px 16px;
		text-decoration: none;
		display: block;
		text-align: center;
	}

	.dropdown_menu:hover .dropdown-content {
		display: block;
	}
	
	.dropdown-content a:hover {
		font-weight: 600;
		font-size: 18px;
	}
	
	
	/*Standaard pagina layout*/
	.centered_content{
		width: 100%;
		margin: 0 auto;
	}

	/* Homepagina */
	.content_home1{
		float: left;	
		background: #FAECE1;
		padding: 20px 20px 20px 20px;
		display: block;
	}

	.content_home2{
		float: left;	
		background: #90D7BD;
		padding: 20px 20px 20px 20px;
		border-radius: 10px;
	}

	.content_home3{
		float: left;	
		background: #FAECE1;
		padding: 20px 20px 20px 20px;
		display: block;
	}
	
	#home_welkom{
		max-width: 100%;
		max-height: 100%;
		float: left;
		padding-right: 0px;
	}

	#about_knop{
		width: 150px;
		height: 50px;
		float: center;
		margin-top: 20px;
		display: block;
		background: #1C8A43;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 5px;
	}

	#about_knop a{
		text-decoration: none;
		color: white;
		font-weight: 500;
		display: block;
	}

	#about_knop a:hover{
		text-decoration: none;
		color: white;
		font-weight: 700;
		font-size: 16px;
	}

	#welkom_foto_div{
		width: 100%;
		display: left;
		align-items: center;
		justify-content: center;
		padding-top: 15px;
	}

	#welkom_foto{
		max-height: 100%;
		max-width: 100%;
		float: right;
		object-fit: contain;
		margin-left: 0px;
	}

	#home_opdrachtgevers{
		width: 100%;
	}

	#home_opdrachtgevers h2{
		text-align: center;
	}

	#home_opdrachtgevers h4{
		text-align: center;
	}

	#opdrachtgevers_details{
		width: 100%;
		display: block;
		float: left;
	}

	#foto_opdrachten_div{
		width: 100%;
		display: block;
		float: left;
		align-items: center;
		justify-content: center;
		padding-top: 5px;
		padding-bottom: 10px;
	}

	#opdrachtgevers_tekst{
		width: 100%;
		height: 100%;
		float: left;
		padding-left: 0px;
	}

	#diensten_knop{
		width: 150px;
		height: 50px;
		margin-top: 20px;
		display: block;
		background: #1C8A43;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius:5px;
	}

	#diensten_knop a{
		text-decoration: none;
		color: white;
		font-weight: 500;
		display: block;
		padding: 0 10px;
	}

	#diensten_knop a:hover{
		text-decoration: none;
		color: white;
		font-weight: 700;
		font-size: 16px;
	}

	#foto_opdrachten{
		max-width: 100%;
		max-height: 100%;
		float: left;
		object-fit: contain;
		margin-right: 0px;
	}

	#home_vragen{
		max-width: 100%;
		max-height: 100%;
		float: left;
		padding-right: 0px;
	}

	#contact_foto_div{
		width: 100%;
		display: block;
		align-items: center;
		justify-content: center;
		padding-top: 15px;
	}

	#contact_foto{
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
		margin-top: 15px;
	}

	#contact_knop{
		width: 200px;
		height: 50px;
		float: left;
		margin-top: 20px;
		display: block;
		background: #1C8A43;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#contact_knop a{
		text-decoration: none;
		color: white;
		font-weight: 500;
		display: block;
		padding: 0 10px;
	}

	#contact_knop a:hover{
		text-decoration: none;
		color: white;
		font-weight: 700;
		font-size: 16px;
	}

	#tempkaart_div{
		width: 100%;
		align-items: center;
		justify-content: center;
		float: left;
		margin-right: 0px;
	}
	
	#tempkaart_home{
		max-width: 100%;
		max-height: 100%;
		float: left;
		object-fit: contain;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	#home_actueel_weer{
		max-width: 100%;
		margin-left: 0px;
	}
	
	#home_actueel_weer h2{
		text-align: center;
	}
	
	#actueel_weer_knop{
		float: right;
		margin-right: 0%;
		width: 100%;
		height: 50px;
		margin-top: 20px;
		display: block;
		background: #1C8A43;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius:5px;
	}
	
	#actueel_weer_knop a{
		text-align: center;
		text-decoration: none;
		color: white;
		font-weight: 500;
		display: block;
		padding: 0 10px;
	}
	
	#actueel_weer_knop a:hover{
		text-decoration: none;
		color: white;
		font-weight: 700;
		font-size: 16px;
	}

	#klimaatgrafieken_knop{
		float: right;
		width: 100%;
		margin-top: 20px;
		display: block;
		background: #1C8A43;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius:5px;
	}
	
	#klimaatgrafieken_knop a{
		text-align: center;
		text-decoration: none;
		color: white;
		font-weight: 500;
		display: block;
		padding: 0 10px;
	}

	#klimaat_intro{
		max-width: 100%;
		max-height: 100%;
		float: left;
		padding-right: 0px;
		padding-bottom: 15px;
	}

	#klimaatgrafieken_home_div{
		width: 100%;
		display: block;
		align-items: center;
		justify-content: center;
	}

	#klimaatgrafieken_home_foto{
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
	}

	.blank_right{
		display: none;
	}
	
	/* Diensten pagina */
	#diensten_welkom{
		max-width: 100%;
		float: left;
	}

	#diensten_foto1_div{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#diensten_foto1{
		max-height: 100%;
		max-width: 100%;
		object-fit: contain;
		padding-left: 0px;
		padding-top: 0px;
		margin-left: 0px;
		margin-top: 15px;
	}

	#diensten_voorbeelden{
		margin-top: 10px;
		width: 100%;
	}

	#diensten_voorbeelden h1{
		text-align: center;
		text-transform: none;
	}

	#voorbeeld1{
		width: 100%;
		float: left;
		padding-top: 0px;
		margin-top: 10px;
	}

	#voorbeeld1 img{
		max-width: 100%;
		max-height: 100%;
		float: left;
		object-fit: contain;
		padding-top: 0%;
		padding-left: 0%;
		padding-right: 0%;
		padding-bottom: 0px;
		margin-bottom: 20px;
	}

	#voorbeeld1 h2{
		text-align: left;
		padding-left: 0%;
		padding-right: 0%;
		font-size: 24px;
	}

	#voorbeeld1 p{
		text-align: justify;
		padding-top: 0%;
		padding-left: 0%;
		padding-right: 0%;
		padding-bottom: 0%;
	}

	#voorbeeld2{
		width: 100%;
		float: left;
		padding-top: 20px;
	}

	#voorbeeld2 img{
		max-width: 100%;
		max-height: 100%;
		float: left;
		object-fit: contain;
		padding-top: 0%;
		padding-left: 0%;
		padding-right: 0%;
		padding-bottom: 0px;
		margin-bottom: 20px;
	}

	#voorbeeld2 h2{
		text-align: left;
		padding-left: 0%;
		padding-right: 0%;
		font-size: 24px;
	}

	#voorbeeld2 p{
		text-align: justify;
		padding-top: 0%;
		padding-left: 0%;
		padding-right: 0%;
		padding-bottom: 0%;
	}

	#voorbeeld3{
		width: 100%;
		float: left;
		padding-top: 20px;
	}

	#voorbeeld3 img{
		max-width: 100%;
		max-height: 100%;
		float: left;
		object-fit: contain;
		padding-top: 0%;
		padding-left: 0%;
		padding-right: 0%;
		padding-bottom: 0px;
		margin-bottom: 20px;
	}

	#voorbeeld3 h2{
		text-align: left;
		padding-left: 0%;
		padding-right: 0%;
		font-size: 24px;
	}

	#voorbeeld3 p{
		text-align: justify;
		padding-top: 0%;
		padding-left: 0%;
		padding-right: 0%;
		padding-bottom: 0%;
	}

	#diensten_vragen{
		max-width: 100%;
		float: left;
	}

	#contact_knop{
		width: 200px;
		height: 50px;
		float: left;
		margin-top: 35px;
		display: block;
		background: #1C8A43;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#contact_knop a{
		text-decoration: none;
		color: white;
		font-weight: 500;
		display: block;
		padding: 0 0px;
	}

	#contact_knop a:hover{
		text-decoration: none;
		color: white;
		font-weight: 700;
		font-size: 16px;
	}

	#contact_foto2_div{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#contact_foto2{
		max-height: 100%;
		max-width: 100%;
		object-fit: contain;
		padding-left: 0px;
		padding-top: 0px;
		margin-left: 0px;
		margin-top: 25px;
	}

	.blank_right_diensten{
		display: none;
	}

	/* About pagina */
	#about_welkom{
		max-width: 100%;
		max-height: 100%;
		float: left;
		padding-right: 0px;
	}

	#about_foto1_div{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#about_foto1{
		max-height: 100%;
		max-width: 100%;
		float: right;
		object-fit: contain;
		padding-left: 0px;
		padding-top: 0px;
		margin-top: 20px;
		margin-left: 0px;
	}

	#diensten_knop2{
		width: 100%;
		height: 50px;
		margin-top: 20px;
		display: block;
		background: #1C8A43;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#diensten_knop2 a{
		text-decoration: none;
		color: white;
		font-weight: 500;
		display: block;
		padding: 0 0px;
		font-size: 14px;
	}

	#diensten_knop2 a:hover{
		text-decoration: none;
		color: white;
		font-weight: 700;
		font-size: 16px;
	}

	#personal_text{
		float: none;
	}

	#personal_text h2{
		text-align: center;
	}

	#profielfoto_div{
		float: right;
		width: 50%;
		align-items: center;
		justify-content: center;
	}

	#profielfoto{
		max-height: 100%;
		max-width: 95%;
		object-fit: contain;
		padding-right: 0px;
		padding-left: 0%;
		margin-left: 5%;
	}

	#about_interesses{
		max-width: 100%;
		max-height: 100%;
		float: left;
		padding-right: 0px;
	}

	#hobbys_foto_div{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#hobbys_foto{
		max-height: 100%;
		max-width: 100%;
		float: right;
		object-fit: contain;
		padding-left: 0px;
		padding-top: 0px;
		margin-top: 20px;
		margin-left: 0px;
	}

	.blank_right_about ul{
		display: none;
	}

	/* Contact pagina */
	.content_contact2{
		display: block;	
		background: #90D7BD;
		border-radius: 10px;
		width: 100%;
	}

	#home_contact{
		max-width: 100%;
		max-height: 100%;
		float: left;
		padding-right: 0px;
	}

	#contact_foto_div{
		max-width: 100%;
		display: block;
		align-items: center;
		justify-content: center;
	}

	#contact_foto{
		max-height: 100%;
		max-width: 100%;
		object-fit: contain;
	}

	#contactformulier{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#formulier_header h2{
		text-align: center;
		padding-top: 20px;
	}

	#formulier_header p{
		text-align: center;
	}

	form{
		background: #90D7BD;
		padding: 20px 20px 20px 20px;
		display:flex;
		width: 80%;
		flex-direction: column;
		border-radius: 25px;
	}

	form input, form textarea{
		border: 0;
		margin: 10px 0;
		padding: 20px;
		outline: none;
		font-family: 'Raleway', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		text-align: left;
		text-decoration: none;
		text-transform: none;
	}

	#contactformulier button{
		border: 0;
		padding: 20px;
		outline: none;
		font-family: 'Raleway', sans-serif;
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		text-align: center;
		text-decoration: none;
		color: white;
		background: #1C8A43;
		cursor: pointer;
		width: 200px;
		border-radius: 25px;
		margin: 20px auto 0;
	}

	#bericht_archief{
		width: 100%;
		height: 100%;
		float: left;
		display: block;
		background: #FAECE1;
		border-radius: 10px;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-right: 0%;
		margin-left: 0%;
	}

	/* Nieuwsberichten pagina */
	#nieuws_welkom{
		max-width: 100%;
		max-height: 100%;
		float: left;
		padding-right: 0px;
	}

	#nieuws_foto1_div{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#nieuws_foto1{
		max-height: 100%;
		max-width: 100%;
		float: right;
		object-fit: contain;
		padding-left: 0px;
		padding-top: 0px;
		margin-left: 0px;
		margin-top: 15px;
	}

	#nieuws_projecten{
		width: 100%;
		float: left;
		padding-right: 0%;
		padding-left: 0%;
	}

	#nieuws_algemeen{
		width: 100%;
		float: right;
		padding-right: 0%;
		padding-left: 0%;
		padding-top: 20px;
	}

	#nieuws_projecten div{
		width: 100%;
		height: 100%;
		display: block;
		background: #FAECE1;
		border-radius: 10px;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#nieuws_algemeen div{
		width: 100%;
		height: 100%;
		display: block;
		background: #FAECE1;
		border-radius: 10px;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#nieuws_titel{
		width: 96%;
		text-align: justify;
		padding-left: 2%;
		padding-right: 2%; 
		padding-top: 10px;
		overflow-wrap: break-word;
	}

	#nieuws_date{
		width: 96%;
		text-align: justify;
		padding-left: 2%;
		padding-right: 2%;
		padding-top: 0px;
		font-style: italic;
		overflow-wrap: break-word;
	}

	#nieuws_foto{
		max-width: 96%;
		object-fit: contain;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-right: 0%;
		padding-left: 0%;
		margin-right: 2%;
		margin-left: 2%;
		margin-bottom: 5px;
		margin-top: 15px;
		float: left;
	}

	#nieuws_tekst{
		padding-left: 2%;
		padding-right: 2%;
		padding-bottom: 20px;
		float: none;
	}

	#knop_nieuws{
		width: 100%;
		height: 50px;
		position: auto;
		margin-top: 20px;
		background: #1C8A43;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		color: white;
		font-weight: 500;
		padding: 0 0px;
		border-radius: 10px;
	}

	#knop_nieuws:hover{
		text-decoration: none;
		color: white;
		font-weight: 700;
		font-size: 16px;
	}

	#nieuws_foto2_div{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: 20px;
	}

	#nieuws_foto2{
		max-height: 100%;
		max-width: 100%;
		float: right;
		object-fit: contain;
		padding-left: 0px;
		margin-left: 0px;
	}

	#diensten_vragen_nieuws{
		max-width: 100%;
		max-height: 100%;
		float: left;
		padding-right: 0px;
	}

	.blank_right_nieuws{
		display: none;
	}

	
	/* Nieuwe Weerpagina */
	.intro_weer{
		width: 100%;
	}
	
	.intro_weer h1{
		text-align: center;
		text-transform: none;
	}
	
	#opmerkingen_temperatuurkaart{
		text-align: center;
		font-size: 28px;
	}
	
	#tempkaart_selectie{
		width: 100%;
		margin-left: 0%;
		float: left;
	}
	
	#temp-map{
		width: 100%;
	}
	
	.tempkaart_selectie container{
		text-align: justify;
	}
	
	.tempkaart_info{
		width: 100%;
		margin-left: 0%;
		float: right;
	}
	
	#info_tekst_tempkaart{
		text-align: justify;
		margin-bottom: 20px;
	}
	
	#time-display{
		text-align: center;
		font-family: 'Raleway', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		text-decoration: none;
		text-transform: none;
		color: #000000;
	}
	
	.tempkaart_info p{
		text-align: center;
	}
	
	.tempkaart_info label{
		align-items: left;
		text-align: justify;
		margin-left: 0%;
	}
	
	.tempkaart_slider{
		width: 100%;
		float:left;
		margin-top: 10px;
	}
	
	.slider_top {
		width: 100%;
		height: 60px;
		float: left;
	}
	
	.slider_top p {
		font-weight: 500;
		float: right;
		text-align: center;
	}
	
	.slider_top input[type="range"] {
		-webkit-appearance:none !important;
		width: 90%;
		margin-left: 5%;
		float: left;
		height: 5px;
		background: #1C8A43;
		border: none;
		outline: none;
		margin-top: 27.5px;
		
	}
	
	.slider_top input[type="range"]::-webkit-slider-thumb {
		-webkit-appearance: none !important;
		width: 30px;
		height:30px;
		background: #1C8A43;
		border: 2px solid black;
		border-radius: 50%;
		cursor: pointer;
	}
	
	.slider_top input[type="range"]::-webkit-slider-thumb:hover {
		background: #FAECE1;
	}
	
	#previous_chart{
		display: block;
		height: 40px;
		margin-top: 10px;
		width: 13%;
		margin-left: 2%;
		position: relative;
		border-radius: 10px;
		float: left;
		cursor: pointer;
		font-family: 'Raleway', sans-serif;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		text-align: center;
		text-decoration: none;
		text-transform: none;
		color: black;
		background-color: #FAECE1;
		line-height: 22px;
	}
	
	#next_chart{
		display: block;
		height: 40px;
		margin-top: 10px;
		width: 13%;
		margin-left: 2%;
		position: relative;
		border-radius: 10px;
		float: left;
		cursor: pointer;
		font-family: 'Raleway', sans-serif;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		text-align: center;
		text-decoration: none;
		text-transform: none;
		color: black;
		background-color: #FAECE1;
		line-height: 22px;
	}
	
	#autoplay_knop{
		display: block;
		height: 40px;
		margin-top: 10px;
		width: 33%;
		margin-left: 2%;
		position: relative;
		border-radius: 10px;
		float: left;
		cursor: pointer;
		font-family: 'Raleway', sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		text-align: center;
		text-decoration: none;
		text-transform: none;
		color: black;
		background-color: #FAECE1;
		line-height: 22px;
	}
	
	#snelheid_knop{
		display: block;
		height: 40px;
		margin-top: 10px;
		width: 33%;
		margin-left: 2%;
		position: relative;
		border-radius: 10px;
		float: left;
		cursor: pointer;
		font-family: 'Raleway', sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		text-align: center;
		text-decoration: none;
		text-transform: none;
		color: black;
		background-color: #FAECE1;
		line-height: 22px;
	}
	
	#hidden_autoplay{
		display: None;
	}
	
	#tekst_waarnemingen{
		max-width: 100%;
		max-height: 100%;
		float: left;
		padding-right: 0px;
		padding-top: 0px;
	}
	
	#weerkaart_knmi_div{
		width: 100%;
		float: right;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
	}
	
	#weerkaart_knmi{
		max-height: 100%;
		max-width: 100%;
		float: right;
		object-fit: contain;
		margin-left: 0px;
	}
	
	#opmerkingen_waarnemingen{
		text-align: center;
		font-size: 28px;
	}
	
	.blank_right_weer ul{
		display: None;
	}
	
	
	#intro_kansverwachting{
		text-align: center;
		font-size: 28px;
	}
	
	.kansverwachting_tekst{
		width: 100%;
		margin-left: 0%;
		float: right;
		margin-bottom: 10px;
	}
	
	.kansverwachting_div{
		width: 100%;
		float: left;
	}
	
	#kansverwachting_img{
		max-height: 100%;
		max-width: 100%;
		float: right;
		object-fit: contain;
		margin-left: 0px;
	}
	


	/* Klimaatgrafieken weerpagina */
	.intro_anomaliekaarten{
		width: 100%;
	}

	.intro_anomaliekaarten h1{
		text-align: center;
	}

	.grafiek_selectie{
		float: left;
		width: 100%;
	}

	.grafiek_selectie h3{
		text-align: center;
		
	}

	.grafiek_selectie span{
		display: none;
	}

	.grafiek_selectie select{
		width: 100%;
		text-align: center;
		align-items: center;
		font-family: 'Raleway', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 40px;
		background-color: #1C8A43;
		border-radius: 5px;
		border-color: #1C8A43;
		padding: 8px 8px;
		color: white;
	}

	.grafiek_selectie select option{
		width: 100%;
		text-align: center;
		font-family: 'Raleway', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 40px;
		background-color: #f1f1f1;
		color: black;
	}

	.anomaliekaart_div{
		float: right;
		width: 100%;
	}

	#anomaliekaart_img{
		width: 100%;
		max-height: 100%;
		object-fit: contain;
	}

	
	.intro_klimaat{
		width: 100%;
	}

	.intro_klimaat h1{
		text-align: center;
	}

	.jaar_intro{
		float: right;
		width: 100%;
	}

	.jaar_intro h2{
		text-align: center;
		font-weight: 700;
		font-size: 25px;
		margin-top: 10px;
	}

	.jaar_grafiek{
		width: 100%;
		float: left;
		margin-right: 0%;
	}

	#jaargrafiek_img{
		width: 100%;
		max-height: 100%;
		object-fit: contain;
	}

	.dagrecords_grafiek_intro{
		float: left;
		width: 100%;
	}

	.dagrecords_grafiek_intro h2{
		text-align: center;
		font-weight: 700;
		font-size: 25x;
	}

	.dagrecords_grafiek{
		width: 100%;
		float: right;
		margin-left: 0%;
	}

	#dagrecord_img{
		width: 100%;
	}

	.statistieken_intro{
		float: right;
		width: 100%;
	}

	.statistieken_intro h2{
		text-align: center;
		font-weight: 700;
		font-size: 25px;
	}

	.statistieken_grafiek{
		width: 100%;
		float: left;
		margin-right: 0%;
	}

	#statistieken_img{
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
	}

	.koele_zomerdagen_intro{
		float: left;
		width: 100%;
	}

	.koele_zomerdagen_intro h2{
		text-align: center;
		font-weight: 700;
		font-size: 25x;
	}

	.koele_zomerdagen_grafiek{
		width: 100%;
		float: right;
		margin-left: 0%;
	}

	#zomerdagen_img{
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
	}

}

