    @font-face {
        font-family: 'oswald'; /* Name der Schriftart, wie du sie im CSS verwenden wirst */
        src: url('fonts/oswald.ttf') format('truetype');
        font-weight: normal; /* Optional: Definiere die Schriftstärke */
        font-style: normal;  /* Optional: Definiere den Stil (normal, italic, oblique) */
    }
    @font-face {
        font-family: 'akrobat'; /* Name der Schriftart, wie du sie im CSS verwenden wirst */
        src: url('fonts/akrobat.otf') format('truetype');
        font-weight: normal; /* Optional: Definiere die Schriftstärke */
        font-style: normal;  /* Optional: Definiere den Stil (normal, italic, oblique) */
    }
        body {
            font-family: akrobat;
            margin: 0;
            padding: 0;
            background-color: #000;
			background-image: url('backdrop_xl.png'); /* Pfad zu deinem Hintergrundbild */
            background-size: cover; /* Das Bild soll den gesamten Bildschirm abdecken */
            background-position: 0 80px; /* Das Bild wird in der Mitte des Bildschirms positioniert */
            background-attachment: fixed; /* Das Bild bleibt beim Scrollen fixiert */
			            background-repeat: no-repeat; /* Verhindert das Wiederholen des Hintergrundbildes */
			color: #fff;
        }



        header h1 {
            margin: 0;
            font-size: 2.5rem;
            color: #ffcc00; /* Gelb als Akzentfarbe */
        }

		h3 {
			font-size: 1.8em;
			color: darkorange;
			padding: 0 0;
			margin: 0 0;
			font-family: oswald;
		}

        nav {
    			position: fixed;
    			width: 100%;
          font-family: oswald;
		      z-index:100;
          display: flex;
          justify-content: center;
          background-color: rgba(0,0,0,0.9);
		      box-shadow: 0px 0px 15px rgba(0,0,0,1.0);
          padding: 10px 0;
        }

		.navigation {
			display: flex;
            justify-content: center;
            padding: 10px 0;
		}

        nav a {
            color: #ffd6e2;
            text-shadow: 0px 0px 10px #ff4792;
            text-decoration: none;
            padding: 15px 20px;
            margin: 0 10px;
            font-size: 1.2rem;
            transition: 0.3s ease-in-out;
        }

        nav a:hover {
            background-color: transparent;
            color: darkorange;
            text-shadow: 0px 0px 10px red;

            border-bottom: 1px solid red;
        }

        section {
            padding: 40px;
            border-top: 1px solid red;
            text-align: center;
        }

		.overSection {

		background-color: rgba(70,0,44,0.9);
		}



        .content-section {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            gap: 30px;
            margin-top: 20px;
			margin-bottom: 100px;
        }

        .content-section .sec {
            flex: 1 1 250px;
            min-width: 200px;
            max-width: 1000px;
            background-color: rgba(145,10,68,0.9);
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
            line-height: 1.8; font-family: arial, helvetica, sans-serif; text-align: left; color: rgba(255,230,230,0.9)
        }

        #mainPageLogo {
    			width: 400px;
    		}
        #subPageLogo {
    			width: 250px;
    		}

        footer {
          background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.85));
            color: rgba(255, 100, 0,.8);
            text-align: center;
			font-size: .7em;
            padding: 2px 0;
            position: fixed;
            bottom: 0;
            width: 100%;
        }

        footer a {
            color: #red;
            text-decoration: none;
        }

        footer a:hover {
            text-decoration: underline;
        }

		.homeSpacing {
			width: 100%;
			 height: calc(100vh - 420px);
		}

		.socialMedia {
		    display: flex;
            justify-content: center;
            z-index: 0;
			background-color: rgba(0,0,0,0.9);
			border-bottom: 1px solid red;
			width: 100%;

		}

				#logospace{
            padding: 0px;
            text-align: center;

        }

        .logospace {
		    display: flex;
            justify-content: center;
            background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.85));
			width: 100%;
		}


    .aksi {
        margin-top: 80px;
        margin-bottom: -80px;
        display: flex;
        justify-content: center;
	      width: 100%;
		}




		.gigFoto {
			width: 800px; height:870px;
			position: absolute;
			margin-top: -600px;
			right: 0;
			z-index: -1;
			background-image: url('delice3.png'); /* Pfad zum Bild */
			background-position: right center; /* Positioniert das Bild auf der rechten Seite */
			background-repeat: no-repeat; /* Verhindert das Wiederholen des Bildes */
			background-size: auto; /* Optional: Stellt sicher, dass das Bild seine Größe beibehält */
		}

    .socialMediaLogo {
      filter: opacity(0.8);
			background-color: transparent;
			width: 30px;
			margin: 10px 10px;
		}

    .socialMediaLogo:hover {
		transition: 0.3s ease-in-out;
			cursor: pointer;
      filter: opacity(1.0);
      filter: brightness(0.8) invert(0) sepia(0.4) saturate(10000%) hue-rotate(0deg);  /* Rotes Icon */

      scale: 1.3;
		}

    .whatsapp {
      filter: opacity(0.5);
      background-color: transparent;
      filter: brightness(0.8) invert(0) sepia(1) saturate(10000%) hue-rotate(45deg);  /* Rotes Icon */

      width: 30px;
      margin: 10px 10px;
    }

    .whatsapp:hover {
    transition: 0.3s ease-in-out;
      cursor: pointer;
      filter: opacity(1.0);
      filter: brightness(0.8) invert(0) sepia(1) saturate(10000%) hue-rotate(45deg);  /* Rotes Icon */

      scale: 1.3;
    }

		.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 00px;
    background-color: rgba(0,0,0,0.95);
}

.navbar .logo img {
    width: 100px; /* Logo-Größe */
}

.nav-links ul {
    list-style: none;
    display: flex;
    gap: 10px;
	    margin-right: 20px; /* Füge hier einen Abstand zum rechten Rand hinzu */

}

.navbar .logo a {
    display: inline-block;
    text-decoration: none; /* Entfernt den Unterstrich des Links */
}

/* Optional: Veränderung des Cursors beim Hover */
.navbar .logo a:hover {
    cursor: pointer;
}

.nav-links ul li {
    display: inline;
}

.nav-links ul li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s;
}

.nav-links ul li a:hover {
    background-color: #444;
    border-radius: 5px;
}

/* Hamburger Menu Styles */
.hamburger {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
	    margin-right: 30px; /* Füge hier einen Abstand zum rechten Rand hinzu */

}

.hamburger .bar {
    width: 25px;
    height: 3px;
    background-color: white;
}


.calendar-container {
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
    background-color: rgba(255,255,255,0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    width: 300px;

	scale: 1.0;
}

.calendar-header {
    background-color: #c0392b;
    color: white;
    text-align: center;
    padding: 5px 0;
    font-size: 1.2em;
}

.calendar-weekdays {
	color: white;
	background-color: rgba(0,0,0,0.5);
}

.nav-button {
    background: none;
    border: none;
    font-size: 1.5em;
    color: white;
    cursor: pointer;
}

.calendar-table {
    width: 100%;
    border-collapse: collapse;
}

.calendar-table th, .calendar-table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ff6e93;
}

.calendar-table td {
    cursor: pointer;
}

.calendar-table td:hover {
	cursor: default;
}

td.eventDay{
	    background-color: darkorange;
		box-shadow: 0 0 20px darkorange;		/* Grau für Freitag, Samstag und Sonntag */
		font-weight: bold;
		color: black;/* Grau für Freitag, Samstag und Sonntag */
}

td.eventDay:hover{
	cursor: pointer;
	    background-color: red;
box-shadow: 0 0 20px red;		/* Grau für Freitag, Samstag und Sonntag */
	color: white;
´}

/* Fügen Sie diese CSS-Regeln hinzu */
td.weekend {
    background-color: rgba(255,255,255,0.2); /* Grau für Freitag, Samstag und Sonntag */
    color: #fff; /* Dunkler Text für bessere Lesbarkeit */
}

td.friday {
    background-color: rgba(255,255,255,0.1); /* Grau für Freitag, Samstag und Sonntag */
    color: #fff; /* Dunkler Text für bessere Lesbarkeit */
}

.aboutdesc {
  padding-left: 70px;padding-right: 100px; padding-top: 20px; padding-bottom: 50px;
}

/* Responsive Design: Mobile Ansicht */
@media (max-width: 1200px) {
  body {
    background-image: url('backdrop_V.png'); /* Pfad zu deinem Hintergrundbild */
    background-color: #000;
  }
  .navbar {
    background-color: #000;
  }
    .nav-links {
        display: none; /* Links ausblenden in der mobilen Ansicht */
        width: 100%;
        position: absolute;
        top: 50px; /* Damit das Menü unter der Navbar erscheint */
        left: 0;
        background-color: #000;
        text-align: center;
        gap: 0;
        padding: 0 0;
        margin: 0 0;
        z-index: 100;

    }

    .nav-links.active {
        display: block; /* Links anzeigen, wenn das Hamburger-Menü aktiv ist */
    }

    .nav-links ul {
        flex-direction: column;
        width: 100%;
        gap: 0;
        padding: 0 0;
        margin: 0 0;
        z-index: 100;
    }

    .nav-links ul li {
        width: 100%;
    }

    .hamburger {
        display: flex;
    }

    .aboutdesc {
      padding-left: 0px;padding-right: 0px; padding-top: 10px; padding-bottom: 50px;
    }

}
