h1 {
    text-align: center;
    margin: 35px 0 20px 0 !important;
  }

h4, h5, h6 {
    margin-bottom: 0px;
    }

.zwischenabschnitt {
    color: rgb(56, 41, 59);
    border-bottom: rgb(56, 41, 59) solid 1px;
    }    



/* Allgemein */
body {
    font-family: 'Open Sans', sans-serif;
    color: rgb(56, 41, 59);
    background-image: linear-gradient(90deg,rgb(240, 204, 144, 0.5) 30%, rgb(216, 76, 116, 0.5) 80%,rgba(123, 80, 126, 0.753) 100%)
}



.navbar {
    border-bottom: 3px solid rgb(163, 46, 37);
    background-image: linear-gradient(15deg, rgb(235, 216, 241), rgb(56, 41, 59));
}

/* Navigation */
a.nav-link{
    cursor: pointer; 
    color: rgb(253, 235, 74) !important;
}

a.nav-link:hover{
    color: rgb(163, 46, 37) !important;
}


/* Card Texte */
a.card-link{
    cursor: pointer; 
    color: rgb(163, 46, 37);
    text-align: center;
    text-decoration: none;
}

a.card-link:hover{
    color: rgb(253, 235, 74);
    text-align: center;
    text-decoration: none;
}


/* Hintergrund Blume */
.bg-Blume {
    background-image: url('Blume 4.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-attachment: fixed;
}
  

/* Überschrift */
.header {
    height: 2rem;
    background-color:rgba(255, 255, 255, 0.5);
    color:  rgb(163, 46, 37);
    padding: 5px;
}

.abschnitt {
    padding-top: 60px;
    padding-bottom: 150px;
}

/* Über mich Image */
.card-image {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;  
}



/* Umbruch der Bilder */
@media (max-width: 1270px) {
.card-group {
    display: flex;
    flex-flow: column wrap;
    }
}    

/* Austausch der Bilder */
@media (max-width: 991px) {
    .willkommen {
        display: flex;
        flex-flow: column wrap;
        }
    }    



/* Logo DIV */
    .logo_div {
        margin: auto;
        width: 100%;
      }
  
     /* Logo */
    .logo_small {
        display: none;
      }
  
      @media screen and (max-width: 768px) {
        .logo_full {
            display: none;
       }
        .logo_small {
            display: inherit;
        }
}



/* Sprung */

.sprung {
    visibility: hidden; 
    height: 0px !important; 
    position: absolute; 
    margin: -180px;
}

@media (max-width: 991px) {
.sprung {
    margin: -600px;
}
}

/* Schriftgröße Navbar */
.nav-link {
    font-size: 12px !important;
}

@media (max-width: 991px) {
.nav-link {
    font-size: 20px !important;

        }
    }


    
/* Umbruch der Logo Nav-Bar */
@media (max-width: 1270px) {
    .card-group {
        display: flex;
        flex-flow: column wrap;
        }
    }

.form-group {
    margin-top: 5px;
}

.alert {
    margin-top: 10px;
}

/* Bildanpassung Fotogalerie */
#fotogalerie {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 0;
}