/* BG */

body {
    background-color: black;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    color: white;
}

/* Fonts */

h1 {
    font-size: 50px;
    font-family: "Druk-Bold", sans-serif;
    color: white;
}

h2 {
    font-size: 30px;
    font-family: "DrukText-Medium", sans-serif;
    color: white;
}

h3 {
    font-size: 12px;
    font-family: "DrukText-Medium", sans-serif;
    color: white;
}

h5 {
    font-size: 100px;
    color: #666666;
    font-family: "Druk-Bold", sans-serif;
}


/* LINK */

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: #818181;
    text-decoration: none;
}

/* STATIC PAGE */

/* Canvas / 3D Stuff */

canvas {
    border: none;
    outline: none;
}

/* Truth Szeno THREE */
#animation {
    padding-top: 70px;
}


/* Head */
#truth_head {
    position: absolute;
    width: 100%;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}

/* Title */

#titel {
    height: 50px;
    width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 10px;
}

/* MENU */

#menu_btn {
    height: 30px;
    width: 35px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 22px;
    margin-right: 5%;
    z-index: 2;
    cursor: pointer;
    text-align: center;
    font-size: 43px;
}

/* LINES */

#menu_line_top {
    width: 100%;
    height: 4px;
    background-color: white;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 3;
    transform-origin: top left;
    transition: 1s;
}

#menu_line_center {
    width: 100%;
    height: 4px;
    background-color: white;
    top: 13px;
    position: absolute;
    z-index: 3;
    transition: 1s;
}

#menu_line_bottom {
    width: 100%;
    height: 4px;
    background-color: white;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 3;
    transform-origin: bottom left;
    transition: 1s;

}

/*MENU COVER */
#menu_cover {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: 1s;
    background-color: white;
    text-align: center;
    padding-top: 100px;
    font-size: 100px;
    color: #000000;
    font-family: "Druk-Bold", sans-serif;
    line-height: 0;
    display: none;
}

/* MENU POS*/

#menu_pos {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    padding-bottom: 10px;
    padding-left: 2px;
}

/* VIRTUAL PAGE */
/*START COVER */
#cover {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 1;
    position: fixed;
    opacity: 1;
    background-color: white;
    cursor: pointer;
    transition: 1s;
}

/* start BTN*/
#start_btn {
    width: 80%;
    height: 80%;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #555555;
    transition: 1s;
}

#start_btn:hover {
    color: black;
}

/*START FOOTER */

#start_footer {
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    position: absolute;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
    text-align: center;
}

/* SCENE COVER */

#scene_cover {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 1;
    position: absolute;
    background-color: white;
    transition: opacity 400ms ease-in-out;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#scene_switch_text {
    width: 400px;
    height: 100px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 300%;
    color: #666666;
    transition: opacity 400ms ease-in-out;
    opacity: 1;
    display: flex;
}

#scene_cover.hidden,
#scene_cover.hidden #scene_switch_text {
    display: none;
    opacity: 0;
}

#scene_cover img {
    width: 400px;

}

/* CONTROL BAR */
#control_bar {
    height: 50px;
    width: 100%;
    left: 0;
    margin-bottom: 0;
    position: absolute;
}

#control_info_btn {
    width: 40px;
    height: 30px;
    background-image: url(../img/icons/control.png);
    border-radius: 3px;
    position: absolute;
    margin-left: 40px;
    margin-bottom: 5px;
    cursor: pointer;

}

#control_info_field {
    height: 80px;
    width: 600px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    margin-left: 40px;
    margin-bottom: 50px;
    padding-top: 10px;
    padding-left: 10px;
    bottom: 0;
    opacity: 0;
    transition: 1s;
    background-color: white;
    color: black;
}

/* PLAY / PAUSE */
#play_btn {
    height: 30px;
    width: 30px;
    margin-left: 100px;
    margin-bottom: 50px;
    position: absolute;
    background-image: url(../img/icons/pause.png);
    cursor: pointer;

}

#play_btn:hover {
    background-image: url(../img/icons/play.png)
}

/*SCENE INFO*/
#szene_info_line {
    height: 1px;
    width: 40%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    top: 15px;
    position: relative;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.945);
    display: flex;
    justify-content: space-between;
}

#scene_info {
    height: 50px;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: -50px;
    bottom: 0;
    background-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 1s;
    opacity: 0;
    color: black;
}

.scene-btn {
    height: 20px;
    width: 20px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid white;
    background-color: black;
    margin-top: -10px;
    transition: background-color 300ms ease;
}

.scene-btn:hover,
.scene-btn.active {
    background-color: #fff;
}

#audio_control0 {
    width: 30px;
    height: 30px;
    right: 0;
    margin-right: 120px;
    margin-bottom: 5px;
    position: absolute;
    background-image: url(../img/icons/headphne.png);
    cursor: pointer;
}

#audio_control1 {
    width: 30px;
    height: 30px;
    background-image: url(../img/icons/headphne.png);
    right: 0;
    margin-right: 80px;
    margin-bottom: 5px;
    position: absolute;
    cursor: pointer;
}

#audio_control2 {
    width: 30px;
    height: 30px;
    background-image: url(../img/icons/headphne.png);
    right: 0;
    margin-right: 40px;
    margin-bottom: 5px;
    position: absolute;
    cursor: pointer;
}

/*START PAGE*/
#go_virtuel {
    width: 400px;
    height: 100px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
    font-size: 300%;
    color: #555555;
    opacity: 0;
    transition: 10s;
}

#go_virtuel a {
    color: #ffffff;
}

#go_virtuel a:hover {
    color: #666;
}

/*??*/
#virtual {
    margin-left: auto;
    margin-right: auto;
    display: block;
    outline: none;
}
