﻿.myBg {
    background-image: url("/img/1920-1080-geschichte1-2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: -webkit-fill-available;
    margin-top: 95px;
}

.myCol {
    margin-left: 2px;
    margin-right: 2px;
}



.spacer {
    min-height: 155px;
}

.youVideo {
    border-radius: 15px;
}

.middle {
    background: rgba(255,255,255,.6);
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 15px;
    padding: 1rem;
    opacity: 1;
    will-change: transform, opacity;
}

/*    .middle.is-visible {
        opacity: 1;
        transform: rotateZ(-2deg);
    }*/


.si-logo {
    max-width: 33%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 33%;
}

.imprName {
    font-size: xx-small;
    line-height: .01;
}

.footerLinks {
    font-size: xx-small;
}

.carousel-control-next, .carousel-control-prev {
    top: 80px;
    bottom: 80px;
}

.carousel-inner {
    border-radius: 15px;
}

#myTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

    #myTopBtn:hover {
        background-color: #555;
    }
/*
#divStart {
    animation-duration: 3s;
    animation-name: divStartAnim;
    animation-iteration-count: initial;
}

@keyframes divStartAnim {
    from {
        margin-left: 10%;
        width: 120%;
        opacity: 0;
    }

    to {
        margin-left: 0%;
        width: 100%;
        opacity: 1;
    }*/
/* =Simple animation up */

#divStart {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: translateX(-150px);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

    #divStart.visible {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

#myVideo {
    opacity: 0;
    -webkit-transform: rotate(40deg) scale(0.5);
    -moz-transform: rotate(40deg) scale(0.5);
    -ms-transform: rotate(40deg) scale(0.5);
    -o-transform: rotate(40deg) scale(0.5);
    transform: rotate(40deg) scale(0.5);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

    #myVideo.visible {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

.middleLikeIt {
    background-color: #696969a1;
    border-radius: 15px;
    color: white;
    padding-bottom: 18px;
}

.middleLukeItbuttonCenter {
    font-size: 6vw;
    text-align: center;
}

    .middleLukeItbuttonCenter :hover {
        color: #d0d0d0;
    }

    .middleLukeItbuttonCenter :hover > img {
    -webkit-transform: rotate(40deg) scale(0.5);
    -moz-transform: rotate(40deg) scale(0.5);
    -ms-transform: rotate(40deg) scale(0.5);
    -o-transform: rotate(40deg) scale(0.5);
    transform: rotate(40deg) scale(0.5);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

#willich {
    cursor: pointer;
    margin: 8px;
    font-weight: 900;
}

    #willich:hover {
        color: whitesmoke;
        
    }

.WillIchUnder {
    font-size: 0.7rem;
    line-height: 0.2;
}

    .WillIchUnder:hover {
        color: whitesmoke;
    }


    .youVideoBlk {
        background-color: black;
        width: 100%;
        /* top: -81px; */
        left: 0;
        transform: translateY(223px);
        height: 409px;
        position: absolute;
        box-shadow: 0 6px 6px -2px rgb(0 0 0 / 20%);
    }


.myBtA {
    background-color: #222222;
    color: white;
    border: 1px solid;
    border-radius: 3px;
    margin: 5px;   
    padding-top: 3px;
    font-size: xx-small;
}

    .myBtA :hover {
        border-radius: 5px;
        background-color: #4a3d3d;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-transition: all 0.8s ease-in-out;
        -moz-transition: all 0.8s ease-in-out;
        -ms-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
    }
/* DESKTOP TABLET */
/* DESKTOP TABLET */
/* DESKTOP TABLET */
@media (min-width: 768px) {
    .myCol {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        max-width: 800px;
    }

    .middle {
        margin-top: 5rem;
        margin-bottom: 5rem;
        border-radius: 25px;
        padding: 2rem;
    }

    
}



/* MOBILE START  */
/* MOBILE START */
/* MOBILE START */

@media only screen and (max-width: 600px) {
    .spacer {
        min-height: 80px;
    }
}

/* MOBILE END  */
/* MOBILE END */
/* MOBILE END */