#mobileindicator {
  font-size:10px;
}

#SgCookieOptin {
    background: rgba(25,13,12,.6) !important;
}

#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-footer .sg-cookie-optin-box-copyright {
  display:none !important;
}

* {
  font-family: 'Fira Sans',sans-serif;  
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}
.align-center {  text-align: center; }
.align-right {  text-align: right; }
.align-justify {  text-align: justify; }
body {
  margin: 0;
    padding: 0;

    background-color:#bac4de;

  font-family: 'Fira Sans Condensed',sans-serif;

}

header#header *,
footer * {
  font-family: 'Fira Sans Condensed',sans-serif;

}

.far {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 400;
}

.fab {
  font-family: 'Font Awesome 5 Brands' !important;
  font-weight: 400;
}

header#header.header1default {
  height: 10vh;
  min-height:90px;
    background-color: #190d0c;
    border-bottom:2px solid #fff;

    position: fixed;
    top:0;
    left:0;
    right:0;

    z-index:1000;

 transition:transform 0.2s ease;
}


header#header.header2journal {
  height: 14vh;
  min-height:90px;
  padding:3vh 0 1vh 0;
  box-sizing: border-box;
    border-bottom:1px solid #190d0c55;

    position: fixed;
    top:0;
    left:0;
    right:0;

    z-index:1000;

 transition:transform 0.2s ease;
}

header#header.hide {
  /*transform:translateY(-100%);*/
  transform:translateY(calc(-100% - 20vh))
}

header#header .header-inner{
  width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: calc(100% - 8vw);
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
}

#logo {
  padding:10px;
  box-sizing: border-box;

  width: 10vw;
  flex-basis:10vw;
  max-width: 100px;
}

#logo a {
  display: inline-block;
  height: 100%;
  width:10vw;
  max-width: 100px;
}

#logo a img {
  height: 100%;
  width:auto;
}


#skslogo {
  padding:10px;
  box-sizing: border-box;

  width: 30%;
  flex-basis:100px;
}

#skslogo a {
  display: inline-block;
  height: 100%;
}

#skslogo a img {
  height: 100%;
  width:auto;
}

#skslogo a img.skslabel-mobile {
  display: none;
}

#mainnav {
  flex:1;
  text-align: right;
}

#mainnav ul {
  margin: 3vh 0 0 0;
    padding: 0;
    list-style-type: none;
    color: #fff;
    line-height: 7vh;
    font-size: 1.375em;
    font-weight: 400;
}

#mainnav ul li {
  display: inline-block;
  padding-left:1em;
}

#mainnav ul li a {
  color:inherit;
  text-decoration: none;
}

#siteholder {
  margin-top:10vh;
  overflow-x: hidden;
}


footer {
  height: 50px;
    background-color: #190d0c;
}

.footer-inner {
  width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: calc(100% - 8vw);
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    color: #fff;
    font-size: 0.8125em;
    font-weight: 500;
    align-items: center;
}

.footer-kontakt {
  width: 50%;
}

#footernav {
  width: 50%;
  text-align: right;
}

#footernav ul {
  margin:0;
  padding:0;
  list-style-type: none;
}

#footernav ul li {
  display: inline-block;
  padding-left:1em;
}

#footernav ul li a {
  color:inherit;
  text-decoration: none;
}


#siteholder h1 {
  font-family: 'Fira Sans Condensed',sans-serif;
  color:#190d0c;  
  padding:0;
  margin:0 0 1em 0;
  word-break: break-word;
}

#siteholder h2 {
  font-family: 'Fira Sans Condensed',sans-serif;
  color:#190d0c;  
  padding:0;
  margin:0 0 1em 0;
  word-break: break-word;
}


#siteholder h3,
#siteholder h4,
#siteholder h5 {
  padding:0;
  margin:0 0 1em 0;
  word-break: break-word;
}




#siteholder h1.riesig,
#siteholder h2.riesig,
#siteholder h3.riesig,
#siteholder h4.riesig,
#siteholder h5.riesig {
  font-size: 87px;
  line-height: 100px;
  font-weight: 500;
    color:#190d0c;  
}

#siteholder h1.sehrgross,
#siteholder h2.sehrgross,
#siteholder h3.sehrgross,
#siteholder h4.sehrgross,
#siteholder h5.sehrgross {
  font-size: 72px;
  line-height: 80px;
  font-weight: 500;
  color:#190d0c;    

}

#siteholder h1.gross,
#siteholder h2.gross,
#siteholder h3.gross,
#siteholder h4.gross,
#siteholder h5.gross {
  font-size: 51px;
  line-height: 60px;
  font-weight: bold;
  color:#190d0c;    

}

#siteholder h1.mittel,
#siteholder h2.mittel,
#siteholder h3.mittel,
#siteholder h4.mittel,
#siteholder h5.mittel {
  font-size: 43px;
  line-height: 60px;
  font-weight: bold;
  color:#190d0c;    
}



#siteholder h1.weiss,
#siteholder h2.weiss,
#siteholder h3.weiss,
#siteholder h4.weiss,
#siteholder h5.weiss {
  color:#fff;
}


#siteholder p {
  font-size:21px;
  color:#190d0c;  
  font-weight: 500;
  line-height: 30px;
  padding:0;
  margin:0 0 1em 0;
}

#siteholder p.weiss {
  color:#fff;
}
/*
#siteholder .bgtransparent h1,
#siteholder .bgtransparent h2,
#siteholder .bgtransparent h3,
#siteholder .bgtransparent h4,
#siteholder .bgtransparent h5,
#siteholder .bgtransparent p {
  color:#fff;
}
*/
#siteholder .ce-gallery img {
  max-width: 100%;
  height:auto;
}


.section {
  background-color: #bac4de;
}

.megasection-fg .section {
  background-color: transparent;
}
.section .section-inner {
  display: flex;
    max-width: calc(1200px + 4em);
    margin: 0 auto;
    padding: 0 2em;
}

.section.margin-top-0 .section-inner { padding-top:0; }
.section.margin-top-1 .section-inner { padding-top:2em; }
.section.margin-top-2 .section-inner { padding-top:5em; }
.section.margin-top-3 .section-inner { padding-top:8em; }
.section.margin-top-4 .section-inner { padding-top:12em; }

.section.margin-bottom-0 .section-inner { padding-bottom:0; }
.section.margin-bottom-1 .section-inner { padding-bottom:2em; }
.section.margin-bottom-2 .section-inner { padding-bottom:5em; }
.section.margin-bottom-3 .section-inner { padding-bottom:8em; }
.section.margin-bottom-4 .section-inner { padding-bottom:12em; }

.section-left-wrapper {
  padding:2em;
}

.section-right-wrapper {
  padding:2em;
}

.section.column-100-0 .section-left { flex:100; }
.section.column-100-0 .section-right { flex:0; }

.section.column-25-75 .section-left { flex:25; }
.section.column-25-75 .section-right { flex:75; }

.section.column-50-50 .section-left { flex:50; }
.section.column-50-50 .section-right { flex:50; }

.section.column-75-25 .section-left { flex:75; }
.section.column-75-25 .section-right { flex:25; }

.section.column-33-67 .section-left { flex:33; }
.section.column-33-67 .section-right { flex:67; }

.section.column-67-33 .section-left { flex:67; }
.section.column-67-33 .section-right { flex:33; }




.lpmegaboxgetin {
  width:100%;
  height: 100vh;
  position: relative;
}

.lpmegaboxgetin.hidden {
  opacity: 0;
}

.lpmegaboxgetin-inner {
  position: absolute;
  left:0;
  top:10vh;
  top:0;
  right:0;
  bottom:0;
  background-size:cover;
  background-position: center;
}


.advsection {
  background-color: #bac4de;
  background-size: cover;
  background-position: center;
}

.advsection.bgtransparent {
  background-color: transparent;
}

.advsection-hasborder .advsection-inner {
  border-width: 2px;
  border-style: solid;
}
.advsection-hasborder-left .advsection-left {
  border-width: 2px;
  border-style: solid;
  padding: 20px;
  box-sizing: border-box;
}
.advsection-hasborder-right .advsection-right {
  border-width: 2px;
  border-style: solid;
  padding: 20px;
  box-sizing: border-box;
}
.advsection.column-100-0.advsection-hasborder-right .advsection-right {
  border-width: 0;
}


.megasection-fg .advsection {
  background-color: transparent;
}
.advsection .advsection-inner {
  display: flex;
    max-width: calc(1200px + 4em);
    margin: 0 auto;
    padding: 0 2em;
    width: 100%;
    box-sizing: border-box;
}


.advsection.advsection_smallwidth .advsection-inner {
  display: flex;
    max-width: calc(700px + 4em);
    margin: 0 auto;
    padding: 0 2em;
}
.advsection.advsection_fullwidth .advsection-inner {
  display: flex;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

.advsection.margin-top-0 .advsection-inner { padding-top:0; }
.advsection.margin-top-1 .advsection-inner { padding-top:2em; }
.advsection.margin-top-2 .advsection-inner { padding-top:5em; }
.advsection.margin-top-3 .advsection-inner { padding-top:8em; }
.advsection.margin-top-4 .advsection-inner { padding-top:12em; }

.advsection.margin-bottom-0 .advsection-inner { padding-bottom:0; }
.advsection.margin-bottom-1 .advsection-inner { padding-bottom:2em; }
.advsection.margin-bottom-2 .advsection-inner { padding-bottom:5em; }
.advsection.margin-bottom-3 .advsection-inner { padding-bottom:8em; }
.advsection.margin-bottom-4 .advsection-inner { padding-bottom:12em; }

.advsection-left-wrapper {
  padding:2em;
}

.advsection-right-wrapper {
  padding:2em;
}

.advsection.advsection_fullwidth .advsection-left-wrapper {
  padding-left:0;
  padding-right:0; 
  padding:0; 
}

.advsection.advsection_fullwidth .advsection-right-wrapper {
  padding-right:0;
}


.advsection-left,
.advsection-right {
  /*overflow: hidden;*/
  position: relative;
}




.advsection.column-100-0 .advsection-left { flex:100; }
.advsection.column-100-0 .advsection-right { flex:0; }

.advsection.column-25-75 .advsection-left { flex:25; }
.advsection.column-25-75 .advsection-right { flex:75; }

.advsection.column-50-50 .advsection-left { flex:50; }
.advsection.column-50-50 .advsection-right { flex:50; }

.advsection.column-75-25 .advsection-left { flex:75; }
.advsection.column-75-25 .advsection-right { flex:25; }

.advsection.column-33-67 .advsection-left { flex:33; }
.advsection.column-33-67 .advsection-right { flex:67; }

.advsection.column-67-33 .advsection-left { flex:67; }
.advsection.column-67-33 .advsection-right { flex:33; }


.advsection-left.dropshadow .ce-textpic,
.advsection-left.dropshadow .ce-nowrap .ce-bodytext,
.advsection-left.dropshadow .ce-gallery,
.advsection-left.dropshadow .ce-row,
.advsection-left.dropshadow .ce-uploads li,
.advsection-left.dropshadow .ce-uploads div {
  overflow: visible;
}


.advsection-right.dropshadow .ce-textpic,
.advsection-right.dropshadow .ce-nowrap .ce-bodytext,
.advsection-right.dropshadow .ce-gallery,
.advsection-right.dropshadow .ce-row,
.advsection-right.dropshadow .ce-uploads li,
.advsection-right.dropshadow .ce-uploads div {
  overflow: visible;
}

.advsection-left.dropshadow img,
.advsection-right.dropshadow img {
  display: block;
    box-shadow: 0px 0px 11px 1px rgba(161,176,209,1);
}


.advsection-infobox-outer-wrapper {
  position: relative;
  height: 0;
  pointer-events: none;
}

.advsection-infobox-outer {
  position: relative;
  height: 168px;
}

.advsection-infobox {
  position: absolute;
  width: 100%;
  max-width: 250px;
  padding:20px;
  z-index: 100;
  pointer-events: all;
}


.advsection-infobox-horz-left {
  left:65px;
}
.advsection-infobox-horz-right {
  right:65px;
}

.advsection-infobox-vert-top {
  top:0;
}
.advsection-infobox-vert-center {
  top:50%;
  transform:translateY(-50%);
}
.advsection-infobox-vert-bottom {
  bottom:0;
}

.openboxanimationstep {
  height: 40vh;
}

.megasection-bg-inner-gradient {
  height: 5vw;
    position: relative;
    z-index: 1;  
}

.imageswiper-inner {
  position: relative;
}

.imageswiper-inner img {
  width: 100%;
  height:auto;
}

.imageswiper-inner-second {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  overflow: hidden;
  height: auto;
  max-height:1000px;
  transition: max-height 3s ease-in-out;  
}

.imageswiper.go .imageswiper-inner-second {
  max-height: 0px;
}


.hideondesktop {
  display: none !important;
  height:0 !important;
  overflow: hidden;
}


.lpyoutubevideo .lpyoutubevideo-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

@media (max-aspect-ratio: 16/9) {
  .megasection-animate-element .lpyoutubevideo.lpyoutubevideo-autoplay.lpyoutubevideo-isnotmobile .lpyoutubevideo-wrapper {
    position: relative;
    width: 320%;
    padding-bottom: initial;
    height: 100vh;
    margin-left: -110%;
  }
}



.lpyoutubevideo-wrapper-previewimage {
  position: absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  cursor: pointer;
  background-color: #000;
}

.lpyoutubevideo-wrapper-previewimage .loadingarrow {
  position: absolute;
  width: 30%;
  height: 30%;
  top:35%;
  left:35%;
  fill:#fff;
}

.lpyoutubevideo-wrapper-previewimage .loadingarrow svg {
  width: 100%;
  height:100%;
}

/*
.lpyoutubevideo-wrapper-previewimage::before {
  content: ' ';
  position: absolute;
  width: 30%;
  height: 30%;
  background: url(../images/svg/pz_klinkerbox_play_button.svg) center center no-repeat;
  background-size: contain;
  top:35%;
  left:35%;

}
*/

.megasection-animate-element .lpyoutubevideo.lpyoutubevideo-autoplay .lpyoutubevideo-wrapper-previewimage::before {
  display: none;
}


.lpyoutubevideo-wrapper-previewimage img {
  width: 100%;
  height: auto;
  display: block;
}



.megasection-animate-element .lpyoutubevideo.lpyoutubevideo-autoplay .lpyoutubevideo-wrapper-previewimage img {
  width: 100%;
  height: 100vh;
  display: block;
  object-fit: cover;
}


.lpyoutubevideo-wrapper-previewimage.hide {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.lpyoutubevideo-wrapper-video {
  position: absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
}


iframe.lpyoutubevideo-wrapper-video {
  width: 100%;
  height: 100%;
}

.lpyoutubevideo-nointeraction iframe {
  pointer-events: none;
}


.lpyoutubevideo.lpyoutubevideo-scale .lpyoutubevideo-wrapper {
  overflow: hidden;
}

.lpyoutubevideo-scale iframe {
  transform: scale(1.55) translateY(4%);
}

a.a-linkarrow {
  color: #6f6f6f;
  text-decoration: none;
  margin-left: 40px;
  /* display: inline-block; */
  display: block;
  position: relative;
}

a.a-linkarrow::before {
  content: '→';
  /* margin-right: 40px; */
  margin-left: -40px;
  position: absolute;
}

#anchornav {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 110;
}

#anchornav ul {
  margin:0 10px 0 0;
  padding:0;
  list-style-type: none;
  line-height: 2em;
  font-size: 20px;
}


#anchornav ul li {
  height: 2em;
  }

  #anchornav ul li a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#anchornav ul li a .label {
  opacity: 0;
  transition: opacity 0.2s ease;
  transition-delay: 0s;
}
#anchornav ul li.active a .label,
#anchornav ul li:hover a .label {
  opacity: 1;
  transition-delay: 0.2s;
}

#anchornav ul li a .line {
  width: 30px;
  background-color: #000;
  height: 1px;
  margin-left: 10px;
  transition: width 0.2s ease;
    transition-delay: 0.2s;
}

#anchornav ul li.active a .line,
#anchornav ul li:hover a .line {
  width: 40px;
  transition-delay: 0s;
  height: 2px;
}

.header2journal .header-logos {
  display: flex;
  flex:0 0 40%;
}

.header2journal .headerlabeljournal {
  flex:0 0 20%;
  text-align: center;
  background:url(../images/klinkerjournal_logo.svg) center center no-repeat;
  background-size:auto 65%;
}

.header2journal .header-elements {
  flex:0 0 40%;
  text-align: right;

  justify-content: flex-end;
  display: flex;

  font-size: 30px;
  padding-top: 3vh;
}

.header2journal .header-backlink {
  
}

.header2journal .header-backlink a {
  display:inline-block;
  border-right: 1px solid #000;
  padding-right: 15px;
  color: inherit;
  background: url(../images/svg/kj_pfeil_links.svg) 0 0 no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
  text-decoration: none;
  margin-top: 2px;
}


.header2journal .header-share a {
  
  padding-right: 15px;
  color: inherit;
  background: url(../images/svg/kj_icon_teilen.svg) 0 0 no-repeat;
  background-size: contain;
  height: 30px;
  width: 30px;
  text-decoration: none;
  display: none;
}

.header2journal .header-social ul {
  list-style-type: none;
  margin:0;
  padding:0;

}
.header2journal .header-social ul li {
  display:inline-block;
  margin-left: 15px;
}

.header2journal .header-social ul li a {
  color:inherit;
}

.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom;
  padding-top: 15px;
}


.lpverticaldivider {
  text-align: center;
}

.lpverticaldivider-inner {
  width:1px;
  background-color: #000;
  margin:0 auto;
  display: inline-block;  
  height: 100%;
}


.lptextwithlines-inner {
  display: flex;
  max-width: calc(1200px + 4em);
  margin: 0 auto;
  width: 100%;
}


.lptextwithlines-line1 {
  flex:1 1 50%;
  height: 1px;
  background: #fff;
  margin-right: 50px;
  transform:translateY(0.6em);
}

.lptextwithlines-content {
  flex:0 0 auto;
  color:#fff;
}

.lptextwithlines-line2 {
  flex:1 1 50%;
  height: 1px;
  background: #fff;
  margin-left: 50px;
  transform:translateY(0.6em);
}

p.mitlinien {
  position: relative;
}

p.mitlinien::before {
  content: ' ';
  position: absolute;
  height: 1px;
  width: 50vw;
  background: #fff;
  transform: translateX(calc(-100% - 10px));
  top: 0.6em;
}

p.mitlinien::after {
  content: ' ';
  position: absolute;
  height: 1px;
  width: 50vw;
  background: #fff;
  transform: translateX(calc(-100% - 10px));
  top: 0.6em;
}

.lpjumparrow {
  text-align: center;
}

.lpjumparrow a {
  color:#fff;
  font-size: 35px;

  display: inline-block;
    background: url(../images/svg/kj_pfeil_unten_weiss.svg) 0 0 no-repeat;
  background-size: contain;
  height: 40px;
  width: 40px;
  text-decoration: none;
}


.lpinhaltsverzeichnis-header {
  max-width: calc(1200px + 4em);
  margin: 0 auto;
  width: 100%;
  text-align-last: center;
}

.lpinhaltsverzeichnis-content {
  max-width: calc(1200px + 4em);
  margin: 0 auto;
  width: 100%;
  text-align: center;
  display: none;
}

.lpinhaltsverzeichnis.open .lpinhaltsverzeichnis-content {
  display: block;
}

.lpinhaltsverzeichnis-content ul {
  display: inline-block;
  text-align:left;
  margin:0;
  padding:100px 0;
  list-style-type:none;
  font-size: 21px;
  color: #190d0c;
  font-family: 'Merriweather', serif;
  font-weight: normal;
  line-height: 50px;
}


.lpinhaltsverzeichnis-content ul li {
  position: relative;
}


.lpinhaltsverzeichnis-content ul li a {
  color:inherit;
  font-family: 'Merriweather', serif;
  text-decoration:none;
}


.lpinhaltsverzeichnis-content ul li:hover a,
.lpinhaltsverzeichnis-content ul li.active a {
  color:#8d007d;
}

.lpinhaltsverzeichnis-item-number {
  margin-right: 40px;
  font-family: 'Merriweather', serif;
  font-weight: normal;
  font-size: 18px;
}

.lpinhaltsverzeichnis-item-title {
  margin-right:70px;
  font-family: 'Merriweather', serif;
  font-weight: normal;
  font-size: 18px;
}

.lpinhaltsverzeichnis-item-icon {
  position: absolute;
  right: 0;
  top:50%;
}
.lpinhaltsverzeichnis-item-icon img {
  transform: translateY(-50%);
}

.lpinhaltsverzeichnis-item-hoverimageelement {
  display: none;
}

.lpinhaltsverzeichnis-content ul li:hover .lpinhaltsverzeichnis-item-hoverimageelement,
.lpinhaltsverzeichnis-content ul li.active .lpinhaltsverzeichnis-item-hoverimageelement {
  display: block;
}

.lpinhaltsverzeichnis-hoverimageposition-left .lpinhaltsverzeichnis-item-hoverimageelement {
  position: absolute;
  top: 50%;
  left:0;
  transform: translateX(-20vw) translateY(-50%);
}

.lpinhaltsverzeichnis-hoverimageposition-right .lpinhaltsverzeichnis-item-hoverimageelement {
  position: absolute;
  top: 50%;
  right:200px;
  transform: translateX(calc(20vw + 200px)) translateY(-50%);
}

.lpinhaltsverzeichnis-hoverimageposition-left .lpinhaltsverzeichnis-item-hoverimageelement-line {
  height: 2px;
  background-color: #8d007d;
  position: absolute;
  z-index: 12;
  right: 0;
  transform: translateX(calc(20vw - 220px)) translateY(-50%);
  top: 50%;
  width: calc(20vw - 240px);
}

.lpinhaltsverzeichnis-hoverimageposition-right .lpinhaltsverzeichnis-item-hoverimageelement-line {
  height: 2px;
  background-color: #8d007d;
  position: absolute;
  z-index: 12;
  left: 0;
  width: calc(20vw - 240px);
  transform: translateX(calc(-20vw + 221px)) translateY(-50%);
  top: 50%;
}

.lpinhaltsverzeichnis-header-topline {
  display: flex;
  align-items: center;
}

.lpinhaltsverzeichnis-header-topline-content {
  flex: 1 1 auto;
  margin-left: 40px;
}
.lpinhaltsverzeichnis-header-topline-opener {
  flex:0 0 40px;
  cursor: pointer;
  pointer-events: all;
  font-size: 30px;
}

.lpinhaltsverzeichnis .lpinhaltsverzeichnis-header-topline-opener .open {
  display: none;
  background: url(../images/svg/kj_icon_minus.svg) 0 0 no-repeat;
  background-size: contain;
  height: 32px;
  width: 32px;

}

.lpinhaltsverzeichnis .lpinhaltsverzeichnis-header-topline-opener .notopen {
  background: url(../images/svg/kj_icon_plus.svg) 0 0 no-repeat;
  background-size: contain;
  height: 32px;
  width: 32px;
  display: inline-block;
}

.lpinhaltsverzeichnis.open .lpinhaltsverzeichnis-header-topline-opener .open {
  display: inline-block;
}
.lpinhaltsverzeichnis.open .lpinhaltsverzeichnis-header-topline-opener .notopen {
  display: none;
}


.lpinhaltsverzeichnis .lptextwithlines-content {
  color: inherit;
  font-size: 20px;
  font-weight: 500;
}

.lpinhaltsverzeichnis .lptextwithlines-line1,
.lpinhaltsverzeichnis .lptextwithlines-line2 {
  background: #000;
}

.lpinhaltsverzeichnis-header-maintitle {
  margin:35px 0 10px 0;
}

#siteholder .lpinhaltsverzeichnis-header-maintitle h4.gross {
  font-size: 40px;
}


.themenweltgridcontainer .ce-center .ce-outer,
.themenweltgridcontainer .ce-gallery figure,
.themenweltgridcontainer .ce-column,
.themenweltgridcontainer .ce-center .ce-inner {
  width: 100%;
}

.themenweltgridcontainer .ce-gallery img {
  width: 100%;
  height: auto;
}