@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, h3 {
	font-weight: 300 !important;
	font-size: 30px !important;
	margin-bottom: 30px !important;
}

@media all and (max-width: 480px) {
h4 {
	font-size: 30px !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
}
}

@media all and (min-width: 480px) {
h4 {
	font-size: 40px !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
}
}
.hsub {
	font-size: 16px;
	margin-bottom: 30px !important;
	font-weight: bold;
}
#ueberuns h1::first-line {
}
/* 
1.2 Links
***************************************************************
 */
a {
	color: #b00505 !important;
}
a:hover, a:active, a:focus {
	outline: none !important;
}
footer a, footer a:hover {
	color: #FFF !important;
}
/* 
===============================================================
===============================================================
2. Layout
===============================================================
=============================================================== 
*/
@media all and (max-width:991px){
    .textBlack {color: #000000 !important;}
}
.titleStart {display:table; width: 100%; height: 100vH;}
@media all and (max-width: 768px){
	.titleStartInhalt {position: inherit !important; margin-top: 200px;}
}
.titleStartInhalt {width: 100%; height: 100vH; vertical-align: middle; position: fixed; top: 40vH; text-align: center;}
@media all and (min-width: 769px) {
.titleStart {
	overflow: hidden !important; /* Firefox Scrollleiste */
	background-image: url(../upload/img/bgStart-lg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
}
@media all and (max-width: 480px) {
.titleStart {
	overflow: hidden !important; /* Firefox Scrollleiste */
	background-image: url(../upload/img/bgStart-xs.jpg) !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
}


/* Tablet */
@media all and (max-width: 768px) {
.titleStart {
	overflow: hidden !important; /* Firefox Scrollleiste */
	background-image: url(../upload/img/bgStart-1024x768.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
}

/* 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) {
.titleStart {
	overflow: hidden !important; /* Firefox Scrollleiste */
	background-image: url(../upload/img/bgStart-1024x768.jpg) !important;
	background-size: auto !important;
	background-repeat: no-repeat;
	background-position: top;
}
/* Retina iPad Landscape*/
}
@media all and (max-width: 480px){
	.startButton {width: 350px !important;}
}
@media all and (min-width: 480px){
	.startButton {width: 400px !important;}
}
.titleStart a {padding: 20px; background-color: #000 !important; color: #FFF !important;
	-webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;}
.titleStart a:hover {text-decoration: none; background-color: #FFF !important; color: #000 !important;}
.titleStart img {margin-bottom: 15px !important}

.startButton {height: 200px; text-align: right; display: inline-block; font-family: 'Play', sans-serif; text-transform: uppercase; letter-spacing: 5px; font-size: 18px;}
a.startButtonSV::after {
	content: "MARKETING   WERBUNG   LEISTUNGSHONORIERUNG   URHEBER- UND NUTZUNGSRECHTSBEWERTUNG";
	display: block;
	margin-top: 90px;
	color: #676767;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	}
a.startButtonDS::after {
	content: "ZERTIFIZIERTER DATENSCHUTZ FUER UNTERNEHMEN UND BEHOERDEN";
	display: block;
	margin-top: 90px;
	color: #676767;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	padding-left: 80px;
	box-sizing: border-box;
	}
@media all and (min-width:992px){
.startButtonSV {margin-right: 20px;}
.startButtonDS {margin-left: 20px;}
}
@media all and (max-width:992px){
.startButtonSV {margin-bottom: 10px;}
.startButtonDS {margin-top: 10px;}
}
#header {
	background: rgba(255,255,255,1);
	box-shadow: 0px 3px 5px rgba(23,23,23,0.4);
	padding-top: 0px;
	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: 992px) {
.vzentriertAussen {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 500px;
}
.vzentriertInnen {
	padding: 0px !important;
	margin: 0 auto;
}
}

@media all and (max-width: 992px) {
.vzentriertAussen {
	display: inherit;
	vertical-align: inherit;
	width: 100%;
	height: auto;
}
}
/* 
2.0 Abstände
***************************************************************
 */
.paddingBottom30 {
	padding-bottom: 30px !important;
}
.paddingTop50 {
	padding-top: 50px;
}
.paddingBottom50 {
	padding-bottom: 50px;
}
/* 
2.1 Hintergründe
***************************************************************
 */
.bgBlack {
	background: #2e2e2e;
	color: #FFF;
}
.bgGreen {
	background-color: #313131;
	color: #ffffff;
}
#imageBild p {color: #fff !important;}

@media all and (min-width: 992px) {
.greencircle1 {
	background-image: url(../upload/img/circle1.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 600px;
	margin-top: -600px;
}
}

@media all and (max-width: 992px) {
.circle1 {
	background-color: #313131;
	position: relative;
}
}
.bgImageUeberUns {
	background-image: url(../upload/img/bgSection0-lg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	background-color: #313131;
}

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

.bgImage {
	background-image: url(../upload/img/bgSection1-lg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	background-color: #313131;
}
.bgImageDs {
	background-image: url(../upload/img/bgDsSection1-lg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	background-color: #313131;
}
/* 
2.2 Schrift
***************************************************************
 */
.fontwhite, .fontwhite a, .fontwhite a:hover, .fontwhite a:focus, .fontwhite a:active {
	color: #fff !important;
	text-decoration: none;
}
.fontgreen {
	color: #313131;
}
.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: 15px;
	font-weight: normal;
	
}
.nav > li > a {
    padding: 10px 10px !important;

}
ul.nav a:hover {
	background: none !important;
	color: #b00505 !important;
}
ul.nav li.active a {
	background: none !important;
	color: #b00505 !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: #313131;
	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: #313131;
	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: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: url(../upload/layout/scrolltop.png) no-repeat;
	background-color: #313131;
	-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: 300px !important;
	width: 100%;
	background-size: cover !important;
	background-position: center !important;
	position: relative;
}
}
/* 
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: #b00505 !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 {
	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) {
.TopSV {
	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/bgSV-lg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
.TopDS {
	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/bgDS-lg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
}

@media all and (max-width: 480px) {
.TopSV {
	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/bgSV-xs.jpg) !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
.TopDS {
	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/bgDS-xs.jpg) !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
}

/* Tablet */
@media all and (max-width: 768px) {
header {
	padding-bottom: 30px;
}
.TopSV {
	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/bgSV-1024x768.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
.TopDS {
	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/bgDS-1024x768.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) {
.TopSV {
	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;
}
.TopDS {
	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/bgDS-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 */
}
