@charset "utf-8";
/* CSS Document */


.foto-card{
	height: 400px;
}
.artikel-card{
	height: 150px;
}
.voetbal-card{
	height: 600px;
	width: 600px;
}
.dart-card{
	height: 700px;
	width: 400px;
}
.onderdelen-card{
	
	width: 300px;
}
		
		.titel {
			height: 1.6em;
			background-color: orangered;
			color: white;
			font-size: 2em;
			padding-left: 5px;
			text-align: center;
		}
		.titel2 {
			height: 2.0 em;
			background-color: orangered;
			color: white;
			font-size: 2em;
			padding-left: 5px;
			text-align: center;
			line-height: 1.2em;
		}
.titel3 {
			height: 2em;
			background-color: orangered;
			color: white;
			font-size: 1.6em;
			padding-left: 5px;
			text-align: center;
			line-height: 2.2em;
		}

		.titelx {
			height: 1.em;
			background-color: orangered;
			color: white;
			font-size: 1.3em;
			padding-left: 5px;
			text-align: center;
		}
       .titelklein {
			height: 1.2em;
		    color: white;
		   background-color: black;
			font-size: 0.9em;
			padding-left: 5px;
			
		}
		
		.tekstcard {
			display: flex;
			color: darkslategray;
			font-size: .9em;
			line-height: 1em;
			padding-left: 5px;
			text-align: justify;
			padding: 10px;
			flex: 1;
			}
.tekst-artikel{
	font-size:1.2em;
	text-align: left;
	color: black;
	margin-left: 10px;
}
.tekst-onderdelen{
	font-size:1.0em;
	text-align: justify;
	color: black;
	margin-left: 10px;
	margin-right: 10px;
}
.tekst-dart{
	font-size:1.0em;
	text-align: left;
	color: black;
	margin-left: 10px;
}
	.tekst7 {
			display: flex;
			color: darkslategray;
			font-size: .7em;
			line-height: 1em;
			padding-left: 5px;
			text-align: justify;
			padding: 10px;
			}
.auteur {
			color: darkslategray;
			font-weight: bold;
			font-size: .9em;
			line-height: 1em;
			text-align: justify;
 			padding-top: 20px;	
			padding-left: 10px;
			padding-right: 10px;
		}
.leeftijd {
			color: darkslategray;
			font-size: .9em;
			line-height: 1em;
			padding-left: 10px;
			text-align: justify;
			
		}
.afmeting{
			color: darkslategray;
			font-size: .9em;
			line-height: 1em;
			padding-left: 10px;
			text-align: justify;
			
		}
.isbn {
			color: darkslategray;
			font-size: .9em;
			line-height: 1em;
			padding-left: 10px;
			text-align: justify;
			
		}
		.prijs {
			color: darkslategray;
			font-weight: bold;
			font-size: 1em;
			line-height: 1.5em;
			padding-left: 10px;
		}
.extra {
			color: indianred;
			font-weight: bold;
			font-size: 1em;
			line-height: 1.5em;
			padding-left: 10px;
		}
.extratitel {
			color: white;
			font-weight: bold;
			font-size: 1em;
			line-height: 1.5em;
			padding-left: 10px;
			background: brown;
		}
		.pp{
			color: darkslategray;
			font-weight: normal;
			font-size: 0.5em;
		}
		.datum {
			color: darkslategray;
			font-size: .8em;
			line-height: 1em;
			font-weight: bold;
			padding-left:10px;
				}

		.vanaf{
			color: gray;
			font-size: .7em;
			padding-left: 5px;
			
			
		}
        section {
           display:flex;
			flex-direction:column;
            min-height:99vh;
			flex: 1;
			
       }

		section-card {
           display:flex;
           flex-direction:row;
           flex-wrap: wrap;
			justify-content: left;
			
			
        }

        section > * {
			background-image: url("../graph/bg_03s.png");
			background-repeat: repeat;
			background-size: cover;
			
            
        }
        .card header {
			display: flex;
			top:0px;
            width: 100%;
			position: fixed;
			z-index: 9999;
            
        }
        .card footer {
			display: flex;
            flex: 0 0 100px;
            background-color: steelblue;
			height: 150px;
        }
        article {
            background-color: white;
            flex:1;
			margin-top: 110px;
        }

		.cardgroup{
			display: flex;
			flex-wrap: wrap;
		}
		.card{
			flex-direction: column;
			flex: 0 1 20em;
			margin: 1em;
			justify-content: space-between;
			border: thin solid black;
			height: auto;
			font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
			color: blue;
			background-color: white;
			transition: all .2s;
			border: 1px solid #ccc;
    box-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.3);
			}
		
		.card a:hover {
			transform: scale(1.01);
			box-shadow: 6px 6px 6px 2px  rgba(0,0,0,0.3);
					}


	.card-index{
			flex-direction: row;
			flex: 0 1 8em;
			margin: 1em;
			justify-content: space-between;
			border: thin solid black;
			background-color: grey;
			height: auto;
			font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
			color: white;
			text-align: center;
			transition: all .2s;
			border: 1px solid #ccc;
		    box-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.3);
			}
		
		.card-index a:hover {
			transform: scale(1.01);
			background-color: black;
			color: white;s
			box-shadow: 6px 6px 6px 2px  rgba(0,0,0,0.3);
					}



		.cardfilm{
			flex-direction: column;
			flex: 0 1 20em;
			margin: 1em;
			justify-content: space-between;
			border: thin solid black;
			height: auto;
			font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
			color: blue;
			background-color: white;
			transition: all .2s;
			border: 1px solid #ccc;
    box-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.3);
			}
		
		.cardfilm a:hover {
			transform: scale(1.01);
			box-shadow: 6px 6px 6px 2px  rgba(0,0,0,0.3);
					}
		
		
		.info a:hover{
			transform: scale(1.01);
		}
		.logo{ align-content: center;
			
			}
		
		
		
		.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
			text-decoration: none;
  
}

		a.blok {
		display: block;
		text-decoration: none;
			color:white;
		
}

a:hover.blok {
	
	background: white;
	text-decoration: none;
}
		
		.card a {
			color: red;
				text-decoration: none;
		}
		.card: hover {
			text-decoration: underline;
		}
.margin-article-card{
	margin-top: 50px;
	margin-bottom: 50px;
	
	
}
.card-s{
			flex-direction: column;
			flex: 0 1 20em;
			margin: 1em;
			justify-content: space-between;
			border: thin solid black;
			height: auto;
			font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
			background-color: white;
			transition: all .2s;
			border: 1px solid #ccc;
    box-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.3);
			}
		
		.card-s a:hover {
			transform: scale(1.01);
			box-shadow: 6px 6px 6px 2px  rgba(0,0,0,0.3);
					}
