
body{font-display:swap;font-size: 18px;}

.content{
	 
 }

.lpwrapper {
    margin: 6em auto;
}

.box.kontakt {background-color:#fff;}

.slider{margin:0 auto;
	max-width: 1400px;
width: 100%;
}
 
.nom{margin-bottom:0em !important;}

.headline {
	margin:0 auto;
	max-width: 1400px;}

.xwrapper{margin:0 auto;
	max-width: 1400px;}

.intro, .introdefault, .introsingle {
	height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.intro .caption h1, .caption-wrap h1, .slickbox h1, .introcaption h1 {
  color: #000000;	 
}	 
.intro .caption h2, .caption-wrap h2, .slickbox h2, .introcaption h2 {
  color: #000000;
}
		
.logo {
  margin: 1em 0 0 0;
}
 

.ctabox{ 
  margin: 3em 0 0em 0;
}
.ctabox::after {
  clear: both;
  content: "";
  display: table;
}

.footer{ 
  padding: 3em 0;
}
 


.footerbox{ 
  margin: 3em 0 0em 0;
}
.footerbox::after {
  clear: both;
  content: "";
  display: table;
}
	
.contentbox p{
	line-height: 1.6;
	}
	
.contentbox {
    margin: 3em 0 0em 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 3em;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    align-items: center;
}

 
.contentbox::after {
  clear: both;
  content: "";
  display: table;
}


li {
  text-decoration: none;
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

#back-to-top, .button, .wpcf7 input[type="submit"] {
  border-radius: 15px;
}
.button.first  { background-color: #000 !important; border-color: #000 !important;}	


@media only screen and (max-width: 550px) {
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
	  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
	  .order-5 {
    order: 5;
  }
  .order-6 {
    order: 6;
  }
	  .order-7 {
    order: 7;
  }
  .order-8 {
    order: 8;
  }
	  .order-9 {
    order: 9;
  }
  .order-10 {
    order: 10;
  }	
}

/* Zoom In #1 */
.hover01 .imgbox img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 .imgbox:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/* Zoom In #2 */
.hover02 .imgbox img {
	width: 300px;
	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover02 .imgbox:hover img {
	width: 350px;
}

/* Zoom Out #1 */
.hover03 .imgbox img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover03 .imgbox:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* Zoom Out #2 */
.hover04 .imgbox img {
	width: 400px;
	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover04 .imgbox:hover img {
	width: 300px;
}

/* Slide */
.hover05 .imgbox img {
	margin-left: 30px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover05 .imgbox:hover img {
	margin-left: 0;
}

/* Rotate */
.hover06 .imgbox img {
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover06 .imgbox:hover img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

/* Blur */
.hover07 .imgbox img {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover07 .imgbox:hover img {
	-webkit-filter: blur(0);
	filter: blur(0);
}

/* Gray Scale */
.hover08 .imgbox img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover08 .imgbox:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.hover08 .imgbox::before {
	content: none;
}
/* Sepia */
.hover09 .imgbox img {
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover09 .imgbox:hover img {
	-webkit-filter: sepia(0);
	filter: sepia(0);
}
.hover09 .imgbox::before {
	content: none;
}
/* Blur + Gray Scale */
.hover10 .imgbox img {
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover10 .imgbox:hover img {
	-webkit-filter: grayscale(100%) blur(3px);
	filter: grayscale(100%) blur(3px);
}
.hover10 .imgbox::before {
	content: none;
}
/* Opacity #1 */
.hover11 .imgbox img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover11 .imgbox:hover img {
	opacity: .5;
}
.hover11 .imgbox::before {
	content: none;
}
/* Opacity #2 */
.hover12 .imgbox {
	background: #1abc9c;
}
.hover12 .imgbox img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover12 .imgbox:hover img {
	opacity: .5;
}

/* Flashing */
.hover13 .imgbox:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

/* Shine */
.hover14 .imgbox {
	position: relative !important;
}
.hover14 .imgbox::before {
	position: absolute  !important;
	top: 0  !important;
	left: -75%;
	z-index: 2 !important;
	display: block !important;
	content: '' !important;
	width: 50% !important;
	height: 100% !important;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%) !important;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%) !important;
	-webkit-transform: skewX(-25deg) !important;
	transform: skewX(-25deg) !important;
}
.hover14 .imgbox:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/* Circle */
.hover15 .imgbox {
	position: relative;
}
.hover15 .imgbox::before {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	z-index: 2 !important;
	display: block !important;
	content: '' !important;
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 .imgbox:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}