*{
	padding: 0;
	margin: 0 ;
}


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300&display=swap');

body{

}
#nav-placeholder1{
	position:relative;
	width:100%;
	background:#000000;
}
.div_Menu{
	position:relative;
	width:100%;
	height:50px;
}

/* Slideshow container */
.slideshow-container {
	max-width: 1200px;
	position: relative;
	margin: auto;
  }
  
  /* Next & previous buttons */
  .prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
	right: 0;
	border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
	background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
	animation-name: fade;
	animation-duration: 1.5s;
  }






  /* Slideshow container */
  .slideshow-container2 {
	max-width: 100%;
	position: relative;
	margin: auto;
  }
  
  /* Next & previous buttons */
  .prev2, .next2 {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next2 {
	right: 0;
	border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev2:hover, .next2:hover {
	background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text2 {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext2 {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot2 {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
  }
  
  .active2, .dot2:hover {
	background-color: #717171;
  }
  
  /* Fading animation */
  .fade2 {
	animation-name: fade;
	animation-duration: 1.5s;
  }
  
  @keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
  }
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
	.prev, .next,.text {font-size: 11px}
  }


  
.headline-01{
	position: relative;
	margin:0px auto;
	width:500px;
	color:#000;
	top:30%;
	border-radius:15px;
}
.headline-01 .blue{
	color:blue;
}
.headline-01 .white{
	color:#fff;
}
.headline-01 .red{
	color:red;
}
.headline-02{
    position: relative;
	width:100%;
    font-family: Arial, Helvetica, sans-serif;
	color:#fff;
    text-align: center;
    font-size:24px;
	font-weight:100;
	top:18px;
}





.div_Info{
	position:relative;
	height:100%;
	max-height:1080px;
	width:100%;
	max-width:1920px;
}
.div_text{
	position:relative;
	margin:0px auto;
	margin-top:60px;
}
.headline-info-02{
    position: relative;
	width:100%;
    font-family: Arial, Helvetica, sans-serif;
	color:#ff9900;
    text-align: center;
    font-size:55px;
	font-weight:bold;
}
.headline-info-02-m{
    position: relative;
	width:100%;
    font-family: Arial, Helvetica, sans-serif;
	color:#ff9900;
    text-align: center;
    font-size:2em;
	font-weight:100;
}
.headline-vorteile-m{
    position: relative;
	width:100%;
    font-family: Arial, Helvetica, sans-serif;
	color:#ff9900;
    text-align: center;
    font-size:2em;
	font-weight:bold;
}
.headline-info-03{
    position: relative;
	width:100%;
    font-family: Arial, Helvetica, sans-serif;
	color:#000;
    text-align: center;
    font-size:24px;
	font-weight:100;
	margin-top:15px;
}
.headline-info-04{
    position: relative;
	width:100%;
    font-family: Arial, Helvetica, sans-serif;
	color:#ff9900;
    text-align: center;
    font-size:40px;
	font-weight:bold;
	margin-top:0px;
}


.div_video{
	position:relative;
	width:800px;
	height:450px;
	margin:0px auto;
	margin-top:65px;
}
.video{
	position:relative;
	width:800px;
	height:450px;
}



.Div_Punkte_m{
	position: relative;
	height: auto;
	width: 80%;
	margin:0px auto;
	margin-top : 3em;
}
.Div_Cars{
	position: relative;
	height: 380px;
	width: 100%;
	min-width:800px;
	max-width:1200px;
	margin:0px auto;
	margin-top: 75px;
}
.Div_Car{
	position: relative;
	height: 100%;
	width: 30%;
	float:left;
	margin-left:1.5%;
	margin-right:1.5%;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.Div_Car:hover {
		transform:translateY( -8px);
		box-shadow: 2px 2px 2px 2px #ff9900;
    }
.Div_Point_m{
	position: relative;
	width: 18em;
	height: 20.5em;
	margin:0px auto;
	margin-top: 1em;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.img_car{
    position: relative;
	height:70%;
	width:80%;
	margin-top:8%;
	margin-left:10%;
	border-radius:5px;
	object-fit: cover;
}
.p_car {
    position: relative;
	width:80%;
	height:auto;
	max-height:30%;
	margin-top:10%;
	margin-left:10%;
	text-align:center;
	font-size:20px;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
}
.p_Point_m {
    position: relative;
	width:80%;
	height:auto;
	max-height:30%;
	margin-top:5%;
	margin-left:10%;
	text-align:center;
	font-size:1em;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
}
.img_Point{
    position: relative;
    width:90%;
	height:auto;
    margin-left: 5%;
    margin-top:5%;
}



.Div_fast_financing{
	position: relative;
	width: 100%;
	min-width:800px;
	margin:0px auto;
	margin-top: 100px;
	height:700px;
}
.img_fast_financing{
	position: above;
	width:100%;
	height:100%;
	object-fit: cover;
}
.headline-financing {
    position: relative;
	width:100%;
    font-family: 'Prompt', sans-serif;
	color:#fff;
    text-align: center;
    font-size:40px;
	text-align:left;
	line-height: 1.3;
    top:15px;
}
.Div_fast_financing_items{
	position: absolute;
	left:10%;
	top:10%;
}
.button-financing {
 padding: 17px 40px;
 border-radius: 50px;
 border: 0;
 background-color: white;
 box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
 letter-spacing: 1.5px;
 text-transform: uppercase;
 font-size: 15px;
 transition: all .5s ease;
 margin-top:20px;


}
.button-financing:hover {
 letter-spacing: 3px;
 background-color: #000;
 color: hsl(0, 0%, 100%);
 box-shadow: rgb(255, 255, 255) 0px 7px 29px 0px;
}
.button-financing:active {
 letter-spacing: 3px;
 background-color: #000;
 color: hsl(0, 0%, 100%);
 box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px;
 transform: translateY(10px);
 transition: 100ms;
}



.Div_01 {
	position: relative;
	width: 800px;
	min-width:800px;
	margin:0px auto;
	margin-top: 100px;
}
.Div_01_Text {
	position: relative;
	width: 800px;
}
.img_01{
    width: 100%;
	height: auto;
	border-radius:15px;
	object-fit: contain;
	position: relative;
	margin-top: 20px;
	border-radius:15px;
}
.div02-text{
    position: relative;
	width:100%;
    font-family: Arial, Helvetica, sans-serif;
	color:#000;
    text-align: center;
    font-size:22px;
	margin-top:25px;
	font-weight:100;
}



.Div_02 {
	position: relative;
	width: 1200px;
	min-width:1200px;
	height: 500px;
	margin:0px auto;
	margin-top: 150px;
	margin-bottom: 50px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	padding:10px;
}
.Div_02_Space {
	position: relative;
	width: 1200px;
	min-width:1200px;
	height: 500px;
	margin:0px auto;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	padding:10px;
}
.Div02_pic {
	width: 50%;
    height: 100%;
    position: relative;
	float:left;
}
.Div02_pic_L {
	width: 50%;
    height: 100%;
    position: relative;
	float:right;
}
.img_amg_01{
    width: 100%;
	height: 100%;
	object-fit:cover;
	position: absolute;
	border-radius:20px;
}
.Div_Text_02 {
	width: 50%;
    height: 100%;
    position: relative;
	float:right;
	background: #FFFFFF;
}
.Div_Text_02_L {
	width: 50%;
    height: 100%;
    position: relative;
	float:left;
	background: #FFFFFF;
}
.Div_Text_02_item{
	width: 90%;
    height: auto;
    position: relative;
	margin: 0px auto;
	background: #FFFFFF;
	margin-top:50px;
}
.h2_Text02_item {
	width: 100%;
    position: relative;
	font-size:25px;
	font-family: 'Ysabeau', sans-serif;
	color:#ff9900;
}
.h3_Text02_item {
	width:100%;
    position: relative;
	font-size:20px;
	font-family: 'Ysabeau', sans-serif;
	margin-top:15px;
}
.p_Text02_item {
	width:100%;
    position: relative;
	font-size:20px;
	font-family: 'Ysabeau', sans-serif;
	margin-top:10px;
}




.Div_02_m {
	position: relative;
	width: 90%;
	height: auto;
	margin-left: 5%;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	margin-top:7em;
	margin-bottom:3em;
}
.Div_Text_02_item_m{
	width: 90%;
    height: auto;
    position: relative;
	margin-left:5%;
	background: #FFFFFF;
	margin-top:2.5em;
}
.h2_Text02_item_m {
	width: 100%;
	height: auto;
    position: relative;
	font-size:1.5em;
	font-family: 'Ysabeau', sans-serif;
	color:#00b7ff;
	padding-top:1em;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.h3_Text02_item_m {
	width:100%;
	height: auto;
    position: relative;
	font-size:1.2em;
	font-family: 'Ysabeau', sans-serif;
	margin-top:1em;
}
.p_Text02_item_m {
	width:100%;
	height: auto;
    position: relative;
	font-size:1.2em;
	font-family: 'Ysabeau', sans-serif;
	margin-top:1em;
}
.Div02_pic_m {
	width: 100%;
    height: auto;
    position: relative;
	margin-top: 2em;
}
.img_amg_01_m{
    width: 90%;
	height: auto;
	object-fit:cover;
	position: relative;
	border-radius:20px;
	margin-left:5%;
	margin-bottom:1em;
}





.Div_Funktionen{
	width:100%;
	background:transparent;
	margin:0px auto;
	position: relative; 
	margin-top : 100px;
}
.Div_Liste{
	width:810px;
	background:#FFFFFF;
	margin: 0 auto;
	margin-top: 30px;
	position: relative; 
}
.headline_Funktionen {
	width:810px;
	font-size: 70px;
	color:#00b7ff;
	background: transparent;
	font-family: 'Work Sans', sans-serif;
	text-align:center;
	margin: 0 auto;
	position: relative; 
	top: 50px;
}
.Div_Funk{
	width:810px;
	height:50px;
	background:#FFFFFF;
	margin-top:15px;
	position: relative; 
}
.Div_Funk2{
	width:810px;
	height:75px;
	background:#FFFFFF;
	margin-top:15px;
	position: relative; 
}
.img_pic_Funk{
	width:50px;
	height:50px;
	background:#FFFFFF;
	position: relative; 
	float:left;
}
.Headline_Funk{
	width:750px;
	height:45px;
	text-align:left;
	position: relative; 
	font-family: 'Work Sans', sans-serif;
	font-size: 30px;
	right:0px;
	color:#000000;
	margin-top:10px;
	float:right;
}
.Headline_Funk2{
	width:750px;
	height:75px;
	text-align:left;
	position: relative; 
	font-family: 'Work Sans', sans-serif;
	font-size: 30px;
	right:0px;
	color:#000000;
	margin-top:10px;
	float:right;
}











#mobile_display{
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.div_background_m{
	position:relative;
	width:100%;
	height:50%;
}
.img_background_m{
	position:absolute;
	height:100%;
	width:100%;
	object-fit: cover;
}

.div_formular_m{
	position: relative;
	width:80%;
	height:auto;
	margin:0px auto;
	background-color:#000;
	top:20%;
	border-radius:15px;
}
.headline-01_m{
    position: relative;
	width:100%;
    font-family: 'Rajdhani', sans-serif;
	color:#56D6D2;
    text-align: center;
    font-size:1em;
	top:2vh;
}
.headline-02_m{
    position: relative;
	width:100%;
    font-family: Arial, Helvetica, sans-serif;
	color:#fff;
    text-align: center;
    font-size:1em;
	font-weight:100;
	top:2vh;
}


.div_text_m{
	position:relative;
	margin:0px auto;
	margin-top:5vh;
}
.headline-info-02_m{
    position: relative;
	width:100%;
    font-family: Arial, Helvetica, sans-serif;
	color:#fcc500;
    text-align: center;
    font-size:2em;
	font-weight:bold;
}
.headline-info-03_m{
    position: relative;
	width:90%;
    margin-left:5%;
    font-family: Arial, Helvetica, sans-serif;
	color:#000;
    text-align: center;
    font-size:1em;
	font-weight:100;
	margin-top:15px;
}
.headline-info-04_m{
    position: relative;
	width:100%;
    font-family: Arial, Helvetica, sans-serif;
	color:#000;
    text-align: center;
    font-size:1em;
	font-weight:100;
	margin-top:0px;
}



.div_video_m{
	position:relative;
	width:80%;
	height:auto;
	margin:0px auto;
	margin-top:5vh;
}
.video_m{
	position:relative;
	width:100%;
	margin:0px auto;
	height:auto;
}



.Div_Funktionen-m{
	width:100%;
	height:auto;
	background:#FFFFFF;
	margin:0px auto;
	position: relative; 
	margin-top : 5em;
}
.Div_Liste-m{
	width:80%;
	background:#FFFFFF;
	margin: 0 auto;
	margin-top: 3em;
	position: relative; 
}
.headline_Funktionen-m{
	width:100%;
	font-size: 2em;
	color:#00b7ff;
	background: transparent;
	font-family: 'Work Sans', sans-serif;
	text-align:center;
	margin: 0 auto;
	position: relative; 
	top: 0vh;
}
.Div_Funk-m{
	width:100%;
	height:5em;
	background:#FFFFFF;
	margin-top:2vh;
	position: relative; 
}
.Div_Funk2-m{
	width:100%;
	height:3.5em;
	background:#FFFFFF;
	margin-top:2vh;
	position: relative; 
}
.img_pic_Funk-m{
	width:3em;
	height:3em;
	max-width:15%;
	background:#FFFFFF;
	position: relative; 
	float:left;
}
.Headline_Funk-space-m{
	width:85%;
	text-align:left;
	position: relative; 
	font-family: 'Work Sans', sans-serif;
	font-size: 2.5vh;
	color:#000000;
	margin-top:1vh;
	float:right;
}
.Headline_Funk-m{
	width:80%;
	text-align:left;
	position: relative; 
	font-family: 'Work Sans', sans-serif;
	font-size: 1.2em;
	color:#000000;
	margin-top:0vh;
	float:right;
}



.Div_01_m {
	position: relative;
	width: 80%;
	margin:0px auto;
	margin-top: 5em;
}
.Div_01_Text_m {
	position: relative;
	width: 100%;
}
.img_01_m{
    width: 100%;
	border-radius:15px;
	object-fit: cover;
	position: relative;
	margin-top: 20px;
}
.div02-text_m{
    position: relative;
	width:100%;
    font-family: Arial, Helvetica, sans-serif;
	color:#000;
    text-align: center;
    font-size:1em;
	margin-top:2em;
	font-weight:100;
}





.Div_02_m {
	position: relative;
	width: 90%;
	height: auto;
	margin-left: 5%;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	margin-top:3em;
	margin-bottom:3em;
}
.Div_Text_02_item_m{
	width: 90%;
    height: auto;
    position: relative;
	margin-left:5%;
	background: #FFFFFF;
	margin-top:2.5em;
}
.h2_Text02_item_m {
	width: 100%;
	height: auto;
    position: relative;
	font-size:1.5em;
	font-family: 'Ysabeau', sans-serif;
	color:#000;
	padding-top:1em;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.h3_Text02_item_m {
	width:100%;
	height: auto;
    position: relative;
	font-size:1.2em;
	font-family: 'Ysabeau', sans-serif;
	margin-top:1em;
}
.p_Text02_item_m {
	width:100%;
	height: auto;
    position: relative;
	font-size:1.2em;
	font-family: 'Ysabeau', sans-serif;
	margin-top:1em;
}
.Div02_pic_m {
	width: 100%;
    height: auto;
    position: relative;
	margin-top: 2em;
}
.img_amg_01_m{
    width: 90%;
	height: auto;
	object-fit:cover;
	position: relative;
	border-radius:20px;
	margin-left:5%;
	margin-bottom:1em;
}




