/* *** styles www.dj-machaut.de *** */


/* *** allgemeine Styles *** */
/* ****************************************************** */
* {	
	box-sizing: border-box;
}

html, ul, h1, h2 {
	margin: 0;
	padding: 0;
}

body {
	/* ### margin für moz/ie || padding für opera ### */
	margin: 0;
	padding: 0;
	background-color: #eee;
	font: 100%/1.45 Roboto, Arial, Helvetica, sans-serif;
	color: #333;
}

a {
	color: #000;
	text-decoration : underline;
}
a:active  {
	text-decoration : underline;
}
a:hover  {
	text-decoration : none;
}

h2 {
	font-size: 1.2em;
	line-height: 1.35em;
	font-weight: 500;
	margin-bottom: 15px;
}

h2:not(:first-child) {
    margin-top: 2rem;
}

.banner + h2 {
	margin-top: 0;
}

h3 {
	font-size: 1.0em;
	font-weight: 500;
	margin-bottom: .3rem;
}

p {
	-moz-hyphens: auto;
	hyphens: auto;
}

ul {
	margin: 10px 0 10px 0;
	list-style: none outside;
}

img, table {
	border: none;
}

img {
	max-width: 100%;
	height: auto;
}

blockquote {
	margin: 2em 0 2em 1em;
	border-left: 3px solid #aaa;
	padding: .5em .5em .5em 1em;
	transition: all .3s;
}

blockquote:hover {
	background-color: #f4f4f4;
	border-left-color: #b3201a;
}

h2 + blockquote {
	margin-top: 0;
}

small {
	display: block;
	text-align: right;
}

sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

.pull-right {
	float: right;
}

/* ****************************************************** */


/* *** Intro *** */
/* ****************************************************** */
#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

.content_start {
	margin-left: -210px;
	position: absolute;
	top: -149px;
	left: 50%;
	width: 421px;
	height: 298px;
	visibility: visible
}

/* ****************************************************** */


/* *** Homepage *** */
/* ****************************************************** */


.logo {
	background-color: #fff;
}

.logo h1 {
	font-size: 1.0rem;
}

.logo__inner {
	padding: 30px 40px 20px 40px;
	margin: 0 auto;
	max-width: 750px;
	width: 100%;
}

.main-navigation {
	border: 2px solid #000;
	border-width: 2px 0;
	line-height: 1em;
	background-color: #cc241e;
}

.main-navigation ul {
	list-style: none;
	margin: 0 auto;
	padding: 0 40px;
	max-width: 750px;
	width: 100%;
}

.main-navigation li {
	display: inline-block;
	margin-right: 30px;
	font-weight: 400;
}

.main-navigation .nav-toggle {
	display: none;
}

.main-navigation li.download {
	margin: 0 0 0 60px;
}
.main-navigation a,
.main-navigation a:active {
	display: block;
	padding: 7px;
	color: #fff;
	text-decoration : none;
}

.main-navigation .active {
	background-color: rgba(0,0,0,.125);
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
}

.main-navigation .active a {
	-webkit-transform: skewX(10deg);
	transform: skewX(10deg);
}

.main-navigation a:hover {
	text-shadow: 3px 3px 3px rgba(0,0,0,.5)
}

.content {
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 40px 60px;
	max-width: 750px;
	width: 100%;
}
.content img {
	margin: 5px 0 5px 15px;
}

.info-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.content .banner {
	float: none;
	width: 100%;
	margin: 0 0 1em;
}

.last {
	margin-bottom: 2em;
}

.link-list li {
	position: relative;
}

.link-list li a {
	display: block;
	border: 1px solid #ddd;
	padding: .125em .25em .125em 50px;
	text-decoration: none;
	border-radius: 4px;
}

.link-list li a:before {
	box-sizing: border-box;
	content: '*';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 40px;
	height: 29px;
	padding: 5px;
	text-align: center;
	background-color: rgba(204,36,30,0.125);
	border-radius: 4px 0 0 4px;
}

.link-list li a:hover {
	background-color: #ddd;
}

.link-list li a:hover:before {
	background-color: rgba(204,36,30,0.5);
}

.ll-pdf li a:before {
	content: 'pdf';
	padding-top: 4px;
	font-size: .75em;
	font-weight: 500;
}

.content li {
	margin-bottom: 7px;
}

.content li ul {
	margin: 0 0 0 15px;
	list-style: disc;
}
.content li ul li {
	margin-bottom: 0;
}

.adress-teil {
	display: inline-block;
	width: 3em;
	margin-right: 1em;
}

.adress-zeile:first-of-type {
	margin-top: 1em;
}

.adress-zeile:nth-last-of-type(2) {
	margin-top: 1em;
}

.zwei-spaltig {
	float: left;
	width: 45%;
}

.zs-links {
	margin-right: 5%;
}

.pdf-download {
	padding-left: 20px;
	background: url(../images/acrobat_pdf.gif) no-repeat;
}

/*.soundcloud-preview {
	margin-bottom: 2em;
}*/

.top {
	vertical-align: top;
}

.content-link {
	background: #b3201a;
	color: #fff;
	display: inline-block;
	padding: 2px 8px;
	text-decoration: none;
	transform: skewX(-10deg);
}

.content-link span {
	display: inline-block;
	transform: skewX(10deg);
}

/* ****************************************************** */


/* *** Tabelle *** */
/* ****************************************************** */

div#tabelle {
	display: table;
}

/* ****************************************************** */


/* *** Footer *** */
/* ****************************************************** */

.footer {
	padding: 20px 0 20px 40px;
	font-size: .875rem;
	margin: 0 auto;
	width: 100%;
}
.footer img {
	display: block;
	margin-bottom: 25px;
}

/* ****************************************************** */


/* *** Forms *** */
/* ****************************************************** */

.form_req {
	color: red;
}

input,
textarea {
	background-color: #efefef;
	font: 14px/21px Roboto, Arial, Helvetica, sans-serif;
	color: #333;
	border: 1px solid #ddd;
	width: 18em;
	padding: .25em .5em;
	border-radius: 4px;
}

input:hover,
input:focus {
	box-shadow: 0 0 2px rgba( 30, 120, 204, 1 );
}

input:hover,
input:focus {
	box-shadow: 0 0 2px rgba( 30, 120, 204, 1 );
}

textarea {
	/*width: 180px;*/
	min-height: 120px;
}

input.button {
	background-color: #CC241E;
	border: 2px solid #000;
	font: 10px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	width: 100px;
	margin-left: 300px;
}

input.checkbox {
	width: 20px;
	background-color: transparent;
	border: none;
}

select {
		background-color: #CC241E;
		border: 2px solid #000;
		color: #fff;
}


.form-item {
	margin-bottom: 1em;
}

label {
	display: inline-block;
	vertical-align: top;
	width: 8em;
}

@supports(display: flex) {

	body {
		display: flex;
		flex-direction: column;
		min-height: 100vh;
	}

	.content {
		width: 100%;
	}

	.footer {
		background-color: #333;
		color: #fff;
		margin-top: auto;
		text-align: center;
		width: 100%;
	}

	.footer a {
		color: #fff;
	}
}

/* some minor mobile adjustments */
@media(max-width: 750px) {

	.main-navigation li {
		margin-right: 0;
	}
	.zwei-spaltig {
		float: none;
		width: 100%;
	}
	.zs-links {
		margin-bottom: 2em;
	}
}

@media(max-width: 600px) {

	.main-navigation__list li,
	.main-navigation .nav-toggle {
		display: block;
	}

	.main-navigation__list:not(.is-active) li:not(.nav-toggle) {
		display: none;
	}

	.nav-toggle a::before {
		content: attr(data-open) " ";
	}

	.is-active .nav-toggle a::before {
		content: attr(data-close) " ";
	}
}

/* Audio Player Styles
================================================== */

audio {
	margin: 0 15px 0 14px;
	width: 670px;
}

#mainwrap {
	margin-bottom: 30px;
}

#audiowrap, #plwrap {
	margin: 0 auto;
}

#tracks {
	position: relative;
	text-align: center;
	display: none;
}

#nowPlay {
	display: inline;
	padding-left: 21px;
}

/*#npAction {
	padding: 21px;
	position: absolute;
}*/

/*#npTitle {
	padding: 21px;
}*/

#plList {
	margin-top: 0;
	background-color: #fff;
}

#plList li {
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 21px 0;
}

#plList li:hover {
	background-color: rgba(0, 0, 0, .1);
}

.plItem {
	position: relative;
}

.plTitle {
	left: 50px;
	overflow: hidden;
	position: absolute;
	right: 65px;
	text-overflow: ellipsis;
	top: 0;
	white-space: nowrap;
}

.plNum {
	padding-left: 21px;
	width: 25px;
}

.plLength {
	padding-left: 21px;
	position: absolute;
	right: 21px;
	top: 0;
}

.plSel, .plSel:hover {
	background-color: rgba(0, 0, 0, .1);
	color: #cc241e;
	cursor: default !important;
}

a[id^="btn"] {
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 2rem;
	height: 35px;
	line-height: .8;
	margin: 0 20px 20px;
	padding: 10px;
	text-decoration: none;
	transition: background .3s ease;
	width: 35px;
}

a[id^="btn"]:last-child {
	margin-left: -4px;
}

a[id^="btn"]:hover, a[id^="btn"]:active {
	background-color: rgba(0, 0, 0, .1);
	color: #fff;
}

a[id^="btn"]::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* Plyr Overrides
================================================== */
/*.plyr--audio .plyr__controls {
	background-color: transparent;
	border: none;
	color: #fff;
	padding: 20px 20px 20px 13px;
	width: 100%;
}*/

.plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover, .plyr__play-large {
	background: #cc241e;
}

.plyr__progress--played, .plyr__volume--display {
	/*color: rgba(0, 0, 0, .1);*/
	color: #cc241e;
}

/*.plyr--audio .plyr__progress--buffer, .plyr--audio .plyr__volume--display {
	background: rgba(0, 0, 0, .1);
}

.plyr--audio .plyr__progress--buffer {
	color: rgba(0, 0, 0, .1);
}*/


/* Media Queries
================================================== */

@media only screen and (max-width:850px) {
    #nowPlay { display:none; }
}