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

/* GOOGLE FONTS */
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:700,400);

body {
	background-image: url(/img/bg-body.jpg);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #1a171c;
	margin: 0px 0px;
	padding: 0px;
	overflow-y: scroll;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #666;
	line-height: 1.4;
}

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

a:hover {
	color: #bd152c;
	text-decoration: underline;
}

.clearall {
	clear: both;
}

img {
	border: 0px;
}

.orange {
	color: #bd152c;
}

#full-wrapper {
	width: 100%;
	text-align: center;
	position: relative;
}

#polster {
	width: 100%;
	height: 20px;
	margin-top:-16px;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
	transition: all 0.20s linear 0s;
}

#polster.over {
	margin-top:0px;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
	transition: all 0.20s linear 0s;
}

#orange-line { text-align:left;z-index:10000;position:fixed;top:-16px;left:0px;right:0px;height:22px;background-color: #f0892e;-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
	transition: all 0.20s linear 0s;padding-left:5px;}
#orange-line.over,#orange-line:hover { top:0px;-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
	transition: all 0.20s linear 0s;}

#orange-line a:link,#orange-line a:visited {color:white;font-weight: bold;text-transform: uppercase;margin-right:10px;font-size:12px;}
#orange-line img {vertical-align:text-bottom;}
#content-wrapper {
	width: 960px;
	margin: 0 0 0 10px;
	padding: 10px 52px 30px 51px;
	text-align: left;
	background: url(/img/bg-pappier.jpg);
	min-height: 700px;
	overflow: visible;
}

#header-banner {
	height: 90px;
	margin-bottom: 10px;
	background: url(/img/bg-steifen.jpg);
	text-align: center;
}

#header-banner img {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#header-banner div { float:left;}
#header-banner div:nth-child(2) { margin-left:12px;}


#header-navi {
	height: 38px;
	background: #000;
	position: relative;
}

#navi {
	position: absolute;
	min-width: 100px;
	right: 0px;
	top: 0px;
}

#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navi ul li {
	float: left;
	color: #fff;
	margin: 0px;
	text-transform: uppercase;
}

#navi ul li a {
	display: block;
	padding: 12px 20px 11px 20px;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #fff;
}

#navi ul li a:hover {
	color: #000;
	text-decoration: none;
	background: #bd152c;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
	transition: all 0.20s linear 0s;
}

#navi ul li.active a {
	color: #000;
	text-decoration: none;
	background: #bd152c;
}

#header-logo-mag {
	height: 158px;
	//background: url(/img/bg-header.jpg);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
}

img.logo {
	position: absolute;
	top: 10px;
	left: 0px;
}

#magazin {
	position: absolute;
	right: 0px;
	top: 8px;
	height: 142px;
	//width: 440px;
}

.magazin-image {
	float: right;
	height: 142px;
	margin-left: 10px;
}

#magazin-text {
	float: right;
	text-align: right;
	width:320px;
}

#magazin-text h3 {
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #000;
}

.magazin-subline {
	color: #666;
	margin: 3px 0px 10px 0px;
	line-height: 1;
}

.magazin-features {
	font-weight: 700;
	color: #000;
}

#news-wraper {
	margin-bottom: 20px;
}

.bighead {
	height: 42px;
	background: url(/img/bg-steifen.jpg);
	position: relative;
	margin-bottom: 10px;
}

.bighead h1 {
	display: table-cell;
	min-width: 100px;
	margin: 0px 0px 0px 0px;
	padding: 9px 10px 9px 10px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #000;
}

.smallhead {
	height: 20px;
	background: url(/img/bg-steifen.jpg);
	position: relative;
	margin-bottom: 10px;
}

.smallhead h1 {
	display: table-cell;
	min-width: 100px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	background: url(/img/bg-small-headlines.jpg);
}


.move-navi {
	position: absolute;
	right: 10px;
	top: 11px;
}

a.move-left {
	display: block;
	width: 20px;
	height: 20px;
	color: #fff;
	background: #000;
	float: left;
	margin-right: 5px;
}

a:hover.move-left {
	color: #000;
	background: #bd152c;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
	transition: all 0.20s linear 0s;
}

a.move-right {
	display: block;
	width: 20px;
	height: 20px;
	color: #fff;
	background: #000;
	float: left;
}

a:hover.move-right {
	color: #000;
	background: #bd152c;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
	transition: all 0.20s linear 0s;
}

.move-navi-small {
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(/img/bg-small-headlines.jpg);
	padding-left: 5px;
}

a.move-left-small {
	display: block;
	width: 20px;
	height: 20px;
	color: #fff;
	background: #000;
	float: left;
	margin-right: 5px;
}

a:hover.move-left-small {
	color: #000;
	background: #bd152c;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
	transition: all 0.20s linear 0s;
}

a.move-right-small {
	display: block;
	width: 20px;
	height: 20px;
	color: #fff;
	background: #000;
	float: left;
}

a:hover.move-right-small {
	color: #000;
	background: #bd152c;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
	transition: all 0.20s linear 0s;
}
	
#news-content-wrapper {
	width: 978px;
}

.news-item {
	width: 304px;
	margin: 0px 17px 0px 0px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 4px solid #ccc;
	background-color: #fff;
	padding: 1px;
	height: 326px;
	position: relative;
	float: left;
}

.news-item:hover {
	-webkit-box-shadow:  0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 3px 2px rgba(0, 0, 0, 0.2);
}

.news-thumb {
	width: 304px;
	height: 214px;
}

.news-text {
	padding: 20px 30px 10px 30px;
	position: relative;
	z-index: 10;
}

.news-text h2 {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	padding: 0px;
	background: none;
}

.news-over-bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 5px;
	display: block;
	width: 100%;
}

.news-datestamp {
	padding: 5px;
	display: block;
	position: absolute;
	top: 0px;
	right: 20px;
	background: #fff;
	z-index: 20px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	color: #000;
}

.news-datestamp p {
	margin: 0px;
	padding: 0px;
}

.number {
	font-size: 24px;
	font-weight: 700;
}

.month {
	font-weight: 700;
}

.year {
}

.orangeover {
	background: #bd152c;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
	transition: all 0.20s linear 0s;
}

#video-content-wrapper {
	width: 651px;
	margin-bottom: 20px;
}

.video-item {
	width: 196px;
	margin: 0px 16px 0px 0px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 4px solid #ccc;
	background-color: #fff;
	padding: 1px;
	height: 236px;
	position: relative;
	float: left;
}

.video-item:hover {
	-webkit-box-shadow:  0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 3px 2px rgba(0, 0, 0, 0.2);
}

.video-thumb {
	width: 196px;
	height: 138px;
}

.video-text {
	padding: 10px 10px 10px 10px;
	position: relative;
	z-index: 10;
}

.video-text h2 {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	padding: 0px;
	background: none;
}

.video-over-bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 5px;
	display: block;
	width: 100%;
}

.video-datestamp {
	padding: 5px;
	display: block;
	position: absolute;
	top: 0px;
	right: 20px;
	background: #fff;
	z-index: 20px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	color: #000;
}

.video-datestamp2 {
	padding: 5px;
	display: block;
	position: absolute;
	top: 0px;
	right: 20px;
	background: #bd152c;
	z-index: 20px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	color: #000;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
	transition: all 0.20s linear 0s;
}

.video-datestamp p {
	margin: 0px;
	padding: 0px;
}

#content-sidebar {
	width: 960px;
}

#content-left {
	float: left;
	width: 634px;
}

#content-right {
	float: right;
	width: 308px;
}

.sidebar-box {
	width: 308px;
}

h2 {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 3px 10px 3px 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	background: url(/img/bg-steifen.jpg);
}

.sidebar-box-content {
	width: 286px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 4px solid #ccc;
	padding: 10px;
	background: #FFF;
	margin-bottom: 20px;
}

.sidebar-box-ad {
	width: 300px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 4px solid #ccc;
	padding: 3px;
	background: #FFF;
	margin-bottom: 20px;
	text-align:center;
}

.sidebar-box-ad div { margin:auto; }
.aktuelles-item {
	height: 138px;
	width: 630px;
	padding: 1px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 4px solid #ccc;
	background: #FFF;
	position: relative;
	margin-bottom: 18px;
}


.aktuelles-pic {
	width: 196px;
	height: 138px;
	position: relative;
}

.aktuelles-text {
	width: 394px;
	height: 118px;
	position: absolute;
	left: 208px;
	top: 11px;
	z-index: 10;
}

.aktuelles-text h2 {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	padding: 0px;
	background: none;
}

.aktuelles-text p {
}

.aktuelles-over-bottom {
	width: 5px;
	height: 140px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.dateandcat {
	font-size: 10px;
	text-transform: uppercase;
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 6px 0px;
	border-bottom: 1px solid #ccc;
	font-weight: 700;
}

.aktuelles-item:hover {
	-webkit-box-shadow:  0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 3px 2px rgba(0, 0, 0, 0.2);
}

.date-item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

p.date-block {
	display: block;
	width: 76px;
	padding: 3px 10px;
	background-color: #000;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	margin: 0px 0px 6px 0px;
}

h2.date-headline {
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	padding: 0px;
	background: none;
}

img.smicons {
	margin: 0px 10px 0px 0px;
	padding 0px;
}

a:hover img.smicons {
	-webkit-box-shadow:  0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 3px 2px rgba(0, 0, 0, 0.2);
}

#black-line {
	width: 100%;
	height: 10px;
	background-color: #000;
}

#footer-wrapper {
	width: 100%;
	min-height: 230px;
	background: url(/img/bg-footer.png);
}

#footer-arrow-down {
	width: 100%;
	height: 22px;
	background-image: url(/img/bg-arrowdown.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#footer-inside {
	width: 960px;
	padding: 10px 52px 30px 51px;
	margin: auto;
	text-align: left;
	overflow: hidden;
}

#footer {
	width: 980px;
	height: 200px;
	color: #CCC;
	margin-top: 20px;
}

.footer-box {
	width: 225px;
	height: 200px;
	float: left;
	margin: 0px 20px 0px 0px;
}

.footer-box h3 {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #CCC;
	padding: 0px;
	background: none;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #CCC;
	text-transform: uppercase;
}

.footer-box a:link,.footer-box a:visited { color:#ccc;}
.footer-box a:hover { color:#bd152c;}

p.lasttweet {
	background: #000;
	color: #ccc;
	padding: 10px;
	margin: 0px 0px 0px 0px;
}

p.lasttweet li {
list-style-type: none;
}

form {
	margin: 0px;
	padding: 0px;
}

input.nlfeld {
	background: #000;
	color: #fff;
	padding: 6px 8px;
	margin: 0px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	border: 1px solid #000;
}

input.nlsubmit {
	background: #111;
	color: #fff;
	padding: 5px 8px;
	margin: 0px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	border: 1px solid #111;
}
#gallery ul {
	list-style-type: none;
	padding:0px;
	margin:10px 0 10px 20px;
}
.gallery-item {
	margin: 0px 18px 18px 0px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 4px solid #ccc;
	background-color: #fff;
	padding: 1px 1px 4px 1px;
	position: relative;
	float: left;
}

.gallery-item:hover {
	-webkit-box-shadow:  0px 0px 3px 2px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 3px 2px rgba(0, 0, 0, 0.2);
}

.gallery-over-bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 5px;
	display: block;
	width: 100%;
}

.aktuelles-item {
	height: 138px;
	width: 630px;
	padding: 1px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 4px solid #ccc;
	background: #FFF;
	position: relative;
	margin-bottom: 18px;
}

#content-left .text p { font-size: 1.2em;line-height:1.5em;color:#333;}
#content-left h1 { text-transform:uppercase;color:black;}

a.tags { padding:2px;background: url(/img/bg-steifen.jpg);color:#333;}
a.tags:hover { color:white;background: url(/img/bg-steifen-dunkel.jpg);}


div.share a.fb:link { display:inline-block;height:20px;width:20px;background:url(/img/fb.png) no-repeat 0 -1px;text-indent:-99999px;overflow:hidden; }
div.share a.twitter:link { display:inline-block;height:20px;width:16px;background:url(/img/twitter.gif) no-repeat 0 -1px;text-indent:-99999px;overflow:hidden; }
#credits { margin-bottom:20px;width:570px;height:30px;padding-right:60px;position:relative;}
#share { position:absolute;right:0px;top:0px;width:65px;}
.pager { margin-bottom:10px;}

.align_left {
        float: left;
        margin: 0 1em 0.25em 0;
}

.align_right {
        float: right;
        margin: 0 0 0.25em 1em;
}

.align_center {
        display: block;
        margin-left: auto;w
        margin-right: auto;
        text-align:center;
}

#editpage {
	position: absolute;
	top: 0;
	left: 0; 
	padding: 5px 6px; 
	background: #db1174; 
	color: #fff; 
	display: block;
	font-weight: bold; 
}
	#editpage:hover {
		background: #ffffcc;
		color: #000; 
	}
.bu {font-size:0.8em;}
#message { width:100%;display:block;background-color:#bd152c;padding:1px 0;margin:2px 0;color:black;font-weight: bold;}
#message li { list-style-type: none;}

#skyscraper { position: absolute;left: 1080px;top: 30px;}

.PollApe .percentage {
background: black;
font-size: 10px;
min-width: 5px;
border-radius: 4px;
padding: 4px 8px;
text-align: right;
color: white;
margin-bottom: 0.6em;
}
.PollApe .PollApeTotalVotes {
border-top: 1px solid #ccc;
}

.uk-modal-caption { white-space: normal;}
