/*
font-family: 'Open Sans Condensed', sans-serif;		300 / 700
font-family: 'Open Sans', sans-serif;				300 / 400 / 600
*/
/* open-sans-300 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: url('/fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('/fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	url('/fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
	url('/fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('/fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('/fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('/fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url('/fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('/fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
	url('/fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
	url('/fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* START GRUNDELEMENTE */
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	background-color: #000;
	background-size: cover;
	background-attachment: fixed;
	background-position: center bottom;
}

html.home,
body.home{
	background-color: #fff;
}

p {
	margin: 0;
}

.clearBoth {
	clear: both;
	width: 0;
	height: 0;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}

.elementPicture img {
	width: 100%;
}
.pictureLeft {
	float: left;
	display: inline-block;
	margin: 0 20px 20px 0;
}
.pictureRight {
	float: right;
	display: inline-block;
	margin: 0 0 20px 20px;
}
.width33 {
	width: 33%;
	border: 1px solid #cfcfcf;
}

label {
	font-weight: normal;
}

a {
    color: #cc071f;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

h1 {
	margin: 0 0 40px 0;
	font-weight: 400;
	font-size: 38px;
	line-height: 38px;
}

h2, h3 {
	margin: 0 0 20px 0;
	font-weight: 300;
	font-size: 28px;
	line-height: 28px;
}

@media (max-width: 767px) {
	.pictureLeft {
		float: none;
		display: block;
		margin: 0 0px 20px 0;
	}
	.pictureRight {
		float: none;
		display: block;
		margin: 0 0 20px 0px;
	}
	.width33 {
		width: 100%;
		border: 1px solid #cfcfcf;
	}
}
/* END GRUNDELEMENTE */

/* START STARTSEITE */
#blockIntro {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("/grafiken/bg-intro.png") 0 0;
	z-index: 10000;
}

#introLogo {
	display: none;
	position: relative;
	top: 50%;
	width: 280px;
	height: 292px;
	margin: -146px auto 0 auto;
}
#introLogo img {
	display: block;
	width: 100%;
	height: auto;
}

#introInfos {
	position: relative;
	top: 50%;
	width: 100%;
	height: 264px;
	margin: -132px auto 0 auto;
	font-weight: 300;
	font-size: 38px;
	line-height: 44px;
	text-transform: uppercase;
}
#introInfos div {
	height: 44px;
	text-align: center;
	opacity: 0;
}

#introSkip {
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-weight: 300;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
}

#blockKeyvisualStart {
	position: relative;
	width: 100%;
	height: 100%;
}

#blockKeyvisualStart .logo {
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}

#blockKeyvisualStart .logo img {
	display: block;
	width: 100%;
	height: auto;
}

#blockKeyvisualStart .linkbox {
	position: absolute;
	right: 60px;
	bottom: 60px;
	background: url("/grafiken/bg-linkbox-start.png") left top;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#blockKeyvisualStart .linkbox.white {
	background: url("/grafiken/bg-linkbox-start-white.png") left top;
}

#blockKeyvisualStart .linkbox > a{
	position: relative;
	display: inline-block;
	padding: 15px 90px 15px 30px;
	font-weight: 600;
	color: #fff;
	font-size: 30px;
	line-height: 42px;
}
#blockKeyvisualStart .linkbox > a:hover{
	text-decoration: none;
	color: #cc071f;
}

#blockKeyvisualStart .linkbox.white > a{
	color: #373737;
}
#blockKeyvisualStart .linkbox.white > a:hover{
	color: #cc071f;
}

#blockKeyvisualStart .linkbox > a:after {
	position: absolute;
	top: 50%;
	right: 45px;
	z-index: 100;
	width: 36px;
	height: 36px;
	margin: -18px -18px 0 0;
	content: "";
	background: url("/grafiken/iconset.png") left top no-repeat;
	background-size: 150px 150px;
}

#blockNavStart {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	width: 15%;
	height: 100%;
	padding: 30px;
	text-align: center;
	border-right: 1px solid #fff;
	background-color: #000;
	-webkit-box-shadow: 5px 0px 7px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 5px 0px 7px 0px rgba(0,0,0,0.33);
	box-shadow: 5px 0px 7px 0px rgba(0,0,0,0.33);
}

#blockNavStart .sociallink {
	position: absolute;
	display: inline-block;
	bottom: 30px;
	left: 50%;
	margin: 0 0 0 -25px;
	width: 50px;
	height: 50px;
	background: url("/grafiken/iconset.png") left -40px no-repeat;
	background-size: 150px 150px;
}

#blockKvSlideStart {
	position: absolute;
	top: 0;
	left: 15%;
	width: 85%;
	height: 100%;
}

.widescreen #blockKvSlideStart{
	left: 0;
	width: 100%;
}

#blockTeaserStart {
	margin: 50px 0 100px 0;
	color: #373737;
}

@media (min-width: 1200px) and (max-width: 1599px) {
	#blockNavStart {
		width: 20%;
	}

	#blockKvSlideStart {
		left: 20%;
		width: 80%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#blockNavStart {
		width: 25%;
	}

	#blockKvSlideStart {
		left: 25%;
		width: 75%;
	}
}

@media (max-width: 991px) {
	#blockNavStart {
		width: 100%;
		height: 60px;
		padding: 0px;
		text-align: center;
		border-bottom: 1px solid #fff;
		-webkit-box-shadow: 5px 0px 7px 0px rgba(0,0,0,0.33);
		-moz-box-shadow: 5px 0px 7px 0px rgba(0,0,0,0.33);
		box-shadow: 5px 0px 7px 0px rgba(0,0,0,0.33);
	}

	#blockKeyvisualStart .logo {
		position: absolute;
		display: block;
		left: 15px;
		top: 0px;
		z-index: 400;
		padding: 15px;
		width: 130px;
		margin: 0;
		background-color: #000;
	}

	#blockKeyvisualStart .logo img {
		position: relative;
		z-index: 300;
	}

	#blockKeyvisualStart .logo:before {
		position: absolute;
		left: 0px;
		top: 59px;
		z-index: 200;
		width: 130px;
		height: 80px;
		content: "";
		background-color: #000;
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
	}

	#blockNavStart .sociallink {
		bottom: auto;
		top: 10px;
		right: 15px;
		left: auto;
		margin: 0;
		width: 40px;
		height: 40px;
		background: url("/grafiken/iconset.png") left -32px no-repeat;
		background-size: 120px 120px;
	}

	#blockKvSlideStart {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	#blockKeyvisualStart .linkbox {
		width: 90%;
		left: 5%;
		right: 5%;
	}

	#blockKeyvisualStart .linkbox > a{
		display: block;
		font-size: 30px;
		line-height: 36px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

}
/* END STARTSEITE */

/* START INHALTSSEITE */
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	width: 100%;
	height: 60px;
	background: url("/grafiken/bg-head.png");
	/*border-bottom: 1px solid #fff;*/
}

#header:after{
	position: fixed;
	z-index: 300;
	top: 60px;
	left: 170px;
	width: 100%;
	height: 1px;
	content: "";
	background-color: #fff;
}
#header:before{
	position: fixed;
	z-index: 300;
	top: 60px;
	left: 0px;
	width: 15px;
	height: 1px;
	content: "";
	background-color: #fff;
}

#header .logo {
	position: absolute;
	display: block;
	left: 15px;
	top: 0px;
	z-index: 400;
	padding: 15px;
	width: 155px;
	margin: 0;
}

#header .logo img {
	display: block;
	width: 100%;
	height: auto;
}

#header .logo img {
	position: relative;
	z-index: 300;
}

#header .logo:before {
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 200;
	width: 155px;
	height: 96px;
	content: "";
	background: url("/grafiken/bg-head.png");
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

#header .sociallink {
	position: absolute;
	bottom: auto;
	top: 10px;
	right: 15px;
	left: auto;
	margin: 0;
	width: 40px;
	height: 40px;
	background: url("/grafiken/iconset.png") left -32px no-repeat;
	background-size: 120px 120px;
}

#blockMain {
	padding: 110px 0 80px 0;
}

.elementKachel {
	margin: 0 0 30px 0;
}

.elementKachel > .headline {
	position: relative;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 24px;
}

#blockDeejays .elementKachel > .headline {
	font-size: 24px;
	line-height: 28px;
}

.elementKachel > .content {
	position: relative;
	border: 1px solid #737373;
}

.elementKachel > .content img {
	display: block;
	width: 100%;
	height: auto;
}

.elementKachel .content-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	cursor: pointer;
	background: url("/grafiken/bg-kachel-hover.png") left top;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#blockKacheln .elementKachel .content-inner:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -18px 0 0 -18px;
	width: 36px;
	height: 36px;
	content: "";
	background: url("/grafiken/iconset.png") -80px 0px no-repeat;
	background-size: 150px 150px;
}

.elementKachel > .content:hover .content-inner {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.elementKachel .content-inner > .headline {
	padding: 10px 10px;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #000;
}

.elementKachel .content-inner > .content {
	padding: 0 15px;
	font-size: 17px;
	line-height: 20px;
}

.elementKachel .content-inner > .content > p {
	position: relative;
	padding-left: 20px;
	margin-bottom: 3px;
}

.elementKachel .content-inner > .content > p:before {
	position: absolute;
	top: 3px;
	left: 0;
	width: 15px;
	height: 15px;
	content: "";
	background: url("/grafiken/iconset.png") 0px 0px no-repeat;
	background-size: 60px 60px;
}

.elementKachel .content-inner > .content > a.morelink {
	position: absolute;
	top: 10px;
	right: 15px;
}

#blockFooter {
	height: 34px;
	text-align: right;
	background-color: #000;
	border-top: 1px solid #fff;
}

#blockFooter.setAbsolute {
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
}

#blockFooter > a {
	display: inline-block;
	margin-left: 20px;
	font-size: 13px;
	color: #fff;
	line-height: 34px;
}

#blockFooter > a:hover {
	color: #cc071f;
	text-decoration: none;
}

@media (max-width: 991px) {
	#header:after{
		top: 60px;
		left: 140px;
	}

	#header .logo {
		left: 15px;
		top: 0px;
		z-index: 400;
		width: 125px;
	}

	#header .logo:before {
		left: 0px;
		top: 60px;
		width: 125px;
		height: 65px;
	}

	#blockMain {
		padding-top: 150px;
	}
}

@media (max-width: 767px) {
	#header:after{
		top: 60px;
		left: 115px;
	}

    #header .logo {
	left: 15px;
	top: 0px;
	z-index: 400;
	width: 100px;
    }

    #header .logo:before {
	left: 0px;
	top: 60px;
	width: 100px;
	height: 45px;
    }

	#blockMain {
		padding-top: 135px;
		margin-top: 0;
	}

}

/* END INHALTSSEITE */

/* START BUTTONS + LINKS */
.morelink {
	display: inline-block;
	position: relative;
	padding-right: 20px;
	font-size: 15px;
	color: #fff;
}

.morelink:hover {
	text-decoration: none;
	color: #cc071f;
}

.morelink:after{
	position: absolute;
	top: 4px;
	right: 0;
	width: 15px;
	height: 15px;
	content: "";
	background: url("/grafiken/iconset.png") -16px 0px no-repeat;
	background-size: 60px 60px;
}

.morelink:hover:after {
	background: url("/grafiken/iconset.png") 0px 0px no-repeat;
	background-size: 60px 60px;
}

.btn-submit {
	font-weight: 600;
	font-size: 17px;
	background-color: #cc071f;
}

a.arrow {
	position: relative;
	padding-left: 28px;
	font-weight: 600;
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
}

a.arrow:hover {
	text-decoration: none;
}

a.arrow:before {
	position: absolute;
	top: 4px;
	left: 0;
	width: 18px;
	height: 17px;
	content: "";
	background: url("/grafiken/iconset.png") 0px 0px no-repeat;
	background-size: 70px 70px;
}

a.arrow:hover:before {
	background: url("/grafiken/iconset.png") -19px 0px no-repeat;
	background-size: 70px 70px;
}

.socialIcon {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 15px 15px 0;
	text-decoration: none;
}

.socialIcon:hover {
	text-decoration: none;
}

.socialIcon.iconMixcloud {
	background: url("/grafiken/iconset-socialicons.png") 0px 0px no-repeat;
	background-size: 120px 120px;
}
.socialIcon.iconWebsite {
	background: url("/grafiken/iconset-socialicons.png") -40px 0px no-repeat;
	background-size: 120px 120px;
}
.socialIcon.iconTwitter {
	background: url("/grafiken/iconset-socialicons.png") -80px 0px no-repeat;
	background-size: 120px 120px;
}
.socialIcon.iconSoundcloud {
	background: url("/grafiken/iconset-socialicons.png") 0px -40px no-repeat;
	background-size: 120px 120px;
}
.socialIcon.iconFacebook {
	background: url("/grafiken/iconset-socialicons.png") -40px -40px no-repeat;
	background-size: 120px 120px;
}
/* END BUTTONS + LINKS */

/* START FORMS */
.pflichtfelder {
	float: right;
}

.form-control.error {
	border: 1px solid #cc071f !important;
	background-color: #f6d2d7 !important;
}

.form-control {
	color: #333;
}

.hpot {
	display: none;
}
/* END FORMS */

/* START NAVIGATION */
.navbar-default {
	position: relative;
	padding: 20px 0;
	background: transparent;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.navbar-default:before,
.navbar-default:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	content: "";
	background: url("/grafiken/bg-border-navigation.png") center top no-repeat;
}

.navbar-default:after {
	top: auto;
	bottom: 0;
}

.navbar-default:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	content: "";
	background: url("/grafiken/bg-border-navigation.png") center top no-repeat;
}

.navbar-collapse {
	padding: 0;
}

.navbar-nav {
	float: none;
	width: 100%;
}

.navbar-nav>li {
	float: none;
}

.navbar-default .navbar-nav>li>a {
	display: block;
	padding: 15px 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #cc071f;
	background: transparent;
	text-decoration: none;
}

#header .navbar-default {
	padding: 0 0;
}

#header .navbar-default:before,
#header .navbar-default:after {
	display: none;
}

#header .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}

#header .navbar .navbar-collapse {
	text-align: center;
}

#header .navbar-nav>li {
	display: inline-block;
	width: auto;
	margin: 0 15px;
}

#header .navbar-default .navbar-nav>li>a {
	font-size: 22px;
}

@media (max-width: 991px) {
	.navbar-default {
		padding: 0;
	}

	.navbar-default .navbar-collapse {
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
	}

	.navbar-nav {
		padding: 15px 0;
		margin: 0;
	}

	.navbar-default:before,
	.navbar-default:after {
		display: none;
	}

	.navbar-default .navbar-collapse {
		border: none;
		border-bottom: 1px solid #fff;
		background: url("/grafiken/bg-navigation-dropdown.png") left top;
	}

	.navbar-toggle {
		position: absolute;
		float: none;
		top: 12px;
		left: 50%;
		margin: 0 0 0 -22px;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background: transparent;
	}

	.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
		background-color: #cc071f;
	}

	#header .navbar-nav>li {
		display: block;
		width: auto;
		margin: 0 15px;
	}
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav>li>a {
		padding-right: 15px;
		text-align: right;
	}
}
/* END NAVIGATION */


#blockCookieInfo {
	display: none;
	position: fixed;
	bottom: -2px;
	left: 0;
	z-index: 21000;
	width: 100%;
	overflow: hidden;
	padding: 15px 30px 17px 30px;
	color: #fff;
	border-top: 1px solid #fff;
	background-color: #000;
}

#blockCookieInfo.show {
	display: block;
}

#blockCookieInfo .headline {
	margin: 0 0 9px 0;
	font-size: 16px;
	line-height: 22px;
	font-family: "Open Sans", Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	border: none;
}

#blockCookieInfo p {
	margin: 0;
	padding-right: 350px;
	font-size: 15px;
	color: #fff;
}

#blockCookieInfo p a {
	color: #fff;
	text-decoration: underline;
}

#blockCookieInfo p a:hover {
	color: #fff;
	text-decoration: none;
}

#blockCookieInfo .buttonClose	{
	position: absolute;
	right: 150px; top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	padding: 4px 15px;
	font-size: 15px;
	color: #cc071f;
	font-weight: bold;
	text-decoration: none;
	box-shadow: none;
	text-shadow: none;
	background-color: #fff;
	cursor: pointer;
}

#blockCookieInfo .moreinfo {
	position: absolute;
	right: 30px; top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	padding: 4px 15px;
	font-size: 15px;
	color: #cc071f;
	font-weight: bold;
	text-decoration: none;
	box-shadow: none;
	text-shadow: none;
	background-color: #fff;
}

@media (max-width: 991px) {
	#blockCookieInfo p {
		margin: 0 0 20px 0;
		padding-right: 0;
	}

	#blockCookieInfo .buttonClose	{
		position: relative;
		right: auto; top: auto;
		transform: translateY(0);
		display: inline-block;
		margin: 0 15px 0 0;
	}

	#blockCookieInfo .moreinfo {
		position: relative;
		right: auto; top: auto;
		transform: translateY(0);
		display: inline-block;
	}
}

@media (max-width: 767px) {
	#blockCookieInfo .headline {
		font-size: 16px;
		line-height: 20px;
	}

	#blockCookieInfo p {
		font-size: 13px;
	}

	#blockCookieInfo .buttonClose	{
		margin-bottom: 20px;
	}
}
