/*
 Theme Name: 	cobra AG
 Theme URI: 	http://www.cobraag.ch
 Description: 
 Author:		design & kommunikation im modulbuero
 Author URI:	http://www.modulbuero.de
 Version: 		3.2.0.7
*/



/* WORKAROUND for less compilation bug that translates this to 'calc(-100vh)' */
body.pinned-opened #ausklappmenue .new-nav .panel-grid:last-child .widget_nav_menu .hauptmenue {
    height: calc( 100vh - 240px ) !important;
    overflow: visible !important;
}

@media (max-width: 1000px) {
    body.pinned-opened #ausklappmenue .new-nav .panel-grid:last-child .widget_nav_menu .hauptmenue {
        height: calc(100vh - 100px) !important;
    }
}
