@charset "utf-8";
@import url("../fonts/Sen/stylesheet.css");

body, .container-fluid {
    height:97vh;
	width:100%;
		
}

#logo {
	margin-top: 25px;
	z-index:101;
}

.mr {
	margin-top: 19px;
	margin-left: 40px;
	animation-name: mranim;
	animation-duration: 0.5s;
}
	
@keyframes mranim {
	from {
		transform: translate3d(-80px, 0px, 0px);
		animation-timing-function: ease-out;
	}
	
	to {
		transform: translate3d(0px, 0px, 0px);
		animation-timing-function: ease-out;
	}
}

.meinrein {
	margin-top: -25px;
	margin-left: 18px;
	animation-name: meinreinanim;
	animation-duration: 0.5s;
}

@keyframes meinreinanim {
	from {
		transform: translate3d(0px, -80px, 0px);
		animation-timing-function: ease-out;
	}
	
	to {
		transform: translate3d(0px, 0px, 0px);
		animation-timing-function: ease-out;
	}
}

@keyframes menuAnim {
	from {
		transform: translate3d(300px, 0px, 0px);
		animation-timing-function: ease-out;
		
	}
	
	to {
		transform: translate3d(0px, 0px, 0px);
		animation-timing-function: ease-out;
		
	}
}

.haushalt {
	display: block;
	margin-left: 137px;
	margin-top: -40px;
	animation-name: haushaltanim;
	animation-duration: 0.5s;
}

@keyframes haushaltanim {
	from {
		transform: translate3d(0px, 80px, 0px);
		animation-timing-function: ease-out;
	}
	
	to {
		transform: translate3d(0px, 0px, 0px);
		animation-timing-function: ease-out;
	}
}

.white {
	color: white;
	}
	
.mainSans {
	font-family: 'Montserrat', sans-serif;
	}	
	
.fBig {
	font-size: 50px;
	}
	
.fSmall {
	font-size: 20px;
	}

.flexx {
	display: flex;
}

#indexH {
	font-size: 3vw;
	margin-top: 68vh;
	margin-left: 10%;
	animation-name: hIndexAnim, fadeout;
	animation-duration: 8s, 8s;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards, forwards;
	font-style: normal;
	font-weight: normal;
	user-select: none;
	text-shadow: 0px 0px 4px;
}
	
#indexP {
	font-size: 1.8vh;
	animation-delay: 1.6s;
	padding-top: 4%;
	width: 90%;
	text-shadow: 0px 0px 0px;
}
	
.impressum {
	color: white;
	font-family: "Montserrat", sans-serif;
	font-size: 0.8vw;
	margin-left:10px;
	margin-right:150px;
	float: right;
	
}
	
#footerP {
	display: none;
}
	
#imp {
	font-size: 2vw;
	margin-left: 450px;
	position: fixed;
	
}

#datenP {
	font-size: 2vw;
	position: fixed;
	margin-left: 350px;
	}
	
#datenS {
	margin-right:15px;
}
	
.hoverBtn {
	background: none;
    border: none;
    padding: 0;
	cursor: pointer;
    outline: none;
	display:block;
	cursor:pointer;
}

#phone {
	width: 100%;
	display:none;
	position: absolute;
	z-index:15;
	
}

#phoneL {
	padding: 0px;
	width: 100%;
	height: 64px;
	margin: -2px;
	
	}
	

#phoneMIcon {
	float:right;
}
	




@keyframes hIndexAnim {
	from {
		transform: translate3d(0px, 60px, 0px);
		visibility: hidden;
		animation-timing-function: ease-out;
		}
	20% {
		transform: translate3d(0px, 60px, 0px);
		visibility: hidden;
		animation-timing-function: ease-out;
		}
	43% {
			transform: translate3d(0px, 0px, 0px);
			visibility: visible;
			animation-timing-function: ease-out;
			}
	to {
		transform: translate3d(0px, 0px, 0px);
		visibility: visible;
		animation-timing-function: ease-out;
		}
}

@keyframes fadeout {
	from {
		opacity: 0;
		}
	10% {
		opacity: 0;
		}
	20% {
		opacity: 1;
		}
	85% {
		opacity: 1;
		}
	to {
		opacity: 0;
		}
}

@keyframes fadein {
	from {
		opacity: 0;
		}
	20% {
		opacity: 0;
		}
	to {
		opacity: 1;
		}
}


.no-padding {
   padding-left: 0px !important;
   padding-right: 0px !important;
   margin-left: 0px !important;
   margin-right: 0px !important;
   
}

#carBox {
	width: 100% - 130px;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	background-color: #FFFFFF;
	transition: 0.5s;
	padding-top: 10px;
	
}



#mySidenav {
	font-size: 20px;
}

/* The navigation menu links */
.sidenav a {
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 13%;
	padding-bottom: 20px;
	color: black;
	letter-spacing: 2px;
	display: block;
	transition: 0.3s;
	font-family: Sen;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	}
	
	


.sidenav a:hover, .offcanvas a:focus{
	font-weight: bold;
	text-decoration: none;
   }
   
.menuTitle {
	width: 80%;
	margin: auto;
	margin-top: 100%;
}

#openbtn {
    color: black;
    text-align: center;
    font-family: Sen;
    font-size: 18px;
    letter-spacing: 3px;
    display: block;
    z-index: 5;
    font-style: normal;
    font-weight: 400;
}

#menudots {
	text-align: center;
	display: block;
	padding-top: 7px;
	font-size: 10px;
	letter-spacing: 1px;
}

#sideline {
	display:block;
	width: 130px;
	height: 100%;
	background-color: white;
	position: fixed;
}
	
#brandimg {
	width: 320px; 
	height:auto; 
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	margin-top: 50px;
}

.textboxKontakt {
    display: block;
    color: white;
    max-width: 40%;
    margin-top: 12%;
    margin-left: 6%;
	font-family: 'Post Grotesk', sans-serif;
	font-size: 2vh;
	animation-name: haushaltanim;
	animation-duration: 0.5s;
	font-style: normal;
	font-weight: 400;
}



/*-----------------------------------MEDIA QUARIES------------------------------------------------------*/


/*All Tabs Landscape*/
@media only screen and (max-width: 1366px) and (max-height: 1024px) and (orientation: landscape) {
	#brandimg {width: 200px; height:73px; margin-top: 30px; margin-bottom: 40px;}
	#mySidenav {font-size: 15px;}
}

/* 16:9 Tabs Landscape */
@media only screen and (max-width: 1280px) and (orientation: landscape) and (max-height: 800px) {
	body, .container-fluid {height:83vh;}
	#indexH  {margin-top: 45vh;}
	#indexP {font-size: 2.2vh;}
	#brandimg {margin-top: 20px; width: 230px; height:84px;}
	.sidenav {padding-top: 20px;}
	#mySidenav {font-size: 18px;}
}

/* 16:9 Tabs Portrait */
@media only screen and (max-width: 1366px) and (min-width: 481px) and (orientation: portrait){
	html, body {background-size: cover;	-webkit-background-size: cover;}
	#logo {margin-left: 60px;}
	.mr {margin-left: 5px;}
	.haushalt {margin-top: -45px; margin-left: 103px;}
	#sideline {display:none;}
	#phone {display:block; height: 9vh;}
	#phoneMIcon {width: 60px; height: 55px;  margin-right: 10px;}
	#indexH {font-size: 5.3vw; margin-top: 60vh; margin-left: 5%; width: 100%; text-shadow: 0px 0px 8px;}
	#footerGen {display: none;}
	#indexP {font-size: 2.6vw;}
	#brandimg {margin-bottom: 40px; margin-top: 0px;}
	.sidenav {padding-top: 70px;}
	.sidenav a {padding-left: 50px;}
	#menuElem5 {display: block;}
	#menuElem6 {display: block;}
	.fSmall {font-size: 15px;}
	.carText {font-size: 25px;}
	.carTextBox {font-size: 12px;}
    
}

/* All Phones Portrait */
@media only screen and (max-width: 480px) and (orientation: portrait){
	html, body {background-size: cover;	-webkit-background-size: cover;}
	#logo {transform: scale(0.8); margin-left: -25px;}
	.mr {margin-left: 5px;}
	.haushalt {margin-top: -45px; margin-left: 103px;}
	#sideline {display:none;}
	#phone {display:block; height: 10vh;}
	#indexH {font-size: 7vw; margin-top: 50vh; margin-left: 5%; width: 100%; text-shadow: 0px 0px 8px;}
	#footerGen {display: none;}
	#indexP {font-size: 4vw;}
	#brandimg {margin-bottom: 40px; margin-top: 0px; }
	.sidenav {padding-top: 40px;}
	.sidenav a {padding-left: 100px; padding-bottom: 5%;}
	#menuElem5 {display: block;}
	#menuElem6 {display: block;}
	.fSmall {font-size: 15px;}
	.carText {font-size: 25px;}
	.carTextBox {font-size: 12px;}
    .textboxKontakt {margin-top: 60%; max-width: 80%;}
    .price_textblock_title {font-size: 22px !important;}
    .footer {padding-top: 20% !important;}
}

/* All Phones Landscape */
@media only screen and (max-width: 812px) and (orientation: landscape) {
	body, .container-fluid {height:85vh;}
	#logo {transform: scale(0.7) translate(-150px, -20px);}
	#indexH {font-size: 7vh; margin-top: 30vh; width: 80%; margin-left: 5%;}
	#indexP {font-size: 4vh; padding-top: 2%;}
	#brandimg {width: 200px; height:73px; margin-top: 30px; margin-bottom: 20px;}
	#footerGen {display: none;}
	#footerP {display: block;}
	#sideline {display: block;}
	.sidenav a {padding-bottom: 10px;}
	#menuElem5 {display: none;}
	#menuElem6 {display: none;}
	.fSmall {font-size: 15px;}
	@keyframes hIndexAnim {
		from {
			transform: translate3d(0px, 20px, 0px);
			visibility: hidden;
			animation-timing-function: ease-out;
			}
		20% {
			transform: translate3d(0px, 20px, 0px);
			visibility: hidden;
			animation-timing-function: ease-out;
			}
		43% {
				transform: translate3d(0px, 0px, 0px);
				visibility: visible;
				animation-timing-function: ease-out;
				}
		to {
			transform: translate3d(0px, 0px, 0px);
			visibility: visible;
			animation-timing-function: ease-out;
			}
	}
	@keyframes fadeout {
		from {
			opacity: 0;
			}
		20% {
			opacity: 0;
			}
		40% {
			opacity: 1;
			}
		90% {
			opacity: 1;
			}
		to {
			opacity: 0;
			}
	}
}


/* iPhone Plus Landscape */
@media only screen and (max-width: 812px) and (min-width: 700px) and (orientation: landscape)  {
	.impressum {margin-right:0px;}
	#imp {margin-left: 500px;}
	#DatenP {margin-left: 390px;}
}

/* iPhoneX Landscape */
@media only screen and (max-width: 812px) and (min-width: 800px) and (orientation: landscape)  {
	.impressum {margin-right:0px;}
	#imp {margin-left: 570px;}
	#DatenP {margin-left: 450px;}
}

/* iPhoneX Portrait */
@media only screen and (max-width: 480px) and (min-height: 800px) and (orientation: portrait)  {
	#indexH {margin-top: 55vh;}
}

/*IpadPro Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait) {
	.sidenav {padding-left: 40px;}
	#indexP {font-size: 2.2vw;}
}

/*IpadPro Landscape*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {
	body, .container-fluid {height:85vh;}
	#indexH {margin-top: 55vh;}
}

.preload {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

			



	

	




