/* Umbruch der Seitennavigation auf mobilen Geräten */
@media (max-width: 991px) {
.pagination {
  margin-bottom: 0;
  flex-wrap: wrap;
}

.counter.float-end.pt-3.pe-2 {
  display: none;
}
}

/* 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;    
}
}

@media only screen and ( min-width: 1400px ) {
/* breites Browserfenster */
body.site 
{
    background: transparent;
	background-image: url(/images/background.jpg);
    /*background-image: linear-gradient(90deg, rgba(255,255,255,0) calc(50% - 668px), rgba(255,255,255,1) calc(50% - 667px), rgba(255,255,255,1) calc(50% + 667px), rgba(255,255,255,0) calc(50% + 668px)), url(/images/background.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
    /*background-color: #fffa;*/
}
}
/* Module*/
.card 
{
    background-color: #fff;
}
/* Sidebar Left*/
.grid-child.container-sidebar-left {
  background-color: #fff;
  /*
  border-radius: 5px;
  padding: 10px 10px 10px 10px;
  */
}
/* Sidebar Right*/
.grid-child.container-sidebar-right {
  background-color: #fff;
  /*
  border-radius: 5px;
  padding: 10px 10px 10px 10px;
  */
}
/* Beiträge */
.grid-child.container-component {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 10px 10px 10px;
}

@media only screen and ( min-width: 1400px ) {
/* breites Browserfenster */
.site-grid
{
background: linear-gradient(90deg, rgba(255,255,255,0) calc(50% - 668px), rgba(255,255,255,1) calc(50% - 667px), rgba(255,255,255,1) calc(50% + 667px), rgba(255,255,255,0) calc(50% + 668px));
}
}

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


/*
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%;
}

.moduleGrey {
   background-color: #f7f7f7;
}
.moduleBlack {
   background-color: #000000;
}

/* damit Navigation in Lightbox bei Ignite Gallery bei langen Beschreibungstext geht*/
.igui-light .igui-slidenav{
  z-index:2!important;
}

/* GÄSTEBUCH */


/*Phoca Guestbook*/
.pgwell {
border: 2px solid #ddd;
margin: 15px 0;
padding: 29px 19px 1px;
} 

hr.pgb_border.hr-condensed {
display: none;  
}
