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

/* 
===============================================================
===============================================================
1. Allgemein
===============================================================
=============================================================== 
*/
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 */
}
.clear {clear: both;}
/* 
1.1 Headlines
***************************************************************
 */
h1, h2 {
	font-weight: 300 !important; 
	font-size: 30px !important; 
	text-transform: uppercase !important; 
	margin-bottom: 30px !important;
}
h3 {
	font-weight: semibold !important; 
	font-size: 20px !important; 
	margin-bottom: 15px !important;
	text-transform: uppercase !important;
	color: #e43020 !important;
}
#ueberuns h1::first-line {

}
/* 
1.2 Links
***************************************************************
 */
a {color: #e43020 !important;}
a:hover, a:active, a:focus { outline: none !important;}
footer a, footer a:hover {color: #FFF !important;}


/* 
===============================================================
===============================================================
2. Layout
===============================================================
=============================================================== 
*/
#header {
	background: rgba(255,255,255,1);
	box-shadow: 0px 3px 5px rgba(23,23,23,0.4);
	padding-top: 30px;
	z-index: 1000 !important;
	border-top: 1px solid #2e2e2e;
}
footer {
	padding: 100px 0;
	background: #2e2e2e;
}
.owncontent {
	padding: 50px 0;
}
.nopadding {
	padding: 0 !important;
}
ul {padding: 15px;}
.sprungziel::before {
    content: " ";
    display: block;
    height: 135px !important;
    margin-top: -135px !important;
}
.inhalt {
	z-index:0; overflow: hidden;
}

@media all and (min-width: 768px){
	.fuenfsp {width: 20% !important;}
	.leistungsbox {}
}
/* 
2.0 Abstände
***************************************************************
 */
.paddingBottom30 {padding-bottom: 30px !important;}
/* 
2.1 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: #2e2e2e;
}

/* 
2.2 Schrift
***************************************************************
 */
.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);}
/* 
2.3 Navigation
***************************************************************
 */
/* --- 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;}
/* 
2.4 Formulare
***************************************************************
 */
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;
}
/* 
2.5 Navigation
***************************************************************
 */
.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: #e43020 !important;}
ul.nav li.active a {background: none !important; color: #e43020 !important;}
/* 
2.6 Inhalte
***************************************************************
 */
.bgHistorie {margin-top: 30px;}
.bgHistorie {background:url(../upload/layout/bgTrenner.png) -53px repeat-y;}
.bgHistorie p:nth-of-type(2n+1) {background: #e43020; color: #fff; width: 50px; height: 50px; border-radius: 100%; text-align: center; display: inline-block; padding-top: 15px;}
.bgHistorie p:nth-of-type(2n+2) { display: inline-block; margin-left: 40px; width: 100%; }
.ibmlogo {margin-top: 20px !important;}
.rundesicon {background: #e43020; color: #FFFFFF; width: 100px; height: 100px; border-radius: 50%; font-size: 30px; text-align: center; padding-top: 30px; margin-bottom: 20px;}

/* 
===============================================================
===============================================================
3. Plug-Ins
===============================================================
=============================================================== 
*/
/* 
3.1 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;}
/* 
3.2 Scroll Down
***************************************************************
 */
.fontscroll, .fontscroll a, .fontscroll a:hover, .fontscroll a:focus, .fontscroll a:active {
    color: #fff !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: #2e2e2e;
	border-radius: 10px 10px 0 0;
}
/* 
3.3 Scroll Up
***************************************************************
 */
.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;
}
/* 
3.4 Parallax
***************************************************************
 */
.parallax {
		min-height: 600px;
		background-size: cover;
 	 	width: 100%;
 		height: auto;
	}
@media all and (max-width: 768px){
	.parallax {height: 400px !important; height: auto;background-size:auto !important;}
}
/* 
3.5 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:  ;
  }
}

/* 
===============================================================
===============================================================
4. Module
===============================================================
=============================================================== 
*/

/* Newsbereich {modul: article_list_reloaded}
--------------------------------------------------------------- */
ul.aktuelllistestart {padding: 0; margin:0; list-style-position:inside;}
ul.aktuelllistestart li {list-style-type:none;}
ul.aktuelllistestart li > div {margin-bottom: 4px; margin-top: 4px;}
@media all and (min-width:768px){
ul.aktuelllistestart li:nth-child(3n+1) > div {padding-right: 4px !important;}
ul.aktuelllistestart li:nth-child(3n+2) > div {padding-right: 2px !important; padding-left: 2px !important;}
ul.aktuelllistestart li:nth-child(3n+3) > div {padding-left: 4px !important;}
}
.aktuelllistestartText {margin-top: -100px; background:rgba(255,255,255,0.5); position:absolute; z-index:4; width: 100%; height: 100px; padding-left: 20px;}

#articleList .newsPagination a.active {
    background: none repeat scroll 0 0;
    color: #e43020 !important;
}
#articleList .newsPagination a {
    border: none !important;
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    text-align: center;
    width: 20px;
	font-size: 20px !important;
}

.aktuelllistestart .pagination a {color: #1a171b !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;}
}
.newsPagination a.pageCounter {background: none !important;}
.newsPagination a:hover {text-decoration: none;}

/* Fancybox Gallery {modul: gallery}
--------------------------------------------------------------- */
.gallery {margin: 20px 0;}
.galerielupe {position: absolute; right: 20px; top: 20px; z-index: 3;}
.dfGallery {margin-top: 30px;}
.dfgLink .fancybox-thumbs:hover {opacity: 0.5; filter:Alpha(Opacity=50); -webkit-transition:opacity 250ms ease-out; -moz-transition:opacity 250ms ease-out; -o-transition:opacity 250ms ease-out; transition:opacity 250ms ease-out;}
.dfgLink .fancybox-thumbs {opacity: 1; filter:Alpha(Opacity=100); -webkit-transition:opacity 250ms ease-out; -moz-transition:opacity 250ms ease-out; -o-transition:opacity 250ms ease-out; transition:opacity 250ms ease-out;}
@media all and (min-width:768px){
div.liGallery > div.Gallery_cell:nth-of-type(4n+1) {padding-right: 6px !important; padding-left: 0px !important;}
div.liGallery > div.Gallery_cell:nth-of-type(4n+2) {padding-right: 3px !important; padding-left: 3px !important;}
div.liGallery > div.Gallery_cell:nth-of-type(4n+3) {padding-right: 0px !important; padding-left: 6px !important;}
.galleryScreen {max-height: 137px; overflow:hidden;}
}
div.liGallery > div.Gallery_cell {padding-bottom: 9px !important;}

/* EOC Module
--------------------------------------------------------------- */

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

@media all and (min-width: 992px){
.navigationtop {margin: 154px 0 0 0;}
.nopadding-md1 {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: cover;
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-position: center center;
}
}
@media all and (max-width: 480px){
.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-xs.jpg) !important;
  	background-repeat: no-repeat;
  	background-size: cover;
	background-position: top;
}
}

/* Tablet */
@media all and (max-width: 768px) {
	header {
		padding-bottom: 30px;
}
	.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 */}