<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! slide.css fĆ¼r 'nfb2023' - 14.05.2023 Ć„nderung: 24.06.23 */
*{box-sizing:border-box;margin:0;border:0;}
html {font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-size: 1rem;}
body{min-height:100vh;background-color: #f6f6f6;}
h1{font-size:clamp(1.125rem, 0.95rem + 0.875vw, 2rem);color:darkblue;margin:0;padding:.25em;line-height:1.1em;text-align:center;}
p {font-size:clamp(1rem, 0.9rem + 0.5vw, 1.5rem);color:darkblue;margin:0;padding:.25em;line-height:1em;text-align:center;}
.kopf, .navi, .fuss {background-color:skyblue;}
a{text-decoration:none;color:#a30000;}  
a:active,a:hover{background-color:darkblue;color:#f6f6f6;}
.gross{font-size:200%;}
picture{width:auto;margin:0;display:grid;grid-template-columns:1fr;}
img{width:auto;max-width:100%;height:auto;max-height:87vh;vertical-align:middle;-o-object-fit:cover;object-fit:cover;margin-left:auto;margin-right:auto;margin-bottom:0px;border:1px solid black;box-shadow:1px 3px 8px rgba(0, 0, 0, 0.5);}</pre></body></html>