/*******************************************************************************************/
/*** ALLGEMEIN *****************************************************************************/
/*******************************************************************************************/
.footercredits, .footerclass a, .footerclass a:hover{
  transition:0.25s;
  font-size:12px;
  line-height:16px;
}
/*Zentraler Coockie-Banner ausblenden*/
#uc-banner-centered {
    display: none!important;
}
/*******************************************************************************************/
/*** HEADER ********************************************************************************/
/*******************************************************************************************/
.nav-main ul.sf-menu > li > a{
  background: #fff;
  margin: 2.5px 5px;
}
.kt-menu-search-btn.kt-pop-modal{
   margin: 2.5px 5px; 
}

#kad-vertical-menu {
    transform: rotate(2deg);
    margin-top: 25px;
    box-shadow: rgb(0 0 0 / 50%) 5px 0px 25px;
    margin-left: 10px;
}

.kad-fixed-vertical-background-area{
  border-right:0;
}

/*******************************************************************************************/
/*** SLIDER ********************************************************************************/
/*******************************************************************************************/
#pageheader:before {
  content: "";
  width: 100%;
  background: url(/wp-content/uploads/border-black-trans.png) #f8bb01;
  background-size: 50px;
  height: 8px;
  position: absolute;
  bottom: 0;
}

/*******************************************************************************************/
/*** CONTENT *******************************************************************************/
/*******************************************************************************************/

/*** Accessibillity Werkzeug***/
#pojo-a11y-toolbar.pojo-a11y-toolbar-open {
    transform: scale(1.4);
    transform-origin: left top;
    
}
#pojo-a11y-toolbar{
    transition:0.75s;
    transform: scale(1.0);
}
#pojo-a11y-toolbar{
    transition:0.75s;
}

/*******************************************************************************************/
/*** PORTFOLIO *****************************************************************************/
/*******************************************************************************************/


/*******************************************************************************************/
/*** BLOG **********************************************************************************/
/*******************************************************************************************/
.post-footer-section, .single-footer{
  border:none;
}

.postlist article .entry-content a.more-link{
  max-width:150px;
}


/*** Sidebar *******************************************************************************/
.wp-block-archives-dropdown label {
    display: none;
}
.sidebar #block-4{
  margin-top:0px;
}
.sidebar .select2-container {
    width: 100%;
}



/*******************************************************************************************/
/*** FOOTER ********************************************************************************/
/*******************************************************************************************/


/*******************************************************************************************/
/*** MOBILE ********************************************************************************/
/*******************************************************************************************/
.mobile-headerclass{
  background:#754c59!important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
  /*background-repeat: no-repeat!important;
  background-size: cover!important;
  background-attachment: fixed!important;
  background-image: url(https://gastro-rebels.de/wp-content/uploads/wandrebels.jpg)!important;*/
}

button.mobile-navigation-toggle .kt-mnt span{
      background: #ffffff!important;
}
#topcontrol{
     bottom: 20px!important; 
}

#menu-mobile-menue .kt-icon-facebook-official:before, #menu-mobile-menue .kt-icon-instagram:before, #menu-mobile-menue  .kt-icon-youtube:before {
    position: absolute;
    top: 7px;
    left: 12px;
    pointer-events: none;
}

#menu-mobile-menue .social-mobile-men a{
  padding-left: 35px;
}






