#headerwrap {

    position: relative;

}

#headerwrap::before {

    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(

        to bottom,

        rgba(255,255,255,1) 0%,

        rgba(255,255,255,0) 60%

    );

    pointer-events: none;

    z-index: 0;

}

#navcontainer,
#masthead {
    /* position: relative;*/
}

.fullpageheader {
  display: none;
}

a.btn.fullpageheader {
  background-color: white;
}

#logo {

    width: 280px;
    height: 50px;

    background-image: url("/images/Startseite/suemgaggophoniker.png");

    background-size: 280px ;

    background-repeat: no-repeat;

    background-position: center;

}

body.view-featured #logo h2 {
  clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
         }

#logo h2 a {
  padding: 10px 250px;
  color: white !important;
  font-size: 1px;
  
}

.jd_footer {
  display: none;
}

#footerwrap #a4j {
  display: none;
}

@media screen and (max-width: 1280px) {

    html,

    body {

        overflow-x: hidden;

    }

    #sidr {

        position: fixed !important;

        top: 0;

        right: -320px;

        left: auto !important;

        width: 320px;

        max-width: 85vw;

    }

}

.jd-item-page .mb-2 .nav {
  /* display: none; */
}

/* altes RSS-Icon ausblenden */

#soci .myfeed i, #sidr .myfeed i {

    display: none !important;

}

/* Instagram-Icon erzeugen */

#soci .myfeed::before, #sidr .myfeed::before {

    content: "";

    display: block;

    width: 28px;

    height: 28px;

    background-color: currentColor;

    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='2.5' y='2.5' width='19' height='19' rx='5.5' fill='none' stroke='black' stroke-width='2.2'/%3E%3Ccircle cx='12' cy='12' r='4.2' fill='none' stroke='black' stroke-width='2.2'/%3E%3Ccircle cx='17.4' cy='6.6' r='1.2' fill='black'/%3E%3C/svg%3E")

        center / contain no-repeat;

    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='2.5' y='2.5' width='19' height='19' rx='5.5' fill='none' stroke='black' stroke-width='2.2'/%3E%3Ccircle cx='12' cy='12' r='4.2' fill='none' stroke='black' stroke-width='2.2'/%3E%3Ccircle cx='17.4' cy='6.6' r='1.2' fill='black'/%3E%3C/svg%3E")

        center / contain no-repeat;

}

.footer1 {
  padding-left: 30px;
}

.footer2 {
  display: none;
}

#footerwrap {
  background-color: #e9ecef;
}

.mod-footer {
  height: 40px;
}

.com-users-login__options.list-group {
  display: none;
}

/* NUR Sujet-Galerie */

body.itemid-144 .ph-si.ph-si-image{

    display: none;

}

body.itemid-144 .pg-item-box-title {
  font-size: 11pt;
}