/*Für unteres Footermenü*/
footer .metismenu.mod-menu .metismenu-item 
{
float: left
}

/* Hamburger-Menü auf die rechte Seite! */
@media only screen and (max-width:992px) {
.container-header .container-nav {
justify-content: right;
}
ul.mod-menu.mod-menu_dropdown-metismenu.metismenu.mod-list li {
justify-content: right;  
}
nav.navbar.navbar-expand-lg,
nav.navbar.navbar-expand-md  {
justify-content: right;    
}
}

/*
Bugfix für Cassiopeia Template so dass Menü umgebrochen wird, falls es nicht in eine Zeile passt
*/
.container-header .mod-menu {
	flex-wrap: wrap;
}
/*
Bugfix für Cassiopeia Template für Back to Top Button so dass er dauerhaft sichtbar ist
*/
.back-to-top-link {
    position: fixed;
}


/*
Bugfix für Youtube Container (Teil1) Format 16:9 = 56,25%
*/
.videobereich {
    background-color: orange;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
/*
Bugfix für Youtube Container (Teil2)
*/
.videoextern {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*
Spielwiese für iframes (Webshop)
veraltet...
*/
.iframe-container {
    overflow: hidden;
    padding-top: 80%;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* damit Navigation in Lightbox bei Ignite Gallery bei langen Beschreibungstext geht*/

.igui-light .igui-slidenav{
  z-index:2!important;
}
