.views_wrap_id__cards_all_contact_cards {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}

@media (min-width: 768px) {
  .views_wrap_id__cards_all_contact_cards {
    padding: 60px 0;
  }
}

.views_wrap_id__cards_all_contact_cards:before {
  background: #f3f3f3;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
}

.views_wrap_id__cards_all_contact_cards h2 {
  margin-bottom: 13px;
  font-size: 30px;
}

@media (min-width: 768px) {
  .views_wrap_id__cards_all_contact_cards h2 {
    margin-bottom: 23px;
    font-size: 38px;
  }
}

.views_wrap_id__cards_all_contact_cards .node--type-contact-card.node--view-mode-liste-kort {
  background: #fff;
}

.node--type-contact-card.node--view-mode-liste-kort {
  border-left: 4px solid #ff0;
  font-size: 17px;
  -webkit-box-shadow: rgba(147, 149, 152, 0.4) 1px 2px 5px;
  box-shadow: rgba(147, 149, 152, 0.4) 1px 2px 5px;
  margin-bottom: 20px;
  max-width: 585px;
  word-break: break-all;
  color: #000;
  line-height: 1.5;
}

.node--type-contact-card.node--view-mode-liste-kort::after {
  display: block;
  clear: both;
  content: "";
}

@media (min-width: 768px) {
  .node--type-contact-card.node--view-mode-liste-kort {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.node--type-contact-card.node--view-mode-liste-kort .image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: left;
  text-align: center;
  width: 95px;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .node--type-contact-card.node--view-mode-liste-kort .image-wrap {
    width: 175px;
    margin-right: 0;
  }
}

.node--type-contact-card.node--view-mode-liste-kort .image-wrap > img {
  height: auto;
  width: 58px;
  margin: 13px auto;
}

@media (min-width: 768px) {
  .node--type-contact-card.node--view-mode-liste-kort .image-wrap > img {
    width: 90px;
    margin: 30px auto;
  }
}

.node--type-contact-card.node--view-mode-liste-kort .text-wrap {
  padding: 15px;
}

@media (min-width: 768px) {
  .node--type-contact-card.node--view-mode-liste-kort .text-wrap {
    padding: 28px 30px;
    overflow: hidden;
  }
}

.node--type-contact-card.node--view-mode-liste-kort .text-top {
  min-height: 95px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .node--type-contact-card.node--view-mode-liste-kort .text-top {
    min-height: 60px;
    margin-bottom: 20px;
  }
}

.node--type-contact-card.node--view-mode-liste-kort .field-name-node-title h4 {
  font-size: 17px;
  margin: 0 0 2px;
  font-family: Amnesty Trade Gothic, sans-serif;
  font-weight: bold;
}

@media (min-width: 768px) {
  .node--type-contact-card.node--view-mode-liste-kort .field-name-node-title h4 {
    font-size: 20px;
  }
}

.node--type-contact-card.node--view-mode-liste-kort *:last-child {
  margin-bottom: 0;
}

.node--type-contact-card.node--view-mode-liste-kort a {
  color: currentColor;
  text-decoration: none;
}