body {
color: #374151;
background-color: #f8fafc;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} h1, h2, h3, h4 {
color: #1a202c;
font-weight: 700;
}
h1 {
font-size: clamp(2rem, 5vw, 2.8rem);
letter-spacing: -0.02em;
line-height: 1.15;
}
h2 {
font-size: clamp(1.6rem, 4vw, 2rem);
text-align: center;
letter-spacing: -0.01em;
margin-bottom: 0.5rem;
}
h3 {
font-size: 1.2rem;
line-height: 1.4;
}
p {
color: #6b7280;
line-height: 1.7;
font-size: 1.05rem;
} .site-content {
max-width: 1200px;
margin: 0 auto;
} a {
color: #0e7490;
transition: color 0.2s ease;
}
a:hover {
color: #0e7490;
} .main-navigation {
font-weight: 500;
font-size: 0.95rem;
}
.main-navigation a {
color: #d1d5db;
transition: color 0.2s ease;
}
.main-navigation a:hover {
color: #0e7490;
} .wp-block-cover,
.wp-block-cover-image {
min-height: 500px !important;
display: flex;
align-items: center;
justify-content: center;
} .wp-block-cover.cta-banner {
min-height: 0 !important;
padding: 4rem 2rem !important;
}
.wp-block-cover h1,
.wp-block-cover p {
color: #ffffff;
} .wp-block-cover .has-cyan-300-color,
.wp-block-cover em,
.wp-block-cover strong.highlight {
color: #22d3ee !important;
} .wp-block-column {
background: #ffffff;
border: 1px solid #e5e7eb;
border-radius: 12px;
padding: 2rem 1.8rem;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.wp-block-column:hover {
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
transform: translateY(-2px);
} .wp-block-columns {
gap: 1.5rem;
margin-bottom: 1.5rem;
} .wp-block-column h3:first-of-type,
.wp-block-column p:first-of-type strong {
color: #0e7490;
font-size: 0.8rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.1em;
} .wp-block-column h3,
.wp-block-column h4 {
color: #1a202c;
font-size: 1.15rem;
text-align: left;
margin-top: 0.5rem;
} .wp-block-column p {
font-size: 0.95rem;
color: #6b7280;
} .wp-block-column svg,
.wp-block-column img.icon,
.wp-block-column img[width="24"],
.wp-block-column img[width="32"],
.wp-block-column img[width="40"] {
color: #0E7490;
margin-bottom: 0.5rem;
} .wp-block-column .emoji,
.wp-block-column p:first-child:has(img.wp-smiley) {
font-size: 1.5rem;
}  .wp-block-column .badge,
.wp-block-column p:first-child strong {
color: #0E7490;
} .scan-card,
.pakete-section .wp-block-column:first-child {
border: 2px solid #0e7490;
box-shadow: 0 2px 8px rgba(8, 145, 178, 0.12);
} .wp-block-column ul,
.entry-content ul {
list-style: none;
padding-left: 0;
}
.wp-block-column ul li,
.entry-content ul li {
position: relative;
padding-left: 1.8rem;
margin-bottom: 0.6rem;
color: #374151;
font-size: 0.95rem;
line-height: 1.6;
}
.wp-block-column ul li::before,
.entry-content ul li::before {
content: "✓";
position: absolute;
left: 0;
color: #0e7490;
font-weight: 700;
font-size: 1rem;
} .wp-block-image img {
border-radius: 8px;
border: 1px solid #e5e7eb;
transition: box-shadow 0.25s ease;
}
.wp-block-image img:hover {
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
} .wp-block-image + h4,
.wp-block-image + p strong,
figcaption {
color: #0e7490;
font-size: 0.78rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.08em;
margin-top: 0.8rem;
} .wp-block-button__link,
a.wp-block-button__link,
a.wp-block-button__link:visited {
background-color: #0e7490;
color: #fff;
border-radius: 8px;
padding: 0.85rem 2rem;
font-weight: 600;
font-size: 1rem;
border: none;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 0.4rem;
}
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active,
a.wp-block-button__link:hover,
a.wp-block-button__link:focus,
a.wp-block-button__link:active {
background-color: #0e7490;
color: #fff;
} .was-sie-erhalten .wp-block-column {
text-align: center;
padding: 2.2rem 1.5rem;
border-top: 3px solid #0e7490;
background: #ffffff;
}
.was-sie-erhalten .wp-block-column p:first-child {
font-size: 2rem;
margin-bottom: 0.5rem;
line-height: 1;
} .section-gray {
background-color: #f1f5f9;
padding: 3rem 0;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
padding-left: calc(50vw - 50%);
padding-right: calc(50vw - 50%);
} details,
.wp-block-details {
border: 1px solid #e5e7eb;
border-radius: 8px;
padding: 1rem 1.4rem;
margin-bottom: 0.5rem;
background: #ffffff;
transition: box-shadow 0.2s ease;
}
details:hover,
.wp-block-details:hover {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
details summary,
.wp-block-details summary {
font-weight: 600;
color: #1a202c;
cursor: pointer;
font-size: 1rem;
list-style: none;
display: flex;
justify-content: space-between;
align-items: center;
}
details summary::-webkit-details-marker {
display: none;
}
details summary::after {
content: "+";
font-size: 1.3rem;
color: #9ca3af;
font-weight: 400;
transition: transform 0.2s ease;
flex-shrink: 0;
margin-left: 1rem;
}
details[open] summary::after {
content: "−";
color: #0e7490;
}
details p {
margin-top: 0.8rem;
font-size: 0.95rem;
color: #6b7280;
} .wp-block-cover.cta-banner,
.wp-block-group.has-background.dark-cta {
background-color: #1a202c !important;
border-radius: 0;
padding: 3rem 2rem;
text-align: center;
}
.wp-block-cover.cta-banner h2,
.wp-block-group.dark-cta h2 {
color: #ffffff;
font-size: clamp(1.5rem, 4vw, 2rem);
}
.wp-block-cover.cta-banner p,
.wp-block-group.dark-cta p {
color: #9ca3af;
} .entry-content > * {
margin-bottom: 2.5rem;
}
.entry-content > h2 {
margin-bottom: 0.5rem;
} .entry-content > h2 + p {
text-align: center;
color: #9ca3af;
font-size: 1rem;
margin-bottom: 2rem;
} .wp-block-separator,
hr {
border: none;
border-top: 1px solid #e5e7eb;
max-width: 100px;
margin: 2.5rem auto;
} .site-footer,
footer.site-footer {
background-color: #1a202c !important;
color: #9ca3af;
padding: 2.5rem 0 1.5rem;
}
.site-footer a,
footer.site-footer a {
color: #d1d5db;
text-decoration: none;
transition: color 0.2s ease;
}
.site-footer a:hover,
footer.site-footer a:hover {
color: #0e7490;
} .site-footer .site-info .copyright + * {
display: none;
} .site-footer .site-info {
font-size: 0.85rem;
color: #6b7280;
} @media (max-width: 768px) {
.wp-block-columns {
flex-direction: column;
gap: 1rem;
}
.wp-block-column {
padding: 1.5rem 1.2rem;
}
h1 {
font-size: 2rem;
}
h2 {
font-size: 1.5rem;
}
.wp-block-button__link,
a.wp-block-button__link {
width: 100%;
justify-content: center;
padding: 1rem 1.5rem;
}
.entry-content > * {
margin-bottom: 1.5rem;
}
}
@media (max-width: 480px) {
.wp-block-column {
padding: 1.2rem 1rem;
}
h1 {
font-size: 1.7rem;
}
}
@media (max-width: 768px) { div[style*="grid-template-columns:repeat(3"] {
grid-template-columns: 1fr !important;
}
}
@media (max-width: 768px) {
div[style*="grid-template-columns:1fr 1fr"] {
grid-template-columns: 1fr !important;
}
} div[style*="grid-template-columns:1fr 1fr"] > div {
display: flex;
flex-direction: column;
}
div[style*="grid-template-columns:1fr 1fr"] > div > div:last-child {
flex: 1;
display: flex;
align-items: center;
} .wpcf7-form p {
margin-bottom: 1.2rem;
}
.wpcf7-form label {
display: block;
font-size: 0.875rem;
font-weight: 600;
color: #374151;
margin-bottom: 0.4rem;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
width: 100%;
padding: 0.7rem 1rem;
border: 1px solid #d1d5db;
border-radius: 8px;
font-size: 0.95rem;
color: #1a202c;
background: #fff;
transition: border-color 0.2s ease, box-shadow 0.2s ease;
box-sizing: border-box;
-webkit-appearance: none;
}
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
outline: none;
border-color: #0e7490;
box-shadow: 0 0 0 3px rgba(8, 145, 178, 0.12);
}
.wpcf7-form textarea {
resize: vertical;
min-height: 100px;
} .wpcf7-form input[type="submit"] {
background-color: #0e7490;
color: #fff;
border: none;
border-radius: 8px;
padding: 0.85rem 2.5rem;
font-size: 1rem;
font-weight: 600;
cursor: pointer;
transition: background-color 0.2s ease;
width: 100%;
}
.wpcf7-form input[type="submit"]:hover {
background-color: #0e7490;
} .wpcf7-form .wpcf7-acceptance {
display: flex;
align-items: flex-start;
gap: 0.6rem;
font-size: 0.85rem;
color: #6b7280;
}
.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
width: 16px;
height: 16px;
margin-top: 2px;
accent-color: #0e7490;
flex-shrink: 0;
} .wpcf7-not-valid-tip {
color: #dc2626;
font-size: 0.8rem;
margin-top: 0.3rem;
display: block;
}
.wpcf7-form.invalid .wpcf7-response-output {
border-color: #dc2626;
color: #dc2626;
background: #fef2f2;
border-radius: 8px;
padding: 0.75rem 1rem;
font-size: 0.875rem;
}
.wpcf7-form.sent .wpcf7-response-output {
border-color: #059669;
color: #059669;
background: #f0fdf4;
border-radius: 8px;
padding: 0.75rem 1rem;
font-size: 0.875rem;
} .wpcf7-form select {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 1rem center;
padding-right: 2.5rem;
cursor: pointer;
} .entry-content ul li:has(svg) {
padding-left: 0;
}
.entry-content ul li:has(svg)::before {
display: none;
} .entry-content > .wp-block-group,
.entry-content > .wp-block-html,
.entry-content > figure,
.entry-content > .wp-block-columns {
margin-bottom: 1.5rem !important;
} .site-main .entry-content {
padding-top: 0 !important;
}
.wp-block-group {
margin-top: 0 !important;
margin-bottom: 1.5rem !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
} .entry-content p:empty,
.entry-content br {
display: none !important;
}
.wp-block-group,
.wp-block-group__inner-container {
padding-top: 0 !important;
padding-bottom: 0 !important;
margin-top: 0 !important;
margin-bottom: 1.5rem !important;
} .site-footer,
.footer-widgets,
.footer-widgets-container,
.site-info,
.inside-site-info {
background-color: #0F1729 !important;
}
.site-content,
#primary,
.content-area,
.inside-article,
article,
.entry-content,
.site-main {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
.site-footer {
margin-top: 0 !important;
padding-top: 0 !important;
}
.entry-content > *:last-child {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
#page {
padding-bottom: 0 !important;
}
.wp-block-group.cta-banner {
padding: 2.5rem 2rem !important;
}0e7490@font-face{font-family: 'Inter';font-style: normal;font-weight: 100;unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/inter-normal-latin-ext.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Inter';font-style: normal;font-weight: 100;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;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/inter-normal-latin.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Inter';font-style: normal;font-weight: 200;unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/inter-normal-latin-ext.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Inter';font-style: normal;font-weight: 200;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;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/inter-normal-latin.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Inter';font-style: normal;font-weight: 300;unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/inter-normal-latin-ext.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Inter';font-style: normal;font-weight: 300;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;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/inter-normal-latin.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Inter';font-style: normal;font-weight: 400;unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/inter-normal-latin-ext.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Inter';font-style: normal;font-weight: 400;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;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/inter-normal-latin.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Inter';font-style: normal;font-weight: 500;unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/inter-normal-latin-ext.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Inter';font-style: normal;font-weight: 500;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;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/inter-normal-latin.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Inter';font-style: normal;font-weight: 600;unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/inter-normal-latin-ext.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Inter';font-style: normal;font-weight: 600;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;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/inter-normal-latin.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Inter';font-style: normal;font-weight: 700;unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/inter-normal-latin-ext.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Inter';font-style: normal;font-weight: 700;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;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/inter-normal-latin.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Inter';font-style: normal;font-weight: 800;unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/inter-normal-latin-ext.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Inter';font-style: normal;font-weight: 800;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;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/inter-normal-latin.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Inter';font-style: normal;font-weight: 900;unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/inter-normal-latin-ext.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Inter';font-style: normal;font-weight: 900;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;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/inter-normal-latin.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Source Sans Pro';font-style: italic;font-weight: 200;unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/source-sans-pro-italic-latin-ext-200.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Source Sans Pro';font-style: italic;font-weight: 200;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;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/source-sans-pro-italic-latin-200.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Source Sans Pro';font-style: italic;font-weight: 300;unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/source-sans-pro-italic-latin-ext-300.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Source Sans Pro';font-style: italic;font-weight: 300;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;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/source-sans-pro-italic-latin-300.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Source Sans Pro';font-style: italic;font-weight: 400;unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/source-sans-pro-italic-latin-ext-400.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Source Sans Pro';font-style: italic;font-weight: 400;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;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/source-sans-pro-italic-latin-400.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Source Sans Pro';font-style: italic;font-weight: 600;unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/source-sans-pro-italic-latin-ext-600.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Source Sans Pro';font-style: italic;font-weight: 600;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;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/source-sans-pro-italic-latin-600.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Source Sans Pro';font-style: italic;font-weight: 700;unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/source-sans-pro-italic-latin-ext-700.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Source Sans Pro';font-style: italic;font-weight: 700;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;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/source-sans-pro-italic-latin-700.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Source Sans Pro';font-style: italic;font-weight: 900;unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/source-sans-pro-italic-latin-ext-900.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Source Sans Pro';font-style: italic;font-weight: 900;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;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/source-sans-pro-italic-latin-900.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Source Sans Pro';font-style: normal;font-weight: 200;unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/source-sans-pro-normal-latin-ext-200.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Source Sans Pro';font-style: normal;font-weight: 200;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;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/source-sans-pro-normal-latin-200.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Source Sans Pro';font-style: normal;font-weight: 300;unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/source-sans-pro-normal-latin-ext-300.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Source Sans Pro';font-style: normal;font-weight: 300;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;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/source-sans-pro-normal-latin-300.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Source Sans Pro';font-style: normal;font-weight: 400;unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/source-sans-pro-normal-latin-ext-400.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Source Sans Pro';font-style: normal;font-weight: 400;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;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/source-sans-pro-normal-latin-400.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Source Sans Pro';font-style: normal;font-weight: 600;unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/source-sans-pro-normal-latin-ext-600.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Source Sans Pro';font-style: normal;font-weight: 600;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;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/source-sans-pro-normal-latin-600.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Source Sans Pro';font-style: normal;font-weight: 700;unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/source-sans-pro-normal-latin-ext-700.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Source Sans Pro';font-style: normal;font-weight: 700;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;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/source-sans-pro-normal-latin-700.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Source Sans Pro';font-style: normal;font-weight: 900;unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/source-sans-pro-normal-latin-ext-900.woff2?ver=1778946820) format('woff2');font-display: swap;}@font-face{font-family: 'Source Sans Pro';font-style: normal;font-weight: 900;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;src: url(//peakguard.de/wp-content/uploads/omgf/generate-google-fonts/source-sans-pro-normal-latin-900.woff2?ver=1778946820) format('woff2');font-display: swap;}