/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
* {
  box-sizing: border-box;
}
body {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 500;
	color: #222;
  	background-color: #f75901 !important;
}
h1, h2, h3, h4, .theText, .nextPrev, .overlayTitle {
	font-family: ivymode, sans-serif;
	font-weight: normal;
}
.menu-wrapper {
	position: absolute;
}
.style-color-lystnavy-bg {
	background-color: transparent;
}
.overlay.overlay-search {
	display: none !important;
}
.hero {
  height: 100vh;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.bgImage {
  background: #000;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.rotateImage {
  background-image: url(https://www.lyst.de/data/wp-content/uploads/sites/4/2020/05/slider_gradient_1-scaled.jpg);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  filter: blur(100px);
  -webkit-filter: blur(100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  -moz-transition: all 1050ms cubic-bezier(0.5, 0, 0.1, 1);
  -o-transition: all 1050ms cubic-bezier(0.5, 0, 0.1, 1);
  -webkit-transition: all 1050ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: all 1050ms cubic-bezier(0.5, 0, 0.1, 1);
  z-index: 0;
}
.rotateImage.in {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 1;
  filter: blur(0px);
  -webkit-filter: blur(0px);
}
.rotateImage.in .xredit {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.logoImage {
  background-position: center center;
  position: absolute;
  top: 0px;
  background-repeat: no-repeat;
  left: 0px;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform: translateZ(100px);
  z-index: 3;
}
.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -373px;
  margin-top: -70px;
}
.p_lyst {
  /*position: absolute;
  top: 30px;
  left: 30px;*/
  z-index: 3;
}
.down {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -33px;
  z-index: 3;
  cursor: pointer;
}
section {
  padding: 80px 0px;
}

section.content-area {
	padding:0 0;
}
section h2 {
  font-size: 42px !important;
  font-weight: normal;
  color: #dfacfb;
  margin-top: 50px;
  line-height: 1.2em;
  text-shadow: 1px 1px 2px #f75901;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.half {
  width: 65%;
}
.half p {
	color: #ebe2d9;
    font-weight: 500;
    text-shadow: 1px 1px 2px #f75901;
	margin-bottom: 18px;
}
p.lead {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 50px;
}
p {
  font-size: 18px;
  line-height: 32px;
}
.intro {
  background: url(https://www.lyst.de/data/wp-content/uploads/sites/4/2020/05/intro-2.jpg);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.carouselItem {
  width: 33%;
  float: left;
  padding: 100px;
  font-weight: normal;
}
.carouselItem .image {
  padding-bottom: 140%;
  background: #000;
  position: relative;
}
.theImage {
  background-color: #555;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-blend-mode: overlay;
}
.carouselItem {
  -moz-transition: all 350ms cubic-bezier(0.5, 0, 0.1, 1);
  -o-transition: all 350ms cubic-bezier(0.5, 0, 0.1, 1);
  -webkit-transition: all 350ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: all 350ms cubic-bezier(0.5, 0, 0.1, 1);
  cursor: pointer;
}
.carouselItem:hover {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.carouselItem:hover .image {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.carouselItem:hover .theText span {
  margin-bottom: 30px;
  color: #FFF;
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
.carouselItem:hover .theText strong {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.carouselItem:hover .bord {
  margin-left: 20px;
  margin-top: 20px;
}
.bord {
  -moz-transition: all 350ms cubic-bezier(0.5, 0, 0.1, 1);
  -o-transition: all 350ms cubic-bezier(0.5, 0, 0.1, 1);
  -webkit-transition: all 350ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: all 350ms cubic-bezier(0.5, 0, 0.1, 1);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 2px solid #dfacfb;
  margin-left: 10px;
  margin-top: 10px;
}
.slick-slide {
  outline: none !important;
}
.slick-slide:focus {
  outline: none;
}
.slick-slide:focus, .slick-slide a {
  outline: none;
}
.csWrap {
  overflow: hidden;
  padding-top: 100px;
  margin-top: -100px;
}
.carouselSection {
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  transform-origin: 50% 50%;
  width: 110%;
  margin-left: -5%;
  overflow: hidden;
}
.theText {
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  white-space: nowrap;
  text-align: center;
  color: #dfacfb;
  -moz-transition: all 350ms cubic-bezier(0.5, 0, 0.1, 1);
  -o-transition: all 350ms cubic-bezier(0.5, 0, 0.1, 1);
  -webkit-transition: all 350ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: all 350ms cubic-bezier(0.5, 0, 0.1, 1);
}
.theText strong {
  display: inline-block;
  -moz-transition: all 350ms cubic-bezier(0.5, 0, 0.1, 1);
  -o-transition: all 350ms cubic-bezier(0.5, 0, 0.1, 1);
  -webkit-transition: all 350ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: all 350ms cubic-bezier(0.5, 0, 0.1, 1);
}
.theText span {
  font-size: 100px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ebe2d9;
  margin-bottom: 0px;
  display: inline-block;
  -moz-transition: all 350ms cubic-bezier(0.5, 0, 0.1, 1);
  -o-transition: all 350ms cubic-bezier(0.5, 0, 0.1, 1);
  -webkit-transition: all 350ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: all 350ms cubic-bezier(0.5, 0, 0.1, 1);
}
.carouselSection {
  margin-top: -100px;
  overflow: hidden;
}
.p {
  font-weight: 400;
}
.overLayText p a{
	font-weight: bold;
	color: #f75901;
}
.logoImage h1 {
  color: #ebe2d9;
  font-size: 32px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  line-height: 150%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.logoImage h1 img {
    margin-bottom: 10px;
    max-width: 480px;
}
.bounce {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}
.endPara {
	padding: 0px 0 100px;
    text-align: center;
	color: #ebe2d9;
}
.endPara p a {
	font-weight: bold;
    color: #dfacfb;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.xredit {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 3;
  text-decoration: none;
  color: #ebe2d9;
  font-size: 18px;
  -moz-transition: all 650ms cubic-bezier(0.5, 0, 0.1, 1);
  -o-transition: all 650ms cubic-bezier(0.5, 0, 0.1, 1);
  -webkit-transition: all 650ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: all 650ms cubic-bezier(0.5, 0, 0.1, 1);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
.loader {
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  width: 51px;
  height: 51px;
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 4;
  stroke-dasharray: 151;
  stroke-dashoffset: 151;
  animation: stroke 5s infinite;
}
.loader svg {
  position: absolute;
  top: -2px;
  left: -2px;
}

@keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}
.nextPrev {
  font-size: 80px;
  text-align: center;
  color: #dfacfb;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  margin-top: -30px;
}
.slickPrev, .slickNext {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  -moz-transition: all 650ms cubic-bezier(0.5, 0, 0.1, 1);
  -o-transition: all 650ms cubic-bezier(0.5, 0, 0.1, 1);
  -webkit-transition: all 650ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: all 650ms cubic-bezier(0.5, 0, 0.1, 1);
  margin-left: 20px;
}
.slickPrev:hover, .slickNext:hover {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.slickNext {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #dfacfb;
  color: transparent;
  margin-left: 20px;
  margin-right: 20px;
}
.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 99;
  padding: 100px;
  color: #ebe2d9;
  -moz-transition: all 650ms cubic-bezier(0.5, 0, 0.1, 1);
  -o-transition: all 650ms cubic-bezier(0.5, 0, 0.1, 1);
  -webkit-transition: all 650ms cubic-bezier(0.5, 0, 0.1, 1);
  transition: all 650ms cubic-bezier(0.5, 0, 0.1, 1);
  overflow: auto;
  display: none;
  opacity: 0;
  visibility: visible;
}
.overlay.in {
  opacity: 1;
}
.overLayText {
  max-width: 48%;
  position: relative;
  z-index: 1;
}
.overLayText p {
  font-size: 22px;
  margin-bottom: 50px;
}
.bgOverlahy {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 00px;
  right: 00px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  z-index: 0;
  opacity: 0.8;
}
.overlayImage {
  height: 600px;
  width: 600px;
  position: fixed;
  top: 100px;
  right: 100px;
  background: #ebe2d9;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.close {
  color: #ebe2d9;
  text-decoration: none;
  font-size: 22px;
  margin-bottom: 50px;
  display: block;
}
.overlayTitle, .overlayTitle span {
  font-size: 80px;
  font-weight: normal;
  color: #af95d0;
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
}
.number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  color: transparent;
  display: block;
}
.imageCred {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #ebe2d9;
  font-size: 14px;
}
.imageCred a {
	color: #ebe2d9;
}

@media (max-width: 1224px) {
  .container {
    width: 100%;
  }
  .intro {
    height: auto;
    background-position: top;
  }
}
@media (max-width: 1024px) {
  section h2 {
    font-size: 32px !important;
  }
  .logoImage h1 {
    max-width: 90%;
    font-size: 28px;
  }
  .logoImage h1 img {
    width: 90%;
  }
  .logoImage h1 .p_lyst {
    width: 30%;
  }
  .xredit {
    font-size: 12px;
    left: 10px;
    bottom: 10px;
  }
  .container {
    width: 100%;
  }
  .half {
    width: 90%;
    margin-left: 5%;
  }
  .intro {
    background: none;
    height: auto;
  }
  section {
    padding: 50px 0px;
  }
  .carouselSection {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    width: 100%;
    margin-left: 0%;
    overflow: hidden;
  }
  .carouselItem {
    padding: 30px;
  }
  .csWrap {
    margin-top: 0px;
  }
  /*.theText {
    font-size: 48px;
  }*/
  .mobSmal {
    font-size: 32px;
  }
  .nextPrev {
    font-size: 50px;
    margin-top: 30px;
  }
  .p_lyst {
    width: 120px;
  }
  .overlay {
    padding: 20px;
  }
  .overLayText {
    width: 100%;
    max-width: 100%;
  }
  .overlayTitle {
    font-size: 32px;
  }
  .overlayTitle .number {
    display: inline;
  }
  .overlayImage {
    position: relative;
    display: block;
    height: 100vw;
    top: -20px;
    width: 100vw;
    left: -20px;
  }
}
@media (max-width: 767px) {
  .theText {
    font-size: 32px;
  }
	h3.overlayTitle, h3.overlayTitle span {
		font-size: 32px;
	}
	 p, .overLayText p {
		font-size: 16px;
		 line-height: 25px;
	}
}
