canvas {
    image-rendering: pixelated;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'sgfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#media-popupwrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    background: url(fancybox_overlay.png);
}

#smallscreenvideo {
    position: absolute;
    width: 720px;
    /* height: 415px; */
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
}

.init .playpause,
.play .playpause {
    background-image: url(../img/play_white.png);
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    opacity: 0;
}

.init .playpause {
    opacity: 1;
}

.playpause {
    cursor: pointer;
    pointer-events: fill;
    user-drag: none;
    background-repeat: no-repeat;
    width: 30%;
    height: 30%;
    opacity: 0.6;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
}

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

.classic .modernclose {
    display: none;
}

#mode.iconbutton {
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: absolute;
    background-color: #1d1d1b;
    opacity: 1;
}


/*
#mode.iconbutton {
    width: 70px;
    height: 70px;
}
*/

.icon-stairs-up {
    margin-left: -2px;
}

.icon-stairs-down {
    margin-left: -5px;
}

#mode.iconbutton .fa {
    font-size: 3em;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -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);
}

.loading .mobile.horizontal,
.portrait .mobile.horizontal {
    display: none;
}

.loading .control-inner {
    display: none;
}

.loading .mobile.vertical,
.landscape .mobile.vertical {
    display: none;
}

.showtip .link-hotspot-tooltip {
    opacity: 1;
}

.fa.fa-25x {
    font-size: 2.5em;
}

#after_intro {
    width: 100%;
    height: 100%;
}

.link-hotspot-tooltip {
    position: absolute;
    left: 100%;
    top: 21px;
    margin-left: 25px;
    font-size: 17px;
    max-width: 300px;
    padding: 8px 10px;
    border-radius: 7px;
    background-color: rgb(12, 187, 171);
    color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	text-align: center;
    cursor: pointer;
    opacity: 0;
    -ms-transform: translateX(-8px);
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    transition: -ms-transform .3s, -webkit-transform .3s, transform .3s, opacity .3s;
    transition-property: -ms-transform, -webkit-transform, transform, opacity;
    transition-duration: 0.3s, 0.3s, 0.3s, 0.3s;
    transition-timing-function: ease, ease, ease, ease;
    transition-delay: 0s, 0s, 0s, 0s;
}

#gallerij .modal-dialog {
    width: 98% !important;
    max-width: 1600px !important;
}

#grid_gallerij img {
    padding-bottom: 0px !important;
}

#infomodal {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: bold;
}

.actionbutton {
    height: 55px;
    margin-bottom: 10px;
}

.iconbutton {
    text-align: center;
}

#settingspull {
    position: absolute;
    top: 5px;
    right: 0px;
    margin-top: 10px;
    margin-right: 15px;
}

.center-text {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -41px;
    margin-left: -40px;
    font-size: 50px;
}

.desktop .instructions360 {
    margin-left: -10px;
}

.desktop .instructions360-text {
    transform: translateX(-50%);
}

.center-360icon {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -65px;
    margin-left: -100px;
    font-size: 150px;
    transform: rotatex(75deg);
}

.center-360icon,
.center-text,
.instructions360-text {
    color: #fff;
}

.instructions360-text {
    position: fixed;
    bottom: 30px;
    left: 50%;
    font-size: 18px;
    transform: translateX(-50%);
}

.instructions360 {
    position: fixed;
    bottom: 60px;
    left: 50%;
}

.mobile .instructions360 {
    margin-left: -70px;
}

.fa {
    display: inline-block;
    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;
}

#debugcenter {
    top: 50%;
    left: 50%;
    position: absolute;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    margin-top: -5px;
    background-color: #ffa71f;
    border-radius: 50%;
    margin-top: -5px;
}

#debug {
    position: absolute;
    top: 35px;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 16px;
}

#debug-link {
    position: absolute;
    top: 15px;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

#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;
}


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

#logo img {
	max-width: 100%;
	width: 280px;
}
*/

#intro img {
    max-width: 100%;
    display: block;
    margin: auto;
}

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

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

p {
    margin-bottom: 0px !important;
}

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

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

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

#titleBar {
    visibility: hidden;
}

#list-style-5ab3c1b416476 ul li:before {
    font-family: FontAwesome;
    content: "\f00c";
    color: #999900;
}

.mk-list-styles ul li:before {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 16px;
    line-height: 24px;
}

.mk-list-styles ul li {
    position: relative;
    margin: 0 0 6px;
    padding: 0 0 0 21px;
    line-height: 24px;
}

#modal li {
    list-style-type: disc;
    margin-left: 50px;
    margin-bottom: 10px;
}


/* CONTACT MODAL */

#modal #contact .modal-dialog {
    width: 400px;
    max-width: 98%;
}

#modal .modal-dialog .content {
    padding-bottom: 30px;
    margin-top: 10px;
    text-align: center;
}

#contact .modal-body {
    padding-top: 25px;
}


/*
.modal-content img {
    margin-bottom: 15px;
}
*/


/* vaste maximum breedte om te verhinderen dat foto's in de modals worden uitgerokken bij weergave op grote schremen */

.modal .modal-dialog,
#modal .modal-dialog {
    max-width: 700px;
}

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

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

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

     */
}

.control-inner {
    /*
    position: relative;
    top: 50%;
    transform: translateY(-50%);

     */
    background-color: rgba(0, 0, 0, 0.0);
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.control-inner img {
    padding-top: 25px;
    padding-bottom: 25px;
    max-height: 450px;
    display: block;
}

#logo_story a {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 193px;
    height: 35px;
    background-image: url("../img/storygraafwtext.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;
}

#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 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-bottom: 15px;
}

.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;
    cursor: -webkit-grab !important;
    cursor: -moz-grab !important;
    cursor: move;
}

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

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

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

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

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

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

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

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

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

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

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

.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;
}

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

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

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

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

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

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

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

.pulse {
    border: 3px solid #ffa71f;
    -webkit-border-radius: 30px;
    height: 50px;
    width: 50px;
    position: absolute;
    left: 15px;
    top: 15px;
    border-radius: 30px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -ms-animation: pulsate 1s ease-out;
    -ms-animation-iteration-count: infinite;
    -moz-animation: pulsate 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
    opacity: 0.0
}

.hotspot {
    position: relative;
}

.dot {
    width: 30px;
    height: 30px;
    background-color: #ffa71f;
    border-radius: 50%;
    position: absolute;
    top: 25px;
    left: 25px;
}

.iconbutton {
    width: 55px;
    height: 55px;
    padding: 14px 12px 12px 12px;
}

.iconbutton .sgfont {
    font-size: 28px;
}

.iconbutton {
    width: 55px;
    height: 55px;
    padding: 14px 12px 12px 12px;
}

.desktop #gyroscope {
    visibility: hidden;
}

.actionbutton {
    display: block;
}

.iconbutton {
    border-radius: 50%;
    float: right;
    background-color: RGBA(255, 255, 255, 0.8);
    opacity: 0.9;
}

.flickity-enabled {
    position: relative;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: white;
    background: hsla(0, 0%, 100%, 0.75);
    cursor: pointer;
    /* vertically center */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}

.flickity-prev-next-button:disabled {
    opacity: 0.3;
    cursor: auto;
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-prev-next-button .arrow {
    fill: #333;
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

.gallery-cell {
    /* width: 170px; */
    margin-right: 5px;
    counter-increment: gallery-cell;
}

.flickity-prev-next-button.previous {
    left: -65px !important;
}

.flickity-prev-next-button {
    width: 55px !important;
    height: 55px !important;
    top: 40% !important;
}

.flickity-prev-next-button.next {
    right: -65px !important;
}

#sceneList {
    position: absolute;
    bottom: 15px;
    z-index: 100;
    left: 50%;
    white-space: nowrap;
}

.desktop .toggleScene {
    display: none !important;
}

.toggleScene {
    width: 55px;
    height: 55px;
    left: 50%;
    position: absolute;
    bottom: 15px;
    display: none;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    background-color: RGBA(255, 255, 255, 0.8);
    opacity: 0.9;
    transform: translateX(-50%);
    font-size: 28px;
    padding-top: 8px;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: center;
}

.desktop .mobile {
    visibility: hidden;
    height: 0px;
    padding: 0px;
}

.flickity-page-dots .dot {
    visibility: hidden;
}

.scenes {
    margin-left: auto;
    margin-right: auto;
}

.scene.current #img {
    border: 4px solid;
}

.scene.current li.text {
    text-decoration: none !important;
}

.scene li.text {
    margin-left: 0px;
    /*	padding-bottom: 8px;*/
    list-style: none;
    padding-top: 5px;
    font-family: 'Lato', sans-serif !important;
    font-size: 16px;
    /*font-weight:bolder;*/
    /*background-color: rgba(0,0,0,0.1);*/
    color: white !important;
    text-align: center;
    letter-spacing: 1px;
    /*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
}

.scene #img {
    width: 160px;
    height: 90px;
    margin-left: 7px;
    margin-right: 7px;
    border: 2px solid #C9C6C3;
}

.scene {
    position: relative;
    display: block;
    /*	margin-bottom: 6px;*/
    float: left;
    opacity: 1;
}

.iconbutton.subitem {
    float: right;
    margin-left: 10px;
}

.info,
.link-hotspot-tooltip,
.control-inner h1,
#intro {
    font-family: 'Lato', sans-serif !important;
}

#sceneList {
    width: 380px;
}

#sceneList {
    left: 50%;
    transform: translateX(-50%);
}

.desktop #showIconButton {
    display: none;
}

#functions {
    transition: all .75s ease;
}

.tooltip-inner {
    border: 1px solid black;
    padding: 15px;
    font-size: 14px;
    width: 150px;
}

.tooltip.bottom .tooltip-arrow {
    border-left-color: rgba(255, 255, 255, 0) !important;
}

.scene li.text {
    font-weight: normal;
}

.modal .modal-header,
#modal .modal-header {
    border-radius: 8px 8px 0 0;
}

.modal .modal-content,
#modal .modal-content {
    border-radius: 10px;
}

.modal .modal-dialog .modal-body-text,
#modal .modal-dialog .modal-body-text {
    letter-spacing: 0.5px;
    font-size: 1.2em;
}

.modal .modal-dialog,
#modal .modal-dialog {
    width: 50%;
    margin: 30px auto;
}

a,
a:hover,
a:active,
a:visited {
    text-decoration: none;
    color: #899213 !important;
    font-weight: bold;
}

#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;
}

.modal_button {
    cursor: pointer;
    position: relative;
    margin-right: 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    z-index: 28;
    border-radius: 5px;
    width: 195px;
    padding-top: 15px;
    padding-bottom: 13px;
    -webkit-transition-duration: 0.4s;
    Safari transition-duration: 0.6s;
    margin-left: 50%;
    transform: translateX(-50%);
    font-family: monserrat, Lato, sans-serif !important;
}

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

.close {
    font-size: 35px !important;
    font-weight: 400 !important;
    line-height: 0.9 !important;
    color: #fff !important;
}

#intrologo {
    position: absolute;
    max-width: 80%;
    /*	margin-left: 50%;*/
    /*	niet beter left en right? Net zoals bij introtext  */
    left: 50%;
    right: -20%;
    transform: translate(-50%, -50%);
}

#introstart {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dot {
    width: 40px;
    height: 40px;
    top: 20px;
    left: 20px;
}

.intro_button {
    cursor: pointer;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    z-index: 28;
    width: 195px;
    padding-top: 15px;
    padding-bottom: 13px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.6s;
}

.intro_button:hover {
    background-color: #2d4811;
    color: #ffffff;
}

#logo img {
    width: 50%;
}

#settingspull {
    margin-top: 10px;
}

.iconbutton {
    width: 40px;
    height: 40px;
    padding: 10px 8px 8px 8px;
}

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

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

#introtext p {
    padding-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;
}


/*
.tooltip.bottom {
    padding: 5px 0;
    margin-left: 9px;
    margin-top: 3px;
}
*/

*:focus {
    outline: none;
}

@media screen and (min-height: 470px) {
    .iconbutton {
        width: 55px;
        height: 55px;
        padding: 14px 12px 12px 12px;
    }
}

.mobile #sceneList {
    visibility: hidden;
    bottom: 25px;
}

.mobile #sceneList.show {
    visibility: visible;
}

#functions {
    transition: all .75s ease;
}

.mobile #functions.open {
    margin-left: 0px;
    position: relative;
    display: block;
}

.mobile #functions {
    position: absolute;
    margin-left: 500px;
    display: none;
}

.mobile .desktop {
    visibility: hidden;
    height: 0px;
    padding: 0px;
}

.info-hotspot-header .fa-bed {
    left: 10px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%)
}

@media screen and (min-width:1030px) {
    #sceneList.item-6,
    #sceneList.item-7,
    #sceneList.item-8,
    #sceneList.item-9,
    #sceneList.item-10,
    #sceneList.item-11,
    #sceneList.item-12,
    #sceneList.item-13,
    #sceneList.item-14 {
        width: 950px;
    }
    #sceneList.item-5 {
        width: 875px;
    }
    #sceneList.item-5 .flickity-prev-next-button {
        display: none;
    }
}

@media screen and (max-width:1050px) {
    #sceneList {
        width: 680px;
    }
}

@media screen and (max-width:820px) {
    #sceneList {
        width: 380px;
    }
    .modal .modal-dialog,
    #modal .modal-dialog {
        width: 80%;
        margin: 30px auto;
    }
}

@media screen and (max-width:620px) {
    #sceneList {
        width: 380px;
    }
    .modal .modal-dialog,
    #modal .modal-dialog {
        width: 98%;
        margin: 30px auto;
    }
}

@media screen and (max-width: 500px) {
    #sceneList {
        width: 160px !important;
    }
    .scene #img {
        width: 150px !important;
        margin-left: 3px;
        margin-right: 3px;
        border: 2px solid #C9C6C3;
    }
}


/*
*Intro
*
*/

@media screen and (min-height: 990px) {
    .horizontallogo #introtext {
        top: 50%;
    }
    .horizontallogo #introstart {
        margin-top: 0px;
        bottom: 20%;
    }
    #intrologo {
        top: 20%;
    }
}

@media screen and (min-height: 440px) and (max-height: 990px) {
    .horizontallogo #introtext {
        top: 50%;
    }
    .horizontallogo #introstart {
        bottom: 15%;
    }
    #intrologo {
        top: 20%;
    }
}

@media screen and (max-height: 440px) {
    .vierkantlogo #introtext {
        top: 10px;
    }
    .vierkantlogo #intrologo {
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .horizontallogo #introtext {
        top: 35%;
    }
    .horizontallogo #intrologo {
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .horizontallogo #introstart {
        bottom: 15%;
    }
    #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 (min-width: 560px) {
    #introstart {
        max-width: 80%;
    }
    .intro_button {
        margin-left: 15px;
        margin-right: 15px;
        border-radius: 5px;
    }
}

@media screen and (max-width: 560px) {
    #introstart {
        width: 100%;
    }
    .intro_button {
        width: 100%;
    }
}

@media screen and (max-height: 660px) and (min-width: 760px) {
    #intro .vierkantlogo img {
        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 {
        max-width: 60%;
    }
    .horizontallogo #introtext h1 {
        font-size: 21px;
    }
    .horizontallogo #introtext p {
        font-size: 16px;
    }
    .horizontallogo #introstart {
        bottom: 10%;
    }
}

@media screen and (min-height: 490px) and (max-width: 760px) {
    #intro .vierkantlogo img {
        max-width: 60%;
    }
    .vierkantlogo #introtext h1 {
        font-size: 21px;
    }
    .vierkantlogo #introtext p {
        font-size: 16px;
    }
    .horizontallogo #introtext h1 {
        font-size: 21px;
    }
    .horizontallogo #introtext p {
        font-size: 16px;
    }
}

@media screen and (max-height: 660px) and (max-width: 760px) {
    #intro .vierkantlogo img {
        max-width: 34%;
    }
    .vierkantlogo #introtext h1 {
        font-size: 17px;
    }
    .vierkantlogo #introtext p {
        font-size: 14px;
    }
    #intro .horizontallogo img {
        max-width: 80%;
    }
    .horizontallogo #introtext h1 {
        font-size: 21px;
    }
    .horizontallogo #introtext p {
        font-size: 16px;
    }
}

@media screen and (max-width: 560px) {
    .horizontallogo #introtext h1 {
        font-size: 18px;
    }
    .vierkantlogo #introtext h1 {
        font-size: 18px;
    }
}


/*
* Nakijken en integreren hierboven
*/


/*
@media screen and (min-height: 490px) and (min-width: 760px) {
	#intro .vierkantlogo img {

		max-width: 60%;
	}

	#intro .horizontallogo img {

		max-width: 100%;
	}

}

@media screen and (max-height: 800px) and (min-width: 760px) {
	#intro .vierkantlogo img {

		max-width: 45%;
	}


	#intro .horizontallogo img {

		max-width: 100%;
	}


}
*/


/* LIJKT ME OVERBODIG?

@media screen and (max-width: 560px) {


	.vierkantlogo #introtext {
		min-width: 308px;
	}

	.horizontallogo #introtext {
		width: 80%;
	
	}

	.horizontallogo #introtext h1 {
		font-size: 18px;

	}
	#logo img {
		width: 200px !important;
	}

}

*/


/* Info hotspot */

.info-hotspot {
    line-height: 1.2em;
    opacity: 1;
    transition: opacity 0.2s 0.2s;
    margin-left: -25px;
    margin-top: -25px;
}

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

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

.info-hotspot .info-hotspot-header {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    border: solid 2px;
    border-color: #fff;
    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 {
    text-align: center;
    font-size: 1.4em;
    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: 243px;*/
    width: 100%;
    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;
    padding-left: 35px;
    padding-top: 12px;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.zoom-hotspot-icon-wrapper {
    padding: 0px;
    margin: 3px;
    margin-left: 17px;
    margin-top: 6px;
    cursor: pointer;
}

.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;
}


/*
*Einde infohotspots
*
*/

@media screen and (max-height: 600px) {
    #logo img {
        width: 200px !important;
    }
    .flickity-prev-next-button {
        width: 33px !important;
        height: 33px !important;
    }
    .flickity-prev-next-button.next {
        right: -50px !important;
    }
    .flickity-prev-next-button.previous {
        left: -50px !important;
    }
    #showmenu {
        margin-left: 0px !important;
    }
    .toggleScene {
        width: 40px;
        height: 40px;
        font-size: 18px;
        padding-top: 7px;
    }
    .actionbutton {
        height: 40px;
        margin-bottom: 8px;
    }
    .iconbutton .sgfont {
        font-size: 1.7em;
        margin-top: -1px;
    }
    .iconbutton.text {
        font-size: 1.2em;
        padding-top: 9px;
    }
    #settingspull {
        margin-top: 10px;
    }
    .iconbutton {
        width: 40px;
        height: 40px;
        padding: 10px 8px 8px 8px;
    }
    .fa-2x {
        font-size: 1.5em !important;
    }
    .gyroscope .actionbutton {
        margin-top: 8px;
    }
    #mode .iconbutton .icon-stairs-up,
    .icon-stairs-down {
        line-height: 1.5em !important;
    }
    .icon-stairs-up {
        margin-left: 1px;
    }
}


}