/*HTML*/

body {
    /*font-family: 'Poppins', Arial, sans-serif;*/
    /*font-family: 'Roboto', Arial, sans-serif;*/
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.6;
    background-color: #f9f9f9; /* Base yellow color */

    /*background-color: #ffee33; !* Base yellow color *!*/
    background-color: #ffd503; /* Base yellow color */
    background-image: radial-gradient(circle, #ffd700 20%, transparent 20%),
    radial-gradient(circle, #ffd700 20%, transparent 20%);
    background-size: 50px 50px; /* Size of each "stud" */
    background-position: 0 0, 25px 25px; /* Offset to create a grid pattern */
    color: #333; /* Dark text for contrast */

}

h1 {
    padding-top: 1.5rem !important;
}

h1, h2 {
    font-family: "Anton", Sans-serif;
    /*font-family: 'Oswald', sans-serif;*/
}



h3 {
    /*font-family: "Anton", Sans-serif;*/
    font-family: 'Oswald', sans-serif;
    margin-top: 1rem;
}

p {
    font-size: 1.25rem;
}

h2 {
    color: #000000;
    /*font-family: 'Roboto', sans-serif; !* Einheitliche serifenlose Schrift *!*/
    font-weight: 500; /* Fett für Überschriften */
    /*color: #fff;*/
    /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);*/
    /*font-size: 2.5rem; !* Größere Schriftgröße für bessere Lesbarkeit *!*/
    font-size: 3rem;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 4.25px;
}

.container {
    background-color: #fff;
}

/*Hero*/
.hero-container {
    background-image: url('/bilder/home/lego-1044891_1920.jpg'); /* Path to the image */
    background-size: cover;
    background-position: center;
    height: 100vh; /* Full viewport height */
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Text shadow for better readability */
}

.hero-content {
    max-width: 800px;
    padding: 20px;
    /*height: 300px; !* Full height to center content *!*/
}

.hero-title {
    font-size: 3rem;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
}

/* Info-Box */
.info-box {
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent black background */
    color: white;
    padding: 20px;
    border-radius: 8px; /* Rounded corners */
    margin-top: 20px;
    max-width: 600px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Subtle shadow */
}

.info-box h2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.info-box p {
    font-size: 1rem;
    margin: 5px 0;
}


#header-container {
    /*background: linear-gradient(90deg, #333, #000); !* Gradient for header and footer *!*/
    /*color: white;*/
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

#footer-container {
    background: linear-gradient(90deg, #333, #000); /* Gradient for header and footer */
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

header {
    /*background: linear-gradient(90deg, #2a63c8, #1f4ea3);*/
    color: white;
    padding: 60px 0;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.navbar {
    background-color: #fff !important; /* White background */
    color: #000 !important; /* Black text */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for better visibility */
}

.navbar-brand {
    color: #000 !important; /* Black text for the brand */
}

.navbar-brand:hover {
    color: #555 !important; /* Slightly darker on hover */
}

.nav-link {
    color: #000 !important; /* Black text for links */
    transition: color 0.3s ease;
    text-transform: uppercase; /* Uppercase for links */
}

.nav-link:hover {
    color: #555 !important; /* Slightly darker on hover */
}


section {
    padding: 60px 0;
}

footer {
    background: linear-gradient(90deg, #2a63c8, #1f4ea3);
    color: white;
    text-align: center;
    padding: 20px 0;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

footer p {
font-size: 1.2rem;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for tables */
}

table th,
table td {
    padding: 10px;
    text-align: left;
}

table thead {
    background: linear-gradient(90deg, #e3c14f, #f0d76a); /* Gradient for table headers */
    color: white;
}

.bg-videos {
    background: linear-gradient(135deg, #ff4500, #ff6347); /* Passend zum Header: kräftiges Orange-Rot */
    color: white;
    padding: 60px 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bg-fotos {
    background: linear-gradient(135deg, #1e90ff, #00bfff); /* Kräftiges Blau passend zum Design */
    color: white;
    padding: 60px 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bg-programm {
    background: linear-gradient(135deg, #4caf50, #81c784); /* Harmonious green gradient */
    color: white;
    padding: 60px 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Tile Styling */
.bg-shadow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle drop shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bg-shadow:hover {
    transform: scale(1.05); /* Slight zoom effect */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Enhanced shadow on hover */
}

#links h3 {
    font-weight: 600;
}

#links p {
    font-size: 1.2rem;
}



/*Grid-Galerie*/

/* Gallery Section */
.gallery-section {
    position: relative;
    margin-bottom: 40px;
    padding: 20px;
    background-color: #1e90ff; /* Dark gray background */
    border-radius: 8px;
}

/* Button Styling */
.gallery-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    font-size: 0.9rem;
    color: #fff;
    background-color: #1e90ff;
    border: none;
    transition: transform 0.3s ease;
}

.gallery-button:hover {
    transform: scale(1.1);
}

/* Gallery Grid */
.grid-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Three images per row */
    gap: 20px;
    margin-bottom: 20px;
}

.grid-gallery img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid #fff; /* White border */
    transition: transform 0.3s ease;
}

.grid-gallery img:hover {
    transform: scale(1.05);
}

/* Heading Styling */
.gallery-heading {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.gallery-title {
    /*font-size: 2rem;*/
    /*font-weight: 700;*/
    /*margin-bottom: 40px;*/
    /*color: #fff;*/
}


/*Accordion*/
.accordion-header {
    background: linear-gradient(135deg, #1e90ff, #00bfff); /* Kräftiges Blau passend zum Design */
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.accordion-button {
    background: linear-gradient(135deg, #1e90ff, #00bfff); /* Kräftiges Blau passend zum Design */
    color: white;
    border: none;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #1e90ff, #00bfff); /* Kräftiges Blau passend zum Design */
    color: white;
}

.accordion-body {
    background-color: #f8f9fa; /* Optional: heller Hintergrund für den Inhalt */
    color: #333;
}

.accordion-item h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
}




/*VIDEO*/
.videoWrapper {
    position: relative;
    padding-bottom: 85.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*Grid Gallery*/

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }
}



.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
