<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: whitesmoke;
    color: #bfe1dc;
    font-family: 'Montserrat',Arial, Helvetica, 'Trebuchet MS' ;
    position: relative;
    background-color: rgb(178, 195, 183);
}

.body-container {
    position: relative;
    border-radius: 3rem;
    border: 3px solid #bfe1dc;
    width: 80%;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 32px;
    max-width:  950px;
    background-color: #fafafa;
    overflow: hidden;
}

.header-container {
    background-image: url("../images/neuland_visual.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-image {
    width: 300px;
    color: white;
    display: inline-block;
    max-height: 15vh;
    background-color: transparent;
}

.title-container {
    color: white;
    z-index: 1;
    text-align: center;
}

.title-container h1 {
    font-size: 32px;
    font-weight: bold;
    color: #2d2c2c;
}
.content-container {
    position: relative;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 32px;
    background-color: whitesmoke;
}

.event-content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.event-container {
    border-top: 2px solid #f2e8d9;
    align-items: center;
    display: flex;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.event-date-container, .event-info-container, .ticket-button-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.event-date-container{
    width: 25%;
}

.event-date {
    font-size: 24px;
    font-weight: 600;
}

.event-content a {
    text-decoration: none;
    color: #36a787;
}

.event-info-container {
    width: 60%;
    text-align: left;
}

.event-title {
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #36a787;
}

.event-info {
    color: black;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 8px;
}

.event-subtitle {
background-color: #36a787;
border: 1px solid #36a787;
color: white;
margin-left: -4px;
padding: 4px 6px;
border-radius: 50px;
}

.ticket-button-container {
    width: 15%;
}

.ticket-button-container img {
    width: 100%;
}



.footer-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 1rem 0;
    background-color: #36a787;
    height: 200px;
    color: #f2e8d9;
}

.footer-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-logo-ztix {
    height: 3rem;
}

.legal-notice{
    color: #f2e8d9;
}</pre></body></html>