/* 
    Document   : mittel
    Created on : 23.02.2015, 15:16:58
    Author     : mac
    Description:
        Purpose of the stylesheet follows.
*/

@media only screen and (min-width: 641px) and (max-width: 1024px){

    .ergebnis-bereich-01{
        float: left;
        width: 98%;
        margin-left: 1%;        
    }
    
    .ergebnis-bereich-02{
        float: left;
        width: 98%;
        margin-left: 1%;
        margin-top: 20px;
    }

    .ergebnis-bereich-01-00-zeile{
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    
    .ergebnis-bereich-01-00-suchebutton{
        float: left;
        width: 100%;
        margin-top: 30px;
    }
    
    .ergebnis-bereich-02-00{
        float: left;
        width: 100%;
        /*border-bottom: 1px solid #CACACA;*/
        margin-bottom: 30px;
        min-height: 200px;        
    }
    
    .ergebnis-bereich-02-01{
        float: left;
        width: 250px;
        height: 141px !important;
        height: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .ergebnis-bereich-02-02{
        float: left;
        width: calc(100% - 280px);
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .ergebnis-bereich-02-02-bereich{
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .detail-bereich-00{
        float: left;
        width: 100%            
    }
    
    .detail-bereich-01{
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .veranstaltungsdetails-carousel-00{
        float: left;
        width: 100%;           
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #333333;
    }

    .veranstaltungsdetails-carousel-00:after{
        padding-top: 56.25%;
        /* 16:9 ratio */
        /*padding-top: 75%;*/
        /* 4:3 ratio */
        display: block;
        content: '';
    }
    
    .detail-bereich-01-veranstalter{
        float: left;
        width: 100%;
        background-color: #EEEEEE;
    }
    
    .detail-bereich-01-veranstalter-inner{
        float: left;
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    .veranstaltungdetail-00-01{
        float: left;
        width: 45%;
    }
    
    .veranstaltungdetail-00-02{
        float: left;
        width: 45%;
        margin-left: 10%;
    }
    
    .veranstaltungdetail-00-video{    
        float: left;
        width:45%;        
        margin-top: 15px;    
        text-align: left;   
    }
    
    
}


