*{
	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');


body{

}

#mobile_display{
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.div_background{
	position:relative;
	height:100%;
	min-height:1000px;
	max-height:1080px;
	width:100%;
	max-width:1920px;
	margin:0px auto;
}
.img_background{
	position:absolute;
	height:100%;
	width:100%;
	object-fit: cover;
}

.div_background_m{
	position:relative;
	height:auto;
	width:100%;
}
.img_background_m{
	position:relative;
	height:auto;
	width:100%;
	object-fit: cover;
}




.div_formular{
	position: relative;
	margin:0px auto;
	height:520px;
	width:1000px;
	background-color:#0e0e0ee8;
	top:20%;
	border-radius:15px;
}
.div_formular_m{
	position: relative;
	margin:0px auto;
	height:auto;
	width:90%;
	background-color:#0e0e0ee8;
	top:-4.5vh;
	border-radius:15px;
    padding-bottom: 5vh;
}
.headline-01{
    position: relative;
	width:100%;
    font-family: 'Rajdhani', sans-serif;
	color:#56D6D2;
    text-align: center;
    font-size:30px;
	top:25px;
}
.headline-01-m{
    position: relative;
	width:100%;
    font-family: 'Rajdhani', sans-serif;
	color:#56D6D2;
    text-align: center;
    font-size:2em;
	top:2vh;
}
.headline-02{
    position: relative;
	width:100%;
    font-family: Arial, Helvetica, sans-serif;
	color:#fff;
    text-align: center;
    font-size:24px;
	font-weight:100;
	top:24px;
}
.headline-02-m{
    position: relative;
	width:100%;
    font-family: Arial, Helvetica, sans-serif;
	color:#fff;
    text-align: center;
    font-size:1.5em;
	font-weight:100;
	top:2vh;
}






.div_Info{
	position:relative;
	height:100%;
	max-height:1080px;
	width:100%;
	max-width:1920px;
}
.div_Info_m{
	position:relative;
	height:auto;
	max-height:auto;
	width:auto;
	max-width:auto;
}
.div_text{
	position:relative;
	margin:0px auto;
	margin-top:50px;
}
.div_text_m{
	position:relative;
	margin:0px auto;
	margin-top:4vh;
}
.headline-info-02{
    position: relative;
	width:100%;
    font-family: Arial, Helvetica, sans-serif;
	color:#ef233c;
    text-align: center;
    font-size:35px;
	font-weight:100;
	top:18px;
}
.headline-info-02-m{
    position: relative;
	width:90%;
    margin-left:5%;
    font-family: Arial, Helvetica, sans-serif;
	color:#56D6D2;
    text-align: center;
    font-size:2em;
	font-weight:bold;
	top:2vh;
}
.headline-info-04-m{
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
	color:#56D6D2;
    text-align: center;
    font-size:2em;
	font-weight:bold;
	top:2vh;
}
.headline-info-03{
    position: relative;
	width:96%;
    margin-left:2%;
    font-family: Arial, Helvetica, sans-serif;
	color:#000;
    text-align: center;
    font-size:22px;
	font-weight:100;
	margin-top:40px;
}
.headline-info-03-m{
    position: relative;
	width:90%;
	margin-left:5%;
    font-family: Arial, Helvetica, sans-serif;
	color:#000;
    text-align: center;
    font-size:1.0em;
	font-weight:normal;
	margin-top:3vh;
}
.headline-info-04{
    position: relative;
	width:100%;
    font-family: Arial, Helvetica, sans-serif;
	color:#000;
    text-align: center;
    font-size:30px;
	font-weight:100;
	margin-top:60px;
}
.headline-info-04-m{
    position: relative;
	width:96%;
    margin-left: 2%;
    font-family: Arial, Helvetica, sans-serif;
	color:#000;
    text-align: center;
    font-size:3.3vh;
	font-weight:bold;
	margin-top:60px;
}
.headline-info-05{
    position: relative;
	width:100%;
    font-family: Arial, Helvetica, sans-serif;
	color:#000;
    text-align: center;
    font-size:22px;
	font-weight:100;
	margin-top:18px;
}

.headline-info-05-m{
    position: relative;
	width:100%;
    font-family: Arial, Helvetica, sans-serif;
	color:#000;
    text-align: center;
    font-size:2vh;
	font-weight:normal;
	margin-top:1vh;
}

.go-button{
	position: relative;
	background-color: #00948e;
	color:#fff;
	margin-top:40px;
	font-size:22px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
	border:none;
	border-radius: 5px;
	transition: 0.3s;
	cursor: pointer;
}
.go-button:hover{
	border-radius: 12px;
	background-color: #03ccc5;

}

.go-button-m{
	position: relative;
    padding-left:3vh;
    padding-right:3vh;
    padding-top:1.3vh;
    padding-bottom:1.3vh;
    font-size:1.2em;
    color:#fff;
    border:none;
    background-color: #56D6D2;
    transition: 0.5s;
    cursor: pointer;
    margin-left: 0px;
    margin-top:3.5vh;
    font-weight: bold;
    border-radius: 1vh;
}

.Div_Punkte_m{
	position: relative;
	height: auto;
	width: 90%;
	margin:0px auto;
	margin-top: 5vh;
    padding-bottom:3vh;
}
.Div_Punkte{
	position: relative;
	display:flex;
	height: auto;
	width: 100%;
	width:1200px;
	margin:0px auto;
	margin-top: 80px;
}
.Div_Punkte2{
	position: relative;
	display:flex;
	height: auto;
	width: 100%;
	width:1200px;
	margin:0px auto;
	margin-top: 80px;
}

.Div_bilder{
	position: relative;
	display:flex;
	height: 800px;
	width: 100%;
	width:1200px;
	margin:0px auto;
	margin-top: 100px;
}
.Div_bilder1{
	position: relative;
	width:800px;
	height: 800px;
}
.Div_bilder1_src{
	position: relative;
	width:800px;
	height: 800px;
	object-fit:cover;
	border-radius:10px;
}
.Div_bilder2{
	position: relative;
	width:350px;
	height: 400px;
	margin-left: 50px;
}
.Div_bilder2_src{
	position: relative;
	width:350px;
	height: 400px;
	object-fit:cover;
	padding:10px;
	border-radius:30px;
}

.Div_Punkte_text2{
	position: relative;
	width:730px;
	height: auto;
	margin-left:80px;
}
.Div_Punkte_text-hedline{
	position: relative;
	font-size:23px;
	font-weight: bold;
	margin-top:20px;
	font-family: Arial, Helvetica, sans-serif;
}
.Div_Punkte_text-hedline_m{
	position: relative;
	font-size:23px;
	font-weight: bold;
	margin-top:0vh;
	font-family: Arial, Helvetica, sans-serif;
}
.Div_Punkte_text-hedline2{
	position: relative;
	font-size:23px;
	font-weight: bold;
	margin-top:50px;
	font-family: Arial, Helvetica, sans-serif;
}
.Div_Punkte_text-text{
	position: relative;
	font-size:19px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
	margin-top:15px;
}

.Div_Punkte_img{
	position: relative;
	margin-left:80px;
	width:400px;
	height: auto;
}

.Div_Punkte_img2{
	position: relative;
	width:400px;
	height: auto;
}

.Div_Punkte_img_src{
	position: relative;
	width:400px;
	height: auto;
	object-fit:cover;
}

.Div_Punkte_img_src_m{
	position: relative;
	width:90%;
    margin-left: 5%;
	height: auto;
    margin-top:2vh;
}


.Div_02 {
	position: relative;
	width: 1200px;
	min-width:1200px;
	height: 500px;
	margin:0px auto;
	margin-top: 150px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.Div02_pic {
	width: 50%;
    height: 100%;
    position: relative;
	float:left;
}
.img_amg_01{
    width: 100%;
	height: 100%;
	object-fit:cover;
	position: absolute;
	border-radius:20px;
	padding:15px;
}
.Div_Text_02 {
	width: 50%;
    height: 100%;
    position: relative;
	float:right;
	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:#00b7ff;
}
.h3_Text02_item {
	width:100%;
    position: relative;
	font-size:20px;
	font-family: 'Ysabeau', sans-serif;
	margin-top:10px;
}
.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:5em;
}
.Div_Text_02_item_m{
	width: 90%;
    height: auto;
    position: relative;
	margin-left:5%;
	background: #FFFFFF;
	margin-top:1em;
}
.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: 10vh;
}
.img_haus_01_m{
    width: 100%;
	height: auto;
	margin-top:1em;
	object-fit:cover;
	position: relative;
	border-radius:20px;
	padding:1em;
}
.img_haus_02_m{
    width: 100%;
	height: auto;
	object-fit:cover;
	position: relative;
	border-radius:20px;
	padding:15px;
}










.Div_Calculator{
	position: relative;
	display:flex;
	height: auto;
	width: 100%;
	width:1200px;
	margin:0px auto;
	margin-top: 80px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.Div_Calculator_m{
	position: relative;
	display:flex;
	height: auto;
	width: 100%;
	margin-top: 3em;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.Div_calculator_text{
	position: relative;
	width: 50%;
	height: auto;
	float: left;
	padding:10px;
}
.Div_calculator_text_m{
	position: relative;
	width: 100%;
	height: auto;
	padding:10px;
}
.calculator_h{
	position: relative;
	width:100%;
	font-size:2em;
	text-align:center;
	margin-top:20px;
	font-family: Arial, Helvetica, sans-serif;
}
.calculator_d{
	position: relative;
	width: 80%;
	margin-left:10%;
	font-size:0.8em;
	text-align:left;
	color:#56D6D2;
	font-family: Arial, Helvetica, sans-serif;
}
.Div_calculator_img{
	position: relative;
	width: 50%;
	height: auto;
	float: right;
	padding:10px;
}
.calculator_img{
	position: relative;
	width: 100%;
	height: 100%;
	border-radius:15px;
	object-fit:cover;
}
.input-calculator{
	position: relative;
	width: 80%;
	margin-left:10%;
	padding:7px;
	font-size:1em;
	color:#000;
	background-color:#f5f5f5;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	border:1px solid #56D6D2;
	border-radius:5px;
}

.calculator_button{
	position: relative;
	width: 60%;
	margin-left:20%;
	padding:7px;
	font-size:1em;
	color:#fff;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	border-color:transparent;
	border-radius:5px;
	background-color:#56D6D2;
	margin-top:30px;
	margin-bottom:20px;
}
.calculator_button:hover{
	background-color:#000;
}


.div_formular{
	position: relative;
	margin:0px auto;
	height:600px;
	width:1000px;
	background-color:#0e0e0ee8;
	top:200px;
	border-radius:15px;
}
.div_formular_m{
	position: relative;
	margin:0px auto;
	height:auto;
	width:90%;
	background-color:#0e0e0ee8;
	top:-4.5vh;
	border-radius:15px;
    padding-bottom: 5vh;
}


.headline-01-box{
	position: relative;
	width:100%;
    font-family: 'Rajdhani', sans-serif;
	color:#ef233c;
    text-align: center;
    font-size:35px;
	top:25px;
}
.headline-01-m{
    position: relative;
	width:100%;
    font-family: 'Rajdhani', sans-serif;
	color:#ef233c;
    text-align: center;
    font-size:2em;
	top:2vh;
}
.headline-01-box_m{
    position: relative;
	width:100%;
    font-family: 'Rajdhani', sans-serif;
	color:#ef233c;
    text-align: center;
    font-size:2em;
	top:2vh;
}
.headline-02-m{
    position: relative;
	width:100%;
    font-family: Arial, Helvetica, sans-serif;
	color:#fff;
    text-align: center;
    font-size:1.5em;
	font-weight:100;
	top:2vh;
}

.anfrage-div{
    position: relative;
    display: flex;
    height: auto;
    width:500px;
    margin:0 auto;
    border:1px solid transparent;
}
.anfrage-div-button{
    position: relative;
    display: flex;
    height: auto;
    width:600px;
    margin:0 auto;
    border:1px solid transparent;
}
.anfrage-div-m{
    position: relative;
    height: auto;
    width:90%;
    margin:0 auto;
    border:1px solid transparent;
}

.anfrage-div-t1{
    position: relative;
    border:1px solid transparent;
    color:#fff;
    width:400px;
    font-family: arial;
}
.anfrage-div-t1-m{
    position: relative;
    border:1px solid transparent;
    color:#fff;
    width:96%;
    font-family: arial;
}
.anfrage-div-t1-checkbox{
    position: relative;
    width:100%;
    display:flex;
}
.anfrage-div-t1-p{
    position: relative;
    border:1px solid transparent;
    font-size:12px;
}
.anfrage-div-t1-p-m{
    position: relative;
    border:1px solid transparent;
    font-size:12px;
}
.anfrage-div-btn{
    position: relative;
    border:1px solid transparent;
}

.anfrage-div-btn-b{
    position: relative;
    padding-left:20px;
    padding-right:20px;
    padding-top:5px;
    padding-bottom:5px;
    font-size:17px;
    color:#fff;
    border:none;
    background-color: #56D6D2;
    transition: 0.5s;
    cursor: pointer;
    margin-left: 80px;
    margin-top:30px;
}
.anfrage-div-btn-b:hover{
    background-color: #0466c8;
}

.anfrage-div-btn-m{
    position: relative;
    border:1px solid transparent;
}
.anfrage-div-btn-b-m{
    position: relative;
    padding-left:3vh;
    padding-right:3vh;
    padding-top:1.3vh;
    padding-bottom:1.3vh;
    font-size:1.2em;
    color:#fff;
    border:none;
    background-color: #56D6D2;
    transition: 0.5s;
    cursor: pointer;
    margin-left: 0px;
    margin-top:3.5vh;
    font-weight: bold;
}
.anfrage-div-btn-b-m:hover{
    background-color: #49adaa;
}


.floating-form {
    width:320px;
  }
  
  /****  floating-Lable style start ****/
  .floating-label { 
    position:relative; 
    margin-bottom:20px; 
    border-bottom:2px solid #ef233c;
    background-color: #fff;
    font-family:Arial;
  }
  .floating-label-m { 
    position:relative; 
    margin-bottom:20px; 
    border-bottom:2px solid #ef233c;
    background-color: #fff;
    font-family:Arial;
    margin-top:2vh;
  }
  .floating-input , .floating-select {
    font-size:17px;
    padding:4px 4px;
    display:block;
    width:100%;
    height:34px;
    background-color: transparent;
    border:none;
    color:#000; 
    font-family:Arial;
  }
  
  .floating-input:focus , .floating-select:focus {
       outline:none;
  }
  
  
  label {
    color:#000; 
    font-size:17px;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    left:5px;
    top:9px;
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
  }
  
  .floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    top:-18px;
    font-size:14px;
    color:#fff;
  }
  
  .floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label {
    top:-18px;
    font-size:14px;
    color:#fff;
  }
  
  /* active state */
  .floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
    width:50%;
  }
  
  *, *:before, *:after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  
  .floating-textarea {
     min-height: 30px;
     max-height: 260px; 
     overflow:hidden;
    overflow-x: hidden; 
  }
  
  /* highlighter */
  .highlight {
    position:absolute;
    height:50%; 
    width:100%; 
    top:15%; 
    left:0;
    pointer-events:none;
    opacity:0.5;
  }
  
  /* active state */
  .floating-input:focus ~ .highlight , .floating-select:focus ~ .highlight {
    -webkit-animation:inputHighlighter 0.3s ease;
    -moz-animation:inputHighlighter 0.3s ease;
    animation:inputHighlighter 0.3s ease;
  }
  
  /* animation */
  @-webkit-keyframes inputHighlighter {
      from { background:transparent; }
    to 	{ width:0; background:transparent; }
  }
  @-moz-keyframes inputHighlighter {
      from { background:transparent; }
    to 	{ width:0; background:transparent; }
  }
  @keyframes inputHighlighter {
      from { background:transparent; }
    to 	{ width:0; background:transparent; }
  }
