.img-responsive {
    height:auto;
    max-width:100%;
}

@media screen and (max-width:1199px) {
    /** header **/
    .header-search {
        top:0;
        margin-bottom:0;
    }

    /** NAVIGATION **/
    /* change bootstraps breakpoint to show up toggle at md-size already */
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-default #menu-hauptmenue {
        font-size:16px;
        font-weight:bold;
        padding:15px 0 0 15px;
    }

    /** WPCF7 - CONTACT FORM **/
    .wpcf7 label,
    .wpcf7 input[type='text'],
    .wpcf7 input[type='number'],
    .wpcf7 input[type='email'],
    .wpcf7 input[type='url'],
    .wpcf7 input[type='tel'],
    .wpcf7 textarea,
    .wpcf7 select,
    .wpcf7 hr {
        width:85%;
    }
}

@media screen and (max-width:991px) {

    /** WPCF7 - CONTACT FORM **/
    .wpcf7 label,
    .wpcf7 input[type='text'],
    .wpcf7 input[type='number'],
    .wpcf7 input[type='email'],
    .wpcf7 input[type='url'],
    .wpcf7 input[type='tel'],
    .wpcf7 textarea,
    .wpcf7 select,
    .wpcf7 hr {
        width:100%;
    }
}

@media screen and (max-width:767px) {
    /** WPCF7 - CONTACT FORM **/
    .wpcf7-form {
        margin-bottom:60px;
    }
}

@media screen and (max-width:479px) {
    .film-list-header {
        font-size:13px;
    }
    .film-list-header td {
        padding-left:3px;
        padding-right:3px;
    }
}