* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    -ms-content-zooming: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fa {
    width: 100% !important;
}

html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #fff;
}

a:hover {
    text-decoration: none;
}

.control-inner h1 {
    font-family: 'Roboto', sans-serif !important;
    text-align: center;
    color: rgb(255, 255, 255);
}

#whoami .control-inner .center {
    margin-left: auto;
    margin-right: auto;
}


/* 
#whoami .control-inner {
    height: 320px;
} */

#intro {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-family: 'Roboto', sans-serif !important;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    color: rgb(119, 109, 110);
    background-color: white;
    display: table;
}

#intro #wrapper {
    width: 800px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    display: table-cell;
    vertical-align: middle;
}

#intro #music {
    position: absolute;
    bottom: 15px;
    width: 200px;
    right: 15px;
    color: #1C77A0;
    font-size: 26px;
}

#intro i {
    position: absolute;
    right: -5px;
    bottom: 5px;
    right: 125px;
}

#intro a#skip_intro {
    position: absolute;
    top: 0;
    right: 60px;
}

#intro #move {
    display: block;
    margin: 0 auto;
}

.control-inner img {
    max-width: 90%;
}

#logo img {
    max-width: 100%;
}

/* #intro img {
    max-width: 90%;
    display: block;
    margin: auto;
} */

#whoami a {
    color: #15739F;
    text-decoration: underline !important;
}

#intro h1 {
    text-transform: uppercase;
    font-size: 42px;
    padding-top: 150px;
    text-align: center;
}

#intro p {
    font-size: 28px;
    padding-top: 150px;
    text-align: center;
}

.viewControlButton .fa {
    text-align: center;
    display: inline-block;
    width: 100%;
    color: white;
}

.modal.modal-wide .modal-dialog {
    width: 90%;
    height: 90%;
}

#welcome .modal-content {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: white;
    transition: background 1s ease-in-out;
    opacity: 0.8;
}

.modal-content {
    height: auto;
    min-height: 100%;
}

#withoutmusic {
    float: left;
}

#withmusic {
    float: right;
    padding-right: 15px;
}

.modal-backdrop {
    background-color: white !important;
}

strong {
    color: #1C77A0 !important;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 2s linear !important;
    transition: opacity 2s linear !important;
}

.modal-content {
    padding-left: 20px;
}

#titleBar {
    visibility: hidden;
}

#logo {
    max-width: 50%;
    position: absolute;
    top: 15px;
    left: 20px;
    position: absolute;
}

.control-outer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.control-inner img {
    display: table-caption;
    margin: 0 auto;
}

#whoami .control-inner {
    background-color: rgba(255, 255, 255, 0.85);
}

.control-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    /* background-color: rgba(255, 255, 255, 0.85); */
    font-size: 14px;
}

.control-inner img {
    padding-top: 25px;
    padding-bottom: 25px;
}

.modal-dialog.fullscreen {
    width: 95%;
    height: 95%;
    margin: 0;
    padding: 0;
}

.fullscreen .modal-content {
    height: auto;
    min-height: 88%;
    border-radius: 0;
}

.fullscreen .modal-content img {
    height: auto;
    min-height: 88%;
    border-radius: 0;
    float: left;
}

#logo_story a {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 20px;
    height: 35px;
    background-image: url("img/storygraaf.png");
    padding: 0px;
}

#logo_story a:hover {
    z-index: 99999999;
    width: 193px;
    background-image: url("img/storygraafwtext.png");
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#logo_story:hover i.fa {
    visibility: hidden;
}

#logo_story:hover {
    border-left: 0px solid red;
    background-image: url("img/storygraaf.png");
}

#sceneListToggle {
    visibility: hidden;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
    /* Adjusts for spacing */
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-content img {
    padding-right: 16px;
}

.modal-dialog {
    margin: 30px auto;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

a,
a:hover,
a:active,
a:visited {
    text-decoration: none;
    color: inherit;
}

#pano {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


/* If there is a fullscreen button the title bar must make space for it */

body.fullscreen-enabled #titleBar {
    right: 80px;
}

body.fullscreen-enabled.mobile #titleBar {
    right: 100px;
}


/* If there are multiple scenes the title bar must make space for the scene list toggle */

body.multiple-scenes #titleBar {
    left: 40px;
}

body.multiple-scenes.mobile #titleBar {
    left: 50px;
}

body.fullscreen-enabled #fullscreenToggle {
    display: block;
}

.icon {
    color: #1C77A0;
    text-align: center;
    vertical-align: bottom;
}

.mobile #fullscreenToggle .icon {
    top: 10px;
    right: 10px;
}

#fullscreenToggle .icon.on {
    display: none;
}

#fullscreenToggle .icon.off {
    display: block;
}

#fullscreenToggle.enabled .icon.on {
    display: block;
}

#fullscreenToggle.enabled .icon.off {
    display: none;
}

#autorotateToggle {
    display: block;
    position: absolute;
    top: 120px;
    right: 0;
}

.icon#play {
    display: block;
    position: absolute;
    top: 0;
    right: 80px;
    width: 40px;
    height: 40px;
    padding: 5px;
    color: white;
    background-color: #1C77A0;
}

.icon#stop {
    display: block;
    position: absolute;
    top: 0;
    right: 80px;
    width: 40px;
    height: 40px;
    padding: 5px;
    color: white;
    background-color: #1C77A0;
}

.mobile #autorotateToggle {
    width: 50px;
    height: 50px;
}


/* If there is a fullscreen button, autorotate must placed a bit to the left */

body.fullscreen-enabled #autorotateToggle {
    /* right: 40px;*/
}

body.fullscreen-enabled.mobile #autorotateToggle {
    right: 50px;
}

.mobile #autorotateToggle .icon {
    top: 10px;
    right: 10px;
}

#autorotateToggle .icon.on {
    display: none;
}

#autorotateToggle .icon.off {
    display: block;
}

#autorotateToggle.enabled .icon.on {
    display: block;
}

#autorotateToggle.enabled .icon.off {
    display: none;
}


/* Hide scene list when only a single scene exists */

body.single-scene #sceneList,
body.single-scene #sceneListToggle {
    display: none;
}


/* Link hotspot */

.link-hotspot {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    opacity: 0.9;
    transition: opacity 0.2s;
    cursor: pointer;
}

.no-touch .link-hotspot:hover {
    opacity: 1;
}

.mobile .link-hotspot {
    width: 70px;
    height: 70px;
}

.link-hotspot-icon {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.link-hotspot-tooltip {
    position: absolute;
    left: 100%;
    top: 14px;
    /* ( 60 - (16 + 2*8) ) / 2 */
    margin-left: 3px;
    font-size: 16px;
    max-width: 300px;
    padding: 8px 10px;
    border-radius: 1px;
    background-color: rgb(58, 68, 84);
    font-family: 'Roboto', sans-serif;
    background-color: rgba(255, 255, 255, 0.7);
    color: #15739F;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
    -ms-transform: translateX(-8px);
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    transition: -ms-transform 0.3s, -webkit-transform 0.3s, transform 0.3s, opacity 0.3s;
}

.mobile .link-hotspot {
    top: 19px;
    /* ( 70 - (16 + 2*8) ) / 2 */
}

.no-touch .link-hotspot:hover .link-hotspot-tooltip {
    opacity: 1;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}


/* Prevent tooltip from triggering */

.link-hotspot-tooltip {
    pointer-events: none;
}

.no-touch .link-hotspot:hover .link-hotspot-tooltip {
    pointer-events: all;
}


/* Fallback mode without pointer-events (IE8-10) */

.tooltip-fallback .link-hotspot-tooltip {
    display: none;
}

.no-touch .tooltip-fallback .link-hotspot:hover .link-hotspot-tooltip {
    display: block;
}


/* Info hotspot */

.info-hotspot {
    line-height: 1.2em;
    opacity: 0.9;
    transition: opacity 0.2s 0.2s;
}

.no-touch .info-hotspot:hover {
    opacity: 1;
    transition: opacity 0.2s;
}

.info-hotspot.visible {
    opacity: 1;
}

.info-hotspot .info-hotspot-header {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #EEE;
    cursor: pointer;
    transition: width 0.3s ease-in-out 0.5s, border-radius 0.3s ease-in-out 0.5s;
}

.mobile .info-hotspot .info-hotspot-header {
    width: 50px;
    height: 50px;
    border-radius: 25px;
}

.desktop.no-touch .info-hotspot .info-hotspot-header:hover {
    width: 260px;
    border-radius: 5px;
    transition: width 0.3s ease-in-out, border-radius 0.3s ease-in-out;
}

.desktop .info-hotspot.visible .info-hotspot-header,
.desktop.no-touch .info-hotspot.visible .info-hotspot-header:hover {
    width: 260px;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    transition: width 0.3s ease-in-out, border-radius 0.3s ease-in-out;
}

.info-hotspot .info-hotspot-icon-wrapper {
    width: 40px;
    height: 40px;
}

.mobile .info-hotspot .info-hotspot-icon-wrapper {
    width: 50px;
    height: 50px;
}

.info-hotspot .info-hotspot-icon {
    width: 90%;
    height: 90%;
    margin: 5%;
}

.info-hotspot .info-hotspot-title-wrapper {
    position: absolute;
    left: 40px;
    top: 0;
    width: 0;
    height: 40px;
    padding: 0;
    overflow: hidden;
    transition: width 0s 0.4s, padding 0s 0.4s;
}

.desktop .info-hotspot.visible .info-hotspot-title-wrapper,
.desktop.no-touch .info-hotspot .info-hotspot-header:hover .info-hotspot-title-wrapper {
    width: 220px;
    padding: 0 5px;
    transition: width 0s 0.4s, padding 0s 0.4s;
}

.info-hotspot .info-hotspot-title-wrapper:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.info-hotspot .info-hotspot-title {
    display: inline-block;
    vertical-align: middle;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.info-hotspot .info-hotspot-close-wrapper {
    position: absolute;
    left: 260px;
    top: 0;
    height: 40px;
    width: 40px;
    border-top-right-radius: 5px;
    background-color: #EEE;
    ;
    visibility: hidden;
    -ms-transform: perspective(200px) rotateY(90deg);
    -webkit-transform: perspective(200px) rotateY(90deg);
    transform: perspective(200px) rotateY(90deg);
    -ms-transform-origin: 0 50% 0;
    -webkit-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
    transition: -ms-transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s, transform 0.3s 0.3s, visibility 0s 0.6s;
    -webkit-transition: -webkit-transform 0.3s 0.3s, visibility 0s 0.6s;
}

.desktop .info-hotspot.visible .info-hotspot-close-wrapper {
    visibility: visible;
    -ms-transform: perspective(200px) rotateY(0deg);
    -webkit-transform: perspective(200px) rotateY(0deg);
    transform: perspective(200px) rotateY(0deg);
    transition: -ms-transform 0.3s, -webkit-transform 0.3s, transform 0.3s, visibility 0s 0s;
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
}

.info-hotspot .info-hotspot-close-icon {
    width: 70%;
    height: 70%;
    margin: 15%;
}

.info-hotspot .info-hotspot-text {
    position: absolute;
    width: 300px;
    height: auto;
    max-height: 200px;
    top: 40px;
    left: 0;
    padding: 10px;
    background-color: #EEE;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow-y: auto;
    visibility: hidden;
    -ms-transform: perspective(200px) rotateX(-90deg);
    -webkit-transform: perspective(200px) rotateX(-90deg);
    transform: perspective(200px) rotateX(-90deg);
    -ms-transform-origin: 50% 0 0;
    -webkit-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    transition: -ms-transform 0.3s, -webkit-transform 0.3s, transform 0.3s, visibility 0s 0.3s;
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.desktop .info-hotspot.visible .info-hotspot-text {
    visibility: visible;
    -ms-transform: perspective(200px) rotateX(0deg);
    -webkit-transform: perspective(200px) rotateX(0deg);
    transform: perspective(200px) rotateX(0deg);
    transition: -ms-transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s, transform 0.3s 0.3s, visibility 0s 0s;
    -webkit-transition: -webkit-transform 0.3s 0.3s, visibility 0s 0s;
}


/* Info hotspot modal */

.desktop .info-hotspot-modal {
    display: none;
}

.info-hotspot-modal {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 11000 !important;
    background-color: rgba(0, 0, 0, .5);
    line-height: 1.2em;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out 0.5s, visibility 0s 0.7s;
}

.info-hotspot-modal.visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease-in-out, visibility 0s 0s;
}

.info-hotspot-modal .info-hotspot-header {
    position: absolute;
    top: 60px;
    left: 10px;
    right: 10px;
    width: auto;
    height: 50px;
    background-color: rgb(103, 115, 131);
    background-color: rgba(103, 115, 131, 0.8);
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0.2s;
}

.info-hotspot-modal.visible .info-hotspot-header {
    opacity: 1;
    transition: opacity 0.3s ease-in-out 0.2s;
}

.info-hotspot-modal .info-hotspot-icon-wrapper {
    width: 50px;
    height: 50px;
}

.info-hotspot-modal .info-hotspot-icon {
    width: 90%;
    height: 90%;
    margin: 5%;
}

.info-hotspot-modal .info-hotspot-title-wrapper {
    position: absolute;
    top: 0;
    left: 50px;
    right: 50px;
    width: auto;
    height: 50px;
    padding: 0 10px;
}

.info-hotspot-modal .info-hotspot-title-wrapper:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.info-hotspot-modal .info-hotspot-title {
    display: inline-block;
    vertical-align: middle;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.info-hotspot-modal .info-hotspot-close-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: rgb(78, 88, 104);
    background-color: rgba(78, 88, 104, 0.8);
    cursor: pointer;
}

.info-hotspot-modal .info-hotspot-close-icon {
    width: 70%;
    height: 70%;
    margin: 15%;
}

.info-hotspot-modal .info-hotspot-text {
    position: absolute;
    top: 110px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 10px;
    background-color: rgb(58, 68, 84);
    background-color: rgba(58, 68, 84, 0.8);
    overflow-y: auto;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.info-hotspot-modal.visible .info-hotspot-text {
    opacity: 1;
    transition: opacity 0.3s ease-in-out 0.4s;
}


/* View control buttons */

.viewControlButton {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 40px;
    padding: 5px;
    background-color: #1C77A0;
    ;
    border: 1px solid #ddd;
}

body.view-control-buttons .viewControlButton {
    display: block;
}


/* Hide controls when width is too small */

@media ( max-width: 600px) {
    body.view-control-buttons .viewControlButton {
        display: none;
    }
}

.viewControlButton .icon {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
}


/* Center is at margin-left: -20px */

.viewControlButton-0 {
    margin-left: -195px;
}

.viewControlButton-1 {
    margin-left: -145px;
}

.viewControlButton-2 {
    margin-left: -95px;
}

.viewControlButton-3 {
    margin-left: -45px;
}

.viewControlButton-4 {
    margin-left: 5px;
}

.viewControlButton-5 {
    margin-left: 55px;
}

.viewControlButton-6 {
    margin-left: 105px;
}

.viewControlButton-7 {
    margin-left: 200px;
}

.viewControlButton-8 {
    margin-left: 245px;
}


/*
* Hierna nog opkuisen
*/

#overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
    background-color: RGBA(255, 255, 255, 0.8);
}

#after_intro {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 660px) {
    .intro_menu {
        width: 50% !important;
        height: 100% !important;
        /* border: 5px white solid !important; */
    }
}

@media screen and (max-width: 660px) {
    .portrait .intro_menu {
        width: 100% !important;
        height: 50% !important;
        /* border: 5px white solid !important; */
    }
}

@media screen and (min-width: 660px) {
    .intro_menu {
        width: 50% !important;
        height: 100% !important;
    }
}

.intro_menu {
    /* border-color: white;
    border-style: solid; */
    float: left;
    position: relative;
    background-size: cover;
    cursor: pointer;
    background-position: center;
}

#intro_cv {
    /* background-image: url(./img/menu1.jpg); */
    /* border-left: 10px white solid;
    border-right: 5px white solid;
    border-bottom: 10px white solid;
    border-top: 10px white solid; */
}

#intro {
    background-image: url(./img/intro.jpg);
    background-size: cover;
    background-position: center 90%;
}

#intro_dijle {
    /* background-image: url(./img/menu2.jpg); */
    /* border-left: 5px white solid;
    border-right: 10px white solid;
    border-bottom: 10px white solid;
    border-top: 10px white solid; */
}

#intro_menu {
    width: 100%;
    top: 50%;
    height: 55%;
    position: absolute;
}

.intro_menu .text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    font-size: 25px;
    color: white;
    min-width: 435px;
    z-index: 999;
}

.intro_menu .text h2 {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #00A1DD;
}

@media (max-width: 768px) {
    .intro_menu .text h2 {
        font-size: 30px;
    }
    .modern #contact .modal-body {
        height: 1200px !important;
    }
}


/* .intro_button {
    cursor: pointer;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    z-index: 28;
    border-radius: 5px;
    width: 195px;
    padding-top: 15px;
    padding-bottom: 13px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.6s;
    color: rgb(41, 36, 90);
    background-color: #ffffff;
} */

.intro_menu .text h3 {
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    color: #00A1DD;
}

#introtext h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

#infomodal {
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 999;
}

#introtext p {
    font-family: 'Roboto', sans-serif;
}

.modal-body-text p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    opacity: 0.9;
}

.modal-body-text h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    text-align: center;
    padding-bottom: 10px;
}

body.cv .dijle {
    display: none;
}

body.dijle .cv {
    display: none;
}

.control-outer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#intro {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    color: rgb(255, 255, 255);
    background-color: white;
    display: table;
}


/* 
@media screen and (min-height: 490px) and (min-width: 760px) {
    #intro .vierkantlogo img {
        margin-top: 60px;
        max-width: 60%;
    }
    .vierkantlogo #introstart {
        margin-top: 740px;
    }
    #intro .horizontallogo img {
        margin-top: 60px;
        max-width: 100%;
    }
    .horizontallogo #introstart {
        margin-top: 740px;
    }
}

@media screen and (max-height: 800px) and (min-width: 760px) {
    #intro .vierkantlogo img {
        margin-top: 15px;
        max-width: 45%;
    }
    .vierkantlogo #introtext {
        margin-top: 360px !important;
    }
    .vierkantlogo #introstart {
        margin-top: 600px;
    }
    #intro .horizontallogo img {
        margin-top: 15px;
        max-width: 100%;
    }
    .horizontallogo #introtext {
        margin-top: 340px !important;
    }
    .horizontallogo #introstart {
        margin-top: 600px;
    }
}

@media screen and (max-height: 660px) and (min-width: 760px) {
    #intro .vierkantlogo img {
        margin-top: -20px;
        max-width: 34%;
    }
    .vierkantlogo #introtext h1 {
        font-size: 21px;
    }
    .vierkantlogo #introtext p {
        font-size: 16px !important;
    }
    .vierkantlogo #introstart {
        margin-top: 0px !important;
    }
    #intro .horizontallogo img {
        margin-top: -20px;
    }
    .horizontallogo #introtext h1 {
        font-size: 21px;
    }
    .horizontallogo #introtext p {
        font-size: 24px !important;
    }
    .horizontallogo #introstart {
        margin-top: 0px !important;
    }
}

@media screen and (min-height: 490px) and (max-width: 760px) {
    #intro .vierkantlogo img {
        margin-top: 60px;
        max-width: 60%;
    }
    .vierkantlogo #introtext {
        margin-top: 450px;
    }
    .vierkantlogo #introtext h1 {
        font-size: 21px;
    }
    .vierkantlogo #introtext p {
        font-size: 16px;
    }
    .vierkantlogo #introstart {
        margin-top: 700px;
    }
    #intro .horizontallogo img {
        margin-top: 60px;
        max-width: 100%;
    }
    .horizontallogo #introtext {
        margin-top: 450px;
    }
    .horizontallogo #introtext h1 {
        font-size: 21px;
    }
    .horizontallogo #introtext p {
        font-size: 24px !important;
    }
    .horizontallogo #introstart {
        margin-top: 700px;
    }
}

@media screen and (max-height: 800px) and (max-width: 760px) {
    #intro .vierkantlogo img {
        margin-top: 15px;
        max-width: 45%;
    }
    .vierkantlogo #introtext {
        margin-top: 350px !important;
    }
    .vierkantlogo #introstart {
        margin-top: 600px;
    }
    #intro .horizontallogo img {
        margin-top: 15px;
        max-width: 100%;
    }
    .horizontallogo #introtext {
        margin-top: 350px !important;
    }
    .horizontallogo #introstart {
        margin-top: 600px;
    }
}

@media screen and (max-height: 660px) and (max-width: 760px) {
    #intro .vierkantlogo img {
        margin-top: -20px;
        max-width: 34%;
    }
    .vierkantlogo #introtext {
        margin-top: 240px;
    }
    .vierkantlogo #introtext h1 {
        font-size: 17px;
    }
    .vierkantlogo #introtext p {
        font-size: 14px;
    }
    #intro .horizontallogo img {
        margin-top: -20px;
        max-width: 80%;
    }
    .horizontallogo #introtext {
        margin-top: 240px;
    }
    .horizontallogo #introtext h1 {
        font-size: 17px;
    }
    .horizontallogo #introtext p {
        font-size: 24px !important;
    }
}

@media screen and (max-height: 600px) and (max-width: 760px) {
    #intro .vierkantlogo img {
        margin-top: -40px;
        max-width: 34%;
    }
    .vierkantlogo #introtext {
        margin-top: 175px;
    }
    .vierkantlogo #introstart {
        margin-top: 0px !important;
    }
    #intro .horizontallogo img {
        margin-top: -20px;
        max-width: 80%;
    }
    .horizontallogo #introtext {
        margin-top: 175px;
    }
    .horizontallogo #introstart {
        margin-top: 0px !important;
    }
}

@media screen and (max-height: 660px) {
    .vierkantlogo #introstart {
        margin-top: 0px;
        top: 70% !important;
    }
    .vierkantlogo #introstart .intro_button {
        font-size: 15px;
        width: 160px;
    }
    .vierkantlogo #introtext {
        margin-top: 0px !important;
        top: 40%;
        transform: translate(-50%, -50%);
    }
    .horizontallogo #introstart {
        margin-top: 0px;
        top: 70% !important;
    }
    .horizontallogo #introstart .intro_button {
        /*font-size: 15px;





		width: 160px;
    }*/


/* .horizontallogo #introtext {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        
        right: -20%;
    } 
} 


@media screen and (max-height: 404px) {
    /*

	.vierkantlogo #introtext  {





		margin-top: 40px;





	}

*/


/* .vierkantlogo #introtext {
        top: 20%;
    }
    .vierkantlogo #intrologo {
        top: 50%;
        transform: translate(-50%, -50%);
        margin-top: 0px !important;
    }
    .horizontallogo #introtext {
        margin-top: 40px;
    }
    .horizontallogo #introtext {
        top: 25%;
    }
    .horizontallogo #intrologo {
        top: 50%;
        transform: translate(-50%, -50%);
        margin-top: 0px !important;
    }
    #intrologo.started {
        -webkit-transition: opacity 1.2s ease-in-out;
        -moz-transition: opacity 1.2s ease-in-out;
        -ms-transition: opacity 1.2s ease-in-out;
        -o-transition: opacity 1.2s ease-in-out;
        opacity: 0;
    }
}

@media screen and (max-width: 800px) {
    #intro .vierkantlogo img {
        min-width: 150px;
    }
    .vierkantlogo #introtext {
        min-width: 396px;
    }
    #intro .horizontallogo img {
        min-width: 200px;
    }
    .horizontallogo #introtext {
        min-width: 396px;
    }
}

@media screen and (max-width: 560px) {
    .vierkantlogo #introstart {
        margin-top: 700px !important;
    }
    .intro_button {
        top: 0px;
    }
    .vierkantlogo #introtext {
        min-width: 308px;
    }
    .horizontallogo #introstart {
        margin-top: 700px !important;
    }
    .horizontallogo #introtext {
        min-width: 250px !important;
    }
    .horizontallogo #introtext p {
        font-size: 21px !important;
    }
    #logo img {
        width: 100px !important;
    }
}

@media screen and (max-width: 560px) and (max-height:800px) {
    .vierkantlogo #introstart {
        margin-top: 600px !important;
    }
    .vierkantlogo #introtext {
        margin-top: 320px !important;
    }
    .horizontallogo #introstart {
        margin-top: 600px !important;
    }
    .horizontallogo #introtext {
        margin-top: 320px !important;
    }
}

@media screen and (max-width: 560px) and (max-height:660px) {
    .vierkantlogo #introstart {
        margin-top: 0px !important;
        transform: translate(-50%, 0%) !important;
        margin-left: 50% !important;
    }
    .vierkantlogo #intrologo {
        margin-top: 0px !important;
        top: 25%;
        transform: translate(-50%, -50%) !important;
    }
    .vierkantlogo #introtext {
        margin-top: 0px !important;
    }
    .horizontallogo #introstart {
        margin-top: 0px !important;
        transform: translate(-50%, 0%) !important;
        margin-left: 50% !important;
    }
    .horizontallogo #intrologo {
        margin-top: 0px !important;
        top: 25%;
        transform: translate(-50%, -50%) !important;
    }
    .horizontallogo #introtext {
        margin-top: 0px !important;
    }
}

.vierkantlogo #introtext {
    position: absolute;
    margin-top: 470px;
    margin-left: 50%;
    transform: translateX(-50%);
    max-width: 500px;
} */


/* 
.horizontallogo #introtext {
    position: absolute;
    margin-top: 420px;
    margin-left: 50%;
    transform: translateX(-50%);
    min-width: 600px;
} */

#introtext h1 {
    padding-top: 0px;
    font-size: 25px;
}

#introtext p {
    padding-top: 0px;
    margin-top: 0px;
    font-size: 20px;
}

#intro {
    transition-timing-function: ease-in;
    background-color: transparent;
    -webkit-transition: background 2s linear;
    -moz-transition: background 2s linear;
    -ms-transition: background 2s linear;
    -o-transition: background 2s linear;
    transition: background 2s linear;
}

#intro.trans {
    background-image: none;
}

#bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(../img/intro.jpg);
    background-size: cover;
    background-position: center 90%;
}


/*@media (min-width: 768px){

#modal .modal-dialog {

	width: 35%;

	margin: 0px auto;

	max-width: 1600px;

}



}*/

@media (max-width: 768px) {
    #modal .modal-dialog {
        margin: 0px auto;
    }
}

.video-hotspot {
    pointer-events: none;
}

.videomodal {
    position: relative;
}


/* #introstart {
    position: absolute;
    margin-top: 492px;
    margin-left: 50%;
    transform: translateX(-50%);
} */