@charset "utf-8";
/* CSS Document */


.foto-card{
	height: 400px;
}
.foto-card2{
	height: 500px;
}
.foto-card3{
	height: 475px;
}
		
		.titel {
			height: 1.5em;
			background-color: steelblue;
			color: white;
			font-size: 3em;
			padding-left: 5px;
		}
		
		.tekstcard {
			display: flex;
			color: darkslategray;
			font-size: .9em;
			line-height: 1em;
			padding-left: 5px;
			text-align: justify;
			padding: 10px;
			flex: 1;
			}
	.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;
		}
.auteur-bl {
			color: darkslategray;
			font-weight: bold;
			font-size: .9em;
			line-height: .7em;
			text-align: justify;
 			padding-top: 0px;	
			padding-left: 10px;
			padding-right: 10px;
		}
.titel-boek {
			color: darkslategray;
			font-weight: bold;
			font-size: 1.3em;
			line-height: .9em;
			text-align: justify;
 			padding-top: 0px;	
			padding-left: 10px;
			padding-right: 10px;
		}
.titel-boek-s {
			color: darkslategray;
			font-weight: bold;
			font-size: 1.1em;
			line-height: .9em;
			text-align: justify;
 			padding-top: 0px;	
			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;
			
		}
.isbn-bl {
			color: darkslategray;
			font-size: 1.2em;
	font-weight: bold;
			line-height: 1em;
			padding-left: 10px;
			text-align: justify;
			
		}
.prijs {
			color: darkslategray;
			font-weight: bold;
			font-size: 1em;
			line-height: 1em;
			padding-left: 10px;
		}
.prijs-rood {
			color: red;
			font-weight: bold;
			font-size: 1em;
			line-height: 1.5em;
			padding-left: 10px;
		}
.prijs-bl {
			color: darkslategray;
			font-weight: bold;
			font-size: 1.2em;
			line-height: 0.7em;
			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;
				
		}
.tekst-bl {
			color: darkslategray;
			font-size: 1em;
			line-height: 1em;	
			padding-right: 20px;
}
        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);
					}

		.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;
			margin-top: -10px
		
}

a:hover.blok {
	background: #f5f3f3;
	background: #FFF;
	text-decoration: none;
}
		
		.card a {
			color: red;
				text-decoration: none;
		}
		.card: hover {
			text-decoration: underline;
		}
.margin-article-card{
	margin-top: 50px;
	margin-bottom: 50px;
	
}
.margin-backlist-card{
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: 20px;
}
.margin-backlist-card div{
	border-width: 5px;
	border-color: red;
	margin: 10px;
}

.cardblk {
	width: 500px;
	background-color: white;
	padding-left: 25px;
	padding-top: 15px;
	height: 200px;
}
.cardblk-h225 {
	width: 500px;
	background-color: white;
	padding-left: 25px;
	padding-top: 15px;
	height: 225px;
}
.cardblk-h235 {
	width: 500px;
	background-color: white;
	padding-left: 25px;
	padding-top: 15px;
	height: 235px;
}

.card2{
			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);
					}
