<style > .test {}

/*SlideShowHome */
/*(SloganText dynamic height / width dependend on screen height/width)*/
@media only screen and (min-width: 1px) and (orientation : landscape) and (max-height: 350px) {
    .sloganText {
        display: none;
    }
}

.sloganText {
    position: absolute;
    bottom: 50px;
    left: 5vw;
    border-top: calc(0.4vw + 0.4vh + 0.01vmin) solid #ffffff;
    border-bottom: calc(0.4vw + 0.4vh + 0.01vmin) solid #ffffff;

}

.overlayTextSlogan {
    font-size: calc(1.5vw + 1.5vh + 1.5vmin);
    color: white;
    font-weight: bold;


}

/*(TopText dynamic height / width dependend on screen height/width)*/
.topText {
    position: absolute;
    top: 15px;
    color: white;
    font-family: sans-serif;
    text-align: center;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.overlayTextTop {
    font-size: calc(0.5vw + 0.5vh + 1.5vmin);
    color: white;
    margin-left: 4%;
    margin-right: 4%;
}

#stage {
    /*   margin: 1em auto;
    width: 382px;
    height: 292px;*/
}

#stage a {
    position: absolute;
}

#stage a img {
    background: #fff;
}


#stage a:nth-of-type(1) {
    animation-name: fader;
    animation-delay: 4s;
    animation-duration: 3s;
    z-index: 20;
}

#stage a:nth-of-type(2) {
    z-index: 10;
}

#stage a:nth-of-type(n+3) {
    display: none;
}

@keyframes fader {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.image-wrap {
    /*  width: 100%;*/
    height: 100vh;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.image-wrap img {
    /*width: 100%;*/
    animation: move 10s ease;
    /* Add infinite to loop. */

    -ms-animation: move 40s ease;
    -webkit-animation: move 40s ease;
    -0-animation: move 40s ease;
    -moz-animation: move 40s ease;
    position: absolute;
}


.heightCalc {
    display: block;
    height: calc(100vh - 130px);
    width: 100vw;
    object-fit: cover;

}


@-webkit-keyframes move {
    0% {
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left;
        transform: scale(1.0);
        -ms-transform: scale(1.0);
        /* IE 9 */

        -webkit-transform: scale(1.0);
        /* Safari and Chrome */

        -o-transform: scale(1.0);
        /* Opera */

        -moz-transform: scale(1.0);
        /* Firefox */
    }

    100% {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        /* IE 9 */

        -webkit-transform: scale(1.2);
        /* Safari and Chrome */

        -o-transform: scale(1.2);
        /* Opera */

        -moz-transform: scale(1.2);
        /* Firefox */
    }
}


/*EndSlideShowHome*/

/*NewsItems*/
.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
    background-color: #333333;
    padding: 10px;
    height: auto;
}

.grid-container > div {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
    border-radius: 25px;
}

.item1 {
    grid-column: 1 /span 2;
}



.item2 {
    grid-column: 3;
}



.item3 {
    grid-column: 1;
}


.item4 {
    grid-column: 2;

}



.item5 {
    grid-column: 3;

}


.contentBottom {
    height: 170px;
    margin-bottom:
}

.contentBottom:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}



.contentIndexPic {

    max-width: auto;
    max-height: 165px;
    width: 45%;
    min-width: 100px;
    display: inline-block;
    vertical-align: middle;

}


.GenItem {
    height: auto;
    max-height: 500px;
}

@media (max-width: 770px) {
    .grid-container {
        display: flex;
        flex-direction: column;
    }

}

.bottom-middle-btn {
    position: absolute;
    bottom: 25px;
    left: calc(50% - 95px);
    padding: 0px;
    margin: 0px;
}

.NewsHeader {
    font-size: calc(1vw + 0.5vh + 1.5vmin);
}

/*EndNewsItems*/

/*prod/ter/serv Divs*/
.contentIndex {
    text-align: center;
    height: 400px;
    min-width: 275px;
    max-width: 300px;
}

/*Endprod/ter/serv Divs*/
</style >
