@charset "utf-8";
/* CSS Document */
/* .rscarousel[class*="rsmg_rsp_container"]::before {
    background: none !important;
} */
@font-face {
    font-family: ABeeZee;
    src:url("fonts/abeezee-v11-latin-regular.ttf") format("truetype");
} 
/* abeezee-100 - latin */
@font-face {
  font-family: 'ABeeZee';
  font-style: normal;
  font-weight: 100;
  /* IE9 Compat Modes */
  src: url('fonts/abeezee-v11-latin-regular.eot');
  src: local('ABeeZee Thin'), local('ABeeZee-Thin'),
	/* IE6-IE8 */
        url('fonts/abeezee-v11-latin-regular.eot?#iefix') format('embedded-opentype'),
	/* Super Modern Browsers */
        url('fonts/abeezee-v11-latin-regular.woff2') format('woff2'),
	/* Modern Browsers */
        url('fonts/abeezee-v11-latin-regular.woff') format('woff'),
	/* Safari, Android, iOS */
        url('fonts/abeezee-v11-latin-regular.ttf') format('truetype'),
	/* Legacy iOS */
        url('fonts/abeezee-v11-latin-regular.svg#ABeeZee') format('svg');
}
body {
  background-color: #ffffff;
  color: #333333;
  font-family: ABeeZee;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 27px;
  overflow-x: hidden;
  padding: 0;
  z-index: 0;
}

hr {
  border-color: #e1e1e1;
}

a {
  color: #B03626;
  outline: 0;
}

a:hover,a:active,a:focus {
  color: #B03600;
  text-decoration: none;
  outline: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-family: ABeeZee;
  color: #B03626;
  font-weight: 300;
  line-height: 1.3;
  margin-top: 0;
}

h1.alternated,h2.alternated,h3.alternated,h4.alternated,h5.alternated,h6.alternated {
  font-family: ABeeZee;
}

h1,h2,h3 {
  line-height: 1.2;
  margin-bottom: 30px;
  position: relative;
}

h1 {
  font-size: 40px;
  letter-spacing: -3px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  margin: 0 0 15px 0;
}
/* Farbänderung im Kategroie Blog - Anzahl der Inhalte  */
#rstpl-com_content .com-content-category-blog .bg-info {
background-color:#B03626 !important;
}