.hero-image{
    width:100%;
    display:block;
    margin-top:70px;
}

/* =========================
   NAVIGATION
========================= */

.navigation {
    background-color: #67a102 !important;
    border-bottom: none;
}

/* Sticky Zustand */
.navigation.nav-bg {
    background-color: #67a102 !important;
}

/* Hauptlinks */
.navbar-link,
.navbar-item,
.navbar-item .navbar-link {
    color: #fbf6ed !important;
}

/* Dropdown Pfeile */
.navbar-link:not(.is-arrowless)::after {
    border-color: #fbf6ed !important;
}

/* Hover */
.navbar-link:hover,
.navbar-link:focus,
.navbar-item:hover,
.navbar-item:focus {
    background-color: #589102 !important;
    color: #f9f7f2 !important;
}

/* Hover Dropdown Pfeil */
.navbar-link:hover::after,
.navbar-link:focus::after {
    border-color: #f9f7f2 !important;
}

/* Dropdown Menü */
.navbar-dropdown {
    background-color: #67a102;
    border: none;
}

/* Dropdown Einträge */
.navbar-dropdown .navbar-item {
    color: #fbf6ed !important;
}

/* Dropdown Hover */
.navbar-dropdown .navbar-item:hover, .navbar-dropdown a.navbar-item:hover{
    background-color: #589102 !important;
    color: #f9f7f2 !important;
}
.navbar-link:hover,
.navbar-link:focus {
    color: #96E114 !important;
    background-color: transparent;
}

.navbar-link:hover::after,
.navbar-link:focus::after {
    border-color: #96E114 !important;
}
.navbar-item.has-dropdown .navbar-item:hover {
    background-color: #FECA0B !important;
    color: #ffffff !important;
}
/* Burger Menü mobil */
.navbar-burger span {
    background-color: #fbf6ed !important;
}

/* Suchfeld */
.search-bar {
    background: transparent !important;
}

.search-bar input {
    background-color: rgba(255,255,255,0.15) !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    color: #fbf6ed !important;
}

/* Placeholder */
.search-bar input::placeholder {
    color: rgba(251,246,237,0.8) !important;
}

/* Suchicon */
.search-bar::before {
    color: #fbf6ed !important;
    pointer-events: none;
}

/* =========================
   MOBILE NAVIGATION
========================= */

@media (max-width: 1023px) {

    .navbar-menu {
        background-color: #67a102 !important;
        padding: 20px;
    }

    .navbar-link,
    .navbar-item,
    .navbar-dropdown .navbar-item {
        color: #fbf6ed !important;
    }

    .navbar-link:hover,
    .navbar-item:hover,
    .navbar-dropdown .navbar-item:hover {
        background-color: #589102 !important;
        color: #f9f7f2 !important;
    }

    /* Mobile Suche */
    .search-bar {
        background: transparent !important;
        margin-top: 15px;
    }

    .search-bar input {
        background-color: rgba(255,255,255,0.12) !important;
        color: #fbf6ed !important;
        border: 1px solid rgba(255,255,255,0.2) !important;
    }

    .search-bar input::placeholder {
        color: rgba(251,246,237,0.7) !important;
    }

    .search-bar::before {
        color: #fbf6ed !important;
        pointer-events: none;
    }
}


body {
    background-color: #fbf6ed;
    }


/*
.customBoarder {
    background: #ffffff;
    border: 18px solid #ffffff;
    border-radius: 76px;

   
    margin-top: -50px;

    box-shadow:
        0 -4px 0 0 #efe5d8,
        0 -5px 7px 0 rgba(181, 160, 120, 0.30),
        inset 0 6px 10px rgba(181, 160, 120, 0.12),
        inset 0 -4px 4px rgba(255, 255, 255, 0.9);
}*/
.logo-style{
    max-height: 120px !important; float: left;
    margin-bottom: -80px;
    margin-top: -60px;
    margin-left: -60px;
}
@media (max-width: 1223px) {
    .logo-style {
        max-height: 80px !important;
        margin: -18px 0;
    }
}


.footer {
    background-image: url("../images/footer-bg.png") !important;
    background-color: #7d9d01 !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
}
.footer .container{padding: 280px 0 50px !important;}

.footer .card { background-color: #b6b504 !important;}
.card-meta li:not(:last-child) {
    border-right: 1px solid  #b6b504 !important;
    padding-right: 8px;
}
.footer .card-meta, .footer .post-title , .footer .h5 {color: #567501 !important;}
#side{display:none;}



.card img{
	border:1px solid  #8fa50c !important;
	border-radius: 25px;
}
/* Allgemeiner Container mit deiner Wellen-Optik */
.customBorder {
    position: relative;
    background-image: url("../images/content-bg.png");
    background-color: #8fa50c;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top:5px;
    border-bottom-radius: 40px;
    overflow: hidden;

    /* Abstand nach oben für den Hügel */
    padding: 300px 25px 25px;
}

/* Inhalt */
.customBorder .inner{
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(2px);
    border-radius: 25px;
    padding: 20px;
}

/* News-Karten */
.customBorder .card{
    background: #b6b504;
    border: none;
    border-radius: 20px;
}

.customBorder .card-meta li:not(:last-child){
    border-right: 1px solid #b6b504;
    padding-right: 8px;
}

.customBorder .card-meta,
.customBorder .post-title,
.customBorder .h5, .customBorder .h1, .customBorder .h2, .customBorder .h3, .customBorder ul, .customBorder ul li, .customBorder strong{
color: #567501;}


.customBorderfooter{background-image: url("../images/content-footer.png"); padding-bottom: 100px;
background-position: top center;
    background-repeat: no-repeat;
background-size: 100% auto;}






.teaser{
    text-align:center;
    padding: 45px 20px 55px;
}

.teaser h1{
    font-family: "Noto Sans Georgian", sans-serif;
    font-size: clamp(2.6rem, 5vw, 4.5rem);
    font-weight: 900;
    line-height: 1.05;

    color: #74a80c; /* dein schönes frisches Logo-Grün */

    text-shadow:
        0 2px 0 rgba(255,255,255,.8),
        0 6px 15px rgba(0,0,0,.08);

    margin-bottom: 12px;
}

.teaser p{
    font-family: "Heebo", sans-serif;
    font-size: 1.35rem;
    font-weight: 400;

    color: #8d7d69;  /* warmes Graubraun */

    max-width: 1200px;
    margin: 0 auto;

    line-height: 1.6;
}






.isDescription h4, .isDescription .h4 {
  font-size: 2.3em;
}



.thintext,
.customBorder .h5, .customBorder .h1, .customBorder .h2, .customBorder .h3, .customBorder ul, .customBorder ul li, .customBorder strong
 {font-weight: 100 !important; line-height: 1.6; font-size: 1em;}


/* ======================================
   MOBILE OPTIMIERUNG
====================================== */
@media (max-width: 768px) {

    .customBorder {
        padding-top: 120px;
    }

    .footer .container {
        padding: 120px 0 50px !important;
    }

    .teaser {
        padding: 25px 15px 35px;
    }

    .teaser h1 {
        font-size: 2.2rem;
        line-height: 1.15;
    }

    .teaser p {
        font-size: 1.05rem;
        line-height: 1.5;
    }

    .isDescription h4,
    .isDescription .h4 {
        font-size: 1.6rem;
    }

    .h1 {
        font-size: 2rem !important;
    }

    .h2 {
        font-size: 1.8rem !important;
    }

    .h3 {
        font-size: 1.5rem !important;
    }

    .h4 {
        font-size: 1.3rem !important;
    }

    .h5 {
        font-size: 1.1rem !important;
    }

    .card-body {
        padding: 1rem;
    }
}












/* Erlaube dem Spiel-Modal volle Ausnutzung des Handy-Bildschirms */
@media (max-width: 768px) {
    #game-modal .modal-content {
        width: 95% !important;        /* Fast volle Breite nutzen */
        max-width: none !important;    /* Bulma-Limitierung aufheben */
        height: 85vh !important;       /* 85% der Bildschirmhöhe für das Spiel */
        margin: 0 auto !important;     /* Zentrieren */
        overflow: hidden !important;   /* Scrollbalken vermeiden */
    }

    #game-modal #ModalContent {
        height: 100% !important;       /* Container auf volle Modal-Höhe */
    }

    #game-frame {
        width: 100% !important;
        height: 100% !important;       /* Frame soll den Container komplett ausfüllen */
    }
}
