
/* Page Image im Grid */
.mod_pageImage img {
    display:block;
    margin-right:auto;
    margin-left:auto;
}
.rsts-slides h6 {
    margin:0;
    padding:0;
}
.rsts-main .adapt-sm {
    margin-top:.4rem;
}
.rsts-main h1,
.rsts-main h2,
.rsts-main h3,
.rsts-main h4,
.rsts-main h5 {
    margin-top:15px;
}
.rsts-main p {
    line-height:1.3rem;
}

/* Textgrösse und Position im Slider */
@media all and (min-width: 280px) and (max-width: 479px) {
    .rsts-skin-default .rsts-caption {
       display:none;
    }
}
@media all and (min-width: 480px) {
    .rsts-skin-default .rsts-caption {
        display:block;
        font-size:100%;
        right:10px;
        bottom:40px;
        top:auto;
        left:auto;
    }
}
@media all and (min-width: 1000px) {
    .rsts-skin-default .rsts-caption {
       display:block;    
       font-size:180%;
        right:50px;
        bottom:100px;
        top:auto;
        left:auto;
    }
}

/* Bullets in Smartphone weg */
@media all and (max-width: 1000px) {
    .rsts-nav-bullets {
        display:none;
    }
}

/* Progressbar im Slider */
.progress {
    margin-top:.5rem;
}
#scroll {
    width:50px;
        height:50px;
        bottom:25px;
        right:25px;
        position:fixed;
        background-color:#cfcfcf;
        cursor:pointer;
            -webkit-border-radius: 60px;
            -moz-border-radius: 60px;
            border-radius: 60px;
           z-index: 10000;
}
#scroll span {
    position:absolute;
            top:50%;
            left:50%;
            margin-left:-8px;
            margin-top:-12px;
            height:0;
            width:0;
            border:8px solid transparent;
            border-bottom-color:#ffffff;
               z-index:10000;
}
#scroll:hover {
    background-color:#2ba6cb;
        opacity:1;filter:"alpha(opacity=100)";
            -ms-filter:"alpha(opacity=100)";
           z-index:10000;
}
