@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 */
}
body {
  font-size: 16px !important;
}
@media all and (max-width:768px) {
  body {
    font-size: 18px !important;
  }
}
.clear {
  clear: both;
}
.cmpboxbtnspan a, a.cmpboxbtn {
  color: #FFF !important;
}
/* 
1.1 Headlines
***************************************************************
 */
h1, h2, h3 {
  font-weight: 300 !important;
  margin-bottom: 30px !important;
}
/* Große Claims */
h1.claim, h2.claim, h3.claim {
  font-size: 70px !important;
  font-weight: 700 !important;
  line-height: 1.05;
}
/* Tablet */
@media (max-width: 991px) {
  h1.claim, h2.claim, h3.claim {
    font-size: 48px !important;
  }
}
/* Smartphone */
@media (max-width: 767px) {
  h1.claim, h2.claim, h3.claim {
    font-size: 36px !important;
    line-height: 1.1;
  }
}
@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;
}
.sub {
  font-size: 20px !important;
}
/* 
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, 0.9);
  box-shadow: 0px 3px 5px rgba(23, 23, 23, 0.4);
  padding-top: 0px;
  z-index: 1000 !important;
}
footer {
  padding: 40px 0;
}
.owncontent {
  padding: 50px 0;
}
.nopadding {
  padding: 0 !important;
}
ul {
  padding: 0 15px;
}
ul.redline {
  list-style: none;
  margin: 25px 0;
  padding: 0;
}
ul.redline li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 12px;
  line-height: 1.6;
}
ul.redline li::before {
  content: "⸺";
  position: absolute;
  left: 0;
  top: 0;
  color: #b00505; /* Rot */
  font-weight: 700;
}
/*.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;
}
.paddingTop100 {
  padding-top: 100px;
}
.paddingBottom100 {
  padding-bottom: 100px;
}
/* 
2.1 Hintergründe
***************************************************************
 */
.bgBlack {
  background: #2e2e2e;
  color: #FFF;
}
#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;
  }
  .greencircle1::before {
    position: absolute;
    content: "";
    width: 1000px;
    height: 1000px;
    border-radius: 50% !important;
    background: #17a8e1;
    transform: translateX(30%) translateY(-50%);
	  
   
    box-shadow: 10px 10px 0 rgba(0,0,0,.25);
  }
}*/
.greencircle1 {
  position: relative;
  left: 50%;
}
/* Standardwerte */
.greencircle1 {
  --bubble-x: -67%;
  --bubble-y: -50%;
}
.greencircle1::before {
  position: absolute;
  content: "";
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  background: #17a8e1;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, .25);
  /*
   * Ganz wichtig:
   * Die finale Position steht bereits im Grundzustand.
   * Dadurch springt der Bubble beim Ausblenden nicht mehr.
   */
  transform:
    translateX(var(--bubble-x)) translateY(var(--bubble-y)) rotate(0deg) scale(1);
  transform-origin: center bottom;
  opacity: 0;
  transition: opacity .6s ease-in-out;
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.greencircle1.is-visible::before {
  opacity: 1;
  animation: comicBlobIn 1.8s ease-in-out forwards;
}
/* Mobil */
@media (max-width: 767px) {
  .greencircle1 {
    --bubble-x: -40%;
  }
}
/* Desktop und Tablet */
@media (min-width: 768px) {
  .greencircle1 {
    --bubble-x: -67%;
  }
}
/* Eine gemeinsame Animation für alle Größen */
@keyframes comicBlobIn {
  0% {
    transform:
      translateX(var(--bubble-x)) translateY(-36%) rotate(-2.5deg) scale(.64, .52);
  }
  28% {
    transform:
      translateX(var(--bubble-x)) translateY(-52%) rotate(1.5deg) scale(1.16, 1.04);
  }
  48% {
    transform:
      translateX(var(--bubble-x)) translateY(-48.5%) rotate(-.8deg) scale(.98, 1.035);
  }
  68% {
    transform:
      translateX(var(--bubble-x)) translateY(-50.5%) rotate(.4deg) scale(1.018, .992);
  }
  84% {
    transform:
      translateX(var(--bubble-x)) translateY(-49.8%) rotate(-.15deg) scale(.997, 1.008);
  }
  100% {
    transform:
      translateX(var(--bubble-x)) translateY(var(--bubble-y)) rotate(0deg) scale(1);
  }
}
@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_1-lg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  background-color: #f6f6f4;
}
.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;
}
.bgImageStart {
  background-image: url(../upload/img/_A677697-Bearbeitet3MitBanner_highRes-lg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  background-color: #17a8e1;
}
.bgImageImage1 {
  background-image: url(../upload/img/_A677927_highRes-lg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  background-color: #313131;
}
.bgImageImage2 {
  background-image: url(../upload/img/_A677880_highRes-lg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  background-color: #313131;
}
.bgImageEinfachmelden {
  background-image: url(../upload/img/_A677849_highRes-lg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  background-color: #17a8e1;
}
/* Tablet  */
@media (min-width: 768px) and (max-width: 1200px) {
  .bgImageImage1, .bgImageImage2, .bgImageUeberUnsDs{
	  background-attachment: scroll;
  }
}
/* Basis */
.TopDS {
  position: relative;
  overflow: hidden;
  background-position: center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vH;
  background-color: #17a8e1;
}
/* Desktop */
@media (min-width: 1200px) {
  .TopDS {
    background-image: url("../upload/img/bgDS-lg.jpg");
	  background-size: cover;
  }
}
/* Tablet  */
@media (min-width: 768px) and (max-width: 1200px) {
  .TopDS {
    background-image: url("../upload/img/bgDS-1024x768.jpg");
	  background-attachment: scroll;
  }
}
/* Smartphone */
@media (max-width: 767px) {
  .TopDS {
    background-image: url("../upload/img/bgDS-xs.jpg");
	  background-attachment: scroll;
  }
}
footer {
  background-color: #17a8e1;
  color: #ffffff;
}
#uebersicht {
  background-color: #17a8e1;
  color: #ffffff;
}
#datenschutz {
  background: #f6f6f4;
}
#newsletter {
  background: #f6f6f4;
}
#nis2 {
  background-color: #313131;
  color: #ffffff;
}
#hinschg {
  background-color: #313131;
  color: #ffffff;
}
/* 
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: #17a8e1;
  border-radius: 5px;
  padding: 14px;
  border: none;
  width: 100%;
  font-weight: 600;
  text-align: left;
  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 {
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
  }
  .bgMobile {
    width: 100%;
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center !important;
    position: relative !important;
  }
}
.parallax1 {
  min-height: 100vH !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: #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;
  }
}
@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;
  }
}
/* 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;
  }
  .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;
  }
  /* 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 */
}
/* 2026 */
.scrolldown {
  background: none !important;
  padding-bottom: 50px;
  width: 300px !important;
  margin-left: 0px !important;
  transform: translateX(-50%);
}
.page-scroll .glyphicon {
  font-size: 40px;
}
.page-scroll .glyphicon::after {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  content: "Keine Panik. Wir kümmern uns.";
  width: 300px;
  height: 30px;
  padding-top: 10px;
}
#startseite .parallax, #einfachmelden .parallax, .vh-100-center {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
section .parallax {
  padding: 100px 0;
}
.eyebrew {
  position: relative;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .8);
  margin-bottom: 60px;
  left: 20px;
}
.eyebrew .dot {
  padding: 0 5px;
}
.eyebrew::before {
  content: "";
  height: 30px;
  width: 2px;
  background: #ffffff;
  position: absolute;
  margin-left: -20px;
}
.eyebrew.light {
  position: relative;
  text-transform: uppercase;
  color: rgba(51, 51, 51, .8);
  margin-bottom: 60px;
  left: 20px;
}
.eyebrew.light .dot {
  padding: 0 5px;
}
.eyebrew.light::before {
  content: "";
  height: 30px;
  width: 2px;
  background: #b00505;
  position: absolute;
  margin-left: -20px;
}
/* =========================================================
   KNOWLEDGE SECTION
   ========================================================= */
.knowledge-section {
  position: relative;
  overflow: hidden;
}
.knowledge-section .vh-100-center, .knowledge-section .parallax {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}
/* Browser soll die Scrollposition nicht selbst korrigieren */
.knowledge-section, .knowledge-clip, .knowledge-content, .knowledge-fade, .knowledge-toggle {
  overflow-anchor: none;
}
/* =========================================================
   CLIP
   ========================================================= */
.knowledge-clip {
  position: relative;
  height: 130vh;
  overflow: hidden;
  transition: height .9s cubic-bezier(.22, 1, .36, 1);
  will-change: height;
}
.knowledge-content {
  position: relative;
  z-index: 1;
}
/* =========================================================
   FADE
   ========================================================= */
.knowledge-fade {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 0;
  width: 100vw;
  height: 360px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 20px 30px;
  box-sizing: border-box;
  z-index: 20;
  pointer-events: none;
  transition:
    background .35s ease, padding .35s ease, height .35s ease;
}
.knowledge-toggle {
  pointer-events: auto;
}
/* =========================================================
   HELL
   ========================================================= */
#datenschutz .knowledge-fade {
  background:
    linear-gradient(to bottom, rgba(246, 246, 244, 0) 0%, rgba(246, 246, 244, .45) 35%, rgba(246, 246, 244, .85) 70%, #f6f6f4 100%);
}
/* =========================================================
   DUNKEL
   ========================================================= */
#nis2 .knowledge-fade, #hinschg .knowledge-fade {
  background:
    linear-gradient(to bottom, rgba(49, 49, 49, 0) 0%, rgba(49, 49, 49, .45) 35%, rgba(49, 49, 49, .85) 70%, #313131 100%);
}
/* =========================================================
   BUTTON
   ========================================================= */
.knowledge-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 14px 24px;
  border: 3px solid #111;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: 6px 6px 0 #111;
  transition:
    transform .18s ease, box-shadow .18s ease;
}
.knowledge-toggle:hover {
  transform: translate(2px, 2px);
  box-shadow: 4px 4px 0 #111;
}
.knowledge-toggle:focus-visible {
  outline: 3px solid #af0404;
  outline-offset: 5px;
}
.knowledge-toggle-icon {
  display: inline-block;
  color: #af0404;
  font-size: 1.2em;
  line-height: 1;
  transition: transform .35s ease;
}
/* =========================================================
   GEÖFFNET
   ========================================================= */
.knowledge-section.is-expanded {
  overflow: visible;
}
.knowledge-section.is-expanded .knowledge-clip {
  overflow: visible;
}
/*
 * Jetzt wird der Button Teil des normalen Layouts.
 * Dadurch gehört er zur Gesamthöhe der Section.
 */
.knowledge-section.is-expanded .knowledge-fade {
  position: relative !important;
  left: 50%;
  right: auto;
  bottom: auto;
  width: 100vw;
  height: auto;
  transform: translateX(-50%);
  padding: 40px 20px 60px;
  background: transparent !important;
}
.knowledge-section.is-expanded .knowledge-toggle-icon {
  transform: rotate(180deg);
}
/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width:767px) {
  .knowledge-clip {
    height: 150vh;
  }
  .knowledge-fade {
    height: 300px;
    padding: 0 18px 24px;
  }
  .knowledge-toggle {
    max-width: calc(100vw - 36px);
    padding: 13px 18px;
    font-size: 14px;
  }
  .knowledge-section.is-expanded .knowledge-fade {
    padding: 30px 18px 40px;
  }
}
/* =========================================================
   REDUCED MOTION
   ========================================================= */
@media (prefers-reduced-motion:reduce) {
  .knowledge-clip, .knowledge-fade, .knowledge-toggle, .knowledge-toggle-icon {
    transition: none;
  }
}
/* Ausgangszustand */
.reveal {
  opacity: 0;
  transform: translateY(35px);
  transition:
    opacity .9s ease, transform .9s cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}
/* Varianten */
.reveal-left {
  transform: translateX(-45px);
}
.reveal-right {
  transform: translateX(45px);
}
.reveal-up {
  transform: translateY(45px);
}
/* Sichtbarer Zustand */
.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* Optional: verzögerte Elemente */
.reveal-delay-1 {
  transition-delay: .12s;
}
.reveal-delay-2 {
  transition-delay: .24s;
}
.reveal-delay-3 {
  transition-delay: .36s;
}
/* Barrierefreiheit */
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* =========================================================
   CTA – GRUNDSTIL
   ========================================================= */
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 26px;
  border: 3px solid #111;
  border-radius: 999px;
  background: #b00505;
  color: #fff;
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 6px 6px 0 #111;
  transition:
    transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}
.cta-button::after {
  content: "";
  color: #fff;
  font-size: 1.2em;
  line-height: 1;
  transition: transform 180ms ease;
}
.cta-button:hover, .cta-button:focus {
  color: #b00505;
  text-decoration: none;
  transform: translate(2px, 2px);
  box-shadow: 4px 4px 0 #111;
}
.cta-button:hover::after, .cta-button:focus::after {
  transform: translateX(4px);
}
.cta-button:focus-visible {
  outline: 3px solid #d9272e;
  outline-offset: 5px;
}
/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 767px) {
  .cta-button {
    max-width: 100%;
    padding: 13px 20px;
    font-size: 15px;
  }
}
/* =========================================================
   REDUCED MOTION
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  .cta-button, .cta-button::after {
    transition: none;
  }
}