.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.7;
color: #1a1a1a;
background: #ffffff;
-webkit-font-smoothing: antialiased;
}
a { color: #1e7e34; text-decoration: none; }
a:hover { color: #145a24; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4, h5, h6 {
line-height: 1.25;
font-weight: 700;
color: #111;
}
p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }
ul, ol { padding-left: 1.5rem; } .site-wrapper { display: flex; flex-direction: column; min-height: 100vh; }
.site-main { flex: 1; }
.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 24px;
} .site-header {
background: #ffffff;
border-bottom: 1px solid #e8e8e8;
position: sticky;
top: 0;
z-index: 1000;
box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}
.header-inner {
display: flex;
align-items: center;
justify-content: space-between;
height: 72px;
} .site-logo img {
height: 48px;
width: auto;
display: block;
}
.site-logo-text {
font-size: 20px;
font-weight: 800;
color: #1e7e34;
} .site-nav { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; } .site-nav ul { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.site-nav li { position: relative; list-style: none; margin: 0; padding: 0; }
.site-nav li::before { display: none; content: none; }
.site-nav a,
.site-nav li > a {
font-size: 14px;
font-weight: 600;
color: #333;
padding: 8px 14px;
border-radius: 6px;
transition: background 0.15s, color 0.15s;
white-space: nowrap;
display: block;
}
.site-nav a:hover,
.site-nav li > a:hover { background: #f0faf2; color: #1e7e34; }
.site-nav .current-menu-item > a,
.site-nav a.current { color: #1e7e34; } .nav-item,
.site-nav li { position: relative; }
.site-nav li > a[aria-haspopup]::after,
.nav-item > a::after { content: ' ▾'; font-size: 10px; opacity: 0.6; }
.nav-dropdown,
.site-nav .sub-menu {
display: none;
position: absolute;
top: calc(100% + 2px);
left: 0;
background: #fff;
border: 1px solid #e8e8e8;
border-radius: 10px;
box-shadow: 0 8px 24px rgba(0,0,0,0.12);
min-width: 210px;
padding: 6px;
z-index: 200;
list-style: none;
margin: 0;
}
.site-nav li.open > .sub-menu,
.nav-item.open .nav-dropdown { display: block; }
.site-nav .sub-menu li { display: block; }
.site-nav .sub-menu a {
display: block;
padding: 9px 14px;
font-size: 14px;
border-radius: 6px;
color: #333;
white-space: nowrap;
}
.site-nav .sub-menu a:hover { background: #f0faf2; color: #1e7e34; } .site-nav .menu-item-cta > a,
.nav-cta {
background: #1e7e34 !important;
color: #fff !important;
padding: 10px 20px !important;
border-radius: 8px !important;
font-size: 14px !important;
font-weight: 700 !important;
margin-left: 8px !important;
transition: background 0.15s !important;
}
.site-nav .menu-item-cta > a:hover,
.nav-cta:hover { background: #145a24 !important; color: #fff !important; } .menu-toggle {
display: none;
background: none;
border: 1.5px solid #ddd;
border-radius: 6px;
padding: 6px 10px;
cursor: pointer;
font-size: 20px;
color: #333;
line-height: 1;
}
@media (max-width: 900px) {
.menu-toggle { display: block; }
.site-nav,
.site-nav ul {
display: none;
position: absolute;
top: 72px; left: 0; right: 0;
background: #fff;
border-bottom: 1px solid #e8e8e8;
flex-direction: column;
align-items: stretch;
padding: 12px 16px;
gap: 2px;
box-shadow: 0 8px 24px rgba(0,0,0,0.1);
z-index: 999;
}
.site-nav.open,
.site-nav.open ul { display: flex; }
.site-nav li { width: 100%; }
.site-nav a,
.site-nav li > a { padding: 12px 14px; width: 100%; }
.site-nav .sub-menu {
position: static; box-shadow: none; border: none;
border-radius: 0; padding-left: 12px; display: block;
width: 100%;
}
.nav-cta,
.site-nav .menu-item-cta > a { text-align: center; margin-left: 0 !important; margin-top: 8px; width: 100%; }
} .page-content {
padding: 48px 0 64px;
}
.entry-content { max-width: 100%; } .entry-content h1 { font-size: clamp(28px, 4vw, 42px); margin-bottom: 1rem; }
.entry-content h2 { font-size: clamp(22px, 3vw, 32px); margin: 2rem 0 1rem; }
.entry-content h3 { font-size: clamp(18px, 2.5vw, 24px); margin: 1.5rem 0 0.75rem; }
.entry-content p  { margin-bottom: 1.1rem; color: #333; }
.entry-content ul, .entry-content ol { margin-bottom: 1.1rem; }
.entry-content li { margin-bottom: 0.4rem; }
.entry-content strong { font-weight: 700; } .alignwide  { max-width: 1100px; margin-left: auto; margin-right: auto; }
.alignfull  { width: 100vw; margin-left: calc(50% - 50vw); }
.aligncenter { text-align: center; margin-left: auto; margin-right: auto; }
.alignleft  { float: left; margin-right: 1.5rem; margin-bottom: 1rem; }
.alignright { float: right; margin-left: 1.5rem; margin-bottom: 1rem; } .wp-block-image img { border-radius: 10px; } .wp-block-cover { min-height: 400px; } .wp-block-button__link {
background: #1e7e34;
color: #fff;
border-radius: 8px;
padding: 12px 28px;
font-weight: 700;
font-size: 15px;
transition: background 0.15s;
}
.wp-block-button__link:hover { background: #145a24; color: #fff; } .site-footer {
background: #1a1a1a;
color: #ccc;
padding: 48px 0 24px;
margin-top: auto;
}
.footer-grid {
display: grid;
grid-template-columns: 1.5fr 1fr 1fr;
gap: 40px;
margin-bottom: 40px;
}
.footer-brand img { height: 40px; width: auto; margin-bottom: 16px; filter: brightness(0) invert(1); opacity: 0.9; }
.footer-brand p { font-size: 14px; color: #999; line-height: 1.7; }
.footer-col h4 { font-size: 13px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 16px; }
.footer-col ul { list-style: none; padding: 0; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { font-size: 14px; color: #999; transition: color 0.15s; }
.footer-col a:hover { color: #4caf50; }
.footer-contact p { font-size: 14px; color: #999; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.footer-contact a { color: #999; }
.footer-contact a:hover { color: #4caf50; }
.footer-bottom {
border-top: 1px solid #333;
padding-top: 20px;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 8px;
}
.footer-bottom p { font-size: 13px; color: #666; margin: 0; }
.footer-bottom a { color: #666; }
.footer-bottom a:hover { color: #4caf50; }
@media (max-width: 768px) {
.footer-grid { grid-template-columns: 1fr; gap: 28px; }
.footer-bottom { flex-direction: column; text-align: center; }
} .tb-wrap {
margin-top: 48px !important;
margin-bottom: 48px !important;
} #main .skg-logo,
#main [class*="skgrid"] .l {
background: #ffffff !important;
min-height: 160px !important;
height: auto !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
padding: 24px 20px !important;
border-bottom: 1px solid #f0f0f0 !important;
}
#main .skg-logo img,
#main [class*="skgrid"] .l img {
max-height: 110px !important;
max-width: 180px !important;
width: auto !important;
height: auto !important;
object-fit: contain !important;
display: block !important;
margin: 0 auto !important;
box-shadow: none !important;
border: none !important;
border-radius: 0 !important;
padding: 0 !important;
}
#main .skg-card,
#main [class*="skgrid"] .c {
overflow: visible !important;
min-height: 270px !important;
} .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border-width: 0; } .preisanfrage-wrap {
display: grid;
grid-template-columns: 300px 1fr;
gap: 48px;
padding: 48px 0 64px;
align-items: start;
}
@media (max-width: 768px) {
.preisanfrage-wrap { grid-template-columns: 1fr; gap: 32px; }
} .kontakt-info {
background: #f8faf8;
border-radius: 14px;
padding: 28px 24px;
border: 1px solid #e0f0e3;
}
.kontakt-info h3 {
font-size: 16px;
font-weight: 700;
color: #1a1a1a;
margin: 0 0 20px;
padding-bottom: 12px;
border-bottom: 2px solid #1e7e34;
letter-spacing: 0.3px;
}
.kontakt-info-item {
display: flex;
align-items: flex-start;
gap: 12px;
margin-bottom: 16px;
font-size: 14px;
color: #444;
line-height: 1.6;
}
.kontakt-info-item .ki-icon {
width: 32px;
height: 32px;
background: #e8f5e9;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
flex-shrink: 0;
margin-top: 1px;
}
.kontakt-info-item strong { color: #111; display: block; font-size: 13px; margin-bottom: 2px; }
.kontakt-info-item a { color: #1e7e34; text-decoration: none; display: block; } .wpcf7-form {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.wpcf7-form label {
display: block;
font-size: 13px;
font-weight: 600;
color: #444;
margin-bottom: 5px;
letter-spacing: 0.2px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form select,
.wpcf7-form textarea {
width: 100%;
padding: 10px 14px;
border: 1.5px solid #dde3dd;
border-radius: 8px;
font-size: 15px;
font-family: inherit;
color: #1a1a1a;
background: #fff;
outline: none;
transition: border-color 0.15s, box-shadow 0.15s;
box-sizing: border-box;
appearance: none;
-webkit-appearance: none;
}
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
border-color: #1e7e34;
box-shadow: 0 0 0 3px rgba(30,126,52,0.1);
}
.wpcf7-form textarea { min-height: 110px; resize: vertical; }
.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 12 12'%3E%3Cpath fill='%23888' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 12px center;
padding-right: 32px;
}
.wpcf7-form .wpcf7-form-control-wrap {
display: block;
margin-bottom: 16px;
}
.wpcf7-form label > .wpcf7-form-control-wrap {
display: block;
margin-top: 5px;
margin-bottom: 0;
}
.wpcf7-form label {
margin-bottom: 16px;
display: block;
} .cf7-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0 20px;
}
.cf7-grid label { grid-column: span 1; }
.cf7-grid label.full { grid-column: span 2; }
@media (max-width: 600px) {
.cf7-grid { grid-template-columns: 1fr; }
.cf7-grid label.full { grid-column: span 1; }
} .cf7-section {
font-size: 11px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
color: #1e7e34;
margin: 24px 0 12px;
padding-bottom: 6px;
border-bottom: 1px solid #e0f0e3;
grid-column: span 2;
} .wpcf7-form input[type="submit"],
.wpcf7-submit {
background: #1e7e34;
color: #fff;
border: none;
border-radius: 8px;
padding: 13px 32px;
font-size: 15px;
font-weight: 700;
cursor: pointer;
transition: background 0.15s;
letter-spacing: 0.3px;
width: 100%;
margin-top: 8px;
}
.wpcf7-form input[type="submit"]:hover { background: #145a24; } .wpcf7-not-valid { border-color: #e53935 !important; }
.wpcf7-not-valid-tip { color: #e53935; font-size: 12px; margin-top: 4px; display: block; }
.wpcf7-response-output {
margin-top: 16px;
padding: 12px 16px;
border-radius: 8px;
font-size: 14px;
}
.wpcf7-mail-sent-ok { background: #e8f5e9; color: #1b5e20; border: 1px solid #a5d6a7; }
.wpcf7-validation-errors { background: #fff3e0; color: #e65100; border: 1px solid #ffcc02; } p.cf7-section {
font-size: 11px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
color: #1e7e34;
margin: 20px 0 10px;
padding-bottom: 6px;
border-bottom: 1px solid #e0f0e3;
}
p.cf7-section:first-child { margin-top: 0; }
.cf7-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
.cf7-grid label { grid-column: span 1; }
.cf7-grid label.full { grid-column: span 2; }
@media (max-width: 600px) {
.cf7-grid { grid-template-columns: 1fr; }
.cf7-grid label.full { grid-column: span 1; }
}