

.content_menu {
    margin-top: -10px;
    height: 60px;
    background-color: white;
    box-shadow: 0px -3px 2px black;
    border-top: 1px solid black;
    

}

.contentmenuitem1 {
    text-align: center;
}

.contentmenuitem h2 {
    background: rgba(0,0,0,0.5);
    padding: 10px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-size: 0.8em;
    font-weight: 300;
    color: white;
}

.contentmenuitem p {
    margin-top: -15px;
    padding: 10px;
    background: rgb(236, 236, 236);
    border: 1px solid rgb(190, 190, 190);
    border-top:0;
    border-radius: 0 0 10px 10px;
    font-weight: 300;
    font-size: 0.8em;
    cursor: pointer;
    transition: all 1s;
}

.contentmenuitem p:hover {
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    background: rgb(173, 173, 173);
}

.content_ende, .content_start{
    width: 100%;
    height: 0;
    overflow: hidden;
}

/* Leitbild */
.leitbild_wrapper {
    background: white;
    display: grid;
    grid-template-columns: 80%;
    justify-content: center; 
    padding: 50px 0; 
}

.leitbild {
    position: relative;
}

.leitbild_titel h2 {
    font-size: 1em;
    font-weight: 400;
    color: red;
    padding-left:160px;
}

.leidbild_content {
    position: relative;
    border: 1px solid rgb(192, 192, 192);
    background:rgb(248, 248, 248);
    padding: 25px 50px 50px 150px;
    border-radius: 15px;
    font-weight: 300;
    font-size: 0.8em;
}

.leitbild_image {
    position: absolute;
    top: -70px;
    left: -70px;
    border-radius: 50%;
}



