
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{
	margin: 0px;
	padding: 0px;
}

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 { font-size: 100%; }

/* Removes list-style from lists */
ol, ul { list-style: none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, th, var
{
	font-style: normal;
	font-weight: normal;
}

/* Removes border from fieldset and img */
fieldset, img { border: 0px; }

/* Left-aligns text in caption and th */
caption, th { text-align: left; }

/* Removes quotation marks from q */
q:before, q:after { content: ''; }

/* CSS DEFINITIONEN */


/* Positionierung */

html, body { height: 100%;         /* required */ }

body
{
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
}

div#content
{
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	width: 960px;          /* required - desired width */
	margin: 20px auto 0;       /* required */
	clear: left;          /* required */
}

div#leftPicture
{
	position: relative;
	float: left;
	margin-right: 10px;
}

div#logo
{
	position: relative;
    margin-left: 265px;
}

div#nav
{
	position: relative;
	margin: 10px 0 10px 265px;
	padding: 10px;
	background: rgba(54,61,67,1);
	width: 480px;
	z-index: 2;
}
div#nav .row 
{
	margin: 0 0 3px 0;
	display: flex;
	justify-content: space-between;
}
div#nav a, div#nav span
{
	padding: 5px;
}

div#nav a:hover {color: rgba(49,147,208,1);}

div#nav .buzz 
{
	background-color: green;
	right: -96px;
	padding: 5px;
	position: absolute;
	top: 39px;
}
div#nav .buzz a:hover {color: white;}

div#mainContent
{
	margin: 30px 0 10px 285px;
	min-height: 200px;
	position: relative;
	width: 660px;
	z-index: 2;
}

div.links {
	margin: 20px 0;
}

div#kontakt
{
	position: relative;
	padding: 10px;
	z-index: 2;
	text-align: center;
}

div#dunkel
{
	position:absolute;
	left: 770px;
	z-index: 1;
}

div#video_content
{
	position: absolute;
	left: 200px;
	top: 50px;
}

img#musik
{
	margin-left: 5px;
	margin-right: 20px;
	margin-top: 10px;
	float: left;
}

img#galerie
{
	position:absolute;
	left: 250px; 
}

img#video
{
	position:absolute;
	left: 50px; 
}

img#startseite
{
	position:absolute;
	top: 550px;
	left: 400px; 
}

.video .btn {
	margin: 20px 0;
}

.btn {
	padding: 5px 20px; 
	display: inline-block; 
	margin: 0 0 0 40px; 
	background-color: rgb(54,61,67);
}

.kb 
{
	background-color: darkorange;
}
a.kb:hover 
{
	color: white;
}

.btn:hover {color: rgb(49,147,208);}

.extra_space {margin: 20px 0;}
.clear {clear: both;}
.list {list-style: disc; list-style-position: inside;}
.list li  {padding: 2px;}

/* Background and Pictures */

body { background-color: #3c454a; }

/* Schriften */

html
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}

p 
{
	line-height: 16px;
	margin: 5px 0;
}

div#nav { color: #FFF; }

div#mainContent {font-size: 13px;}

a
{
	color: #FFF;
	text-decoration: none;
}

a:visited
{
	color: #FFF;
	text-decoration: none;
}

a.active { color: #2499d3; }

div#kontakt { font-size: 11px; }


/* Lesung */

.lesung_red 
{
	background-color: #f3987a;
}

.lesung_red #nav 
{
	background-color: rgba(237,27,36,0.5);
}

div#nav a.lesung:hover {color: rgba(250,100,100,1);}
div#nav a.lesung.active {color: rgba(0,0,0,1);}