/*******************************************************************************************/
/*** ALLGEMEIN *****************************************************************************/
/*******************************************************************************************/
html{
  background: #f2f2f2;
}

/*******************************************************************************************/
/*** HEADER ********************************************************************************/
/*******************************************************************************************/
.stickyheader .is-sticky #kad-banner {
    box-shadow: #f3f1f1 1px 1px;
    transition:0.5s;
}
#kad-banner{
    box-shadow: #ffffff 1px 1px;
    transition:0.5s;
}


/* Linien beim Seitentitel entfernen */
.page-header{
  border:none;
}


/* Topbar */
#topbar {
    display: flex;
}

.topbarmenu a {
    text-shadow: 1px 1px 3px #505050;
}

#custom-header:after {
    box-shadow: inset rgba(55, 55, 55, 0.7) 0px -50px 24px -25px;
    content: "";
    height: 100px;
    width: 200%;
    display: block;
    margin-top: -100px;
    z-index: 10;
    position: absolute;
    left: -50%;
    transition:1s;
}


/*******************************************************************************************/
/*** SLIDER ********************************************************************************/
/*******************************************************************************************/


/*******************************************************************************************/
/*** CONTENT *******************************************************************************/
/*******************************************************************************************/


/*******************************************************************************************/
/*** BLOG **********************************************************************************/
/*******************************************************************************************/


/*******************************************************************************************/
/*** FOOTER ********************************************************************************/
/*******************************************************************************************/


/*******************************************************************************************/
/*** MOBILE ********************************************************************************/
/*******************************************************************************************/


