
/*Global*/
body{
    background-color: rgb(28, 28, 28);
}

hr{
    border: 1px solid white;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;

}

/*Nav-Bar*/

.navbar {
    background-color:  #f5f5f5;
}




/*Jumbotron*/
.jumbotron {
    background: url('Bild-Jumbotron.heic') no-repeat center center;
    background-size: cover;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    margin: 0;
}
.jumbotron h1 {
    font-size: 5rem;
}

.jumbotron .container {
    background: rgba(0, 0, 0, 0.5); /* Optional: Adds a dark overlay for better text readability */
    padding: 20px;
}
.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.jumbotron .container:hover {
    background: rgba(0, 0, 0, 0.6); /* Optional: Adds a dark overlay for better text readability */
    padding: 20px;
}

/*Bildergalerie*/

.thumbnail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 800px;
}

.thumbnail img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.caption {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.buttons {
    display: flex;
    justify-content: flex-start;
}

.btn {
    margin-right: 5px;
}


.container-Bilder{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container-fließtext{
    color: white;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5%;
    margin-top: 5%;
}


/*Fotogalerie-Neuruppin*/

.media{
    color: white;
}

.media-object{
    height: 200px;
    object-fit: cover;
    width: 200px;
    
}






/*Footer*/
#kleingedruckter_Text{
    margin-bottom: 100px;
}





/*Kontakt-Seite*/
#Kontakt{
    background-color: white;
}

/*Formular*/
.container-Kontakt{
        width: 500px;
        height: auto;
        margin: 0 auto;
        padding: 2px;
        background-color: #f5f5f5;
        border-radius: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-top: 50px;
}

.row {
    width: 100%;
    margin: 0 0 1em 0;
    padding: 0 2.5em;
    &.header {
      padding: 1.5em 2.5em;
      border-bottom: 1px solid grey; 
      background: url(Bild-Kontakt.jpg) left -85px;
      border-radius: 20px 0px 20px 0;
      color: white;
    }
}

#form-kontakt{
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 2%;
    border-radius: 5px;
}





/*Termine*/

#Termine{
    background-color: white;
}

.Tabelle{
    color: black;
    margin-left: 30px;
    margin-right: 30px;
    width: auto;
    height: 300px;
}

/*Impressum*/

#impressum{
    color: white;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 100px;
}


