/* =========================================
   GRUNDLAYOUT
========================================= */

body {
    margin: 0;
    padding: 0;

    background-color: #e5e5e5;
    background-image: url("../images/bgr.jpg");

    background-position: center top;
    background-size: cover;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

/* =========================================
   ZENTRIERTE SEITE
========================================= */

.page {
    max-width: 760px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
}

/* =========================================
   ÜBERSCHRIFTEN
========================================= */

h1 {
    font-size: 30px;
    margin-bottom: 40px;
}

h2 {
    font-size: 22px;
    margin-bottom: 25px;
}

/* =========================================
   RITUAL-BEREICH
========================================= */

.ritual-area {
    background: rgba(255,255,255,0.75);
    padding: 35px 25px;
    border-radius: 14px;
    margin-bottom: 40px;
}

/* =========================================
   HEXAGRAMM LINIEN
========================================= */
.line-img {
    width: 150px;
    height: 24px;      /* feste Höhe */
    object-fit: contain;
    display: block;
    margin: 6px auto;
}

/* =========================================
   ORAKELSCHEIBE
========================================= */
button img {
    width: 120px;
    height: 120px;   /* feste Höhe */
    display: block;
    margin: 20px auto;
}

/* =========================================
   TRENNLINIE
========================================= */

.divider {
    height: 1px;
    background: rgba(0,0,0,0.2);
    margin: 40px 0;
}

/* =========================================
   RW TEXTBLOCK
========================================= */

.rw-text {
    background: rgba(255,255,255,0.85);
    padding: 40px 30px;
    border-radius: 14px;
    text-align: left;
}

/* Abstand im RW Text */
.rw-text h1,
.rw-text h2,
.rw-text h3 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.rw-text p {
    margin-bottom: 18px;
}

/* =========================================
   BUTTONS
========================================= */

.btn,
.btn-reset {
    display: inline-block;
    padding: 12px 24px;
    margin: 20px 0;
    border: 1px solid #444;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    background: rgba(255,255,255,0.6);
    color: #222;
    transition: 0.2s ease;
}

.btn:hover,
.btn-reset:hover {
    background: rgba(255,255,255,0.9);
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 600px) {

    .page {
        padding: 30px 15px;
    }

    .line-img {
        width: 120px;
    }

    h1 {
        font-size: 26px;
    }
}


.frage-block {
    margin: 30px 0;
    padding: 20px;
    background: #f4f1e8;
    border-left: 4px solid #b8aa88;
    font-style: italic;
}


.frage-start {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
}

.frage-input {
    width: 420px;
    max-width: 90%;
    min-height: 50px;
    padding: 14px;
    font-size: 15px;
    font-family: Georgia, serif;
    border: 1px solid #cfc9b8;
    background: #faf8f2;
    resize: vertical;
    border-radius: 4px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.05);
}

.frage-input:focus {
    outline: none;
    border-color: #b8aa88;
    background: #fffef9;
}


/* Gesamtes Formular vertikal */
.frage-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
}

/* Fragebereich */
.frage-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Textarea */
.frage-input {
    width: 480px;
    max-width: 90%;
    min-height: 100px;
    padding: 16px;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;

    background: #f7f5ef;
    border: 1px solid #d8d2c2;
    border-radius: 6px;

    resize: vertical;
    text-align: center;
}

/* Fokus */
.frage-input:focus {
    outline: none;
    background: #ffffff;
    border-color: #b8aa88;
}

/* Rad ebenfalls zentriert */
.rad-wrapper {
    display: flex;
    justify-content: center;
}



/* Textcontainer */
.rw-container {
    margin-top: 20px;
}

.rw-text-block {
    max-width: 760px;
    margin: 0 auto;
}

/* Switch-Bereich */
.rw-switch {
    margin-top: 40px;
    text-align: center;
}

.rw-btn {
    margin: 0 10px;
    padding: 8px 18px;
    background: #f4f1e8;
    border: 1px solid #b8aa88;
    border-radius: 4px;
    font-family: Helvetica, Arial, sans-serif;
    cursor: pointer;
}

.rw-btn:hover {
    background: #eae5d8;
}

.rw-btn.active {
    background: #dcd4bf;
}

.rw-hinweis {
    margin-top: 20px;
    font-style: italic;
    color: #777;
    font-family: Helvetica, Arial, sans-serif;
}


.trigram-gap {
    height: 18px;
}


.rad-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.rad-button img {
    display: block;
}



.start-wrapper {
    text-align: center;
    max-width: 700px;
    margin: 80px auto;
}

.intro {
    margin: 30px 0;
    line-height: 1.6;
}

.intro-small {
    margin-top: 40px;
    font-size: 14px;
    color: #666;
}

.start-buttons {
    margin-top: 40px;
}

.btn-main {
    display: block;
    width: 260px;
    margin: 15px auto;
    padding: 12px 20px;

    border: 1px solid #b8aa88;
    background: #f4f1e8;

    text-decoration: none;
    color: #333;
}

.btn-main:hover {
    background: #e9e4d6;
}



.frage-block {
    margin: 25px auto;
    max-width: 500px;
    text-align: center;
}

.frage-block textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

.frage-aktivieren {
    margin-top: 20px;
    text-align: center;
}


.frage-option {
    text-align: center;
    margin: 25px 0;
}

.frage-option p {
    margin-bottom: 12px;
}

.btn-start {
    display: inline-block;
    padding: 10px 22px;

    border: 1px solid #b8aa88;
    background: #f4f1e8;

    color: #333;
    text-decoration: none;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;

    transition: background 0.2s ease;
}

.btn-start:hover {
    background: #e9e4d6;
}

.frage-block {
    max-width: 500px;
    margin: 20px auto;
    padding: 10px;
    background: #f6f3ea;
}


.rw-text-block {
    text-align: left;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}


.btn-auswertung {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 22px;

    border: 1px solid #b8aa88;
    background: #f4f1e8;

    color: #333;
    text-decoration: none;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

    transition: background 0.2s ease;
}

.btn-auswertung:hover {
    background: #e9e4d6;
}