
body {
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	font-family:  'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 100;
	background-image: url("images/bg.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow-x: hidden;
	position: relative;
}
h1 {
	color: white;
	margin-bottom: 0;
}
h2 {
	color: rgba(142,133,123,1);
	margin: 0;
}
a {
	color: inherit;
	text-decoration: none;
}
.res-on {display: none}
.clear {
	clear: both;
	margin: 0;
	opacity: 0;
}
.wrapper {
	width: 80%;
	margin: 0 auto;
	color: white;
	padding: 5% 0;
}
p {
	color: white
}
.content-links {
	margin: 3% 0 2% 10%;
	float: left;
}
.logo {
	width: 20%;
	padding-bottom: 5%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	float: right;
	margin: 3% 10% 2% 0;
}
.content-unten {
	color: white;
	margin: 2% 0 1% 10%;
	width: 85%;
}
.bl-future-container {
	width: calc(80% - 64px);
	height: 550px;
	margin: 30px 10%;
	display: flex;
	flex-flow: row;
}
.blf-teil {
	flex-grow: 0.5;
	transition: flex 0.6s ease;
	display: flex;
	position: relative;
	border: solid 2px rgba(142,133,123,1);
}

.blf-teil:nth-of-type(1) {flex-grow: 2}

.bl-future-container:hover > .blf-teil:nth-of-type(1) {flex-grow: 0.5}

.blf-teil:nth-of-type(1):hover {flex-grow: 4 !important}
.blf-teil:nth-of-type(2):hover {flex-grow: 4}
.blf-teil:nth-of-type(3):hover {flex-grow: 4}
.blf-teil:nth-of-type(4):hover {flex-grow: 4}

.blf-teil:nth-of-type(1):after, .blf-teil:nth-of-type(2):after, .blf-teil:nth-of-type(3):after, .blf-teil:nth-of-type(4):after {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 0.6em;
	color: white;
}

.blf-teil:nth-of-type(1):after {content: '© navintar | adobe STOCK'}
.blf-teil:nth-of-type(2):after {content: '© Fotomek | adobe STOCK'}
.blf-teil:nth-of-type(3):after {content: '© Tomasz Zajda | adobe STOCK'}
.blf-teil:nth-of-type(4):after {content: '© Witthaya | adobe STOCK'}

.blf-teil > .teil1 {
	display: block;
	width: 100%;
	height: 100%;
	background-size: auto 200%;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
.blf-teil > .teil1 > div {
	display: block;
	width: calc(100% - 120px);
	height: auto;
	padding: 30px 30px 30px 90px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 3%;
	left: 0;
	transition-property: opacity, bottom;
	transition: 0.3s ease;
	opacity: 0;
	background: rgba(255,255,255,0.8);
}
.blf-teil > .teil1 > div > ul {
	line-height: 2em;
}
.blf-teil > .teil1:hover > div {
	bottom: 0;
	opacity: 1;
	transition-delay: 0.6s;
}

.blf-teil > .teil2 {
	width: 450px;
	height: 60px;
	position: absolute;
	bottom: -2px;
	right: -510px;
	z-index: 999;
	overflow: hidden;
	transform-origin: bottom left;
	transform: rotate(-90deg);
}
.blf-teil > .teil2 > div {
	width: 450px;
	height: 60px;
	line-height: 60px;
	transform: skewX(-30deg);
	background: rgba(142,133,123,1);
	margin-right: 20px;
	text-align: center;
	float: right;
}
.blf-teil > .teil2 > div::before {
	display: block;
	transform: skewX(30deg);
	margin-right: -20px;
	color: white;
	text-transform: uppercase;
}

.blf-teil:nth-of-type(1) > .teil2 > div::before {content: 'Störungsbehebung'}
.blf-teil:nth-of-type(2) > .teil2 > div::before {content: 'mechanische & elektrische Reparaturen'}
.blf-teil:nth-of-type(3) > .teil2 > div::before {content: 'Wartung und Service von Maschinen'}
.blf-teil:nth-of-type(4) > .teil2 > div::before {content: 'Generalüberholung der Maschine'}

footer {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
}
footer > div {
	width: 70%;
	padding-left: 10%;
	padding-bottom: 10px;
	border-bottom: solid 1px rgba(142,133,123,1);
	color: white;
	float: left;
}
footer > div > div {
	display: inline-block;
	margin-left: 60px;
}
footer > div > img {
	height: 1.7em;
	margin: 0 5px -5px 20px;
}
footer > div > img:nth-of-type(2) {
	height: 1.7em;
	margin: 0 5px -8px 20px;
}
.tel {
	display: block;
	width: 20%;
	float: right;
	font-size: 1.6em;
	border-top:  solid 1px rgba(142,133,123,1);
	border-left:  solid 1px rgba(142,133,123,1);
	color: white;
	margin-top: -15px;
	margin-right: -15px;
	line-height: 40px;
	padding-top: 10px;
	transform: skewX(-30deg);
}
.tel > span {
	display: block;
	transform: skewX(30deg);
}
.tel > span > img {
	height: 1.7em;
	margin: 0 5px -15px 20px;
}




@media (max-width: 1600px) {
	.bl-future-container {
		height: 600px;
	}
}








@media (max-width: 1440px) {
	.tel {
		font-size: 1.2em;
	}
	.tel > span > img {
		margin: 0 5px -12px 20px;
	}
	footer > div {
		width: 75%;
		padding-left: 5%;
	}
	footer > div > img {
		height: 1.7em;
		margin: 0 5px -5px 10px;
	}
	footer > div > img:nth-of-type(2) {
		margin: 0 5px -8px 10px;
	}
	footer > div > div {
		margin-left: 10px;
	}
	.content-links {
		margin: 3% 0 2% 5%;
	}
	.logo {
		margin: 3% 5% 2% 0;
	}
	.content-unten {
		margin: 2% 0 1% 5%;
	}
	.bl-future-container {
		width: calc(90% - 64px);
		margin: 30px 5%;
		height: 500px;
	}
}



@media (max-width: 1310px) {
	footer > div {
		width: 75%;
		height: 60px;
		padding-left: 5%;
	}
	footer > div > div {
		display: block;
		margin-left: 0px;
		margin-top: 15px;
	}
	.tel {
		margin-top: 20px;
	}
}




@media (max-width: 1100px) {
	.res-on {display: block}

	body {
		height: auto;
		overflow: visible;
		overflow-x: hidden;
		position: relative;
	}
	.bl-future-container {
		width: calc(90% - 0px);
		flex-flow: column;
		height: 650px;
	}
	.blf-teil > .teil2 {
		width: 220px;
		height: 40px;
		bottom: 0px;
		right: 0px;
		transform: rotate(0deg);
	}
	.blf-teil > .teil1 {
		height: auto;
		background-size: cover;
	}
	footer {
		position: static;
		border-top: solid 1px rgba(142,133,123,1);
	}
	footer > div {
		width: 95%;
		padding-left: 5%;
		float: none;
		height: auto;
	}
	footer > div > div {
		margin-left: 0px;
	}
	footer > div > strong {
		font-size: 1.2em;
		margin-bottom: 10px;
		display: block;
		margin-top: 30px;
	}
	footer > div > img {
		margin: 0 5px -5px 0px;
		padding-bottom: 20px;
		float: left;
	}
	footer > div > img:nth-of-type(2) {
		margin-top: -5px;
		margin-right: 5px;
		margin-bottom: 0px !important;
		margin-left: 0;
		float: left;
	}
	.tel {
		width: 100%;
		float: none;
		font-size: 1em;
		border-top:  none;
		border-left:  none;
		transform: skewX(0deg);
		margin-bottom: 30px;
		margin-left: 5%;
	}
	.tel > span {
			transform: skewX(0deg);
	}
	.tel > span > img {
		margin: 0 5px -8px 0px;
	}
}




@media (max-width: 500px) {
.content-links {
	margin: 100px 5% 5% 5%;
	float: none;
}
	.logo {
		width: 60%;
		padding-bottom: 15%;
		float: left;
		margin: -270px 5% 2% 5%;
	}
	.bl-future-container {
		margin-top: 100px;
		height: auto;
	}
	.blf-teil > .teil2 {
		width: 220px;
		height: 40px;
		bottom: 0px;
		right: 0px;
		transform: rotate(0deg);
	}
	.blf-teil > .teil1 {
		height: auto;
		background-size: cover;
	}
.blf-teil {
	flex-grow: 1;
	transition: flex 0.6s ease;
	display: block;
	position: relative;
	border: solid 2px rgba(142,133,123,1);
	margin-bottom: 70px;
}

.blf-teil > .teil1 {
	display: block;
	width: 100%;
		height: 550px;
		background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
.blf-teil > .teil1 > div {
	display: block;
	width: calc(100% - 20px);
	height: auto;
	padding: 10px 10px 60px 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 3%;
	left: 0;
	transition-property: opacity, bottom;
	transition: 0.3s ease;
	opacity: 0;
	background: rgba(255,255,255,0.5);
}
.blf-teil > .teil1:hover > div {
	bottom: 0;
	opacity: 1;
	transition-delay: 0.6s;
}

.blf-teil > .teil2 {
	width: 350px;
	height: 50px;
	position: absolute;
	bottom: auto;
	top: -50px;
	right: auto;
	left: -2px;
	z-index: 999;
	overflow: hidden;
	transform-origin: bottom left;
	transform: rotate(0deg);
}
.blf-teil > .teil2 > div {
	width: 300px;
	height: 60px;
	line-height: 50px;
	transform: skewX(30deg);
	background: rgba(142,133,123,1);
	margin-right: 20px;
	text-align: left;
	float: right;
	font-size: 0.8em;
	padding-left: 60px;
}
.blf-teil > .teil2 > div::before {
	display: block;
	transform: skewX(-30deg);
	margin-right: -60px;
	color: white;
	text-transform: uppercase;
}

.blf-teil > .teil1 > div > ul {
	line-height: 1.5em;
}
}





