@charset "UTF-8";
/* CSS Document */

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
/* 	vertical-align: baseline;   ---> OFF NIC  */
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: white;
	background: white;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Ende CSS Reset */ 

body{
font-family:Playfair Display;
font-weight: 400;	
color:#000;
line-height:1.4;
background:#FFFFFF;
}
hr{
border:0 none;
border-bottom:dotted 1px #red;
margin:0 0 5px 0;
width:100%;
height:0;
display:inline-block;
}
p{
margin:0 0 12px 0;
line-height: 1.5;
}
h4, h5, h6{
color:#000000;
font-size:12px!important;
font-weight:400;
margin:0 0 12px 0;
}
h1 a,h2 a, h3 a, h1 a:link,h2 a:link, h3 a:link{
color:#000;
}
h1 a:hover,h2 a:hover, h3 a:hover {
color:#333;
}
a, a:link{
color: #666;
font-style:italic;
text-decoration:none;
}
a:hover{
color:#666;
font-style:italic;
text-decoration:none;
}
ul li{
list-style:none;
line-height:1.5;
}
li{
margin-bottom:5px;
white-space:nowrap;
}
ol{
margin-left:21px;
margin-bottom:20px;
}
ol li{
list-style:decimal;
line-height:1.5;
}
strong{
font-weight:600;
}
em{
font-style: inherit;
}

#minheight_hack{
min-height:650px;
height:auto!important;
height:650px;

}

/* Image Resize CSS */
/*.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}

maincontent {
	position: absolute;
	z-index: 50;
	top: 0;
  	left: 0;
	width: 100%;
	height: 100%;
}*/

/* Main Slices 
-------------------------
- Mehr
*/
#content_wrapper{
	width: 100%;
	height: 580px;
	background: #FFFFFF;
	position: relative;
	z-index: 60;
	display: none;

}

#bilder_wrapper{
	width: 960px;
	margin: 0 auto;	
	position: relative;
	z-index: 50;
}

/* Content 
-------------------------
*/
#content_mehr{
	width: 960px;
	height: 100%;
	margin: 0 auto;	
	position: relative;
	z-index: 61;
	display: none;
}

/* Bilder positionieren*/
#cbw_logo{
	position: absolute;
	width: 600px;
	height: 600px;
	top: 180px;
	left: 0px;
}

#mehr{
	position: absolute;
	top: 0;
	left: 0px;	
}

/* Klickbare Elemente */
li.nav, #mehr, #kontakt, span#map, #karte, #cbw_logo{
	cursor:pointer ;
}

/* Drop down Content
-------------------------------
*/
/* Navigation */
#content_nav{
	position: absolute;
	left: 0;
	top: 60px;	
}

li.nav{
	font-size: 18px;
	font-family:Playfair Display;
	font-weight:400;
	color: #000000;
	width: 110px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: rgba(0,0,0,0);
}

li.nav#1{
	background:#FFF;
	color: #000;
}

/* Content*/
#content_right{
	position: absolute;
	width: 780px;
	left: 180px;
	top: 40px;	
}

/* Einstellungen für alle */
h1{
	font-weight: 400;
	font-size: 50px;
}

h2{
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 17px;
}

h3{
	font-size: 23px;
}

a{
	color: #000;
	font-weight: 400;
	text-decoration: none;
}

/* Einstellungen für Über uns */
#1_content{
	position:absolute;
}

p#text{
	line-height: 190%;
}

/* Einstellungen für Künstler */
#2_content{
	position:absolute;
	display: none;
}

#col_1,#col_2, #col_3{
	float: left;
	margin-right: 30px;	
}

/* Einstellungen für Wo & Wann */
#3_content{
	position:absolute;
	display: none;
}

p#text{
	line-height: 190%;
}

#4_content{
	position:absolute;
	display: none;
}

div#infos{
	float: left;
	margin-right: 40px;
}

div#standort{
	float: left;
}

p.3_text{
	margin-bottom: 15px;
}

span.titel, #info_pdf, #kontakt{
	font-weight: 400;	
	font-style:italic;
	font-size: 15px;
	color: #FFF;
}


/* Logo */
#cbw_logo_small{
	position: absolute;
	width: 120px;
	height: 120px;
	left: 0px;
	bottom: 45px;
}

*#scroll_div{
	max-height: 550px;
	overflow: scroll;
	scrollbar-face-color:black !important;
}*

a.red{
	color: #black !important;
}

a.red:hover{
	color: red !important;
}



