.main-button {
    margin: 10px 0;
    padding: 8px;
    background-color: var(--brunszvik-dark-brown);
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    align-self: center;
    line-height:1.5;
    justify-content: center;
}
.main-button.form-modal-button{
    width: unset;
}
.main-button a, .main-button {
    color: var(--brunszvik-light-brown);
    font-size: 18px;
    font-weight: 600;
    margin-top: auto;
    margin-bottom: auto;
}
.main-button {
    font-size: 16px;
    padding: 10px 30px !important;
}
.main-button a:hover, .main-button:hover {
    color: var(--brunszvik-light-brown);
    opacity: 0.7;
}

.site-index #main-buttons .main-button {
    width: 20%;
}

.all-event-container .event-card, .event-view .event-card {
    max-width: unset;
    width: unset;
    margin: 0;
}
.all-event-container .event-card .image > a > img,
.all-event-container .event-card .image > a > .custom-cover-image {
    width: 100%;
}

.event-view .event-card .event-title {
    min-height: unset !important;
    margin-bottom: 15px;
    font-size: 18px;
}

.event-view .more-event h3 {
    font-weight: 860;
    font-size: 33px;
    line-height: 31px;
}

.event-view .event-title-view {
    font-weight: 700;
    font-size: 30px;
}

.event-view .event-card .event-description, .event-view .event-card .event-date, .event-view .event-card .event-place {
    font-weight: 300;
    font-size: 13px;
    line-height: 1.25;
}

.event-description {
    margin-top: 10px;
}

.event-view-card .event-date .icon, .event-view-card .event-place .icon{
    margin-right: 10px;
    width: 40px;
    font-size: 18px;
}

.event-view-card .event-date, .event-view-card .event-place {
    font-weight: 900;
}
.event-view-card .event-date .col, .event-view-card .event-place .col {
    align-self: end;
}

.event-outdated .event-date * {
    color: grey;
}

.custom-cover-image {
    align-content: center;
    text-align: center;
}
.custom-cover-image .date {
    position: relative;
}
.custom-cover-image .month {
    color: var(--brunszvik-light-brown);
    font-family: 'Poppins', Calibri, sans-serif;
    font-size: 45px;
}
.custom-cover-image .day {
    color: var(--brunszvik-dark-brown);
    font-family: 'Poppins', Calibri, sans-serif;
    font-size: 60px;
    position: absolute;
    top: 22px;
    right: 15px;
}

.event-cover-img .custom-cover-image, .event-cover-img img {
    margin-top: 10px;
    margin-bottom: 10px;
}
.event-cover-img .custom-cover-image {
    justify-self: center;
    height: 300px;
    width: 80%;
    max-width: 500px;
    background-color: var(--brunszvik-medium-brown);
}

.organiser {
    margin-top: 10px;
}

@media (max-width: 600px) {
    .event-cover-img .custom-cover-image {
        width: 100%;
        height: 300px;
    }
    .event-view .more-event h3 {
        font-size: 28px;
    }
    .custom-cover-image .month {
        font-size: 35px;
    }
    .custom-cover-image .day {
        font-size: 50px;
    }
}
@media (max-width: 400px) {
    .event-cover-img .custom-cover-image {
        width: 100%;
        height: 200px;
    }
}