/* @override 
	http://myerde.com/brokate/css/menue.css
	https://brokate.de/css/menue.css
	https://brokate.de/css/1menue.css
	https://brokate.de/css/2menue.css */

      /* Basis‑Reset */

*, *::before, *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	line-height: 1.6;
		margin: 0px 0px 0px 0px;

}

header {
	background: #333;
	color: #fff;
	padding: 1rem 1.25rem;
	padding: .5rem 1.25rem .5rem 1.25rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.logo {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}


a {
	color: white;
	text-decoration: none;
}


      /* Navigation */

nav {
	transition: all 0.3s ease;
}

nav ul {
	list-style: none;
	display: flex;
	gap: 1.5rem;
}

nav a {
	color: #fff;
	text-decoration: none;
	font-weight: 500;
}

nav a:hover, nav a:focus {
	text-decoration: underline;
}

      /* Hamburger Button */

.hamburger {
	display: none;
	flex-direction: column;
	cursor: pointer;
	gap: 4px;
	padding: 0.25rem;
	gap: 5px;
	padding: 0.5rem;	
}

.hamburger span {
	display: block;
	width: 26px;
height: 3px;
	height: 2px;
	background: #000;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

      /* Animation wenn offen */

.hamburger.active span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
	opacity: 0;
}

.hamburger.active span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

      /* Untermenüs */

.has-submenu {
	position: relative;
}

.submenu {
	list-style: none;
	position: absolute;
	left: 0px;
	top: 100%;
	background: #333;
	display: none;
	min-width: 180px;
	min-width: 280px;
	z-index: 10;
}

.submenu li {
	border-top: 1px solid #444;
}

.submenu a {
	display: block;
	padding: 0.75rem 1rem;
	white-space: nowrap;
}

      /* Dropdown auf Desktop */

.has-submenu:hover > .submenu {
	display: block;
}

      /* Mobile Styles */

@media (max-width: 768px) {
	
	.hamburger {
		display: flex;
	}
	
	nav {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: #333;
	}
	
	nav.open {
		display: block;
	}
	
	nav ul {
		flex-direction: column;
	}
	
	nav li {
		border-top: 1px solid #444;
	}
	
	nav li:first-child {
		border-top: none;
	}
	
	nav a {
		padding: 0.75rem 1rem;
	}

    /* Untermenüs im mobilen Menü */
	
	.submenu {
		position: static;
		background: #444;
	}
	
	.submenu li {
		border-top: none;
	}
	
	li.open > .submenu {
		display: block;
	}
}

      /* Demo‑Inhalt */

section {
	padding: 4rem 1.25rem;
	min-height: 60vh;
}

section:nth-child(even) {
	background: #f4f4f4;
}

/*##########################################################			background: rgb(0, 0, 0) url(PhotoGray_browser_bg-2.jpg) repeat scroll top center; 
 */

body {
	background: rgb(0, 0, 0) url(PhotoGray_browser_bg-2.jpg) repeat;
	margin: 0pt;
}

#back {
	/*	background: rgb(0, 0, 0) url(Darkroom_spotlight.jpg) repeat scroll top left;  */
	background: rgb(0, 0, 0) url(Darkroom_spotlight.jpg) repeat;
	height: 700px;
	max-width: 700px;
	z-index: 1;
}


#backtxt {
	/*	background: rgb(0, 0, 0) url(Darkroom_spotlight.jpg) repeat scroll top left;  */
	margin: 50px 0px 0px 0px;
	max-width: 700px;
	z-index: 1;
	color: white;
	font: normal 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height:17px ;
	text-align: left;
}

#backtxt h4 {
	font: 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 8px 0px 8px 0px;

}


#bilder {
	margin: 20px 0px 0px 0px;
	width: 700px;
	z-index: 1;
	color: white;
	font: normal 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height:17px ;
	text-align: left;
}
#bild {
	float: left;
	width: 300px;
	height: 225px;
	display: inline;
	margin: 20px 0px 0px 20px;
overflow: hidden;
}

#bild  img {
	width: 300px;
}

#bilder h1 {
	margin: 0px 0px 0px 0px;
	text-align: center;


}


#sonne {
	margin: 00px 0px 0px 0px;
	/*	height: 168px;
		width: 224px; 
	
		position: absolute;
		top: 180px;
		left: 30%;		*/
	z-index: 2;
}

#sonne img {
	margin: 200px 0px 0px 0px;
	border: none;
	height: 169px;
	width: 225px;
}


@media (max-width: 768px) {

#bilder {
	margin: 0px 0px 0px 0px;
	width: 352px;
	z-index: 1;
	color: white;
	font: normal 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height:17px ;
	text-align: center;
}


#bilder h1 {
	margin: 10px 0px 0px 0px;

}


#bild  {
	float: left;
	width: 350px;
	height: 350px;
	display: inline;
	margin: 20px 0px 0px 0px;
	overflow: hidden;
}
	

#bild  img {
	width: 350px;
}

}



#txt {
width: 222px;
font: normal normal 15px "Helvetica Neue", Arial, "Noto Sans", sans-serif;
margin: 168px 0px 0px 0px;
position: absolute;
color: white;
z-index: 11;
letter-spacing: 6.5px;
text-align: center;
text-indent: 1px;
}



.spiegel-container {
margin:130px 0px 0px 0px;
  position: relative;
  display: inline-block;
text-align: center;
}

.spiegel-container img {
  display: block;
}

.spiegelung {
  transform: scaleY(-1);
  opacity: 0.9;
  position: absolute;
  top: 98%;
  left: 0;
  width: 100%;
  height: auto;
  mask-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,1%));
}

	/*   -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
*/



















