/* Enter Your Custom CSS Here */


@media (min-width: 760px) {
.navigation-top {
position: absolute;
top: 0px;
width: 100%;
height: 70px;
}

	.HidePC{
        display:none;
    }
	
	.custom-header {
position: relative;
padding-top: 70px;
}
	
header#masthead.site-header
{
		background-color:#222;
}

.page.page-one-column .entry-header, 
.twentyseventeen-front-page.page-one-column .entry-header, 
.archive.page-one-column:not(.has-sidebar) .page-header,
.panel-content .entry-header {
    margin-bottom: 1.4em;
}

.page #content {
    padding-top: 13px !important;
}
}

@media (min-width: 240px) and (max-width: 759px) {
.navigation-top {
position: fixed;
top: 0px !important;
width: 100% !important;
z-index: 100000000;
}
.custom-header {
margin-top: 14px;
}
.Musiker
		{
				padding-top:10px;
		}
	
	
.textGalerie {
  font-size: 16px; }
	
.textPresse
	{
  font-size: 16px !important; 
		padding-left:0px !important;
		margin-left:0px !important;
		}
	
.BildPresse
	{	
	padding-bottom:10px !important;
		}
	.HideMobile{
        display:none;
    }
}

ol.listmvnidrumnumber
{
	padding-left:30px;
}

ul.listmvnidrumpuces
{
	padding-left:45px;
}

ul.listmvnidrumpucesonly
{
	padding-left:30px;
}

h1.entry-title {
font-size: 1.1rem !important;
}


h2.page-title {
font-size: 1.1rem !important;
}

h2.widget-title {
font-size: 0.8rem !important;
}

h3.entry-title {
font-size: 1.35rem !important;
}

.wp-block-image figcaption {
color: #d0d3d4;
}

#myCookieConsent {
z-index: 999;
min-height: 20px;
font-family: Muli, arial, "sans-serif";
padding: 10px 20px;
background: rgba(62,79,96,0.8);
overflow: hidden;
position: fixed;
color: #FFF;
bottom: 0px;
right: 10px;
display: none;
left: 0;
text-align: center;
font-size: 1.25em;
font-weight: bold;
}
#myCookieConsent div {
padding: 5px 0 0;
}
#myCookieConsent a {
color: #ffffff;
display: inline-block;
padding: 0 10px;
}
#myCookieConsent a:hover {
color: #ffffff;
}
#myCookieConsent a#cookieButton {
display: inline-block;
color: #ffffff;
font-size: 1.1em;
background: #1fb1c1;
text-decoration: none;
cursor: pointer;
padding: 2px 20px;
float: right;
border-radius: 20px;
}
#myCookieConsent a#cookieButton:hover {
background: #21bfd1;
color: #ffffff;
}