@charset "UTF-8";
@font-face {
  font-family: "Fuggles";
  src: url("../fonts/Fuggles/Fuggles-Regular.ttf");
}
@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel/Cinzel-VariableFont_wght.ttf");
}
h1, figcaption {
  font-family: "Fuggles", cursive;
}

h2, .h2 {
  font-family: "Fuggles", cursive;
  font-size: 50px;
}

.intro-hl {
  font-size: 48px;
  padding: 30px;
}

.name {
  font-family: "Fuggles", cursive;
  font-size: 28px;
}

.name2 {
  font-family: "Cinzel", serif;
  font-size: 20px;
}

@media (min-width: 768px) {
  h1, figcaption {
    font-family: "Fuggles", cursive;
  }
  h2 {
    font-size: 100px;
  }
  .intro-hl {
    font-size: 48px;
    padding: 30px;
  }
  .name {
    font-size: 50px;
  }
  .name2 {
    font-size: 20px;
  }
}
#banner {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.owl-item {
  height: 100vh;
}

.owl-item > img {
  width: 100% !important;
  position: absolute !important;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  transform: scale(1.1);
  transform-origin: 20% 65%;
}

.owl-dots {
  position: relative;
  bottom: 48px;
}

.owl-carousel2 > .owl-dots {
  display: none;
}

.owl-stage {
  transition: all 0s ease 3s !important;
}

.kachel, figure > img {
  width: 400px;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

#portfo {
  margin-top: 100px;
}

.portfolio {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

figcaption > p {
  width: 100px;
  color: #151715;
  position: relative;
  top: -475px;
  left: 100px;
  font-size: 36px;
}

figure {
  width: 100%;
  height: 450px;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

figure:hover > img {
  transform: scale(1.3);
  opacity: 0.45;
}

.kachel:hover > a {
  text-decoration: none;
}

figure:hover {
  background: rgb(0, 0, 0);
}

figure:hover ~ figcaption > p {
  transition: top 0.3s linear;
  top: -420px;
  color: #fffffd;
}

.owl-img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.owl-item {
  position: relative;
  padding-bottom: 15%;
  height: auto !important;
}

.bilder {
  margin: 50px 0px;
  background-color: rgba(255, 255, 253, 0.8);
  padding: 50px 0px 10px 0px;
}

.owl-nav {
  display: none;
}

.owl-dots {
  margin: 15px 0px;
}

html {
  overflow-x: hidden;
}

#commingsoon {
  background-color: #eff6ee;
  padding: 30px 0px;
}

.cs {
  display: flex;
  justify-content: center;
}
.cs h1 {
  font-size: 120px !important;
}

.count {
  display: grid;
  justify-content: center;
}

.countdown {
  padding: 50px;
  font-size: 30px;
}

.row {
  display: flex;
  justify-content: center;
}

#cs-body {
  background-image: url("/resources/img/alex.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 550px;
  text-align: center;
  background-position-x: center;
}

.name {
  font-family: "Fuggles", cursive;
  color: #fffffd;
  font-size: 70px;
}

.labelcounter {
  color: #fffffd;
  font-size: 15px;
}

.name2 {
  color: #fffffd;
  font-size: 32px;
  text-transform: uppercase;
  font-family: "Cinzel", serif;
}

#demo, #days, #mins, #hours, #sec {
  color: #fffffd;
  font-family: "Cinzel", serif;
  font-size: 50px;
}

.nav {
  justify-content: flex-end;
  opacity: 0.8;
  padding: 0px;
}

.navigation-block {
  display: inline-flex;
  justify-content: flex-start;
}

.nav-item {
  list-style-type: none;
  margin: 20px 40px;
}

a {
  color: #fffffd;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
}

a:hover {
  color: #6e8e7f;
  text-decoration: underline;
}

.style-dunkel {
  color: #151715;
}

.center {
  display: flex;
  justify-content: center;
}

.centerboth {
  display: flex;
  justify-content: center;
  align-items: center;
}

#startseite {
  background: linear-gradient(rgba(57, 54, 54, 0.5), rgba(28, 26, 26, 0.5)), url("../img/IMG_3007.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.weißer-kasten {
  height: 1000px;
  background-color: #fffffd;
  opacity: 0.8;
  margin: 50px 0px 30px 20px;
}

.weißer-kasten-cs {
  text-align: center;
  height: auto;
  background-color: #fffffd;
  opacity: 0.8;
  margin: 50px;
  padding: 60px 0px 100px 0px;
}
.weißer-kasten-cs h1 {
  padding: 30px 0px;
}

header {
  position: relative;
  z-index: 9999999;
}

footer {
  padding: 0px;
  width: 100%;
  height: auto;
  background-color: #151715;
  position: absolute;
}

p {
  color: #fffffd;
}

.footer-items {
  margin-top: 20px;
}

.footer-name {
  font-size: 28px;
  font-style: bolder;
}

.img-gal {
  width: 100%;
  height: auto;
}

.gallery-grid {
  position: relative;
  height: 4739.23px;
}

.asset {
  width: 33.3%;
  display: inline-block;
}

.counter {
  display: flex;
  justify-content: center;
}

.hl-slider {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.logo-as > img {
  fill: #fffffd;
  width: 80px;
  margin-top: 5px !important;
  margin-bottom: 30px !important;
}

i {
  color: #fffffd;
  margin-left: 10px;
}

@media (min-width: 992px) {
  .cs h1 {
    font-size: 250px !important;
  }
  #cs-body {
    min-height: 750px;
  }
}/*# sourceMappingURL=styleLandingpage.css.map */