.abstand {display: none;}

#logoSec {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
}
#striche {
    width: 100%;
}
#logo {
    margin-top: 60px;
    width: 90%;
}

#bandSec {
    display: flex;
    flex-direction: column;
    gap: 75px;
    padding: 40px 150px;
    align-items: center;
}
#bandSec img {
    width: 100%;
}

#infoSec {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 20px;
}
#datum {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 80px 80px;
    margin: 40px;
}
#date {
    align-self: center;
    justify-self: end;
    padding-right: 20px;
    font-size: 50px;
}
#time {
    justify-self: end;
    align-self: center;
    width: max-content;
    padding: 0px 20px;
    font-size: 40px;
    text-align: center;
    background-color: var(--main);
    color: var(--bg);
}
#adresse {
    grid-row: 1/3;
    grid-column: 2;
    padding-left: 20px;
    border: none 4px var(--main);
    border-left-style: solid;
    font-size: 30px;
    letter-spacing: 2px;
    width: max-content;
    display: flex;
    align-items: center;
}
#verkauf {
    letter-spacing: 2px;
    font-size: 35px;
}
#tickets {
    padding: 0px 70px;
    padding-top: 25px;
    text-align: center;
    font-size: 30px;
}

@media only screen and (min-width: 1300px) {

    footer {
        padding-top: 40px;
    }
}
