body, td, th {
    color: black;
    font-family: Verdana;
    font-size: 10px;
}

body {
    background-color: white;
}

td, th {
    text-align: left;
    background-color: white;
    vertical-align: top;
}

.error {
    color: red;
}

.warning {
    color: green;
}

a {
    color: #404040;
    text-decoration: none;
}

a:hover {
    color: black;
    text-decoration: underline;
}

a.button {
    color: #404040;
    padding: 6px 6px 6px 6px;
    margin: 0 3px 0 0;
    text-decoration: none;
    background-color: #D0D0D0;
}

a:hover.button {
    color: black;
    padding: 6px 6px 6px 6px;
    margin: 0 3px 0 0;
    text-decoration: none;
    background-color: yellow;
}

span.button {
    color: white;
    padding: 6px 6px 6px 6px;
    margin: 0 3px 0 0;
    text-decoration: none;
    background-color: #808080;
}


.js-video.vimeo {padding-top: 0;}
.js-video.widescreen {
    padding-bottom: 56.34%;
    }
.js-video {
    height: 100%;
    padding-top: 25px;
    padding-bottom: 67.5%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    }
.js-video embed, .js-video iframe, .js-video object, .js-video video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    }
body,div,span,td,textarea,input,li,p,h1,h2,h3,h4,h5,h6,blockquote{
    -o-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	}
body { 
    background-image:url(https://data.wil.dk/_images/willlogo_layers_inverse_blur_tile.png);
    
    }
.header.head {
    clear:both;margin: 0px 10px;
    }
.header img {
    width: 100px;
    display: inline-block;
    vertical-align: bottom;
    }
.block{
    cursor:pointer;
	box-shadow:rgba(0,0,0,0.2) 1px 1px 4px;
	-webkit-box-shadow:rgba(0,0,0,0.2) 1px 1px 4px;
	/* max-width:280px; */
	border-radius:10px;
	-webkit-border-radius:10px;
	float:left;
	display:block;
	height:340px;
	/* min-width:200px; */
	/* width:21%; */
    	width:calc(25% - 24px);
    	margin:12px 12px;
	background-color:rgba(255,255,255,0.9);
	margin:12px 12px;
	transition: all 250ms;
	position: relative;
	overflow: hidden;
    }
.block-end{
    position: absolute;
    bottom: 0;
    height: 60px;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    background-position: initial initial;
    background-repeat: initial initial;
    }
.block div.image{
    background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
    -o-background-size:cover;
	border-top-left-radius:7px;
	-webkit-border-top-left-radius:7px;
    background-position:50%;
	background-color:gray;
	height:120px;
	margin:10px;
	border-top-right-radius:7px;
    -webkit-border-top-right-radius:7px;
    }
h1{
    font-style:normal;
	font-weight:normal;
	font-family:ImperfEgg-Stencil-ExtraBold;
	font-size:36px;
	line-height:32px;
	margin:10px;
	}
h2{font-style:normal;
	font-weight:normal;
	font-family:ImperfEgg-ExtraBold;
	font-size:20px;
	line-height:20px;
	margin:10px;
	}
p{
    font-style:normal;
	font-weight:normal;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-webkit-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
	font-family:PerfectEgg-NarrowRegular;
	font-size:15px;
	line-height:19px;
	margin:6px 10px;
    }
h1,h2,p{
    font-feature-settings: "calt" 0;
    }
.header{
    display:inline-block;
    }
@media (min-width:1300px) {
    .header img {
        max-width: 100px;
        width:20%;
        }
    .block{
        min-width:0;
    	width:calc(20% - 24px);
    	margin:12px 12px;
    	}
    h1{
    	font-size:36px;
	    line-height:32px;
    	}
    h2{
    	font-size:24px;
	    line-height:24px;
    	}
    p{
    	font-size:16px;
	    line-height:20px;
        }
    }
@media (max-width:960px) {
    .block{
        min-width:0;
    	width:calc(33.3% - 24px);
    	}
    h1{
        line-height:20px;
    	font-size:24px;
    	}
    h2{
        line-height:18px;
    	font-size:18px;
    	}
    p{
        line-height:18px;
	    font-size:14px;
        }
    }
@media (max-width:700px) {
    .block{
        min-width:0;
    	width:calc(50% - 24px);
    	}
    h1{
        line-height:30px;
    	font-size:5vw;
    	margin: 10px 0;
    	}
    h2{
        line-height:18px;
    	font-size:18px;
    	}
    .header h2{
        line-height:26px;
    	font-size:26px;
    	margin:10px 0;
    	}
    p{
        -webkit-hyphens:auto;
        -moz-hyphens:auto;
        -webkit-hyphens:auto;
        -ms-hyphens:auto;
        -o-hyphens:auto;
        hyphens:auto;
        line-height:18px;
	    font-size:14px;
        }
    .header{
        display:block;
        margin-top:30px;
        }
    .header p{
        line-height: 18px;
        font-size: 15px;
        margin: 6px 0px;
        }
    }
.date{
    color:white;
	padding:0 4px;
	font-family:PerfectEgg-CondensedLight;
	font-size:0.9em;
	background-color:#787889;
	margin-right:8px;
	}
.date:empty{
    display:none;
    }

