/* COLORS */
/* FONTS */
#node-blog_uebersicht {
  /* <= 1599px */
  /* <= 1439px */
  /* <= 1247px */
  /* <= 1129px */
  /* <= 1023px */
  /* <= 812px */
}
#node-blog_uebersicht #intro_global > .section {
  padding-bottom: 0;
}
#node-blog_uebersicht #blog {
  background: url("/themes/custom/images/waves/hero_lightblue_full.svg") center center repeat-x transparent;
  background-size: cover;
  padding: 0;
  position: relative;
  z-index: 1;
}
#node-blog_uebersicht #blog .view .view-filters {
  margin-bottom: 50px;
}
#node-blog_uebersicht #blog .view .view-filters a.show-filters {
  display: none;
}
#node-blog_uebersicht #blog .view .view-filters .dropdown-content {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  padding: 0;
  box-shadow: none;
  overflow: visible;
  margin: 0;
  background: none;
}
#node-blog_uebersicht #blog .view .view-filters .dropdown-content:before {
  display: none;
}
#node-blog_uebersicht #blog .view .view-filters .views-exposed-form .fieldgroup {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none;
}
#node-blog_uebersicht #blog .view .view-filters .views-exposed-form .fieldgroup legend {
  padding: 0;
  margin: 10px 50px 0 0 !important;
  font-weight: 700;
  float: left;
  width: auto !important;
  display: none;
}
#node-blog_uebersicht #blog .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper {
  float: left;
  width: auto !important;
}
#node-blog_uebersicht #blog .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item {
  float: left;
  margin-right: 50px !important;
  margin-top: 10px !important;
}
#node-blog_uebersicht #blog .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item input {
  display: none;
}
#node-blog_uebersicht #blog .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item label {
  padding-left: 0 !important;
  cursor: pointer;
  font-size: 16px !important;
  line-height: 28px !important;
}
#node-blog_uebersicht #blog .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item label:before,
#node-blog_uebersicht #blog .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item label:after {
  display: none !important;
}
#node-blog_uebersicht #blog .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item label:hover {
  color: #00adef;
}
#node-blog_uebersicht #blog .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item input:checked + label {
  color: #00adef;
  font-weight: 700;
}
#node-blog_uebersicht #blog .view .view-filters .views-exposed-form .form-actions {
  display: none;
}
#node-blog_uebersicht #blog .view .view-content {
  margin: -1%;
}
#node-blog_uebersicht #blog .view .view-content .views-item {
  float: left;
  margin: 1%;
  width: 31%;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#node-blog_uebersicht #blog .view .view-content .views-item .image a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 66.666%;
  background: #fafafa;
  border-radius: 12px 12px 0 0;
  transform: translateZ(0);
}
#node-blog_uebersicht #blog .view .view-content .views-item .image a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}
#node-blog_uebersicht #blog .view .view-content .views-item .image a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 19;
}
#node-blog_uebersicht #blog .view .view-content .views-item .image a:hover:before {
  opacity: 0.3;
}
#node-blog_uebersicht #blog .view .view-content .views-item .image a:hover img {
  transform: scale(1.1);
}
#node-blog_uebersicht #blog .view .view-content .views-item .content {
  padding: 40px;
}
#node-blog_uebersicht #blog .view .view-content .views-item .content .infos {
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  margin-bottom: 5px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
}
#node-blog_uebersicht #blog .view .view-content .views-item .content .infos .category {
  background: #00adef;
  border-radius: 5px;
  color: #ffffff;
  padding: 0 5px;
  margin-left: 10px;
  display: inline-block;
  max-width: calc(100% - 90px);
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
#node-blog_uebersicht #blog .view .view-content .views-item .content .title {
  margin: 0 0 6px 0;
  font-weight: 700;
}
#node-blog_uebersicht #blog .view .view-content .views-item .content .text {
  font-size: 14px;
  line-height: 24px;
}
@media all and (max-width: 1599px) {
  #node-blog_uebersicht #blog .view .view-content .views-item {
    width: 31.333%;
  }
  #node-blog_uebersicht #blog .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item label {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media all and (max-width: 1247px) {
  #node-blog_uebersicht #blog .view .view-filters .views-exposed-form .fieldgroup legend {
    margin-right: 30px !important;
  }
  #node-blog_uebersicht #blog .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item {
    margin-right: 30px !important;
  }
  #node-blog_uebersicht #blog .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item label {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media all and (max-width: 1129px) {
  #node-blog_uebersicht #blog .view .view-content {
    margin: -2%;
  }
  #node-blog_uebersicht #blog .view .view-content .views-item {
    margin: 2%;
    width: 46%;
  }
}
@media all and (max-width: 1023px) {
  #node-blog_uebersicht #blog .view .view-content {
    margin: -2%;
  }
  #node-blog_uebersicht #blog .view .view-content .views-item {
    margin: 2%;
    width: 46%;
  }
}
@media screen and (max-width: 812px) {
  #node-blog_uebersicht #blog .view .view-filters a.show-filters {
    display: inline-block;
  }
  #node-blog_uebersicht #blog .view .view-filters a.show-filters i {
    margin-left: 5px;
    font-size: 14px;
  }
  #node-blog_uebersicht #blog .view .view-filters .dropdown-content {
    display: none;
    position: absolute;
    right: auto;
    margin-right: 0;
    top: 100%;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    padding: 0;
    margin-top: 20px;
    left: 0;
    width: 100%;
  }
  #node-blog_uebersicht #blog .view .view-filters .dropdown-content:before {
    display: block;
    right: auto;
    left: 15px;
  }
  #node-blog_uebersicht #blog .view .view-filters .views-exposed-form {
    padding: 10px 20px 20px 20px;
    overflow: hidden;
    overflow-y: auto;
    max-height: 50vh;
  }
  #node-blog_uebersicht #blog .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper {
    width: 100% !important;
  }
  #node-blog_uebersicht #blog .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item {
    margin: 10px 0 0 0 !important;
    float: none !important;
  }
  #node-blog_uebersicht #blog .view .view-filters .views-exposed-form .fieldgroup .fieldset-wrapper .form-radios .form-item label {
    font-size: 16px !important;
    line-height: 26px !important;
    width: 100%;
    display: block;
  }
  #node-blog_uebersicht #blog .view .view-content {
    margin: 0;
  }
  #node-blog_uebersicht #blog .view .view-content .views-item {
    margin: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  #node-blog_uebersicht #blog .view .view-content .views-item .content {
    height: auto !important;
  }
  #node-blog_uebersicht #blog .view .view-content .views-item .content .text {
    font-size: 14px;
    line-height: 22px;
  }
}
/*# sourceMappingURL=blog_uebersicht.css.map */