/*a*/
.active-button {
    background-color: red;
    color: white;
    border: 0px solid black;
}
.area-link {
    display: block;
}

/*b*/
body{
    background-color: #2E8B57;
    overscroll-behavior: none;
}
.bild{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    /*margin-left: 5vw;
    height: 55vh;*/
}
.bild-ueber{
    height: 55vh;
}
.bild-vorne{
    width: 44vw;
}
.bild-hoch{
    width: 37.1vw;
}
.button {
    color: black; 
    background-color: white; 
    border: 0px solid black;
    margin-left: 2vw;
    margin-right: 2vw;
    cursor: pointer;
}
.button:hover {
    background-color: lightgray; 
    border: 0px solid black;
}

/*c*/
.content{
    width: 98vw;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    max-width: 100vw;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.center1 {
    display: block;
    width: 28vh;
        }
.column {
    flex: 24%;
    max-width: 24%;
    padding: 0 6px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

/*f*/
footer {
    position: fixed;
    bottom: 1vh;
    background: #2E8B57;
}

/*h*/
h2 {    
    font: 1.4em Georgia,serif;
    letter-spacing: 2px;
    font-weight: lighter;
    text-align: center;
    color: #58583b; 
}
header {
    width: 50%;
    margin-right: auto;
}
hr {
    margin-right: auto;
    width: 94vw;
    border-color: black;;
    border-width: 1px;
    border-style: solid;
    margin left: 2vw;
    margin-right: 2vw;
}
.hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hover-area {
    fill: transparent;
    transition: fill 0.3s ease-in-out;
    pointer-events: all;
}
.hover-area:hover {
    fill: rgba(255, 0, 0, 0.8); /* Rot auf Hover */
    cursor: pointer;
}

/*i*/
.image-container {
    position: relative;
    width: 80vw;
    height: auto;
    margin: 0 auto;
    display: block;
}
.image-container2 {
    position: relative;
    width: 80vw;
    height: auto;
    margin: 0 auto;
    display: none;
}

/*l*/
.logo1 {
    width: 12vw; 
    height: auto; 
    margin-right: 5vw;
}
.logo2{
    width: 8vw; 
    height: auto; 
    margin-right: 5vw;
}

/*n*/
.next {
  right: 0;
}

/*p*/
.prev, .next {
    cursor: pointer;
    width: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* background-color: black;
    color: white; */
}
.prev:hover, .next:hover {
    background-color: lightgray;
}

/*r*/
.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}
#responsive-image {
    width: 100%;
    height: auto;
}

/*s*/
.slideshow-container {
    margin-left: 15vw;
    position: relative;
    height: 55vh;
    width: 70vw;
}
.slideshow-container-ueber {
    margin-left: 10vw;
    position: relative;
    height: 55vh;
    width: 80vw;
}
.slideshow {
    height: 40vh;
    position: relative;
    z-index: 1;
}
.slide-bild {
    width: 100%;
    overflow: hidden;
}

        









@media (max-width: 500px) {
    
.bild{
    height: 30vh;
}
.bild-ueber{
    height: 25vh;
}
.button {
    padding: 6px;
}
.bild-hoch{
    width: 34.8vw;
}
    
.column {
    flex: 100%;
    max-width: 100%;
  }
    
.footer-content {
    font-size: 10px;
}

.image-container {
    display: none;
}
.image-container2 {
    display: block;
}    
    
.logo1 {
    width: 20vw; 
    height: auto; 
    margin-right: 5vw;
}
.logo2{
    width: 16vw; 
    height: auto; 
    margin-right: 5vw;
}
    
.prev, .next {
    width: 5vw;
    top: 50%;
}
    
.slideshow-container {
    margin-left: 5vw;
    position: relative;
    height: 30vh;
    width: 90vw;
}
.slideshow-container-ueber {
    margin-left: 5vw;
    position: relative;
    height: 25vh;
    width: 90vw;
}
}






        



        

        
        
        








