@charset "UTF-8";

/* CSS Document */

@font-face {
	font-family: 'hartingplain';
	src: url('webfont/harting_plain-webfont.eot');
	src: url('webfont/harting_plain-webfont.eot?#iefix') format('embedded-opentype'), url('webfont/harting_plain-webfont.woff2') format('woff2'), url('webfont/harting_plain-webfont.woff') format('woff'), url('harting_plain-webfont.ttf') format('truetype'), url('webfont/harting_plain-webfont.svg#hartingplain') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: 'hartingplain';
	letter-spacing: 0.05em;
}

/* Container für zentrierten Content auf großen Bildschirmen */
.content-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

main {
	width: 100%;
	display: block;
}

header {
	width: 100%;
	position: relative;
}

#band {
	text-align: center;
	width: 100%;
	padding: 20px;
	padding-bottom: 20px;
}

#band p {
	margin-left: 30px;
	margin-right: 30px;
}

#content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	background-image: url(pics/bg.jpg);
}

#live {
	position: relative;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	width: 35%;
	padding: 25px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

#live img {
	width: 35%;
	margin-top: 8%;
}

#media {
	width: 65%;
}

#media iframe {
	width: 100%;
}

#media {
	padding: 2%;
	text-align: center;
}

#grammo {
	margin-top: 40px;
	width: 42%;
}

#gallery_1 {
	display: none;
}

hr {
	border: none;
	border-bottom: dotted 1px #666;
}

.datum {
	padding-top: 1.8em;
	padding-bottom: 0.4em;
}

.link {
	padding-bottom: 0.7em;
}

.ort {
	padding-bottom: 0.3em;
}

#live a {
	color: #fff;
}

#live .link {
	margin-bottom: 0;
	padding-bottom: 1em;
}

#live p {
	margin-bottom: 0px;
	margin-top: 0px;
}

#gallery {
	margin-top: 70px;
	margin-right: -1%;
}

#gallery div {
	width: 24%;
	height: 0px;
	padding-top: 24%;
	overflow: hidden;
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
	background-position: center;
	background-size: cover;
}

#gallery div img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	/* Firefox 10+ */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+ & Safari 6+ */
	-webkit-transition: all .6s ease;
	/* Fade to color for Chrome and Safari */
	-webkit-backface-visibility: hidden;
	/* Fix for transition flickering */
	margin-top: -100%;
	width: 150%;
	margin-left: -25%;
}

#slide {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

#slide .close {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	font-size: 2em;
	cursor: pointer;
}

.imgNav {
	display: flex;
}

#slide .prev, #slide .next {
	color: #fff;
	font-size: 3.2em;
	margin-left: 8px;
	margin-right: 8px;
	cursor: pointer;
	line-height: 1em;
}

#slide .prev, #slide .next, #slide .close {
	text-shadow: 0px 0px 15px #000, 0px 0px 5px #000;
}

body.slideshow {
	height: 100vh;
	overflow: hidden;
}

body.slideshow #slide {
	display: block;
}


.video {
	position: relative;
	padding-bottom: 56%;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#facebook {
	width: 40px;
}

#afterwork {
	display: none;
	background: #fff;
	position: absolute;
	top: 2%;
	left: 2%;
	width: 96%;
	height: 96vh;
	text-align: center;
	box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 1);
	overflow: scroll;
}

#button_afterwork {
	max-width: 180px;
	min-width: 100px;
	width: 20%;
	position: absolute;
	top: -15px;
	left: 15%;
	cursor: pointer;
}

#afterwork>div {
	margin: 2%;
}

#afterwork .close {
	position: absolute;
	top: 20px;
	right: 20px;
	margin: 0;
	font-size: 40px;
}

#afterwork #teaserimage {
	max-height: 50vh;
	max-width: 100%;
}

#teaserlogo {
	width: 70%;
	margin-top: -13.2%;
	left: 0.5%;
}

/* Galerie Section am Ende */
#gallery-section {
	width: 100%;
	padding: 40px 20px;
	text-align: center;
	background-color: #f8f8f8;
}

#gallery-section h2 {
	font-size: 1.8em;
	margin-bottom: 20px;
}

#gallery-section p {
	font-size: 1.1em;
	margin-bottom: 30px;
	color: #666;
}

p,
h1,
h2,
h3,
h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2em;
}

a {
	color: #808080;
}

/* Screen reader only class for accessibility */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Skip link for keyboard navigation */
.skip-link {
	position: absolute;
	top: -40px;
	left: 6px;
	background: #000;
	color: #fff;
	padding: 8px;
	text-decoration: none;
	z-index: 1000;
}

.skip-link:focus {
	top: 6px;
}

/* Improved focus styles for keyboard navigation */
button:focus,
a:focus,
input:focus {
	outline: 2px solid #4A90E2;
	outline-offset: 2px;
}

/* Better heading hierarchy */
h1 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 0.4em;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 0.3em;
}

#topimage {
	width: 100%;
}

#logo {
	width: 90%;
	margin-top: -17%;
	left: 0.5%;
}

main {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

#media {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

#live {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

#gallery_2 {
	display: block;
}

#gallery_1 {
	display: none;
}

#band,
#content {
	width: 100%;
	text-align: center;
}

@media only screen and (max-width:1500px) {
	.content-wrapper {
		max-width: none;
		margin: 0;
		box-shadow: none;
	}

	#gallery_1 {
		display: block;
	}

	#gallery_2 {
		display: none;
	}

	#live {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	#live img {
		width: 25%;
	}

	#grammo {
		margin-top: 20px;
		width: 35%;
	}

	#band {
		width: 100%;
	}

	#content {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#live,
	#media {
		width: auto;
	}
}

@media only screen and (max-width:800px) {
	main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#media {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	#live {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	#gallery_2 {
		display: block;
	}

	#gallery_1 {
		display: none;
	}

	#band,
	#content {
		width: 100%;
		text-align: center;
	}
}