html {
  scroll-behavior: smooth;

}

body {
	color: white;
	//*background: black url("./plaatjes/bladeren4winter.jpg") center fixed;*//
	background-size: cover;
	background: #333333;
	font-size: 110%;
	font-family: "Arial", sans-serif;
	font-weight: normal;
	font-variant: normal;
	cursor: url("./plaatjes/spinnenwebmini.gif"), default;
	//*background: black url(./plaatjes/potloden_klein.gif) repeat-x;
	background-position: center bottom; *//
}

#bodylossepagina, .bodylossepagina {
	color: white;
	
	background: black url(./plaatjes/spinnenweb.gif) no-repeat;
	background-position: center top; 
	background-size: 80%;
	font-size: 110%;
	font-family: "Arial", sans-serif;
	font-weight: normal;
	font-variant: normal;
	cursor: url("./plaatjes/spinnenwebmini.gif"), default;
}

#markerred, .markerred {
	background: red;
}

#markeryellow, .markeryellow {
	background: yellow;
}

#markergreen, .markergreen {
	background: green;
}

#markerblue, .markerblue {
	background: blue;
}

.uitlijnlinks {
	text-align: left;
}

.uitlijnmidden {
	text-align: center;
}

.uitlijnrechts {
	text-align: right;
}


table { 
	border: 0px;
	border-collapse: separate;
	padding: 5px;
	border-radius: 15px;
	border-spacing: 15px;
	border-style: none;
	font-size: 110%;
	font-family: "Arial", sans-serif;
}

th, td {
	border: 1px;
	border-collapse: separate;
	padding: 15px;
	border-radius: 15px;
	border-style: solid;
	box-shadow: 10px 10px 10px gray;
	font-weight: normal;
	font-variant: normal;
}

.rijpotloden {
	margin: 0px, 30px, 0px, 30px;
	background:  url(./plaatjes/potloden_klein.gif) repeat-x;
	width: 100%;
	height: 100px;
		
}




#tableblind, .tableblind {
	border: 0px;
	padding: 0px 0px 0px 0px; 
	border-radius: 0px;
	border-style: none;
	box-shadow: 0px 0px 0px black;
	font-size: 100%;
}

#inhoud, .inhoud {
	margin: 15px 0px 10px 0px;
	border: 1px;
	border-style: dashed;
	border-color: white;
	padding: 0px;
	border-radius: 15px;
	background: black url(./plaatjes/spinnenwebdark.gif) 100%;
	float: left;
	width : 350px;
}

#blog, .blog {
	margin: 0px 0px 0px 0px;
	background: ;
	border-radius: 15px;

}

#blogjaar, .blogjaar {
	margin: 25px 0px 25px 0px;
	background: black;
	border-radius: 15px;
}

#blogjaaraktief, .blogjaaraktief {
	margin: 25px 0px 25px 0px;
	background: blue;
	border-radius: 15px;
}

#blogjaarpasief, .blogjaarpasief {
	margin: 25px 0px 25px 0px;
	background: #333333;
	border-radius: 15px;
}


.blogfoto {
	
	width: 300px;
	transition: 1s;
	

}

.blogfoto:hover {
	
	width: 600px;
	
	
	animation-duration: 1s;
	
}

.fototext {
	position: relative;
	bottom: 20px;
	left: 50%;
	
	
}

@keyframes blogfotogroter {
	from {width:300px;}
	to {width:600px;}
}

@keyframes blogfotokleiner {
	from {width:600px;}
	to {width:300px;}
}





.scrollbericht {
	position: absolute;
    left: 20px;
    top: 150px;
	text-align: center;
	background: #1E0000 url(./plaatjes/spinnenwebdark.gif);
	border-radius: 15px;
	margin: 20px 250px 15px 450px;
	padding: 15px;
	z-index: -2;
}

.blogbericht {
	text-align: left;
	background: #1E0000 url(./plaatjes/spinnenwebdark.gif);
	border-radius: 15px;
	margin: 15px 5px 15px 5px;
	padding: 15px;
}


.goedslechtpoll {
	text-align: center;
	background: #1E001E url(./plaatjes/spinnenwebdark.gif);
	border-radius: 15px;
	margin: 10px 5px 15px 10px;
	padding: 15px;
}	

.Ipoll {
	text-align: center;
	background: #451212 url(./plaatjes/spinnenwebdark.gif);;
	border-radius: 15px;
	margin: 10px 5px 15px 10px;
	padding: 0px;
}	

.Ipollgestemd {
	text-align: center;
	background: #1E1E1E url(./plaatjes/spinnenwebdark.gif);
	border-radius: 15px;
	margin: 15px 5px 15px 10px;
	padding: 0px;
}	

.bezoekersberichttonen {
	text-align: left;
	background: #001E00 url(./plaatjes/spinnenwebdark.gif);
	border-radius: 15px;
	margin: 15px 5px 15px 10px;
	padding: 15px;
}	

.reacktieblog {
	text-align: center;
	background: #00001E url(./plaatjes/spinnenwebdark.gif);
	border-radius: 15px;
	margin: 15px 5px 15px 10px;
	padding: 0px;
}	

.geenreacktiemogelijkheid {
	text-align: center;
	background: #1E1E1E;
	border-radius: 15px;
	margin: 15px 5px 15px 10px;
	padding: 0px;
}

.onderblog {
	text-align: center;
	background: ;
	border-radius: 15px;
	margin: 15px 5px 15px 10px;
	padding: 0px;
}


.reacktie, #reacktie, fieldset {
	color: white;
	margin : 15px 15px 15px 15px;
	border-radius: 15px;
	padding: 10px;
}

A:hover {
	background: #780000;
	color: green;
	font-weight: normal;
	border-radius: 5px;
	cursor: url("./plaatjes/spinnenwebmini.gif"), default;
}

A:hover img {
	background: #780000;
	border-radius: 6px;
	border-width: 0px;
	border-color: yellow;
	border-style: solid;
}


A:link {
	text-decoration: none;
	color: green;
	font-weight: normal;
	
}

A:link img {
	border-radius: 3px;
	border-width: 1px;
	border-color: yellow;
	border-style: hidden;
	
}

.inhoud A:visited {
	text-decoration: none;
	color: gray;
	font-weight: normal;
}


A:visited  {
	text-decoration: none;
	color: green;
	font-weight: normal;
}


A:active {
	color: green;
	font-weight: normal;
	background: blue;
	cursor: url("./plaatjes/spinnenwebminigreen.gif"), default;
}


A:active img {
	background: blue;
	border-radius: 5px;
	cursor: url("./plaatjes/spinnenwebminigreen.gif"), default;
}

#icoon, .icoon {
	border-style: none;
	border-radius: 0px;
}

img {
	
	border-radius: 20px;
}


blockquote {
	background: gray;
	color: white;
	border-radius: 10px;
	border:	2px;
	border-color: white;
}

div.fotooverzichtl {
	position: relative;
	background: purple;
	float: left;
	margin	:5px;
	padding	:10px;
	text-align: center;
	width	: 300PX;
	border-radius: 15px;
	z-index: 0;
	transition: 1s;
	
}


div.fotooverzichtl:hover {
	position: relative;
	transform: scale(1.6);
	background: blue;
	margin	:5px;
	padding	:10px;
	text-align: center;
	width	: 300px;
	border-radius: 15px;
	z-index: 3;
	


}


#fotooverzicht, .fotooverzicht {
	border: 0px;
	border-radius: 15px;
	width: 100%;
	
}

/*
#fotooverzicht:hover, .fotooverzicht:hover {
	border: 0px;
	border-radius: 15px;
	width: 500px;
	z-index:2 ;
}
*/

div.fotooverzichtr {
	position: relative;
	background: purple;
	float	:right;
	margin	:5px;
	padding	:10px;
	text-align: center;
	width	: 300px;
	border-radius: 15px;
	z-index: 0;
	transition: 1s;
	
}	


div.fotooverzichtr:hover {
	position: relative;
	transform: scale(1.6);
	background: blue;
	margin	:5px;
	padding	:10px;
	text-align: center;
	width: 300px;
	border-radius: 15px;
	Z-index: 3;
	
}	

#fotooverzichtenkel, .fotooverzichtenkel {
	border: 0px;
	border-radius: 15px;
	
}

textarea, input {
	font-size: 110%;
	background: #222222;
	color: white;
	font-family: "Arial", sans-serif;
	cursor: url("./plaatjes/potloodcursor.gif"), text;
}

input:hover, textarea:hover {
	background: #780000;
	cursor: url("./plaatjes/potloodcursor.gif"), text;
}

input:active, textarea:active {
	background: #990000;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
     width: 350px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: -35px;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
  	transition: 1s;
    
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 10%;
    left: 0%;
    margin-left: 5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}


.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 3;
}


/* Dropdown menu */

.dropbtn {
  vertical-align: 16px;
  background-color: #4CAF50;
  position: initial;
  color: white;
  padding: 16px 16px 16px 16px;
  font-size: 16px;
  border: 2px;
  border-color: white;
  cursor: pointer;
  transition: 1s;
  border-radius: 12px;
}

.dropdown {
  position: relative;
  display: inline-block;
  border-radius: 12px;
  transition: 1s;
}

.dropdown-content {
  text-decoration: none;
  display: none;
  position: absolute;
  background-color: red;
  min-width: 300px;
  box-shadow: 0px 40px 50px 0px rgba(0,0,0,12);
  z-index: 5;
  border-radius: 12px;
  transition: 1s;
 
  
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: url("./plaatjes/spinnenwebminiblauwpijl.gif"), auto;
  transition: 1s;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
	border-radius: 12px;
	transition: 1s;
}

.dropdown:hover .dropdown-content {
  display: block;
  transition: 1s;
  
}

.dropdown:hover .dropbtn {
 /* background-color: #3e8e41; */
  background-color: blue;
  border-radius: 12px;
  cursor: url("./plaatjes/spinnenwebminiblauw.gif"), default;
  transition: 1s;
}




/* dropdown lijst menufotoboek weblog */

.dropbtnlijst {
  background-color: #4CAF50;
  color: white;
  cursor: pointer;
  border-radius: 12px;
  animation-duration: 1s;
  
  
}

.dropbtnlijstactive {
  background-color: #0000FF;
  color: white;
  cursor: url("./plaatjes/spinnenwebminiblauw.gif"), default;
  border-radius: 12px;
  animation-duration: 1s;
  
  
}

.dropdownlijst {
  position: relative;
 animation-duration: 1s;
  }

.dropdown-contentlijst {
  display: none;
  animation-duration: 1s;
   
}

.dropdown-contentlijst a {
  color: green;
  text-decoration: none;
  animation-duration: 1s;
  }

.dropdown-contentlijst a:hover {
	//* background-color: #f1f1f1; *//
	background-color: #780000;

}

.dropdownlijst:hover .dropdown-contentlijst {
  display: block;
  border-radius: 12px;
  animation-duration: 1s;
}

.dropdownlijst:hover .dropbtnlijst {
 		background-color: #780000;
 		cursor: url("./plaatjes/spinnenwebminiblauw.gif"), default;
 		animation-duration: 1s;
}

@keyframes inhoud {
  from {transform: rotateY(90deg);}
  to {transform: rotateY(0deg);}
}

@keyframes foto {
  from {width: 260px;}
  to {width: 400px;}
}

@keyframes  blogbeweging {
	from {transform: rotateY(90deg);}
  to {transform: rotateY(0deg);}
}