/* ==========================================================
   MASUREN.DIGITAL
   Grundlayout
========================================================== */

html,
body {

    margin: 0;
    padding: 0;

    width: 100%;
    height: 100%;

    overflow-x: hidden;

}

body{

    position: relative;

    min-height:100vh;

    background:#000;

}

/* ==========================================================
   Hauptkomponenten
========================================================== */

#arrival{

    position: relative;

    min-height:100vh;

}

#header{

    position:absolute;

    top:0;

    left:0;

    width:100%;

    z-index:100;

}

#visitor-center{

    position:relative;

}

#main{

    position:relative;

}

#footer{

    position:relative;

}