/* Burger Menu styles */
#header, #prayerTimesTable, #qibla, #prayerTimeEzan, #date, #dateContainer {
    font-weight: bold;
}
/* Burger Menu styles */
#burgerMenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 30px;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 101; /* erhöht, damit über navbar */
    cursor: pointer;
    background-color: rgba(0,0,0,0.5); /* optional für bessere Sichtbarkeit */
    padding: 5px;
    border-radius: 5px;
}

.animate-sound {
  transform: scale(1.2);
  transition: transform 0.3s ease;
}

#header2{
    display: block;
}

.image-container {
    display: flex;
    justify-content: center;
    gap: 40px; /* Abstand zwischen den Bildern */
}
img {
    width: 100%; /* Stellen Sie die Breite jedes Bildes ein */
    height: 100%;
}

#burgerMenu span {
    display: block;
    height: 5px;
    width: 30px;
    margin: 3px 0;
    background-color: white;
    border-radius: 2px;
}

/* Navigation Bar styles */
#navbar.hidden {
    transform: translateX(-100%);
}

#navbar {
    display: flex;
    flex-direction: column;
    background-color: #333;
    width: 400px; /* Adjust width as needed */
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: transform 0.4s ease-in-out; /* Smooth transition */
    padding-top: 60px; /* Platz für den Burger-Button */
}

#navbar.show {
    transform: translateX(0);
}

#navbar a {
    color: white;
    padding: 15px 20px;
    text-decoration: none;
    font-size: 40px;
}

#navbar a:hover {
    background-color: #555;
}

/* Hauptinhalt-Stil, wenn Navbar geöffnet ist */
.body-shift {
    transform: translateX(250px);
    transition: transform 0.4s ease-in-out; /* Consistent with navbar transition */
}

body {
    margin-top: 1%;
    margin-right: 1%;
    transition: transform 0.4s ease-in-out;
    position: relative;
    width: 100%;
    overflow-x: hidden; /* Verhindert horizontales Scrollen */
    text-align:center;
    font-family: ‚Palatino‘, sans-serif; /* Ersetzen Sie dies durch die Schriftart Ihres Templates */
    background-image: url("/images/genclik.png");
    background-color: #b3b1b1; /* Hintergrundfarbe des Templates */
    background-repeat: no-repeat, repeat;
    background-size: 90%;
    background-position: 50% 20%;
}

body2 {
    transition: transform 0.4s ease-in-out;
    position: relative;
    width: 100%;
    overflow-x: hidden; /* Verhindert horizontales Scrollen */
    text-align:center;
    font-family: ‚Palatino‘, sans-serif; /* Ersetzen Sie dies durch die Schriftart Ihres Templates */
}

#header {
    margin-right: 1%;
    background-color: rgba(0,0,0,0.7); /* Dunkle Farbe des Headers im Template */
	color: #fff; /* Textfarbe */
	font-size: 80px;    
    padding: 2% 0; /* Abstand oben und unten */
}

#headerContainer {
    display: flex; /* Flexbox-Container im Hochformat */
    flex-direction: row; /* Elemente standardmäßig übereinander */
}

#date {
	font-size: 40px;
    color: #fff; /* Textfarbe */
    text-align:center;
    margin-bottom: 3%; /* Abstand zwischen den Blöcken */
    padding: 0.5%; /* Innenabstand */    
}

#prayerTimesTable {    
    width: 100%;
	text-align:center;
    background-color: rgba(70, 69, 69, 0.7);
    margin-bottom: 1.9%; /* Abstand zwischen den Blöcken */
    padding: 1%; /* Innenabstand */    
}

#prayerTimesTable {
    table-layout: fixed;
    border-collapse: collapse;
}

#prayerTimesTable td {
    width: 50%;
    vertical-align: top;
}

.prayerTime {    
	font-size: 60px;
    margin-bottom: 2%; /* Vergrößerter Abstand zwischen den Zeiten */
    padding: 2%; /* Padding hinzugefügt für bessere Lesbarkeit */
    background-color: rgb(231, 229, 229, 0.7);
    border-radius: 0%; /* Leichte Rundung der Ecken */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Subtiler Schatten für eine bessere Abhebung */
    width: 100%;
    box-sizing: border-box;
}

.gebetszeit {
    display: none;
    font-size: 20px;
}

.farz {
    margin-bottom: 1%; /* Vergrößerter Abstand zwischen den Zeiten */
    padding: 1px; /* Padding hinzugefügt für bessere Lesbarkeit */
    background-color: rgb(231, 229, 229, 0.7);
    border-radius: 0%; /* Leichte Rundung der Ecken */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Subtiler Schatten für eine bessere Abhebung */    
	font-size: 50px;
    text-align: center;
}	  

.sart {
    text-align: left;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 1% ;
    margin-left: 10px;
}	


#qibla {
    margin-right: 1%;
	text-align:center;
    background-color: rgba(5, 118, 45, 0.5); /* Hintergrundfarbe der Gebetszeiten-Blöcke */
    border-radius: 0%; /* Abgerundete Ecken, falls im Template vorhanden */
    margin-bottom: 2%; /* Abstand zwischen den Blöcken */
    padding: 2%; /* Innenabstand */    
	font-size: 60px;
    color:white;
}

#copyright {
	color: white;    
    text-align: right;
    margin-right: 2%;
}

#currentDate {
    color: #b3b1b1;        
}

.center {
    margin-left: auto;
    margin-right: auto;
}

#prayerTimeEzan {
    margin-right: 1%;
	text-align:center;
    background-color: rgba(87, 86, 86, 0.7); /* Dunkle Farbe des Headers im Template */
    color: #fff; /* Textfarbe */
    border-radius: 0%; /* Abgerundete Ecken, falls im Template vorhanden */
    margin-bottom: 2%; /* Abstand zwischen den Blöcken */
    padding: 1%; /* Innenabstand */    
	font-size: 80px;
}

#content {
    margin-right: 1%;
    display: flex;
    flex-direction: column;
}

#timeAndDate {
    display: flex;
    flex-direction: column; /* Im Hochformat stapeln */
    align-items: center; /* Links ausrichten */
}

#logo {
    height: 10%;
    width: 10%;      
    display: none; /* Element mit der ID ‚qibla‘ wird im Querformat ausgeblendet */
}

#dailyUpdate {
    opacity: 0.9;
    margin-top: 2%;    
    margin-right: 0%;    
    margin-left: 0%;
    padding-left: 0px; /* Abstand zur Gebetszeit-Spalte */
}

#dateContainer {
    text-align:center;
    margin-bottom: 3%; /* Abstand zwischen den Blöcken */
    padding: 0.5%; /* Innenabstand */    
    font-size: 40px;
    color: #fff; /* Textfarbe */
}

/*index2.html*/
.ozel {
    font-size: 40px;
    margin-bottom: 2%;
    padding: 2%;
    background-color: rgba(231, 229, 229, 0.7);
    border-radius: 0%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.gun {
    font-size: 20px;
    color: white;
    margin-bottom: 2%;
    padding: 2%;
    border-radius: 0%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.event:nth-child(odd) {
    background-color: #9b9999;
}
.event:nth-child(even) {
    background-color: #6f6f6f;
}
.event {
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 8px;
}
.calendar-icon {
    margin-left: 10px;
    text-decoration: none;
    font-size: 18px;
}

    @media only screen and (orientation: landscape) {
        #burgerMenu {
            display: none; 
        }

        body {
            margin-top: 0%;
            background-image: url("");
            text-align:center;
            font-family: ‚Palatino‘, sans-serif; /* Ersetzen Sie dies durch die Schriftart Ihres Templates */
        }
		
#header {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 80px;
  padding: 2% 0;
  text-align: center;
  width: 100%;
}

#header2 {
    display: none;
  text-align: center;
}

#timeAndDate {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  justify-items: center;
  gap: 20px;
  width: 100%;
}

#logo {
  width: 48vw;
  max-width: 1200px;
  height: auto;
  display: block;
}
        #content {
            flex-direction: row;
        }   
        
        #header {
            font-size: 40px;
        }

        #headerContainer {
            flex-direction: row; /* Elemente nebeneinander im Querformat */
            justify-content: space-between; /* Elemente werden auf voller Breite verteilt */
        }
        
        #prayerTimesTable {
            margin-bottom: 0.1%;
            padding: 0.1%;
            font-size: 20px;
            width: 100%;
            background-color: rgba(70, 69, 69, 0.7);
            text-align: center;
        }

        .prayerTime {    
            font-size: 30px;
        }   
        
        #qibla {
            display: none; /* Element mit der ID ‚qibla‘ wird im Querformat ausgeblendet */
        }  
        
        #prayerTimeEzan {
            margin-bottom: 0.1%; /* Abstand zwischen den Blöcken */
            padding: 0.1%; /* Innenabstand */   
            font-size: 40px;
        }

        .gebetszeit {
            font-size: 15px;
            display: block;
        }
    
        #dailyUpdate {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            gap: 1px;
            margin-top: 0.005%;
            height: auto;
            width: 80%;
            padding: 0;
            margin-left: 10%;
        }

        #copyright {
	        color: white;    
            text-align: right;
            margin-right: 2%;
            font-size: 25px;
        }
    }







