body{
	padding: 0;
}
p{
	margin-bottom: 1.5em;
}

.logo{
	margin-top: 15px;
	margin-bottom: 15px;
}


.intro_01__text{
	padding: 3rem 8% 1rem 8%;
	/* margin: 300px 0rem 4rem 5rem; */
	align-self: center;
}
.container-fluid.position-relative {
	max-width: 1920px;
}
.intro_01__image{
	margin-bottom: -17vmin;
	mix-blend-mode: multiply;
}
.benefits{
	position: relative;
	z-index: 999;
	padding-bottom: 2rem;
}
.kontakt{
	padding: 75px 0;
}
@media (min-width: 768px){
	.logo {
		position: relative;
		top: 0;
	}
}
@media screen and (min-width:1200px) {
	.logo{
		position: absolute;
		z-index: 99999;
		top: 3rem;
		left: 3rem;
	}	
		
	.intro_01__text{
		position: absolute;
		margin: 150px 0rem 0 0rem;
		padding: 5rem 10% 4rem 10%;
		background: #ffffffdd;
		z-index: 9999;
	}
	.kontakt{
		padding: 150px 0;
	}
}
@media screen and (min-width:1400px) {
	.logo{
		top: 6rem;
		left: 6rem;
	}	

}