html,
body {
    background-color: #dbdbdb;
    color: #636b6f;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    height: 100vh;
    margin: 0;
}

.topbild {
    margin-top: 20px;
    width: 960px;
    border-radius: 12px;
}

.mp4 {
    margin-left: -10px;
}
.textwidth {
    width: 960px;
    color: #636b6f;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 50px;
    padding-right: 10px;
}

.movie_table {
    width: 960px;
}

.movie_left_td {
    width: 475px;
    color: #636b6f;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 50px;
    padding-top: 20px;
}

.movie_right_td {
    width: 475px;
    color: #636b6f;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 50px;
    padding-right: 10px;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
    width: 960px;
}

.bokningForm {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: 0;
}

.title {
    margin-bottom: 30px;
}

.links {
    color: #636b6f;
    padding: 0 25px;
    font-size: 30px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 50px;
}

.email {
    color: #636b6f;
    padding: 0;
    font-size: 30px;
    font-weight: 500;
    text-decoration: none;
}

.m-b-md {
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
}

.error {
    color: red;
    font-size: 16px;
}

@media only screen and (max-width: 1199px) {
    .topbild {
        width: 900px;
    }

    .content {
        text-align: center;
        width: 900px;
    }

    .textwidth {
        width: 900px;
        color: #636b6f;
        padding-left: 20px;
        font-size: 20px;
        font-weight: 500;
        text-decoration: none;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 899px) {
    .logo {
        width: 250px;
    }

    .topbild {
        width: 700px;
    }

    .content {
        text-align: center;
        width: 700px;
    }

    .textwidth {
        width: 700px;
        color: #636b6f;
        padding-left: 20px;
        font-size: 20px;
        font-weight: 500;
        text-decoration: none;
        margin-top: 50px;
    }
}

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

    .logo {
        width: 250px;
    }

    .topbild {
        width: 320px;
        border-radius: 12px;
    }

    .content {
        text-align: center;
        width: 360px;
    }

    .textwidth {
        width: 370px;
        color: #636b6f;
        padding-left: 20px;
        font-size: 18px;
        font-weight: 500;
        text-decoration: none;
        margin-top: 50px;
    }


    .email {
        color: #636b6f;
        padding: 0;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
    }

    .m-b-md {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .error {
        color: red;
        font-size: 12px;
    }
}