.content-bottom {
margin-top: 25px;
padding: 20px;
}
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #000;
    background: #CDDEE7;
}
ul.menu>li.active>a
{
  text-indent: 7px;
  padding: 0 15px;
  margin: 3px auto;

}

.sp-megamenu-parent>li>a  
{
        background-color:#5B6F76;
        color: #FFF;
        line-height: 30px !important;
	border-radius:15px;
	cursor:pointer;
	font-family:Arial;
	margin: 13px 5px;
	text-decoration:none;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
    color: #000;
        background: #CDDEE7;
        line-height: 10px !important;
        border-style: solid;
        border-width: 1px;
	border-color: #5B6F76;
        border-radius:15px;
	cursor:pointer;
	font-family:Arial;
	margin: 5px 5px;
        padding: 10px;
	text-decoration:none;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #FFF;
         background-color:#5B6F76;
        line-height: 10px !important;
	border-radius:15px;
	cursor:pointer;
	font-family:Arial;
	margin: 5px 5px;
        padding: 10px;
	text-decoration:none;
}

.sp-megamenu-parent>li:last-child>a {
    padding: 0px 15px 0px 15px;
}
.article-list .article {
margin: 10px 10px 30px 10px;
padding: 20px;
border: 0px solid #f5f5f5;
border-radius: 3px;
box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 40%);
border-radius: 22px !important;
background-color:#DCE2E4!important;
}

.article-details  {
box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 40%);
border-radius: 22px !important;
padding: 20px;
background-color:#DCE2E4!important;
font-size: 18px;
margin: 10px 10px 30px 10px;
}

.page-header  {
box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 40%);
border-radius: 22px !important;
background-color:#8DB6C9!important;
margin-bottom: 15px;
padding: 15px;
text-align: center!important;
}

.sp-module-title {
box-shadow: 2px 2px 20px 0 rgb(0 0 0 / 40%);
border-radius: 22px !important;
background-color:#8DB6C9!important;
text-align: center!important;
padding: 4px;
height: 30px;
border-bottom: 0px solid #f3f3f3!important;
}
.sp-module {
box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 40%);
border-radius: 22px !important;
background-color:#DCE2E4!important;
margin-bottom: 35px!important;
margin: 20px;
}

.headerbild {
box-shadow: none!important;
border-radius: none!important;
background-color:#FFF !important;
margin-bottom: 0px!important;
margin: 0px;
}

.footerrechts  {
box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 40%);
border-radius: 22px !important;
padding: 20px;
background: linear-gradient(to bottom, #BAC5CA 0, #9DADB4 40%, #9AABB1 50%, #9DADB4 60%, #BAC5CA 100%) no-repeat;
color: #000000;
}
.sp-footer {
    background: none!important;
    }
.sp-footer a, .sp-bottom a {
  color: #0345bf!important; 
}
.sp-module ul>li>a {
background-color: #8DB6C9;
    line-height: 30px !important;
    border-radius: 15px;
    cursor: pointer;
    font-family: Arial;
    margin: 5px;
    padding: 0px 10px!important;
    text-decoration: none;
    color: #1355c3;
}
.sp-module ul>li>a:hover {
    color: #e69533;
}

.menu-child  {
margin-left: 10px!important;
}
.childlink::before {
  content: "• "; 
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.article-header {
    background: #508DAA;
    background: rgba(80, 141, 170, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #A8B7BD;
    padding: 10px 0px 0px 10px !important;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
    font-size: 1.375rem;
    margin: 0 0 .9rem 0 !important;
}

#sp-main-body {
 padding: 10px 0!important;
}

.badge {
    display: none;
}

.countdown {
    border: 0px solid #ccc!important;
}
.countdown_title {
    font-size: 28px;
    font-weight: 500;
    background: rgba(80, 141, 170, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0px 15px 0px 15px;
    border: 1px solid #A8B7BD;
    color: #252525!important;
    }
.countdown_displaydate {
   font-size: 26px;
   color: #252525!important;
}
.countdown_daycount {
    font-size: 40px;
}