/*

 =======================================  
	Dick Akkerhuis Fotografie
	http://www.akker-huis.nl
	
	STYLESHEET: daf-2018.css
	
	DATUM: 20-03-2018
	update 08-01-2019
	
	WIT			=>	#ffffff
	LICHTGRIJS	=>	#cccccc
	Grijs		=>	#e8e8e8
	MIDDENGRIJS	=>	#999999
	DONKERGRIJS	=>	#666666
	BIJNA ZWART	=>	#333333 (background=>body)
	ZWART		=>	#000000
	LOGO D		=>	#e34528
	LOGO A 		=>	#c2ed73
	LOGO F 		=>	#992510
======================================= 

*/

/* START ALGEMEEN */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
* {
	margin: 0;
	padding: 0;
}
body{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #333;
	font-size: 1.2em; /*16px;*/
	background: #fff;
	/* background-image: url('../images/achtergrond-daf.jpg' ); 
	background-repeat: repeat;
	background-position: 0px 0px; */
}
.wrapper{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: none;
}
iframe {
	border: none;
}
/* FONT-SIZE */
h1{red;
	font-size: 1.5em;
	font-weight: normal;
}
h2, h3{
	color: #000;
	font-size: 1.3em;
	font-weight: normal;
}
h4, h5{
	color: #000;
	font-size: 1.1em;
	font-weight: normal;
}
footer em{
	font-size: 0.8em;
	font-weight: lighter;
	color: #eeeeee;
}
/* EINDE FONT-SIZE */
/* EINDE ALGEMEEN */

/* START KLEUREN */
.groen{
	color: green;
}
.rood{
	color: red;
}
.blue{
	color: blue;
}
.mobBar a{
	text-decoration: none;
	border-bottom: 0px solid #666666;
	padding: 5px;
	font-weight: normal;
	font-size: 1.2em;
}
.mobBar{
	background-color: inherit;
	text-decoration: none;
}
article a{	
	color: blue;
	font-size: 1.1em;
	line-height: 1.9em;
}
article a:hover{
	color: red;
}
.voorwoord a{	
	color: blue;
	font-size: 1.1em;
	line-height: 1.9em;
}
.voorwoord a:hover{
	color: red;
}
section a{	
	color: blue;
	font-size: 1.1em;
	line-height: 1.9em;
}
section a:hover{
	color: red;
}
.bereken{
	background-color: #efefef;
	margin-top: -15px; /* correctie padding 15px <main> */
}
.uitleg{
	font-weight: thin;
}
/* EINDE KLEUREN */

/* UITLIJNEN */
main{
	padding: 15px;
}
article{
	padding: 0 0 5px 0;
}
p{
	padding: 0 0 7px 5px;
}
.passend{
	width: 100%;
	height: auto;
}
ul{
	padding: 0 0 5px 35px;
}
.clearboth{
	clear: both;
}
.rechts{
	float: right;
	padding: 0 0 5px 5px;
}
.scrLinks{
	float: left;
	padding: 0px 15px 5px 0px;
}
.mobLinks{
	float: left;
	padding: 5px 5px 2px 0;
}
.centreren{
	text-align: center;
}
footer{
	padding: 10px;
	width: 100%;
	text-align: center;
	background-color: #efefef;
}
.fotoserie{
	width: 100%;
	margin: 0 auto;
	padding-left: 3%;
}
.fotoserie img{
	padding: 3px; //10px //
}
.basis{
	width: 70%;
	height: auto;
}
.noboxshadow img{
	box-shadow: none;
}
.video{
	width: 30%;
	height: auto;
	float: right;
}
.omlaag25{
	float: right;
	top: 5px;
	right: 25px;
	position: fixed;
	font-size: 1.5em;
	background-color: #e8e8e8;
	padding: 4px 12px;   
    margin: -2px 0;
    border: none;
    border-radius: 44px;
    cursor: pointer;
	border: 1px solid #000;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	opacity: 0.8;
}
/* EINDE UITLIJNEN */

/* START FORMULIEREN */
.tekst-bij-form{
	width: 60%;
	margin-left: 20%;
}
.formulier{
	width: 60%;
	margin-left: 20%;
	background-color: #f9f9f9;
	padding: 10px;
	border: 0px solid #333;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 10px;
	font-size: 1.1em;
	}
#instelafstand{
	max-width: 800px;
	margin: 0 auto;
}
#scherptediepte{
	max-width: 1000px;
	margin: 0 auto;
}
#shiftobjectieven{
	max-width: 1000px;
	margin: 0 auto;
}
}
.instelafstand{
	width: 40%;
	margin-left: 30%;
	background-color: #f9f9f9;
	padding: 10px;
	border: 0px solid #333;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 10px;
	font-size: 1.1em;
	}
input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	font-size: 1.1em;
}
input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	font-size: 1.1em;
}
input[type=submit]:hover {
    background-color: #45a049;
}
input[type=button] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	font-size: 1.1em;
}
input[type=button]:hover {
    background-color: #45a049;
}
/* EINDE FORMULIEREN */
 
/* KNOPPEN */
.buttonFormat {
	background-color: #f9f9f9;
	text-decoration: none;
	border: 1px solid #CBC7B8;
	border-radius: 5px;
	padding: 5px 10px 12px 10px; /* update 20-01-2019 */
	margin: 15px;
	color: #333;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.mobbuttonFormat {
	position: fixed;
	top: 1px;
	right: 3px;
	background-color: transparent;
	text-decoration: none;
	border: 1px solid #CBC7B8;
	border-radius: 5px;
	padding: 5px;
	margin: 15px;
	color: #333;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.menusluiten {
	float: right;
	top: 5px;
	right: 25px;
	position: fixed;
	font-size: 1.5em;
	background-color: #e8e8e8;
	padding: 8px 24px;   
    margin: 8px 0;
    border: none;
    border-radius: 44px;
    cursor: pointer;
	border: 1px solid #000;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	opacity: 0.8;
	}
.menusluiten a{
    color: #000;
	text-decoration: none;
}
.menuopen {
	float: right;
	top: 5px;
	right: 25px;
	position: fixed;
	font-size: 1.5em;
	font-weight: normal;
	background-color: #e8e8e8;
	padding: 8px 24px;   
    margin: 8px 0;
    border-radius: 44px;
    cursor: pointer;
	border: 1px solid #000;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	opacity: 0.8;
	}
.menuopen a{
    color: #000;
	text-decoration: none;
}
/* EINDE KNOPPEN */

/* START IMG */
main img{
	border-radius: 1px;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
}
header img{
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
/* EINDE IMG */

/* AANPASSEN PC-SCHERM */
@media screen and (min-width: 1221px) { 
body{
	background-color: inherit;
	}
.scrnRechts{
	float: right;
	padding: 0 0 5px 5px;
	display: block;
	}
	.rechts{
		float: right;
	}
.mobRechts{
	display: none;
	}
.mobLinks{
		display: none;
	}
.menuopen{
	display: none;
}
.logomobiel{
	display: none;
}
}/* EINDE AANPASSEN PC-SCHERM */

/* AANPASSEN MOBILE-SCHERM max 1220px*/
@media screen and (max-width: 1220px) { 
body{
	background-color: inherit;
	font-size: 1em; /*16px;*/
	}
.scrnRechts{
	display: none;
	}
.mobRechts{
	float: right;
	padding: 0 0 2px 2px;
	display: block;
	}

	/* FONT-SIZE */
h1, h2, h3, h4, h5{
	color: #000;
	font-size: 1.1em;
	font-weight: normal;
}
.navbar{
	display: none;
}
.naarBoven{
	display: none;
}
.scrLinks{
		display: none;
	}
.normalVieuw{
	display: none;
}
.formulier{
	width: 98%;
	margin-left: 1%;
	background-color: #f9f9f9;
	padding: 10px;
	border: 0px solid #333;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 10px;
	font-size: 1.1em;
	}
.tekst-bij-form{
	width: 98%;
	margin-left: 1%;
}
.rechts img{
	width: 100%;
	height: auto;
}
} /* EINDE AANPASSEN MOBILE-SCHERM max 1220px*/


/* AANPASSEN MOBILE-SCHERM max 639px */
@media screen and (max-width: 639px) { 

.fotoserie img{
	margin-left:0%;
	margin-right: 0%;
	width: 100%;
	height: auto;
}
.mobiel{
	width: 100%;
	heigth: auto;
}
.formulier{
	width: 98%;
	margin-left: 1%;
	background-color: #f9f9f9;
	padding: 10px;
	border: 0px solid #333;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 10px;
	font-size: 0.9em;
	}
input[type=text], select {
    width: 100%;
    padding: 10px 16px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	font-size: 0.9em;
}
}/* EINDE AANPASSEN MOBILE-SCHERM max 639px */