/*
Theme Name: Pfadfinderheim Theme
Theme URI: 
Author: Your Name
Author URI: 
Description: Ein benutzerdefiniertes Theme für ein Pfadfinderheim
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pfadfinderheim-theme
*/

/* Bootstrap Integration */
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css');

/* Custom Styles */
.header-image-container {
    width: 100%;
    max-width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    display: block;
}

.header-image {
    width: 100%;
    max-width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

header {
    margin-bottom: 0;
    padding-bottom: 0;
}

.navbar {
    background-color: #2c3e50;
    margin-top: 0;
    border-top: none;
}

/* Dropdown-Menü Styling */
.dropdown-menu {
    background-color: #2c3e50;
    border: none;
}
.dropdown-menu .nav-link,
.dropdown-menu .dropdown-item {
    color: #fff !important;
}
.dropdown-menu .nav-link:hover,
.dropdown-menu .dropdown-item:hover {
    background-color: #1a232c;
    color: #ecf0f1 !important;
}

/* Logo Styles */
.custom-logo-link {
    display: block;
    max-width: 200px; /* Anpassen nach Bedarf */
}

.custom-logo {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}

.navbar-brand, .nav-link {
    color: white !important;
}

.nav-link:hover {
    color: #ecf0f1 !important;
} 