﻿/**********************************************************************
  Theme Name: Interlud3n Special
  Author: Andreas Mueller
************************************************************************/

/***************************************************************
# normal styles
***************************************************************/

body {
  background: #767682;
  color: #343440;
  font-family: "Times New Roman", sans-serif;
  overflow-x: hidden;
  font-size: 2vH;
}

a {
  transition: 0.5s;
    color: #343440;
}

a:hover, a:active, a:focus {
  color: white;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 2vH;
    color: white;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "pristina", sans-serif;
  font-weight: 300;
  color: #343440;
  margin: 0 0 10px 0;
  padding: 0;
}

@media (max-width: 768px) {
img{
  padding-bottom: 5%;
}
}

section {
  padding-left: 3%;
    padding-right: 3%;
    padding-top: 7%
}


@font-face {
  font-family: 'wildera';
  src: url('../font/wildera.otf') format('truetype');
}

@font-face {
  font-family: 'pristina';
  src: url('../font/Reckless.otf') format('truetype');
}

/* Back to top button */

.scrollToTop {
  position: fixed;
  background: linear-gradient(30deg, #a7a7a7, #47474e);
  display: none;
  color: #e0e3e6;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  left: 100px;
  bottom: 0;
  transition: none;
}

.scrollToTop:focus {
  color: #a7a7a7;
  background: linear-gradient(30deg, #47474e, #a7a7a7);
}

.scrollToTop:hover {
  background: #a7a7a7;
  color: #47474e;
}

.row{
  padding-top: 3%;
    padding-bottom: 3%;
}

/***************************************************************
# Navigation Menu styles
***************************************************************/

.navbar-toggle {
  background-color: #47474e;
}

.navbar-inverse {
  background-color: transparent;
  border-color: transparent;
}

@media (max-width: 768px) {
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background-color: #a7a7a7;
  }
}

.navbar-inverse .navbar-nav>li>a {
  background-color: transparent;
  color: black;
  font-size: 1.8vH;
}

.navbar-inverse .navbar-nav>li>a:hover {
  background-color: #a7a7a7;
}

.navbar-inverse .navbar-nav>.active>a {
  background-color: transparent;
  background-color: #47474e;
}

.navbar-inverse .navbar-nav>.active>a:hover {
  background-color: #a7a7a7;
}

/***************************************************************
# Section styles
***************************************************************/

.section-header .section-title {
  font-size: 5vH;
  color: #343440;
  text-align: center;
  font-weight: 400;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #5b5b6f;
  font-style: italic;
  font-size: 3vH;
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #dba746;
  background: linear-gradient(0deg, #343440 0%, #5b5b6f 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section with background*/

.section-bg {
  background: #a7a7a7;
}

#main{
  overflow: hidden;
}

/***************************************************************
# header
***************************************************************/

#header {
  padding: 30px 0;
  height: 92px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

@media (max-width: 768px) {
  #header {
    padding: 0;
    height: 92px;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
  }
}

#header #logo {
  float: left;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#logo img {
  padding: 0;
  margin: 0;
  height: 50px;
  width: 50px;
}

@media (max-width: 768px) {
  #header #logo img {
    max-height: 40px;
    display: none;
  }
}

@media (max-width: 1900px) {
  #header #logo img {
    max-height: 160px;
  }
}

#header.header-fixed {
  background: linear-gradient(30deg, #a7a7a7, #47474e);
  padding: 20px 0;
  height: 80px;
  transition: all 0.5s;
  position: fixed;
}

#header.header-fixed #logo img {
  height: 50px;
}

@media (min-width: 768px) {
  .container{
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

/***************************************************************
# Intro section
***************************************************************/

#intro {
  width: 100%;
  height: 100vh;
  background: linear-gradient(30deg, #AFAFAF, #FFFFFF);
  position: relative;
}

#intro .intro-text {
  font-size: 3vH;
  text-align: center;
  vertical-align: center;
  position: absolute;
  z-index: 30;
  margin: auto;

  position: absolute;
  top: 50vH; left: 0; bottom: 0; right: 0;
  text-shadow: 1px 1px 2px #a7a7a7;
}


#intro .intro-text h1{
  color: #fff;
}

@media (max-height: 768px) {
  #intro .intro-text {
    padding-top: 80px;
  }
}

@media (max-width: 768px) {
  #intro .intro-text {
    padding-top: 180px;
  }
}

@media (max-width: 767px) {
  #intro .intro-text {
    padding-top: 50px;
  }
}

#intro h2 {
  margin: 10px 0 10px 0;
  font-size: 36px;
  font-family: "wildera";
  font-weight: 400;
  line-height: 40px;
  color: #fff;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

#intro p {
  color: #fff;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 3vH;
}

@media (max-width: 768px) {
  #intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

#intro .btn-get-started {
  font-family: "pristina";
  font-size: 16px;
  font-weight: 400;
  border: 2px solid white;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  letter-spacing: 2px;
  color: #fff;
}

#intro .btn-get-started:hover {
  color: #AFAFAF;
  background: #47474e;
}

#intro .intro-pics {
  position: absolute;
  left: 0;
  right: 0;
  top: 10vH;
  overflow: hidden;
  padding-top: 30px;
  text-align: center;
  width: 100%;
  height: 80vH;
}



@media (max-width: 1200px) {

  #intro .intro-pics img {
    #width: 100%;
    height: 80vH;
  }
}

#intro .intro-pics .backgroundGallery {
  z-index: 3;
  bottom: 0;
}


@media (max-width: 767px) {
  #intro .intro-pics img {
  height: 100%;
    width: 100%;
    /*transform: translate(-30%, 0%);*/
  }

  #intro .intro-pics .backgroundGallery {

    left: 0;
    right: 0;

  }
}

.bildunterschrift{
  font-style: italic;
}

#about .content {
  padding-right: 10%;
}

#about .content .h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px;
}

#about .content h3 {
  color: #777;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #dba746;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}


/***************************************************************
# spa section
***************************************************************/
.textLeft{
  width: 50%;
}

.textRight{
    width: 50%;
    float: right;
}

.picDivRight {
  width: 50%;
  float: right;
  text-align: center;
}

.picDivRight img{
  width: 80%;
  height: 80%;
}


.picDivLeft {
  width: 50%;
  float: left;
  text-align: center;
}

.picDivLeft img{
  width: 80%;
  height: 80%;
}


@media (max-width: 1200px) {
  .textLeft{
    width: 100%;
  }

  .textRight{
    width: 100%;
  }

  .picDivRight {
    width: 100%;
    text-align: center;
  }

  .picDivLeft {
    width: 100%;
    text-align: center;
  }
}



/***************************************************************
# gallery styles
***************************************************************/

#gallery {
  padding: 15vH 0;
}

@media (max-width: 768px) {
  #gallery .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  #gallery .swiper-container {
    width: -webkit-fill-available;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}

.swiper-container {
  width: -webkit-fill-available;;
  #height: 100vH;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  text-align: center;
}

.swiper-slide img {
  max-height: -webkit-fill-available;
  max-width: -webkit-fill-available;
}

.gallery-top {
  #box-shadow: 8px 2px 19px 4px rgba(0, 0, 0, 0.29);
}

.gallery-thumbs {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}


/***************************************************************
# Contact
***************************************************************/

#contact {
  padding: 100px 0;
}

#contact .business_card {
  overflow: hidden;
  text-align: right;
}

#contact .business_card img {
  max-width: 100%;
  max-height: 60vH;
}

@media (max-width: 768px) {
  #contact .business_card {
    height: auto;
  }
  #contact .business_card img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

@media (max-width: 1200px) {
  #contact .business_card {
    height: auto;
    text-align: center;
  }
  #contact .business_card img {
    margin-left: 0;
    padding-bottom: 30px;
  }

  #contact .content {
    text-align: center;
    padding-left: 0px !important;
  }
}

#contact .content {
  padding-left: 10%;
}

#contact .content .h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px;
}

#contact .content h3 {
  color: #777;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#contact .content p {
  line-height: 20px;
}

#contact .content p:last-child {
  margin-bottom: 0;
}

#contact .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #47474e;
}

#contact .content ul {
  list-style: none;
  padding: 0;
}

#contact .content ul li {}

#business_card {}


/***************************************************************
# footer
***************************************************************/

#footer {
  background: #47474e;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: white;
  font-size: 14px;
}

#footer .credits {
  font-size: 13px;
  color: white;
}

#footer .footer-links a {
  color: #666;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #987720;
}
