* {
    box-sizing: border-box;
  }
  
div.innerBody {
    margin: 0px auto;
    max-width: fit-content;

}

h2,
h3,
h4,
h5,
h6 {
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
}

p {
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    color: rgb(133, 37, 211);
}

div.header {
    background: #ffffff;
    padding: 0cm;
    width: 100%;
    height: 120px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;

}

div.logo {

    position: fixed;
    display: block;
    margin-left: 45%;
    margin-right: auto;
    margin-top: 0%;


}


a {
    font-family: 'Courier New', Courier, monospace;
    font-size: large;
    color: rgb(6, 106, 29);
}

a:hover {
    color: rgb(199, 48, 146);
}


.grayscale {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    z-index: 1;
}

.meinBild {

    margin: 0px;
    margin-bottom: 0px;
    float: none;
    width: 350px;
    height: auto;
    border: 5px solid #ffffff;
    z-index: 1;

}

/* .meinBild:hover {

    border: 2px solid #000000;
    filter: contrast(110%) grayscale(1);
    z-index: 1;
} */

.column2 {
    position: static;
    width: 50%;
    margin-left: 0cm;
}

.column1 {
    position: static;
    width: 50%;
    margin-right: 0cm;
}

.row {
    display: flex;
    align-self: center;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}


.listSidebar {
    list-style-type: none;
    /* Remove default list-style (bullets) */
    padding: 0;
    /* Remove default padding */
}

.open-btn {
    position: fixed;
    top: 23px;
    right: 25px;
    cursor: pointer;
    z-index: 110;
}

.overlay-sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 100px;
    z-index: 120;
}

.overlay-sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #000000;
    display: block;
    transition: 0.3s;

}

.overlay-sidebar a:hover {
    color: #E11BD4B7;
}

.overlay-sidebar .close-btn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.main-content {
    transition: margin-right 0.5s;
    padding: 0px;
}

.close-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 110;
}