@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900);
body {
    overflow:hidden;
    font-family: 'Roboto', sans-serif;
    background-color:black;
}
.menue-jumbotron{
    width:70%;
    margin:70px auto;
}

.container{
    width:99vw;
    height:1080px;
    padding-left:0;
    padding-right:0;
}
.film-info-row{
    margin: 1.2% 0;
    color:white;
    background-image: linear-gradient(160deg, #5555FF  5%, #1500FF 90%);
}

.screen-indicator{
    color:white;
    font-size:500%;
    height:50px;
    border-right:5px solid #fff;
}
.screen-indicator-single{
    color:white;
    font-size:10vw;
    text-align: center;
}

.film-name{
    white-space:nowrap;
    width:100%;
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
}
.film-name-single {
    font-weight:600;
    height:240px;
    border-top:15px solid #fff;
    bottom:0;
    position: absolute;
    width:100%;
    color:white;
    font-size:5vw;
    line-height:10vw;
    overflow:hidden;
    text-align: center;
}
.film-information-single{
    height:100vh;
    background-image: linear-gradient(160deg, #33AFFF  5%, #0000FF 90%);
}

.film-image{
    border-right:15px solid #fff;
    display: block;
    margin: 0 auto;
    height:850px;
    padding:35px;
}
