@charset "UTF-8";
/* CSS Document f&uuml;r index Geb&auml;udereinigung Glenz*/


/* Nur in der Index-Datei liegt der Content immer hinter dem Header und Footer*/

.top{
	position: fixed;
	z-index: 999!important;
}

.subtop{
	position: relative;
	z-index: 998!important;
}

footer {
position: static;
z-index: 999!important;
}

/* --------------- Handyversion - Bild statt Video ------------------- */

.mobile-BG-image{
	display: none;
}


/* --------------- Inhalt ------------------- */

	.Cont{
		width: 100%;
		height:  calc(100vh - var(--top-height) - var(--navbar-height) - var(--subtop-height));
		margin-top: 0;
		position: relative;
		z-index: 1!important;
		display: flex;
		align-items: center;
		justify-content: center;
}


.content-box{
	width: 800px;
	height: 508px;
}

/* ------ Drop ------- */


.drop{
	width: 100%;
	height: 100%;
	background-image: url("../bilder/drop.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


.info-header{
	width: 200px;
	height: 40px;
	padding-top: 40px;
	margin-left: 455px;
}

.info-header p{
	color: var(--darker-accent-color);
	letter-spacing: 1px;
	font-weight: 600;
}

.info-buttons{
	width: 100%;
	height: content;
/*	background-color: darkred;	
*/	display: flex;
	justify-content:space-around;
	align-items: center;
}

.info-buttons button{
	width: 143px;
	height: 180px;
	border-radius: 3px;
	cursor: grab;
	padding-top: 117px;
	box-shadow: 5px 5px 5px 0 rgba(180,180,180,0.25);
}

.info-buttons button:hover{
 transform: scale(102%);
	box-shadow: 5px 5px 5px 0 rgba(180,180,180,0.5);
}


/* --------------- Button Texte ------------------- */

.btn-txt1, .btn-txt2{
	font-size: 17px;
	font-weight: 600;
}

.btn-txt1{
	color: var(--accent-color);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.btn-txt2{
	color: var(--darker-accent-color);
}

.button1{
	background-image: url("../bilder/buero_neu.svg");
	background-size: 100% auto ;
	background-position: center;
	background-repeat: no-repeat;
}

.button2{
	background-image:url("../bilder/Hausmeister_1c_neu.svg");
	background-size: 100% auto ;
	background-position: center;
	background-repeat: no-repeat;
}

.button3{
	background-image:url("../bilder/Treppenhaus_neu.svg");
	background-size: 100% auto ;
	background-position: center;
	background-repeat: no-repeat;
}

.button4{
	background-image:url("../bilder/Bauendreinigung_neu.svg");
	background-size: 100% auto ;
	background-position: center;
	background-repeat: no-repeat;
}

.button5{
	background-image:url("../bilder/Urlaubsvertretung.svg");
	background-size: 100% auto ;
	background-position: center;
	background-repeat: no-repeat;
}


/* --------------- Slogan ------------------- */
.info-center{
	width: calc(100% - 145px);
	padding: 30px 15px 15px 130px;
/*	background-color: aqua;
*/}

.info-center h3{
	color: var(--accent-color);
	text-align: center;
}

.reinigung{
	color: var(--darker-accent-color);
	font-weight: 400;
}

/* --------------- Call to action ------------------- */

.feld{
width: calc(100% - 470px);
height: content;
padding-left: 470px;
/*background-color: green;
*/}

.cta-button{
	width: 170px;
	height: 35px;
	border-radius: 3px;
	background-image: linear-gradient(to right, #006eb8 0%, #57c4f9 80%);
	box-shadow: 5px 5px 5px 0 rgba(180,180,180,0.5);
	cursor: grab;
}

 .cta-button:hover{
 transform: scale(102%);
	box-shadow: 5px 5px 5px 0 rgba(180,180,180,0.5);
}


.btn-txt3{
	color: var(--background-color);
	font-size: 16px;
	font-weight: 600;
}

/* --------------- Video Hintergrund ------------------- */

.back-video{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

/*@media (min-aspect-ratio: 16/9){
	.back-video{
		width: auto;
		height: 100%;
	}
}
	
@media (max-aspect-ratio: 16/9){
	.back-video{
		width: 100%;
		height: auto;
	}

}*/

@media (min-width: 1920px) {
	.back-video{
	width: 100%;
	height: auto;}
}


@media screen and (max-width: 50em) {/*800px*/
	
/* --------------- Inhalt ------------------- */
		.Cont{
		width: 100%;
		height:  990px;
		margin-top: 0;
		margin-bottom: 0;
		position: relative;
		z-index: 1!important;
		display: flex;
		align-items: flex-start;
		justify-content:center;
}

	.content-box{
	width: 100%;
/*	width: 800px;
*/	height: 800px;
	margin-top: 190px;
	margin-bottom: 200px;
/*	background-color: yellow;
*/}
	
/* --------------- Drop ------------------- */

.drop{
	width: 100%;
	height: 100%;
	background-image: url("../bilder/drop_800x800.svg");
	background-size: 800px auto;
	background-repeat: no-repeat;
	background-position: center;
}
	
/* --------------- &uuml;berschrift Header ------------------- */
	
	.info-header{
	width: 100%;
	height: 70px;
	padding-top: 70px;
	margin-left: 0;
	text-align: center;
/*	background-color: blueviolet;
*/}

	/* --------------- Buttons ------------------- */

	
.info-buttons{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 479px;
	height: content;
	margin: auto;
	align-items: center;
	margin-bottom: 90px;
}
	.button1, .button2, .button4 {
margin-right: 25px;}


.info-buttons button{
	width: 143px;
	height: 180px;
	border-radius: 3px;
	cursor: grab;
	padding-top: 117px;
	margin-bottom: 20px;
	box-shadow: 5px 5px 5px 0 rgba(180,180,180,0.25);
}

/* --------------- Slogan ------------------- */
	
.info-center{
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}


/* --------------- Call to action ------------------- */

.feld{
width: 100%;
height: content;
padding-left: 0;
display: flex;
align-items: center;
justify-content: center;
}

.cta-button{
	width: 170px;
	height: 35px;
	border-radius: 3px;
	background-image: linear-gradient(to right, #006eb8 0%, #57c4f9 80%);
	box-shadow: 5px 5px 5px 0 rgba(180,180,180,0.5);
	cursor: grab;
}

 .cta-button:hover{
 transform: scale(102%);
	box-shadow: 5px 5px 5px 0 rgba(180,180,180,0.5);
}


.btn-txt3{
	color: var(--background-color);
	font-size: 16px;
	font-weight: 600;
}

/* --------------- Video Hintergrund ------------------- */

.back-video{
min-width: 100%;
	height: 500px;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

}


@media screen and (max-width: 36.813em) {/*589px*/

	/* --------------- Inhalt ------------------- */
		.Cont{
		width: 100%;
		height:  1230px;
		margin-top: 0;
		margin-bottom: 0;
		position: relative;
		z-index: 1!important;
		display: flex;
		justify-content:center;
}
	
	.content-box{
	width: 100%;
	height: 800px;
	margin-top: 190px;
	margin-bottom: 200px;
/*	background-color: yellow;
*/}

	/* --------------- Drop ------------------- */

.drop{
	width: 100%;
	height: 100%;
	background-image: url("../bilder/drop_589x800.svg");
	background-size: 589px auto;
	background-repeat: no-repeat;
	background-position: top;
}
	



	/* --------------- Buttons ------------------- */

	
.info-buttons{
	width: 311px;
}
	
	.button2, .button4{
	margin-right: 0;}

	.button1, .button3{
	margin-right: 25px;}

	/* --------------- Ihr Dienstleister... ------------------- */
	.info-center{
	width: calc(100% - 100px);
	padding: 0 50px 0 50px;
	margin-bottom: 20px;
}
}

@media screen and (max-width: 26.25em) {/*420x*/
	
		/* --------------- Inhalt ------------------- */
		.Cont{
		width: 100%;
		height:  1130px;
		margin-top: 0;
		margin-bottom: 0;
		position: relative;
		z-index: 1!important;
		display: flex;
		justify-content:center;
}

	
/* --------------- Handyversion - Bild statt Video ------------------- */

.mobile-BG-image{
	display: block;	
	width: 100%;
	background-image:url("../bilder/poster_video.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: 420px auto;
	height: 250px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
	
	.mobile-BG-image h1{
	display: none;
	}
	
	.info-header{
	padding-top: 20px;
	height: 30px;
}

	.drop{
	background-size: 489px auto;
}

	.info-center{
	width: calc(100% - 40px);
	padding: 0 20px 0 20px;
}
	/* --------------- Video Hintergrund ------------------- */

.back-video{
display: none;}

}

@media screen and (max-width: 21.875em) {/*350px*/
		.Cont{
		height:  1500px;
}
	
	.info-buttons{
	width: 143px;
		margin-bottom: 50px;
}

	.button1, .button3{
	margin-right: 0;}

	.drop{
	height: 1100px;
	background-image: url("../bilder/drop_small.svg");
	background-size: 489px auto;
}
	
}
