html {
    overflow: hidden;
    font-size: 100%;
}
body {
    font-family: 'Open sans';
    margin: 0px !important;
    font-size: 16px;
    background: rgb(230,231,235);
    background: radial-gradient(ellipse at 50% 60%, rgba(230,231,235,1) 0%, rgba(188,191,204,1) 8%, rgba(101,141,175,1) 35%);
    background-size:cover;
}
iframe {
    opacity: 1 !important;
    width:900px;
    max-width:100%;
    height:auto!important;
    aspect-ratio:16 / 9;
}

.container {
    width: 100%;
    height: 100vh;
}

a:not([attr="href"]) {
    cursor: pointer;
}

.info {
    position: absolute;
    z-index: 2;
    margin-left: 38.396px;
    padding-right: 38.396px;
    margin-top: 1.5%;
    width: 358.396px;
    height: auto;
    border: white 1px solid;
    padding-left: 38.396px;
    padding-top: 1.5%;
    display: inline-block;
    backdrop-filter: blur(6px);
}
.info:hover {
    cursor: pointer;
}
p, li {
    font-family: 'Open sans';
    font-weight: 300;
    font-size: .75rem;
    color: white;
}
h1 {
    font-family: 'Roboto Condensed';
    font-weight: 900;
    color: white;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 2%;
    font-size:64px;
    font-size: clamp(32px, 8vw, 64px);
    opacity: 1;
}
h2 {
    font-family: 'Open sans';
    font-weight: 600;
    font-size:24px;
    font-size: clamp(18px, 4vw, 24px);
    color: white;
    font-variant: small-caps;
    font-feature-settings: normal;
}
h3 {
    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-variant: small-caps;
    font-size: 2rem;
    color: white;
}
h4 {
    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-variant: small-caps;
    font-size: 2rem;
    color: white;
    margin: 20px;
}
h5 {
    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-variant: small-caps;
    font-size: 1.5rem;
    color: white;
    margin: 20px;
}
h6 {
    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: white;
    margin: 20px;
}
h7 {
    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin: 20px;
    text-decoration: none;
    color: #003366;
}
hr {
    border: #0099cc 2px solid;
}
#formShow {
    display: block;
    position: relative;
    z-index: 5;
}
.getKit {
    width: 400px;
    height: 80px;
    background-color: #003366;
    opacity: .8;
    transition: .3s ease;
    float: right;
    margin-right: 1.5%;
    margin-top: 1.5%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#formShow:hover .getKit {
    opacity:1;
}
#btn_allweather {
    width: 100%;
    height: 40px;
    border: white 1px solid;
    border-left: none;
    margin-left: 0px;
    display: block;
}
#btns {
    position: absolute;
    z-index: 1;
    top: 0px;
    margin-top: 1.5%;
    margin-left: 475px;
    display: inline-block;
    width: 40px;
    height: 120px;
}
#btns a {
    display: block;
    backdrop-filter: blur(6px);
}
#btn_video {
    width: 100%;
    height: 40px;
    border: white 1px solid;
    border-top: none;
    border-left: none;
    margin-left: 0px;
    display: block;
}
area {
    background-color: purple;
}
#mapsOverlay {
    position: absolute;
    top: 0;
    left: 0;
}

#litBtn {
    top: 65%;
    left: 60%;
    font-size: 1em;
    cursor:pointer;
}
#litBtn:focus {
    outline: 0;
}
#blueUp {
    top: 58%;
    left: 44%;
    font-size: 1em;
}
#cleanUp {
    top: 52%;
    left: 49%;
    font-size: 1em;
}
#maskUp {
    top: 45%;
    left: 55%;
    font-size: 1em;
}
#map-img {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
#allweather_icon {
    width: 100%;
    height: 100%;
}
#video_icon {
    width: 100%;
    height: 100%;
}
.info_icon {
    width: 40px;
    height: 40px;
    background-color: #003366;
    opacity: .8;
    background-image: url(../img/Info_icon.png);
    background-size: cover;
    position: absolute;

}
.info_container {
    width: 360px;
    height: auto;
    background-color: #003366;
    opacity: .8;
    display: inline-block;
    position: relative;
    top: 0;
    left: 40px;
}
.info_venster {
    position: absolute;
    top: 40px;
    margin-right: 1.5%;
    width: 400px;
    padding-right: 1.5%;
    float: right;
    display: none;
}
.info_venster .close {
    position: absolute;
    z-index: 5;
    top:8px;
    right:calc(1.5% + 8px);
    width:26px;
    height:26px;
    cursor: pointer;
}
.info_venster .close::before, .info_venster .close::after {
    content:'';
    position: absolute;
    top:calc(50% - 1px);
    width:100%;
    height:2px;
    background-color: white;
    left:0;
    transform:rotate(-45deg);
}
.info_venster .close::after {
    transform:rotate(45deg);
}
.info_lineBlue {
    margin-left: 20px;
    margin-right: 20px;
}
.info_text {
    margin-left: 20px;
    margin-right: 20px;
}
.info_lineWhite {
    border: white 2px solid;
    margin-left: 20px;
    margin-right: 20px;
}

.cross {
    height: auto;
    width: 30px;
    float: right;
}
.overlay {
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 1000000000;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#cross_overlay_video,
#cross_overlay_info,
#cross_overlay_download {
    padding-right: 1.5%;
    padding-top: 1.5%;
    position: absolute;
    right: 0;
    top: 0;
}
#overlayContent {
    position: relative;
    width: 960px;
    max-width:calc(100% - 30px);
    max-height:90%;
    overflow-y:auto;
    overflow-x:hidden;
}

.infoVensters {
    position: absolute;
    top: 100px;
    right: 0;
    width: 400px;
    height: auto;
    float: right;
    padding-right: 1.5%;
}
#download_icon {
    width: 100%;
    height: 100%;
}
#btn_download {
    width: 100%;
    height: 40px;
    border: white 1px solid;
    border-top: none;
    border-left: none;
    margin-left: 0px;
    display: block;
}
.downloadBtn {
    width: 200px;
    height: 75px;
    background-color: white;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
}
.bg {
    background-color: #003366;
    opacity: .8;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1000000000;
}
.donwload {
    display: inline-block;
    margin: 20px;
    text-decoration: none;
    text-decoration-color: #0099cc;
}
a.donwload:hover {
    display: inline-block;
    margin: 20px;
    text-decoration: underline;
    text-decoration-color: #0099cc;
}
.desktop {
    width: 100vw;
    height: 100vh;
}

#sendInfo {
    position: absolute;
    z-index: 5;
    right: 0;
    top: 100px;
    display: none;
    width: 400px;
    height: auto;
    background-color: #003366;
    opacity: .8;
    float: right;
    margin-right: 1.5%;
    margin-top: 1.5%;
}

input {
    border: none;
    background-color: white;
    color:black;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 10px;
    height: 25px;
}

#formInner {
    padding: 40px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
}

form {
    font-family: "Roboto";
    color: white;
    font-weight: 100;
}

#send {
    display: none;
    margin: auto;
}

#error {
    display: none;
    margin: auto;
}

#response {
    height: 100%;
    width: 100%;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

#submit {
    margin-top: 10px;
}

#submit:hover {
    cursor: pointer;
}

.labelRenderer {
    z-index: 99;
    cursor: grab;
}
.labelRenderer:active {
    cursor: grabbing;
}
.label {
    position: relative;
    display: block;
    padding:4px 12px;
    color:white;
    background-color:#658daf;
    box-shadow:0 0 60px 0 rgba(0,0,0,0.36);
    cursor: pointer!important;
    transition: .3s ease;
}
.label::after {
    content:'i';
    font-family: serif;
    text-align: center;
    display: block;
    width:18px;
    height:18px;
    background:white;
    border-radius: 100px;
    color:#003366;
    position: absolute;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.16);
    top:0;
    left:0;
    transform:translateY(-40%) translateX(-55%);
}

.label:hover {
    background:#003366;
}

@media screen and (max-width:930px) {
    h1 {
        font-family: 'Roboto Condensed';
        font-weight: 900;
        color: white;
        margin: auto;
        z-index: 10;
    }
    .getKit {
        position: absolute;
        bottom:0;
        left:0;
        float:none;
        width:100%;
        z-index: 99;
        color: white;
        font-family: "Roboto";
        margin: auto;
        text-decoration: none;
        opacity:.95;
    }
    #formShow {
        display: block;
        position: static;
    }
    #sendInfo {
        box-sizing: border-box;
        left:0;
        width:100%;
        top:auto;
        float:none;
        opacity:.95;
        margin-right:0;
        margin-top:0;
        bottom:95px;
        max-height:calc(100% - 125px);
        overflow-y:auto;
        overflow-x:hidden;
    }
    .infoVensters {
        display: contents;
    }
    .info_venster {
        bottom:95px;
        z-index:99;
        top:auto;
        height:auto;
        max-height:calc(90vh - 115px);
        width:calc(100% - 30px);
        margin:0;
        float:none;
        left:15px;
        overflow-y:auto;
    }
    .info_container {
        width:100%;
        max-height:100%;
        overflow-y:auto;
        overflow-x:hidden;
        top:auto;
        left:auto;
        opacity:0.95;
    }
    
    .label {
        padding:4px 8px;
        font-size:14px;
        line-height: 16px;
    }
    .label::after {
        content:'i';
        font-size:14px;
        width:16px;
        height:16px;
    }

}
@media screen and (max-width:560px) {
    .info {
        margin-left:0;
        margin-top:0;
        top:15px;
        left:15px;
        width:calc(100% - 30px - 40px);
        right:15px;
        box-sizing: border-box;
        padding:15px 25px 0 25px;;
    }
    #btns {
        top:15px;
        margin-top:0;
        margin-left:0;
        right:15px;
        z-index: 5;
    }
    
    .label {
        padding:2px 6px;
        font-size:12px;
        line-height: 14px;
    }
    .label::after {
        content:'i';
        font-size:12px;
        width:14px;
        height:14px;
    }

}


