
/* 
    Created on : 13.04.2021, 12:53:56
    Author     : juergen kind it-kind.de 
*/


@media (min-width: 768px) {
    
    .section.section-border {
        position: relative;
        /* display: flex; */
        height: calc(100vh);
        min-height: calc(100vh);
        border: 0px solid black;
    }
    
     .section.section-before {
        height: calc(100vh);
        min-height: calc(100vh);
        border: 0px solid red;
    }
    
     .section.section-default {
        /* height: calc(100vh); */
        min-height: calc(100vh);
        border: 0px solid blue;
    }
    
     .section.section-after {
        height: calc(100vh);
        min-height: calc(100vh);
        border: 0px solid black;
    }
    
    .main-section { z-index: 1010; }
    
    /* Layer */
    .section.section-border {  z-index: 1010; }
    .section.section-before { z-index: 1010;  }
    .section.section-default { z-index: 1010; }
    .section.section-after { z-index: 1010;   }
    
}



/* section globus */

@media (min-width: 992px) {

    /* links text */
    #c226{
        position: relative;
        /* display: flex; */
        height: calc(100vh);
        min-height: calc(100vh);
        border: 0px solid red;
    }
    
    .nolistyle {
        list-style: none;
    }
    
    
    .section-bg-blur-text #c240 {
        
    }
    
    .section-bg-blur-text>.frame-type-text {
        /*background: rgba(255,255,255,.85);*/
         
    }
    .section-bg-blur-text .frame:first-of-type {
        background: rgba(255,255,255,.85);
        padding-top: 1rem; padding-bottom: 1rem;
    }
   
    .section-bg-blur-text .frame-type-text .btn { }
    
}

.section100vh { min-height: 100%; min-height: calc(100vh); }



@media (min-width:768px) {
    
    #projection-data {
        position: fixed;
        width: 400px;
        height: 200px;
        border: 1px solid #999;
        top: calc( 100vh - 200px);
        left: calc( 100vw - 400px);
        background: rgba(0,0,0,.85);
        /* background: red; */
        z-index: 10099;
        line-height: 1rem; font-size: 13px;
    }
    
    #projection-data { 
    color: white; 
    }
    
}

