/* CSS Document */


.teaser-kacheln .parallax {
	transition:1s cubic-bezier(.2, .49, .32, .99);
}


/* Bild ================================================================ */

.teaser-kacheln {
	position:relative;
	overflow:hidden;

	height:auto;
	min-height:460px;
}
/* -------------------- Default Position ------------------------- */
img.teaser-kacheln-img {
	position:fixed;
	top:0px;
	left:-50px;
	right:-50px;

	width:auto;
	min-width:calc( 100% + 100px );
	height:auto;
	min-height:460px;
}
/* -sm- */
@media (min-width: 576px) {
	img.teaser-kacheln-img {
	}
}
/* -md- */
@media (min-width: 768px) {
	img.teaser-kacheln-img {
	}
}
/* -lg- */
@media (min-width: 992px) {
	img.teaser-kacheln-img {
	}
}
/* -xl- */
@media (min-width: 1200px) {
	.teaser-kacheln {
		min-height:560px;
	}
	img.teaser-kacheln-img {
		min-height:560px;
	}
}
/* -xxl- */
@media (min-width: 1400px) {
	img.teaser-kacheln-img {
	}
}
/* >xxl */
@media (min-width: 1600px) {
	.teaser-kacheln {
		min-height:560px;
	}
	img.teaser-kacheln-img {
		min-height:560px;
	}
}
/* >xxl */
@media (min-width: 2000px) {
	.teaser-kacheln {
		min-height:720px;
	}
	img.teaser-kacheln-img {
		min-height:720px;
	}
}

/* -------------------- Alternative Position Home ------------------------- */
.alt-pos-home img.teaser-kacheln-img {
	position:fixed;
	top:0px;
	left:-560px;
	right:-50px;

	width:auto;
	min-width:calc( 100% + 100px );
	height:auto;
	min-height:460px;
}
/* -sm- */
@media (min-width: 576px) {
	.alt-pos-home img.teaser-kacheln-img {
		left:-500px;
	}
}
/* -md- */
@media (min-width: 768px) {
	.alt-pos-home img.teaser-kacheln-img {
		left:-420px;
	}
}
/* -lg- */
@media (min-width: 992px) {
	.alt-pos-home img.teaser-kacheln-img {
		left:-300px;
	}
}
/* -xl- */
@media (min-width: 1200px) {
	.alt-pos-home .teaser-kacheln {
		min-height:560px;
	}
	.alt-pos-home img.teaser-kacheln-img {
		min-height:560px;
	}
}
/* -xxl- */
@media (min-width: 1400px) {
	.alt-pos-home img.teaser-kacheln-img {
		left:-50px;
	}
}
/* >xxl */
@media (min-width: 1600px) {
	.alt-pos-home .teaser-kacheln {
		min-height:560px;
	}
	.alt-pos-home img.teaser-kacheln-img {
		min-height:560px;
	}
}
/* >xxl */
@media (min-width: 2000px) {
	.alt-pos-home .teaser-kacheln {
		min-height:720px;
	}
	.alt-pos-home img.teaser-kacheln-img {
		min-height:720px;
	}
}

/* -------------------- Alternative Position Homepage ------------------------- */
.alt-pos-homepage img.teaser-kacheln-img {
	position:fixed;
	top:-90px;
	left:-660px;
	right:-50px;

	width:auto;
	min-width:calc( 100% + 100px );
	height:auto;
	min-height:460px;
}
/* -sm- */
@media (min-width: 576px) {
	.alt-pos-homepage img.teaser-kacheln-img {
		top:-90px;
		left:-590px;
	}
}
/* -md- */
@media (min-width: 768px) {
	.alt-pos-homepage img.teaser-kacheln-img {
		top:-90px;
		left:-540px;
	}
}
/* -lg- */
@media (min-width: 992px) {
	.alt-pos-homepage img.teaser-kacheln-img {
		top:-60px;
		left:-420px;
	}
}
/* -xl- */
@media (min-width: 1200px) {
	.alt-pos-homepage .teaser-kacheln {
		min-height:560px;
	}
	.alt-pos-homepage img.teaser-kacheln-img {
		top:-55px;
		left:-680px;
		min-height:560px;
	}
}
/* -xxl- */
@media (min-width: 1400px) {
	.alt-pos-homepage img.teaser-kacheln-img {
		top:-60px;
		left:-620px;
	}
}
/* >xxl */
@media (min-width: 1600px) {
	.alt-pos-homepage .teaser-kacheln {
		min-height:560px;
	}
	.alt-pos-homepage img.teaser-kacheln-img {
		top:-60px;
		left:-540px;
		min-height:560px;
	}
}
@media (min-width: 1800px) {
	.alt-pos-homepage img.teaser-kacheln-img {
		top:-60px;
		left:-440px;
	}
}
/* >xxl */
@media (min-width: 1920px) {
	.alt-pos-homepage .teaser-kacheln {
		min-height:720px;
	}
	.alt-pos-homepage img.teaser-kacheln-img {
		left:-400px;
		min-height:720px;
	}
}
/* >xxl */
@media (min-width: 2000px) {
	.alt-pos-homepage img.teaser-kacheln-img {
		left:-360px;
	}
}
/* >xxl */
@media (min-width: 2200px) {
	.alt-pos-homepage img.teaser-kacheln-img {
		left:-150px;
	}
}
/* >xxl */
@media (min-width: 2400px) {
	.alt-pos-homepage img.teaser-kacheln-img {
		left:-50px;
	}
}
@media (min-width: 2560px) {
	.alt-pos-homepage img.teaser-kacheln-img {
		left:-50px;
	}
}

/* -------------------- Alternative Position ecommerce ------------------------- */
.alt-pos-ecommerce img.teaser-kacheln-img {
	position:fixed;
	top:-280px;
	left:-820px;
	right:-50px;

	width:auto;
	min-width:calc( 100% + 100px );
	height:auto;
	min-height:460px;
}
/* -sm- */
@media (min-width: 576px) {
	.alt-pos-ecommerce img.teaser-kacheln-img {
		top:-200px;
		left:-1000px;
	}
}
/* -md- */
@media (min-width: 768px) {
	.alt-pos-ecommerce img.teaser-kacheln-img {
		top:-200px;
		left:-1200px;
	}
}
/* -lg- */
@media (min-width: 992px) {
	.alt-pos-ecommerce img.teaser-kacheln-img {
		top:-180px;
		left:-1100px;
	}
}
/* -xl- */
@media (min-width: 1200px) {
	.alt-pos-ecommerce .teaser-kacheln {
		min-height:560px;
	}
	.alt-pos-ecommerce img.teaser-kacheln-img {
		top:-170px;
		left:-850px;
		min-height:560px;
	}
}
/* -xxl- */
@media (min-width: 1400px) {
	.alt-pos-ecommerce img.teaser-kacheln-img {
		top:-170px;
		left:-840px;
	}
}
/* >xxl */
@media (min-width: 1600px) {
	.alt-pos-ecommerce .teaser-kacheln {
		min-height:560px;
	}
	.alt-pos-ecommerce img.teaser-kacheln-img {
		top:-170px;
		left:-450px;
		min-height:560px;
	}
}
/* >xxl */
@media (min-width: 1800px) {
	.alt-pos-ecommerce .teaser-kacheln {
		min-height:720px;
	}
	.alt-pos-ecommerce img.teaser-kacheln-img {
		top:-100px;
		left:-350px;
		min-height:720px;
	}
}
/* >xxl */
@media (min-width: 2000px) {
	.alt-pos-ecommerce img.teaser-kacheln-img {
		top:-100px;
		left:-300px;
		min-height:720px;
	}
}
/* >xxl */
@media (min-width: 2200px) {
	.alt-pos-ecommerce img.teaser-kacheln-img {
		top:-100px;
		left:-160px;
		min-height:720px;
	}
}
/* >xxl */
@media (min-width: 2400px) {
	.alt-pos-ecommerce img.teaser-kacheln-img {
		top:-100px;
		left:-80px;
		min-height:720px;
	}
}
/* >xxl */
@media (min-width: 2560px) {
	.alt-pos-ecommerce img.teaser-kacheln-img {
		top:-100px;
		left:-50px;
		min-height:720px;
	}
}

/* -------------------- Alternative Position Branchenbuch ------------------------- */
.alt-pos-branchenbuch img.teaser-kacheln-img {
	position:fixed;
	top:-210px;
	left:-1080px;
	right:-50px;

	width:auto;
	min-width:calc( 100% + 100px );
	height:auto;
	min-height:460px;
}
/* -sm- */
@media (min-width: 576px) {
	.alt-pos-branchenbuch img.teaser-kacheln-img {
		top:-200px;
		left:-1100px;
	}
}
/* -md- */
@media (min-width: 768px) {
	.alt-pos-branchenbuch img.teaser-kacheln-img {
		top:-200px;
		left:-1150px;
	}
}
/* -lg- */
@media (min-width: 992px) {
	.alt-pos-branchenbuch img.teaser-kacheln-img {
		top:-175px;
		left:-1000px;
	}
}
/* -xl- */
@media (min-width: 1200px) {
	.alt-pos-branchenbuch .teaser-kacheln {
		min-height:560px;
	}
	.alt-pos-branchenbuch img.teaser-kacheln-img {
		min-height:560px;
		top:-175px;
		left:-1080px;
	}
}
/* -xxl- */
@media (min-width: 1400px) {
	.alt-pos-branchenbuch img.teaser-kacheln-img {
		top:-175px;
		left:-750px;
	}
}
/* >xxl */
@media (min-width: 1600px) {
	.alt-pos-branchenbuch img.teaser-kacheln-img {
		left:-700px;
	}
}
/* >xxl */
@media (min-width: 1800px) {
	.alt-pos-branchenbuch .teaser-kacheln {
		min-height:720px;
	}
	.alt-pos-branchenbuch img.teaser-kacheln-img {
		top:-175px;
		left:-500px;
		min-height:720px;
	}
}
/* >xxl */
@media (min-width: 2000px) {
	.alt-pos-branchenbuch img.teaser-kacheln-img {
		top:-175px;
		left:-200px;
	}
}
/* >xxl */
@media (min-width: 2200px) {
	.alt-pos-branchenbuch img.teaser-kacheln-img {
		top:-175px;
		left:-50px;
	}
}
/* >xxl */
@media (min-width: 2400px) {
	.alt-pos-branchenbuch img.teaser-kacheln-img {
		top:-175px;
		left:-50px;
	}
}
/* >xxl */
@media (min-width: 2560px) {
	.alt-pos-branchenbuch img.teaser-kacheln-img {
		top:-175px;
		left:-50px;
	}
}

/* -------------------- Alternative Position SEO ------------------------- */
.alt-pos-seo img.teaser-kacheln-img {
	position:fixed;
	top:-100px;
	left:-1200px;
	right:-50px;

	width:auto;
	min-width:calc( 100% + 100px );
	height:auto;
	min-height:460px;
}
/* -sm- */
@media (min-width: 576px) {
	.alt-pos-seo img.teaser-kacheln-img {
		top:-100px;
		left:-1250px;
	}
}
/* -md- */
@media (min-width: 768px) {
	.alt-pos-seo img.teaser-kacheln-img {
		top:-100px;
		left:-1100px;
	}
}
/* -lg- */
@media (min-width: 992px) {
	.alt-pos-seo img.teaser-kacheln-img {
		top:-100px;
		left:-1150px;
	}
}
/* -xl- */
@media (min-width: 1200px) {
	.alt-pos-seo .teaser-kacheln {
		min-height:560px;
	}
	.alt-pos-seo img.teaser-kacheln-img {
		min-height:560px;
		top:-300px;
		left:-900px;
	}
}
/* -xxl- */
@media (min-width: 1400px) {
	.alt-pos-seo img.teaser-kacheln-img {
		top:-300px;
		left:-600px;
	}
}
/* >xxl */
@media (min-width: 1600px) {
	.alt-pos-seo img.teaser-kacheln-img {
		top:-300px;
		left:-400px;
	}
}
/* >xxl */
@media (min-width: 1800px) {
	.alt-pos-seo .teaser-kacheln {
		min-height:720px;
	}
	.alt-pos-seo img.teaser-kacheln-img {
		top:-200px;
		left:-300px;
		min-height:720px;
	}
}

/* >xxl */
@media (min-width: 2000px) {
	.alt-pos-seo img.teaser-kacheln-img {
		top:-200px;
		left:-200px;
	}
}
/* >xxl */
@media (min-width: 2200px) {
	.alt-pos-seo img.teaser-kacheln-img {
		top:-200px;
		left:-80px;
	}
}
/* >xxl */
@media (min-width: 2400px) {
	.alt-pos-seo img.teaser-kacheln-img {
		top:-200px;
		left:-80px;
	}
}
/* >xxl */
@media (min-width: 2560px) {
	.alt-pos-seo img.teaser-kacheln-img {
		left:-50px;
	}
}

/* -------------------- Alternative Position Software ------------------------- */
.alt-pos-software img.teaser-kacheln-img {
	position:fixed;
	top:-120px;
	left:-900px;
	right:-50px;

	width:auto;
	min-width:calc( 100% + 100px );
	height:auto;
	min-height:460px;
}
/* -sm- */
@media (min-width: 576px) {
	.alt-pos-software img.teaser-kacheln-img {
		top:-130px;
		left:-1000px;
	}
}
/* -md- */
@media (min-width: 768px) {
	.alt-pos-software img.teaser-kacheln-img {
		top:-130px;
		left:-900px;
	}
}
/* -lg- */
@media (min-width: 992px) {
	.alt-pos-software img.teaser-kacheln-img {
		top:-90px;
		left:-750px;
	}
}
/* -xl- */
@media (min-width: 1200px) {
	.alt-pos-software .teaser-kacheln {
		min-height:560px;
	}
	.alt-pos-software img.teaser-kacheln-img {
		top:-90px;
		left:-600px;
		min-height:560px;
	}
}
/* -xxl- */
@media (min-width: 1400px) {
	.alt-pos-software img.teaser-kacheln-img {
		top:-90px;
		left:-600px;
	}
}
/* >xxl */
@media (min-width: 1600px) {
	.alt-pos-software .teaser-kacheln {
		min-height:560px;
	}
	.alt-pos-software img.teaser-kacheln-img {
		top:-90px;
		left:-500px;
		min-height:560px;
	}
}
/* >xxl */
@media (min-width: 1800px) {
	.alt-pos-software .teaser-kacheln {
		min-height:720px;
	}
	.alt-pos-software img.teaser-kacheln-img {
		top:-80px;
		left:-400px;
		min-height:720px;
	}
}
/* >xxl */
@media (min-width: 2000px) {
	.alt-pos-software img.teaser-kacheln-img {
		top:-80px;
		left:-300px;
	}
}
/* >xxl */
@media (min-width: 2200px) {
	.alt-pos-software img.teaser-kacheln-img {
		top:-60px;
		left:-100px;
	}
}/* >xxl */
@media (min-width: 2400px) {
	.alt-pos-software img.teaser-kacheln-img {
		top:-60px;
		left:-50px;
	}
}
/* >xxl */
@media (min-width: 2560px) {
	.alt-pos-software img.teaser-kacheln-img {
		top:-90px;
		left:-50px;
	}
}

/* -------------------- Alternative Position Webserver ------------------------- */
.alt-pos-webserver img.teaser-kacheln-img {
	position:fixed;
	top:-200px;
	left:-650px;
	right:-50px;

	width:auto;
	min-width:calc( 100% + 100px );
	height:auto;
	min-height:460px;
}
/* -sm- */
@media (min-width: 576px) {
	.alt-pos-webserver img.teaser-kacheln-img {
		top:-200px;
		left:-600px;
	}
}
/* -md- */
@media (min-width: 768px) {
	.alt-pos-webserver img.teaser-kacheln-img {
		top:-200px;
		left:-550px;
	}
}
/* -lg- */
@media (min-width: 992px) {
	.alt-pos-webserver img.teaser-kacheln-img {
		top:-200px;
		left:-500px;
	}
}
/* -xl- */
@media (min-width: 1200px) {
	.alt-pos-webserver .teaser-kacheln {
		min-height:560px;
	}
	.alt-pos-webserver img.teaser-kacheln-img {
		top:-200px;
		left:-650px;
		min-height:560px;
	}
}
/* -xxl- */
@media (min-width: 1400px) {
	.alt-pos-webserver img.teaser-kacheln-img {
		top:-200px;
		left:-550px;
	}
}
/* >xxl */
@media (min-width: 1600px) {
	.alt-pos-webserver img.teaser-kacheln-img {
		top:-200px;
		left:-450px;
	}
}
/* >xxl */
@media (min-width: 1800px) {
	.alt-pos-webserver .teaser-kacheln {
		min-height:720px;
	}
	.alt-pos-webserver img.teaser-kacheln-img {
		top:-200px;
		left:-350px;
		min-height:720px;
	}
}
/* >xxl */
@media (min-width: 2000px) {
	.alt-pos-webserver img.teaser-kacheln-img {
		top:-200px;
		left:-250px;
	}
}
/* >xxl */
@media (min-width: 2200px) {
	.alt-pos-webserver img.teaser-kacheln-img {
		top:-200px;
		left:-150px;
	}
}/* >xxl */
@media (min-width: 2400px) {
	.alt-pos-webserver img.teaser-kacheln-img {
		top:-200px;
		left:-100px;
	}
}
/* >xxl */
@media (min-width: 2560px) {
	.alt-pos-webserver img.teaser-kacheln-img {
		top:-200px;
		left:-50px;
	}
}

/* -------------------- Alternative Position Kontakt ------------------------- */
.alt-pos-kontakt img.teaser-kacheln-img {
	position:fixed;
	top:0px;
	left:-560px;
	right:-50px;

	width:auto;
	min-width:calc( 100% + 100px );
	height:auto;
	min-height:460px;
}
/* -sm- */
@media (min-width: 576px) {
	.alt-pos-kontakt img.teaser-kacheln-img {
		left:-500px;
	}
}
/* -md- */
@media (min-width: 768px) {
	.alt-pos-kontakt img.teaser-kacheln-img {
		left:-420px;
	}
}
/* -lg- */
@media (min-width: 992px) {
	.alt-pos-kontakt img.teaser-kacheln-img {
		left:-300px;
	}
}
/* -xl- */
@media (min-width: 1200px) {
	.alt-pos-kontakt .teaser-kacheln {
		min-height:560px;
	}
	.alt-pos-kontakt img.teaser-kacheln-img {
		min-height:560px;
	}
}
/* -xxl- */
@media (min-width: 1400px) {
	.alt-pos-kontakt img.teaser-kacheln-img {
		left:-50px;
	}
}
/* >xxl */
@media (min-width: 1600px) {
	.alt-pos-kontakt .teaser-kacheln {
		min-height:560px;
	}
	.alt-pos-kontakt img.teaser-kacheln-img {
		min-height:560px;
	}
}
/* >xxl */
@media (min-width: 2000px) {
	.alt-pos-kontakt .teaser-kacheln {
		min-height:720px;
	}
	.alt-pos-kontakt img.teaser-kacheln-img {
		min-height:720px;
	}
}

















/* Headline-Text ================================================================ */

.teaser-kacheln-wrapper {
	position:fixed; 
	left:0px; 
	right:0px; 
	top:0px; 
	width:100%;
}

.teaser-kacheln-text {
	display:inline-block;
	position:absolute;
	top:-3px;
	left:100px;

	color:#FFFFFF;
	text-transform: none;
	font-weight:bold;
	white-space:nowrap;
	font-size:43px;
	line-height:1.2;
	letter-spacing:2px;
	font-family: 'Varela', sans-serif;
	text-shadow: -1px -1px 0 #888, 1px -1px 0 #888, -1px 1px 0 #888, 1px 1px 0 #888;
}
@media (min-width: 992px) {
	.teaser-kacheln-text {
		top:-1px;
		left:150px;
		font-size:76px;
	}
}

.teaser-kacheln-text span.reg {
	display: block;
	position:absolute;
	left:130px;
	top:10px;
	font-size:18px;
	font-weight:normal !important;
}
@media (min-width: 992px) {
	.teaser-kacheln-text span.reg {
		left:220px;
		top:25px;
		font-size:28px;
	}
}

.teaser-kacheln-text span.company {
	display:none;
}
@media (min-width: 768px) {
	.teaser-kacheln-text span.company {
		display:block;
		position:absolute;
		left:130px;
		bottom:8px;
		font-size:12px;
		line-height:12px;
		font-weight:normal !important;
	}
}
@media (min-width: 992px) {
	.teaser-kacheln-text span.company {
		left:220px;
		bottom:14px;
	}
}

.teaser-kacheln-text a {
	color:#FFFFFF !important;
	text-decoration:none;
}
.teaser-kacheln-text a:hover,
.teaser-kacheln-text a:focus {
	text-decoration:none;
}


/* Kacheln ================================================================ */

/* --- Mobil --- */

.grid-container-mobil {
	position:absolute;
	left:0px;
	right:0px;
	top:50px;
	width:100%;
	z-index:100;

}
.grid-container-mobil a {
	text-decoration:none !important;
}


.grid-item-mobil {
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;

	flex-wrap: wrap;

	margin:0px;
	padding:0px;

	font-size:16px;
	line-height:1.2;
	color:#FFFFFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.7); /* Bessere Lesbarkeit bei Bildern */
}

.grid-item-mobil i.fas {
	font-size:2rem;
	margin-bottom:15px;
}
/* -lg- */
@media (min-width: 992px) {
	.grid-container-mobil {
		display:none;
	}
}

/* --- Desktop --- */

.grid-container-1,
.grid-container-2,
.grid-container-3 {
	display:none;
}

/* -lg- */
@media (min-width: 992px) {
	.grid-container-1 {
		position:absolute;
		bottom:15px;
		left:50%;
		transform: translateX(-50%);
	
		display:flex;
		justify-content:center;
	}
	
	.grid-container-2 {
		display:flex;
		justify-content:center;
	
		position:absolute;
		bottom:165px;
		left:50%;
		transform: translateX(-50%);

		opacity:.6;
	}
	
	.grid-item {
		display:flex;
		justify-content:center;
		align-items:center;
		text-align:center;
	
		flex-wrap: wrap;
	
		width:150px;
		height:150px;
		margin:0px;
		padding:15px;
	
		font-size:16px;
		line-height:1.2;
		color:#FFFFFF;
		text-shadow: 1px 1px 2px rgba(0,0,0,0.7); /* Bessere Lesbarkeit bei Bildern */
	}
	
	.grid-container-1 a {
		text-decoration:none !important;
	}
	
	.grid-item:hover {
		background-color:transparent;
		background: linear-gradient(300deg, rgba(9,72,139, 0) 50%, rgba(9,72,139, 1) 100%);
		background-color:rgba(9,72,139,.3);
	
		border:1px solid rgba(255,255,255,.8);
	
		-webkit-box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.3);
		   -moz-box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.3);
				box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.3);
	}

	.grid-item i.fas {
		font-size:2.5rem;
	}
}
/* -xl- */
@media (min-width: 1200px) {
	.grid-container-1 {
		bottom:15px;
	}
	
	.grid-container-2 {
		bottom:215px;
	}

	.grid-item {
		width:200px;
		height:200px;
		padding:15px;
	
		font-size:20px;
		line-height:1.2;
	}
	.grid-item i.fas {
		font-size:3rem;
	}
}
/* -xxl- */
@media (min-width: 1400px) {
	.grid-container-1 {
		position:absolute;
		bottom:15px;
		left:50%;
		transform: translateX(-50%);
	}
	
	.grid-container-2 {
		position:absolute;
		bottom:215px;
		left:50%;
		transform: translateX(-50%);
	}
}
/* >xxl */
	@media (min-width: 2000px) {
	.grid-container-3 {
		display:flex;
		justify-content:center;
	
		position:absolute;
		bottom:415px;
		left:50%;
		transform: translateX(-50%);

		opacity:.3;
	}
}
