/* -------------------------------------------------------- BASIC STYLES -------------------------------------------------------- */
*, *:before, *:after {
	box-sizing: border-box;
}
html {
}
body {
	color: #040605;
	font-family: 'futura-pt', Futura, sans-serif;
	position: relative;
	text-rendering: optimizeLegibility;
	text-align: justify;
	line-height: 1.5em;
	font-weight: 400;
	font-size: 14px;
	background: rgb(90,81,72);
background: linear-gradient(160deg, rgba(90,81,72,1) 0%, rgba(52,49,43,1) 100%);
	min-height: 100vh;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic
}
section {
	padding-bottom: 20px
}
.shadow {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
.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: #34312b;
	color: #fdfdfd;
	padding: 0px 20px;
	border-radius: 5px;
	font-size: 14px;
	line-height: 34px;
	margin: 10px;
	display: inline-block;
	min-width: 150px;
}
.link:hover {
	background: #5a5148;
	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: #9e9e9e;
}
a:hover {
	text-decoration: underline;
	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: 0 10px;
}
.small-screen {
	display: none;
}
/* -------------------------------------------------------- Specific Styles -------------------------------------------------------- */
header {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 100px 10px 40px;
	text-align: center;
}
#logo {
	width: 66%;
	height: auto;
}
#content {
	max-width: 1080px;
	width: 80%;
	margin: 10px auto 80px;
	background: #fdfdfd ;
	border-radius: 20px;
}
.headline {
	font-size: 42px;
	line-height: 1.25em;
	font-family: 'futura-pt', sans-serif;
	color: #040605;
	padding-top: 30px;
	text-align: center;
	border-bottom: 1px solid #DDDDDD;
	text-transform: uppercase;
}
h3 {
	text-align: center;
	font-family: 'futura-pt', sans-serif;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid #DDDDDD;
	margin: 30px 50px 0;
	position: relative;
	line-height: 1.5em;
}
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 {
	color: #fdfdfd;
	font-size: 11px;
	width: 100%;
	text-align: right;
	padding: 50px 10px 10px;
}
footer a {
	color: #fdfdfd;
	font-family: 'futura-pt', sans-serif;
	font-size: 11px;
	text-transform: none;
}
.social {
	font-size: 40px;
	color: #34312b;
	margin: 0 5px
}
.social:hover {
	color: #5a5148;
	transition: all 0.3s ease-in-out;
}
#sprachauswahl {
	color: #fdfdfd;
	font-size: 14px;
	line-height: 14px;
	text-align: right;
	margin: 20px auto 0;
	padding-right: 40px;
	width: 80%;
	max-width: 1080px;
}
#sprachauswahl a:hover, #sprachauswahl a {
	color: #fdfdfd;
}
.flag {
	height: 14px;
	width: auto;
}
.active {
	text-decoration: underline;
}
/* -------------------------------------------------------- Musik -------------------------------------------------------- */
.cover {
	width: 100%;
}
.buy-wrap {
	margin: 0.618em auto;
	font-size: 16px;
}
/* -------------------------------------------------------- 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;
}
.pdf {
	width:50%;
	height: auto;
	max-width: 900px;
}

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

@media (max-width: 1080px) {
header {
	padding: 70px 0 40px;
}
#logo {
	width: 80%;
	height: auto;
	padding: 0;
}
.small-screen {
	display: inline-block;
}
.foto-small {
	height: 140px;
	margin: 10px;
}
}

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

@media (max-width: 719px) {
header {
	padding: 40px 0 20px;
}
#logo {
	width: 90%;
	height: auto;
	padding: 0;
}
.headline {
	font-size: 30px;
	line-height: 30px;
	padding-top: 12px;
	text-align: center;
	border-radius: 20px 20px 0 0;
}
#content {
	width: 90%;
	margin: 10px auto;
	background: #fdfdfd;
	border-radius: 20px;
}
#sprachauswahl {
	margin: 30px auto 0;
	width: 90%;
}
h3 {
	text-align: center;
	font-family: 'futura-pt', sans-serif;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #DDDDDD;
	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;
	margin: 10px;
}
}

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

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