@charset "UTF-8";
/* CSS Document 
Farben
Dunkelgelb: #FAB610 rgb(250,182,16)
Hellgelb: #E8CC8F rgb(232,104,143)
Dunkelbraum: #7D4E24 rgb(125,78,36)
warmes Grau: #AD9475  rgb(176,148,117)
Orange: #F39200 rgb(243,146,0)
*/


.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1180px;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    float: right;
    margin-right: 2rem;
}
p{
	hyphens: auto;
}
.article-list .article {
    box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.1);
}
.article-body{
	margin: 0 -11px;
}
.bildrechts{
	float: right;
	max-width: 48%;
	margin-left: 4%;
}
.bildlinks{
	float: left;
	max-width: 48%;
	margin-right: 4%;
}
/*   Modul Newsflash   */  
.termin {
    background-color: rgba(176,148,117,0.2);
    border: 2px solid #AD9475 !important;
    padding: .6rem .6rem 0 !important;
    border-radius: 3px;
}
.termin .newsflash-title{
	font-size: 1rem;
	font-weight: 200 !important;
}
.termin a{
	color: #F39200;
}
.termin .mod-articlesnews__item {
	margin-bottom: 2rem;
}
.termin {
	margin-bottom: 2rem;
}
.sp-module .hinweis {
    background-color: rgba(232,104,143,0.9) !important;
    border: 2px solid #F39200 !important;
    padding: .6rem .6rem 0 !important;
    border-radius: 3px;
}
.sp-module .hinweis h3{
	font-size: 1rem;
	font-weight: 200 !important;
}
.sp-module .hinweis a{
	color: #F39200;
}


@media (min-width: 667px){
#sp-component{
	padding: 0 1%;
}
.col-lg-4, .mfp-col-sm-6{
	max-width: 50% !important;
	float: left;
}
.sp-page-title, #sp-footer .container-inner {
    padding: 0.75rem 0;
}
.sp-page-title-heading{
	font-size: 1rem !important;
}
.sp-megamenu-parent{
}
/*.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span*/
.sp-menu-item {
    font-size: 1rem;
	padding-top: 1rem;
}}
@media(max-width: 991px) {
#sp-header {
    height: 66px;
}
#sp-logo{
	margin-left: 32% !important;
}
.logo-image-phone {
    top: 3.4rem;
    position: relative;
 }
#sp-header.header-sticky .logo-sticky {
    diplay: none;
 }
}

@media (min-width: 992px){

#sp-header.header-sticky{
  height: 80px;
}
#sp-header .logo {
  position: relative;
  top: 2.3rem;
}
#sp-header.header-sticky .logo {
    top: 0rem;
  }
/*  #sp-logo.has-border {
  margin-top: 2.3rem;
}
.header-sticky#sp-logo {
  margin-top: 0 !important;
}
#sp-menu{
    height: 80px;
  }*/
.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
    padding: 0 0 0 15%;
}
.sp-page-title-heading{
	font-size: 1.25rem !important;
}
.article-details {
	margin: 0 15%;
}
}
h1, h2, h3{
	color: #7D4E24;
    font-weight: 200;
}
.article-details .article-header h1, .article-details .article-header h2 {
	color: #7D4E24;
    font-size: 2.25rem;
    font-weight: 200;
}
.article-details .featured-article-badge{display:none;}