/*!
 * reifen-suche.css für reifen-mm.php und reifen-zoll.php
 * 
 */


/* body {
    font-family: Arial, sans-serif;
    background: #f4f4f4;
    padding: 30px;
} */

.box {
    max-width: 600px;
    margin: auto;
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.85);
}

.box h1 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 1rem
}

.box label {
    display: block;
    margin-top: 18px;
    font-weight: bold;
}

.box select {
    width: 100%;
    /* padding: 10px; */
    margin-top: 6px;
    font-size: 16px;
}

.box .switch-button {
    display: block;
    width: 50%;
    padding: 12px;
    margin: 20px auto 20px auto;
    text-align: center;
    background: #edbc0e;
    color: black;
    text-decoration: none;
    border-radius: 8px;
}

.box .switch-button:hover {
    background: #b78103;
}

.box .search-button {
    width: 100%;
    margin-top: 22px;
    padding: 12px;
    font-size: 16px;
    background: #0b6efd;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.box .search-button:hover {
    background: #084fc4;
}

.box table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
    font-size: 14px;
}

.box th,
.box td {
    /* padding: 8px; */
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.box th {
    background: #f0f0f0;
}

.box .reset-button {
    display: block;
    width: 50%;
    margin: 20px auto 20px auto;
    padding: 12px;
    text-align: center;
    color: #FFF;
    background: #0f086a;
    border-radius: 8px;
    text-decoration: none;
}

.box .reset-button:hover {
    text-decoration: none;
}

.reifen-suche-button {
    display: block;
    padding: 12px 20px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    /* color: #333; */
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

.reifen-suche-button:hover {
    /* background: #BBB; */
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.reifen-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.reifen-modal.ist-offen {
    display: block;
}

.reifen-modal-hintergrund {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.reifen-modal-inhalt {
    position: relative;
    width: min(760px, calc(100% - 30px));
    max-height: calc(100vh - 40px);
    margin: 20px auto;
    padding: 24px;
    /* background: #fff; */
    background: rgba(255, 255, 255, 0.40);
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.reifen-modal-scroll {
    max-height: calc(100vh - 130px);
    overflow-y: auto;
}

.reifen-modal-schliessen {
    position: absolute;
    top: 10px;
    right: 14px;
    border: 0;
    background: transparent;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

body.modal-offen {
    overflow: hidden;
}

.treffer-hinweis {
    margin-top: -10px;
    margin-bottom: 14px;
    font-size: 14px;
    color: #666;
}

.reifen-zeile {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.reifen-zeile:hover {
    background-color: #f3f0ff;
}

.reifen-zeile:hover td {
    font-weight: bold;
}


/* .seo-links {
    margin-top: 30px;
}

.seo-links a {
    display: block;
    margin: 6px 0;
    color: #0b6efd;
    text-decoration: none;
}

.seo-links a:hover {
    text-decoration: underline;
}

.seo-links {
    margin-top: 35px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.seo-links h2 {
    font-size: 20px;
}

.seo-links h3 {
    margin-top: 18px;
    font-size: 16px;
}

.seo-links a {
    display: block;
    margin: 6px 0;
    color: #0b6efd;
    text-decoration: none;
}

.seo-links a:hover {
    text-decoration: underline;
} */