html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0 !important;
    padding: 0 !important;
}


a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Begin Home */


.Uebergang {
    margin-top: -6px;
    position: relative;
    background: #faebe2;
    height: 100px;
    overflow: hidden;
    transform: rotate(180deg);
}

    .Uebergang svg {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }

.üeberUns {
    padding: 2rem;
}

.Ueberuns, .Socials, .Streamplan, .Partner {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 50px;
    margin-bottom: 50px;
}

.Ueberuns-label, .Socials-label, .Streamplan-label, .Partner-label {
    display: inline-block;
    background-color: #9c5c84;
    color: #2e083d;
    font-size: 4rem;
    font-weight: bold;
    border-radius: 2rem;
    padding: 1rem 2rem;
    text-align: center;
}

.homeimage {
    margin-top: -3px;
    width: 100%;
    height: auto;
    display: block;
}

.Ueberuns-container {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    justify-content: space-around;
}

.Gery-container {
    background-color: #e6a6ba;
}

.Patrick-container {
    background-color: #3b1043;
}

.GeryAvatar, .PatrickAvatar {
    height: 400px;
    width: auto;
    object-fit: contain;
    border-radius: 1rem;
}
.Gery-container, .Patrick-container {
    margin-top: 60px;
    display: flex;
    width: 500px;
    max-width: 90vw;
    flex-direction: column;
    justify-content: center;
    border-radius: 2rem;
    padding: 1rem 2rem;
}

.Gery-Text-Titel-container, .Patricky-Text-Titel-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}

.Gery-Text-Titel-container, .Patricky-Text-Titel-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    flex: 1; 
    height: 100%; 
}


.Gery-Text-container, .Patrick-Text-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    flex: 1; 
    padding: 1rem;
}


.Patrick-Text, .Patrick-Titel {
    color: aliceblue;
}

.Gery-Text, .Gery-Titel {
    color: #3b1043;
}


.yt {
    margin: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 4rem;
    padding-bottom: 50px;
}

.yt-text-box {
    background-color: #e6a6ba;
    border-radius: 2rem;
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 1rem;
    min-width: 315px
}
.yt-logo {
    width: 50%;
    height: auto;
    object-fit: contain;
    padding-bottom: 30px;
}

.yt-text {
    
}

.yt-container {
    background-color: #3b1043;
    padding: 14px;
    border-radius: 2rem;
    width: 100%;
    max-width: 800px; /* Begrenzung der maximalen Breite */
    aspect-ratio: 16 / 9;
    position: relative;
}

.yt-container-vid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 14px;
}

.short {
    margin: 20px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    padding-bottom: 40px;
    gap: 4rem;
    flex-wrap: wrap;

}

.ytshort-text-box {
    background-color: #e6a6ba;
    border-radius: 2rem;
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 1rem;
    min-width: 315px
}

.ytshort-logo {
    width: 50%;
    height: auto;
    object-fit: contain;
    padding-bottom: 30px;
}

.ytshort-text-box {
    min-width: 330px;
}

.ytshort-container {
    background-color: #3b1043;
    padding: 10px;
    border-radius: 2rem;
    min-width: 330px;
}

.Streamplan-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    flex-wrap: wrap;
}

.Streamplan-Text-Container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #e6a6ba;
    border-radius: 2rem;
    width:20%;
    padding:30px;
    font-family: sans-serif;
    min-width: 350px;
}

.StreamPlan{
    border-radius: 2rem;
    width: 60%;
    min-width:400px;
    margin-bottom: 10px;
}

.Streamplan-Text-Streming-Tage {
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 10px;
    font-size: 2.1em;
}

.Streamplan-Streming-Tage {
    margin-top: 10px;
    font-size: 1.95em;
    margin-bottom: 10px;
    white-space: pre-line;
}
.Streamplan-Community-Events {
    margin-top: 8px;
    font-size: 1.95em;
    margin-bottom: 10px;
    white-space: pre-line;
    font-weight: bold;
}

.Partner-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    margin: 10px;
    flex-wrap: wrap;
}

.Partner-promo {
    border-radius: 2rem;
    min-width: 300px;
    width: 35%;
    transform: scale(1.1);
    height: auto;
    margin-bottom: 25px;
}

.Partner-logo{

}

.Partner-Text-Container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #e6a6ba;
    border-radius: 2rem;
    width: 20%;
    padding: 30px;
    font-family: sans-serif;
    text-align: center;
    min-width: 300px;
}

.Footer {
    background-color: #9b5f84; /* Farbe aus deinem Screenshot */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    color: white;
}

.Footer-Impressum a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.Footer-Icons img {
    width: 40px;
    height: auto;
    margin-left: 20px;
    filter: brightness(0) invert(1);
    transition: transform 0.2s ease;
}


    .Footer-Icons img:hover {
        transform: scale(1.1);
    }
/* Ende Home */
.Login {
    background-color: #f0f0f0;
    padding: 1.5rem;
    border-radius: 0.25rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
}

.newUser {
    flex: auto;
    flex-direction: row;
    background-color: #fafafa;
    padding: 1.5rem;
    border-radius: 0.25rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.NewSchedul {
    flex: auto;
    flex-direction: row;
    background-color: #fafafa;
    padding: 1.5rem;
    border-radius: 0.25rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
}



.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.logo {
    height: 120px;
    margin-left: -25px;
    margin-top: 17px;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}
