
#html {
	background-attachment: fixed;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
body {
	font-family: Courier;
	font-size: 100%;
	margin: 0em;
	padding: 0em;
	text-decoration: none;
}
/* Schriftgrößen */
h1 {
	font-size: 1.625em;
	line-height: 1.500em;
	font-weight: 100;
	margin: 0em;
	padding: 1em;
	text-align: center;
}
h2 {
	font-size: 1.250em;
	line-height: 1.250em;
	font-weight: 100;
	margin: 0em;
	padding: 1em;
}
h3 {
	font-size: 1.125em;
	line-height: 1.125em;
	font-weight: 100;
	margin: 0em;
	padding: 0em;
}
h4 {
	font-size: 0.875em;
	line-height: 1em;
	font-weight: 100;
	margin: 0em;
	padding: 0.8em;
	text-align: right;
}
h5 {
	font-size: 0.750em;
	line-height: 0.875em;
	font-weight: 100;
	margin: 0em;
	padding: 0.5em;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: square;
	margin: 0em;
	padding: 1.0em;
	text-align: justify;
}
p {	 /*Standardabsatz Verhalten */
	line-height: 1em;
	margin: 0em;
	padding: 0em;
/*	text-align: justify; */
}
img { /* Standardbildverhalten */
	width: 90%;
	height: auto;
	max-width: 100%;
	border-radius: 1em;
	box-shadow: 10px 10px 15px black;
}
a {
	text-decoration: none;
	color: #ffffff;
}
/* Kopfzeile über Menü*/
#head {
	height: 8em;
	margin: 1em;
}
#head img {
	box-shadow: none;
	border-radius: none;
}
#menubar img {
	box-shadow: none;
	border-radius: none;
}
#logo {
	display: block;
	width: 40em;
	margin: 0em auto;
	padding: 0.8em;
}
/* Menüeinfassung */
#wrapper_ {
	display: block;
	background-color: #ffffff;
	height: 0.05em;
	margin: 0em 0em 0em 0em;
}
#wrapper {
	display: block;
	background-color: #ffffff;
	height: 0.05em;
	margin: 0em 0em 0em 0em;
}
#wrapper1 {
	display: block;
	background-color: #ffffff;
	height: 0.08em;
	margin: 0.5em;
}
/* navigation */
nav {
	position: sticky;
	top: 0em;
	text-align: center;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.5);
}
nav ul {
	display: block;
}
nav ul li {
	display: inline;
	margin: 0em 1em 0em 1em;
}
nav ul li a {
	color: #ffffff;
}
/*seiteninhalt*/
#content {
	display: block; /*Elementverhalten, Alternativen: inline, inline-block*/
	width: 60em;
	height: auto;
	margin: 1em auto; /* Außemabstand, Innenabstand = padding*/
	padding: 0em;
	text-align: center;
	border-radius: 2em;
	background-color: rgba(0,0,0,0.5);
	color: #ffffff;
}
#content img {
	display: inline-block;
	width: 23em;
	margin: 1em;
}
#content aside {
	display: inline-block;
	width: 22em;
	vertical-align: top;
	margin: 6em 0em 0em 3em;
	text-align: justify;
}
#content ul {
	display: block;
	margin: 2em 0em 0em 8em;
}
#login {
	display: block;
	margin: 4em 0em 0em 8em;
	color: #ffffff;
}
#portfolio img {
	display: inline-block;
	width: 26em;
	vertical-align: top;
	margin: 2em 0em 2em 0em;
}
#portfolio aside {
	display: inline-block;
	width: 20em;
	padding: 4em;
}
#projekte {
	display: block;
	width: 60em;
	height: auto;
	margin: 1em auto; /* Außemabstand, Innenabstand = padding*/
	padding: 0em;
	text-align: center;
	border-radius: 2em;
	background-color: rgba(0,0,0,0.5);
	color: #ffffff;
}
#projekte ul {
	display: block;
	width: 100%;
	margin: 0em;
	padding: 0em;
}
#projekte ul li {
	display: inline-block;
	overflow: visible;
	padding: 0em;
	margin: 1em 0em 0em 1em;
}
#projekte ul li img{
	width: 12em;
}
#projekte ul li img:hover {
	display: inline-block;
	position: flex-inline;
	overflow: visible;
	width: 46em;
}
#ebay_div {
	margin-top: 1em;
	margin-bottom: 1em;
}
#ebay_button {
	width: 14em;
	height: 3em;
	margin: 0 auto;
	cursor: pointer;
	background-color: #fff;
	border-radius: 2em;
}
#ebay_button a {
	position: relative;
	color: #000;
	top: 1em;

}

/* ++++++++++++++++++++++++++++++++++++++++++++++++   js Slider */

.gallery {
	width: 88%;
	margin-right: 2%;
	float: left;
	position: relative;
}
.bigPic {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 430px;
	text-align: center;
	opacity: 0;
	transition: opacity 0.5s;
	margin: 0;
}
.gallery .bigPic:first-of-type {
	position: relative;
	opacity: 1;
	z-index: 1;
}
.bigPic img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.galleryNav {
	padding-top: 15px;
	padding-left: 0;
	text-align: left;
}
.galleryThumb {
	position: relative;
	display: inline-block;
	margin-right: 1%;
	margin-left: -4px;
	width: 20%;
	height: 100px;
	text-align: center;
	margin-bottom: 5px;
	transition: all 0.2s;
}
.galleryThumb:hover, .galleryThumb:visited, .galleryThumb:link {
	text-decoration: none;
}
.galleryThumb:hover {
	opacity: 0.7;
	cursor: pointer;
	transition: all 0.2s;
}
.galleryThumb img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.gallery .panelControl {
	display: none !important;
}
.gallery .panelControl:target~.bigPic {
	pointer-events: none;
	opacity: 0;
		-webkit-animation: none;
		-o-animation: none;
	animation: none;
}
.gallery .panelControl:nth-of-type(1):target~.bigPic:nth-of-type(1), 
.gallery .panelControl:nth-of-type(2):target~.bigPic:nth-of-type(2), 
.gallery .panelControl:nth-of-type(3):target~.bigPic:nth-of-type(3), 
.gallery .panelControl:nth-of-type(4):target~.bigPic:nth-of-type(4) {
	pointer-events: none;
	opacity: 1;
}

/* END ++++++++++++++++++++++++++++++++++++++++++++++++   js Slider */



#offer1, #offer2, #offer3, #offer4 {
	display: block;
	margin: 0 auto;
}
#offer1, #offer2, #offer3, #offer4 img {
	width: 25em;
}
#mapsframe {
	display: block;
	width: 52em;
	margin: 2em;
	text-align: left;
}
#open {
	display: block;
	width: 58em;
	margin: 0em auto;
}
#open img {
	width: 38em;
}
#footer {
	display: block;
	text-align: center;
}
#footer ul {
	display: block;
	margin: 0em;
	padding: 0em;
}
#footer ul li {
	list-syle: none;
	display: inline;
}

/* mobile css */
@media screen and (max-width:800px) {
	body {
		font-size: 90%;
	}
}
@media screen and (max-width:800px) {
	#menubar {
			position: sticky;
			top: 0em;
			z-index: 100;
	}
	#menubar ul {
			display: block;
			width: 3.5em;
	}
	#menubar ul li {
			display: inline;
	}
	nav {
			display: none;
			position: sticky;
	}
	nav ul li {
			display: block;
			text-align: center;
	}
	#content {
			width: 48em;
	}
	#content img {
			display: block;
			margin: 0 auto;
	}
	#content aside {
			display: block;
			margin: 0 auto;
			padding: 1.6em;
			text-align: center;
	}
	#portfolio img {
			display: block;
			margin: 0 auto;
			padding: 2em;
			border-radius: 3em;
	}
	#portfolio aside {
			display: block;
			margin: 0 auto;
			padding: 1.6em;
			text-align: center;
	}
	#projekte {
			width: 49em;
	}
	#projekte ul li img {
			width: 25%;
	}
	#open {
			width: 48em;
	}
}
@media screen and (max-width:600px) {
	#html {
			background-attachment: fixed;
			background-position: left;
			background-size: auto 100%;
	}
	body {
			font-size: 76%;
	}
	#logo img {
			margin: 0.8em 0em 0em 0em; 
	}
	#content {
			width: 40em;
	}
	#wrapper_ {
			display: none;
	}
	#projekte {
			width: 42em;
	}
	#projekte ul li img {
			width: 25%;
	}
	#open {
			width: 40em;
	}
	#open img {
			width: 32em;
	}
}
@media screen and (max-width:350px) {
	body {
			font-size: 66%;
	}
	#content {
			width: 30em;
	}
	#wrapper_ {
			display: none;
	}
	#projekte {
			width: 32em;
	}
	#open {
			width: 30em;
	}
	#open img {
			width: 28em;
	}
}
@media screen and (min-width:800px) {
	nav.nav {
			display: block !important;
	}
	#menubar {
			display: none;
	}
}