/* 
    Created on : 07.03.2017, 15:41:17
    Author     : mac
*/

@media only screen and (min-width: 401px) and (max-width: 640px){ 
    
    .rs-site{    
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        margin: 0 auto;  
        /*background-image: url(../images/zwi-2.jpg);*/
        background-attachment: fixed;
        background-size: cover;
        background-position: left center;
    }
    
    .rs-header{
        float: left;
        width: 100%;
        height: 40px;
        z-index: 100;
        background: linear-gradient(90deg,rgba(18,145,198,0.7),rgba(56,168,71,0.7));
    }

    .rs-body{
        float: left;
        width: 100%;  
        /*background-image: url('../images/hintergrund-001.jpg');
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;*/
        min-height: 90vh;
    }

    .rs-footer{        
        float: left;
        width: 100%;         
        bottom: 0;        
        /*background: linear-gradient(90deg,rgba(18,145,198,0.7),rgba(56,168,71,0.7));*/
        background-color: white;
        margin-top: 600px;
        
    }

    .rs-header-01{
        float: left;
        width: 100%;
        height: 65px;
    }

    .rs-header-02{
        float: left;
        width: 100%;
        height: 40px;        
    }
    
    .rs-header-02-scroll{
        float: left;
        width: 100%;
        top: 0px;
        left: 0px;
        height: 40px;
        position: fixed;
        background: linear-gradient(90deg,rgba(18,145,198,0.7),rgba(56,168,71,0.7));
        /*background-image: url('../images/acbw.png');*/
        background-position: 0% 50%;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 100;
    }
    
    .rs-body-01{
        float: left;
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;        
    }
    
    .rs-body-inner{
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;        
    }
    
    .rs-body-02{
        float: left;
        width: 100%;              
    }
    
    .rs-body-inner-component{
        float: left;
        width: 100%;      
        margin-top: 80px;
    }
    
    .rs-template-textbereich{
        float: left;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 50px;
        font-size: 1.2em;
    }
    
    /* Blog Layout 2 */
    .cols-2>div{
        float: left;
        width: 100%;        
    }
    
    .cols-2 .column-1{
        float: left;
        width: 100%;                    
    }
    
    .cols-2 .column-2{
        float: left;
        width: 100%;                      
    }  
    
    /* Blog Layout 3 */
    .cols-3>div{
        float: left;
        width: 100%;        
    }
    
    .cols-3 .column-1{
        float: left;
        width: 100%;            
    }
    
    .cols-3 .column-2{
        float: left;
        width: 100%;                    
    } 
    
    .cols-3 .column-3{
        float: left;
        width: 100%;           
    } 
    
    .rs-body-inner-menu{
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;        
    }
    
    
}