﻿body, html {
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    /*font-family: Montserrat, "Helvetica Neue", Helvetica, sans-serif;*/
    color: black;
}


.bg {
    /*background-image: url("img/starmaniabg.jpg");*/
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.bottomright {
    position: fixed;
    bottom: 5px;
    right: 5px;
}

    .bottomright a:link {
        color: whitesmoke;
    }

    .bottomright a:hover {
        color: whitesmoke;
    }

    .bottomright a:visited {
        color: whitesmoke;
    }

    .bottomright a:active {
        color: whitesmoke;
    }

.makegreen {
    background: green;
}

.makegreen2 {
    background: linear-gradient(to bottom, #46f70f, #008033) !important;
}

.titlebox {
    height: 10vw;
}

.vertical-center-container {
    position: relative;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.both-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vh2spacer {
    height: 2vh;
    clear: both;
}

.vh5spacer {
    height: 5vh;
    clear: both;
}

.vh10spacer {
    height: 10vh;
    clear: both;
}

.vh20spacer {
    height: 20vh;
    clear: both;
}

.px20spacer {
    height: 20px;
    clear: both;
}

.px40spacer {
    height: 40px;
    clear: both;
}

.px60spacer {
    height: 60px;
    clear: both;
}

.px120spacer {
    height: 120px;
    clear: both;
}

.form-control::placeholder {
    color: darkgrey;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: darkgrey;
}

.form-control::-ms-input-placeholder {
    color: darkgrey;
}

.bigform {
    position: relative;
    background: rgba(255,255,255,0.4);
    backdrop-filter: blur(10px);
    border-radius: 5px;
    padding: 12px;
}

.bottom {
    width: 100%;
    position: absolute;
    bottom: 10px;
}

.whiteshadow {
    text-shadow: 2px 2px 4px #FFFFFF;
}

.dZHidden {
    display: none;
    color: black;
}

.dZUpload {
    clear: both;
    width: 100%;
    min-height: 120px;
    height: 100%;
}

.dropzone {
    opacity: 0.7;
    /*min-height: 50vh;*/
    border: unset;
}

.dropzone .dz-preview {
    margin: 6px;
    min-height: unset;
}

.dropzone .dz-preview .dz-image {
    border-radius: 10px;
    height: 60px;
    opacity: 1;
    min-width: 230px;
}

.dropzone .dz-preview .dz-details {
    padding: 1em 1em;
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 0.5em;
}

.dropzone .dz-preview .dz-details .dz-size span {
    background-color: unset;
}

.dropzone .dz-preview .dz-details .dz-filename span {
    background-color: unset;
}

.dropzone .dz-preview .dz-progress {
    height: 8px;
    left: unset;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.dz-message, .dropzone .dz-message {
    font-size: 17px;
    justify-content: center;
    align-items: center;
    display: block !important;
    color: black;
}

.dropzone.dz-started .dz-message {
    display: block;
    margin-top: unset;
    margin-bottom: 14px;
}

.fix500 {
    max-width: 500px;
    width: 500px;
}

.gdpr_box {
    position: relative;
    background: rgba(255,255,255,0.8);
    color: black;
    border-radius: 10px;
    padding: 30px;
}

.gdpr_container {
    display: none;
    background: ghostwhite;
    color: black;
    padding: 30px;
    text-align: justify;
    border-radius: 20px;
    position: absolute;
    z-index: 999;
}

@media only screen and (min-width: 768px) {
    /*.bigform {
        min-width: 500px;
    }*/
}


.smlogo {
    min-height: 120px;
    background-image: url(img/starmanialogo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 30px;
}

.indeedlogo {
    min-height: 60px;
    background-image: url(/img/indeedlogo2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.a4mlogo {
    height: 6vh;
    background-image: url(img/a4mlogo2.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 10px;
    margin-left: 10px;
    max-height: 60px;
    width: 20vw;
    max-width: 900px;
    min-width: 250px;
}

.vimeo-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}


.vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.noPointerEvents {
    pointer-events: none;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bg1 {
    /*background-image: url("https://w.wallhaven.cc/full/8o/wallhaven-8o7lmo.jpg");*/
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: -10;
}

.bg2 {
    /*background-image: url("https://w.wallhaven.cc/full/j5/wallhaven-j5mz95.png");*/
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: -5;
    opacity: 0;
}

.krewenkacontainer {
    margin-bottom: 10px;
    margin-right: 10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.krewenkacontainer h4 {
    margin-top: 14px;
    font-size: 20px;
    float: left;
    color: white;
}

.krewenkacontainer img {
    float: right;
    height: 50px;
}

.krewenkacontainer a {
    text-decoration: none !important
}

@media screen and (max-width: 470px) {
    .gdpr_container {
        top: 0px;
    }

    .krewenkacontainer h4 {
        font-size: 14px;
        margin-top: 7px;
    }
    .krewenkacontainer img {

        height: 30px;
    }
}
