/* 
    Document   : gross
    Created on : 23.02.2015, 15:17:14
    Author     : mac
    Description:
        Purpose of the stylesheet follows.
*/

@media only screen and (min-width: 1025px) /*and (max-width: 2200px)*/{ 

    .ergebnis-bereich-01{
        float: left;
        width: 300px;
    }
    
    .ergebnis-bereich-02{
        float: left;
        width: calc(98% - 300px);
        margin-left: 2%;
    }

    .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: 355px;
        height: 200px !important;
        height: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .ergebnis-bereich-02-02{
        float: left;
        width: calc(100% - 385px);
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .ergebnis-bereich-02-02-bereich{
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .detail-bereich-00{
        float: left;
        width: 90%            
    }
    
    .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:35%;        
        margin-top: 15px;    
        text-align: left;   
    }
}

