.bg-img-cover {
    background-image: url(../img/hoher.JPG);
    background-size: cover;
    background-position: top right;
    background-repeat: repeat;
    background-attachment: scroll;
}

.bg-grad-scroll{
    background-repeat: repeat;
    background-attachment: scroll;
    
}

.bg-mask-cover{
    background: repeating-linear-gradient(
        45deg,
        rgba(236, 29, 57, 0.7),
        rgba(167, 14, 214, 0.7) 100%
    );

    background-repeat: repeat;
    background-attachment: scroll;
}

.bg-mask-rainbow{
    background: repeating-linear-gradient(135deg, rgba(228,2,4,1) 0%, rgba(255,140,0,1) 17%, rgba(255,236,1,1) 33%, rgba(0,128,38,1) 50%, rgba(0,77,255,1) 67%, rgba(117,7,135,1) 83%);;

    background-repeat: repeat;
    background-attachment: scroll;
}


h3 {
    margin-bottom: 10px;
    margin-top: 10px;
}