body {
    background-color: #425864;
    background-image: url(module/cross.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: 702px 702px;
    font-family: Arial, sans-serif;
    color: white;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

header {
	display: flex;
	flex-direction: column;
	margin-top: 0;
	width: 50%;
	/* position: relative; */
	font-family: courier, courier new, verdana sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	/* background-color: rgba(160, 210, 240, 0.6); */
	padding: 0;
	color: white;
	/* justify-content: space-evenly; */
	align-items: center;
}

a {
    color: #333;
    text-decoration: none;
}

.headline img {
	max-width: 100%;
}

.headsign {
    margin-top: -10px;
    margin-bottom: 15px;
	/* color: #999999; */
}

.headsign1 {
    font-family: courier, sans-serif;
    font-size: 1em;
    color: #000;
}

footer {
	margin: 4px;
	font-size: 0.6em;
	color: #999999;
	align-self: flex-start;
	margin-left: 10px;
}	
	
.container {
    display: flex;
    width: 90%;
    margin: 0 auto;
    /*min-width: 840px;*/
    background-color: rgba(160, 210, 240, 0.1);
    border-radius: 10px;
}

.containermain {
    display: flex;
    width: 100%;
    margin-top: 5px;
    justify-content: center;
}

.containergal {
    display: flex;
    justify-content: center;
}

.left-column,
.right-column {
    background-color: #425864;
    width: 16%;
    min-width: 90px;
    padding: 10px;
    font-family: verdana, sans-serif;
    font-size: 0.7em;
    color: #999999;
}

.left-column {
    display: flex;
    flex-direction: column;
    padding-left: 5px;
}

.middle-column {
	width: 68%;
	min-width: 310px;
    padding: 10px;
}

.right-column {
    display: flex;
	flex-direction: column;
	/*align-items: center;*/
}

.date-container {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	text-align: right;
	/*color: #6495ed;*/
}

.logo {
	width: 70px;
	height: 70px;
	margin-top: 5px;
	margin-left: 30px;
}

.text0 {
    margin-top: 50px;
    margin-bottom:5px;
    font-size: 1.3em;
    font-weight: bold;
    text-align: left;
}

.text1 {
	margin-bottom: 15px;
	text-align: left;
}

.text2 {
	/*font-family:courier, sans-serif;*/
	font-size: -1;
	color: #000000;
	margin-top: 10px; /* Abstand Impressum nach Oben */
	margin-bottom: 10px;
	text-align: left;
}

.socmed {
    display: flex;
    padding: 0;
    margin-top:10px;
    gap: 10px;
    width: 40px;
    height: auto;
    flex-direction: column;
}

.text-container {
	width: 95%;
	height: 155px;
    border-radius: 8px;
	font-family: courier, sans-serif;
	font-size: 0.8em;
	color: #7da2b5; /* #87CEFA */
	background-color: #425864;
    padding: 20px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); /*rgba(176, 226, 255, 0.5);  Schatten für 3D-Effekt */
	box-sizing: border-box;
	overflow-y: auto;
}

.text-header {
    /* position: sticky; */
    top: 10px;
    background-color: rgba(160, 210, 240, 0.1);
	width: 70%;
	height: auto;
    padding: 0;
    border-radius: 10px;
    text-align: left;
	font-family: verdana, sans-serif;
    font-weight: bold;
    color: #999999;
    z-index: 10;
}

.text-content {
    margin-top: 0; /* Platz unter dem Header */
    color: #7da2b5;
    padding-top: 0;
}

.contac {
	font-family: arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #7da2b5;
	margin-top: 15px;
}

.note0 {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: regular;
	text-align: center;
	color: #7da2b5;
	margin-top: 25px;
	margin-bottom: 2px;
	margin-left: 30px;
}

.note1 {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #7da2b5;
	margin-top: 25px;
	margin-bottom: 2px;
	margin-left: 30px;
}

.adv {
	text-align: left;
}

.text1 {
	margin-bottom: 15px;
}

.email-container {
	display:flex;
	justify-content: center;
}

.welcome {
	line-height: 1.2;
}

.main-title {
	font-size: 0.9;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0.2em;
	margin-left: 10px;
}

.sub-title {
    font-size: 0.9em;
    font-weight: bold;
    font-style: italic;
    /* text-align: right; */
    color: #999999;
    margin-top: 0;
    margin-left: 20px;
}

.gallbuttn1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* flex-direction: column; */
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.thumbnail {
    width: 115px;
    height: 80px;
    cursor: pointer;
    transition: transform 0.3s ease;
    object-fit: cover; /* Bild wird zugeschnitten, um den Container zu füllen */
    border-radius: 0;
    overflow: hidden;
}

.thumbnail:hover {
    transform: scale(1.15);
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.lightbox.active {
    display: flex;
}

.lightbox-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(159, 182, 205, 0.5); /* Slategray3 */
    position: relative;
    box-sizing: border-box;
    border-radius: 30px;
}

.lightbox-img {
    max-width: 80%;
    max-height: 80%;
    margin: auto;
    border: 3px solid white;
}

.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    color: rgba(152, 245, 255, 0.9);
    cursor: pointer;
    user-select: none;
}

.nav-arrow.left {
    left: 20px;
}

.nav-arrow.right {
    right: 20px;
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    color: rgba(152, 245, 255, 0.9);
    cursor: pointer;
    user-select: none;
}

.button-container {
    display: inline-block;
    text-align: center;
    margin: 3px;
    flex: 0 0 auto;
}

.gif-button {
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.fixed-image {
    display: block;
    margin: 1px auto;
    width: 125px;
    position: relative;
}

.vist {
    margin: 20px;
    color: #999;
}

.f00ter {
	padding: 3px;
	font-size: 0.6em;
	color: #999999;
	align-self: auto;
}