/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26.01.2015, 17:03:50
    Author     : franky
*/
#theatercontainer{
    min-height: 660px;
}
.home{
    position: relative;
}
.no-padding{
    padding-right: 0;
    padding-left: 0;
}
.folie img{
    height: auto;
    width: 100%;
}
.folie figcaption {
    font-size: 75%;
    color: #680A0A;
    text-align: center;
}
@media (max-width: 480px) {
    .buehne {
        height: 67px;
        background: url('/imgs/open-curtain.jpg') no-repeat transparent;
        background-size: cover;
    }
    .dinner {
        height: 67px;
        background: url('/imgs/catering-event.jpg') no-repeat transparent;
        background-size: cover;
    }
    .konzert {
        height: 67px;
        background: url('/imgs/microphone-and-band.jpg') no-repeat transparent;
        background-size: cover;
    }
    .folie {
        height: 90px;
        width: auto;
    }
    .folie figcaption {
    font-size: 55%;
    }
}
@media (min-width: 481px) {
    .buehne {
        height: 110px;
        background: url('/imgs/open-curtain.jpg') no-repeat transparent;
        background-size: cover;
    }
    .dinner {
        height: 110px;
        background: url('/imgs/catering-event.jpg') no-repeat transparent;
        background-size: cover;
    }
    .konzert {
        height: 110px;
        background: url('/imgs/microphone-and-band.jpg') no-repeat transparent;
        background-size: cover;
    }
    .folie {
        height: 225px;    
        width: auto;
    }

}
@media (min-width: 768px) {
    .buehne {
        height: 167px;
        background: url('/imgs/open-curtain.jpg') no-repeat transparent;
        background-size: cover;
    }
    .dinner {
        height: 167px;
        background: url('/imgs/catering-event.jpg') no-repeat transparent;
        background-size: cover;
    }
    .konzert {
        height: 167px;
        background: url('/imgs/microphone-and-band.jpg') no-repeat scroll 0% 18% transparent;
        background-size: cover;
    }
    .folie {
        height: 343px;
        width: auto;
    }
}