/* Schriftarten */
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700');

Body,a,td,th,br,input,select,textarea,h1,h2,h3,h4,b,span {
	font-family: 'Oswald', sans-serif !important;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	line-height: 26px;
	margin: 0px;
	padding: 0px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	background-color: #000000;
	border: 2px solid #555555;
}

p {
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	line-height: 26px;
	margin: 0px 0px 0px 0px;
}

ul {
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	line-height: 26px;
	margin: 15px 3.5% 0px 3.5%;
	padding: 0px 0px 0px 15px;
	list-style-image: url("../images/layout_neu/bullet.svg");
}

ol {
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	line-height: 26px;
	margin: 15px 3% 0px 3%;
	padding: 0px 0px 0px 15px;
}

ul li,
ol li {
	margin-top: 2px;
	margin-bottom: 2px;
}

form {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

sup {
	font-size: 0.8em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.5em;
}

label {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	line-height: 20px;
	cursor: pointer;
}

A {
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	color: #000000;
}
A:hover {
	text-decoration: none;
	color: #000000;
	opacity: 0.5;
}

b, strong {
	font-weight: 600 !important;
}

.Titel {
	display: block;
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	line-height: 40px;
	margin: 0px auto 30px auto;
	max-width: 800px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}
A.Titel:hover {
	text-decoration: none;
	color: #000000;
	opacity: 0.7;
}

.Titel:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 15%;
	margin: 10px 0px 0px -7.5%;
	height: 4px;
	background-color: #000000;
}

.Titelklein,
.Aufzaehlungstitel {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	line-height: 32px;
	margin: 0px 0px 10px 0px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}
A.Titelklein:hover,
A.Aufzaehlungstitel:hover {
	text-decoration: none;
	color: #000000;
	opacity: 0.7;
}

.Untertitel {
	display: block;
	font-size: 24px;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	color: rgb(187,186,186);
	line-height: 32px;
	margin: 0px 0px 10px 0px;
	text-align: center;
}
A.Untertitel:hover {
	text-decoration: none;
	opacity: 0.7;
}

.Textnormal,
.Textnormal * {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	line-height: 26px;
}

.Textfett,
.Textfett * {
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	line-height: 26px;
}

.Textklein,
.Textklein * {
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	line-height: 24px;
}

.TextkleinFett,
.TextkleinFett * {
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	line-height: 24px;
}

.Textnormal a,
.Textfett a,
.Textklein a,
.TextkleinFett a {
	color: #000000;
}

.Textnormal a:hover,
.Textfett a:hover,
.Textklein a:hover,
.TextkleinFett a:hover {
	text-decoration: underline;
}

.Email,
.Telefon,
.Download {
	display: block;
	overflow: visible;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	color: #000000;
	line-height: 20px;
	vertical-align: middle;
	margin: 0px;
	padding: 3px 0px 3px 28px;
	background: transparent url("../images/layout/download.svg") no-repeat center left;
	background-size: 18px auto;
}
.Email {
	background-image: url("../images/layout/email.svg");
}
.Telefon {
	background-image: url("../images/layout/telephone.svg");
}
.Download{
	background-image: url("../images/layout/download.svg");
}

A.Email:hover,
A.Telefon:hover,
A.Download:hover {
	text-decoration: underline;
}

.Mehr,
.Zurueck {
	display: inline-block;
	font-weight: 400;
	font-size: 18px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #000000;
	line-height: 24px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	border: none;
	cursor: pointer;
}

A.Mehr:hover,
A.Zurueck:hover {
	text-decoration: none;
	opacity: 0.7;
}

A.Zurueck {
	margin: 3% 0px 0px 0px;
	padding: 0px;
}

A.Zurueck::before {
	content: "...";
	display: inline-block;
	margin-right: 5px;
}

.AbstandKlein {
	font-size: 10px;
	line-height: 10px;
	height: 10px;
}

.Abstand {
	font-size: 20px;
	line-height: 20px;
	height: 20px;
}

.AbstandGross {
	font-size: 40px;
	line-height: 40px;
	height: 40px;
}

.Button {
	display: inline-block;
	font-weight: 400;
	font-size: 18px;
	text-decoration: none;
	letter-spacing: 2px;
	color: #FFFFFF;
	line-height: 24px;
	padding: 10px 75px;
	margin: 20px 0px 0px 0px;
	border: none;
	background-color: #000000;
	box-sizing: border-box;
	cursor: pointer;
	text-transform: uppercase;
}

.Button:hover {
	text-decoration: none;
	opacity: 0.5;
}

table {
	display: table;
	max-width: 100%;
	border-collapse: collapse;
	border-color: rgb(187,186,186);
}

table .Col20 {
	width: 20%;
}
table .Col30 {
	width: 30%;
}
table .Col33 {
	width: 33%;
}
table .Col40 {
	width: 40%;
}
table .Col50 {
	width: 50%;
}
table .Col60 {
	width: 60%;
}
table .Col66 {
	width: 66%;
}
table .Col70 {
	width: 70%;
}

table td,
table th {
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	line-height: 26px;
	padding: 5px 10px 5px 10px;
	vertical-align: top;
	text-align: left;
}

table td img{
	width: 100% !important;
	height: auto !important;
}

table th {
	font-weight: bold;
	background-color: #efefef;
	border: 1px solid #dedede;
}

.Trennlinie {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	background-color: rgb(187, 186, 186);
	max-width: 80%;
	margin: 3% auto;
	display: block;
}

/* Dokument */

Body, Html {
	width: 100%;
	min-height: 100%;
}

Html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

Body {
	position: relative;
	overflow: auto !important;
	overflow-y: scroll;
	margin: 0px;
	min-width: 320px;
	background-color: #ffffff;
}

header, main, section, article, footer, div, span, p, a, li, ul, img, input, nav, h1, h2, h3, h4, h5 {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

img {
	border: none;
}

label {
	cursor: pointer;
	line-height: 24px;
}

iframe {
	max-width: 100%;
	height: 600px;
}

blockquote {
	display: block;
	margin: 10px 20px;
}

input, textarea, select {
	-webkit-appearance: none;
}

a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

header {
	position: relative;
	z-index: 150;
	display: block;
	text-align: center;
	width: 100%;
	height: 120px;
	clear: both;
	margin: 0px auto;
	padding: 0px;
	opacity: 1;
}

header .container,
footer .container {
	display: block;
	position: relative;
	width: auto;
	height: 100%;
	max-width: 1280px;
	padding: 0px 5%;
	margin: 0px auto;
	text-align: center;
}

header .Logo {
	display: block;
	position: relative;
	float: left;
	z-index: 400;
	text-indent: -99999px;
	width: 200px;
	height: 100px;
	margin: 5px 0 0 0;
	padding: 0px;
	background: transparent url("../images/layout_neu/logo.svg") no-repeat 50% 50%;
}

header.minimized {
	height: 60px;
	position: fixed;
	top: 0;
	background-color: #FFFFFF;
}

header.minimized .Logo {
	width: 100px;
	height: 50px;
}

header.minimized #Navigation {
	margin: 10px 100px 0px 0px;
}

header .warenkorb_navi {
	display: block;
	float: right;
	padding: 0px 0px;
	margin: 60px 0px 0px 0px;
	text-align: center;
}

header.minimized .warenkorb_navi {
	margin: 25px 0px 0px 0px;
}

header #NavigationToggle {
	display: none;
}

header #Navigation {
	position: relative;
	display: inline-block;
	z-index: 100;
	width: auto;
	height: auto;
	padding: 0px 0px;
	margin: 60px 200px 0px 0px;
	text-align: center;
}

header #Navigation ul {
	display: inline-block;
	padding: 0px 0px;
	margin: 0px auto;
	text-align: center;
	list-style: none;
}

header #Navigation li {
	display: inline-block;
	position: relative;
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: -webkit-match-parent;
}

header #Navigation ul.mobile {
	display: none;
}

header #Navigation li:hover {
	opacity: 1;
}

header #Navigation li a {
	display: block;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	line-height: 24px;
	padding: 5px 10px;
	margin: 0px 10px;
	cursor: pointer;
}

header #Navigation li a:hover,
header #Navigation li a.active {
	text-decoration: none;
	color: #000000;
	border-bottom: #000000 solid 3px;
}

header #Navigation li a.active:hover {
	text-decoration: none;
	color: #000000;
	opacity: 0.5;
}

.warenkorb_navi ul {
	display: inline-block;
	padding: 0px 0px;
	margin: 0px auto;
	text-align: center;
	list-style: none;
}

.warenkorb_navi li {
	display: inline-block;
	position: relative;
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: -webkit-match-parent;
}

.warenkorb_navi li a {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0px 6px;
	text-decoration: none;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}

.warenkorb_navi li a:hover {
	text-decoration: none;
	opacity: 0.5;
}

.warenkorb_navi .warenkorb {
	background-image: url("../images/layout_neu/shop.svg");
	background-repeat: no-repeat;
}

.warenkorb_navi .warenkorb a {
	position: relative;
}

.warenkorb_navi .warenkorb #small {
	position: absolute;
	top: -22px;
	right: -10px;
	background-color: #ffed00;
	padding: 0px 0px 0px 0px;
	border-radius: 50%;
	width: 20px;
	box-sizing: border-box;
	font-size: 12px;
}


.Dropbox-image {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	text-decoration: none;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	background-image: url("../images/layout/socialmedia/dropbox.svg");
	position: relative;
	top: 4px;
}

.socialmedia .Dropbox {
	background-image: url("../images/layout/socialmedia/dropbox.svg");
}

main {
	display: block;
	position: relative;
	z-index: 100;
	width: 100%;
	min-height: 320px;
	overflow: visible;
	clear: both;
	padding: 0px;
	margin: 5% auto 0px auto;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	line-height: 26px;
}

.container {
	display: block;
	position: relative;
	width: auto;
	max-width: 1280px;
	padding: 0px 5%;
	margin: 0px auto;
}

#Content {
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	display: block;
	position: relative;
	z-index: 100;
	min-height: 200px;
	max-width: 1280px;
	text-align: center;
	/*background: #ffffff;*/
}

footer {
	display: block;
	position: relative;
	z-index: 50;
	width: auto;
	text-align: right;
	padding: 2% 0px;
	margin: 0px;
}

footer .Logo,
footer .LogoExtratours,
.Pagetop {
	display: inline-block;
	position: absolute;
	left: 70%;
	top: 0px;
	z-index: 400;
	text-indent: -99999px;
	width: 70px;
	height: 70px;
	margin: -1% 0px 0px 0px;
	padding: 0px;
	text-align: left;
	background: transparent url("../images/layout_neu/logo.svg") no-repeat top left;
	background-size: contain;
}

footer .LogoExtratours {
	left: 50%;
	width: 200px;
	height: 50px;
	background: transparent url("../images/layout_neu/logo_extratours.svg") no-repeat top left;
	background-size: contain;
}

.Pagetop {
	left: 95%;
	top: 100%;
	width: 30px;
	height: 30px;
	margin: 3% 0px 0px 0px;
	background: transparent url("../images/layout_neu/pagetop.svg") no-repeat center;
	background-size: contain;
}

footer #NavigationFooter {
	display: block;
	position: relative;
	z-index: 200;
	width: 100%;
	padding: 0px;
	margin: 2% 0px;
	text-align: left;
}

footer #NavigationFooter ul {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px 1% 1% 0px;
	text-align: left;
	list-style: none;
}

footer #NavigationFooter li {
	position: relative;
	display: list-item;
	float: left;
	padding: 0px;
	margin: 0px 2% 0px 0px;
	list-style: none;
	text-align: -webkit-match-parent;
}

footer #NavigationFooter ul.mobile {
	display: none;
}

footer #NavigationFooter li a,
footer #NavigationFooter li a.active {
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	line-height: 20px;
	padding: 5px 10px;
	margin: 0px;
	border-bottom: 3px solid #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
}

footer #NavigationFooter .main li a,
footer #NavigationFooter .main li a.active {
	font-size: 14px;
	line-height: 20px;
}

footer #NavigationFooter li a:hover,
footer #NavigationFooter li a.active,
footer #NavigationFooter li a.active:hover {
	text-decoration: none;
	color: #000000;
	border-bottom: 3px solid #000000;
}

footer #NavigationFooter li a.active:hover {
	opacity: 0.5;
}

footer .socialmedia {
	display: inline-block;
	position: absolute;
	z-index: 300;
	left: 80%;
	bottom: 5px;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

footer .socialmedia ul {
	display: inline-block;
	padding: 0px 0px;
	margin: 0px auto;
	text-align: center;
	list-style: none;
}

footer .socialmedia li {
	display: inline-block;
	position: relative;
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: -webkit-match-parent;
}

footer .socialmedia li a {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0px 6px;
	text-decoration: none;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}

footer .socialmedia li a:hover {
	text-decoration: none;
	opacity: 0.5;
}

footer .socialmedia .Facebook {
	background-image: url("../images/layout_neu/facebook.svg");
}

footer .socialmedia .Newsletter {
	background-image: url("../images/layout_neu/newsletter.svg");
}

footer .socialmedia .Telephone {
	background-image: url("../images/layout_neu/telephone.svg");
}

footer .socialmedia .Mail {
	background-image: url("../images/layout_neu/email.svg");
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.ie7 .clearfix { /* IE7 */
	zoom: 1;
}

.Left {
	float: left;
}

.Right {
	float: right;
}

.TextLeft {
	text-align: left;
}

.TextRight {
	text-align: right;
}

.Clear {
	clear: both;
	width: 0px;
	height: 0px;
}

.ClearLeft {
	clear: left;
	width: 0px;
	height: 0px;
}

.ClearRight {
	clear: right;
	width: 0px;
	height: 0px;
}

.Column50 {
	float: left;
	width: 50%;
	text-align: left;
}

.Space5 {
	display: block;
	font-size: 5px;
	line-height: 5px;
	height: 5px;
	padding: 0px !important;
}

.Space10 {
	display: block;
	font-size: 10px;
	line-height: 10px;
	height: 10px;
	padding: 0px !important;
}

.Space15 {
	display: block;
	font-size: 15px;
	line-height: 15px;
	height: 15px;
	padding: 0px !important;
}

.Space20 {
	display: block;
	font-size: 20px;
	line-height: 20px;
	height: 20px;
	padding: 0px !important;
}

.Space30 {
	display: block;
	font-size: 30px;
	line-height: 30px;
	height: 30px;
	padding: 0px !important;
}

.Space40 {
	display: block;
	font-size: 40px;
	line-height: 40px;
	height: 40px;
	padding: 0px !important;
}

.Space75 {
	display: block;
	font-size: 75px;
	line-height: 75px;
	height: 75px;
	padding: 0px !important;
}

.NoTitleimages {
	display: block;
	font-size: 150px;
	line-height: 150px;
	height: 150px;
	padding: 0px !important;
}

.Uppercase {
	text-transform: uppercase;
}

.Outside {
	left: 100% !important;
}

.Opaque {
	opacity: 0 !important;
}

.Hidden {
	display: none !important;
}

.Visible {
	display: block !important;
}

#bands {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

#bands .band {
	flex: 0 1 22%;
	margin: 2% 0 0 0;
}

#bands .band a:hover .image,
#bands .band a:hover .info {
	opacity: 0.5;
}

#bands .band .image {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 60%;
	margin: 0px 0px 5px 0px;
}

#bands .band .image img {
	margin: 0px auto;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#bands .band .name {
	text-align: left;
	font-weight: 600;
	text-transform: uppercase;
	background: url("../images/layout_neu/tickets.png") no-repeat right center;
	background-size: contain;
}

#highlights {
	max-width: 1000px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

#highlights .highlight {
	flex: 0 1 30%;
}

#highlights .highlight img {
	width: 100%;
}

#festivals {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

#festivals .festival {
	flex: 0 1 30%;
}

#festivals .festival img {
	width: 100%;
}

#artikel .image,
#shop_band .image {
	margin: 4% 0 4% 0;
}

#artikel .image img,
#shop_band .image img {
	width: 100%;
}

#artikel .description,
#artikel .poster {
	display: block;
	box-sizing: border-box;
	width: 50%;
	padding: 4% 0 4% 0;
}

#artikel .description {
	float: left;
}

#artikel .poster {
	float: right;
}

#artikel .poster a {
	display: block;
	width: 50%;
	margin: 0 auto;
}

#artikel .poster img {
	width: 100%;
	height: auto;
}

#artikel p,
#artikel .shopping,
#shop_band p {
	text-align: left;
}

#artikel .preis {
	float: right;
}

#banner {
	margin: 4% 0 0 0;
}

#warenkorb table.basket td.preis,
#abschluss table.basket td.preis {
	text-align: right;
}

#warenkorb table.basket.sum,
#abschluss table.basket.sum {
	width: auto !important;
	float: right;
}

#warenkorb table.basket.sum tr,
#abschluss table.basket.sum tr {
	border-top: 2px solid #000000;
}

#warenkorb table.basket.sum tr:last-child,
#abschluss table.basket.sum tr:last-child {
	border-top: 5px double #000000;
}

#tickets {
	margin: 0 0 4% 0;
}

.modal {
	border-radius: 4px;
	overflow: hidden;
	transform: translateY(-80px);
	transition: all .5s;
}

.fancybox-slide--current .modal {
	transform: translateY(0);
	opacity: 1;
	transition-duration: .3s;
}

.fancybox-slide--current .modal * {
	transform: translateY(0);
	opacity: 1;
	transition-duration: .3s;
	transition-delay: .1s;
}

.columns {
	text-align: left;
}

.columns .columnleft,
.columns .columnmiddle,
.columns .columnright {
	display: block;
	float: left;
	width: 23%;
	margin: 0px 2% 0px 0px;
	text-align: left;
}

.columns .columnleft {
	width: 50%;
}
.columns .columnright {
	margin: 0px;
}

.banddetail {
	margin: 3% auto 0px auto;
	text-align: left;
}

.banddetail .label {
	display: block;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	line-height: 26px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

.banddetail .text {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	line-height: 26px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.banddetail .text b,
.employee .text b {
	text-transform: uppercase;
}

.banddetail .text.hidden,
.employee .text.hidden {
	opacity: 0;
	height: 0px;
	overflow: hidden;
}

.banddetail .title {
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
	line-height: 26px;
	margin: 0px 0px 20px 0px;
	padding: 5px 15px;
	text-transform: uppercase;
}

.banddetail button.more,
.employee button.more {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 20px;
	margin: 0px;
	padding: 5px 15px;
	text-transform: uppercase;
	border: none;
	background: none;
	background-color: #000000;
	cursor: pointer;
}
.banddetail button.more:hover,
.employee button.more:hover {
	text-decoration: none;
	opacity: 0.7;
}

.socialmedia a {
	display: inline-block;
	float: left;
	width: 20px;
	height: 26px;
	text-indent: -9999px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	color: #000000;
	line-height: 26px;
	vertical-align: middle;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 18px;
}
.socialmedia a.Facebook {
	background-image: url("../images/layout_neu/facebook.svg");
}
.socialmedia a.Instagram {
	background-image: url("../images/layout_neu/instagram.svg");
}
.socialmedia a.Youtube {
	background-image: url("../images/layout_neu/youtube.svg");
}
.socialmedia .Spotify {
	background-image: url("../images/layout_neu/spotify.svg");
}
.socialmedia .Twitter {
	background-image: url("../images/layout_neu/twitter.svg");
}
.socialmedia .Myspace {
	background-image: url("../images/layout_neu/myspace.svg");
}
.socialmedia a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.dates {
	text-align: left;
}

.dates .band {
	display: block;
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	line-height: 28px;
	margin: 3% 0px 0px 0px;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
}

.dates .title {
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	line-height: 26px;
	margin: 10px 0px 5px 0px;
	padding: 20px 10px 5px 10px;
	text-transform: uppercase;
	border-top: 1px solid #c6c6c6;
}

.dates .title b {
	text-transform: none;
}

.dates .info {
	display: block;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	line-height: 26px;
	margin: -10px 0px 15px 0px;
	padding: 0px 10px;
}

.dates table {
	display: table;
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	border: none;
}

.dates #FORMDATESFILTER table {
	margin: 0px auto;
	width: auto;
}

.dates table td,
.dates table th {
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	line-height: 26px;
	padding: 3px 10px;
	vertical-align: middle;
	text-align: left;
}

.dates table th {
	color: #FFFFFF;
	background-color: #000000;
}

.dates table td {
	border-bottom: 1px solid rgb(187, 186, 186);
}

article {
	display: block;
	position: relative;
	z-index: 10;
	box-sizing: border-box;
	width: auto;
	max-width: 1100px;
	padding: 0px 2%;
	margin: 4% auto 4% auto;
	text-align: left;
	background: transparent;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	width: auto;
	border: 1px solid #dedede;
	padding: 5px 25px 5px 5px;
	background-color: transparent;
	background-image: url("../images/layout_neu/bg_select_arrow.png");
	background-position: right;
	background-repeat: no-repeat;
	background-size: 20px;
}
select:hover {
	border: 1px solid #000000;
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}

/* graceful degradation for ie8 */
input[type='checkbox'],
input[type='radio'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	font-size: 1em;
	width: 1px;
	height: 1px;
	float: left;
	margin-right: .75em;
	background: transparent;
	border: none;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
	background: transparent;
	position: relative;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
	display: block;
	cursor: pointer;
	padding: 0px 0px 0px 25px;
}

input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
	content:' ';
	display: inline-block;
	width: 14px;
	height: 14px;
	position: relative;
	top: 2px;
	border: 1px solid #000000;
	background: white;
	margin-right: 8px;
	margin-left: -25px;
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
	border-radius: 30px;
}

input[type='checkbox']:hover  + label::before,
input[type='radio']:hover  + label::before {
	background: #000000;
	box-shadow: inset 0 0 0 2px white;
	border: 1px solid #000000;
}

input[type='checkbox']:checked  + label::before,
input[type='radio']:checked  + label::before {
	background: #000000;
	box-shadow: inset 0 0 0 2px white;
}

/* graceful degradation for ie8 */
input[type='text'],
input[type='textarea'],
input[type='password'],
input[type='file'],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #FFFFFF;
	border-radius: 0;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

input[type='text']:hover,
input[type='textarea']:hover,
input[type='password']:hover,
input[type='file']:hover,
textarea:hover {
	border: 1px solid #000000;
}

input[type='submit'],
input[type='button'] {
	border-radius: 0;
}

input[type='text'],
input[type='textarea'],
input[type='password'],
input[type='file'],
select,
textarea {
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
	box-sizing: border-box;
}

.Select {
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	color: #000000;
	border: 1px solid #dedede;
	background-color: #FFFFFF;
	line-height: 26px;
	text-align: left;
	padding: 5px 20px 5px 10px;
	box-sizing: border-box;
}

.Select option {
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	color: #000000;
}

.Feld,
.FeldCalendar {
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	color: #000000;
	border: 1px solid #dedede;
	background-color: #FFFFFF;
	line-height: 26px;
	text-align: left;
	padding: 5px 10px;
	margin: 5px 0px;
	width: 300px;
	box-sizing: border-box;
}

.FeldCalendar {
	background: #edeeef url("../images/layout/bg_input_calendar.png") no-repeat 99% 50% !important;
	width: 110px;
	cursor: pointer;
}

.Feldtext {
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	color: #000000;
	border: none;
	border: 1px solid #dedede;
	background-color: #FFFFFF;
	line-height: 26px;
	text-align: left;
	padding: 5px 10px;
	margin: 5px 0px;
	width: 300px;
	height: 85px;
	box-sizing: border-box;
}

div.artikel_status {
	height: 30px;
	width: 100px;
	background: url("../images/layout_neu/tickets.png") no-repeat center center;
	background-size: contain;
	padding: 4px 2px 4px 2px;
}



























/* erste zeile */
div#navi_inner {
width: 1162px;
height: 107px;
position:relative;
margin: 0px auto;
background-color:#b7b7b7;
}

div#navi_inner_left {
width: 214px;
height: 107px;
position:absolute;
top:0px;
left:0px;
background-image:url("../images/layout_neu/links_oben.gif");
background-repeat:no-repeat;
}

div#navi_inner_center {
width: 734px;
height: 107px;
position:absolute;
top:0px;
left:214px;
background-image:url("../images/layout_neu/bg_oben_mitte.gif");
background-repeat:repeat-x;
text-align:right;
}

div#navi_inner_right {
width: 214px;
height: 124px;
position:absolute;
top:0px;
left:948px;
background-image:url("../images/layout_neu/rechts_oben.gif");
background-repeat:no-repeat;
}

div#navi_inner_extratix {
width: 350px;
height: 75px;
position:relative;
top:0px;
left:214px;
}
div#navi_inner_extratix span.text1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:77px;
	color:#e8e8e8;
	position:absolute;
	left:5px;
	top:-5px;

}
div#navi_inner_extratix span.text2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:77px;
	color:#000;
	position:absolute;
	left:7px;
	top:-3px;

}

div#navi_inner_subnavi {
	width: 400px;
	height: 24px;
	position:relative;
	top:-8px;
	left:214px;
	background-image:url("../images/layout_neu/pfeil_navi_top.gif");
	background-repeat:no-repeat;
}

ul#topnavi {
	list-style:none;
	padding-top:0px;
	padding-left:0px;
	margin-top:0px;
	margin-left:-10px;
}

ul#topnavi li a, ul#topnavi li a:link, ul#topnavi li a:visited, ul#topnavi li a:hover  {
float: left;
margin-left: 35px;
margin-top: 4px;
padding: 0;
width: auto;
display: block;
margin-right:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#6c6c6c;
}


/* zweite zeile: content */
div#content_inner {
width: 1162px;
position:relative;
height:auto;
margin: 0px auto;
background-color:#b7b7b7;
}

div#content_inner_left {
width: 214px;
height: 414px;
position:absolute;
top:0px;
left:0px;
background-color:#b7b7b7;

padding-left:0px;
}

div#content_inner_left_box {
width: 214px;
height: 414px;
position:absolute;
top:0px;
left:0px;
background-color:#b7b7b7;

}


ul#mainmenu {
	list-style:none;
	width:210px;
	padding-left:0px;
	
	position:absolute;
	top:-16px;

}

ul#mainmenu li {
	margin-top:4px;
	width:210px;

}



ul#mainmenu li#suche {
	width:190px;
	background-color:#e8e8e8;
	padding: 5px 10px 5px 10px;
}

ul#mainmenu li.warenkorb  {
	width:190px;
	background-color:#e8e8e8;
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;

}

ul#mainmenu li.warenkorb span#small {
		font-size:11px;
}

ul#mainmenu li.warenkorb hr {
	width: 100%;
	background-color:#000;
	height:1px;
	border:none;
}


ul#mainmenu li.warenkorb a,
ul#mainmenu li.warenkorb a:link,
ul#mainmenu li.warenkorb a:visited,
ul#mainmenu li.warenkorb a:hover {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#e8e8e8;
	font-size:12px;
	font-weight:normal;
	display:inline;
	padding-left:0px;
}



ul#mainmenu ul {
	list-style:none;
	padding-left:17px;
	padding-right:4px;

}

ul#mainmenu ul li {
	margin-top:4px;
	width:193px
	
}


ul#mainmenu li a {
	display: block;
	background-color:#e8e8e8;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

ul#mainmenu li a:hover {
	display: block;
	background-color:#fff500;
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;

	
}


ul#mainmenu li a.active, ul#mainmenu li ul li.active{
	background-color:#fff500;
	background-image:url("../images/layout_neu/bg_menue_active.gif");
	background-repeat:no-repeat;
}



div#content_inner_center {
width: 704px;
height: auto;
min-height:700px;
position:absolute;
background-color:#e8e8e8;
top:0px;
left:214px;
padding:15px;
}

div#content_inner_right {
width: 214px;
height: 727px;
position:absolute;
top:0px;
left:948px;
background-color:#000;
background-image:url("../images/layout_neu/bg_rechts.gif");
background-repeat:no-repeat;
}

div#slideshow {
margin-top:107px;
margin-left:4px;
}

/* dritte zeile: sub-content */
div#subcontent_inner {
width: 1162px;
position:relative;
height:auto;
margin: 0px auto;
background-color:#000000;

}

div#subcontent_inner_left {
width: 214px;
height: 218px;
position:absolute;
top:0px;
left:0px;
background-image:url("../images/layout/subcontent_left.gif");
}

div#subcontent_inner_center {
width: 734px;
height: 218px;
position:absolute;

top:0px;
left:214px;
background-image:url("../images/layout/subcontent_center.gif");
}

div#subcontent_inner_right {
width: 214px;
height: 218px;
position:absolute;
top:0px;
left:948px;
background-image:url("../images/layout/subcontent_right.gif");
}




/* vierte zeile: foto-content */
div#bild_inner {
width: 1162px;
height: 103px;
position:relative;
margin: 0px auto;
background-color:#000000;

}

div#bild_inner_left {
width: 214px;
height: 103px;
position:absolute;
top:0px;
left:0px;
text-align:right;
background-image:url("../images/layout/bild_left.gif");
}

div#bild_inner_center {
width: 734px;
height: 103px;
position:absolute;
background-color:#F0F0F0;
top:0px;
left:214px;
background-image:url("../images/layout/bild_center.gif");
}

div#bild_inner_right {
width: 214px;
height: 103px;
position:absolute;
top:0px;
left:948px;
background-image:url("../images/layout/bild_right.gif");
}

#content { position:relative; left:1px; top:0px; width:180px; height:225px; overflow:hidden; }

.scrolling {
	position:absolute;
	text-align:left;
	left:0px;
	top:0px;
	margin:0px;
	padding:0px;
	border:none;
	visibility:visible;
}


/* letzte zeile: footer */
div#footer_inner {
width: 1162px;
height: 120px;
position:relative;
margin: 0px auto;
background-color:#000000;
padding-top: 10px;
}

/* CSS für tooltips*/
.tooltip {
	font-family: Arial,Verdana, sans-serif; 
	font-size:10px;
	color:#fff;
	margin:0px;
	padding:2px;
	line-height:13px;
	width:200px;
}

.tooltipfg {
	margin:0px;
	padding:0px;	
}

.tooltipbg {
	background-color:#333;
	margin:0px;
	padding:0px;	
	filter:alpha(opacity=92);
	-moz-opacity:.96;
	opacity:.96;	
	border:1px solid #666;
}

.tooltipcaption {
	font-family: Arial,tahoma, verdana, sans-serif; 
	font-size:12px;
	color:#F8f600;
	margin:0px;
	padding:2px;
	line-height:16px;
	padding-bottom:3px;
	width:200px;
	border-bottom:1px solid #ccc;
}


.tablecontent {
	background-color:#F0F0F0;
}


li.artikel {
	margin-left:15px;
	list-style:none;
	margin-bottom:5px;
	margin-top:3px;
}



/* Menü */

#shop_menu {
	
	position: relative; 
	width:107px;
	top: 103px; 
	left: 320px
	;z-index:10000
	}
.bereich{
display: block;
color: #FFFFFF;
background-color: #fff500;
text-align: center;
border-bottom: solid 4px #000000;
border-left: solid 4px #000000;
border-right: solid 4px #000000;
}

a.link{
display: block;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: None;
margin-bottom:4px;

}

a.link.bereich{
display: block;
background-color: #fff500;
width: 100px;
height: 25px;

}


div.headline {
	height:18px;
    width:475px;
	background-color:#b7b7b7;
	background-image:url("../images/layout_neu/bg_headline.gif");
	background-position:right;
	background-repeat:no-repeat;
	overflow:hidden;
	padding:7px;
	padding-right:30px;
}

div.headline h1, div.headline h1 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#333;
	width:auto;
	}


span.uebersicht_headline, span.uebersicht_headline a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#333;
}

span.uebersicht_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

span.uebersicht_kommentar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
	}
span.uebersicht_band, span.uebersicht_band a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#333;
	}
	
td.shop_link, td.shop_link a {
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	text-decoration:none;
	color:#555;
	
}
tr.shop_artikel_listing {
	cursor:pointer;
	}

div.verfuegbar {
	width: 15px;
	height:15px;
	border: 1px solid;
	border-color:#000;
	background-color:#090;
	float:left;
	margin-right:10px;
	margin-top:4px;
}

div.ausverkauft { 
	width: 15px;
	height:15px;
	border: 1px solid;
	border-color:#000;
	background-color:#C00;
	float:left;
	margin-right:10px;
	margin-top:4px;
}

/*div.artikel_status, div.artikel_status a , div.artikel_status a:hover {
	height: 15px;
	width: 100px;
	font-style:italic;
	font-weight:bold;
	font-size:12px;
	background-color:#ccc;
	padding:4px;
	float:left;
	border: 1px solid;
	border-color:#000;
	text-align:center;
	color:#333;
}*/


/*== FACEBOOK NEWS ==*/

#news {
	margin: 8% auto 0 auto;
}

#SocialmediaPosts {
	width: 96%;
}

#SocialmediaPosts.glide--socialmedia {
	margin: 4% auto 8% auto;
	padding: 0;
}

#SocialmediaPosts .glide__track {
	min-height: 0;
	max-height: 600px;
	height: auto !important;
	padding: 0px;
	margin: 0px;
	position: relative;
}

#SocialmediaPosts .glide__arrow {
	border: none;
	box-shadow: none;
	text-shadow: none;
}

#SocialmediaPosts .glide__arrow--left {
	left: -65px;
}

#SocialmediaPosts .glide__arrow--right {
	right: -65px;
}

/*
#SocialmediaPosts .glide__wrapper,
#SocialmediaPosts .glide__track,
#SocialmediaPosts .glide__slide {
    overflow-y: visible;
}
*/

#SocialmediaPosts .glide__background {
	position: relative;
	height: auto;
	padding-bottom: 100%;
	margin: 0px 5% 5% 5%;
	display: block;
	top: 0px;
	bottom: 0px;
	right: 2%;
	left: 2%;
	z-index: 10;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#SocialmediaPosts .glide__slide {
	max-height: 600px;
}

#SocialmediaPosts .glide__content {
	position: relative;
	display: block;
	z-index: 150;
	left: 0px;
	top: 0px;
	bottom: initial;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0px 7.5%;
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background: none;
}

#SocialmediaPosts .glider__title,
#SocialmediaPosts .glider__subtitle,
#SocialmediaPosts .glider__text {
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	color: #000000;
	line-height: 20px;
	text-align: center;
	text-shadow: none;
	white-space: normal;
}

#SocialmediaPosts .glider__button a {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding: 1% 5% 1.5% 5%;
	margin: 5% 0px 0px 0px;
	border: 2px solid #000000;
	text-shadow: none;
}


/*== GLIDER BAND ==*/
#GliderBand {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1080px;
	/*padding: 0px 5%;*/
	margin: 0px auto 0 auto;
}

#GliderBand .glide__slide {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	max-height: 1080px;
	margin: 0px;
	overflow: hidden;
	text-align: left;
	box-sizing: border-box;
}

#GliderBand .glide__background {
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 2%;
	left: 2%;
	z-index: 10;
	overflow: hidden;
	width: auto;
	height: auto;
	text-align: center;
	margin: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#GliderBand .glide__arrow {
	border: none;
	box-shadow: none;
	text-shadow: none;
}

#GliderBand .glide__arrow--left {
	left: -50px;
}

#GliderBand .glide__arrow--right {
	right: -50px;
}