.navbar-brand {
  padding: 8px 0;
}

.navbar-brand img {
  height: 100%;
}

.layout--twocol-section {
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  max-width: 100%;
}

.layout--twocol-section.layout--twocol-section--75-25 .layout__region--first {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(75% - 2rem);
          flex: 0 1 calc(75% - 2rem);
}

.layout--twocol-section.layout--twocol-section--67-33 .layout__region--first {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(67% - 2rem);
          flex: 0 1 calc(67% - 2rem);
  max-width: calc(67% - 2rem);
}

.stream-resume .media-left img {
  border-radius: 50%;
}

.stream-resume .bg-white {
  display: block;
  border-radius: 25px;
  padding: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
  position: relative;
}

.stream-resume .bg-white:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1f80aa;
  position: absolute;
  left: -17px;
  top: 34px;
}

.stream-resume .bg-white:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ffffff transparent;
  position: absolute;
  left: -9px;
  top: 29px;
}

.stream-resume .card__nested-section {
  display: none;
}

.views-element-container .item-list > ul {
  padding: 0;
}

.views-element-container .item-list > ul li {
  display: block;
}

.view-gare .teaser .teaser__image {
  height: 100%;
}

.view-gare .teaser .teaser__image .field--name-field-image {
  height: 100%;
}

.view-gare .teaser .teaser__image .img-responsive {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tag, .tag-list a {
  position: relative;
  z-index: 100;
  background: white;
  font-size: 0.8rem;
  padding: 5px;
  display: inline-block;
  margin-bottom: 5px;
  border: 1px solid #283583;
  position: relative;
  color: #4d4d4d;
}

.tag a, .tag-list a a {
  color: black;
}

.tag .tag__remove, .tag-list a .tag__remove {
  position: absolute;
  top: -5px;
  right: -5px;
  color: red;
}

#hero .tag-description, #hero .tag-list {
  padding-bottom: 20px;
}

.medium-teaser-container {
  max-width: 100%;
}

.medium-teaser-container > ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.medium-teaser-container > ul li {
  max-width: calc(50% - 10px);
  width: calc(50% - 10px);
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  list-style: none;
}

.medium-teaser-container .teaser__content-line {
  font-size: 0.8rem;
}

.medium-teaser-container .teaser {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.medium-teaser-container .teaser h4 {
  font-size: 1rem;
}

.medium-teaser-container .teaser .teaser__title {
  height: 38px;
  overflow: hidden;
  margin: 0;
}

.medium-teaser-container .teaser .teaser__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

.medium-teaser-container .teaser .teaser__teaser-type {
  border-radius: 0;
}

.medium-teaser-container .teaser .card__actionbar {
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.medium-teaser-container .teaser .card__actionbar .card__link {
  display: none;
}

.medium-teaser-container .teaser .card__actionbar .badge__label {
  color: #4d4d4d;
}

.gare-hero h1 a, .gare-hero h1 div {
  display: inline;
}

.gare-hero .teaser {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gare-hero .teaser__image {
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
