/* General body styling */
body {
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-image: url('img/background.png'); /* Pfad zum Hintergrundbild anpassen */
    background-repeat: repeat;
    height: 100%;
    color:white !important;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Header styling */
/*header {
    background-color: #333;
    color: white;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}*/

/* Benutzerdefiniertes CSS für die Navbar-Anpassungen */
        
.image-container{
    top:0px;
}
.nav-item 
   margin-right:15px;
   margin-left:15px;
}

/* Media Query für kleinere Bildschirme */
@media (min-width: 767.98px) {
    .navbar-nav {
        justify-content: center; /* Zentriert die Tabs auf kleinen Bildschirmen */
    }

    .nav-item {
        /*margin-right: 0; */
        margin-bottom: 10px; /* Fügt vertikalen Abstand zwischen den Tabs hinzu */
    }
}

.navbar-collapse{ 
    text-align: center; 
}

/* Fullscreen image container styling */
.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 100vh;*/
    /*width: 100vw;*/
    background-color: #f5f5f5;
    margin-top: 50px; /* Adjust this value based on your header height */
}

.center-image {
    max-width: 100%;
    max-height: 100%;
}



.text_body{
    text-align: left !important;
    font-family: 'Raleway', sans-serif !important; /* Or another sans-serif font */
    font-size: 20px !important;
    font-weight: normal !important;
    font-style: normal !important;
    color: #9e9e9e !important;
    line-height: 1.4em !important;
}

.about_photo{
    width:90%;
    margin-top: 30px;
}
.pauls_photo{
    width:50%;
    margin-top: 30px;
}

.text_body{
    font-size:14px;
}

/* Section styling */
section {
    padding: 50px 20px;
    text-align: center;
}

section h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

/* Footer styling */
footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
    position: relative !important;
    bottom:0 !important;
}
/*About*/
.text_center{
    text-align: center;
}
.page_titel{
    text-align: center;
    font-size: 40px;
    margin-bottom: 10px;
}

.img_center{
    text-align: center;
    margin-top: 30px !important;
    margin-bottom: 30px;
}

.triangle{
    width:100px;
    height:100px;
}

.titel_about{
    color:red;
    font-size: 25px;
    margin-top: 15px !important;
    margin-bottom: 15px;
}

.text_about{
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.rot{
    color:red;
}


/*Gallerie*/

.gallerie_row{
    margin-top: 30px !important;
    margin-bottom: 80px !important;
}







