@charset "UTF-8";
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    line-height: 1.7em;
}

a, a:hover {
    text-decoration:none;
    color: #c0142e;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Yellowtail', cursive;
    font-weight: 400;
    color: #aaaaaa;
}

img { max-width:100%; height:auto; display:block; }

.hidden { display:none !important; }

.honeypot-field { position:absolute; left:-9999px; }

#main-header {
    background-color: rgba(0,0,0,0) !important;
    box-shadow: none !important;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position:fixed;
    top:0; left:0; right:0;
    z-index:9998;
}

#main-header.scrolled {
  background-color:rgba(20,20,20,0.95) !important;
    padding-top:5px;
    padding-bottom:5px;
}

#logo {
    max-height: 70%;
    height: 50px;
}

.logo_container {
    float:left;
    padding: 16px 0;
}

.logo_container a { display:inline-block; }

#et-top-navigation {
    float:right;
    padding-top: 24px;
    display:flex;
    align-items:center;
    gap:18px;
}

#top-menu-nav { display:inline-block; }

#top-menu {
    list-style:none;
    margin:0;
    padding:0;
}

#top-menu li {
    display: inline-block;
    margin-left:22px;
}

#top-menu li a {
    color:#fff !important;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 22px;
    font-family: 'Open Sans',sans-serif;
    -webkit-transition: color .2s;
    transition: color .2s;
}

#top-menu li a:hover { color:#c0142e !important; }

#top-menu li.current-menu-item > a {
    color: #c0142e !important;
}

.cart-toggle {
    color: #fff;
    font-size: 1.25rem;
    cursor:pointer;
    position:relative;
    display:inline-flex;
    align-items:center;
}

.cart-badge {
    background:#c0142e;
    color:#fff;
    font-size:10px;
    font-weight:700;
    width:18px;
    height:18px;
    border-radius:50%;
    display:none;
    align-items:center;
    justify-content:center;
    position:absolute;
    top:-6px;
    right:-10px;
    font-family:'Open Sans',sans-serif;
}

.mobile_nav { display:none; }

.mobile_menu_bar {
    color: #fff;
    font-size: 1.75rem;
    cursor:pointer;
    background:none;
    border:none;
    display:inline-block;
    line-height:1;
}

.hero-section {
    background: #1a1a1a;
    min-height:680px;
    position:relative;
    overflow: hidden;
}

.hero-inner {
    display:flex;
    align-items:center;
    min-height: 680px;
}

.hero-text-pad {
    padding-top: 180px;
}

.hero-section .et_pb_text_inner h1 {
    color:#fff;
    font-family: 'Roboto', sans-serif;
    font-weight:700;
    font-size:60px;
    text-transform: none;
    letter-spacing: -1px;
    line-height:1.08em;
    margin-bottom: 20px;
}

.hero-section .et_pb_text_inner h1:after{
    content:"";
    display:block;
    width:80px;
    height:4px;
    background:#c0142e;
    margin-top: 15px;
}

.hero-section p {
    color: #cccccc;
    font-size: 1rem;
    font-family: 'Open Sans',sans-serif;
    line-height:1.8em;
    margin-bottom:28px;
}

.hero-product-img {
    max-width:420px;
    margin:0 auto;
}

.hero-visual {
    text-align:center;
    padding-top: 120px;
}

.btn-primary, a.btn-primary,
.et_pb_button.btn-primary {
    background:#c0142e;
    color: #fff !important;
    padding: 14px 32px !important;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    text-transform:uppercase;
    letter-spacing: 2px;
    border:2px solid #c0142e !important;
    border-radius:0 !important;
    font-size:12px;
    transition: all .3s ease;
    display:inline-block;
    text-decoration:none;
    cursor:pointer;
    line-height:1.4;
}

.btn-primary:hover {
    background:transparent;
    color:#c0142e !important;
}

.btn-outline,
a.btn-outline {
    background: transparent;
    border: 2px solid #c0142e;
    color: #c0142e !important;
    padding: 14px 30px;
    font-weight:700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 12px;
    display:inline-block;
    text-decoration:none;
    font-family:'Open Sans',sans-serif;
    transition: all .3s ease;
    cursor:pointer;
    line-height:1.4;
}

a.btn-outline:hover,
.btn-outline:hover { background:#c0142e; color:#fff !important; }

.bio-band {
    background: #1c1c1c;
    padding: 70px 0;
    color:#ccc;
}

.bio-band.about-block { border-top:none; }

.bio-band .bio-img {
    border: 2px solid #c0142e;
    display:block;
    width: 100%;
    object-fit:cover;
    max-height:380px;
}

.bio-band .eyebrow {
    color:#c0142e;
    font-size: 13px;
    letter-spacing:2px;
    text-transform: uppercase;
    font-family:'Open Sans',sans-serif;
    font-weight:700;
    display:block;
    margin-bottom:6px;
}

.bio-band h2 {
    font-family: 'Yellowtail',cursive;
    color:#fff;
    font-size: 3.5rem;
    margin: 6px 0 18px;
    font-weight:400;
}

.bio-band p { color:#cccccc; font-size: 14px; line-height: 1.8em; }

.about-address { margin-top:12px; font-size:13px; color:#999; }

.torn-divider{
    width:100%;
    height: 50px;
    background: linear-gradient(to bottom, #1c1c1c 0%, #1a1a1a 100%);
    margin-top:-1px;
}

.preisliste-section {
    background: #1a1a1a;
    padding: 90px 0 80px;
    color: #ccc;
    position: relative;
}

.preisliste-section .eyebrow {
    color:#c0142e;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align:center;
    margin-bottom: 8px;
    font-weight:700;
    display:block;
}

.preisliste-section h2 {
    font-family:'Yellowtail',cursive;
    font-size:64px;
    color:#cccccc;
    text-align: center;
    margin-bottom: 50px;
    font-weight:400;
}

.prod-grid {
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.prod-card {
    background: #222;
    border:1px solid #2a2a2a;
    overflow:hidden;
    transition: border-color .25s;
}

.prod-card:hover { border-color: #c0142e; }

.prod-card_img { height: 220px; overflow:hidden; background:#181818; }

.prod-card_img img { width:100%; height:100%; object-fit:cover; }

.prod-card_body { padding: 22px 20px 24px; }

.prod-card_body h3 {
    font-family: 'Roboto', sans-serif;
    font-weight:700;
    font-size: 17px;
    color:#fff;
    margin-bottom:4px;
}

.prod-size {
    font-size:12px;
    color:#999;
    letter-spacing:1px;
    text-transform:uppercase;
    display:block;
    margin-bottom:12px;
}

.prod-card_body p {
    color:#aaa;
    font-size:13px;
    line-height:1.7;
    margin-bottom:18px;
}

.prod-card_foot {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    flex-wrap:wrap;
}

.prod-price {
    font-family:'Roboto',sans-serif;
    font-weight:700;
    font-size: 22px;
    color:#fff;
}

.prod-card_foot .btn-primary { padding: 10px 18px !important; font-size:11px; letter-spacing:1.5px; }

.service-section{
    background:#fff;
    padding: 90px 0 70px;
    text-align:center;
}

.service-section .eyebrow {
    color:#aaa;
    letter-spacing:3px;
    font-size: 13px;
    text-transform: uppercase;
    font-family:'Open Sans',sans-serif;
    display:block;
    font-weight:700;
    margin-bottom:6px;
}

.service-section h2 {
    font-family:'Yellowtail',cursive;
    font-size:64px;
    color:#cccccc;
    margin-bottom: 55px;
}

.tips-grid {
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.tips-cta-row { margin-top:30px; }

.tip-card {
    background:#f7f7f7;
    overflow:hidden;
    text-align:left;
    transition: box-shadow .25s;
}

.tip-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.08); }

.tip-card img { width:100%; height:180px; object-fit:cover; }

.tip-card_body { padding: 20px 22px 24px; }

.tip-card_body h3 {
    font-family:'Roboto',sans-serif;
    font-weight:700;
    font-size:16px;
    color:#333;
    margin-bottom:8px;
}

.tip-card_body p { color:#666; font-size: 13px; line-height:1.7; }

.svc-row { display:flex; gap:0; }

.svc-row-gap { margin-top:8px; }

.svc-icon { color:#c0142e; font-size:44px; }

.service-card { text-align:center; padding: 0 25px; }

.service-card.svc-dark {
    text-align:left;
    padding: 28px 24px;
    background:#222;
    border:1px solid #2a2a2a;
    margin-bottom:16px;
}

.service-card.svc-dark .icon { margin-bottom:14px; }

.service-card .icon {
    width:80px;
    height:80px;
    margin:0 auto 18px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.service-card.svc-dark .icon { width:auto; height:auto; margin:0 0 14px; }

.service-card h3 {
    color:#c0142e;
    font-family: 'Yellowtail',cursive;
    font-size: 1.85rem;
    font-weight:400;
    margin-bottom: 12px;
}

.service-card.svc-dark h3 {
    font-family:'Roboto',sans-serif;
    font-weight:700;
    font-size:16px;
    color:#fff;
    margin-bottom:8px;
}

.service-card p { color:#777; font-size: 14px; line-height:1.7em; max-width: 250px; margin:0 auto; }

.service-card.svc-dark p { color: #aaa; font-size:13px; max-width:none; margin:0; }

.service-card.last { padding-right:0; }

.team-grid { display:flex; gap:28px; }

.team-card { text-align:center; flex:1; }

.team-card img {
    width:100%;
    height:280px;
    object-fit:cover;
    border: 2px solid #c0142e;
    margin-bottom: 20px;
}

.team-card_body h3 {
    font-family:'Roboto',sans-serif;
    font-weight:700;
    font-size: 18px;
    color: #333;
    margin-bottom:2px;
}

.team-role {
    color:#c0142e;
    font-size:12px;
    letter-spacing:2px;
    text-transform:uppercase;
    display:block;
    margin-bottom:12px;
    font-weight:600;
}

.team-card_body p { color:#666; font-size:13px; line-height:1.75; max-width:340px; margin:0 auto; }

.reviews-grid { display:grid; grid-template-columns: repeat(2, 1fr); gap:24px; }

.review-card {
    background:#222;
    border:1px solid #2a2a2a;
    overflow:hidden;
    display:flex;
    align-items:stretch;
}

.review-card img { width:120px; min-height:100%; object-fit:cover; flex-shrink:0; }

.review-card_body {
    padding: 20px 22px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.review-stars { color:#c0142e; font-size:14px; margin-bottom:10px; letter-spacing:2px; }

.review-card_body p { color:#ccc; font-size:13px; line-height:1.7; margin-bottom:10px; }

.review-author { color:#999; font-size:12px; font-style:italic; }

.contact-row { display:flex; gap:40px; text-align:left; }

.contact-info-col { display:flex; flex-direction:column; justify-content:center; }

.contact-intro { color:#555; font-size:15px; line-height:1.8em; }

.contact-icon { color:#c0142e; margin-right:8px; }

.contact-details { margin-top:24px; }

.contact-details p { color:#555; font-size:14px; margin-bottom:10px; display:flex; align-items:center; }

.kontakt-form { position:relative; }

.kontakt-form input,
.kontakt-form textarea {
    width:100%;
    padding: 13px 16px;
    border: 1px solid #ddd;
    font-family:'Open Sans',sans-serif;
    font-size:14px;
    color:#333;
    margin-bottom:14px;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
    background:#fff;
    border-radius:0;
    outline:none;
}

.kontakt-form input:focus,
.kontakt-form textarea:focus { border-color:#c0142e; }

.kontakt-form textarea { resize:vertical; }

.form-note { font-size:13px; margin-top:8px; min-height:20px; }

.form-error { color:#c0142e; }

.form-pending { color:#999; }

.preisliste-section.faq-block { padding: 80px 0 90px; }

.faq-list { max-width: 720px; margin:0 auto; }

.faq-item { border-bottom:1px solid #2a2a2a; }

.faq-q {
    padding: 18px 0;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:#fff;
    font-family:'Open Sans',sans-serif;
    font-weight:600;
    font-size:15px;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.faq-q:hover { color:#c0142e; }

.faq-q i {
    font-size:18px;
    color:#c0142e;
    transition: transform .3s;
    flex-shrink:0;
    margin-left:16px;
}

.faq-item.open .faq-q i { transform: rotate(45deg); }

.faq-a {
    max-height:0;
    overflow:hidden;
    transition: max-height .35s ease, padding .35s;
    padding: 0;
}

.faq-item.open .faq-a { max-height: 400px; padding: 0 0 18px; }

.faq-a p { color:#aaa; font-size:14px; line-height:1.8; }

#main-footer { background: #181818; }

#footer-bottom { padding: 28px 0 32px; text-align:center; }

#footer-bottom p { color: #999999; font-size: 13px; margin: 4px 0; }

#footer-bottom a { color:#c0142e; text-decoration:none; }

#footer-bottom a:hover { color:#fff; }

.footer-links { margin-bottom: 8px; }

.cart-overlay {
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.6);
    z-index:10000;
    display:none;
    justify-content:center;
    align-items:center;
    padding:20px;
}

.cart-overlay.open { display:flex; }

.cart-popup {
    background:#1a1a1a;
    color:#fff;
    width:100%;
    max-width:680px;
    max-height:85vh;
    display:flex;
    flex-direction:column;
    border:1px solid #2a2a2a;
}

.cart-popup_head {
    padding: 20px 24px;
    border-bottom:1px solid #2a2a2a;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.cart-popup_head h3 {
    font-family:'Roboto',sans-serif;
    font-weight:700;
    font-size:18px;
    color:#fff;
}

.cart-close {
    background:none;
    border:none;
    color:#999;
    font-size:20px;
    cursor:pointer;
    transition: color .2s;
}

.cart-close:hover { color:#c0142e; }

.cart-popup_body { padding: 20px 24px; overflow-y:auto; flex:1; }

.cart-empty { color:#777; text-align:center; padding:40px 0; font-size:14px; }

.cart-item {
    display:flex;
    align-items:center;
    gap:16px;
    padding:14px 0;
    border-bottom:1px solid #2a2a2a;
}

.cart-item img { width:64px; height:64px; object-fit:cover; flex-shrink:0; }

.cart-item_info { flex:1; min-width:0; }

.cart-item_name { display:block; font-size:14px; color:#fff; margin-bottom:2px; font-weight:600; }

.cart-item_price { font-size:13px; color:#999; }

.cart-item_qty { display:flex; align-items:center; gap:8px; }

.cart-item_qty span { font-size:14px; min-width:20px; text-align:center; font-weight:700; }

.qty-btn {
    background:none;
    border:1px solid #555;
    color:#fff;
    width:28px;
    height:28px;
    cursor:pointer;
    font-size:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition: border-color .2s;
}

.qty-btn:hover { border-color:#c0142e; color:#c0142e; }

.cart-item_remove {
    background:none;
    border:none;
    color:#666;
    font-size:16px;
    cursor:pointer;
    padding:4px;
    transition: color .2s;
}

.cart-item_remove:hover { color:#c0142e; }

.cart-popup_foot { padding: 18px 24px; border-top:1px solid #2a2a2a; }

.cart-total {
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:16px;
    font-weight:700;
    margin-bottom:18px;
    color:#fff;
}

.cart-actions { display:flex; gap:12px; }

.cart-actions .btn-outline,
.cart-actions .btn-primary { flex:1; text-align:center; padding:12px 16px !important; font-size:11px; }

.order-confirm { max-width: 540px; }

.order-items { margin-bottom:18px; border:1px solid #2a2a2a; padding:14px; }

.order-line {
    display:flex;
    justify-content:space-between;
    padding:6px 0;
    font-size:13px;
    color:#ccc;
    border-bottom:1px solid #2a2a2a;
}

.order-line:last-child { border-bottom:none; }

.order-total { font-weight:700; color:#fff; font-size:15px; padding-top:10px; }

.order-confirm .kontakt-form input,
.order-confirm .kontakt-form textarea { background:#222; border-color:#333; color:#fff; }

.order-confirm .kontakt-form input:focus,
.order-confirm .kontakt-form textarea:focus { border-color:#c0142e; }

.order-confirm .kontakt-form input::placeholder,
.order-confirm .kontakt-form textarea::placeholder { color:#777; }

.thankyou-overlay {
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.65);
    z-index:10001;
    display:flex;
    justify-content:center;
    align-items:center;
}

.thankyou-box {
    background:#1a1a1a;
    border:1px solid #2a2a2a;
    padding:50px 40px;
    text-align:center;
    max-width:400px;
    width:90%;
}

.ty-icon { font-size:48px; color:#c0142e; }

.thankyou-box h3 {
    font-family:'Roboto',sans-serif;
    font-weight:700;
    color:#fff;
    font-size:22px;
    margin:16px 0 10px;
}

.thankyou-box p { color:#aaa; font-size:14px; margin-bottom:24px; line-height:1.6; }

.gdpr-banner {
    position:fixed;
    bottom:20px;
    right:20px;
    z-index:10002;
    width:440px;
    max-width: calc(100% - 40px);
    background:#181818;
    border:1px solid #2a2a2a;
    color:#fff;
    font-size:13px;
}

.gdpr-inner { padding: 22px 24px; }

.gdpr-text p { color:#ccc; font-size:13px; line-height:1.65; margin-bottom:14px; }

.gdpr-text a { color:#c0142e; text-decoration:underline; }

.gdpr-options {
    margin-bottom:14px;
    padding: 12px 0;
    border-top:1px solid #2a2a2a;
    border-bottom:1px solid #2a2a2a;
}

.gdpr-check {
    display:block;
    color:#ccc;
    font-size:13px;
    padding: 5px 0;
    cursor:pointer;
}

.gdpr-check input { margin-right:8px; accent-color:#c0142e; }

.gdpr-buttons { display:flex; gap:8px; }

.gdpr-settings-btn,
.gdpr-decline-btn,
.gdpr-accept-btn {
    flex:1;
    padding: 10px 12px;
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    cursor:pointer;
    border:1px solid #c0142e;
    font-family:'Open Sans',sans-serif;
    transition: all .2s;
}

.gdpr-settings-btn { background:transparent; color:#999; border-color:#555; }

.gdpr-settings-btn:hover { border-color:#c0142e; color:#c0142e; }

.gdpr-decline-btn { background:transparent; color:#c0142e; border-color:#c0142e; }

.gdpr-decline-btn:hover { background:#c0142e; color:#fff; }

.gdpr-accept-btn { background:#c0142e; color:#fff; border-color:#c0142e; }

.gdpr-accept-btn:hover { background:#a01024; }

.container { max-width:1080px; margin:0 auto; padding:0 20px; }

.et_menu_container { max-width:1080px; margin:0 auto; padding:0 20px; }

.clearfix:after{content:"";display:block;clear:both;}

.text-center{text-align:center;}

.et_pb_row { max-width:1080px; margin:0 auto; padding:0 20px; z-index: 2; position: relative; }

.et_pb_column { display:inline-block; vertical-align:top; }

.et_pb_column_1_2 { width:48%; margin-right: 4%; }

.et_pb_column_1_2:last-child { margin-right:0; }

.et_pb_column_1_3 { width: 31.33%; margin-right:2%; }

.et_pb_column_1_3:last-child { margin-right:0; }

body.subpage { padding-top: 70px; }

.page-hero-sm { background:#1a1a1a; padding: 60px 0 50px; text-align:center; }

.page-title {
    font-family: 'Yellowtail',cursive;
    font-size: 56px;
    color:#cccccc;
    font-weight:400;
    margin:0;
}

.page-content { background:#fff; padding: 60px 0 80px; }

.legal-text {
    max-width: 740px;
    margin:0 auto;
    color:#444;
    font-size: 14px;
    line-height: 1.8em;
}

.legal-text p { margin-bottom: 14px; }

.legal-h {
    font-family:'Roboto',sans-serif;
    font-weight: 700;
    font-size:17px;
    color:#333;
    margin: 32px 0 10px;
}

.legal-h:first-child { margin-top:0; }

.legal-text a { color:#c0142e; text-decoration:underline; }

.legal-updated { color:#999; font-size:12px; margin-top: 40px; font-style:italic; }

.cookie-table { width:100%; border-collapse:collapse; margin: 16px 0 24px; font-size:13px; }

.cookie-table thead tr { background: #c0142e; color:#fff; text-transform: uppercase; letter-spacing: 1px; }

.cookie-table th { padding:10px 14px; font-weight:700; text-align:left; }

.cookie-table td { padding:10px 14px; border-bottom:1px solid #eee; color: #555; }

.tip-article { max-width:740px; margin: 0 auto; }

.tip-hero-img { width:100%; height: 320px; object-fit:cover; margin-bottom:28px; border: 2px solid #c0142e; }

.tip-heading {
    font-family: 'Roboto',sans-serif;
    font-weight:700;
    font-size: 22px;
    color:#333;
    margin-bottom: 14px;
    margin-top: 0;
}

.tip-section p { color:#555; font-size:14px; line-height:1.85em; margin-bottom: 12px; }

.tip-divider { height:1px; background: #e0e0e0; margin: 44px 0 40px; }

.tips-page-cta { padding: 50px 0 60px; }

.tips-page-cta-text { color:#aaa; font-size:15px; margin-bottom:20px; }

@media only screen and (max-width:980px){
    .hero-inner { flex-direction:column; min-height:auto; }
    .hero-text-pad { padding-top:130px !important; }
    .hero-section .et_pb_text_inner h1 { font-size:46px; }
    .hero-visual { padding-top:40px; padding-bottom:60px; }
    .hero-product-img { max-width:300px; }
    .prod-grid { grid-template-columns: repeat(2, 1fr); }
    .tips-grid { grid-template-columns: 1fr; }
    .svc-row { flex-direction:column; }
    .et_pb_column_1_2 { width:100%; margin-right:0; }
    .et_pb_column_1_3 { width:100%; margin-right:0; display:block; }
    .team-grid { flex-direction:column; gap:32px; }
    .reviews-grid { grid-template-columns: 1fr; }
    .contact-row { flex-direction:column; gap:30px; }
    .preisliste-section h2,
    .service-section h2 { font-size: 52px; }
    .bio-band h2 { font-size: 2.8rem; }
}

@media only screen and (max-width:767px){
    .hero-section { min-height:auto; }
    .hero-section .et_pb_text_inner h1 { font-size:34px; line-height:1.15em; }
    .preisliste-section { padding: 60px 0 50px; }
    .service-section { padding: 60px 0 50px; }
    .bio-band { padding: 50px 0; }
    .bio-band h2 { font-size: 2.2rem; }
    .preisliste-section h2,
    .service-section h2 { font-size:44px; }
    .prod-grid { grid-template-columns: 1fr; }
    .review-card { flex-direction:column; }
    .review-card img { width:100%; height:150px; }
    .cart-popup { max-width:100%; }
    .gdpr-banner { width:100%; right:0; bottom:0; max-width:100%; border:none; border-top:1px solid #2a2a2a; }
    .btn-primary { padding: 12px 22px !important; font-size:11px; }
    #et-top-navigation #top-menu-nav { display:none; }
    .mobile_nav { display:flex; align-items:center; }
    #top-menu-nav.open {
        display:block;
        position:absolute;
        top:68px; left:0; right:0;
        background:rgba(20,20,20,0.97);
        padding:16px 20px;
        z-index:9999;
    }
    #top-menu-nav.open #top-menu li { display:block; margin:0; padding:10px 0; }
    .faq-q { font-size:14px; }
    .page-title { font-size:40px; }
    .page-hero-sm { padding:45px 0 35px; }
    .page-content { padding:40px 0 60px; }
    .tip-hero-img { height:200px; }
    .tip-heading { font-size:19px; }
    body.subpage { padding-top:62px; }
}

@media only screen and (max-width:479px){
    .hero-section .et_pb_text_inner h1 { font-size:28px; }
    .preisliste-section h2,
    .service-section h2 { font-size:38px; }
    .gdpr-buttons { flex-direction:column; }
    .cart-actions { flex-direction:column; }
    .page-title { font-size: 32px; }
    .legal-h { font-size:15px; }
}
