* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Georgia, serif;
    background: #050505;
    color: #fff
}

nav {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
    background: rgba(0, 0, 0, .45);
    backdrop-filter: blur(10px);
    z-index: 100
}

.logo {
    font-size: 32px;
    letter-spacing: 8px
}

nav ul {
    display: flex;
    gap: 24px;
    list-style: none
}

nav a {
    color: #fff;
    text-decoration: none
}

.hero {
    height: 100vh;
    background: url('bilder/hero.png') center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55)
}

.hero-content {
    position: relative;
    z-index: 2
}

.small {
    letter-spacing: 8px;
    color: #b3162d
}

h1 {
    font-size: 90px;
    margin: 20px 0
}

.subtitle {
    font-size: 28px;
    margin-bottom: 35px
}

.btn {
    display: inline-block;
    padding: 14px 36px;
    border: 2px solid #b3162d;
    color: #fff;
    text-decoration: none
}

.section {
    padding: 100px 8%
}

.dark {
    background: #080808
}

.section h2 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 40px
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: auto
}

.card {
    position: relative;
    height: 650px;
    border-radius: 20px;
    overflow: hidden
}

.derbnes {
    background: url('bilder/Derbnes.jpg') center top/cover no-repeat
}

.nerah {
    background: url('bilder/Nerah.jpg') center top/cover no-repeat
}

.shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, .92))
}

.info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 35px;
    text-align: center
}

.placeholder {
    height: 220px;
    border: 2px dashed #444;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa
}

footer {
    text-align: center;
    padding: 30px;
    background: #000
}.gallery{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(300px,1fr));

gap:25px;

max-width:1400px;

margin:auto;

}

.gallery img{

width:100%;

height:380px;

object-fit:cover;

border-radius:18px;

transition:.35s;

cursor:pointer;

box-shadow:0 0 20px rgba(0,0,0,.45);

}

.gallery img:hover{

transform:scale(1.04);

box-shadow:0 0 35px rgba(179,22,45,.45);

}/* ==========================
   GESETZE
========================== */

.law-page{

    min-height:100vh;

    background:#050505;

    padding-top:120px;

    padding-bottom:80px;

    display:flex;

    flex-direction:column;

    align-items:center;

}

.law-image{

    width:100%;

    max-width:700px;

    border-radius:18px;

    box-shadow:0 0 45px rgba(0,0,0,.7);

}

.law-buttons{

    margin-top:45px;

    display:flex;

    gap:25px;

    flex-wrap:wrap;

    justify-content:center;

}footer{

background:#000;

padding:40px;

text-align:center;

border-top:1px solid rgba(255,255,255,.08);

}

.footer-links{

margin-top:20px;

display:flex;

justify-content:center;

gap:35px;

flex-wrap:wrap;

}

.footer-links a{

color:#ccc;

text-decoration:none;

transition:.3s;

}

.footer-links a:hover{

color:#b3162d;

}.language-switch{

display:flex;

gap:10px;

margin-left:30px;

}

.language-switch button{

background:none;

border:1px solid #b3162d;

color:white;

padding:8px 15px;

cursor:pointer;

transition:.3s;

}

.language-switch button:hover{

background:#b3162d;

}


/* ==========================
   HANDY
========================== */

@media (max-width:768px){

nav{
    padding:15px 20px;
}

.logo{
    font-size:24px;
    letter-spacing:4px;
}

nav ul{
    gap:12px;
    font-size:13px;
}

.language-switch{
    margin-left:15px;
    gap:6px;
}

.language-switch button{
    padding:6px 10px;
    font-size:12px;
}

h1{
    font-size:64px;
}

.subtitle{
    font-size:20px;
}

.small{
    font-size:12px;
    letter-spacing:4px;
}

}
