@charset "utf-8";


/* Telefon-Links: Formatierung des umgebenden Textes übernehmen */
a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
    font-size: inherit;
}

@media print {
  body { background: #fff !important; display: block; }
  .body { border: none !important; width: 100% !important; max-width: 100% !important; }
  header .banner, header .header { width: 100% !important; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 0.75em; }
}

@media (max-width: 56rem) {
  .body { width: 100%; border-left: none; border-right: none; }
  header .banner, header .header { width: 100%; }
  header .text { position: static; width: 100%; bottom: auto; left: auto; }
  header .logo { position: static; margin: 10px; }
}

/* Web-Lesbarkeit: ruhigere Zeilenhöhe (SDE-111270). */
.body { line-height: 1.5; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}


/* Anzeigenspezifische Overrides (aus HTML-inline-style) */
html {
        font-family: "Calibri", Helvetica, sans-serif;;
    }
    
    body {
        display: flex;
        justify-content: center;
        margin: 0px;
    }
    
    .content {
        width: 800px;
        min-height: 400px;
        border: 1px solid black;
        position: relative;
        margin-bottom: 10px;
    }
    
    header .header {
        width: 100%;
        margin: 0px;
    }
    
    .header {
        margin: 30px 0px;
        text-align: center;
        font-size: 32px;
        font-weight: 700;
    }
    .header p {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .Headerzusatz {
        font-weight: 400;
        font-size: 20px;
    }
    h1.titel {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
        background-color: #f06400;
        color: #fff;
        margin: 0px;
        padding: 8px 12px;
    }
    
    .left {
        margin-right: 15px;
    }
    
    .right {
        width: 50%;
    }
    
    .left {
        width: 49%;
    }
    
    .intro, .block, .benefits, .contact {
        margin: 0px 20px;
    }
    
    .block {
        display: flex;
        justify-content: center;
    }
    
    .benefits {
        margin-top: 35px;
    }
    
    .contact h1.titel {
        margin-top: 40px;
    }
    
    ul {
        padding-left: 30px;
        margin-right: 20px;
        padding-top: 0px;
        list-style: none;
        line-height: 20px;
        margin-top: 10px;
    }
    
    li {
        margin-top: 10px;
        position: relative;
    }
    
    li::before {
        position: absolute;
        content: "+";
        font-size: 25px;
        font-weight: 700;
        vertical-align: top;
        top: -1px;
        left: -20px;
        color: #005aaa;
    }
    
    a {
        color: #f06400;
        text-decoration: none;
    }
    p {
        margin-top: 30px;
    }
    .logo {
        margin-left: auto; 
        margin-right: 20px;
        margin-bottom: 20px;
        width: 200px;
    }
    .logo img {
        width: 100%;
    }
    
    .logo2 {
        margin-left: 20px; 
        margin-right: auto;
        margin-bottom: 20px;
    }
    
    .icon{
        float: left;
        padding-right: 18px;
    }
    .contact p {
        margin-left: 5px
    }
    .subintro p {
        text-align: center;
        margin-top: 0px;
    }
    .contact .inhalt {
        overflow: hidden;
        box-sizing: border-box;

    }
    .contact .inhalt p {
        margin-top: 10px;

    }
    .contact .inhalt img{
        float: left;
        max-width: 100px;
        height: auto;
        margin: 10px 20px 0 0;
    }
    .spacer {
        margin-top: 25px;
    }
    .applylink {
        display: none;
    }
/* prt-spalten-stapelung */
/* Unter 700px stehen die Spalten untereinander — zweispaltig ist auf dem Handy
   unlesbar (Betreiber-Auftrag 30.07.2026). Container aus dem CSS abgeleitet. */
@media (max-width: 700px) {
  .block { flex-direction: column !important; gap: 0; }
  .block > * { width: 100% !important; margin-right: 0 !important;
    margin-left: 0 !important; }
}

b, strong { font-weight: bold; }

#wrapper, .wrapper { padding-bottom: 2.5rem; }

/* 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;
  }
}
