/*
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 : 31.03.2018, 13:10:18
    Author     : juergen kind
*/




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

 .no-scroll {
         overflow: hidden;
         position: fixed;
         width: 100%;
 }
.no-content-on-nav {
     /* Funktion 1 - Inhalt ausblenden, damit dieser nicht im Hintergrund gescrollt werden kann*/
     
    
    overflow: hidden;
    position: static;
    top: 0px;
    width: 1px;
    height: 1px;
    opacity: 0;
    
    
    /* Funktion 2 - Inhalt nach unten verschieben*/
    margin-top: calc(100vh);
    /*transition: all 2000ms;*/
    
 }
.footer-weg {  margin-top: calc(100vh + 100px); }
 .in { }
 .navbar-nav {
       padding-bottom: 140px;
       margin: 0px -20px;
 }
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    min-height: calc(100vh);
    max-height: calc(100vh);
    /*transition: all 500ms;*/
}

}

