/*** ALLGEMEIN ***/
/*** Schriften in unterschiedlichen Browsern ähnlich rendern ***/
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; 
}
/*** blauer Rahmen bei angeklickten Objekten entfernen ***/ /*
a, a:link, a:visited, a:hover, a:active, a:focus, button, button:active, button:focus, button:visited, input, input:active, input:focus, input:visited{  
outline:none;
}*/


/*** Darstelungsfehler Sticky Mobilnavi ***/
.mobile-stickyheader{
width: calc(100% + 30px)!important;
}

#kad-banner #logo .kad-retina-logo{
margin-left:0;
}

.boxed.stickyheader .is-sticky #kad-banner {
margin-right: 5px;
}


.col-md-8.kad-header-right {
    background: #fff;
}

html{
padding-top:5px;
}
#wrapper{
}

h1, h2, h3, h4{
line-height:normal!important;
}

h1, h2, h3{
color: #981428;
 text-transform: uppercase;
}

.subhead {
    display: none;
}

/***
h1:after, h2:after, h3:after {
    content: "]";
    color: #981428;
    font-weight: bold;
}

h1:before, h2:before, h3:before {
    content: "[";
    color: #014f86;
    font-weight: bold;
}
***/


/*** Seitenspeziefische Hintergründe ***/
/*
body.page-id-77 {
    background: url(https://www.cr-appliance.com/wp-content/uploads/LS04-016_3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
*/


.contentclass {
    background: rgba(255, 255, 255, 0.95);  /*#ffffffeb*/
    padding-top: 0;
}

.page-header .entry-title {
    text-transform: uppercase;
    font-size: 30px;
}
.page-header {
    border-top: none;
}

.hometitle {
    text-align: left;
    text-transform: uppercase;
}

.kad-header-style-three #nav-main ul.sf-menu>li>a {
    padding: 0 15px;
}

.kad-slider {
    overflow: hidden!important;
}

/*** NEWS ****/
.col-md-12.kttextpost.post-text-container.postcontent {
    background: #fff;
}
img.iconhover {
    opacity: 0.1;
}
article h1.entry-title, article  h3.entry-title {
    font-size: 24px;
}

section#annual_archive_widget-2 ul li a:before {
    font-family: virtue_icons;
    font-style: normal;
    speak: none;
    font-weight: 400;
    content: "\e112";
    float: left;
    margin-left: -20px;
    -webkit-font-smoothing: antialiased;
}

/*** AKKORDEON ***/
.panel-heading {
    background: #fff;
}
.panel-collapse {
    background: #fff;
}
.panel-heading h5 {
    color: #0f578b;
}

/* MOBILE MENU */
.mobileclass {
    background: #fff;
}

@media (max-width:991px){
.sliderclass {
    padding: 0;
}
}


/*** FOOTER ***/

.footercredits p, .footernav ul li a {
    color: #aaa;
    font-size: 12px;
}

/***********************************************************************************************************************************************************************************************************************************************************/
/*****ANIMATIONEN*****/
/*********************/

/*Animation Header*/
@keyframes slideInFromBottom {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.sliderclass {  
  animation: 1s ease 0s 1 slideInFromBottom;
}

/*Animation Content*/
@keyframes slideInFromBottom {
  0% {
    transform: translateY(+100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.entry-content {  
  animation: 1.1s ease 0s 1 slideInFromBottom;
  animation-delay: 0.0s;
}





@keyframes zoomInOut {
 from {transform: scale3d(1, 1, 1		);  }
  50%  {transform: scale3d(1.09, 1.09, 1);  }
 to    {transform: scale3d(1, 1, 1);  }    
}
@keyframes zoomInOutAnti {
 from {transform: scale3d(1, 1, 1		);  }
  50%  {transform: scale3d(0.955, 0.955, 1);  }
 to    {transform: scale3d(1, 1, 1);  }    
}

.zoomInOut {
  animation-name: zoomInOut;
}

.headerschrift{
  animation: 20s ease 0s infinite zoomInOutAnti;
}
.kad-slide{
  animation: 20s ease 0s infinite zoomInOut;
}
