:root
{	
	--main-color:                   var(--color-vis-explorer);
	--main-color-2:                 var(--color-orange);

    --text-color:                   var(--color-vis-explorer);

    --menu-background-color:        var(--color-vis-explorer-05);
    	
	--headline-text-color:          #FFF;
	--headline-background-color:    var(--color-vis-explorer-08);

	--subheadline-text-color:       var(--color-vis-explorer);
	--subheadline-background-color: var(--color-vis-explorer-03);

    --header-box-headline-text-color:           #FFF;
    --header-box-headline-background-color:     var(--color-vis-explorer-08);
}

.block
{
    width: 80vw;
    max-width: 1000px;
    text-align: center;
    margin-bottom: 15vh;
}

h2
{
    color: var(--main-color);
    font-size: 150% !important;
    margin-bottom: 10px;
    padding: 0 5vw 0 5vw;
}

h2 b
{
    color: var(--main-color);
}

.box.main .headline
{
    width: 400px;
    text-align: left;
    padding: 50px 0 0 20px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}
.box.main .headline h1
{
    font-family: "lucida";
}
.box.main .subheadline
{
    position: relative;
    transform: unset;
    float: unset;
    left: 300px;
    width: calc(100% - 300px);
    margin: unset;
    text-align: center;
    margin-top: -70px;
    margin-bottom: 5vh;
    z-index: -1;
}


/* ====== header ======== */

.img.logo
{
    background-image: url("./img/vis.explorer.logo.noclaim.svg");
    filter: drop-shadow(3px 3px 3px #FFF);
}

.heroimage .img
{
    background-image: url("./img/hero.jpg");
    height: 80vh !important;
}

.box.header .headline
{
    position: relative;
    top: -1px;
    padding-bottom: 10vh !important;
}
.box.header .headline h1
{
    font-size: 200% !important;
    font-family: "sourcesanspro-thin";
}

.bubble
{
    font-size: 130%;
    font-family: "sourcesanspro-thin";
    line-height: 140%;
}
.bubble b
{
    display: block;
    font-size: 120%;
    font-family: "lucida" !important;
    margin-top: 10px;
    color: var(--headline-text-color);
}

.bubble.museum
{
    width: 220px;
    height: 160px;
    top: 35vh;
    left: calc(50vw - 10vw - 400px);
    background: var(--color-vis-explorer-08);
    display: flex;
    justify-content: center;
    align-items: center;
}
.bubble.museum::after
{
    left: 100%;
    background: var(--color-vis-explorer-08);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.bubble.home
{
    width: 240px;
    height: 160px;
    top: 15vh;
    left: calc(50vw + 10vh);
    background: var(--color-orange-08);
    display: flex;
    justify-content: center;
    align-items: center;
}
.bubble.home::after
{
    top: 60%;
    background: var(--color-orange-08);
}


/* ====== intro box ======== */

.intro h1
{
    color: #000;
    margin: 50px 0px 30px 0px;
}
.intro h2
{
    font-size: 160% !important;
    padding: 0 10vw 0 10vw;
}

.intro .col.museum
{
    position: relative;
    left: 0px;
    width: 46%;
    max-width: 500px;
    text-align: center;    
}
@media (min-width: 1200px)
{
    .intro .col.museum
    {
        left: calc((46% - 500px)/2);
        width: 500px;
    }
}
.intro .col.museum img
{
    width: 90%;
    max-width: 560px;
    margin-top: 1vw;
}
.intro .col.home
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 46%;
    max-width: 500px;
    text-align: center;
}
@media (min-width: 1200px)
{
    .intro .col.home
    {
        right: calc((46% - 500px)/2);
        width: 500px;
    }
}
.intro .col.home img
{
    width: 100%;
    max-width: 600px;
    margin-top: 5vw;
}

.intro .col.museum *
{
    color: var(--color-main) !important;
}

.intro .col.home *
{
    color: var(--color-orange-dark) !important;
}


/* ====== features box ======== */

@media (min-width: 1024px)
{
    .block.features p
    {
        padding: 0 10vw 0 10vw;
    }
}

.subheadline.features
{
    padding-left: 140px;
}

.block.features .feature-list
{
    position: relative;
    text-align: center;
    margin-top: 5vh;
}
.block.features .feature-list img
{
    position: relative;
    width: 14vw;
    min-width: 180px;
    min-width: 100px;
    margin-bottom: 10vh;
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));
}
.block.features .feature-list .dotline
{
    position: absolute;
    top: 14vw;
    left: calc(50% - 5px);
    width: 10px;
    height: calc(100% - 24vw);
    background-image: url("./img/dot2.svg");
    background-repeat: repeat-y;
    background-position: center;
    z-index: -1;
    opacity: 0.2;
}
.block.features .feature-list h1
{
    color: var(--color-vis-explorer)
}

.feature-icon
{
    width: 10vw;
    height: 10vw;
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
    background: hsla(120, 50%,  50%, 1.0);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    margin: 0 auto;
}
.feature.pano .feature-icon
{
    background-image: url("./img/icon.pano.svg");
}
.feature.multiuse .feature-icon
{
    background-image: url("./img/icon.multiuse.svg");
}
.feature.userinfo .feature-icon
{
    background-image: url("./img/icon.user.svg");
    background-size: 50%;
}
.feature.multiplatform .feature-icon
{
    background-image: url("./img/icon.multiplatform.svg");
}
.feature.vrar .feature-icon
{
    background-image: url("./img/icon.vr.svg");
}
.feature.localisation .feature-icon
{
    background-image: url("./img/icon.beacon.svg");
}


/* ====== benefits box ======== */
.benefits .col h1
{
    color: #000;
    margin: 50px 0px 30px 0px;
}
.benefits .col.museum *
{
    color: var(--color-main) !important;
}
.benefits .col.guest *
{
    color: var(--color-orange-dark) !important;
}

.benefits .col.guest
{
    position: relative;
    left: 0px;
    width: 46%;
    max-width: 500px;
    text-align: center;
    float: left;
}
@media (min-width: 1200px)
{
    .benefits .col.guest
    {
        left: calc((46% - 500px)/2);
        width: 500px;
    }
}
.benefits .col.museum
{
    position: relative;
    top: 0px;
    right: 0px;
    width: 46%;
    max-width: 500px;
    text-align: center;
    float: right;
}
@media (min-width: 1200px)
{
    .benefits .col.museum
    {
        right: calc((46% - 500px)/2);
        width: 500px;
    }
}


/* ====== finance box ======== */

.headline.finance
{
    width: 540px !important;
}
.subheadline.finance
{
    padding-left: 220px;
}

.block.finance img
{
    width: 100%;
    margin: 5vh 0 5vh 0;
}

.block.finance p
{
    margin: 0vh 6vw 1vh 6vw;
}



/* ====== background-icon ======== */

.background-icon
{
    position: relative;
    width: 16vw;
    height: 16vw;
    max-width: 180px;
    max-height: 180px;
    min-width: 100px;
    min-height: 100px;
    margin: 0 auto;
}
.background-icon .background
{
    width: 16vw;
    height: 16vw;
    max-width: 180px;
    max-height: 180px;
    min-width: 100px;
    min-height: 100px;
    top: -5%;
    left: -5%;
    border-radius: 50%;
}
.background-icon .icon
{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 16vw;
    height: 16vw;
    max-width: 180px;
    max-height: 180px;
    min-width: 100px;
    min-height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(10px 5px 10px rgba(0,0,0,0.3));
    filter: drop-shadow(10px 5px 10px rgba(0,0,0,0.3));
}

.background-icon.home .background
{
    background: var(--color-orange);
}
.background-icon.museum .background
{
    background: var(--color-vis-explorer);
}
.background-icon.guest .background
{
    background: var(--color-orange);
}

.background-icon.home .icon
{
    background-image: url("./img/icon.home.svg");
}
.background-icon.museum .icon
{
    background-image: url("./img/icon.museum.svg");
}
.background-icon.guest .icon
{
    background-image: url("./img/icon.group.svg");
}


@media (max-width: 800px)
{
    .heroimage .img{
        background-image: url("./img/heros.jpg");
        background-size: cover;
        height: 80vh !important;
    }

    .box.header .headline {
        top: unset;
        width: 100vw;
        font-size: 105%;
        line-height: 220%;
        padding-bottom: 5vh !important;
    }

    .bubble.museum {
        top: 13vh;
        left: 20vw;
    }
    .bubble.home {
        top: 50vh;
        left: 10vw;
    }

    .block
    {
        margin-left: 5vw;
        margin-right: 5vw;
        width: 90vw;
    }
    
    .box.header
    {
        margin-bottom: 10vh;
    }
            
    .box.main .headline {
        left: 0px;
        width: 90% !important;
        font-size: 120%;
        margin-left: -5vw;
    }
    .box.main .subheadline {
        padding: 10px 20px 10px 20px;
        left: 0px;
        width: 100vw;
        margin-top: -5px;
        margin-left: -5vw;
    }

    .block.finance .headline{
        font-size: 105%;
    }
     
    .block.finance img {
        width: 100vw;
        margin-left: -5vw;
    }   
}
@media (max-width: 480px)
{
    .bubble {
        font-size: 100%;
    }
    .bubble:after {
        width: 30px;
    }
    .bubble.museum {
        width: 160px;
        height: 100px;
        top: 20vh;
        left: 10vw;
    }
    .bubble.home {
        width: 160px;
        height: 100px;
        top: 44vh;
        left: 2vw;
    }
 }

