@media screen and (max-width: 900px) {
    #map{
        /* height: 500px; */
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: flex;
        flex-direction: column;
        order: 1;
        z-index: 1;
        top: 0px;
        min-height: 0vh;
        -webkit-box-shadow: 0px 0px 12px -4px rgba(0,0,0,1);
        -moz-box-shadow: 0px 0px 12px -4px rgba(0,0,0,1);
        box-shadow: 0px 0px 12px -4px rgba(0,0,0,1);
    }

    .ml-container #login {
        background-color: rgba(242,242,242,0.8);
    }

    #floatmenu{
        width: 100% !important;
        display: flex;
        order: 0;
        z-index: 1;
        flex-direction: column;
    }

    #showkaart{
        display: block;
        margin-top: 10px;
        height: 35px;
        width: 90%;
        background-color: #003865;
        margin-left: auto;
        margin-right: auto;
        z-index: 1;
        cursor: pointer;
        color: white;
        border-radius: 0.25em;
        text-align: center;
        padding-top: 8px;
    }

    #navigatie{
        z-index: 1;

    }

    #tutorialkaart{
        display: none;
    }

    #tutorial{
        display: block;
        margin-top: 15px;
        margin-right: auto;
        float: right;
        letter-spacing: 3px;
        width: 150px;
        border-radius: 25px;
        height: 35px;
        text-transform: uppercase;
        cursor: pointer;
        margin-left: auto;
        margin-bottom: 16px;
    }

    #tutorial:hover{
        background-color: #ffffff;
    }

    #selectresponsive{
        display: block;
        margin-right: 10px;
        height: 40px;
        background-color: #f2f2f2;
        color: black;
    }

    .tab{
        display: none;
    }

    .active, .dot:hover{
        background-color: #ffffff;
    }

    .contentdiv{
        margin-right: 10px;
    }

    .subcat2balk{
        margin-right: 0px;
        margin-left: 0px;
    }

    .tabsub{
        margin-right: 0px;
    }

    #volgende, #vorige{
        display: block;
        margin-top: 15px;
        margin-right: auto;
        float: right;
        letter-spacing: 3px;
        width: 150px;
        border-radius: 25px;
        height: 35px;
        text-transform: uppercase;
        cursor: pointer;
        margin-left: auto;
    }

    .popup-video{
        display: block;
        margin-top: 15px;
        margin-right: auto;
        float: right;
        letter-spacing: 3px;
        width: 150px;
        border-radius: 25px;
        text-transform: uppercase;
        cursor: pointer;
        margin-left: auto;
    }

    .introtekst{
        width: 100%;
         display: block;
         min-width: 200px;
         padding-left: 20px;
         padding-right: 20px;
         margin-top: 20px;
     }

     #handleidinglior{
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 10px;
        width: 100% !important;
        box-sizing: border-box;
        margin-left: 0px !important;
        margin-right: 0px !important;
     }

     .details_regel {
        flex: 100%;
    }

    .attach_regel {
        flex: 100%;
    }

    .flexcol#three {
        width: 470px !important;
    }

}

@media screen and (max-width: 700px) {     
     .flex-container{
         min-width: 100vw;
     }

     #liorkaartpaars{
         width: 97vw !important;
     }

     #site-header{
         width: 100vw !important;
     }

     .flex-item{
         width:47vw !important;
         height:40vh !important;
     }

     .flex-item#kaart {
         width: 97vw !important;
     }

     .branding-bar{
        font-size: 16px !important;
     }
     .info {
         display: none !important;
     }
}


/* iphone 5 en iphone se */
@media screen and (device-aspect-ratio: 40/71) {
    .flex-container{
        min-width: 101vw;
    }

}

