* {
    margin: 0;
    font-family: sans-serif;
    text-align: justify
}
button {
    background-color: transparent;
    border: 0.5px solid rgba(167, 167, 167, 0.66);
    width: 100px;
    height: 40px;
    border-top: 0;
    border-bottom: 0;
    text-align: center;
}
h1 {
    margin-top: 20px;
    margin-bottom: 10px;
}
p {
    margin-top: 5px;
    margin-bottom: 5px;
}
img {
    width: 400px;
}
button:hover { background-color: rgba(238, 238, 238, 0.66)}
#mietangeboteButton:hover { background-color: rgb(15, 104, 7)}
#mietangeboteButton {
    margin-right: 10px;
    background-color: rgb(16, 117, 7);
    color: rgb(255, 255, 255)
}
#header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    box-shadow: -5px 13px 25px -8px rgba(0,0,0,0.66);
}
#LogoImg {
    position: absolute;
    top: 0;
    width: 100px;
    padding-top: 5px;
    padding-left: 5px;
}
#LogoImgHaupt {
    width: 400px;
}
#headerButtons {
    width: 610px;
    height: 40px;
    margin: auto;
}
#content {
    margin-top: 40px;
    background-color: white;
    text-align: center;
}
.contentContent {
    padding-left: 5px;
    padding-right: 5px;
    width: 800px;
    margin: auto;
    border: 0.5px solid rgba(167, 167, 167, 0.66);
    padding-bottom: 30px;
    box-shadow: 0px 0px 118px 5px rgba(0,0,0,0.84);
    text-align: center;
}
#banner {
    width: 810px;
    margin-bottom: -4px;
}
#kontakt {
    width: 500px;
    float: left;
}
#datenschutz {
    width: 800px;
    margin-left: 10px;
}
#lageplan {
    width: 700px;
}
#lageplanDiv {
    text-align: center;
    margin: auto;
    position: relative;
}
.trigger {
    background-color: transparent;
    width: 100px;
    height: 100px;
    position: absolute;
}
#img1Trigger {
    top: 130px;
    left: 266px;
    width: 210px;
}
.trigger:hover {
    background-color: rgba(238, 238, 238, 0.66);
}
#img1Trigger:hover~#img1 { 
    display: block;
}
#img2Trigger {
    top: 266px;
    left: 266px;
    width: 210px;
}
#img2Trigger:hover~#img2 {
    display: block;
}
#img3Trigger {
    top: 139px;
    left: 533px;
    width: 132px;
    height: 140px;
}
#img3Trigger:hover~#img3 {
    display: block;
}
.imgPopUp {
    position: absolute;
    background-color: red;
    display:none;
}
#img1 {
    height: 200px;
    width: 200px;
    top: 50px;
    left: 10px;
}
#img2 {
    height: 200px;
    width: 200px;
    top: 205px;
    left: 10px;
}
#img3 {
    height: 200px;
    width: 200px;
    top: 105px;
    left: 275px;
}
.popUp {
    height: 200px;
    width: 200px;
}