/* titillium-web-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: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/titillium-web-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* titillium-web-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: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/titillium-web-v19-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* 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-v44-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* 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-v44-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

section, aside, header, nav, article, footer, time, figure {		
	display: block;	
	margin: 0;	 
	padding: 0;
} 

*{	
	outline: none;
} 

html {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	color: #666666;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

a {
	color: #312879;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a[href^='tel:']{
	text-decoration: none;
	color: #666666;
}

a[href^='tel:']:hover{
	text-decoration: none;
	color: #666666;
}

h1, h2, h3 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #666666;
    margin: 40px 0 30px 0;
	padding: 0;
	line-height: 1.1em;
}

h1::after, h2::after, h3::after {
    content: '';
	width: 200px;
    min-width: 120px;
    height: 4px;
    background: #312879;
    display: block;
    margin: 10px 0 0 0;
}

p, p.bodytext {
	margin: 0 0 1em 0;
}

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

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

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

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

.rahmen .rahmen {
	width: 100% !important;
}

.frame {
	float: left;
	clear: both;
	width: 100%;
}

.ce-gallery img {
	width: 100%;
	height: auto;
}

/*~ Navi & Logo ~*/
#header {
	width: 100%;
	float: left;
	clear: both;
}

.navigation {
	width: 100%;
	background: white;
	float: left;
	clear: both;
	position: fixed;
	z-index: 100;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.navigation .rahmen {
	width: 80%;
	margin: 0 auto;
	clear: both;
}

.navigation .rahmen .top-navi {
	float: left;
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
}

.navigation .rahmen .sprachen{
	float: left;
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
}

.navigation .rahmen .top-navi ul {
	list-style-type: none;
	margin: 0;
	padding: 20px 0;
}

.navigation .rahmen .top-navi ul li {
	display: inline-block;
	margin-right: 20px;
	color: #8a8a8a;
}

.navigation .rahmen .top-navi ul li a {
	color: #8a8a8a;
	padding-left: 25px;
	background-size: auto 70%;
}

.navigation .rahmen .top-navi ul li.act a {
	color: #312879;
}

.navigation .rahmen .top-navi ul li:first-child a {
	background: url(kontakt.svg) no-repeat;
	background-size: contain;
	background-position: left center;
} 

.navigation .rahmen .top-navi ul li:first-child.act a {
	background: url(kontakt_blau.svg) no-repeat;
	background-size: contain;
	background-position: left center;
} 

.navigation .rahmen .top-navi ul li:first-child a:hover {
	background: url(kontakt_blau.svg) no-repeat;
	background-size: contain;
	background-position: left center;
} 

/* .navigation .rahmen .top-navi ul li:nth-child(2) a {
	background: url(kontakt.svg) no-repeat;
	background-position: left center;
}

.navigation .rahmen .top-navi ul li:nth-child(2).act a {
	background: url(kontakt_blau.svg) no-repeat;
	background-position: left center;
}

.navigation .rahmen .top-navi ul li:nth-child(2) a:hover {
	background: url(kontakt_blau.svg) no-repeat;
	background-position: left center;
} */

.navigation .rahmen .top-navi ul li:hover, .navigation .rahmen .top-navi ul li a:hover {
	color: #312879;
	text-decoration: none;
}

.navigation .rahmen .top-navi ul li:last-child {
	margin-right: 0;
}

.mob_button {
    float: right;
    position: relative;
    margin: -10px -10px 0 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: none;
}

.mob_button span {
    background-color: #312879;
    height: 3px;
    left: 0px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    transition: background-color 0.3s ease 0.3s;
    width: 30px;
}

.mob_button span::after, .mob_button span::before {
    backface-visibility: hidden;
    background-color: #312879;
    content: "";
    height: 3px;
    position: absolute;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0.3s;
    width: 100%;
    display: block;
}

.mob_button span::after {
    transform: translateY(8px);
}

.mob_button span::before {
    transform: translateY(-8px);
}

/* Sprachwechsler */
.sprachen ul {
	list-style-type: none;
	margin: 0;
	padding: 20px 0 20px 20px;
}

.sprachen ul li {
	display: inline-block;
	margin: 0 5px;
	color: #8a8a8a;
}

.sprachen ul li a {
	color: #8a8a8a;
}

.sprachen ul .spa_act a,
.sprachen ul li a:hover {
	color: #312879;
	text-decoration: none;
}

.sprachen ul li:first-child a::after {
	content: "|";
	margin-left:5px;
}

.navigation .rahmen .bottom-navi {
	width: 100%;
	float: left;
	clear: both;
	margin-top: 10px;
}

.navigation .rahmen .bottom-navi nav {
	width: 80%;
	float: left;
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
}

.navigation .rahmen .bottom-navi nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.navigation .rahmen .bottom-navi nav ul li {
	display: inline-block;
	margin-left: 4%;
}

.navigation .rahmen .bottom-navi nav ul li.act a, .navigation .rahmen .bottom-navi nav ul li a:hover {
	color: #312879;
	border-bottom: 5px solid #312879;
}

.navigation .rahmen .bottom-navi nav ul li a {
	color: #666666;
	text-decoration: none;
	padding: 10px 0 20px;
	display: inline-block;
	border-bottom: 5px solid #ffffff;
}

.navigation .rahmen .bottom-navi nav ul li:first-child {
	margin-left: 0;
}

.navigation .rahmen .logo {
    position: absolute;
    top: 23%;
    right: 10%;
}

.navigation .rahmen .logo .ce-gallery {
	margin: 0;
}

.navigation .rahmen .logo img {
	width: 100%;
	height: auto;
}

/*~ Header-Bild ~*/
.headerbild {
	width: 100%;
	max-height: 800px;
	overflow: hidden;
	position: relative;
	z-index: -1;
}

.headerbild img {
	width: 100%;
	height: auto;
}

.headerbild .ce-bodytext {
	text-transform: uppercase;
	position: absolute;
	bottom: 25%;
	left: 0;
	color: white;
	width: 100%;
	animation-name: movein;
	animation-duration: 0.7s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
}

.headerbild .ce-bodytext h2:first-of-type {
	font-size: 57px;
}

.headerbild .ce-bodytext h2 {
    font-size: 3.5vw;
    color: #FFFFFF;
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.2em;
	text-shadow: 0 0 10px #000;
	text-align: center;
	padding: 0 10%;
}

.headerbild .ce-bodytext h2::after {
	display: none;
}

.headerbild .ce-row{
	margin-right: 0;
}

@-webkit-keyframes movein {
	0%   {left: -100%; bottom: 0%; transform: scale(0);}
	50%   {transform: scale(0);}
    100%   {left: 0; bottom: 25%; transform: scale(1);}
}

/*~ Inhalt ~*/
#inhaltsbereich {
	width: 100%;
	float: left;
	clear: both;
	margin: 30px 0 0 0;
}

#inhaltsbereich .rahmen {
	width: 80%;
	margin: 0 auto;
	position:relative;
}

#inhaltsbereich ul {
    list-style: none;
    margin: 20px 0;
	padding: 0 0 0 30px;
}

#inhaltsbereich ul li {
	margin: 5px 0;
	font-size: 16px;
}

#inhaltsbereich ul li ul {
	margin-top: 0;
}

#inhaltsbereich ul li ul li {
	font-size: 14px;
}

#inhaltsbereich ul li::before {
	content: "";
    background: url(enumeration.svg) left top no-repeat;
    background-size: contain;
    display: inline-block;
    margin: 3px 12px 0 -20px;
    height: 13px;
    width: 13px;
    vertical-align: top;
}

#inhaltsbereich ul li ul li::before {
	margin: 5px 7px 0 -31px;
    height: 10px;
	width: 6px;
}

#inhaltsbereich .frame-iconsblau .ce-textpic, 
#inhaltsbereich .frame-iconsblau .ce-textpic .ce-gallery,
#inhaltsbereich .frame-iconsblau .ce-textpic .ce-gallery .ce-row,
#inhaltsbereich .frame-iconsblau .ce-textpic .ce-gallery .ce-row .ce-column {
	overflow: visible;
}

#inhaltsbereich .frame-iconsblau {
	float: left;
	clear: both;
	width: 100%;
}

#inhaltsbereich .frame-iconsblau .ce-textpic {
	float: left;
	clear: both;
	width: 100%;
}

#inhaltsbereich .frame-iconsblau .ce-textpic .ce-gallery {
	width: 100%;
	margin: 0;
	float: left;
	clear: both;
}

#inhaltsbereich .frame-iconsblau .ce-textpic .ce-gallery .ce-row {
	float: left;
	clear: both;
	width: 100%;
}

#inhaltsbereich .frame-iconsblau .ce-textpic .ce-gallery .ce-column {
	margin-right: 2%;
}

#inhaltsbereich .frame-iconsblau .ce-textpic .ce-gallery .ce-column:last-child {
	margin: 0;
}

#inhaltsbereich .frame-iconsblau .ce-textpic .ce-gallery .ce-column .image {
	background: #A4A09F;
	position: relative;
	box-shadow: 0 0 10px grey;
	transition: 0.5s;
	width: 100%;
}

#inhaltsbereich .frame-iconsblau .ce-textpic .ce-gallery .ce-column .image:hover {
	background: #312879;
}

#inhaltsbereich .frame-iconsblau .ce-textpic .ce-gallery .ce-column .image img {
	width: 100%;
	height: auto;
}

#inhaltsbereich .frame-iconsblau .ce-textpic .ce-gallery .ce-column .image figcaption {
	position: absolute;
	bottom: 10%;
	text-align: center;
	color: white;
	text-transform: uppercase;
	width: 80%;
	font-size: 19px;
	padding: 0 10%;
}

.frame-bg-bild {
	padding: 0 0 80px;
	position: relative;
	overflow: hidden;
}

.frame-bg-bild::before {
	content: '';
	background: url(bg-bild.jpg);
	filter: blur(3px);
	opacity: 0.8;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}

.frame-bg-bild::after {
	content: '';
	background: white;
	opacity: 0.8;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}

.frame-bg-bild .rahmen {
	position: relative;
	z-index: 1;
}

.frame-bg-bild .ce-bodytext {
	max-width: 800px;
	background: white;
	padding: 40px;
	margin-top: 40px;
}

.frame-bg-bild .ce-bodytext h2, .frame-bg-bild .ce-bodytext h1 {
	margin-top: 0;
}

.frame-bg-bild .ce-bodytext .contenttable {
	width: 100%;
	font-size: 16px;
}

.frame-bg-bild .ce-bodytext .contenttable tbody tr:nth-child(even) {
	background: #F8F8F8;
}

.frame-bg-bild .ce-bodytext .contenttable tbody tr:first-child {
	font-size: 18px;
	margin-bottom: 10px;
}

.frame-bg-bild .ce-bodytext .contenttable tbody tr td {
	padding: 5px 5% 5px 2%;
}

.frame-bg-bild .ce-bodytext .contenttable tbody tr:first-child td {
	padding-bottom: 20px;
}

.frame-bg-bild .ce-bodytext .contenttable tbody tr td:first-child {
	padding-left: 2%;
}

.frame-bg-bild .ce-bodytext .contenttable tbody tr:first-child td:first-child {
	padding-left: 0;
}

.bg-grau {
	background: #F3F3F3;
    padding: 0 0 80px;
}

.frame-img-rund {
	padding: 0 0 80px;
}

.frame-img-rund img {
	border: 0;
    border-radius: 50%;
}

.frame-img-rund .ce-left.ce-nowrap .ce-bodytext {
	padding-left: 50px;
}

#inhaltsbereich .frame-default + .frame-an-partner {
	margin-top: 10px;
}

#inhaltsbereich .frame-an-partner ul {
	margin: 0;
	padding: 20px 2%;
}

#inhaltsbereich .frame-an-partner ul li {
	margin: 0 1% 0 0;
	padding: 0;
	display: inline-block;
	width: 19.2%;
	font-size: 14px;
}

#inhaltsbereich .frame-an-partner:nth-child(even) {
	background: #F9F9F9;
}

#inhaltsbereich .frame-an-partner ul li:last-child {
	margin: 0;
}

#inhaltsbereich .frame-an-partner ul li::before {
	display: none;
}

a[title="pdf-link"] {
	border: 2px solid #312879;
	color: #312879;
	text-decoration:none;
	padding: 0px 20px 0 60px;
	margin: 5px 0;
	display:table-cell;	
	vertical-align: middle;
	width:400px;
	height:70px;
	transition: all 0.2s ease;	
	background: url(pdf.png) no-repeat 0 50%;
}

a[title="pdf-link"]:hover {
	border: 2px solid #312879;
	color: #fff;
	background: url(pdf-invers.png) no-repeat 0 50% #312879;
}


a[title="external-link"] {
	border: 2px solid #312879;
	color: #312879;
	text-decoration:none;
	padding: 0px 20px 0 60px;
	margin: 5px 0;
	display:table-cell;	
  vertical-align: middle;
	width:400px;
	height:70px;
	transition: all 0.2s ease;	
	background: url(external-link.svg) no-repeat 5px 50%;
	background-size: 40px 40px;
}

a[title="external-link"]:hover {
	border: 2px solid #312879;
	color: #fff;
	background: url(external-link_invers.svg) no-repeat 5px 50% #312879;
	background-size: 40px 40px;
}

a[title="jpg-link"] {
	border: 2px solid #312879;
	color: #312879;
	text-decoration:none;
	padding: 0px 20px 0 60px;
	margin: 5px 0;
	display:table-cell;	
  vertical-align: middle;
	width:400px;
	height:70px;
	transition: all 0.2s ease;	
	background: url(jpg.svg) no-repeat 5px 50%;
	background-size: 40px 40px;
}

a[title="jpg-link"]:hover {
	border: 2px solid #312879;
	color: #fff;
	background: #312879;
	background: url(jpg_invers.svg) no-repeat 5px 50% #312879;
	background-size: 40px 40px;
}

.frame-galerie .ce-row{
	float: left;
}
.frame-galerie .image{
	float: left;
	clear: none;
	padding: 5px;
	margin: 5px;
}

.frame-galerie .image:hover{
	box-shadow: 0 0 0 1px #312879;
}

.ce-gallery .ce-column{
	margin-top: 10px;
}

#c272 .ce-gallery .ce-column{
	margin: 0;
}

.news h2 a{
	color: #666666;
}

.news a:hover{
	text-decoration: none;
}

.news .article{
	width: 28%;
	float: left;
	clear: none;
	overflow: hidden;
	background: rgb(245, 245, 245);
	margin-right: 2%;
	padding: 10px;
	border: none;
}

.news .article:last-child{
	margin-right: 2%;
	padding: 10px;
	border: none;
}

.news a.more:hover{
	text-decoration: underline;
}

/** Qualität *********/
.frame-qualitaet .ce-gallery {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.frame-qualitaet .ce-row {
	width: 9%;
	float: left;
	border: 1px solid #a3a09f;
	padding: 1%;
	margin: 0;
	background: rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	margin-right: 2%;
}

.frame-qualitaet .ce-row img{
	width:100%;
	transition: all 0.3s ease;
	height:auto;
}

.frame-qualitaet .ce-row:hover {
	background: rgba(0,0,0,0.0);
}

.frame-qualitaet .ce-row:hover img {
	opacity: 0.8;
}


/*~ Footer ~*/
footer#footer {
	width: 100%;
	float: left;
	clear: both;
	color: white;
}

#footer h3::after {
	display: none;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a[href^='tel:']:hover{
	text-decoration: none;
}

.top-footer {
	width: 100%;
	float: left;
	clear: both;
	background: #312879;
	padding: 30px 0 30px;
	margin-top: 40px;
}

.top-footer ul{
	float: left;
    clear: both;
    margin: 0;
    width: 100%;
    padding: 0;
}

.top-footer li{
	list-style: none;
	float: left;
	width: 30%;
}

.top-footer .rahmen, .bottom-footer .rahmen {
	width: 80%;
	margin: 0 auto;
}

.footer-navi {
	width: 75%;
	float: left;
	padding-right: 5%;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-navi > div {
	width: 25%;
}

.footer-navi h3 {
	color: white;
	font-weight: normal;
	font-size: 24px;
	margin: 0 0 10px;
}

.footer-navi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'Titillium Web', sans-serif;
}

.footer-navi p {
	font-size: 14px;
	font-family: 'Titillium Web', sans-serif;
}

.kontaktdaten {
	width: 20%;
	float: right;
}

.bottom-footer {
	width: 100%;
	clear: both;
	float: left;
	background: #2a2361;
	padding: 20px 0 30px;
	font-size: 12px;
}

.bottom-footer .cr {
	width: 50%;
	float: left;
}

.bottom-footer .ql {
	width: 50%;
	float: right;
	text-align: right;
}

.cr .frame-type-html{
	display: inline-block;
    width: auto;
    float: none;
}

.bottom-footer .cr p, .bottom-footer .ql p {
	margin: 0;
}

/* -- Cookies -- */
#cookie-bar {	
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;	
	color: #fff;	
	text-align: left;
	font-size: 11px;
	font-weight: 400;
	font-family: arial;
	line-height: 1.4em;
	display: none;
}

#cookie-bar.fixed {
	position: fixed;
	bottom: 0px;
	right: 0;
	width: auto;
	max-width: 280px;
	padding: 7px 10px;
	z-index: 99999;
}

#cookie-bar.fixed.bottom {
	bottom: 0;
	top: auto;
}
 
#cookie-bar p {
	margin: 0; 
	padding: 0; 
}

#cookie-bar a {	
	color: #eee;	
	display: inline-block;	
	border-radius: 3px;	
	text-decoration: none;	
	padding: 3px 10px;	
	margin: 7px 0 0 0; 
	font-weight: 700;
	background: rgba(0, 0, 0, 0.5);	
	cursor: pointer;
}

#cookie-bar .cb-enable {	
	margin-left: 10px;
} 

/*~ Accordion ~*/
.ui-accordion .ui-accordion-content, .ui-accordion .ui-accordion-header {
	float: left;
	clear: both;
	width: 84%;
	padding: 15px 13% 15px 3%;
}

.ui-accordion .ui-accordion-content {
	padding: 15px 3%;
	width: 94%;
}

.ui-accordion .ui-accordion-header a {
	font-size: 16px;
	color: white;
	text-decoration: none;
}

.ui-accordion .ui-accordion-header, .ui-accordion .ui-accordion-header-active {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: white;
	text-decoration: none;
	background: #a3a09f;
	position: relative;
}

.ui-accordion .ui-accordion-header:last-of-type {
	margin-bottom: 150px;
}

.ui-accordion .ui-accordion-header-active.ui-accordion-header:last-of-type {
	margin-bottom: 0;
}

.ui-accordion .ui-accordion-header-active.ui-accordion-header:last-of-type + .ui-accordion-content-active {
	margin-bottom: 150px;
}

.ui-accordion .ui-accordion-header-active {
	background: #312879;
	margin: 0;
}

.ui-accordion .ui-state-hover {
	cursor: pointer;
	background: #312879;
}

.ui-accordion > h3::after {
	display: none;
}

.ui-accordion h3::after {
	height: 2px;
}

.ui-accordion h3 {
	font-size: 24px;
	margin: 30px 0 15px;
}

.ui-accordion h4 {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
}

.ui-accordion-header-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    background: url(arrow-next.svg) left top no-repeat;
    background-size: auto 100%;
    width: 26px;
    height: 26px;
    margin-top: -13px;
	transition: all 0.5s ease;
}

.ui-accordion-header.ui-state-active .ui-accordion-header-icon, .ui-accordion-header:hover .ui-accordion-header-icon {
    transform: rotate(90deg);
}

/******** Suche ***********/
.tx-kesearch-pi1 {
	font-family: 'Open Sans', Arial !important;
	font-size: 16px !important;
}

.tx-kesearch-pi1 #ke_search_sword {	
	height: 30px;
	border: 1px solid #ccc !important;
	border-radius: 10px !important;
	font-size: 18px !important;
}

.submitbutt, .kesearchbox {
	float:left;
	-webkit-appearance: none;
    border-radius: 0;
}

span.submitbutt input{
	margin-left: 300px !important;
	height: 40px !important;
	display:block !important;
	background: #312879 !important;
	border: 2px solid #312879 !important;
	border-radius: 10px !important;
	color: #fff !important;
	padding: 10px 10px 35px 10px !important;
	font-family: 'Open Sans', Arial !important;
	font-size: 16px !important;
	font-weight: normal !important;
	-webkit-appearance: none;
    border-radius: 0;
}

span.submitbutt input:hover {
	background: #fff !important;
	border: 2px solid #312879 !important;
	color: #312879 !important;
}

#kesearch_submit {
	display: none;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .hit{
	color: #312879 !important;
}

.resetbutt {
 display: none;
}

li.checkboxButtonSubmit span,
span.submitbutt input,
input.kesGreyButt[type="submit"]{
	min-width: 100px !important;
}

.tx_cn-columns .row {
	margin: 0 0 30px 0;
}
/*
     FILE ARCHIVED ON 07:24:12 Oct 31, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:42:06 Feb 19, 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: 1.248
  exclusion.robots: 0.03
  exclusion.robots.policy: 0.017
  esindex: 0.01
  cdx.remote: 13.278
  LoadShardBlock: 149.385 (3)
  PetaboxLoader3.datanode: 906.005 (5)
  load_resource: 854.097
  PetaboxLoader3.resolve: 53.618
  loaddict: 95.938
*/

#inhaltsbereich.margin-top {
	margin-top: 150px;
}

#inhaltsbereich.min-body {
	min-height: calc(100vh - 365px);
}