@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');


body {
        position:absolute;
        background: #243849;
        font-family: "Anton", sans-serif;
    }

    a, span, div, label, p, h1, h2, h3, h4 {
        color: #e26306;
        font-family: Amiri;
    }

    #video_menu_start {
        position: fixed;
        overflow: hidden;
        top: 2.5vh;
        left: 0;
        width: 99vw;
        height: 95vh;
    }

    #video_menu_content {
        position: relative;
        top: 0;
        left: -0.7vw;
        width: 95vw;
        height: 95vh;
    }

    #video_element {
        position: relative;
        width: 98vw;
        left: 1vw;
    }

    #menu_points {
        position: absolute;
        top: calc(100vw / 2.2);
        left: 2vw;
        width: 100vw;
        display: inline-flex;
    }

    .menu_point {
        position: relative;
        margin-left: 9.7vw;
        color: #e26306;
        font-size: 2.5vw;
    }

    #content {
        position: absolute;
        top: calc(55vw);
        padding-bottom: 2rem;
    }

    #about_headline {
        position: relative;
        text-align: center;
        width: 100vw;
        font-size: 6vw;
    }

    #about_text {
        position: relative;
        float: right;
        width: 40vw;
        margin-right: 5vw;
    }

    #about_text p {
        font-size: 1.4rem !important;
    }

    #about_media {
        position: relative;
        float: left;
        width: 40vw;
        height: auto;
        margin-left: 5vw;
        border: #000 solid 1px;
    }

    #contact_left {
        position: relative;
        width: 40vw;
        float: left;
        margin-left: 5vw
    }

    #contact_right {
        position: relative;
        width: 40vw;
        float: left;
    }

    #contact_form {
        position: relative;
        width: 60vw;
    }

    #text_send {
        width: 40vw;
        height: 15vh;
        margin-left: 4vw;
    }

    #rand_number {
        margin-left: 4vw;
    }

    .form-label.sublabel {
        margin-left: 4vw;
        width: 15vw;
        display: inline-block;
    }

    footer {
        position: fixed;
        bottom: 0rem;
        font-size: 1rem;
        background: #274777;
        height: 2rem;
        margin-left: 30vw;
        width: 40vw;
    }

    footer a {
        margin-left: 6.5vw;
    }

    .object_short {
        position: relative;
        width: 25rem;
    }

    .object_image {
        position: relative;
        width: 25rem;
        margin-left: 5vw;
    }

    #objects_headline {
        position: relative;
        text-align: center;
    }

    #object_top {
        position: relative;
        left: 5vh;
        top: 5rem;
    }

    #object_bottom {
        position: relative;
        margin-top: 5rem;
    }

    #object_galery {
        position: relative;
        width: 40vw;
        float: left;
    }

    .media_smal {
        position: relative;
        width: 5rem;
        display: table;
        margin: 10px;
        cursor: pointer;
    }

    #object_galery_previews {
        position: relative;
        width: 7rem;
        float: left;
    }

    #media_preview {
        position: relative;
        float: left;
        width: 20rem;
    }

    @media all and (max-width:700px) {
        #about_media {
            width: 90%;
            height: auto;
            margin-left: 5vw;
            margin-right: 5vw;
        }
        #about_text {
            width: 90vw;
            margin-left: 5vw;
            margin-right: 5vw;
        }

        #contact_left {
            width: 90%;
            height: auto;
            margin-left: 5vw;
            margin-right: 5vw;
        }

        #contact_right {
            width: 90%;
            height: auto;
            margin-left: 5vw;
            margin-right: 5vw;
        }

        #contact_form {
            width: 80vw;
        }

        .object_short {
            display: table;
        }

    }


    @media all and (max-height:495px) {
        #menu_points {
            position: absolute;
            top: calc(100vw / 2.7);
            left: 2vw;
            width: 100vw;
            display: inline-flex;
        }

        .menu_point {
            position: relative;
            margin-left: 9.7vw;
            color: #e26306;
            font-size: 2.5vw;
        }
    }

    @media all and (max-height:830px) and (min-width: 701px) {
        #menu_points {
            position: absolute;
            top: calc(100vw / 2.4);
            left: 2vw;
            width: 100vw;
            display: inline-flex;
        }

        .menu_point {
            position: relative;
            margin-left: 9.7vw;
            color: #e26306;
            font-size: 2.5vw;
        }
    }

    @media all and (max-height:1200px) and (min-width: 900px) {
        #menu_points {
            position: absolute;
            top: calc(100vw / 2.4);
            left: 2vw;
            width: 100vw;
            display: inline-flex;
        }

        .menu_point {
            position: relative;
            margin-left: 9.7vw;
            color: #e26306;
            font-size: 2.5vw;
        }
    }

    @media all and (min-width: 2400px) {
        #menu_points {
            position: absolute;
            top: calc(100vw / 2.4);
            left: 2vw;
            width: 100vw;
            display: inline-flex;
        }

        .menu_point {
            position: relative;
            margin-left: 9.7vw;
            color: #e26306;
            font-size: 2.5vw;
        }
    }