﻿
*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Montserrat',sans-serif;
background:#f8f8f4;
color:#3f3f3f;
line-height:1.7;
font-size: 105%;
}

#header .page_margins .page {
    padding: unset !important;
    position: relative;
}

header{
height:80vh;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;
background:linear-gradient(rgba(25,40,40,.45),rgba(25,40,40,.45)),
url("https://www.raunitschke.com/Docs/images/Users/6aa227e4-92f2-44f9-ac29-d5ccd87ee058_header.png");
background-size:cover;
background-position:center;
color:white;
padding:20px;
}

header h1{
font-family:'Cormorant Garamond',serif;
font-size:72px;
font-weight:700;
}

header h2{
font-size:26px;
font-weight:300;
margin-top:10px;
}


#nav2 > div {
display:none;
}

.container{
max-width:1100px;
margin:auto;
padding:60px 25px;
}

h3{
font-family:'Cormorant Garamond',serif;
font-size:42px;
margin-bottom:30px;
color:#355648;
text-align:center;
}

.timeline{
position:relative;
margin-top:40px;
}

.timeline:before{
content:'';
position:absolute;
left:21px;
top:0;
bottom:0;
width:3px;
background:#9bb8a7;
}

.event{
position:relative;
padding-left:60px;
margin-bottom:30px;
}

.event:before{
content:'';
position:absolute;
left:8px;
top:8px;
width:22px;
height:22px;
background:#6e927d;
border-radius:50%;
border:4px solid white;
}

.time{
font-weight:600;
font-size:18px;
color:#355648;
}

.cardgrid{
display:grid;
_grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:25px;
margin-top:40px;
}

.card{
background:white;
padding:30px;
border-radius:18px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.card h4{
font-size:26px;
margin-bottom:15px;
font-family:'Cormorant Garamond',serif;
color:#355648;
}

footer{
background:#355648;
color:white;
text-align:center;
padding:60px 20px;
margin-top:60px;
}

a{
color:#2e6755;
font-weight:bold;
text-decoration:none;
}

.notice{
background:#edf4ef;
padding:30px;
border-left:6px solid #6e927d;
border-radius:10px;
margin-top:40px;
}

@media(max-width:700px){

header h1{
font-size:48px;
width: min-content !important;
}

header h2{
font-size:20px;
}

}
