html, body {
    margin: 0px;
    width:100%;
    height:100%;
    position:relative;
    font-family: Arial;
    background-color: #1d1d1d;
}
* {	box-sizing:border-box;}

p {
    margin:0;
}

a {
    text-decoration: none;
}

h1,h2,h3{
    margin:10px 0;
    color: #ffffff;
}


.header {
    width:100%;
    height:100px;
    background-color:darkorange;
    position: fixed;
    top: 0;
    background: linear-gradient(to top, rgba(255,140,0,0.9), rgba(255,140,0,1));
}

.logofletnix{
    height: 100px;
    margin: auto;
    padding: 15px 0;
    position: absolute;
    top: 0;
    left: 0;
    right:0;
}

.menubalk{
    background-color:#1d1d1d;
    height:50px;
    width:100%;
    float: left;
    padding: 0 50px;
    position: fixed;
    top: 100px;
    opacity:0.9;
    background:linear-gradient(to top, rgb(16, 16, 16), rgb(31, 31, 31));
}

.menubalk ul {
    margin: 0 40px;
    padding: 0;
}

.menubalk li{
    display: inline-flex;
}

.menubalk a {
    padding: 16px 30px;
    text-decoration: none;
    color: #ffffff;
    margin-bottom: -5px;
}

.menubalk li:not(:last-child):hover {
    background:linear-gradient(to top, rgb(16, 16, 16), rgb(31, 31, 31));
    color: darkorange;
    border-bottom: 5px solid darkorange;
}


.menubalk li:last-child {
    float: right;

    color: #ff8c00;
    padding-bottom: 5px;
    border-bottom:0px;
}
.menubalk li:last-child:hover {
    background-color: #ff8c00 !important;
    color: #2d2d2d;
}


.container{
    background-color:#252525;
    width:100%;
    padding: 25px 125px;
    float: left;
    height:auto;
}


.photo_menu{
    margin-top:150px;
    width:100%;
    background-color:black;
}

.photohomepage{
    width:100%;
    display:block;
}

.welkomTekst {
    background-color: #191919;
    width: 100%;
    padding: 25px 200px;
    background-image: url(../img/bg4.jpg);
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.text_homepage_titel{
    text-align:center;
    color: white;
    font-size:2em;
    font-weight:bold;
}

.text_homepage{
    color:white;
    text-align:center;
    margin: 20px 0;
}

.text_homepage span {
    font-size: 30px;
}

.center_button {
    margin: 0 auto;
    text-align: center;
    margin: 10px 0;

}

.left {
    text-align: left;
    margin: 20px 0;
}

.klikhier{
    color: darkorange;
    padding: 10px 30px;
    margin:auto;
    margin-top: 20px;
    border:solid 3px #ff8c00;
    border-radius: 3px;
    background: rgba(255, 255, 255,0);
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
}

.klikhier:hover {
    background: #ff8c00;
    color: #ffffff;
}
.abonnementen {
    padding: 25px 0px;
    margin: 0px 0px 0px;
    background-color:#0a0a0a;
}

.flex-container_abonnementen {
    display: flex;
    justify-content: center;
    padding: 10px 100px;
    text-align: left;
}

.flex-container_abonnementen>div {
    background-color: #1d1d1d;
    color: #ffffff;
    margin: 10px;
    padding:20px;
    width: 100%;
    box-shadow: 5px 7px 10px black;
    border: 3px solid darkorange;
    border-radius: 3px;
}

.flex-container_abonnementen>div:hover {
    background-color: #0e0e0e;
}

.flex-container_abonnementen h3 {
    text-align: center;
}


.flex-container_abonnementen li{
    list-style: none;
}
.flex-container_abonnementen li:before{
    content: '';
    display: inline-block;
    height: 13px;
    width: 20px;
    background-image: url("../img/check.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.flex-container_filmovericht {
    display: flex;
    justify-content: center;
    padding: 10px 50px;
}

.flex-container_filmovericht>div {
    background-color:#1d1d1d;
    color: #ffffff;
    margin: 10px;
    width: 100%;
    box-shadow: 5px 7px 10px black;
    border: 2px solid darkorange;
}

.flex-container_filmovericht>div:hover {
    background-color: #0a0a0a
}


.afbeelding_filmoverzicht_tekst {
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    color: #ffffff;
}


.afbeelding_filmoverzicht {
    width: 100%;

}

.pagina_titel {
    margin-top: 150px;
    text-align: center;
    padding:30px 0px;
}

.terug {
    text-align: left;
    color: darkorange;
    font-size: 15px;
    position: absolute;
    top: 50px;
    font-weight:bold;
}
video {
    width:100%;
    height: auto;
}

.trailerheader{
    margin: 0 auto;
    width: 75%;
}

.film_linkerkant{
    width: 40%;
    float: left;
    margin-top: 200px;
    padding: 0 0 0 200px;
    margin-bottom: 20px;
}

.film_rechterkant{
    width: 60%;
    float: left;
    margin-top: 200px;
    padding: 0 200px 0 100px;
    margin-bottom: 20px;
}

.film_beschrijving {
    color: #ffffff;
    padding: 10px 0;
}

.film_rechterkant span {
    font-size: 20px;
    padding-left: 20px;
}

.film_afbeelding {
    width: 100%;
    box-shadow: 5px 7px 10px black;
}

.trailer {
    margin: 0 auto;
    width: 75%;
    text-align: center;
    margin-bottom: 50px;
}

.ondertitel_trailer {
    text-align: center;
    margin: -20px 0 20px;
}

.footer{
    background-color:#191919;
    height:45px;
    width:100%;
    float: left;
    padding: 15px 80px;

}

.footer p {
    color: #ffffff;
}

/*Ruben CSS*/


.flex-container_abonnementen>.login {
    background-color: #1d1d1d;
    color: #ffffff;
    padding:20px;
    width: 40%;
    box-shadow: 5px 7px 10px black;
    border: 3px solid darkorange;
    border-radius: 3px;
    height:400px;
    margin-top:50px;
}

.forms{
    text-align:center;
    font-family:Arial;
}

.input{
    border: 2px red;
    width:60%;
    height:50px;
    font-size:20px;
    color:white;
    background-color:black;
    text-align:center;
    border-radius:2px;
}

.over-ons{
    text-align:center;
    background-image: url(../img/bg4.jpg);
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-office{
    width:100%;
    height:300px;
}

.registreren{
    top-margin:20px;
    text-align:center;
}

.login_form {
    display: flex;
    justify-content: center;
    padding: 10px 50px;
    padding-top: 100px;
}

.login_form>div {
    background-color: #1d1d1d;
    color: #ffffff;
    margin: 10px;
    padding:20px;
    width: 40%;
    box-shadow: 5px 7px 10px black;
    border: 3px solid darkorange;
    border-radius: 3px;
}

.abonnement_form{
    display: flex;
    justify-content: center;
    padding: 10px 50px;
}

.abonnement_form>div {
    background-color: #1d1d1d;
    color: #ffffff;
    margin: 10px;
    padding:20px;
    width: 40%;
    box-shadow: 5px 7px 10px black;
    border: 3px solid darkorange;
    border-radius: 3px;
}

.login{
    margin-top:150px;
    width:100%;
}

.logincontainer{
    margin-top:150px;
    width:100%;
    height:100%;
}
