@font-face {
    font-family: "DINOT";
    font-weight: 400;
    src:url("../fonts/DINOT-Medium.otf") format("opentype");
}

@font-face {
    font-family: "Zapfino";
    font-weight: 400;
    src:url("../fonts/ZapfinoForteLTPro.otf") format("opentype");
}

:root {
    --white: #fcf7f3;
    --orange: #ff991a;
    --blue: #0045a1;
    --grau: #dfe0db;
    --grau-text: #ababab;
    --schwarz: #3d3d3d;
}

body {
    font-family: "DINOT", serif;
    font-size: 30px;
    margin: 0;
}

.header-background {
    height: 75px;
    padding-top: 12px;
    background-color: var(--grau);
}

.aprixon-logo {
    width: 180px;
    height: 62px;
    padding-left: 15px;
}

.center {
    margin: auto;
    max-width: 1170px;
}

main {
    padding-bottom: 90px;
}

.title-year {
    font-family: "Zapfino", serif;
    font-size: 90px;
    color: var(--white);
    text-align: center;
    margin-top: -10px;
    height: 10px;
    text-shadow: 0.02em 0.02em 0.05em var(--schwarz);
}

.title-text {
    padding: 75px 15px 15px 15px;
    font-size: 20px;
    color: var(--white);
    background-image: url("../images/aprixon.png");
    height: auto;
    min-height: 60px;
    text-align: center;
    line-height: 25px;
    text-shadow: 0.05em 0.05em 0.1em var(--schwarz);
}

.title-line {
    background-color: var(--orange);
    height: 10px;
}

.program-title {
    padding: 15px 15px 10px 15px;
    font-size: 22px;
    color: var(--orange);
}

.program-time {
    width: 130px;
    padding: 5px 15px;
    font-size: 18px;
    color: var(--orange);
}

.program-text {
    padding: 0 15px 20px 15px;
    font-size: 18px;
    color: var(--schwarz);
}

.programm-list {
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 18px;
}

.hinweis-text {
    padding: 17px;
    font-size: 12px;
    color: var(--grau-text);
}

footer {
    width: 100%;
    height: 90px;
    background-color: var(--schwarz);
    position: fixed;
    bottom: 0;
}

.footer-container-images {
    display: flex;
    justify-content:space-between;
    padding: 10px;
}

.footer-logo {
    width: auto;
    height: 65px;
}
