body{
    margin:0;
    background:#ffd84d;
    color:#222;
    font-family: Helvetica, Arial, sans-serif;
}

.container{
    max-width:900px;
    margin:auto;
    padding:100px 40px;
}

h1{
    font-family: Georgia, serif;
    font-size:64px;
    font-weight:normal;
    line-height:1;
    margin:0 0 22px 0;
}

.subtitle{
    font-size:22px;
    line-height:1.35;
    margin:0 0 90px 0;
    max-width:850px;
}

.hero{
    width:100%;
    margin:40px 0 80px 0;
}

.hero img{
    width:100%;
    height:110px;
    object-fit:cover;
    filter: blur(1.4px) brightness(0.95);
    border-radius:6px;
    display:block;
}

.sections{
    position:relative;
    height:860px;
}

.block{
    position:absolute;
    max-width:300px;
}

.b1{ top:0px; left:0px; }
.b2{ top:160px; left:490px; }
.b3{ top:380px; left:240px; }
.b4{ top:610px; left:560px; }
.b5{ top:730px; left:40px; }

.block h2{
    font-size:30px;
    margin:0 0 8px 0;
}

.block p{
    font-family: Georgia, serif;
    font-size:18px;
    line-height:1.35;
    margin:0;
}

/* Regalseiten */

.year{
    margin-top:80px;
    margin-bottom:34px;
    font-size:28px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:bold;
    opacity:0.7;
}

.entry{
    margin:0 0 46px 0;
    max-width:760px;
}

.entry a{
    font-family: Georgia, serif;
    font-size:30px;
    font-weight:bold;
    line-height:1.15;
    color:#222;
    text-decoration:none;
}

.entry a:hover{
    text-decoration:underline;
}

.desc{
    display:inline-block;
    margin-top:4px;
    font-family: Georgia, serif;
    font-size:18px;
    line-height:1.35;
    opacity:0.8;
}

.meta{
    margin-top:10px;
    max-width:760px;
    font-family: Georgia, serif;
    font-size:18px;
    line-height:1.35;
    opacity:0.8;
}

.back{
    margin-top:80px;
    font-size:18px;
    opacity:0.8;
}

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

a:hover{
    text-decoration:underline;
}

a:visited{
    color:#222;
}

a.external::after{
    content:" ↗";
    font-size:0.9em;
}

footer{
    margin-top:40px;
    font-size:15px;
    line-height:1.7;
}

footer div{
    margin-bottom:8px;
}