/* Color Theme
--------------------------------- */
/* Color Scale
--------------------------------- */
/* Other Colors
--------------------------------- */
/* Class Functions
----------------------------------------- */
.slider {
  display: block;
  height: 400px;
  position: relative;
}
.slider .slides {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1;
}
.slider .slides .slide {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-position: center center;
  background-size: cover;
  height: 400px;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 0;
  overflow: hidden;
  z-index: 1;
}
.slider .slides .slide.active {
  opacity: 1;
  z-index: 2;
}
.slider .slides .slide div {
  position: relative;
}
.slider .slides .slide div.animated {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
}
.slider .slides .slide h2,
.slider .slides .slide h3 {
  display: block;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  margin: 0;
  padding: 0 6%;
  text-align: center;
}
.slider .slides .slide h2 {
  font-size: 4rem;
  font-weight: 900;
  margin-top: 50px;
  line-height: 90%;
  margin-bottom: 10px;
  margin-left: 4%;
  width: 92%;
}
.slider .slides .slide h3 {
  font-size: 1.8rem;
  line-height: 110%;
  margin-left: 4%;
  width: 92%;
}
.slider .slides .slide a {
  position: absolute;
  margin: 0 10%;
  bottom: 60px;
  right: 0;
  z-index: 2;
  font-size: 2rem;
  height: auto;
}
.slider .slides .slide.slide-align-left h2,
.slider .slides .slide.slide-align-left h3 {
  text-align: left;
  width: 60%;
}
.slider .slides .slide.slide-align-left a {
  right: auto;
  left: 0;
}
.slider .slides .slide.slide-align-center h2,
.slider .slides .slide.slide-align-center h3 {
  text-align: center;
}
.slider .slides .slide.slide-align-center a {
  right: auto;
  left: auto;
  display: table;
  position: initial;
  margin: 40px auto 0;
}
.slider .slides .slide.slide-align-right h2,
.slider .slides .slide.slide-align-right h3 {
  text-align: right;
  width: 52%;
  float: right;
  clear: right;
  padding-right: 10%;
}
.slider .indicators {
  list-style: none;
  padding: 0;
  margin: 0 auto 0 auto;
  display: block;
  text-align: center;
  font-size: 0;
  z-index: 2;
  position: relative;
  top: 100%;
}
.slider .indicators li {
  display: inline-block;
  height: 16px;
  width: 16px;
  background: #ddd;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-radius: 50%;
  position: relative;
  top: -45px;
  cursor: pointer;
  margin: 0 8px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.slider .indicators li:hover {
  background: #f7f7f7;
}
.slider .indicators li.active {
  background: #0F486B;
}
.slider .indicators li.active:hover {
  background: #156698;
}
.portal-intro .backimage {
  background-position: center center;
  background-size: cover;
  padding: 70px 0 120px;
}
.portal-intro .backimage .wrap-content {
  display: table;
  text-align: center;
  margin: 0 auto;
}
.portal-intro .backimage .wrap-content .h1.headline {
  font-size: 5.2rem;
  letter-spacing: -0.1rem;
  font-weight: 900;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 45px;
  line-height: 90%;
}
.portal-intro .backimage .wrap-content a.btn {
  font-size: 2.2rem;
  margin: 0 7px;
  padding: 20px 30px;
}
.portal-intro .backimage .wrap-content a.btn.btn-booking {
  background: #D2282E;
}
.portal-intro .backimage .wrap-content a.btn.btn-associations {
  background: #66A6E5;
}
@media only screen and (max-width: 768px) {
  .slider .slides .slide.slide-align-left h2,
  .slider .slides .slide.slide-align-left h3,
  .slider .slides .slide.slide-align-right h2,
  .slider .slides .slide.slide-align-right h3,
  .slider .slides .slide.slide-align-center h2,
  .slider .slides .slide.slide-align-center h3 {
    width: 92%;
  }
  .portal-intro .backimage {
    padding-top: 40px;
  }
  .portal-intro .backimage .wrap-content .h1.headline {
    font-size: 3.4rem;
    letter-spacing: -0.08rem;
    line-height: 100%;
    margin-bottom: 40px;
  }
  .portal-intro .backimage .wrap-content a.btn {
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 500px) {
  .slider .slides .slide.slide-align-left h2,
  .slider .slides .slide.slide-align-right h2,
  .slider .slides .slide.slide-align-center h2 {
    width: 92%;
    font-size: 2.4rem;
  }
  .slider .slides .slide.slide-align-left h3,
  .slider .slides .slide.slide-align-right h3,
  .slider .slides .slide.slide-align-center h3 {
    width: 92%;
    font-size: 1.7rem;
  }
  .slider .slides .slide a {
    line-height: 120%;
    padding: 10px;
  }
}
