/* =========================
   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:#151515;
    border:1px solid #444;
    border-radius:20px;
    padding:35px;
}


/* =========================
   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:20%;
    max-width:500px;
    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;
}


