#Header {
    --Header-height: 70px;
    position: fixed;
    top:0px;
    width: 100%;
    height: var(--Header-height);
    background-color: rgb(146, 146, 146);
    transition: transform 0.3s;
}
.Header--hidden {
    transform: translateY(calc(-2 * var(--Header-height)));
}
#showpng {
    width: 100%;
    height: 700px;
    display: none;
}
#head {
    padding-top: 15px;
    padding-left: 30%;
    padding-right: 20%;
}
a {
    padding-left: 1%;
    margin-bottom: 10px;
    font-size: 30px;
	text-decoration: none;
	color: white;
}
a:hover {
    color: rgb(24, 221, 221);
}
#current {
    color: rgb(24, 221, 221);
}
#owner {
    width: 100%;
    background-color: rgb(0, 194, 194);
    height: auto;
}
#user {
    margin-left: 25%;
    background-color: white;
    width: 50%;
    height: 400px;
    border: thin solid rgb(75, 167, 136);
	border-radius: 10px;
    box-shadow: 0 5px 10px rgb(0, 0, 0) inset;
}
#ownjpg {
    width: 30%;
    height: 300px;
    padding-top: 5%;
    float: left;
}
#owntxt {
    text-decoration: solid;
    font-size: x-large;
    color: rgb(63, 63, 63);
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#über1 {
    text-decoration: solid;
    font-size: xx-large;
    font-weight: bold;
    color: rgb(63, 63, 63);
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
#über2 {
    text-decoration: solid;
    font-size: large;
    font-weight: bold;
    color: rgb(63, 63, 63);
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
#location {
    width: 100%;
    height: 1000px;
    background-color: rgb(0, 179, 179);
}
#map {
    text-align: center;
}
.drop {
    top: 45%;
    left: 59%;
    position: absolute;
}
.drop-content {
    visibility: hidden;
    position: absolute;
}
.drop-content a{
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background-color: gray;
    border: thin solid black;
	border-radius: 10px;
}
.drop-content a:hover {
    background-color: white;
    color: aqua;
}
.drop:hover .drop-content {
    visibility: visible;
    height: auto;
}
.cont {
    width: 5%;
    height: 40px;
    float: left;
}
.conttext {
    margin-top: 3mm;
}
.conttext2 {
    margin-top: -3mm;
}
.usertext p {
    width: 20%;
    text-align: center;
    font-weight: bold;
    color: rgb(121, 121, 121);
    margin-left: 37%;
    visibility: hidden;
    border: thin solid rgb(0, 0, 0);
    box-shadow: 0 3px 5px rgb(0, 0, 0) inset;
    border-radius: 10px;
}
.cont:hover {
    filter: invert(20%); 
    width: 6%;
    height: 48px;
}
#about {
    width: 100%;
    height: 1000px;
    background-color: rgb(0, 190, 190);
}
.block {
    display: flex;
    justify-content:center;
}
.b {
    width: 30%;
    height: 170px;
    background-color: white;
    margin-right: 2%;
    margin-bottom: 2%;
}
.imgb {
    width: 70px;
    height: 70px;
    margin-top: 50px;
    margin-left: 20px;
    float: left;
}
.pb {
    font-weight: bold;
    margin-left: 25%;
    margin-top: 50px;
}
.p2b {
    margin-left: 25%;
}
#mail {
    color: black;
    font-size: medium;
}
#mail:hover {
    color: blue;
    font-size: large;
}
