* {
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
}
.filterPosition {
  text-align: center;
  padding: 0px 2.5%;
}
.button-group {
  display: inline-block;
}
.button {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 10px;
  border-radius: 0px;
  border: 2px none #888888;
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  border-right: none;
  cursor: pointer;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.button:hover {
  background: #eeeeee;
  color: #000000;
}
.button:active,
.button.is-checked {
  background: #eeeeee;
  color: #000000;
}
.button:focus {
  outline: none;
}
.button-group:after {
  content: '';
  display: block;
  clear: both;
}
.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0px;
}
.button-group .button:first-child {
  border-radius: 0px 0 0 0px;
}
.button-group .button:last-child {
  border-radius: 0 0px 0px 0;
  border-right: 2px none #888888;
}
.grid {
  width: 100%;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.element-item {
  position: relative;
  float: left;
  width: 45%;
  background-color: #d8dce5;
  height: 490px;
  margin: 15px 2.5% 15px 0px;
  color: #000000;
  border: 0px solid #000000;
  border-radius: 0px;
  padding: 15px;
  box-shadow: none;
}
.blogHeadlineContainer {
  background: #617494 none repeat scroll 0 0;
  padding: 5px;
  margin: -15px;
  margin-bottom: 15px;
}
.blogHeadlinePost a {
  color: #fff;
  font-size: 1.1em;
  font-weight: normal;
  margin: 0px;
  padding: 5px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .element-item {
    width: 40%;
    margin: 30px 5%;
  }
}
@media (max-width: 768px) {
  .element-item {
    width: 40%;
    margin: 30px 5%;
  }
  .button {
    display: inline-block;
    width: 100%;
    padding: 8px 16px;
    margin-bottom: 10px;
    border-radius: 0px;
    border: 2px solid #888888;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    cursor: pointer;
  }
}
@media (max-width: 480px) {
  .element-item {
    width: 100%;
    margin: 15px 0px;
  }
}
.newsDate {
  font-size: 12px;
  line-height: 1.9;
  margin-bottom: 9px;
  color: #000000;
}
.blogImage {
  border-radius: 0px 0px 0px 0px;
}
.blogInner {
  padding: 0px;
}
.element-item img {
  max-width: 100%;
  width: 100%;
}
.blogHeadlinePost {
  display: block;
  width: 100%;
  padding: 5px;
  margin: 0px;
  text-indent: -5px;
}
.blogItemText p {
  font-size: 13px;
  line-height: 1.8;
  color: #000000;
}
.loadMoreButton {
  margin: 50px auto;
  border: none;
  display: block;
  text-align: center;
  background: none;
}
.loadMoreButton span {
  border: 2px solid #888888;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  padding: 16px 32px;
  background: #ffffff;
  border-radius: 0px;
  display: block;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.loadMoreButton span:hover {
  background: #eeeeee;
  color: #000000;
}
.loadMoreButton:focus,
#backButton:focus {
  outline: none;
}
.endRecordRow {
  margin-top: 40px;
  font-size: 20px;
  text-align: center;
}
.loading-image {
  display: block !important;
  width: 20px !important;
  margin: 40px auto;
}
.fas,
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h3 a:hover,
a:hover,
.teaserWeiter:hover,
.postWeiter:hover,
.postWeiter a:hover {
  color: #888888 !important;
}
.blogImage,
.blogImageLarger {
  -webkit-filter: none;
  filter: none;
  margin-bottom: 10px;
}
.postWeiter {
  bottom: 15px;
  right: 15px;
  position: absolute;
  z-index: 99;
  font-size: 13px;
}
.postWeiter a {
  color: #000000 !important;
}
.blogImageLarger {
  max-width: 50% !important;
  float: right;
}
.newsflash {
  text-align: left !important;
}
