
/* =========================================
   Fantasy-Fox-House Theme
   Hintergrundbild Version
   ========================================= */

/* Links */

a:active, a:active *, a:focus, a:focus * {
    outline: none !important;
}

a {
    color: #ffd89a;
    text-decoration: none;
    text-shadow: 0 0 4px rgba(0,0,0,0.8);
    transition: color 0.2s ease, text-shadow 0.2s ease;
}

a:hover {
    color: #fff4cf;
    text-shadow: 0 0 10px rgba(255, 176, 71, 0.9);
}

a.side {
    color: #ffe7bf;
}

a:hover.side {
    color: #ffffff;
}

.white a {
    font-size: 20px;
    font-weight: bold;
    color: #fff2d5;
    padding: 0 3px;
    text-shadow: 0 0 10px rgba(255, 170, 70, 0.8);
}

.white a:hover {
    color: #ffffff;
    text-shadow: 0 0 16px rgba(255, 200, 110, 1);
}

/* Seite */

html {
    min-height: 100%;
}

body {
    font-family: 'Merienda', cursive;
    color: #f7e6c2;
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    min-height: 100vh;

    background-color: #140700;

    background-image:
        linear-gradient(rgba(18,7,0,0.70), rgba(18,7,0,0.85)),
        url("fantasy-fox-house.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* Inhalt */

.wrapper {
    width: 1200px;
    margin: auto;
}

/* Boxen */

.box {
    background: rgba(20,7,0,0.65);
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;

    backdrop-filter: blur(4px);

    box-shadow:
        0 0 20px rgba(255,150,60,0.25),
        inset 0 0 10px rgba(255,180,80,0.15);
}

/* Überschriften */

h1,h2,h3 {
    color: #ffdca8;
    text-shadow: 0 0 10px rgba(255,170,70,0.6);
}

/* Buttons */

button {
    background: linear-gradient(#ffb55a,#ff8c2a);
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    color: #2a1200;
    font-weight: bold;
    cursor: pointer;

    box-shadow: 0 0 10px rgba(255,150,60,0.6);
}

button:hover {
    background: linear-gradient(#ffc678,#ffa53a);
    box-shadow: 0 0 15px rgba(255,200,100,0.9);
}

/* Footer */

footer {
    text-align: center;
    padding: 20px;
    color: #ffd89a;
}
