/* === Modern Bold CSS for TinCoister Fellfreunde === */
/* Reset & Base Styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    background: #FDF8F2;
    color: #30465C;
    min-height: 100vh;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    color: #30465C;
    transition: color .2s;
}
a:hover, a:focus {
    color: #89B998;
    outline: none;
}
ul, ol {
    margin: 0 0 1.5em 1.5em;
    padding: 0;
}
li {
    margin-bottom: 8px;
}
table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 24px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(48,70,92,0.05);
}
th, td {
    text-align: left;
    padding: 14px 20px;
    font-family: 'Roboto', Arial, sans-serif;
}
th {
    background: #30465C;
    color: #fff;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
}
td {
    font-size: 16px;
}
tr:nth-child(even) td {
    background: #F2F7F4;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #30465C;
    margin-bottom: 16px;
    line-height: 1.15;
}
h1 {
    font-size: 2.5rem;
    margin-bottom: 24px;
}
h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}
h3 {
    font-size: 1.375rem;
    margin-bottom: 16px;
}
h4 {
    font-size: 1.125rem;
}
p, .text-section ul, .text-section ol {
    font-size: 1rem;
    color: #30465C;
}
strong, b {
    font-weight: 700;
    color: #30465C;
}
small {
    font-size: 0.97em;
    color: #666;
    font-family: 'Roboto', Arial, sans-serif;
}
/* Buttons */
.btn-primary, .btn-secondary {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1.11rem;
    font-weight: 700;
    padding: 14px 36px;
    border-radius: 40px;
    border: none;
    background: #30465C;
    color: #fff;
    transition: background .22s, transform .16s, box-shadow .22s;
    box-shadow: 0 3px 14px rgba(48,70,92,0.06);
    cursor: pointer;
    display: inline-block;
    letter-spacing: .01em;
    margin-top: 12px;
}
.btn-primary:hover, .btn-primary:focus {
    background: #89B998;
    color: #30465C;
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 5px 16px rgba(137,185,152,0.10);
}
.btn-secondary {
    background: #89B998;
    color: #30465C;
    border: 2px solid #30465C;
}
.btn-secondary:hover, .btn-secondary:focus {
    background: #30465C;
    color: #fff;
}
section .btn-primary {
    margin-top: 20px;
}
/* Layout Containers */
.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
}
.content-wrapper {
    width: 100%;
}
.section {
    margin-bottom: 60px;
    padding: 40px 20px;
}
.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 20px;
}
.card {
    background: #fff;
    border-radius: 20px;
    padding: 28px 24px;
    margin-bottom: 20px;
    box-shadow: 0 3px 18px rgba(48,70,92,0.09);
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 260px;
    flex: 1 1 260px;
    z-index: 1;
    transition: box-shadow .22s, transform .19s;
}
.card:hover {
    box-shadow: 0 10px 32px rgba(48,70,92,0.16);
    transform: translateY(-4px) scale(1.015);
}
.content-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.text-image-section {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .text-image-section {
        flex-direction: column;
        text-align: center;
        gap: 22px;
    }
}
.feature-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 22px 18px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 1px 7px rgba(48,70,92,0.07);
}
.features-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}
.features-list li {
    display: flex;
    align-items: center;
    gap: 13px;
    background: #fff;
    border-radius: 14px;
    padding: 18px 24px;
    margin-bottom: 0;
    box-shadow: 0 1px 6px rgba(48,70,92,0.06);
    font-size: 1.06rem;
    font-weight: 500;
    flex: 1 1 320px;
    min-width: 240px;
}
.features-list img {
    width: 32px;
    height: 32px;
}
.service-list-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 24px;
}
.service-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    flex: 1 1 300px;
    background: #fff;
    border-radius: 18px;
    padding: 26px 20px 16px 20px;
    margin-bottom: 0;
    box-shadow: 0 1px 10px rgba(48,70,92,0.07);
    transition: box-shadow .18s, transform .15s;
}
.service-item:hover {
    box-shadow: 0 8px 28px rgba(137,185,152,0.11);
    transform: translateY(-3px) scale(1.01);
}
.service-item img {
    width: 38px;
    height: 38px;
    margin-bottom: 4px;
}
.service-item h2 {
    font-size: 1.2rem;
    margin-bottom: 9px;
    color: #30465C;
}
.service-price {
    font-weight: 700;
    color: #89B998;
    font-size: 1.12rem;
    margin-top: 6px;
}
@media (max-width: 900px) {
    .service-list-grid,
    .features-list {
        flex-direction: column;
        gap: 18px;
        align-items: stretch;
    }
}
@media (max-width: 540px) {
    .feature-item, .features-list li, .service-item, .card {
        padding: 14px 10px;
    }
    .service-item img, .features-list img {
        width: 26px; height: 26px;
    }
}
/* Hero Section */
.hero {
    background: linear-gradient(90deg, #FDF8F2 0%, #89B998 120%);
    padding: 70px 0 55px 0;
    min-height: 280px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 0 0 34px 34px;
    box-shadow: 0 9px 38px rgba(48,70,92,0.08);
}
.hero .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.hero h1 {
    color: #30465C;
    font-size: 2.6rem;
    margin-bottom: 18px;
}
.hero p {
    color: #30465C;
    font-size: 1.20rem;
    margin-bottom: 28px;
    max-width: 580px;
}
@media (max-width: 768px) {
    .hero {
        padding: 40px 0 32px 0;
    }
    .hero .container {
        align-items: center;
        text-align: center;
    }
    .hero p {
        font-size: 1.08rem;
        margin-bottom: 18px;
    }
}
/* --- Main Navigation (Desktop) --- */
header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(48,70,92,0.05);
    padding-top: 8px;
    padding-bottom: 8px;
    position: sticky;
    top: 0; left: 0; width: 100%;
    z-index: 1000;
}
header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 70px;
    position: relative;
}
header img {
    max-height: 56px;
    width: auto;
}
.main-nav {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-left: 40px;
}
.main-nav a {
    font-family: 'Montserrat', Arial, sans-serif;
    color: #30465C;
    font-weight: 600;
    font-size: 1.02rem;
    padding: 3px 3px;
    position: relative;
    transition: color .18s;
}
.main-nav a:after {
    content: '';
    display: block;
    height: 2.5px;
    width: 0;
    background: #89B998;
    transition: width .22s;
    border-radius: 2px;
    margin: 0 auto;
}
.main-nav a:hover, .main-nav a:focus {
    color: #89B998;
}
.main-nav a:hover:after, .main-nav a:focus:after {
    width: 80%;
}
.btn-primary {
    margin-left: 30px;
    margin-right: 10px;
}
.mobile-menu-toggle {
    display: none;
    font-size: 2.1rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #30465C;
    padding: 6px 10px;
    line-height: 1;
    transition: background .14s;
    border-radius: 8px;
    z-index: 1200;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
    background: #F0F4F6;
}
/* --- Mobile Navigation --- */
.mobile-menu {
    display: none;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    background: rgba(48,70,92, 0.80);
    transition: opacity .25s, visibility .25s;
    opacity: 0;
    visibility: hidden;
}
.mobile-menu.open {
    display: block;
    opacity: 1;
    visibility: visible;
}
.mobile-menu nav {
    background: #fff;
    width: 87vw;
    max-width: 342px;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    box-shadow: -6px 0 24px rgba(48,70,92,0.19);
    padding: 48px 30px 36px 36px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transform: translateX(110%);
    transition: transform .37s cubic-bezier(0.6,0.03,0.21,1.04);
}
.mobile-menu.open nav {
    transform: translateX(0);
}
.mobile-nav a {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1.20rem;
    color: #30465C;
    font-weight: 700;
    letter-spacing: .01em;
    margin-bottom: 10px;
    padding: 10px 0;
    border-radius: 7px;
    transition: background .17s, color .15s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
    background: #89B998;
    color: #fff;
}
.mobile-menu-close {
    position: absolute;
    right: 18px; top: 12px;
    font-size: 2.1rem;
    background: none;
    border: none;
    color: #30465C;
    cursor: pointer;
    border-radius: 8px;
    padding: 6px 10px;
    z-index: 2050;
    transition: background .16s;
}
.mobile-menu-close:focus, .mobile-menu-close:hover {
    background: #F0F4F6;
}
@media (max-width: 1000px) {
    .main-nav {
        display: none;
    }
    .btn-primary {
        margin-left: 8px;
    }
    .mobile-menu-toggle {
        display: block;
    }
}

/* --- Testimonials --- */
.testimonials {
    background: #fff;
    padding: 36px 0 10px 0;
    border-radius: 24px;
    box-shadow: 0 3px 34px rgba(48,70,92,0.11);
    margin-bottom: 60px;
}
.testimonials .container {
    padding-top: 0;
}
.testimonials h2 {
    margin-bottom: 34px;
    color: #30465C;
}
.testimonial-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 28px;
    border-radius: 16px;
    background: #FAFFFF;
    color: #30465C;
    box-shadow: 0 2px 12px rgba(137,185,152,0.12);
    margin-bottom: 22px;
    margin-right: 0;
    max-width: 580px;
    font-size: 1.06rem;
    line-height: 1.5;
    border-left: 5px solid #89B998;
    transition: box-shadow .21s, transform .20s;
}
.testimonial-card:last-child {
    margin-bottom: 0;
}
.testimonial-card p {
    font-size: 1.10rem;
    color: #30465C;
    margin-bottom: 6px;
    font-weight: 500;
}
.testimonial-card small {
    color: #46617A;
    margin-left: 2px;
    font-size: 1rem;
}
.testimonial-card:hover {
    box-shadow: 0 10px 28px rgba(137,185,152,0.17);
    transform: translateY(-2px) scale(1.013) skew(-0.4deg);
}
@media (max-width: 700px) {
    .testimonial-card {
        padding: 15px 12px;
        margin-bottom: 18px;
        font-size: 1rem;
    }
}
/* --- Cookie Consent Banner --- */
.cookie-banner {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    width: 100vw;
    background: #fff;
    color: #30465C;
    box-shadow: 0 -2px 22px rgba(48,70,92,0.11);
    z-index: 5000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    padding: 20px 10px 24px 10px;
    transition: transform .27s, opacity .19s;
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
    font-size: 1rem;
}
.cookie-banner.visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}
.cookie-banner .cookie-buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.cookie-banner .btn-primary, 
.cookie-banner .btn-secondary {
    margin-top: 0;
    padding: 10px 18px;
    font-size: 0.99rem;
}
.cookie-banner .btn-settings {
    background: #89B998;
    color: #30465C;
    border: none;
    border-radius: 25px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    padding: 10px 18px;
    margin-left: 0;
    transition: background .18s, color .18s;
    cursor: pointer;
}
.cookie-banner .btn-settings:hover, .cookie-banner .btn-settings:focus {
    background: #30465C;
    color: #fff;
}
@media (max-width: 600px) {
    .cookie-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        font-size: 0.98rem;
    }
    .cookie-banner .cookie-buttons {
        flex-direction: column;
        gap: 9px;
    }
}
/* --- Cookie Preferences Modal --- */
.cookie-modal-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100vw; height: 100vh;
    background: rgba(48,70,92, 0.75);
    z-index: 5050;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .22s;
}
.cookie-modal-overlay.open {
    opacity: 1;
    visibility: visible;
}
.cookie-modal {
    background: #fff;
    border-radius: 22px;
    padding: 30px 28px 24px 28px;
    min-width: 300px;
    max-width: 95vw;
    box-shadow: 0 12px 45px rgba(48,70,92,0.20);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 1rem;
    color: #30465C;
    animation: cookieModalIn .3s cubic-bezier(.42,.01,.58,1) both;
}
@keyframes cookieModalIn {
    from {transform: translateY(90px) scale(0.95); opacity:0;}
    to   {transform: translateY(0) scale(1); opacity:1;}
}
.cookie-modal h2 {
    margin-bottom: 14px;
    font-size: 1.3rem;
}
.cookie-modal-category {
    font-weight: 700;
    margin-bottom: 6px;
}
.cookie-modal .cookie-toggle {
    margin-left: 12px;
}
.cookie-modal-footer {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}
.cookie-modal .btn-primary, .cookie-modal .btn-secondary {
    padding: 9px 18px;
    font-size: 1rem;
}
.cookie-modal .cookie-close {
    position: absolute;
    top: 14px; right: 18px;
    background: none;
    border: none;
    font-size: 1.6rem;
    color: #30465C;
    cursor: pointer;
    border-radius: 10px;
    transition: background .14s;
    padding: 0 8px;
}
.cookie-modal .cookie-close:hover, .cookie-modal .cookie-close:focus {
    background: #F0F4F6;
}
/* --- Footer --- */
footer {
    background: #30465C;
    color: #FDF8F2;
    padding: 40px 0 25px 0;
    margin-top: 54px;
    border-radius: 32px 32px 0 0;
}
footer .container {
    display: flex;
    flex-direction: column;
    gap: 38px;
}
.footer-menu {
    display: flex;
    flex-direction: row;
    gap: 18px;
    justify-content: center;
    margin-bottom: 0;
}
.footer-menu a {
    color: #FDF8F2;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1.01rem;
    font-weight: 500;
    opacity: .90;
    transition: color .18s, opacity .18s;
}
.footer-menu a:hover, .footer-menu a:focus {
    color: #89B998;
    opacity: 1;
}
.footer-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 36px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-info img {
    width: 55px;
    height: auto;
}
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 210px;
}
.footer-contact a {
    color: #FDF8F2;
    border-bottom: 1.7px dotted #89B998;
    transition: color .17s, border-bottom-color .17s;
}
.footer-contact p {
    color: #FDF8F2;
}
.footer-contact a:hover {
    color: #89B998;
    border-bottom-color: #FDF8F2;
}
.footer-social {
    display: flex;
    align-items: center;
    gap: 12px;
}
.footer-social img {
    width: 32px;
    height: 32px;
    cursor: pointer;
    filter: brightness(92%) sepia(33%) hue-rotate(85deg);
    transition: filter .18s;
}
.footer-social img:hover {
    filter: brightness(110%) sepia(0%) hue-rotate(0deg);
}
@media (max-width: 800px) {
    .footer-info {
        flex-direction: column;
        gap: 17px;
        align-items: center;
        text-align: center;
    }
    .footer-contact {
        align-items: center;
    }
}
@media (max-width: 540px) {
    footer {
        border-radius: 22px 22px 0 0;
        padding: 22px 0 17px 0;
    }
    .footer-menu {
        flex-direction: column;
        gap: 10px;
    }
}
/* --- Map Embed & Details Cards --- */
.contact-details {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 24px;
}
.contact-details h2, .contact-details h3 {
    margin-bottom: 8px;
}
.contact-details p {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 1.05rem;
    margin-bottom: 2px;
}
.contact-details img {
    width: 22px;
    height: 22px;
}
.map-embed {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    background: #F2F7F4;
    border-radius: 10px;
    padding: 10px 18px;
    color: #30465C;
    font-size: .98rem;
}
/* --- Links in Content --- */
.text-section a {
    color: #89B998;
    font-weight: 700;
    border-bottom: 1.5px solid #89B998;
    transition: color .17s, border-bottom-color .15s;
}
.text-section a:hover {
    color: #30465C;
    border-bottom-color: #30465C;
}
/* --- Responsive Utility Classes --- */
@media (max-width: 768px) {
    .container {
        padding-left: 5px;
        padding-right: 5px;
    }
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.35rem;
    }
    h3 {
        font-size: 1.12rem;
    }
    .section {
        margin-bottom: 33px;
        padding: 22px 7px;
    }
    .service-item, .card {
        min-width: 160px;
    }
}
@media (max-width: 480px) {
    .hero { padding: 16px 0 13px 0; }
    .footer-info img { width: 37px; }
}
/* --- Modern Geometric/Decorative Elements (optional absolute for deco only) --- */
.hero:before {
    content: '';
    display: block;
    position: absolute;
    left: -60px; top: 50px;
    width: 100px; height: 100px;
    background: #89B998;
    opacity: 0.12;
    border-radius: 46% 54% 62% 38% / 36% 46% 54% 64%;
    z-index: 0;
}
.hero:after {
    content: '';
    display: block;
    position: absolute;
    right: 0; bottom: -44px;
    width: 150px; height: 65px;
    background: #30465C;
    opacity: 0.09;
    border-radius: 38px 65px 160px 80px;
    z-index: 0;
    pointer-events: none;
}
/* --- Miscellaneous / Modern Geometric Button-style Cards --- */
.card {
    border-left: 7px solid #89B998;
}
@media (max-width: 440px) {
    .card, .feature-item, .service-item {
        border-radius: 10px;
        padding: 7px 3px;
    }
    .testimonials { padding: 14px 0 7px 0; }
    .footer-menu { gap: 6px; }
}

/* ========== END Modern Bold Flexbox CSS ========== */
