/******************************

    Full Card
    Eine "Full Card" ist ein Block, der ein Veranstaltungsitem über die Gesamte breite
    eines Blocks anzeigt. (siehe Veranstaltungsübersicht, oberer Block)
    Das Template hierzu befindet sich in parts/full-card.php

 ******************************/
.full-event-card {
    padding: 56px 0px;
}

.full-card .left img {
    object-fit: scale-down;
    height: auto;
    width: 100%;
}
.full-card .left {
    padding-right: 30px;
    max-width: 50%;
    position: relative;
    height: fit-content;
}
.full-card .right {
    padding-left: 0px;
    max-width: 50%;
}

.full-card {
    display: flex;
    flex-direction: row;
}

.full-card h2{
    color: #454955;
}
.full-card h2:hover {
    color: inherit;
}

.full-theme-card .brading {
    font-weight: bold;
}

/*
.full-card .bandarole {
    position: absolute;
    right: 15px;
    top: 20px;
    padding: 0 6px;
    background-color: #4EBDCD;
    color: white;
    font-size: 12px;
    text-align: center;
    vertical-align: center;
    font-weight: bold;
    letter-spacing: 1.2px;
} */

@media (max-width: 768px) {
    .full-card .fc-event-text {
        margin-bottom: 8px;
    }
}

@media (max-width: 568px) {
    .full-card {
        display: block;
    }

    .full-card .left {
        padding-right: 0;
        margin-bottom: 15px;
    }

    .full-card .left, .full-card .right {
        max-width: 100%;
    }
}
