.entur {
  margin-right: auto;
  margin-left: auto;
  max-width: 73.684em;
  padding: 0 15px;
  width: 100%;
}
@media screen and (min-width: 50em) {
  .entur {
    padding: 0 30px;
  }
}
.right .entur {
  padding: 0;
}
.entur__heading {
  text-align: center;
}
.entur__items {
  display: flex;
  margin: 30px -15px 0 -15px;
  flex-wrap: wrap;
}
.right .entur__items {
  display: block;
  margin: 30px 0;
}
.entur__intro,
.entur__loader {
  text-align: center;
}
.entur__form {
  width: 37.5em;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.entur__form-input {
  position: relative;
  margin-bottom: 15px;
}
.entur__form-input input[type="search"] {
  width: 100%;
  max-width: 100%;
}
.entur__form-input > button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2B5F46;
  color: white;
  padding-top: 12px;
  padding-bottom: 13px;
}
.entur__form-input > button:hover,
.entur__form-input > button:focus {
  background-color: #034747;
}
@media screen and (max-width: 34.9375em) {
  .entur__form-input > button {
    width: auto;
  }
}
.entur__stop {
  background-color: white;
  border: 1px solid #2B5F46;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px;
  width: calc(33% - 30px);
}
@media screen and (max-width: 59.9375em) {
  .entur__stop {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 34.9375em) {
  .entur__stop {
    width: calc(100% - 30px);
  }
}
.right .entur__stop {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 59.9375em) {
  .right .entur__stop {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 34.9375em) {
  .right .entur__stop {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.entur__stop-heading {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 20px;
  font-size: 1.25rem;
}
.entur__stop-heading span {
  margin-top: 0;
}
.entur__stop-icon {
  margin: 0 15px 0 0;
}
.entur__stop-icon svg {
  fill: #2e664b;
}
.entur__stop-time {
  padding-left: 47px;
}
.entur__autosuggest {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  border: 1px solid #898989;
  background-color: #FFF;
  padding: 0.625em;
  width: 100%;
  display: none;
}
.entur__autosuggest.is-active {
  display: block;
}
.entur__autosuggest > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.entur__autosuggest > ul > li {
  border-bottom: 1px solid #d3d3d3;
  text-align: left;
  padding: 0;
}
.entur__autosuggest > ul > li:last-child {
  border: none;
}
.entur__autosuggest > ul > li:before {
  display: none;
}
.entur__autosuggest-suggestion {
  border: none;
  background-color: transparent;
  color: #3c3e3e;
  font-size: 1em;
}
@media screen and (max-width: 34.9375em) {
  .entur__autosuggest-suggestion {
    text-align: left;
    width: auto;
  }
}
.entur__result {
  text-align: center;
}
.entur__result-items {
  text-align: left;
}
.entur__spinner {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.entur__spinner div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #898989;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  margin-top: 0;
}
.entur__spinner div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.entur__spinner div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.entur__spinner div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.entur__spinner div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
.entur__journey {
  border: 1px solid #2e664b;
  margin-bottom: 30px;
}
.entur__journey-heading {
  display: block;
  padding: 0.3125rem 0.625rem;
  background-color: #2B5F46;
  color: #FFF;
}
.entur__journey-details {
  padding: 0.625em;
  margin: 0;
}
.entur__journey-details dl {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 28.125em;
  max-width: 100%;
}
.entur__journey-details dl > dt,
.entur__journey-details dl > dd {
  width: 50%;
  margin: 0;
}
.entur__journey-details dl > dt {
  font-weight: bold;
}
.entur__journey-part {
  display: flex;
  align-items: center;
}
.entur__journey-part p {
  margin: 0;
}
.entur__journey-part-icon {
  background-color: #FFF;
  padding: 0.3125rem;
  display: flex;
  align-items: center;
  border: 1px solid #898989;
  margin-right: 0.625em;
}
.entur__journey-part-icon svg,
.entur__journey-part-icon p {
  margin: 0;
}
.entur__journey-part-icon svg {
  margin-right: 0.3125em;
}
.entur__button-row {
  text-align: center;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
