@charset "UTF-8";
/* CSS Document */
html, body {
  	margin: 0; /* äußeren Abstand / Rand auf zurücksetzen */
  	padding: 0; /* inneren Abstand zurücksetzen */
  	height: 100%; /* Seite soll über volle Höhe gehen */
  	
}
h1, h2, h3 {
	font-weight: 300 !important; 
	font-size: 30px !important; 
	text-transform: uppercase !important; 
	margin-bottom: 30px !important;
}
h2 {
	color: #8B1132 !important;}
h3 {
}
a:hover, a:active, a:focus { outline: none !important;}
footer a, footer a:hover {color: #FFF;}
#header {
	background: rgba(177,179,180,1);
	box-shadow: 0px 3px 5px rgba(23,23,23,0.4);
	padding-top: 0px;
	z-index: 1000 !important;
}
footer {
	padding: 100px 0;
	background: #8b1132;
}
.unterschrift {
    font-family: "Nothing You Could Do",cursive;
    font-size: 25px;
}
.infored {color: #8B1132;}
ul.redcircle li {list-style-type: none;}
ul.redcircle li:before {
	content: "● ";
	font-size: 20px;
	line-height: 19px;
    color: #8B1132;
	margin-left: -13px;
	}
/*
footer:before {
	content: "";
	background: #8b1132;
	position: absolute;
	margin-top:-100px;
	left: -9px; 
	width: 90%; 
	height: 100px; 
	-webkit-transform: rotate(3deg); 
	-moz-transform: rotate(3deg); 
	-ms-transform: rotate(3deg); 
	-o-transform: rotate(3deg);
}
*/
.owncontent {
	padding: 50px 0;
}
.parallax {
		min-height: 600px;
		background-size: cover;
 	 	width: 100%;
 		height: auto;
	}
.nopadding {
	padding: 0 !important;
}

ul {padding: 15px;}

/* Hintergründe */
.bgBlack {
	background: #2e2e2e;
	color: #FFF;
}

.bgImage
{
  background-image:url(../upload/img/bgSection1-lg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  background-color: #c9c6c7;
}

.sprungziel::before {
    content: " ";
    display: block;
    height: 135px !important;
    margin-top: -135px !important;
}

.inhalt {
	z-index:0;
	overflow-x: hidden;
	width: 100%;
	max-width: 100%;
}
.fontwhite, .fontwhite a, .fontwhite a:hover, .fontwhite a:focus, .fontwhite a:active {
    color: #fff !important;
	text-decoration: none;
}
.textshadow {text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);}
.fontscroll, .fontscroll a, .fontscroll a:hover, .fontscroll a:focus, .fontscroll a:active {
    color: #FFFFFF !important;
	text-decoration: none;
}
.scrolldown {
    bottom: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    text-align: center;
    width: 100px;
    z-index: 2;
	background: rgba(139,17,50,0.8);
	border-radius: 10px 10px 0 0;
}
.scrollup {
	width: 44px; 
	height: 44px; 
	position: fixed; 
	bottom: 50px; 
	right: 60px; 
	display: none; 
	text-indent: -9999px; 
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: url(../upload/layout/scrolltop.png) no-repeat; 
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.55); 
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.55); 
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.55);
	z-index: 1000;
}

.navbar-default {background: none !important; border: none !important;}
ul.nav a {background: none !important; color: #333 !important; text-transform: uppercase; font-size: 16px;}
ul.nav a:hover {background: none !important; color: #8b1132 !important;}
ul.nav li.active a {background: none !important; color: #8b1132 !important;}
.clear {clear: both;}

input[type=text] {
	width: 300px;
	border: 1px solid #c1c1c1;
	border-radius: 5px;
	padding: 5px;
	margin: 0 0 10px 0;
}
input[type=submit] {
	background: #333333;
	border-radius: 5px;
	padding: 5px 30px 5px 10px;
	border: none;
	width: 100%;
	font-weight: 600;
	text-align: left;
	margin-top: 6px;
	color: #FFF;
}

/* Newsbereich */
ul.aktuelllistestart {padding: 0; margin:0; list-style-position:inside;}
ul.aktuelllistestart li {list-style-type:none;}
ul.aktuelllistestart li > div {margin-bottom: 15px; margin-top: 15px;}
ul.aktuelllistestart li:nth-child(3n+1) > div {margin-left: -15px !important;}
.boxformat {border: 1px solid #D0D0D0;  padding: 5px;}
.aktuelllistestartheadline {font-weight:bold; margin: 10px 0;}
p.aktuelllistestartlink {font-weight:bold; margin-top: 10px !important;}
@media all and (max-width: 768px) {
	ul.aktuelllistestart li > div {margin-left: -15px !important;}
}

/* Gallery */
.gallery {margin: 20px 0;}

/* Fade Animation */
.elementanimation{
  animation: animationFrames linear 2s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 2s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 2s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 2s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames{
  0% {
    opacity:1;
    transform:  ;
  }
  50% {
    opacity:0.5;
    transform:  ;
  }
  100% {
    opacity:1;
    transform:  ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    opacity:1;
    -moz-transform:  ;
  }
  50% {
    opacity:0.5;
    -moz-transform:  ;
  }
  100% {
    opacity:1;
    -moz-transform:  ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity:1;
    -webkit-transform:  ;
  }
  50% {
    opacity:0.5;
    -webkit-transform:  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  ;
  }
}

@-o-keyframes animationFrames {
  0% {
    opacity:1;
    -o-transform:  ;
  }
  50% {
    opacity:0.5;
    -o-transform:  ;
  }
  100% {
    opacity:1;
    -o-transform:  ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:1;
    -ms-transform:  ;
  }
  50% {
    opacity:0.5;
    -ms-transform:  ;
  }
  100% {
    opacity:1;
    -ms-transform:  ;
  }
}

/* Verkleinertes Logo beim Scrollen und Stickyposition */
.logostickyvisible {height: auto; opacity: 1; -webkit-transition: opacity 0.5s ease-in-out; -moz-transition: opacity 0.5s ease-in-out; transition: opacity 0.5s ease-in-out;}
.logostickyhidden {height: 0px; opacity: 0;} 
.logonormvisible {height: auto; opacity: 1; -webkit-transition: opacity 0.5s ease-in-out; -moz-transition: opacity 0.5s ease-in-out; transition: opacity 0.5s ease-in-out;}
.logonormhidden {height: 0px; opacity: 0; -webkit-transition: opacity 0.5s ease-in-out; -moz-transition: opacity 0.5s ease-in-out; transition: opacity 0.5s ease-in-out;}

/* Hauptnavigation */
ul.nav {
	margin: 0 0 0 -15px !important;
	padding: 0 !important;
}
ul.nav li {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

/* Navigation Footer */
ul.navigationFooter li {list-style-type: none; display: inline-block; border-left: 1px solid #FFF; padding-left: 10px; padding-right: 6px; margin: 0;}
ul.navigationFooter li:first-child, ul.navigationFooter2 li:nth-child(2) {border-left: none; padding-right: 6px; padding-left: 0px;}
ul.navigationFooter {padding: 0; margin: 0; display: inline-block !important;}

/* Desktop gross */
@media (min-width: 1400px){
.bgparallax {background-size: cover;	}
}

@media all and (min-width: 992px){
.navigationtop {margin: 154px 0 0 0;}
.nopadding-md {padding-left: 0px !important; padding-right: 0px !important;}
}

@media all and (max-width: 991px){
	.logo {text-align: center !important;}
	.onepagenavigation ul {width: 100%; position: relative; z-index: 2; margin: 0 0 0 0; height: 48px; text-align: center;}
	.onepagenavigation ul li {text-align: center;}
	.onepagenavigation ul > li {display: inline-block !important; float: none !important;}
	.navigationtop {margin: 0 0 20px 0;}
}
@media all and (min-width: 769px){
.Top {
  	width: 100%; /* Container auf volle Breite */
  	margin: auto; /* Den Container zusätzlich zentrieren */
  	height: 100%; /* IE soll wie gewünscht interpretieren */
  	overflow: hidden !important; /* Firefox Scrollleiste */
  	background-image:url(../upload/img/bgTop-lg.jpg);
  	background-size: auto;
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-position: top center;
}
}

/* Tablet */
@media all and (max-width: 768px) {
	header {
		padding-bottom: 30px;
}
#navigation {background: #333;}
ul.nav a {color: #FFFFFF !important;}
.navbar-toggle {background: #333333 !important; color: #FFFFFF !important; border: none !important; float: none !important; padding: 25px !important; width: 100% !important; box-sizing:border-box !important;}
	.Top {
		position: relative;
  	width: 100%; /* Container auf volle Breite */
  	margin: auto; /* Den Container zusätzlich zentrieren */
 	min-height: 100%; /* Mindesthöhe auf 100 % (bei modernen Browsern) */
  	height: auto !important; /* important Behel (bei modernen Browsern */
  	height: 100%; /* IE soll wie gewünscht interpretieren */
  	overflow: hidden !important; /* Firefox Scrollleiste */
  	background-image:url(../upload/img/bgTop-lg.jpg);
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: top;
}
	.onepagenavigation ul {width: 100%; position: relative; z-index: 2; margin: 0 0 0 0; height: auto; text-align: center;}
	.onepagenavigation ul > li {display: block !important;}
}

/* iPad mini, iPad 1 & 2 Landscape */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  {
.Top {
	position: relative;
  	width: 100%; /* Container auf volle Breite */
  	margin: auto; /* Den Container zusätzlich zentrieren */
 	min-height: 100%; /* Mindesthöhe auf 100 % (bei modernen Browsern) */
  	height: auto !important; /* important Behel (bei modernen Browsern */
  	height: 100%; /* IE soll wie gewünscht interpretieren */
  	overflow: hidden !important; /* Firefox Scrollleiste */
  	background-image:url(../upload/img/bgTop-1024x768.jpg) !important;
	background-size:auto !important;
  	background-repeat: no-repeat;
	background-position: top;
}

/* Retina iPad Landscape*/
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */}

/* iPad Landscape*/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { /* STYLES GO HERE */}