@font-face{
  font-family: 'Source Serif 4';
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url(../fonts/vEFK2_tTDB4M7-auWDN0ahZJW1gewtW_Wg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face{
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url(../fonts/vEFI2_tTDB4M7-auWDN0ahZJW1gb8tc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}body{
    color: #231f20;
    font-family: "Source Serif 4", serif;
    font-size: 16px;
    line-height: 20px;
}#wrapper{
    max-width: 790px;
    margin: 16px auto;
    border: 3px solid #f68b1f;
    background-color: #fff;
    position: relative;
}.title{
    padding: 6px 24px 12px;
    background: #f68b1f;
}.title p{
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
}article{
    padding: 20px 24px 0;
}.font{
    font-size: 18px !important;
    line-height: 1.4;
}.mb{
    margin-bottom: 0;
}.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}.box{
    width: 48%;
}.email{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    position: relative;
}.email strong{
    font-size: 19px;
    line-height: 1.2;
    position: relative;
    z-index: 99;
}footer{
    padding: 32px 24px 8px;
}footer p{
    text-align: center;
    margin: 0 0 1rem;
    position: relative;
    z-index: 95;
}.logo{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    left: 24px;
    bottom: 25px;
    right: 24px;
}.logo a{
    position: relative;
    z-index: 99;
}p{
    margin: 0 0 10px;
}h1{
    margin: 0 0 16px;
    font-size: 64px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    color: #203744;
    font-weight: 800;
}h1 span{
    font-size: 22px;
    line-height: 34px;
}h1 small{
    display: block;
    font-family: "Source Serif 4", serif;
    font-size: 26px;
    line-height: 1.2;
}h2{
    font-size: 18px;
    margin: 16px 0px;
    line-height: 26px;
}h2 span{
    padding: 2px 6px;
    background: #203744;
    color: #fff;
}h2 strong{
    padding: 2px 6px;
    background: #f68b1e;
}h3{
    font-size: 18px;
    line-height: 24px;
}h4{
    margin: 16px 0;
    font-size: 18px;
    line-height: 22px;
    transform: rotate(-3deg);
    display: inline-block;
    text-align: center;
    color: #f68b1f;
}h4 span{
    padding: 2px 12px;
    background: #203744;
}a{
    color: #231f20;
    text-decoration: none;
}ul{
    margin: 0 0 10px;
    list-style: none;
}ul li{
    padding-left: 13px;
    margin: 0 0 8px;
}li:before{
    content: '\2022';
    float: left;
    font-size: 20px;
    text-indent: -10px;
}img{
    max-width: 100%;
    vertical-align: middle;
}@media all and (max-width: 790px){#wrapper{
        border: none;
        margin: 0;
        hyphens: auto;
    }header img{
        width: 100%;
    }h1{
        font-size: 34px;
    }ul{
        margin: 0 0 20px;
    }:is(article, footer){
        padding: 16px;
    }:is(h4 br, footer br){
        display: inline;
    }br{
        display: none;
    }p span{
        white-space: nowrap;
    }}@media all and (max-width: 767px){.flex{
        display: block;
    }.box{
        width: 100%;
    }.logo{
        position: static;
        margin: 16px 0 0;
        justify-content: space-around;
        gap: 16px;
    }.email{
        align-items: center;
        justify-content: center;
        margin: 16px 0 0;
        text-align: center;
    }h4{
        margin: 26px auto;
        width: 228px;
        display: block;
    }h1{
        font-size: 28px;
    }}

@media print { body { background:#fff !important; color:#000 !important; } * { box-shadow:none !important; animation:none !important; } }
@media (prefers-reduced-motion: reduce) { * { animation:none !important; transition:none !important; } }

b, strong { font-weight: bold; }

a[href^="tel:"] { text-decoration: none; color: inherit; }

/* prt-hyphenation — Silbentrennung langer Wörter (Proteus, alle Anzeigen) */
html {
  overflow-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-limit-chars: 8 4 3;
  hyphenate-limit-chars: 8 4 3;
}
@media (max-width: 700px) {
  html {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-limit-chars: 8 4 3;
  hyphenate-limit-chars: 8 4 3;
  }
}
