.codhead {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; color: #333333; font-variant: normal; text-decoration: none}
.codcopy { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #333333; text-decoration: none}
.codcopyquote { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: italic; font-weight: normal; color: #333333; text-decoration: none}
.codcopyfett { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; color: #333333; text-decoration: none}
a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #333333; text-decoration: none}
a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; text-transform: none ; color: #000000; text-decoration: none}
a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none ; color: #333333; text-decoration: none}
a:active { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none ; color: #333333; text-decoration: none}
.codcopysmall { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: normal; color: #333333 ; font-variant: normal; text-decoration: none}
body {
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #333333;
	SCROLLBAR-HIGHLIGHT-COLOR: #333333;
	SCROLLBAR-ARROW-COLOR: #333333;
	SCROLLBAR-BASE-COLOR: #FFFFFF;
 	scrollbar-Track-Color: "#FFFFFF";
 	scrollbar-DarkShadow-Color: "#333333";
}

h1,
.h1 {
	font-size: 18px;
	font-weight: 600;
}

h2,
.h2 {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 0;
}

a {
	text-decoration: underline !important;
}

a:hover {
	text-decortion: none !important;
}

.italic {
	font-style: italic;
}

/* Styles added by Josia Loos // for concepts of doing festival 2020 */
a.artist-link {
	font-size: 14px;
	text-decoration: underline;
	font-weight: 700;
	color: #f6149c;
}

a.artist-link:hover {
	text-decoration: none;
}

.img-rel-wrapper {
	width: 250px;
	height: 250px;
	position: relative;
	overflow: hidden;
}

.img-abs-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.img-rel-wrapper .img-abs-wrapper img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}

.artist-bio {
	margin-top: 30px;
	margin-bottom: 60px;
}

.artist-bio:last-child {
	margin-bottom: 0;
}

a.aktuelles-link {
	font-size: 14px;
	text-decoration: underline;
	font-weight: 700;
}

a.aktuelles-link:hover {
	text-decoration: none;
}

.blackbox {
	background-color: #000b13;
	padding: 55px;
	color: #fff;
}

.copyright {
	font-size: 12px;
}