
@import url('https://fonts.googleapis.com/css?family=Tajawal:400,500');
@import url('https://fonts.googleapis.com/css?family=Parisienne');
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
    font-family: 'Tajawal', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

a {
  text-decoration: none;
  color: inherit;
}

ul li {
  list-style-type: none;
}

ul {
  line-height: 28px;
}
p {
  margin-bottom: 15px;
}
h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
/*========= Header =========*/
.header-foto {
  width: 100%;
  background-image: url('image/header-bild.JPG');
  background-position: center;
  background-repeat:  no-repeat;
  background-size:  cover;
  position:  relative;
  height: 100%;
  -webkit-animation: shrinkBild 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.6s forwards;
          animation: shrinkBild 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.6s forwards;
}
.header-foto::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.52);
}
.welcome-text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  font-size:  70px;
  text-align:  center;
  max-width: 1050px;
  width: 100%;
}
.welcome-text span {
  opacity: 0;
  display: inline-block;
  -webkit-animation: slideUpText 2.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: slideUpText 2.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.logo {
  text-align: center;
  padding: 0;
  height: 0;
  overflow: hidden;
  -webkit-animation: growLogo 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.6s forwards;
          animation: growLogo 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.6s forwards;
  display:  -webkit-box;
  display:  -ms-flexbox;
  display:  flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align:  center;
      -ms-flex-align:  center;
          align-items:  center;
  -webkit-box-orient:  vertical;
  -webkit-box-direction:  normal;
      -ms-flex-direction:  column;
          flex-direction:  column;
}
.logo-desc {
  padding: 5px;
  margin-top: 10px;
  background: #960f0f;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.ld {
  font-family: 'Parisienne', cursive;
}
.ld span {
  display: block;
}
.ld h1 span:last-child {
  color: #960f0f;
}
.ld h1 {
  font-size: 50px;
}
.logo .ld {
  max-width: 400px;
  height: auto;
  margin: 0 auto 20px;
}
#page-menu {
  font-weight: 500;
  /* margin-bottom: 20px; */
}
#page-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-menu ul li > a {
  display: block;
  padding: 20px 30px;
}
.page-header {
  width: 100%;
  height: 100%;
}
.margin-right {
  margin-left: 10px;
}
/* Header Animation */
@-webkit-keyframes shrinkBild {
  to {
    opacity: 1;
    height: 67%;
  }
}
@keyframes shrinkBild {
  to {
    opacity: 1;
    height: 67%;
  }
}
@-webkit-keyframes growLogo {
  to {
    padding: 25px 10px 10px;
    height: 33%;
  }
}
@keyframes growLogo {
  to {
    padding: 25px 10px 10px;
    height: 33%;
  }
}
@-webkit-keyframes slideUpText {
  0% {
    color: #fff;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  90% {
    opacity: 1;
    color: inherit;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes slideUpText {
  0% {
    color: #fff;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  90% {
    opacity: 1;
    color: inherit;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
  }
}
/* Main */
.page-main {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
main section {
  padding: 30px 15px;
}
/* Two column */
.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

}
.google-map {
  width: 55%;
}
.google-map iframe {
  width: 100%;
}
.adresse {
  width: 40%;
  padding: 0;
}
.adresse ul:first-child {
  margin-bottom: 15px;
}

/* slider */
.swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }
    .swiper-slide {
      background-size: cover;
      background-position: center;
    }
    .gallery-top {
      height: 80%;
      width: 100%;
    }
    .gallery-thumbs {
      height: 20%;
      -webkit-box-sizing: border-box;
              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;
    }
    .slider-wrapper {
      height: 90vh;
      margin-bottom: 30px;
    }
    .swiper-container.gallery-thumbs  {
      margin-top: 15px;
    }
.container {
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}
.page-footer {
  padding: 19px 20px 15px;
background: #960f0f;
color: #fff;
}
@media only screen and (max-width: 1366px) {
  .welcome-text {
    font-size: 60px;
  }
  @-webkit-keyframes shrinkBild {
    to {
      opacity: 1;
      height: 58%;
    }
  }
  @keyframes shrinkBild {
    to {
      opacity: 1;
      height: 58%;
    }
  }
  @-webkit-keyframes growLogo {
    to {
      padding: 25px 10px 10px;
      height: 42%;
    }
  }
  @keyframes growLogo {
    to {
      padding: 25px 10px 10px;
      height: 42%;
    }
  }
}
@media only screen and (max-width: 1024px) {
  @-webkit-keyframes shrinkBild {
    to {
      opacity: 1;
      height: 67%;
    }
  }
  @keyframes shrinkBild {
    to {
      opacity: 1;
      height: 67%;
    }
  }
  @-webkit-keyframes growLogo {
    to {
      padding: 25px 10px 10px;
      height: 33%;
    }
  }
  @keyframes growLogo {
    to {
      padding: 25px 10px 10px;
      height: 33%;
    }
  }
}
@media only screen and (max-width: 768px) {
  .welcome-text {
    font-size: 50px;
  }
  .slider-wrapper {
    height: 47vh;
  }
}
@media only screen and (max-width: 500px) {
  .two-column {
    display: block;
  }
  .two-column > div {
    width: 100%;
  }
  @-webkit-keyframes shrinkBild {
    to {
      opacity: 1;
      height: 60%;
    }
  }
  @keyframes shrinkBild {
    to {
      opacity: 1;
      height: 60%;
    }
  }
  @-webkit-keyframes growLogo {
    to {
      padding: 25px 10px 10px;
      height: 40%;
    }
  }
  @keyframes growLogo {
    to {
      padding: 25px 10px 10px;
      height: 40%;
    }
  }
  .ld h1{
    font-size: 32px;
  }
  .logo-desc {
    font-size: 12px;
  }
  .welcome-text {
    font-size: 30px;
  }
}
@media only screen and (max-width: 375px){
  .welcome-text {
    font-size: 25px;
  }
}