/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
/* Uncomment and set these variables to customize the grid. */
/*grid with 12 colm*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container {
  position: relative;
  max-width: 1176px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.container--mt {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .container--mt {
    margin-top: 25px;
  }
}

.container-angular {
  position: relative;
  max-width: 1180px;
  margin: 0 auto 60px;
  padding-top: 60px;
}
@media (min-width: 767px) {
  .container-angular {
    margin: 0 auto 80px;
    padding-top: 60px;
  }
}
.container-angular--padding {
  padding-left: 15px;
  padding-right: 15px;
}

.full-content, .node-city-teaser__field-hero-image:after, .node-city-teaser__field-hero-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.col {
  max-width: 100%;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding: 15px;
}
.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

/*col-xs-1 to col-xs-12*/
.col-xs-1 {
  -ms-flex-preferred-size: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

/*col-xs-offset-1 to col-xs-offset-12*/
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

/*768px*/
@media (min-width: 768px) {
  /*col-sm-1 to col-sm-12*/
  .col-sm-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  /*col-sm-offset-1 to col-sm-offset-12*/
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
/*992px*/
@media (min-width: 992px) {
  /*col-md-1 to col-md-12*/
  .col-md-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  /*col-md-offset-1 to col-md-offset-12*/
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
/*1200*/
@media (min-width: 1200px) {
  /*col-lg-1 to col-lg-12*/
  .col-lg-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  /*col-lg-offset-1 to col-lg-offset-12*/
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
@layer drupal {
  .node-city-teaser__field-city-name {
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.05px;
  }
  .node-city-teaser__field-city-name a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
  }
  .block-content-other-cities-full__field-description a, .block-content-other-cities-full__field-description p {
    font-size: 16px;
  }
  @media (min-width: 768px) {
    .block-content-other-cities-full__field-description a, .block-content-other-cities-full__field-description p {
      font-size: 18px;
    }
  }
  .node-city-teaser__field-city-name {
    font-size: 18px;
  }
  @media (min-width: 768px) {
    .node-city-teaser__field-city-name {
      font-size: 22px;
    }
  }
}
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
.primary-link, .block-content-other-cities-full__field-description a {
  font-weight: 700;
  color: #0046b4;
  text-decoration: none;
}
.primary-link:hover, .block-content-other-cities-full__field-description a:hover {
  text-decoration: underline;
  color: #336bc3;
}

/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
@layer drupal {
  .block-content-other-cities-full__field-two-ctas-item a {
    display: inline-block;
    padding: 12px 24px;
    border: 0;
    border-radius: 30px;
    background-color: #0046b4;
    color: #fff;
    font-size: 14px;
    font-family: 700;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
  }
  @media (min-width: 768px) {
    .block-content-other-cities-full__field-two-ctas-item a + .btn {
      margin-top: 10px;
    }
  }
  .block-content-other-cities-full__field-two-ctas-item a:focus {
    outline: none;
  }
  .block-content-other-cities-full__field-two-ctas-item a:hover {
    color: #fff;
  }
  .block-content-other-cities-full__field-two-ctas-item a:disabled, .block-content-other-cities-full__field-two-ctas-item a.disabled, .block-content-other-cities-full__field-two-ctas-item a[disabled] {
    opacity: 0.5;
    pointer-events: none;
  }
  .block-content-other-cities-full__field-two-ctas-item a {
    padding: 12px 24px;
    font-size: 14px;
  }
  .block-content-other-cities-full__field-two-ctas-item a {
    background-color: #0046b4;
    color: #fff;
  }
  .block-content-other-cities-full__field-two-ctas-item a:hover {
    background-color: #336bc3;
  }
  .block-content-other-cities-full__field-two-ctas-item a:active, .block-content-other-cities-full__field-two-ctas-item a.active {
    background-color: #002a6c;
  }
  .block-content-other-cities-full__field-two-ctas-item:last-child:nth-child(2) a {
    background-color: transparent;
  }
  .block-content-other-cities-full__field-two-ctas-item:last-child:nth-child(2) a {
    box-shadow: inset 0 0 0 1px #0046b4;
    color: #0046b4;
  }
  .block-content-other-cities-full__field-two-ctas-item:last-child:nth-child(2) a:hover, .block-content-other-cities-full__field-two-ctas-item:last-child:nth-child(2) a:active, .block-content-other-cities-full__field-two-ctas-item:last-child:nth-child(2) a.active {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #336bc3;
    color: #336bc3;
  }
  .block-content-other-cities-full__field-two-ctas-item:last-child:nth-child(2) a.btn-invert {
    box-shadow: inset 0 0 0 1px #fff;
    color: #fff;
  }
  .block-content-other-cities-full__field-two-ctas-item:last-child:nth-child(2) a.btn-invert:hover, .block-content-other-cities-full__field-two-ctas-item:last-child:nth-child(2) a.btn-invert:active, .block-content-other-cities-full__field-two-ctas-item:last-child:nth-child(2) a.btn-invert.active {
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #fff;
    color: #0046b4;
  }
  .btn-close {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
  }
  .btn-close:after, .btn-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2px;
    height: 33px;
    background: #808080;
  }
  .btn-close:after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .btn-close:before {
    transform: translate(-50%, -50%) rotate(135deg);
  }
}
.block-content-other-cities-full {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .block-content-other-cities-full {
    padding: 80px 0;
  }
}
.block-content-other-cities-full__field-title h2 {
  margin-bottom: 15px;
  text-align: center;
}
.block-content-other-cities-full__field-description {
  max-width: 754px;
  margin: 0 auto 30px;
  text-align: center;
}
.block-content-other-cities-full__field-description p {
  font-weight: 600;
  color: #404040;
}
.block-content-other-cities-full__field-description p:last-child {
  margin-bottom: 0;
}
.block-content-other-cities-full__field-two-ctas {
  text-align: center;
}
@media (min-width: 768px) {
  .block-content-other-cities-full__field-two-ctas {
    display: flex;
    justify-content: center;
  }
}
.block-content-other-cities-full__field-two-ctas-item {
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .block-content-other-cities-full__field-two-ctas-item {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.block-content-other-cities-full__field-two-ctas-item a {
  display: block;
}
@media (min-width: 768px) {
  .block-content-other-cities-full__field-two-ctas-item a {
    display: inline-flex;
  }
}
.view-other-cities-other-cities-eva__item-field-other-cities > div {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  font-size: 0;
}
@media (min-width: 768px) {
  .view-other-cities-other-cities-eva__item-field-other-cities > div {
    margin-bottom: 45px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 768px) {
  .view-other-cities-other-cities-eva__item-field-other-cities > div > .col {
    padding: 5px;
  }
}
.view-other-cities-other-cities-eva__item-field-other-cities > div > .col > a > article {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 138px;
  padding: 10px;
  border-radius: 15px;
  font-size: 14px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .view-other-cities-other-cities-eva__item-field-other-cities > div > .col > a > article {
    height: 176px;
    padding: 15px;
    border-radius: 10px;
  }
}

.node-city-teaser__field-hero-image *:not(.contextual) {
  height: 100%;
  width: 100%;
}
.node-city-teaser__field-hero-image:after {
  content: "";
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0.1019607843) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.7;
}
.node-city-teaser__field-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.node-city-teaser__content {
  position: relative;
  z-index: 1;
}
.node-city-teaser__content * {
  color: #fff;
}
.node-city-teaser__field-city-name {
  margin-bottom: 2px;
}
.node-city-teaser__rating {
  letter-spacing: -0.21px;
  font-size: 12px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .node-city-teaser__rating {
    font-size: 13px;
  }
}
.node-city-teaser__rating span {
  display: inline-flex;
  margin: 0 3px;
}
.node-city-teaser__minimum-price {
  display: flex;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.21px;
}
@media (min-width: 768px) {
  .node-city-teaser__minimum-price {
    font-size: 13px;
  }
}
.node-city-teaser__minimum-price > div {
  margin-left: 3px;
}
.node-city-teaser__minimum-price > div + div {
  margin-right: 3px;
}
.node-city-teaser__rating {
  display: flex;
}
.node-city-teaser__rating .icon {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 16px;
  margin-right: 3px;
}

/* Ensure anchor links scroll to the correct position for larger devices. */
@media (min-width: 992px) {
  #block-other-cities:before {
    content: "";
    display: block;
    position: relative;
    width: 0;
    height: 76px;
    margin-top: 76px;
  }
}

/*# sourceMappingURL=other-cities.css.map */
