@font-face {
	font-family: 'OpenSans-Regular';
	src: url('fonts/OpenSans-Regular.eot');
	/* IE */
	src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/OpenSans-Regular.woff') format('woff'),
		url('fonts/OpenSans-Regular.ttf') format('truetype');
	/* alle anderen Browser */
}

body {
	font-family: "OpenSans-Regular", sans-serif;
	font-size: 16px;
	font-weight: 400;
	background-position: center;
	background-position: top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #D6DADE;
	width: 100%;
	height: 100%;
}


p {
	color: #333333;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 25px;
}


 .headerbild {
 	width: 960px;
 	height: 221px;
 	background-color: #D6DADE;
	background-image: url('headerbild.jpg');
	background-repeat: no-repeat;
 	margin: 0 auto;
	padding-bottom: 30px;
 }

 .taubeheader{
	position: relative;
	width: 300px;
	height: 243px;
	left: 630px;
	top: 25px;
	background-image: url('head-brieftaube.png');
	z-index: 2;
 }

 .bild-joerg-startseite {
 	width: 250px;
 	height: 350px;
 	float: left;
 	margin: 40px 50px 10px 0px;
 }

 .container {
	display: flex;
	/* Flexbox aktivieren */
	width: 960px;
	margin: 0 auto;
	/* height: 100vh; */
	position: relative;
}

.left {
	width: 160px;
	background-color: #00577c;
	/* height: 100vh; */
}

.right {
	flex-grow: 1;
	/* Das rechte Div nimmt den restlichen Platz ein */
	background-color: #faf9f4;
	/* height: 100vh; */
	padding: 30px 50px 50px 50px;
}


/* Navigation */
nav {
	margin-top: 50px;
}

/* Ungeordnete Liste für Links */
nav ul {
	list-style-type: none;
	padding: 0;
}

/* Styling für die Links */
 nav ul li a:hover,
 #linktot {
 	color: #fff;
	background-color: #0871A5;
 }

nav ul li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 10px;
}

/* Hover-Effekt für die Links */
nav ul li a:hover {
	background-color: #0871A5;
}
/* /Navigation */


/* Text für fette Überschriften */
h1, h2 {
	font-size: 18px; 
	letter-spacing: 1px;
	/* margin-top: 40px; */
	margin-bottom: 10px;
	line-height: 30px;
}

h2 {
	font-size: 22px;
	margin-top: 40px;
	color: #00577c;
}

hr {
	color: #000;
	border-style: dotted;
	border-top: 1px;
	width: 85%;
}

/* div für wetter.de */
#wetter {
z-index: 1; 
border: 1px solid #00517c;
margin: 50px 0px;
} 


/* div für Besucherausgabe*/
#besucherausgabe{
	font-size: 14px;
	color: #ffffff;
	text-align: center;
} 

/* div Bild für Browser unten */
#bottom {
	width: 960px;
	height: 150px;
	margin: 0px auto;
	display: flex;
	line-height: 25px;
	background-image: url('bottom-tauben.png');
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	top: -90px;
	z-index: 2;
}

.bottom-text-links {
	width: 320px;
	padding: 120px 20px;
}

.bottom-text-mitte {
	width: 320px;
	padding: 120px 20px;
	text-align: center;
}

.bottom-text-rechts {
	width: 320px;
	padding: 120px 20px;
	text-align: right;
}


/* Links im Text */
.linkintext:link, .linkintext:active, .linkintext:visited {
	background:transparent url(link-taube.gif) no-repeat scroll right center;	
	/* color: #00577c; */
	color: #b40a0a;
	font-weight: bold;	
	letter-spacing: 1px;
	padding-right: 30px;
	text-decoration: none;
	/* overflow-wrap: anywhere; */
}

/* Links im Text */
.linkintext:hover {
	border-bottom: 2px dotted;
} 


/* Lightbox Effekt  */
.lightbox {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* padding: 1em; */
	background: rgba(0, 0, 0, 0.8);
	align-items: center;
	justify-content: center;
	text-decoration: none;
}


/* Lightbox Effekt  */
/* Standard Lightbox-Style */
.lightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
}

/* Wenn das Bild angeklickt wird (mit :target), wird die Lightbox sichtbar */
.lightbox:target {
	display: flex;
}

.lightbox img {
/* Bild in Originalgröße anzeigen */
	/* max-width: 80%; */
	/* max-height: 80%; */
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}

.lightbox div {
	text-align: center;
}

.lightbox-caption {
	color: #fff;
	/* margin-top: 10px; */
}

.lightbox:target {
	opacity: 1;
}
/* /Lightbox Effekt  */


.container-galerie {
	width: 700px;
	box-sizing: border-box;
	background-color: #ebebeb;
	margin-top: 50px;
	padding-right: 20px;
	display: flex;
	/* Flexbox für horizontale Ausrichtung */
	align-items: flex-start;
	/* Vertikal oben ausrichten */
}

.img-galerie {
	margin-right: 50px;
	width: 200px;
	height: 200px;
	object-fit: cover;
	object-position: top center;
}

.text-einrueck {
	padding-left:2ch;
}


.container-bericht {
	width: 700px;
	box-sizing: border-box;
	background-color: #ebebeb;
	padding: 5px 20px;
}


summary {
	cursor: pointer;
}

