/* -------------------------------------------------------- BASIC STYLES -------------------------------------------------------- */
*, *:before, *:after {
	box-sizing: border-box;
}
html {
}
body {
	color: #ffffff;
	font-family: 'futura-pt', sans-serif;
	position: relative;
	text-rendering: optimizeLegibility;
	text-align: justify;
	line-height: 1.5em;
	font-weight: 400;
	font-size: 14px;
	background-color: #000000;
	text-transform: uppercase;
	background: url(../i/pattern.jpg) top left repeat;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic
}
section {
	padding-bottom: 20px
}
.shadow {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
.glow {
box-shadow: 2px 2px 8px rgba(255, 255, 255, 0.2);}
.border {
	border: 1px solid #f3f5f7;
}
.hide {
	display: none;
}
.r {
	text-align: right;
}
.oh {
	overflow: hidden;
}
.fl {
	float: left;
}
.c {
	text-align: center;
}
.cb {
	clear: both;
}
.link {
	background: #000000;
	color: #ffffff;
	padding: 0px 20px;
	border-radius: 5px;
	font-size: 14px;
	line-height: 34px;
	margin: 10px;
	display: inline-block;
	min-width: 150px;
}
.link:hover {
	background: #c294c2;
	transition: all 0.3s ease-in-out;
	text-decoration: none
}
p {
	margin: 0.618em 0;
}
article p:first-child {
	margin: 0;
}
a {
	text-decoration: none;
	font-family: 'futura-pt', sans-serif;
	font-weight: normal;
	color: #fff;
}
a:hover {
	color: #c294c2;
	transition: 0.3s all ease-in-out;
}
.w33 {
	width: 33.3333333%;
	padding: 0 10px;
}
.w50 {
	width: 50%;
	padding: 0 10px;
}
.w66 {
	width: 66.6666666%;
	padding: 0 10px;
}
.w100 {
	width: 100%;
	padding: 1px 10px;
}
.small-screen {
	display: none;
}

/* -------------------------------------------------------- Specific Styles -------------------------------------------------------- */

header {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 30px 10px;
	text-align: center;
}
#logo {
	width: 66%;
	height: auto;
	max-width: 800px;
	margin: 5% 0 3%;
}
#content {
	max-width: 1080px;
	width: 80%;
	margin: 10px auto 80px;
	border-radius: 20px;
}
.headline {
	font-size: 42px;
	line-height: 42px;
	font-family: 'futura-pt', sans-serif;
	padding-top: 16px;
	text-align: center;
}
h1, h2 {
	font-weight: 400;
}
h2 {margin-top: 20px;}
h3 {
	text-align: center;
	font-family: 'futura-pt', sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 30px 50px 0;
	position: relative;
}
h4 {
	text-align: center;
	font-family: 'futura-pt', sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding: 10px 50px 0;
	position: relative;
}
article {
	overflow: auto;
	padding: 20px 40px 10px;
}
footer {
	width: 100%;
	text-align: right;
	padding: 50px 10px 10px;
}
footer a {
	color: #fff;
	font-family: 'futura-pt', sans-serif;
	font-size: 11px;
}
.social {
	font-size: 40px;
	color: #fff;
	margin: 0 5px
}
.social:hover {
	color: #c294c2;
	transition: all 0.3s ease-in-out;
}
.ticket-link {
	color: #fff;
	font-size: 18px;
}
.ticket-link:hover {
	color: #c294c2;
	transition: all 0.3s ease-in-out;
}
#dates {
	display: inline-block;
	text-align: left
}
#dates tr td {
	padding-left: 10px;
}
.logo {height: 50px;
width: auto;
margin-bottom: 10px;}

#shoplink {
	font-size: 42px;
	color: #000;
	padding: 5px 20px;
	border-radius: 5px;
	background: #fff;
	display: inline-block
}
#shoplink:hover {
	margin: -3px auto 3px;	
	}
/* -------------------------------------------------------- Musik -------------------------------------------------------- */
#cover {
	width: 80%;
	max-width: 600px;
}
.buy-wrap {
	margin: 0.618em auto;
	font-size: 16px;
}
.buy-link {
    max-width: 140px;
    margin: 10px;
    display: inline-block;
}
.buy-link img {width: 100%;
height: auto;}
.buy-link img:hover {margin-top: -3px;
	padding-bottom: 3px;
	transition: all 0.3s;
}
/* -------------------------------------------------------- Videos -------------------------------------------------------- */
.elastic-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}
.elastic-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.elastic-video-wrapper {
	width: 100%;
	display: inline-block;
}
/* -------------------------------------------------------- Fotos -------------------------------------------------------- */

.foto-small {
	margin: 1%;
	height: 200px;
	width: auto;
}

/* -------------------------------------------------------- Bilschirmaufloesung Optimierung M -------------------------------------------------------- */

@media (max-width: 1080px) {
	.small-screen {
	display:inline-block;
}
	.foto-small {
	height: 140px;
}
}

/* -------------------------------------------------------- Bilschirmaufloesung Optimierung M -------------------------------------------------------- */

@media (max-width: 719px) {
header {
	padding: 20px 0;
}
#logo {
	width: 100%;
	height: auto;
	max-width: 632px;
}
.headline {
	font-size: 30px;
	line-height: 30px;
	padding-top: 12px;
	text-align: center;
	border-radius: 20px 20px 0 0;
}
#content {
	width: 90%;
	margin: 30px auto;
	border-radius: 20px;
}
h3 {
	text-align: center;
	font-family: 'futura-pt', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 20px 20px 0;
}
h4 {
	font-size: 18px;
}
article {
	overflow: auto;
	padding: 10px 20px 5px;
}
.w33 {
	width: 80%;
	padding: 0 10px;
	margin: 0 10%;
}
.w66 {
	width: 100%;
	padding: 0 10px;
}
	.foto-small {
	height: 120px;
}
	.w50 {
		width: 100%;
		margin: 10px 0;
	}
	#shoplink {
		font-size: 36px;
	}
	
}

/* -------------------------------------------------------- Bilschirmaufloesung Optimierung S -------------------------------------------------------- */

@media (max-width: 530px) {
section {
	padding-bottom: 20px
}
body {
	text-align: left;
	font-size:11px
}
.headline {
	font-size: 30px;
	line-height: 30px;
	padding-top: 12px;
	text-align: center;
	border-radius: 0;
}
#content {
	width: 100%;
	margin: 30px auto;
	border-radius: 0;
}
	
.w33 {
	width: 100%;
	padding: 0 10px;
	margin: 0;
}
	h3 {
	font-size: 14px;
}
	.foto-small {
	height: 140px;
	margin: 5px;
		display: inline-block;
}
}
