html {	
	background: url(/images/2026_background.webp) no-repeat bottom center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	scroll-behavior: smooth;
}

/* Für korrekte Positionierung vom Motorrad rechts oben notwendig */
.header-main {
    min-height: 54px;
}

/* Open Sans lokal laden */
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/open-sans-v44-latin_latin-ext-regular') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
/* 2. Open Sans 600 als "bold" lokal laden */
@font-face {
	font-family: 'Open Sans';
	/* EXAKT der gleiche Name wie oben! */
	src: url('../fonts/open-sans-v44-latin_latin-ext-600') format('woff2');
	/* Pfad zur Bold-Datei */
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
/* Normal - Kursiv */
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/open-sans-v44-latin_latin-ext-italic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
	/* WICHTIG: Hier "italic" statt "normal" */
	font-display: swap;
}
/* Semi-Bold (600) - Kursiv */
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/open-sans-v44-latin_latin-ext-600italic.woff2') format('woff2');
	font-weight: bold;
	font-style: italic;
	/* Hier ebenfalls "italic" */
	font-display: swap;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size:1em;	
}
h1 {
	font-size:1.8em;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
}
h2 {
	font-size:1.2em;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
}
h3 {
	font-size:0.8em;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
}
p {
	line-height:170%;
	-moz-hyphens: auto;
	/* Firefox */
	-webkit-hyphens: auto;
	/* Safari/Chrome */
	-ms-hyphens: auto;
	/* IE/Edge */
	hyphens: auto;
	/* Standard */
	text-align: justify;
	word-break: break-word;
	/* Verhindert das Ausbrechen aus dem Container */
	hyphenate-limit-chars: 8 4 3;
	/* Wort muss mind. 8 Zeichen haben, 4 davor, 3 danach */
	overflow-wrap: break-word; 	
}
/* Allgemeine Formatierungen */
br.clear {
	clear:both;
}
span.key {
	border: 1px solid #000000;
	margin:0px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #EEEEEE;
	font-family: sans-serif;
}
/* comment */
div.comlevel0 {
	margin-left:0px;
}
div.comlevel1 {
	margin-left:58px;
	padding:8px;
	background-color:#EEE;
}
p.comment {	
	font-size:0.8em;
	margin-top:-1em;
}
/* nav background */
div.topnavi {
	background: -moz-linear-gradient(45deg, black, #BBB 30%);
	background: -webkit-linear-gradient(45deg, black 30%, #BBB);
	background: -o-linear-gradient(45deg, black, #BBB, 30%);
}
/* deeplinks */
.deeplink {
	float:right;
	padding-right:4px;
	font-size:.6em;
}
/* Links */
a {
	/* word-break: break-all;
	- nicht global verwenden! */
	text-decoration:none;
	color:#00F;
}
a:visited {
	color:#551A8B;
}
a:active {
	color:#EE0000;
}
a.index {
	text-align:left;
}
a.navigation {
	width:74px;
	padding:2px;
	float:left;
	color:#000000;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
}
a.navigation:link {
	background-color:#ffffff;
}
a.navigation:visited {
	background-color:#000000;
}
a.navigation:hover {
	background-color:#bbbbbb;
}
a.navigation:active {
	background-color:#bbbbbb;
}
/* Formatierung für Paginierung */
.pagination {
	display: inline-block;
	padding-top: 1em;
}
.pagination a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
}
.pagination a.active {
	background-color: #4CAF50;
	color: white;
}
.pagination a:hover:not(.active) {
	background-color: #ddd;
}
/* Formatierungen für Bilder */
img {
	border:0px;
}
.w300 {
	margin-top:5px;
	max-width:300px;
}
.w650 {
	margin-top:5px;
	max-width:650px;
}
.floatright {
	float:right;
	margin-left:10px;
}
.floatleft {
	float:left;
	margin-right:10px;
}
.biusleft {
	border-right: 1px dotted #7379B5;
	border-bottom: 1px dotted #7379B5;
	font-size: 10px;
	padding: 3px;
	font-family: 'Open Sans', sans-serif;
}
.biusright {
	border-left: 1px dotted #7379B5;
	border-bottom: 1px dotted #7379B5;
	font-size: 10px;
	padding: 3px;
	font-family: 'Open Sans', sans-serif;
}
/* Hamburger */
/* Icon 1 */
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	width: 30px;
	height: 35px;
	position: relative;
	margin: 10px 0px 0px 10px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #FFF;
	border-radius: 5px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
	top: 0px;
}
#nav-icon1 span:nth-child(2) {
	top: 10px;
}
#nav-icon1 span:nth-child(3) {
	top: 20px;
}
#nav-icon1.open span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -30px;
}
#nav-icon1.open span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
/* Listenul {
	padding-left:20px;
	line-height:170%;
}
ul.text {
	line-height:170%;
}
ol {
	padding-left:20px;
	line-height:170%;
}
*/
div.werkzeug {
	width:300px;
	border: 1px dotted #bbbbbb;
	background-color:#E1E1E1;
	padding:10px;
	line-height:130%;
}
/* Positionierung */
.right {
	float:right;
}
.left {
	float:left;
}
br.clear {
	float:none;
}
/*.floatright {
	margin-left: -0px;
}
*/
/* Werbehinweis */
.anzinfo {
	font-size: 0.8em;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}
sup.info {
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	border-radius: 4px;
	border: 1px solid #AAA;
	color: #AAA;
	padding: 0.5em 0.3em 0.6em 0.3em;
	vertical-align: middle;
}
/* div für Amazon Produktanzeigen */
div.amazon {
	float:right;
	margin-left:20px;
}
/* Datum Autorseite */
div.blog {
	width:80px;
	float:left;
	border:1px solid #bbbbbb;
	text-align:center;
	margin: 0px 5px 5px 2px;
	line-height:100%;
}
p.blogday {
	font-size:0.8em;
	text-align:center;
	margin:0px;
	line-height:120%;
}
p.blogmonth {
	font-size:0.8em;
	text-align:center;
	margin:0px;
	line-height:120%;
}
p.blogyear {
	font-size:0.8em;
	text-align:center;
	margin:0px;
	line-height:120%;
}
/* slides - http://responsiveslides.com/ */
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
/* Passknacker Verlauf */
/* 640 / 150 = 4,2 px */
div.pkborder {
	border: 1px dotted #7379B5;
	padding: 2px;
	background-image:url(/pages/x_fish/images/130720_27_pk_background.jpg);
	background-position: bottom right;
}
div.pkarchieved {
	background-color: #ff0505;
}
div.pkgoal {
	background-color: #ff9600;
}
div.pkpassknackerli {
	background-color: #e1e1e1;
}
div.hamburgerbar {
	width: 28px;
	height: 3px;
	background-color: white;
	margin: 6px 0;
}
/* Breakpoints */
div.smartphonehide {
	display:block;
}
div.smartphonevis {
	display:none;
}
#inhalt {
	margin: 18px 18px 18px -50px;
}
img.uebersicht {
	margin-left:90px;
}
@media only screen and (max-width: 985px) {
	.floatleft, .floatright {
		text-align:center;
		margin: auto;
		float:none;
	}
	.biusright {
		border-right: 1px dotted #7379B5;
		border-left: none;
	}
	.right, .left{
		margin: auto;
		float:none;
	}
	div.smartphonehide {
		display:none;
	}
	div.smartphonevis {
		display:block;
	}
	#inhalt {
		margin: 0px 0px 18px 0px;
	}
	img.uebersicht {
		margin:0px;
	}
    .header-main {
        min-height: 0;
    }
    #hintergrund {
    	margin: 0 !important;
    }
}
	
	/* US Highway Colors */
	.w3-highway-brown{
		color:#fff!important;
		background-color:#633517!important
}
	.w3-highway-red{
		color:#fff!important;
		background-color:#a6001a!important
}
	.w3-highway-orange{
		color:#fff!important;
		background-color:#e06000!important
}
	.w3-highway-schoolbus{
		color:#fff!important;
		background-color:#ee9600!important
}
	.w3-highway-yellow{
		color:#fff!important;
		background-color:#ffab00!important
}
	.w3-highway-green{
		color:#fff!important;
		background-color:#004d33!important
}
	.w3-highway-blue{
		color:#fff!important;
		background-color:#00477e!important
}
	
	
/*  Neue Formatierung von FA- Ersetzungen (Claude - 23.03.2026)*/
.fa-inline-header {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.fa-inline-header > div {
    flex: 1;
}

.fa-inline-header ul {
    margin: 0.25rem 0 0 0;
    padding-left: 1.25rem;
}	

blockquote .fa-inline-header {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
}

blockquote {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

blockquote ul {	/* für Listen innerhalb von Blockquotes, welche sonst ohne Abstand ausgegeben werden */
    padding-top: 1em !important;
    padding-bottom: 1em !important;    
}

pre { /* bei schmalen Bildschirmen (z. B. Smartphones) bleibt der Inhalt vom <pre> scrollbar */
    overflow-x: auto;
}

/* Formatierung für Tasten einer Tastatur */
kbd.key {
	 position: relative;
    top: -2px; /* Schiebt das Element exakt 2px nach oben */	
	
    /* Hintergrund & Farbe */
    background-color: #f7f7f7;
    color: #333;
    
    /* Rahmen & Tiefe (3D-Effekt) */
    border: 1px solid #ccc;
    border-radius: 5px;
    /* Der Clou: Mehrschichtiger Schatten für Tiefe */
    box-shadow: 
        0 1px 0 rgba(0,0,0,0.2), 
        0 2px 0 0 #fff inset, 
        0 2px 0 #bbb; 
    
    /* Schrift & Abstände */
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 0.85em;
    font-weight: 600;
    line-height: 1;
    padding: 3px 6px;
    margin: 0 2px;
    
    /* Verhindert Textmarkierung */
    user-select: none;
    
    /* Sanfter Übergang beim Rendern */
    vertical-align: middle;
    white-space: nowrap;
}

kbd {
    background-color: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    padding: 1px 6px;
    font-family: monospace;
    font-size: 0.85em;
    color: #1f2937;
    white-space: nowrap;
}

/* HTML-Code in den Erklärungen soll etwas kleiner dargestellt werden */ 

pre code {
    font-size: 0.85em;
}

/* Workaround für highlight.js-Nummerierung: 1em Abstand zwischen Zahl und Zeile */
.hljs-ln-n {
    padding-right: 1em;
    color: #999;
    user-select: none;
}
