/* Write your custom css code here 
rot #e2001a;
rgba (226, 0, 26,)
dunkelrot #ad0014
rgba (173, 0, 20)
info grün #D1ECF1

*/

h1, h2, h3, .h1, .h2, .h3,.page-header h2, .article-list .article .article-header h1, .article-list .article .article-header h2, .article-list .article .article-header h3 {
	margin-bottom: 15px;
}
.article-list .article .article-header h1 {
	font-size: 30px;
}
.article-list .article .article-header h2, .article-list .article .article-header h3 {
	font-size: 25px;
}

.rot {
    color: #e2001a;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
}

/*.solid-2 .module-body .btn-default, .solid-2 .module-body .btn-primary {
    font-size: 14px;
    margin: 10px;
}
.solid-2 .module-body .btn-default, .solid-2 .module-body .btn-primary {
    font-weight: bold;
}
.module-style.solid-2 {
    text-align: center;
}*/

body .btn, 
.form-control, .sppb-form-group .sppb-form-control {
  border-radius: 0px;
	font-size: 1rem;
}

.imgborder {
    padding: 10px;
    background: custom;
    border: 1px solid #9FC7EC;
}

.list-group-item-info {
  padding: 15px;
	margin-bottom: 40px;
}

.badge.bg-danger.featured-article-badge {
  display: none;
}

.sp-page-title {
  padding: 40px 0px;
}

.pagination-wrapper {
  padding-bottom: 60px;
}

img.wf_file_icon {
	display: inline-block;
	padding-right: 3px;
}

.jrFiltersContainer {
  display: none !important;
} 

#sp-menu .social-wrap::after {
  width: 0px;
}
ul.social-icons > li a span {
  font-size: 36px;
}

/*media queries*/


@media (min-width: 560px) and (max-width: 991px) {
  #sp-header {
    height: 80px;
  }
}

@media (min-width: 100px) and (max-width: 561px) {

    h1, h2, .h1, .h2 {
    font-size: 1.5rem;
    }
    h4, .h4 {
    font-size: 1.2rem;
}
	#sp-main-body {
    padding: 50px 0;
}
	div#mod-custom155 {
    display: none;
}

  #sp-menu .social-wrap {         
  display: none !important;     }
}