/*
Theme Name: Backauf Theme
Theme URI: https://www.backauf.de
Author: Niklas Hasch
Description: Theme
Version: 3.0.1
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import "theme.css";
/*******************
*** RESET
*******************/
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;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {font-family: arial, helvetica, sans-serif;line-height: 1;}
ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
table{border-collapse: collapse;border-spacing: 0;}
/**** VORGEGEBENE REGELN ****/
html{overflow-x: hidden}
.right{text-align:right;}
p{margin-bottom:1em;}
h1, h2, h3, h4, h5, h6{margin-bottom:0.5em;}
#giant404{font-size:120px;text-align:center;}
#sub404{font-size:26px;text-align:center;}
#rightside{position:fixed;clear:both;height:150px;padding-top:20px;right:-880px;width:1000px;top:66%;transition:right 2.2s ease-in-out;background-color:black;z-index:1003;-webkit-border-top-left-radius:10px;-webkit-border-bottom-left-radius:10px;-moz-border-radius-topleft:10px;-moz-border-radius-bottomleft:10px;border-top-left-radius:10px;border-bottom-left-radius:10px}
#rightside.MagicDingDong{right:-1px}
.rightside_left{height:50%;}
.rightside_right{height:50%;}
.clear{clear:both;}
strong{font-weight:bold;}
.center{text-align:center;}
#header_infos{border-bottom:none !important;padding:5px 50px;}
#header_infos a{text-decoration:none;color::#006b4b;}
#header_infos a:hover{text-decoration:underline;}
#header_infos p{margin-bottom:0px;color:#006b4b;font-size:13px}
#header_infos .fa-envelope{margin-left:15px;}
.product-category {box-sizing: border-box;}
.product-category a{text-decoration:none !important;}
.woocommerce-loop-category__title > .count{display:none;}
.woocommerce-loop-category__title{font-size:18px !important;font-weight:bold;font-family:sans-serif;text-align:center;}
.woocommerce ul.products li.product a img{margin-bottom:0px;}
.posted_in{display:none;}
/**** EIGENE CSS REGELN ****/
.wpt-stats-post-count, .wpt-stats-page-count{display:none;}

/* Wrapper */
.cf7-pdf-form {
    max-width: 640px;
    margin: 0 auto;
    padding: 24px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Allgemeine Typografie */
.cf7-pdf-form p {
    margin: 0 0 16px;
}

.cf7-pdf-form label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
}

/* Eingabefelder */
.cf7-pdf-form input[type="text"],
.cf7-pdf-form input[type="email"],
.cf7-pdf-form input[type="tel"],
.cf7-pdf-form input[type="number"],
.cf7-pdf-form input[type="date"],
.cf7-pdf-form select,
.cf7-pdf-form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    background-color: #f9fafb;
    font-size: 14px;
    line-height: 1.4;
    color: #111827;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

/* Hover / Fokus */
.cf7-pdf-form input[type="text"]:focus,
.cf7-pdf-form input[type="email"]:focus,
.cf7-pdf-form input[type="tel"]:focus,
.cf7-pdf-form input[type="number"]:focus,
.cf7-pdf-form input[type="date"]:focus,
.cf7-pdf-form select:focus,
.cf7-pdf-form textarea:focus {
    outline: none;
    border-color: #2563eb;
    background-color: #ffffff;
    box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.3);
}

/* Textarea */
.cf7-pdf-form textarea {
    min-height: 120px;
    resize: vertical;
}

/* Checkboxen / Radio */
.cf7-pdf-form .wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 4px 0;
}

.cf7-pdf-form .wpcf7-list-item input[type="checkbox"],
.cf7-pdf-form .wpcf7-list-item input[type="radio"] {
    margin: 0;
}

/* Platz f&uuml;r kleine Hilfstexte */
.cf7-pdf-form .field-hint {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #6b7280;
}

/* Submit-Button */
.cf7-pdf-form input[type="submit"] {
    display: inline-block;
    margin-top: 8px;
    padding: 10px 20px;
    border-radius: 999px;
    border: none;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.1s ease, box-shadow 0.1s ease, background 0.2s ease;
}

.cf7-pdf-form input[type="submit"]:hover {
    background: linear-gradient(135deg, #1d4ed8, #1e40af);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.35);
    transform: translateY(-1px);
}

.cf7-pdf-form input[type="submit"]:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2);
}

/* Fehlermeldungen */
.cf7-pdf-form .wpcf7-not-valid-tip {
    margin-top: 4px;
    font-size: 12px;
    color: #b91c1c;
}

.cf7-pdf-form .wpcf7-response-output {
    margin-top: 16px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 14px;
}

.cf7-pdf-form .wpcf7-mail-sent-ok {
    border: 1px solid #16a34a;
    background-color: #ecfdf3;
    color: #166534;
}

.cf7-pdf-form .wpcf7-validation-errors,
.cf7-pdf-form .wpcf7-acceptance-missing {
    border: 1px solid #b91c1c;
    background-color: #fef2f2;
    color: #7f1d1d;
}

/* Responsiv: etwas enger auf schmalen Bildschirmen */
@media (max-width: 600px) {
    .cf7-pdf-form {
        padding: 16px;
        border-radius: 10px;
    }
}

