﻿@import url('https://fonts.googleapis.com/css2?family=Overlock&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@1,700&display=swap');

/* hoofdpagina bestuur (Bestuur.php) */

.body_bestuur {
	text-size-adjust: none; /* zorgt ervoor dat de font-size correct wordt weergegeven en niet wordt verkleind/vergroot */
	-webkit-text-size-adjust: none; /* zorgt ervoor dat de font-size correct wordt weergegeven en niet wordt verkleind/vergroot */
	height: 100%;
 	margin-left: 0px; 
 	margin-right: 2px; 
 	margin-top: 0px;
 	overflow-x: hidden; /* geen scrollbar langs de hele pagina */
    -webkit-overflow-scrolling:touch;
	background-color: #fbfbfb;
}
.bestuur_bestuur {
	top: 10px;
	background-color: #fbfbfb;
	width: 100%;
	position: fixed;
	text-align: center;
}
.titel	{
	width: 75%;
	font-family: 'Philosopher', sans-serif;  
	font-weight: bold;	
	padding: 2px 20px 10px 25px;
	color: #BA5810;
	font-size: 47px;
	vertical-align: top;
	background-color: #fbfbfb;
}
.hoofdtekst_bestuur {
	width: 100%;
	top: 330px;
	height: 180px;
	position: fixed;
	font-family: 'Roboto', sans-serif;
	text-align: center;	
	font-size: 36px;
	font-weight: bold;
	font-style: normal;
	color: #201003;
	background-color: #fbfbfb;
	padding-top: 8px;
}
.blanco_regel {
	height: 6px;
	font-family: Arial;
	font-size: 5pt;
}
.iframe_bestuur {
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 8px;
	top: 760px;
	left: 2px;
    padding-right:20px;
 	overflow-x:hidden;
 	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
	z-index:-1;
}
.buttonsdiv {
	background-color: #fbfbfb;
	width: 100%;
	position: fixed;
	text-align: center;
	top: 510px;
}
.hokkieveld {
	position: relative;
	float: right;
	padding: 20px 25px 0px 15px;
}
.hokkie {
 	border: 4px solid #C3A270;
	background-color: #dee5ec;
	padding: 2px;
	/* -webkit-box-shadow: 0 0 3px rgba(159, 84, 50, 1.0);
	-moz-box-shadow: 0 0 3px rgba(159, 84, 50, 1.0);
	box-shadow: 0 0 3px rgba(159, 84, 50, 1.0); */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.button {
    padding: auto 0px auto 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fbfbfb;
    box-shadow: 4px 4px 6px 0 rgba(255,255,255, 2.9),
                            -4px -4px 6px 0 rgba(116, 125, 136, 0.5),
        inset -4px -4px 6px 0 rgba(255,255,255, 0.2),
        inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    letter-spacing: 1px;
    color: #26649d;
    z-index: 1;
    transition: .3s;
}
.button:hover {
    /* letter-spacing: 4px; */
    color: #BA5810;
    background-color: #dee5ec;
    text-decoration: none;
}

/* algemeen */

.body {
	text-size-adjust: none; /* zorgt ervoor dat de font-size correct wordt weergegeven en niet wordt verkleind/vergroot */
	-webkit-text-size-adjust: none; /* zorgt ervoor dat de font-size correct wordt weergegeven en niet wordt verkleind/vergroot */
	height: 100%;
 	margin-left: 0px; 
 	margin-right: 2px; 
 	margin-top: 0px;
 	overflow-x: hidden; /* geen scrollbar langs de hele pagina */
    -webkit-overflow-scrolling:touch;
}
.header {
	z-index: 9997;
	position: fixed;
	padding-left: 25px;
	width: 64%;
	padding-top: 0px;
}
.kop {
	font-size: 43px;
	font-family: 'Overlock', sans-serif;  
	color: #C3A270;
	text-align: center;
}
.kopje {
	font-size: 42px;
	font-family: 'Philosopher', sans-serif;  
	color: #201003;
	font-weight: bold;
	text-align: left;
}
.meester {
	height: 100%;
	width: 98%;
	padding-left: 16px;
	padding-top: 65px;
	padding-right: 30px;
	overflow-x: hidden;
}
.hoofdtekst {
	font-family: 'Roboto', sans-serif; 
	font-size: 39px;
	font-weight: normal;
    line-height: 1.5;
	color: #201003;
}
.opsomming {
	font-size: 39px;
	font-family: 'Roboto', sans-serif;  
	color: #201003;
	text-align: right;
	width: 6%;
	vertical-align: top;
}
a:visited {
	font-size: 31px;
	font-family: 'Roboto', sans-serif;
	color: #201003;
}
a:active {
	font-size: 31px;
	font-family: 'Roboto', sans-serif;  
	color: #201003;
}
a:hover {
	font-size: 31px;
	font-family: 'Roboto', sans-serif;  
	color: #201003;
}
a {
	color: #201003;
	font-size: 31px;
	font-family: 'Roboto', sans-serif;  
}


/* pagina bestuurslid */

.kopregel_bestuurslid {
	width: 98%;
	text-align: left;
	font-family: 'Overlock', sans-serif;  
	font-weight: bold;
	font-style: oblique;	
	color: #C3A270;
	font-size: 43px;
}
.subregel_bestuurslid {
	font-style: normal; 
	font-size: 39px;
}
.tekst_cv_bestuurslid {
	width: 98%;
	font-family: 'Roboto', sans-serif;  
	line-height: 1.3;
	font-size: 39px;
	font-weight: normal;
	font-style: normal;
	color: #201003;
	vertical-align: top;
	padding: 6px 9px 0px 9px;
	padding-top: 6px;
	padding-right: 9px;
}
.foto_hokkieveld {
	position: relative;
	float: right;
	padding: 10px 10px 0px 15px;
}
.foto_bestuurslid {
	vertical-align: top;
 	border: 4px solid #C3A270;
	background-color: #dee5ec;
	padding: 5px;
	/* -webkit-box-shadow: 0 0 3px rgba(159, 84, 50, 1.0);
	-moz-box-shadow: 0 0 3px rgba(159, 84, 50, 1.0);
	box-shadow: 0 0 3px rgba(159, 84, 50, 1.0); */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/* Doel */

.doel_tekst {
	font-family: 'Roboto', sans-serif; 
	font-size: 39px;
	font-weight: normal;
    line-height: 1.5;
	color: #201003;
}