/* basics //////////////////////////////////// */

/* browser egalisieren */
html, body, body div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
html {
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	overflow-y:scroll;
}
:focus {
	outline:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
td {
	vertical-align: top;
}
sup {
	font-size:11px;
	vertical-align:top;
	padding-left:3px;
	padding-right:3px;
}
img {
	vertical-align:bottom;
}
body {
	margin:0px;
	padding:0px;
	text-align:left;
	background:rgb(250, 248, 235);
}


/* schriften:*/

@font-face {
    font-family: 'droid_serifregular';
    src: url('bb-fonts/droidserif-webfont.eot');
    src: url('bb-fonts/droidserif-webfont.eot?#iefix') format('embedded-opentype'),
         url('bb-fonts/droidserif-webfont.woff2') format('woff2'),
         url('bb-fonts/droidserif-webfont.woff') format('woff'),
         url('bb-fonts/droidserif-webfont.ttf') format('truetype'),
         url('bb-fonts/droidserif-webfont.svg#droid_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'droid_serifbold';
    src: url('bb-fonts/droidserif-bold-webfont.eot');
    src: url('bb-fonts/droidserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('bb-fonts/droidserif-bold-webfont.woff2') format('woff2'),
         url('bb-fonts/droidserif-bold-webfont.woff') format('woff'),
         url('bb-fonts/droidserif-bold-webfont.ttf') format('truetype'),
         url('bb-fonts/droidserif-bold-webfont.svg#droid_serifbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'droid_serifbold_italic';
    src: url('bb-fonts/droidserif-bolditalic-webfont.eot');
    src: url('bb-fonts/droidserif-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('bb-fonts/droidserif-bolditalic-webfont.woff2') format('woff2'),
         url('bb-fonts/droidserif-bolditalic-webfont.woff') format('woff'),
         url('bb-fonts/droidserif-bolditalic-webfont.ttf') format('truetype'),
         url('bb-fonts/droidserif-bolditalic-webfont.svg#droid_serifbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* layout 0.75 x kleiner als InDesign*/

.bg {
	position:fixed;
	top:0%;
	left:0%;
	width:200%;
	height:200%;
	z-index:1;
}
.bg img {
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	min-width:50%;
	min-height:50%;
}
.wrapper {
	position:relative;
	z-index:2;
}	
.kopf {
	width:100%;
	height:210px;
	display:inline-block;
	margin-bottom:0px;
}
.logo {
	width:364px;
	padding-top:50px;
	margin-left:195px;
	display:inline-block;
}
.logo img {
	width:100%;
	height:auto;
}
.hauptnav {
	margin-left:40px;
	width:280px;
	float:left;
}
.hauptnav ul {
	width:100%;
}
.konsole {	margin-left:320px;
	padding-bottom:80px;
	width:640px;
}
.spaltencontainer {
	width:620px;
	padding:10px;
	background:url(bb-imgs/alpha.png);
}
.spaltencontainer img {/* mehr unten */
	width:100%;
	height:auto;
}
.inhalt {
	width:100%;
	clear:both;
}
.fusszeile {
	clear:left;
	width:100%;
	padding-top:24px;
	display:block;
}

	




/*textformate */

body, td {
	font-size:16px;
	line-height:24px;
	font-family: 'droid_serifregular', times, serif;
	color:#000;
}
h1 {
	font-size:16px;
	line-height:21px;
	font-family: 'droid_serifbold', times, serif;
	margin-bottom:18px;
	margin-top:0px;
	font-weight:normal;
	text-transform:uppercase;
}
h2 {
	font-size:16px;
	line-height:21px;
	font-family: 'droid_serifbold', times, serif;
	font-weight:normal;
	margin-top:36px;
	margin-bottom:18px;
}
h3 {
	font-size:16px;
	line-height:21px;
	font-family: 'droid_serifbold', times, serif;
	font-weight:normal;
	margin-top:18px;
	margin-bottom:18px;
}
p {
	margin-bottom:18px;
}
p.zitat {
	font-family: 'droid_serifbold_italic', times, serif;
	font-size:32px;
	line-height:36px;
	color:rgb(145,192,188);
	margin-bottom:4px;
}
p.autorin {
	font-family: 'droid_serifbold_italic', times, serif;
	font-size:12px;
	line-height:16px;
	color:rgb(145,192,188);
}
table {
	margin-bottom:18px;
}
table .rechts {
	padding-left:24px;
}
.inhalt ul {
	margin-bottom:18px;
	margin-left:16px;
}
strong {
    font-family: 'droid_serifbold';
    font-weight:normal;
}



/* bilder, basics oben */
.galeriebild {
	margin-bottom:48px;
}



/* links */
.inhalt a {
	color:rgb(0,0,0);
	text-decoration:none;
	border-bottom:1px solid rgb(251,186,0);
}.inhalt a:hover, .inhalt a:active, .inhalt a:focus {
	color:rgb(251,186,0);
	text-decoration:none;
}.topscroll {
	width:46px;
	height:46px;
	margin-bottom:34px;
	display:inline-block;
	margin-left:297px;
	background:url(bb-imgs/toplink.png);
	background-repeat:no-repeat;
	background-position:0px -50px;
}
.fusszeile .topscrollwrapper {
}
.topscroll:hover, .topscroll:focus {
	background-position:0px 0px;
}
.logo a, .logo a:hover, .logo a:focus, .logo a:active {
	text-decoration:none;
	border:0;
}

/* nav */
.hauptnav {
	margin-top:0px;
}
.hauptnav ul li, .hauptnavmobile ul li {
	list-style:none;
	padding:0;
	margin:0;
}
.hauptnavmobile ul {
	margin-top:0px;
	padding-bottom:26px;
}
.hauptnavmobile ul li {
	padding:4px 0px 4px 10px;
	background:url(bb-imgs/alpha.png);
}
.hauptnavmobile ul li ul {
	margin-top:0px;
	padding-bottom:0px;
}
.hauptnavmobile ul li ul li {
	background:none;
}
.hauptnav ul li a, .hauptnavmobile ul li a {
    font-family: 'droid_serifbold', times, serif;
	font-size:18px;
	line-height:24px;
	text-transform:uppercase;
	color:#000;
	text-decoration:none;
	border:0;
}
.hauptnav ul li ul li a, .hauptnavmobile ul li ul li a {
   	font-family: 'droid_serifregular', times, serif;
	font-size:16px;
	line-height:19px;
   	padding-left:10px;
}

.hauptnav ul li .currentlink, .hauptnav ul li a:hover, .hauptnav ul li a:focus,
.hauptnavmobile ul li .currentlink, .hauptnavmobile ul li a:hover, .hauptnavmobile ul li a:focus {
	color:rgb(251,186,0);
}


/* bgs */
.bg-0 {
	background-image:url(bb-imgs/bg-0.jpg);
}

/* Beigemuese */
.browserwarnung {
	background:#ffb;
	margin-bottom:12px;
	padding:6px;
}

/* baustelle */
.baustelle a, .baustelle a:hover, .baustelle a:active, .baustelle a:focus {
	color:#000;
	border:0;
}



/* RESPONSIVE
/////////////////////////////////////////////////////// */

.mobilenavbutt {
	display:none;
	width:30px;
	height:30px;
	margin-top:90px;
	margin-right:14px;
	float:left;
	background:url(bb-imgs/mobilenavbutt.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	cursor:pointer;
}
.mobilenavbutt.auf {
	background-position:-30px 0px;
}
.hauptnavmobile {
	display:none;
	width:640px;
	margin-left:auto;
	margin-right:auto;
	clear:left;
	text-align:left;
}

/*reset*/
@media only screen and (min-width: 981px){
	.hauptnavmobile {
		display:none;
		height:0px;
		overflow:hidden;
	}
}


/* mobile */
@media only screen and (max-width: 980px){
	body {
		text-align:center;
		padding:0px;
		padding-top:0px;
	}

	.kopf {
		width:640px;
		height:140px;
		margin-left:auto;
		margin-right:auto;
	}
	.logo {
		margin-left:0px;
		padding-top:20px;
		float:right;
	}
	.hauptnav {
		display:none;
	}
	.mobilenavbutt {
		display:inline-block;
	}
	.konsole {		text-align:left;
		margin-left:auto;
		margin-right:auto;
	}
	.topscroll {
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	
}


/* iphone hoch */
@media only screen and (max-width: 700px){
	.kopf {
		width:300px;
		height:100px;
	}
	.logo {
		width:240px;
		padding-top:15px;
	}
	.mobilenavbutt {
		margin-top:55px;
	}
	.hauptnavmobile {
			width:300px;
	}
	.konsole {		width:300px;
		text-align:left;
		margin-left:auto;
		margin-right:auto;
	}
	.spaltencontainer {
		padding:5px;
		width:290px;
	}
	.galeriebild {
		margin-bottom:20px;
	}
	body {
		font-size:14px;
		line-height:21px;
	}
	td {
		font-size:14px;
		line-height:18px;
		padding-bottom:8px;
	}
	p.zitat {
		font-size:24px;
		line-height:28px;
	}
}








