body {
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom, #00A2DF , #0072B3 );
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'BarlowCondensed-Regular', sans-serif;
}

.box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 20px;
}

.logoAfD {
    height: 150px;
}

.mediaIcons {
    height: 100px;
}

a {
    color: #293133;
}

a:hover {
    color: #c21818;
}

.footer {
    margin-bottom: 20px;
    margin-top: 40px;
}

.footer a {
    color: #ffffff;
    text-decoration: auto;
}

.footer a:hover {
    color: #c21818;
}

.modal-body p {
    margin-bottom: 0px;
}

.modal-body img {
    height: 75px;
}

/* Definiere die Schriftarten */
@font-face {
    font-family: 'BarlowCondensed-Bold';
    src: url('/fonts/BarlowCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'BarlowCondensed-Regular';
    src: url('/fonts/BarlowCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Stil für YouTube-Überschrift */
.youtube-heading {
    font-family: 'BarlowCondensed-Bold', sans-serif;
}

/* Stil für YouTube-Beschreibung */
.youtube-description {
    font-family: 'BarlowCondensed-Regular', sans-serif;
}

/* Stil für Spotify-Überschrift */
.spotify-heading {
    font-family: 'BarlowCondensed-Bold', sans-serif;
}

/* Stil für Spotify-Beschreibung */
.spotify-description {
    font-family: 'BarlowCondensed-Regular', sans-serif;
}

/* Stil für Impressum-Link */
.impressum-link {
    font-family: 'BarlowCondensed-Regular', sans-serif;
}