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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	overflow:hidden;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
:focus {
	outline:none;
}
/*padding egalisieren*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



@font-face {
    font-family: 'SohoPro-Regular';
    src: url('bb-schriften/SohoPro-Regular.eot');
    src: local('Soho Pro Regular'), local('SohoPro-Regular'),
        url('bb-schriften/SohoPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('bb-schriften/SohoPro-Regular.woff2') format('woff2'),
        url('bb-schriften/SohoPro-Regular.woff') format('woff'),
        url('bb-schriften/SohoPro-Regular.ttf') format('truetype');
    font-style: normal;
}
@font-face {
	font-family: 'Publico-Light';
    src: url('bb-schriften/PublicoBannerWeb-Light.eot');
	src: url('bb-schriften/PublicoBanner-Light-Web.woff2') format('woff2'),
		 url('bb-schriften/PublicoBanner-Light-Web.woff') format('woff'),
         url('bb-schriften/PublicoBanner-Light-Web.eot?#iefix') format('embedded-opentype'),
         url('bb-schriften/PublicoBanner-Light-Web.ttf') format('truetype'),
         url('bb-schriften/PublicoBanner-Light-Web.svg#PublicoBannerWeb-Light') format('svg');
	xxfont-weight: 300;
	font-style: normal;
}

:root {
 	--titel-regular: 'SohoPro-Regular';
	--lauftext-light:'Publico-Light';
	--hauptfarbe:#8855bb;
}


body {
	margin:0px;
	padding:0px;
	background:#fff;
	text-align:center;
	border:1px solid #000;
}
.konsole {
	position:relative;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	width:258px;
	height:248px;
	border:0;
	/*padding:0px 20px 0px 20px;*/
	display:block;
	background:#fff;
	text-align:left;
}

.logo {
	position:relative;
	top:20px;	
	width:100%;
	height:85px;
	text-align:center;
	display:block;
	overflow:hidden;
	border-bottom:1px solid #000;
}
.logo-innen {
	position:relative;
	top:0px;	
	width:60%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	display:block;
	overflow:hidden;
}
.logo img {
	max-width:100%;
	height:100%;
	height:auto;
}

.logo-byline {
	font:10px/12px var(--lauftext-light), serif;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.04em;
	padding:2px 0px 0px 4px;
}
.logo a, .logo a:hover, .logo a:focus, .logo a:active {
	color:#000;
	text-decoration:none;
	border:0;
}





.bb-teaser {
	position:absolute;
	top:120px;
	left:0px;
	background:#fff;
	width:100%;
	height:100px;
	display:block;
}

.bb-teaser a {
	font:18px/21px var(--titel-regular), sans-serif;
	letter-spacing:0;
	border:0;
	color:#000;
	text-decoration:none;
	padding-left:24px;
	margin-bottom:9px;
	display:inline-block;
	background:url(images/pfeil-r.png);
	background-repeat:no-repeat;
	background-size:16px auto;
	background-position:0px 2px;
}
.bb-teaser a:hover {
	border:0;
	color:var(--hauptfarbe);
}


@media only screen and (max-width: 299px) {

	.konsole {
		width:228px;
		height:214px;
		overflow:hidden;
	}
	.logo {
		top:10px;	
		height:75px;
	}
	.logo-byline {
		font-size:9px;
		line-height:12px;
	}
	.bb-teaser {
		top:95px;
	}
}
