/*
dunkelgrün #1d8c99
hellgrün #afcb08

 */

h2 
 {
	color: #1d8c99;
	 margin-bottom: 20px;
}

h1, h2, div.page-header h2 {
	font-weight: bold;
}

.article-list .article .article-header h1, .article-list .article .article-header h2, .article-list .article .article-header h3 {
  font-size: 2rem;
  margin: 0 0 30px 0;
}

#sp-header {
  height: 88px;
}

.logo-image {
  height: 80px;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  padding: 0;
}

#sp-footer, #sp-bottom {
  background: #212121;
  color: white;
}

ul.list-arrow.arrow-blue {
  padding-left: 0;
}

ul.list-arrow li::after {
    border: 0.34em solid transparent;
    content: "";
    height: 0;
    left: 3px;
    position: absolute;
    top: 10px;
    width: 0;
}
ul.list-arrow li {
    display: block;
    margin-left: 0;
    padding-left: 16px;
    position: relative;
}

ul li { 
    padding: 0;
    margin: 0.4em 0 0.4em 1.6em;}

ul.list-arrow.arrow-blue li::after {
    border-left-color: #1d8c99 !important;
}


#jsn-footer{
	background: #212121;
	color: white;
	margin-top: 60px;
}

#jsn-footer a {
	color: white;
}

#jsn-content-bottom{
	background:none;
	margin: 0px;
	padding: 0px;
	border: none;
	box-shadow: none;
}

#jsn-content-bottom_inner{
	width: 100% !important;
	background:none;
	margin: 0px;
	padding: 0px 0px 30px;
	border: none;
}

@media (min-width: 991px) and (max-width: 1200px) {
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  font-size: 16px;
	}
}


@media (min-width: 100px) and (max-width: 990px) {
#sp-header {
  height: auto !important;
}

div#sp-promo {
    height: 200px;
}
  
  h1, h2, div.page-header h2, .article-list .article .article-header h1, .article-list .article .article-header h2, .article-list .article .article-header h3 {
  font-size: 1.5rem;
    line-height: 1.3;
}

}

