/* © 2025 by VISUAL GRAPHICS® Werbeagentur, Bodo Dylan Lebbing - www.visual-graphics.de - all rights reserved */
:root {--body_bg: #4B464A;--body_fontsize: 1.2rem;--body_fontcolor: #4B464A;--body_fontweight: 400;--header_fontsize: 1.5rem;--header_fontcolor: #8C1825;--header_fontweight: 400;--marker: #ffdb4e;--button_bg: #64252B;--button_bg_active: #AE252B;}* {margin: 0;padding: 0;box-sizing: border-box;}html {font-size: 16px;}html {background: url(../images/fdw_01-2017-7037.jpg) no-repeat center center fixed;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}body {font-size: var(--body_fontsize);color: var(--body_fontcolor);font-weight: var(--body_fontweight);font-family: sans-serif;}.container {display: flex;flex-wrap: wrap;margin-top: 2rem;align-items: center;justify-content: center;}.wrapper {width: 50vw;}footer {font-size: .9rem;}footer a:link {color: #FFFFFF !important;}footer a:hover, footer a:active {text-decoration: none;}footer p {font-weight: 300;padding: 4px 0 0 8px;color: #FFFFFF;}.item {border-radius: 0.25em;background: rgb(255,255,255,0.9);padding: 2rem 1rem 1.5rem 2rem;}header {text-align: right;width: 100%;padding-right: 1rem;}.logo {width: 350px;align-items: flex-end;margin-bottom: 2rem;}strong {font-weight: 600;}small {font-size: 85%;font-weight: 300;}address {line-height: 1.5rem;margin-bottom: 1rem;font-style: normal;}span.marker {background: var(--marker);line-height: 1.2;margin: 0 0 .25rem -1rem;padding: .4rem 1rem .15rem 1rem;display: inline-block;}a:link {color: var(--body_fontcolor);text-decoration: none;}a:hover, a:active {color: var(--body_fontcolor);text-decoration: underline;}h1, h2, h3, h4, h5, h6 {margin: 0 0 1.25rem 0;color: var(--header_fontcolor);font-weight: var(--header_fontweight);font-size: var(--header_fontsize);}p {color: var(--body_fontcolor);font-weight: var(--body_fontweight);margin: 0 0 .8rem 0;line-height: 1.85rem;}p:last-child {margin-bottom: 0;}.vgr-button a:link {color: #FFFFFF !important;text-decoration: none !important;}.vgr-button a:hover, .vgr-button a:active {color: #FFFFFF !important;text-decoration: none !important;}.vgr-button {margin: 0;display: inline-block;box-sizing: border-box;padding: 7px 30px;background-color: var(--button_bg);color: #FFFFFF !important;text-decoration: none !important;}.vgr-button:hover {background-color: var(--button_bg_active);color: #FFFFFF;}.vgr-button:active {color: #FFFFFF;}@media only screen and (max-width: 992px) {.container {margin-top: 1.75rem;}.wrapper {width: 70vw;}}@media only screen and (max-width: 768px) {.container {margin-top: 1.5rem;}.wrapper {width: 85vw;}}@media only screen and (max-width: 600px) {.container {margin-top: 1rem;}.wrapper {width: 92vw;margin: 1rem 0;}.logo {width: 300px;}}