/* open-sans-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/open-sans-v34-latin-300.eot"); /* IE9 Compat Modes */
    src: url("../fonts/open-sans-v34-latin-300.eot#iefix") format('embedded-opentype'), /* IE6-IE8 */
         url("../fonts/open-sans-v34-latin-300.woff2") format('woff2'), /* Super Modern Browsers */
         url("../fonts/open-sans-v34-latin-300.woff") format('woff'), /* Modern Browsers */
         url("../fonts/open-sans-v34-latin-300.ttf") format('truetype'), /* Safari, Android, iOS */
         url("../img/open-sans-v34-latin-300.svg#OpenSans") format('svg'); /* Legacy iOS */
  }
  /* open-sans-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/open-sans-v34-latin-regular.eot"); /* IE9 Compat Modes */
    src: url("../fonts/open-sans-v34-latin-regular.eot#iefix") format('embedded-opentype'), /* IE6-IE8 */
         url("../fonts/open-sans-v34-latin-regular.woff2") format('woff2'), /* Super Modern Browsers */
         url("../fonts/open-sans-v34-latin-regular.woff") format('woff'), /* Modern Browsers */
         url("../fonts/open-sans-v34-latin-regular.ttf") format('truetype'), /* Safari, Android, iOS */
         url("../img/open-sans-v34-latin-regular.svg#OpenSans") format('svg'); /* Legacy iOS */
  }
  /* open-sans-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/open-sans-v34-latin-700.eot"); /* IE9 Compat Modes */
    src: url("../fonts/open-sans-v34-latin-700.eot#iefix") format('embedded-opentype'), /* IE6-IE8 */
         url("../fonts/open-sans-v34-latin-700.woff2") format('woff2'), /* Super Modern Browsers */
         url("../fonts/open-sans-v34-latin-700.woff") format('woff'), /* Modern Browsers */
         url("../fonts/open-sans-v34-latin-700.ttf") format('truetype'), /* Safari, Android, iOS */
         url("../img/open-sans-v34-latin-700.svg#OpenSans") format('svg'); /* Legacy iOS */
  }

:root {
    --dunkelgrau: #1e1c1b;
    --grau: #554f4a;
    --hellgrau: #efeeea;
    --hellgrauborder: #e0ddd6;
    --weiss: #ffffff;
    --orange: #e46450;
    --blau: #0075a9;
    --naviborder-top: 3px solid #0075a9;
    --rot: #e60005;
}


html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    clear: both;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

img {
    max-width: 100%;
    height: auto;
}

.ce-gallery.videocontainer .video[data-type="external"] {
    background: #eee;
}

.video-embed .video-defer {
    opacity: 1;
}

.video-embed .video-preview {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
}

.ce-gallery.videocontainer {
    width: 100%;
	float: left;
	clear: both;  
}

.ce-gallery.videocontainer .video-column {
    width: 100%;
    float: left;
}

.ce-gallery.videocontainer[data-ce-columns="1"] .video-column {
	width: 100%;
	float: left;
	clear: both;
}

.ce-gallery.videocontainer figure.video {
	display: block;
}

.video-embed iframe, 
.video-embed a.videoiframelink,
.iframevideo a.videoiframelink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-embed a.videoiframelink,
.iframevideo a.videoiframelink  {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    color: transparent;
    overflow: hidden;
    text-indent: -999px;
    display: none;
}

.loadiframenow a.videoiframelink,
.mediaconsent.loadok a.videoiframelink,
.frame-type-textmedia.frame-layout-10 .videobox  a.videoiframelink  {
    display: flex;
}

.video-embed a.videoiframelink::before,
.iframevideo a.videoiframelink::before,
.frame-type-textmedia.frame-layout-10 .videobox  a.videoiframelink::before {
    content: "";
    display: block;
    width: 70px;
    height: 50px;
    background: #000000;
    border-radius: 5px;
    transition: opacity 0.3s ease;
	box-shadow: 0 0 60px 0 #FFFFFF;
	opacity: 0.8;
}

.video-embed a.videoiframelink:hover::before,
.iframevideo a.videoiframelink:hover::before,
.frame-type-textmedia.frame-layout-10 .videobox  a.videoiframelink:hover::before {
	opacity: 0.9;
}

.video-embed a.videoiframelink::after,
.iframevideo a.videoiframelink::after,
.frame-type-textmedia.frame-layout-10 .videobox  a.videoiframelink::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -8px;
    z-index: 3;
}

.video[data-type="external"] .video-embed {
    padding: 0;
}

.videobox {
    padding-top: 56.25%;
    overflow: hidden;
}

.mediaconsent > a.videoiframelink {
    display: none;
}

body.lb_body {
    height: auto !important;
    max-width: 800px;
    width: 90vw;
}

#lightbox {
    width: 96%;
    margin: 10px 2%;    
}

/* -- Headervideo -- */
.frame-type-textmedia.frame-layout-11 > .rahmen {
    width: 100% !important;
    max-width: none !important;
    float: left !important;
    clear: both !important;
    margin: 0 !important;
    display: block !important;
}

.frame-type-textmedia.frame-layout-11 .ce-gallery {
    margin: 0;
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.frame-type-textmedia.frame-layout-11 .ce-gallery::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.frame-type-textmedia.frame-layout-11 .video-embed .video-preview {
    height: 100%;
}

.frame-type-textmedia.frame-layout-11 .video-embed .video-preview img {
    width: 100%;
    max-width: none;
    height: auto;
}

.frame-type-textmedia.frame-layout-11.loadingok .video-embed .video-preview {
    display: none;
}

.frame-type-textmedia.frame-layout-11 .video[data-type="internal"] .video-embed .video-embed-item {
    width: 100%;
}

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: var(--grau);
    margin: 0;
    padding: 0;
    float: left;
    clear: both;
}

a {
    color: var(--blau);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


h1, h2, h3, h4, h5 {
    color: var(--rot);
    font-size: 38px;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 25px;
    margin-top: 0;
}

h2 {
    font-size: 24px;
    line-height: 1.3em;
}

h3, h4, h5 {
    font-size: 22px;
    line-height: 1.3em;
}

p {
    margin: 0 0 15px 0;
}

strong {
    font-weight: 400;
}

/* oben */
#oben {
    width: 80%;
    float: left;
    clear: both;
    margin: 0;
    padding: 20px 10%;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: var(--weiss);
  	box-shadow: 0px 2px 5px rgb(0 0 0 / 5%);
}

#oben.scroll {
    padding: 5px 10%;
}

#oben.scroll .logo {
    width: 200px;
}

.logo {
    width: auto;
    float: left;
}

.logo .ce-gallery {
    margin-bottom: 0;
}

/* Navi */
.hnavi {
    float: right;
    list-style: none;
    margin: 0 0;
    padding: 0 0;
}

.hnavi a {
    font-size: 18px;
    text-decoration: none;
    color: var(--grau);
    padding: 10px;
    display: block
}

.hnavi .act a {
    font-weight: 400;
    color: var(--dunkelgrau);
}

#header {
    margin-top: 120px;
}

#header .ce-gallery {
    margin: 0;
}

#header .image {
    margin: 0;
}

#header img {
    display: block;
}

/* Inhaltsbereich */
#inhaltsbereich > .frame {
    padding: 50px 0;
    float: left;
    clear: both;
    width: 100%;
}

#inhaltsbereich > .frame > .rahmen {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Hintergrund Grau */
.frame-bg-grau {
    background: var(--hellgrau);
}


/* Dateisammlung */
.frame-aktuellste-ausgabe {
    background: var(--hellgrau);
}

.frame-aktuellste-ausgabe > .rahmen {
    position: relative;
}

#inhaltsbereich > .frame-aktuellste-ausgabe > .rahmen > header,
#inhaltsbereich > .frame-aktuellste-ausgabe > .rahmen > .ce-textpic {
    /* max-width: 850px; */
    padding-right: 60%;
}

.frame-aktuellste-ausgabe .aktuelles {
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    height: auto;
    text-align: center;
}

.frame-aktuellste-ausgabe .aktuelles > div {
    margin-top: 25px;
}

.ce-uploads {
    /* background: red; */
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0;
    padding: 0;
    max-width: 58%;
    /* margin-right: 400px; */
}

.ce-uploads > li {
    list-style: none;
    width: calc(33% - 20px);
    /* width: 29.3%;
    margin-right: 4%;
    margin-bottom: 30px;
    overflow: visible; */
}

.frame-aktuellste-ausgabe ul {
    margin: 0;
    padding: 0;
}

.frame-aktuellste-ausgabe ul li {
    list-style: none;
}

.ce-uploads > li:nth-child(3n-1) {
    /* background: lightblue; */
    /* margin-right: 2%;
    margin-left: 2%; */
}

.ce-uploads > li:nth-child(3n-3) {
    /* background: beige; */
    /* margin-right: 0;
    margin-left: 4%; */
}

.ce-uploads img, .frame-aktuellste-ausgabe img {
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
    transform-origin: center;
    box-shadow: 3px 3px 7px 0px rgb(85 79 74 / 50%);
    padding: 0;
}

.ce-uploads img:hover,
.frame-aktuellste-ausgabe img:hover {
    transform: scale(1.1);    
    /* overflow: visible; */
}

.ce-uploads > li > div {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.frame-aktuellste-ausgabe .ce-textpic {
    float: right;
    margin-bottom: -180px;
}

.frame-aktuellste-ausgabe li > div  {
    text-align: center;
    margin-top: 25px;
}


/* Footer */
#footer {
    /* background: lightslategray; */
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

#footer > .frame > .rahmen {
    margin: 0 auto;
    max-width: 1200px;
    width: 80%;
}

#footer .tx_cn-columns {  
    border-top: 1px solid var(--hellgrauborder);
    padding: 50px 0;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

#footer a {    
    color: var(--grau);
    padding-bottom: 5px;
    display: block;
}

#footer .ce-gallery {
    margin-top: 0;
}

#footer .ce-gallery a {
    padding: 0;
}

#footer .col-75 .ce-row {
    display: flex;
    justify-content: flex-end;
}

#footer .col-75 .ce-row .image {
    padding: 5px;
    margin: 0 0 0 5px;
}

/*
     FILE ARCHIVED ON 22:10:22 Mar 06, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:36:12 Feb 17, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.911
  exclusion.robots: 0.034
  exclusion.robots.policy: 0.021
  esindex: 0.013
  cdx.remote: 1111.166
  LoadShardBlock: 577.246 (3)
  PetaboxLoader3.resolve: 232.983 (3)
  PetaboxLoader3.datanode: 388.541 (5)
  load_resource: 179.649
  loaddict: 96.435
*/