body {
	color: #276671;
	font-size: 12px;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #d7ebec;
	margin: 0;
	padding: 0;

}

a {
	color: #276671;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	position: relative;
	max-width: 805px;
	width: 100%;
	margin: 10px auto;
	border: solid 1px #fff;
	/* overflow: hidden; */
	/*
	Kommentar: Die overflow-Eigenschaft ist auskommentiert, kann aber aktiviert werden,
	wenn box-shadows verwendet werden, um zu verhindern, dass Schatten außerhalb
	des Wrappers sichtbar sind.
	*/
box-shadow: 4px 0 4px -2px #888, -4px 0 4px -2px #888; 
}

#kopf {
	background-color: #fff;
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: nowrap;
	/* box-shadow: 4px 0 4px -2px #888, -4px 0 4px -2px #888; */
	/* margin-bottom: -1px; */
	/*
	Kommentar: Der negative margin-bottom ist auskommentiert, kann aber aktiviert werden,
	wenn box-shadows verwendet werden, um kleine Abstände zwischen Elementen zu überbrücken,
	die durch Rundungsfehler oder Browser-Rendering entstehen können.
	*/
}

#logo {
	max-width: 505px;
	width: 62.73%;
	height: auto;
	object-fit: contain;
}

#menu {
	width: 37.27%;
	padding-top: 20px;
	padding-left: 55px;
padding-bottom: 20px;
	border-left: 1px dotted #276671;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

#menu a {
	display: block;
	margin-bottom: 5px;
}

#bruecke {
	background-color: #fff;
	background-image: url(../images/bruecke.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	width: 100%;
	height: 0;
	padding-top: 41.96%;
	position: relative;
	overflow: hidden;
	/* box-shadow: 4px 0 4px -2px #888, -4px 0 4px -2px #888; */
	/* margin-bottom: -1px; */
	/*
	Kommentar: Der negative margin-bottom ist auskommentiert, kann aber aktiviert werden,
	wenn box-shadows verwendet werden, um kleine Abstände zwischen Elementen zu überbrücken,
	die durch Rundungsfehler oder Browser-Rendering entstehen können.
	*/
}

#taenzer {
	background-image: url(../images/taenzer.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0%;
	left: 7.45%;
	width: 20%;
	height: 86%;
}

#content {
	width: 100%;
	background-color: #fff;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	box-shadow:1px 1px 1px #888, 1px 1px 1px #888, 1px 0 1px -1px #888, 1px 0 1px -1px #888; 
	/* border-top: 1px solid #063;*/
	/*border-left: 1px solid #063;*/
	display: flex;
	flex-direction: column;
}

.content-text {
	flex-grow: 1;
}

table {
	width: 100%;
	border-collapse: collapse;
	
	margin-top: 20px; /* Erhöhter Abstand über der Tabelle */
}

th, td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

@media screen and (max-width: 805px) {
	#wrapper {
		width: 100%;
		max-width: 100%;
		margin: 0;
		border: none;
	}

	#kopf {
		flex-direction: column;
		align-items: center;
		/* box-shadow: none; */
		/* margin-bottom: 0; */
		/*
		Kommentar: Die box-shadow und margin-bottom Eigenschaften sind auskommentiert,
		können aber aktiviert werden, wenn box-shadows auf größeren Bildschirmen verwendet werden.
		Sie werden hier entfernt, um auf kleineren Bildschirmen eine saubere Darstellung zu gewährleisten.
		*/
	}

	#logo {
		max-width: 100%;
		width: 100%;
	}

	#menu {
		width: 100%;
		border-left: none;
		border-top: 1px dotted #276671;
		padding-left: 0;
		align-items: center;
	}

	#bruecke {
		/* box-shadow: none; */
		/* margin-bottom: 0; */
		/*
		Kommentar: Die box-shadow und margin-bottom Eigenschaften sind auskommentiert,
		können aber aktiviert werden, wenn box-shadows auf größeren Bildschirmen verwendet werden.
		Sie werden hier entfernt, um auf kleineren Bildschirmen eine saubere Darstellung zu gewährleisten.
		*/
	}

	#content {
		width: 100%;
		position: static;
		/* box-shadow: none; */
		padding: 10px;
		/*
		Kommentar: Die box-shadow Eigenschaft ist auskommentiert, kann aber aktiviert werden,
		wenn box-shadows auf größeren Bildschirmen verwendet werden. Sie wird hier entfernt,
		um auf kleineren Bildschirmen eine saubere Darstellung zu gewährleisten.
		*/
	}
}


/* ... (vorheriger CSS-Code bleibt unverändert) ... */

.responsive-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
background-color: #d6ebec;
}

.responsive-table td {
	padding: 10px;
	vertical-align: top;
}

.responsive-table strong {
	display: block;
	margin-bottom: 5px;
}

@media screen and (max-width: 600px) {
	.responsive-table, .responsive-table tbody, .responsive-table tr, .responsive-table td {
		display: block;
		width: 100%;
	}

	.responsive-table tr {
		margin-bottom: 15px;
	}

	.responsive-table td {
		text-align: left;
		padding: 10px;
		position: relative;
		border-bottom: 0;
	}

	.responsive-table td:last-child {
		border-bottom: 1px solid #ddd;
	}

	.responsive-table strong {
		margin-bottom: 5px;
	}
}
#titel-streifen {
    width: 100%;
    height: 25px;
/*    background-color: #276671;*/
    margin: 7px 0 0 0;
    padding: 0;
    position: relative;
}

#titel-text {
    position: absolute;
    left: 0;
    padding-left: 10px;
    line-height: 20px;
    font-size: 16px;
}

/* Kapellen Gallerie */
.section {
    margin-bottom: 2em;
    display: flex;
    gap: 30px;
}

.contact-info {
    flex: 0 0 auto;
    width: 300px;
}

.contact-info h4 {
    color: #006666;
    margin-bottom: 1em;
    margin-top: 0;
}

.contact-details {
    margin-top: 0.5em;
}

.image-gallery {
    display: flex;
    justify-content: space-between;
    width: 390px;
    margin-top: 1em;
}

.image-gallery a {
    width: 130px;
    display: block;
}

.image-gallery img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive Design für schmale Viewports */
@media screen and (max-width: 768px) {
    .section {
        flex-direction: column; /* Ändert die Richtung zu vertikal */
        gap: 20px;
    }

    .contact-info {
        width: 100%; /* Volle Breite im mobilen Layout */
    }

    .image-gallery {
        width: 100%; /* Volle Breite im mobilen Layout */
        justify-content: flex-start; /* Ausrichtung links */
        gap: 20px; /* Fester Abstand zwischen Bildern im mobilen Layout */
    }
}
