/*!
 * wm-studio78 - v1.0
 * https://wm-studio78.de/
 * Copyright (c) 2021 wm-studio78.de
 */
 
 h1, h2, h3, h4, h5, h6 {
  hyphens: auto;
 }
.title-extra-large {
    hyphens: auto;
}

.simple-dropdown .dropdown-menu {
    width: 300px;
    }
.bg-extra-medium-slate-blue {
background-color: #222224;
}

.bg-dark {
    background-color: #222224 !important;
}

.bg-slate-blue {
    background-color: #222224;
}
section.artline-big-section { padding:50vh 0; }

.footer-dark, .footer-dark a {
    color: #222224;
}

header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img {
    max-height: 130px;
}

.menu-logo-center .menu-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 1em auto 0;
        
    text-align: center;
}

a img.icon-nav { height:18px; padding-right: .5em; }

/* Inspirationen */
.justified-gallery > .jg-entry-visible > a > img, .justified-gallery > .jg-entry-visible > img {
filter: grayscale(75%);
-webkit-filter: grayscale(75%);
	
}
.justified-gallery > .jg-entry-visible > a > img:hover, .justified-gallery > .jg-entry-visible > img:hover {
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
	
}



footer .footer-logo img {
    max-width: 200px;
     max-height: none;
}