/* =========================
   GRUNDLAYOUT / GANZE SEITE
   ========================= */

body{
    margin:0;
    padding:0;
    background:#0b0b0b;
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
}


/* =========================
   HEADER / OBERER BEREICH
   Logo, Titel, Untertext, Navigation
   ========================= */

header{
    background:#0b0b0b;
    text-align:center;
    padding:30px 20px 20px 20px;
    border-bottom:2px solid #d4af37;
}


/* =========================
   LOGO OBEN
   Größe des Fightboys-Logos
   ========================= */

.logo img{
    max-width:260px;
    width:70%;
    height:auto;
}


/* =========================
   FIGHTBOYS TITEL + UNTERTEXT
   Abstand zum Logo und Textgröße
   ========================= */

.hero-text{
    margin-top:-10px;
}

.hero-text h1{
    font-size:48px;
    letter-spacing:4px;
    margin:10px 0 20px 0;
    text-shadow:0 0 18px #ffffff;
}

.hero-text p{
    font-size:28px;
    line-height:1.5;
    margin:0 auto 35px auto;
    max-width:900px;
}


/* =========================
   HAUPTNAVIGATION OBEN
   Kampfkunst / Naturprodukte / Kunsthandwerk
   ========================= */

header nav{
    display:flex;
    flex-direction:row;
    justify-content:space-evenly;
    align-items:center;
    width:100%;
    max-width:1000px;
    margin:0px auto 10px auto;
    gap:12px;
    flex-wrap:wrap;
}


/* =========================
   EINZELNE LINKS DER NAVIGATION
   Schriftgröße, Farbe, Großbuchstaben
   ========================= */

header nav a{
    display:inline-block;
    width:auto;
    color:#ffffff;
    text-decoration:none;
    font-weight:bold;
    font-size:16px;
    letter-spacing:1px;
    text-transform:uppercase;
    white-space:normal;
}


/* =========================
   KACHEL-BEREICH STARTSEITE
   Kampfkunst / Naturprodukte / Kunsthandwerk
   ========================= */

.tiles{
    max-width:1100px;
    margin:50px auto;
    padding:0 20px;
    display:grid;
    grid-template-columns:1fr;
    gap:25px;
}


/* =========================
   EINZELNE KACHELN
   Rahmen, Hintergrund, Innenabstand
   ========================= */

.tile{
    background:#111827;
    border:1px solid rgba(212,175,55,.55);
    border-radius:20px;
    padding:35px;
    box-shadow:0 0 18px rgba(212,175,55,.12);
}


/* =========================
   GOLDENE ÜBERSCHRIFTEN
   z.B. Kampfkunst, Naturprodukte, Kunsthandwerk
   ========================= */

.gold-title{
    color:#d4af37;
    font-size:36px;
    margin-top:0;
}


/* =========================
   NORMALE TEXTE IN KACHELN
   ========================= */

.tile p{
    font-size:24px;
    line-height:1.6;
}

/* =========================
   tile-link
   ========================= */

.tile-link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.tile-link:focus-visible {
  outline: 2px solid #d4af37;
  outline-offset: 4px;
}










/* =========================
   BUTTONS
   Mehr erfahren / Öffnen / Anmeldung
   ========================= */

.button{
    display:inline-block;
    background:#d4af37;
    color:#000000;
    padding:16px 30px;
    border-radius:10px;
    text-decoration:none;
    font-weight:bold;
    font-size:20px;
    margin-top:20px;
}


/* =========================
   INHALTSBEREICH / RECHTLICHE SEITEN
   Impressum, Datenschutz, Widerruf, Kontakt
   ========================= */

.content{
    max-width:900px;
    margin:40px auto;
    padding:40px;
    background:#111111;
    color:#ffffff;
    border:2px solid #d4af37;
    border-radius:20px;
}

.content h1{
    font-size:42px;
    text-align:center;
    margin-bottom:30px;
}

.content h2{
    color:#d4af37;
    font-size:28px;
    margin-top:35px;
}

.content p{
    font-size:22px;
    line-height:1.7;
}


/* =========================
   FORMULAR PROBETRAINING
   Anordnung der Eingabefelder
   ========================= */

form{
    max-width:700px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:18px;
}

form label{
    font-size:22px;
    font-weight:bold;
    color:#ffffff;
}

form input,
form select,
form textarea{
    width:100%;
    box-sizing:border-box;
    padding:14px;
    font-size:20px;
    border-radius:10px;
    border:2px solid #d4af37;
}

form textarea{
    min-height:120px;
}

form button{
    margin-top:20px;
}


/* =========================
   FOOTER UNTEN
   Copyright + Links
   ========================= */

footer{
    text-align:center;
    padding:40px 20px;
    border-top:2px solid #d4af37;
    background:#0b0b0b;
}

footer p{
    font-size:20px;
}


/* =========================
   FOOTER-NAVIGATION UNTEN
   Kontakt / Impressum / Datenschutz / Widerruf
   ========================= */

.footer-nav{
    display:flex;
    justify-content:space-evenly;
    align-items:center;
    width:100%;
    max-width:1200px;
    margin:30px auto;
    gap:20px;
    flex-wrap:nowrap;
}

.footer-nav a{
    color:white;
    text-decoration:none;
    font-size:22px;
    font-weight:bold;
    text-transform:uppercase;
}


/* =========================
   HANDY-OPTIMIERUNG
   Wenn Bildschirm kleiner wird
   ========================= */

@media(max-width:800px){

    .hero-text h1{
        font-size:38px;
    }

    .hero-text p{
        font-size:22px;
    }

    header nav{
        gap:15px;
    }

    header nav a{
        font-size:18px;
        letter-spacing:1px;
    }

    .tile p{
        font-size:20px;
    }

    .footer-nav{
        flex-wrap:wrap;
    }
}

/* =========================
   photo img
   Optimierung 
   ========================= */


 .honig img {
  width: 100%;
  height: 100%;
  max-width:900px;
margin:0 auto;

  
}






.paypal-btn{
display:inline-block;
padding:14px 22px;
background:#0070ba;
color:white;
font-size:18px;
font-weight:bold;
text-decoration:none;
border-radius:12px;
margin-top:20px;
transition:0.3s;
}

.paypal-btn:hover{
background:#005ea6;
transform:scale(1.03);
}

img {
  width: 100%;
  height: 100%;
  max-width:900px;
margin:0 auto;

  
}

/* =========================
   text weiß. nur Fuma unterstrichen, 
   ========================= */


/* Fuma-Kachel Linkfarbe final */

a.tile-link,
a.tile-link:link,
a.tile-link:visited,
a.tile-link:hover,
a.tile-link:active,
a.tile-link h2,
a.tile-link p {
    color: #ffffff !important;
    text-decoration: none !important;
}

a.tile-link h2 {
    text-decoration: underline !important;
}



.lineage-image{
    display:block;
    width:100%;
    max-width:900px;
    margin:25px auto 20px auto;
    border-radius:12px;
    border:3px solid #d4af37;
    box-shadow:0 0 20px rgba(212,175,55,.35);
}



.admin-links{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:15px;
    margin-top:20px;
}

.admin-links a{
    display:block;
    padding:15px;
    background:#111827;
    border:1px solid rgba(212,175,55,.3);
    border-radius:12px;
    text-decoration:none;
    color:#ffffff;
    font-weight:bold;
    transition:.3s;
}

.admin-links a:hover{
    transform:translateY(-3px);
    border-color:#d4af37;
}


.btn-danger{
display:block;
padding:12px;
background:#8b0000;
color:#fff;
text-align:center;
border-radius:8px;
text-decoration:none;
margin-top:8px;
}

.btn-danger:hover{
background:#b30000;
}


.attendance-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:12px;
margin:20px 0;
}

.attendance-card{
display:flex;
align-items:center;
gap:12px;
padding:12px;
background:#18233a;
border:2px solid #d8c36a;
border-radius:10px;
font-weight:bold;
cursor:pointer;
}

.attendance-card input{
width:28px;
height:28px;
}

.attendance-card:has(input:checked){
background:#1d5d36;
border-color:#55ff88;
}

@media(max-width:700px){
.attendance-grid{
grid-template-columns:1fr;
}
}




.hero-logo{
    max-width:340px;
    width:55%;
    display:block;
    margin:5px auto 10px auto;
    height:auto;
}

.hero{
    margin-bottom:40px;
}

.reikokuna-card{
    margin:22px 0;
    padding:28px;
}

/* =========================
   die drei grünen Kacheln 
   ========================= */

.reikokuna-badges{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:60px;
    margin:0px 0 70px 0;
}

.badge{
    background:#1f7a1f;
    color:white;
    padding:10px 18px;
    border-radius:25px;
    font-weight:bold;
    border:1px solid #66ff66;
}


h1{
    font-size:38px;
    margin-top:0;
}


.hero{
    max-width:900px;
    margin:0 auto;
}



.reikokuna-card{
    background:linear-gradient(
        135deg,
        #111111,
        #162616
    );
    border:1px solid #55ff88;
    border-radius:20px;
    padding:35px;
    margin:35px 0;
    box-shadow:0 0 20px rgba(85,255,136,.15);
}


.btn-back{
    display:inline-block;
    padding:12px 24px;
    background:#1a1a1a;
    color:#55ff88;
    border:1px solid #55ff88;
    border-radius:10px;
    text-decoration:none;
}

/* Kampfkunst-Seite: Kacheln final blau-gold */
a.tile-link{
    background:#111827 !important;
    border:1px solid rgba(212,175,55,.65) !important;
    box-shadow:0 0 18px rgba(212,175,55,.16) !important;
}

a.tile-link h2{
    color:#d4af37 !important;
    text-decoration:none !important;
}

a.tile-link p{
    color:#ffffff !important;
}


/* Kampfkunst-Seite: Einleitung als starke Infokarte */
.seo-text{
    max-width:900px;
    margin:35px auto 45px auto;
    padding:32px;
    background:linear-gradient(135deg,#111827,#1f2f4a);
    border:1px solid rgba(212,175,55,.65);
    border-radius:22px;
    box-shadow:0 0 22px rgba(212,175,55,.16);
}

.seo-text h2{
    color:#d4af37;
    font-size:32px;
    margin-top:0;
    margin-bottom:18px;
}

.seo-text p{
    color:#ffffff;
    font-size:20px;
    line-height:1.65;
}

.seo-text .lead-text{
    color:#ffffff;
    font-weight:bold;
}

.back-home{
    text-align:center;
    margin:40px 0;
}

.back-button{
    display:inline-block;
    padding:14px 30px;
    background:linear-gradient(135deg,#1f2f4a,#2c4f8f);
    color:#d4af37;
    text-decoration:none;
    font-weight:bold;
    border:1px solid #d4af37;
    border-radius:12px;
    box-shadow:0 0 12px rgba(212,175,55,.25);
    transition:all .3s ease;
}

.back-button:hover{
    background:#d4af37;
    color:#000;
}

.back-kampfkunst{
    text-align:left;
    margin:40px 20px;
}

.back-kampfkunst-button{
    display:inline-block;
    padding:14px 28px;
    background:linear-gradient(135deg,#0f4cff,#1aa7ff);
    color:#ffffff;
    text-decoration:none;
    font-weight:bold;
    border:1px solid #5fc6ff;
    border-radius:12px;
    box-shadow:0 0 15px rgba(0,140,255,.45);
    transition:all .3s ease;
}

.back-kampfkunst-button:hover{
    background:linear-gradient(135deg,#1aa7ff,#4cc9ff);
    transform:translateY(-2px);
}

.back-kampfkunst-box{
    background:linear-gradient(
        135deg,
        rgba(15,76,255,.15),
        rgba(26,167,255,.10)
    );

    border:1px solid rgba(95,198,255,.35);
    border-radius:20px;

    padding:25px;
    margin:40px 0;
}

.btn-back-blue{
    display:inline-block;
    padding:14px 28px;
    background:linear-gradient(135deg,#0f4cff,#1aa7ff);
    color:#ffffff;
    text-decoration:none;
    font-weight:bold;
    border:1px solid #5fc6ff;
    border-radius:12px;
    box-shadow:0 0 15px rgba(0,140,255,.45);
}

.btn-back-blue:hover{
    background:linear-gradient(135deg,#1aa7ff,#4cc9ff);
}














