#header {
	float: left;
	clear: both;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding-top: 15px;
	transition: top 0.3s ease;
}

#header.fixed {
	position: fixed;
	top: -100px;
}

#header > .rahmen {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
}

#header.scrolled {
	background: var(--farbe1);
	position: fixed;
	top: 0;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	padding: 15px 0;
	transition: top 0.6s ease;
}

#header.mobile {
	background: var(--farbe1) !important;
	position: fixed !important;
	top: 0 !important;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1) !important;
	padding: 15px 0 !important;
}

#header.fixed .logo img {
	display: none;
}

#header.fixed.scrolled .logo img, #header.mobile .logo img {
	display: block;
}

/*
     FILE ARCHIVED ON 04:19:44 Jan 17, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:13:10 Feb 27, 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.489
  exclusion.robots: 0.017
  exclusion.robots.policy: 0.008
  esindex: 0.009
  cdx.remote: 47.021
  LoadShardBlock: 315.773 (3)
  PetaboxLoader3.datanode: 303.696 (5)
  load_resource: 85.761
  PetaboxLoader3.resolve: 39.609
  loaddict: 35.328
*/