body {
    margin: 0;
    background-color: #47594b;
    touch-action: manipulation; /* Verhindert das Zoomen bei Doppeltouch */
}

#page-enter {
    display: flex;
    flex-direction: column;

}
main {
    flex: 1;
    min-height: calc(100vh - 230px);
}

.mainnavbar{
    background-color: #0c2515 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);

}

.navbar-toggler {
    border-color: #fff !important; /* weißer Rahmen */
}

.navbar-toggler-icon {
    background-image: none; /* zuerst das Bootstrap-Icon entfernen */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}



.mainnavbar .navbar-brand,
.mainnavbar .nav-link,
.mainnavbar .navbar-toggler-icon {
    color: #fff !important;
}

/* Hover-Effekt etwas heller machen */
.mainnavbar .nav-link:hover {
    color: #ddd !important;
}


.mainfooter {
    background-color: #0c2515 !important;

}
