@charset "utf-8";
/* CSS Document */

.featured-article-badge {display:none}

img {
  display: inline-block;
}

/* Content Article */

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
	margin: 0px;
	border-radius: 3px 3px 0 0;
	border-bottom: 1px solid #f5f5f5;
	overflow: hidden;
}
/* Top Bar */





#sp-top-bar {
	padding: 4px 0;
	font-size: 14px;
}
#sp-top-bar a {
	font-size:14px;
}
/* Header */

#sp-header img {
	transition: height 1s;
}
#sp-header {
	background:#ebf0e3;
}
#sp-header.header-sticky img {
	height:40px;
}
#sp-header.header-sticky {
	height: 50px;
	background:#ebf0e3;
}
#sp-header.header-sticky .sp-megamenu-parent > li > a {
	line-height:50px
}
#sp-header.header-sticky #sp-menu > .sp-column {
	height: 50px;
}
#sp-header.header-sticky .logo {
	height: 50px;
	margin-top:0px;
}
 @media (max-width:1399px) {
 .sp-megamenu-wrapper {
display:none!important;
}
}
@media (max-width: 1199px) {
 .sp-megamenu-parent {
display:none!important;
}
}

@media (min-width: 1400px) {
 #offcanvas-toggler {
display:none!important;
}
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	line-height: 150%;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	font-size:14px!important;
}
.sp-megamenu-parent > li:focus > a {
	color: #ff9900;
}
/* OnClick */

.sp-megamenu-parent > li > a:active {
	color: #425626;
}
/* offCanvas */

.offcanvas-menu .logo-image {
	width:150px!important;
	height:auto!important;
}
/* Modul Fronttitle */



.fronttitle .container-inner {
	background:rgba(121, 156, 70, 0.5);
	margin: 15px 0px 5px 15px;
	padding: 20px;
	border-radius:5px;
}
/* Main Body */

.view-featured #sp-main-body {
	padding: 15px 0;
}
.view-article #sp-main-body {
	padding: 50px 0;
}
/* Articles */

.articles-more .nav {
	display:block!important;
	list-style:outside;
}
.articles-more .nav-tabs {
	border-bottom: none;
	margin-left:30px;
}
/* Sidemodul left / right */

#sp-left .sp-module {
	background:rgba(121, 156, 70, 0.1);
	font-size:14px;
	padding: 20px;
}
#sp-left .sp-module ul, #sp-right .sp-module ul {
	list-style: disc;
	margin-left: 20px;
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	display: list-item;
	border-bottom: none;
}
#sp-left .sp-module ul {
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
	margin: 0 0 30px;
	padding-bottom: 20px;
	font-size: 22px;
	font-weight: 700;
	border-bottom: 1px solid rgba(121, 156, 70, 0.8);
}
/* Readmoe */





.readmore a,  .readmore a.btn {
	border: none;
	padding: 10px 15px;
	font-size: 16px;
	color: #FFFFFF!important;
	background:#799c46;
	border-radius: 4px;
}
.readmore a:hover,  .readmore a.btn:hover {
	background:#425626;
}
/* Breadcrumb */

.breadcrumb .divider.fas.fa-map-marker-alt {
	display: none;
}
/* Google Map */

.map p {
	margin:0;
	padding:0;
	line-height:90%;
}
/* Social Share Buttons - Article */

.article-details .article-ratings-social-share {
  padding: 5px 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 1rem;
}


.article-social-share .social-share-icon ul li a {
  border: 1px solid #ededed;
  font-size: 1rem;
  border-radius: 50%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  display: inline-block;
  font-size:14px;
}

/* Searchfiled */
.mod-finder .form-control {
  padding: 1px 10px ;
  font-size: 14px;
  border-radius: 0;
}

/* Article */

.article-info {
	background:rgba(121, 156, 70, 0.7);
	padding:5px;
	color:#FFF;
}
.com-content-article img {
	margin-bottom:15px;
}
 @media (min-width:1200px) {
 .view-article .float-left img {
 max-width: 600px;
 margin-right: 30px;
}
 .view-article .float-right img {
 max-width: 600px;
 margin-left: 30px;
}
 .view-article .float-left {
float:left;
}
 .view-article .float-right {
float:right;
}
}
