#introtext h1 {
    font-family: 'futura-pt', Helvetica, Arial, sans-serif;
    font-size: 24px !important;
}

.modal-header .close {
    margin-top: 4px !important;
}

.modal-header h4 {
    font-family: 'futura-pt', Lato, sans-serif;
    font-size: 24px;
}

.horizontallogo #introtext {
    max-width: 80%;
}

#logo img {
    width: 30%;
}

.close {
    opacity: 0.5 !important;
}

.close:hover {
    opacity: 0.8 !important;
}

@media screen and (min-width: 660px) {
    #intro img {
        max-width: 60% !important;
    }
}

.locatie {
    font-style: oblique;
}

#gallerij .modal-dialog {
    max-width: 800px !important;
}

/***************FIX LANGE TEKSTEN INTRO's*********************/

@media screen and (min-height: 440px) and (max-height: 990px) {
    .horizontallogo #introstart {
        bottom: 10% !important;
    }
    #intrologo {
        top: 17%;
    }
    .horizontallogo #introtext {
        right: -30%;
        top: 47%;
    }
}

@media screen and (min-height: 440px) and (max-height: 990px) {
    .ov1 .horizontallogo #introstart {
        bottom: 7% !important;
    }
    .ov1 #intrologo {
        top: 15% i !important;
    }
}

@media screen and (min-height: 490px) and (max-width: 760px) {
    .ov1 .horizontallogo #introtext p {
        font-size: 14px !important;
    }
}

@media screen and (min-height: 440px) and (max-height: 990px) {
    .ov2 .horizontallogo #introstart {
        bottom: 7% !important;
    }
    .ov2 #intrologo {
        top: 15% i !important;
    }
}

@media screen and (min-height: 490px) and (max-width: 760px) {
    .ov2 .horizontallogo #introtext p {
        font-size: 14px !important;
    }
}

@media screen and (min-height: 440px) and (max-height: 990px) {
    .ov3 .horizontallogo #introstart {
        bottom: 7% !important;
    }
    .ov3 #intrologo {
        top: 15% i !important;
    }
}

@media screen and (min-height: 490px) and (max-width: 760px) {
    .ov3 .horizontallogo #introtext p {
        font-size: 14px !important;
    }
}

@media screen and (min-height: 440px) and (max-height: 990px) {
    .ov4 .horizontallogo #introstart {
        bottom: 7% !important;
    }
    .ov4 #intrologo {
        top: 15% i !important;
    }
}

@media screen and (min-height: 490px) and (max-width: 760px) {
    .ov4 .horizontallogo #introtext p {
        font-size: 14px !important;
    }
}


/***************mag permanent naar color.css****************/

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: var(--color_backfa) !important;
}

.tooltip.top .tooltip-arrow {
    border-top-color: var(--color_backfa) !important;
}

.tooltip.right .tooltip-arrow {
    border-right-color: var(--color_backfa) !important;
}

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


/**********************************************************/

.desktop #sceneList.item-2 .flickity-prev-next-button {
    display: none;
}

.desktop #sceneList.item-5 .flickity-prev-next-button {
    display: block !important;
}

.desktop #sceneList.hidden {
    display: none;
}

.toggleScene.hidden {
    display: none;
}

#intro {
    -webkit-transition: background 0.1s linear !important;
    -moz-transition: background 0.1s linear !important;
    -ms-transition: background 0.1s linear !important;
    -o-transition: background 0.1s linear !important;
    transition: background 0.1s linear !important;
}


/*********************INTRO - MENU*************************/

@media screen and (max-width: 900px) {
    .portrait .intro_menu {
        width: 100%;
        height: 25%;
        border: 5px white solid !important;
    }
    .intro_menu {
        width: 50%;
        height: 50%;
    }
    .intro_menu .text h3 {
        font-size: 20px !important;
    }
    .intro_menu .text h2 {
        font-size: 24px !important;
    }
}

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

.intro_menu {
    width: 50%;
    height: 50%;
}

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

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

.intro_menu .text {
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    letter-spacing: 1px;
    color: white;
    min-width: 80%;
}


/* .intro_menu .text h3 {
    font-size: 30px;
    font-family: 'futura-pt', 'Open Sans', Arial, sans-serif;
} */

.intro_menu .text h2 {
    font-size: 40px;
    font-weight: bold;
    font-family: 'futura-pt', 'Open Sans', Arial, sans-serif;
}

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

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

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

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

.intro_menu:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.intro_menu:hover:after {
    opacity: 1;
}

.intro_menu:hover .text {
    z-index: 999;
}

#intro_ov1:after {
    background-color: rgba(247, 167, 11, 1);
}

#intro_ov2:after {
    background-color: rgba(247, 167, 11, 1);
}

#intro_ov3:after {
    background-color: rgba(247, 167, 11, 1);
}

#intro_ov4:after {
    background-color: rgba(247, 167, 11, 1);
}

#showmenu {
    top: 50%;
    position: absolute;
    width: 55px;
    height: 55px;
    margin-left: 15px;
    transform: translateY(-50%);
}

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

#intro.ov1 {
    background-image: url(../img/intro-ov1.jpg);
}

#intro.ov2 {
    background-image: url(../img/intro-ov2.jpg);
}

#intro.ov3 {
    background-image: url(../img/intro-ov3.jpg);
}

#intro.ov4 {
    background-image: url(../img/intro-ov4.jpg);
}

.gallery-cell.ov4 {
    display: none;
}

.gallery-cell.ov1 {
    display: none;
}


/******************************************************/