@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    background: #000;
    min-height: 101%;
    width: 100%;
}

body {
    background: #000;
    min-height: 100%;
    position: relative; /* oder einfach: weglassen */
    z-index: auto; /* nicht -2 */
}
html,
body {
    //font-family: 'Open Sans Condensed', sans-serif;
    //font-family: sans-serif;
    //font-family: 'Mulish', sans-serif;

    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

/** transparent bg */
header,
.sidebar,
footer,
.myBg {
    background: rgba(0,0,0,0.5); //grau
    #background: rgba(99,99,99,0.5); //grau
    #background: rgba(15,80,150,0.5); //blau
    #background: rgba(50,80,110,0.5); //blau
    #background: rgba(30,200,30,0.5); //grün
    #background: rgba(213,21,21,0.5); //rot
    #background: rgba(50,80,110,0.5); //blau;
    color: #fff;
}

html {
    width: 100%;
}

body {
    width: 100%;
}

.text-dark a {
    color: #1b1b1b;
}
.text-dark a:hover{
    color: #1b1b1b;
}
/* HERO SECTION */

.hero-header {
    height: 80vh;
    background-image: url('/uploads/hero-bg.jpg'); /* dein Bildpfad */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
}

.hero-text {
    text-shadow: 0 2px 10px rgba(0,0,0,0.7);
    top: 50%;
    left: 0px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.hero-header h1 {
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
    width: 100%;
    text-align: center;
}


.hero-header .small-label {
    font-size: 1rem;
    vertical-align: super;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
    font-weight: 600;
    width: 100%;
}


.hero-date {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 2px;
}
@media (max-width: 768px) {
    .hero-header h1 {
        font-size: 2.5rem;
    }

    .hero-date {
        font-size: 1.5rem;
    }
}


.hero-header {
    height: 60vh;
    background-image: url('/template/images/hero-bg.webp'); /* dein Hintergrundbild */
    background-size: cover;
    background-position: center;
    position: relative;
}

/* Schwarzer Streifen im oberen Drittel */
.hero-overlay {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 20%;
    background: rgba(0, 0, 0, 0.6); /* schwarz mit Transparenz */
    z-index: 2;
}

/* Logo zentriert im Streifen */
.hero-logo {
    max-height: 100px;
    width: auto;
    max-width: 90%;
}


header {
    width: 100%;
    display: block;
    #position: absolute;
    #z-index: 100;
}


.square {
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* Verhältnis 1:1 für Quadrat */
}
.square-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px;
    overflow: hidden;
}

.square-content.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: static;
    transform: none;
}

.square .text {
    padding: 10%;
}

.square .text h2 {
    #font-size: 2rem;
    font-weight: normal;
}

.square .text h3 {
    font-weight: normal;
}


.square .text p {
    #font-size: 1.5rem;
}

.square .text hr {
    width: 50%;
    margin-left: -20px;
}

.container.full .row,
.container.full .col-md-6 {
    padding: 0px;
}


.mainContainer {
    width: 100%;
    height: 100%;
}

#mainBackground {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    xbackground-image: url("images/bgv.gif");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    background-position: center center;
    opacity: 0.2;
    background-color: #000;
}

#mainArea {
    display: block;
    width: 100%;
    min-height: 100%;
    z-index: 1;
}



header {
    color: #fff;
    font-size: 13px;
    height: auto;
    width: 100%;

}

.navbar-brand {
    display: block;
    width: 100%;
}

header .logo {
    width: 80%;
    padding: 25px 0;
    max-width: 450px;
}

.nav-link {
    font-size: 1rem;
}


.nav-item {
    //border: 1px dotted #fff;
    margin: 5px 15px;
    display: inline-block;
    width: 120px;
    text-align: center;
}

.nav-item a {
    color: #fff;
}

.nav-item a:hover {
    color: #00ffff;
}

.bg-black a {

    color: #00ffff;
}



header a {
    color: #fff;
}

head a {
    color: #000;
}

a {
    color: #000;
}

a:hover {
    color: #fff;
}

h1 {

    //font-family: sans-serif;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    color: #fff;
    //background: #fff;
}

h2 {

    font-weight: normal;
    font-style: normal;
}

.blockquote-footer {
    margin-top: 0rem;
}

.sidebar {
    position: fixed;
    right: 0px;
    top: 300px;
    width: 50px;
    height: 300px;
    text-align: center;
    padding: 15px 0px 15px 5px;
    z-index: 5;

}

.footer-container .logo {
    max-height: 35px;
}

.footer-container .socialLinks li {
    list-style-type: none;
    display: inline-block;
    height: 50px;
    width: auto;
    padding: 10px 0 0 0;
}


.clear {
    clear: both;
}


.mainContent {
    min-height: 100vh;
    color: #e5e5e5;
    padding: 25px;
}

footer .sponsoren img {
    max-width: 90%;
}


footer .sponsoren.row div {
    padding: 5px 0px;
}

footer .row {
    margin-left: 0px;
    margin-right: 0px;
}

.sponsoren-wrapper {
    margin-top: 2rem;
}

.sponsor-logo-wrapper {
    flex: 0 1 120px;
    text-align: center;
    transition: transform 0.3s ease;
}

.sponsor-logo-wrapper:hover {
    transform: scale(1.05);
}

.sponsor-logo {
    max-height: 60px;
    object-fit: contain;
    width: 100%;
}


footer li a {
    color: #fff;
    display: block;
    text-decoration: none;
}

footer ul {
    padding: 5px;
}

footer .nav-item {
    border: 1px dotted #fff;
    display: inline-block;
    text-align: center;
    display: inlineblock;
    padding: 5px 5px;
}

footer img {
    max-height: 70px;
    //margin: 0 10px;
}

.footerImages {
    text-align: center;
}


@media (max-width: 1722px) {
    footer {
        position: relative;
        bottom: 0px;
        left: 0px;
        width: 100%;
        //height: 250px;
        z-index: 2;
        margin-top: 75px;
        padding-top: 25px;
    }
}

.spacer {
    height: 150px;
}


.spacer50 {
    height: 50px;
}

.spacer75 {
    height: 75px;
}

.back-to-top {
    position: fixed;
    bottom:20px;
    right:20px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 2px;
    border-left: 50px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 50px solid #000;
    margin-left: -30px;
    padding-top: 20px;
}
.back-to-top a {
    text-align: right;
    color: #fff;
    margin-left: -30px;
    padding-top: 22px;
    display: inline-block;
}


#coverContainer {
    min-height:  calc(100vh - 655px);
}


@media (max-width: 428px) {

    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }

}
@media (min-width: 429px) {

    .mobile {
        display: none;
    }
    .desktop {
        display: block;
    }

}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

table tr td {
    text-align: left;
}

table tr td {
    padding-right: 25px;
}



.page-content {
    width: calc(100% - 17rem);
    margin-left: 17rem;
    transition: all 0.4s;
}

#sidebarCollapse {
    border-radius: 0px;
    background: #000;
    color: #fff;
}

#sidebar {
    margin-left: -17rem;
    padding-left: 25px;
}
#sidebar.active {
    margin-left: 0;
}
#content {
    width: 100%;
    margin: 0;
}
#content.active {
    margin-left: 17rem;
    width: calc(100% - 17rem);
}
div.page-content.p-5 {
    padding: 1rem !important;
}
.vertical-nav {
    position: fixed;
    min-height: 200%;
}

#sidebar a {
    color: #fff;
    letter-spacing: 1.5px;
    font-weight: 300;
    font-size: 1rem;
    line-height: 2;
}

.nav.secondary li {
    display: inline-block;
    padding: 5px;
}
.nav.secondary li img {
    max-height: 30px;
}

.nav.secondary {
    flex-direction: unset;
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -17rem;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
        margin: 0;
    }
    #content.active {
        margin-left: 17rem;
        width: calc(100% - 17rem);
    }
    div.page-content.p-5 {
        padding: 1rem !important;
    }
    .vertical-nav {
        position: absolute;
        min-height: 200%;
    }
}

.bg-black {
    background: #000;
    color: #fff;
}

.detailButton {
    text-align: center;
    background: #000;
    margin: 0px 12.5% 0px 12.5%;
    padding: 5px 10px;
    width: 75%;
    display: inline-block;
    border: 1px dotted #fff;
    border-radius: 0px;
}

.btn {

    border: 1px dotted #fff;
    border-radius: 0px;
}

.card-group {
    padding: 100px 0;
}

.responsive-text h3 {
    font-size: calc(0em + 1.2vw); /* Kombination aus em und vw für flexible Schriftgröße */
}

.responsive-text h2 {
    font-size: calc(0em + 1vw); /* Kombination aus em und vw für flexible Schriftgröße */
}

.responsive-text p {
    font-size: max(0.5em, min(1em, calc(0em + 1vw)));
}

@media (max-width: 770px) {
    .responsive-text h3 {
        font-size: 20px /* Kombination aus em und vw für flexible Schriftgröße */
    }
}

#projekte .card {
    margin: 10px auto;
    border: 10px solid #000;
    border-radius: 0px;
}

.cardLink {
    display: block;
    height: 150px;
    overflow: hidden;
}

.smLinks img {
    height: 25px;
}

@media (max-width: 770px) {
    .responsive-text {
        font-size: 16px; /* Schriftgröße proportional zur Breite des Ansichtsfensters */
    } /* Schriftgröße proportional zur Breite des Ansichtsfensters */
    .responsive-text h1 {
        font-size: 24px /* Kombination aus em und vw für flexible Schriftgröße */
    }

    .responsive-text h2 {
        font-size: 18px /* Kombination aus em und vw für flexible Schriftgröße */
    }

    .responsive-text p {
        font-size: 16px /* Kombination aus em und vw für flexible Schriftgröße */
    }

    .responsive-text ul {
        font-size: 16px /* Kombination aus em und vw für flexible Schriftgröße */
    }

    .responsive-text .spacer50 {
        display: none;
    }

    .square-content.text {
        height: auto;
        position: unset;
        width: 100%;
    }

    .square.text {
        height: auto;
        position: unset;
        width: 100%;
        padding-bottom: 0px;
    }

}

.paper-mask-1,
.paper-mask-2
{
    width: 100%;
    height: auto;
}

.paper-mask-1 img,
.paper-mask-2 img {
    width: 100%;
    height: auto;
}

.carousel-indicators {
    top: 65%; background: #000
}
.carousel-item .item-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image:  url('/template/images/slider-verlauf-1080.png');
    background-size: 51%;
    background-position: top right;
    background-repeat: no-repeat;
}
.carousel-item {
    background-size: 50%;
    background-position: top right;
    background-repeat: no-repeat;
    height: 100vh;
}

@media (max-width: 769px) {
    .carousel-item .item-image {
        position: absolute;
        width: 100%;
        height: 100%;
        background-image:  url('/template/images/slider-verlauf-1080.png');
        background-size: 100%;
        background-position: top right;
    }
    .carousel-item {
        background-size: 100%;
    }
}

@media (max-width: 375px) {
    .carousel-indicators {
        top: 38%;
    }
}

/* Cards Anfang
*/

.event-image {
    aspect-ratio: 1 / 1; /* macht es quadratisch */
    object-fit: cover;
    width: 100%;
    height: auto; /* sicherstellen, dass es sich flexibel verhält */
    display: block;
}

/* === Event Cards === */
.card,
.event-card {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover,
.event-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}

/* === Event Card Image === */
.card-img-top,
.event-card img {
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.event-card:hover img {
    transform: scale(1.03);
}

/* === Card Body === */
.event-card .card-body {
    padding: 1.5rem;
}

.event-row-scroll {
    justify-content: center;
    flex-wrap: wrap;
}

.event-card-wrapper {
    flex: 0 1 300px; /* Maximal 300px pro Card */
    margin: 1rem;
}

@media (min-width: 992px) {
    .event-card-wrapper {
        flex: 0 1 30%; /* Bei großen Bildschirmen: max 3 pro Reihe */
    }
}


/* === Card Title === */
.event-card .card-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

/* === Text in Card === */
.card-text {
    color: #000;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

.card-text a,
.event-card a {
    //color: #07b1ff;
    text-decoration: none;
}

.card-text a:hover,
.event-card a:hover {
    text-decoration: underline;
}

/* === Buttons === */
.event-card .btn-primary,
.event-card .btn-dark {
    background-color: #000;
    border-radius: 30px;
    border: none;
    font-weight: bold;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.event-card .btn-primary:hover,
.event-card .btn-dark:hover {
    background-color: #ff4081;
    color: #fff;
}

/* === Badge Style (optional Optimierung) === */
.badge {
    z-index: 1;
    font-size: 0.9rem;
    font-weight: 600;
}

.btn-outline-primary.btn-sm {
    font-size: 0.85rem;
    padding: 4px 12px;
    border-width: 1px;
}

.artist-btn {
    font-size: 0.8rem;
    padding: 4px 6px;
    border-width: 1px;
    font-weight: 500;
    opacity: 1 !important;
    transition: all 0.3s ease;
    display: inline-block;
}

.artist-btn:hover {
    background-color: #07b1ff;
    color: #fff;
    border-color: #07b1ff;
    text-decoration: none;
}



/* Event Anfang */

.event-wrapper {
    background-color: #111;
    border-radius: 20px;
    padding: 3rem 2rem;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
    color: #fff;
}

.event-image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    transition: transform 0.3s ease;
    object-fit: cover;
}

.event-image-wrapper:hover img {
    transform: scale(1.03);
}

.event-headline {
    background-color: #fff;
    color: #000;
    display: inline-block;
    padding: 10px 25px;
    font-size: 2rem;
    font-weight: 800;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.event-meta p {
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 0.6rem;
    color: #ccc;
}

.event-meta a {
    color: #07b1ff;
    text-decoration: none;
}

.event-meta a:hover {
    text-decoration: underline;
}

.event-description {
    background-color: #1b1b1b;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    font-size: 1.1rem;
    line-height: 1.8;
    color: #eee;
}

.btn-dark {
    background-color: #000;
    border: none;
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.btn-dark:hover {
    background-color: #ff4081;
    color: #fff;
}

/* Footer */

footer.footer.py-5 {
    background-color: #111;
    color: #fff;
    margin-top: 0px !important;
}

.sponsor-logo {
    max-height: 60px;
    transition: transform 0.3s ease;
    filter: grayscale(100%);
}

.sponsor-logo:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.ehc-logo {
    max-height: 100px;
}

.footer a {
    display: inline-block;
}

.footer p {
    font-weight: 500;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}