/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18.10.2020, 12:39:29
    Author     : juergen kind it-kind.de
*/



@media screen and (max-width: 576px) {
    /* keine Karte in der mobilen Version anzeigen */
    .poimap-container { display: none;}
}

@media screen and (min-width: 576px) {
    /* keine Karte in der mobilen Version anzeigen */
    .poimap-container { 
    border: 0px solid red;
    height: 600px;
    height: calc(100vh - 70px);
    }
    
    /* .poimap-overlay */
    .poimap-container-overlay-1 {
        z-index: 120;
        position: absolute;
        margin-top: -500px;
        margin-top: calc(-100vh + 70px);
        width: calc(100vw);
        height: 600px;
        height: calc(100vh - 70px);
        background: rgba(0,0,0,.01);
        border:0px solid green;
    }
    .poimap-container-overlay-2 {
        z-index: 110;
        position: absolute;
        margin-top: -500px;
        margin-top: calc(-100vh + 70px);
        width: calc(100vw);
        height: 600px;
        height: calc(100vh - 70px);
        background: rgba(0,0,0,.01);
        border:0px solid red;
    }
    
    
    
}

