* { box-sizing: border-box; }

body {
background-color: #2f6065;				/* Hintergrundfarbe */
}
/* Beginn Banner ------------------------------------------*/

.banner{
background-image: url(Bilder/banner.jpg);
background-size: 90% auto;
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 105px

}

/* Ende Banner --------------------------------------------*/


/* Beginn ÜBERSCHRIFT ---------MEINE ÜBUNGSSEITE-----------*/

.überschrift { 

	text-align: center;
	color: orange;
	font-size: 25px;
	font-family: Script Mt Bold;    
 }

/* Ende ÜBERSCHRIFT ---------------------------------------*/


/* Beginn TEXT --------------------------------------------*/

.text1 {
	text-align: center;
	color:#08c145;
	font-size: 20px;
	font-family: Verdana;
	line-height: 2;
}

/* Ende TEXT ----------------------------------------------*/



/* Beginn der 3 SPALTEN für Section 2 ---------------------*/


/* Beginn  BOXen ALLGEMEIN --------------------------------*/

.section-2 {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 grid-column-gap: 10px;
 margin: 0 80px;
	margin-top: 100px;
	
}

.box-links img,
.box-mitte img,
.box-rechts img {
 max-width: 100%;
	border-radius: 30px;
}

/* ENDE  BOXen ALLGEMEIN ----------------------------------*/

/* BEGINN  BOX LINKS --------------------------------------*/

.box-links {
 text-align: center;
	border: 0px solid black;
 padding: 10px;
		
}

/* ENDE  BOX LINKS ----------------------------------------*/


/* BEGINN  BOX MITTE --------------------------------------*/

.box-mitte {
	
text-align: center; 
border: 0px solid black; 
padding: 10px; 
display: flex; 
flex-direction: column; 
align-items: center;

}


.box-mitte h4 { 
	margin-top: 0;
 margin-bottom: -5px;
	font-family:verdana; 

	
}

.ablauf {
	color: #ced818;
	
}
.wunsch {
	color: #e6a219;
	
}


.box-mitte ul,
.box-mitte ol {
 list-style-position: inside; 
 text-align: left;
 line-height: 1.5;
 font-family: verdana;
	color: #c7c6c2;

}
	
/* ENDE  BOX MITTE ----------------------------------------*/


/* BEGINN  BOX RECHTS -------------------------------------*/

.box-rechts {
 text-align: center;
	border: 0px solid black;
 padding: 10px;
	
}

/* ENDE  BOX RECHTS ---------------------------------------*/


/* ENDE der 3 SPALTEN für Section 2 -----------------------*/


/* BEGINN Section 3 -------- Stundenplan --------------------------*/

table {
 border-collapse: separate;
 border-spacing: 0;
 margin: 0 auto;
 margin-top: 100px;
 font-family: Verdana;
 width: 100%;
 max-width: 900px;
 border: 1px solid grey;
 box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.caption-stundenplan {
 font-size: 30px;
 font-weight: bold;
 border: 2px solid grey;
 padding: 10px;
 margin-bottom: 20px;
 text-align: center;
 margin-top: 30px;
 background: url(Bilder/banner-1.jpg) no-repeat center center;
}
th, td {
 padding: 10px;
 text-align: center;
 width: 150px;
 border: 1px solid grey;
}
thead th {
 border: 1px solid darkgrey;
 background-color: grey;
}
/* Media Queries für verschiedene Bildschirmgrößen */
@media only screen and (max-width: 767px) {
th, td {
width: 50px;
}
}


/* ENDE Section 3 ---------- Stundenplan --------------------------*/


/* BEGINN Section 4 ------ Lieblingsvideos -----Fernseher----------*/

.section-4 {
  margin-top: 200px;
}

.video-container {
  position: relative; /* Positionierung für den Stop-Button */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 650px;
  height: 400px;
  background-color: black;
  margin: 0 auto;
  border: 25px ridge #ccc;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  transform: perspective(800px) rotateX(5deg);
}

/* CSS-Regeln für das Video */
.video-container video {
  max-width: 100%;
  max-height: 100%;
}

/* CSS-Regeln für den Stop-Button */
.video-container #stop-button {
  position: absolute;
  bottom: -50px; /* Positionierung am unteren Rand */
  left: 50%;
  transform: translateX(-50%);
  background-color: #ff0000;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
}

/* EBDE Section 4 ------ Lieblingsvideos -----Fernseher------------*/


/* BEGINN Section 5 -----Lieblingsvideos ------Tabelle-------------*/

.video {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 auto;
  margin-top: 50px;
 	margin-bottom: 150px;
	 font-family: Verdana;
	 color: #aeaaa7;         /* Textfarbe für die Tabelle Video */
	 width: 100%;
  max-width: 900px;
  border: 1px solid grey;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.caption-videoüberschrift {
 font-size: 25px;
 font-weight: bold;
	color: #aeaaa7;			      	/* Textfarbe für die Überschrift */
 border: 2px solid grey;
 padding: 10px;
 margin-bottom: 20px;
 text-align: center;
 margin-top: 30px;
 background-color: #aeaaa7;
	background: url(Bilder/banner-2.jpg) no-repeat center center;
}

.v a {
  text-decoration: none;    /* Entfernt die Unterstriche */
	 color: darkgrey;							   /* Textfarbe nur für die links */
}


/* Media Queries für verschiedene Bildschirmgrößen */
@media only screen and (max-width: 767px) {
  th, td {
    width: 50px;
  }
}

/* ENDE Section 5 ------ Lieblingsvideos ------Tabelle-------------*/


/* BEGINN Section 6 -----Lieblingsseiten ------Tabelle-------------*/

.inetseiten {
 border-collapse: separate;
 border-spacing: 0;
 margin: 0 auto;
 margin-top: 50px;
 margin-bottom: 150px;
 font-family: Verdana;
 color: #7eabae; /* Textfarbe für die Tabelle Video */
 width: 100%;
 max-width: 900px;
 border: 1px solid grey;
 box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.caption-inetüberschrift {
 font-size: 25px;
 font-weight: bold;
	color: #aeaaa7;			      	/* Textfarbe für die Überschrift */
 border: 2px solid grey;
 padding: 10px;
 margin-bottom: 20px;
 text-align: center;
 margin-top: 30px;
 background-color: #aeaaa7;
	background: url(Bilder/banner-3.jpg) no-repeat center center;
}
.v a {
text-decoration: none; /* Entfernt die Unterstriche */
color: #ae9b37; /* Textfarbe nur für die links */
}
/* Media Queries für verschiedene Bildschirmgrößen */
@media only screen and (max-width: 767px) {
th, td {
width: 50px;
}
}

/* ENDE Section 6 -----Lieblingsseiten --------Tabelle-------------*/


/* BEGINN Section 7 ------------Photogalerie----------------------*/

.galerie {
border-collapse: separate;
border-spacing: 0;
margin: 0 auto;
margin-top: 50px;
font-family: Verdana;
color: #7eabae; /* Textfarbe für die Tabelle Video */
width: 100%;
max-width: 900px;
border: none; /* Rahmen entfernen */
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.caption-galerie {
font-size: 27px;
font-weight: bold;
color: #2a4fbb; /* Textfarbe für die Überschrift */
border: 2px solid grey;
padding: 10px;
margin-bottom: 20px;
text-align: center;
margin-top: 30px;
background-color: #aeaaa7;
background: url(Bilder/banner-4.jpg) no-repeat center center;
}
.thumbnails img {
width: 85px; /* Größe der Vorschaubilder ändern */
height: auto; /* Auto erhält Probortion zur Größe */
object-fit: cover;
margin: 5px;
cursor: pointer;
border: 5px ridge grey; /* Rakmen u. Farbe um Vorschaubilder - solid, dotted etc. */
}
.thumbnails {
display: flex;
justify-content: center;
align-items: flex-start;
flex-wrap: wrap;
margin-top: 5px;
}
.row {
display: flex;
justify-content: center;
align-items: center;
}
.section-title {
text-align: center; /* Bildüberschriften zentrieren */
margin-top: 20px; /* oberer und unterer Abstand zu den Bildern */
margin-bottom: 20px;
font-family: Verdana; /* Textstyle */
font-size: 20px; /* Textgröße */
}
.lightbox {
display: none;
position: fixed;
z-index: 9999;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.9);
}
.lightbox-img {
width: 65%; /* Bildgröße Hauptbild */
height: auto; /* Auto erhält Probortion zur Größe */
display: block;
margin: 40px auto 0; /* Abstand zum oberen Bildrand */
border: 21px ridge #333; /* Rahmenart- und Farbe solid, dotted etc. */
animation: fadeIn 1.4s; /* Bildanimation, Einblendung */
}
.close-btn {
color: white;
font-size: 40px;
font-weight: bold;
position: absolute;
top: 10px;
right: 25px;
cursor: pointer;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}










/* ENDE Section 7 --------------Photogalerie----------------------*/









 







































/* Einstellungen für den footer */

footer {
margin-top: 150px;
margin-bottom: 100px;
margin-left: 80px;
font-family: Verdana;
font-size: 10px;
color: #c7c6c2;
}
footer hr {
margin: 20px 0;

/* Ende Einstellungen für den footer */







/* Einstellungen für das responsive Banner */


@media only screen and (max-width: 768px) {
  .banner1 {
    height: 80px;
  }
}

@media only screen and (max-width: 480px) {
  .banner1 {
    height: 60px;
			background-position: center;
  }
}
