@charset "utf-8";

* {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #002543;
	border: 0px;
	padding: 0px;
	margin: 0px;
	outline: 0px;
}

html {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(../gfx/bg.jpg) repeat;
}

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

a.Foot {
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
}

a:hover.BoxText {
	color: #e6e6d2;
}

a:hover.Foot {
	text-decoration: none;
	color:  #e6e6d2;
}

a:hover.MenuTeaser {
	text-decoration: none;
	color: #E6E6D2;
}

a:hover h1 {
	text-decoration: none;
	color: #b5152a;
}

a:hover {
	color: #e31732;
}

img {
	vertical-align: text-bottom;
}

p {
	margin: 0px 0px 15px 0px;
}

blockquote {
	margin: 0px 0px 15px 30px;
}

h1 {
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	color: #002543;
	text-transform: uppercase;
}

h2 {
	font-size: 20px;
	line-height: 24px;
	color: #002543;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	background: url(../gfx/headline.png) no-repeat 0px 4px;
	padding: 0px 0 0 40px;
	text-transform: uppercase;
}

h3 {
	font-size: 26px;
	line-height: 30px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: normal;
}

h4 {
	font-size: 11px;
	line-height: 16px;
	color: #b5152a;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	line-height: 16px;
	color: #b5152a;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}

h6 {
	font-size: 18px;
	line-height: 20px;
	color: #002543;
	text-transform: uppercase;
}

ol {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 40px;
}

ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 40px;
	list-style-type: disc;
}

li {
	margin: 0px 0px 5px 0px;
}

input {
	border: 1px solid silver;
	background: #eeeeee;
	padding: 1px;
}

textarea {
	border: 1px solid silver;
	background: #eeeeee;
	padding: 1px;
}

.Shoutbox {
	font-size: 25px;
	line-height: 25px;
	color: #002543;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: normal;
}

.ShoutboxBold {
	font-size: 26px;
	line-height: 26px;
	color: #002543;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

.Box270,
.Box270red,
.Box130,
.Box130red,
.Box90, 
.BoxImage {
	position: relative;
	float: left;
	width: 250px;
	background: #E6E6D2;
	margin: 0 5px 5px 0;
	padding: 10px;
}

.Box270 img,
.Box270red img,
.Box130 img,
.Box130red img,
.Box90 img {
	margin: -10px -10px 0 -10px;
}

.Box820 {
	position: relative;
	float: left;
	width: 800px;
	background: #E6E6D2;
	margin: 0 5px 5px 0;
	padding: 10px;
}

.BoxTextSpecial {
	position: relative;
	float: left;
	background: #AB1B2B;
	margin: 0 5px 5px 0;
	padding: 50px 0 20px 40px;
	width: 780px;
	height: 300px;
}

#start img a {
	width: 820px;
	height: 450px;
}

#start img a:hover {
	background: url(http://pfadfinder-neuenkirchen.de/Files/Teaser/ehemaligenlager_webspecial_2.jpg) no-repeat;
}

#BoxTextSpecialBig {color: #ffffff; font-size: 300px; font-weight: bold;opacity: 0.4;}
#BoxTextSpecialSmall {font-size: 64px; margin-bottom: 130px; font-weight: bold;}

a:hover #BoxTextSpecialBig {opacity: 1;}

.BoxSpecial {
	position: relative;
	float: left;
	background: #E6E6D2;
	margin: 0 5px 5px 0;
}

.BoxLogin {
	background: url(../gfx/bg_red.png) repeat;
	text-align: center;
	position: relative;
	width: 820px;
	height: 300px;
	float: left;
	margin: 0 5px 5px 0;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

.BoxLogin .login-text {
	font-size: 46px!important;
	line-height: 48px;
	padding: 30px;
	margin-top: 30px;	
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3);
}

.BoxLogin input {
	color: #ffffff;
	border: none!important;
	position: relative;
	top: 46%;
	text-transform: uppercase;
	padding: 20px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.15);
	font-size: 16px;
	font-weight: bold;
	box-shadow: inset 0px 0px 5px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 5px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0px 0px 5px 3px rgba(0,0,0,0.2);
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3);
}

.BoxLogin .Label {
	font-size: 24px;
	margin-right: 20px;	
}

.BoxLogin input:hover {
	-moz-box-shadow: inset 0px 0px 5px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0px 0px 5px 3px rgba(0,0,0,0.2);
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}

.Fullbox-Link span:hover {
	background: rgba(0, 0, 0, 0.3);
}
	
.BoxVideo {
	position: relative;
	float: left;
	width: 800px;
	background: #ffffff;
	margin: 0 5px 0px 0;
}

.Box270 {
	position: relative;
	height: 250px;
}

.Box270red {
	position: relative;
	height: 250px;
	background: #b5152a;
}

.Box130 {
	height: 113px;
}

.Box130red {
	height: 113px;
	background: #b5152a;
}

.Box90 {
	height: 67px;
	background: #b5152a;
}

.BoxImage {
	width: auto;
	padding: 0;
	margin: 0 5px 0 0;
}

.BoxText {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}

.BoxText2 {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 20px;
	line-height: 24px;
	color: #002543;
	text-transform: uppercase;
	font-weight: normal;
}

.BoxSpecialRed {
	background: url(../gfx/bg_red.png) repeat;
	height: 500px;
	width: 820px;	
}

.Fullbox-Link {
	position: absolute;
	top: 0px;
	left:0;
	width: 100%;
	height: 100%;	
	background: url(../gfx/bg_red.png) repeat;
	text-align: center;
}

.Fullbox-Link span {
	position: relative;
	top: 46%;
	left: 50%;
	text-transform: uppercase;
	margin-left: -270px;
	padding: 20px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.15);
	font-size: 16px;
	font-weight: bold;
	box-shadow: inset 0px 0px 5px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 0px 5px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0px 0px 5px 3px rgba(0,0,0,0.2);
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3);
}

.Fullbox-Link:hover, .Fullbox-Link span:hover {
	color: #ffffff;
	-moz-box-shadow: inset 0px 0px 5px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0px 0px 5px 3px rgba(0,0,0,0.2);
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}

.Fullbox-Link span:hover {
	background: rgba(0, 0, 0, 0.3);
}

.Countdown {
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: normal;	
}


.Date {
	font-size: 11px;
	line-height: 16px;
	color: #b5152a;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

.MenuTeaser {
	font-size: 20px;
	line-height: 18px;
	color: #ffffff;
	text-transform: uppercase;
}

.Twitter {
	list-style-image:none; 
	position: absolute;
	text-align: right;
	top: 35px;
	height:45px;
	right: 20px;
	padding: 0 60px 0 0;
	background: url(../gfx/twitter.png) no-repeat right;
	width: 500px;
}

.Twitter a {display:none;}

.Twitter_Message {
	color: #002543;
	font-size: 20px;
	line-height: 16px;
	text-transform: uppercase;
}

.Twitter .Time {
	color: #B5152A;
}


/*
SLIDESHOW
*/

.slideshow {
	display: inline-block;
	height: 548px;
	width: 820px;
	position: relative;
}

.slideshow:after {
	content: '';
	background: rgba(255,255,255,0.6);
	-webkit-background: rgba(255,255,255,0.6);
	-moz-background: rgba(255,255,255,0.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;	
}

.slideshow-counter, .slideshow-current, .slideshow-begin {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	color: #002543;
	z-index: 1;
	line-height: 40px;
}

.slideshow-counter {
	position: absolute;
	top:0;
	right: 30px;
}

.slideshow-begin {
	position: absolute;
	top:0;
	left: 90px;
}

.slideshow-next, .slideshow-prev {
	position: absolute;
	font-weight: normal!important;
	width: 40px;
	height: 40px;
	font-size: 40px;
	text-align: center;
	line-height: 40px;
	z-index: 1;
	color: #002543;
}

.slideshow-next:hover, .slideshow-prev:hover {
	color: #b5152a;
}

.slideshow-next {
	left: 40px;
	top: 0;
}

.slideshow-prev {
	left: 0px;
	top: 0;
}

