* {
    margin: 0;
    padding: 0;
}
html, body {
    overflow: hidden;
}
body {
    font-family: Arial,Helvetica,sans-serif;
    color: #363b41;
    font-size: 30px;
    line-height: 33px;
}
.hidden {
    display: none;
}
.container{
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
.tx-vkevents .card-deck{
    justify-content: center;
}
.tx-vkevents .card-deck.withIcons .card {
    flex: 0 0 29%;
    margin: 2rem;
}
.tx-vkevents .card-body{
    color: #000;
}
#header {
    background-color: white;
    height: 47px;
    text-align: right;
    padding-right: 47px;
}
.eintrag {
}
.bild {
    border-top-style: dashed;
    border-top-color: #363b41;
    border-top-width: 1px;
    width: 92px;
    padding: 7px 4px 4px 4px;
    vertical-align: top;
    text-align: center;
}
.uhrzeit {
    border-top-style: dashed;
    border-top-color: #363b41;
    border-top-width: 1px;
    vertical-align: top;
    text-align: center;
    padding: 3px 3px 3px 3px;
    width: 76px;
}
.titel {
    border-top-style: dashed;
    border-top-color: #363b41;
    border-top-width: 1px;
    vertical-align: top;
    text-align: left;
    padding: 3px;
    width: 772px;
    color: #A1A1A1;
}
.col1, .col2{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.erster {
    border-top: none;
}
.ort {
}
.eintrag td {
    padding: 10px;
}
.text{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.text span{
    padding: 0.5rem 0;
}
.favorites .text span {
    display: initial;
}
.text .headline, .text .ort{
    font-size: 2.5rem;
    font-weight: bold;
    padding: 0.75rem 0;
}

.text .time, .text .kategorie{
    font-size: 1.5rem;
}

.tx-vkevents:not(:first-child) {
    display: none;
}
.image,
.text {
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    opacity: 1;
    visibility: visible;
    display: block;
}

.image.unsichtbar,
.text.unsichtbar {
    opacity: 0;
    visibility: hidden;
    display: none;
}
