/*******************************************************************************************/
/*** ALLGEMEIN *****************************************************************************/
/*******************************************************************************************/
h1, h2 {
  text-transform: uppercase;
}
a, a:hover {
  transition:0.25s;
}
a img:hover{
  opacity:0.8;
}

/*******************************************************************************************/
/*** HEADER ********************************************************************************/
/*******************************************************************************************/
.sf-menu li {
  text-transform: uppercase;
}
.sf-menu li a {
  letter-spacing: 1px;
}
.sf-menu li a:hover {
  color: #959aa5!important;
}
li.current-menu-item.current_page_item a{
  color: #959aa5!important;
}

#kad-banner-sticky-wrapper:after, #kad-mobile-banner:after {
    height: 20px;
    content: "";
    width: 100%;
    background: #f8f9f9;
    position: absolute;
    border-bottom: 1px solid #e9e9e9;
}


/*******************************************************************************************/
/*** SLIDER ********************************************************************************/
/*******************************************************************************************/
.sliderclass {
  padding: 20px 0 0 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: #f8f9f9;
}

/*******************************************************************************************/
/*** CONTENT *******************************************************************************/
/*******************************************************************************************/
#content{
  padding: 40px 15px;
}

.panel-body {
    background: #f9fafa;
}

.panel-heading h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.8px;
    margin-top: 0;
    margin-bottom: 0;
}

.panel-heading{
  background:#596678;
}

.icon-minus:before {
    color: #ffffff;
}

/*******************************************************************************************/
/*** Kontaktformular ***********************************************************************/
/*******************************************************************************************/
.wpcf7-form {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: normal;
}

.wpcf7-submit{
    text-transform: uppercase;
}

.wpcf7 input, .wpcf7 textarea {
    background: #f5f5f5;
}




/*******************************************************************************************/
/*** BLOG **********************************************************************************/
/*******************************************************************************************/


/*******************************************************************************************/
/*** FOOTER ********************************************************************************/
/*******************************************************************************************/
.footerclass a:hover {
    color: #b3b3b3!important;
}

/*******************************************************************************************/
/*** MOBILE ********************************************************************************/
/*******************************************************************************************/

.icon-menu:before {
    content: "\e2ac";
    content: "☰";
    font-size: 30px;
}



