	html {
  scroll-behavior: smooth;
}
.romw-review-nnvSipnfK1gg6bRoAJwzCd65zyPsj8OaOKh0xEKKNPWKF9kK8K .romw .romw-source-logo img {
	margin: 5px;
	width: 25px;
}

label img{
pointer-events: none;
}
label{
display: inline-block;
}

#angebot1{
  width: 42%;
}

.hinweis3{
font-size: 14px;
line-height: 1.5em;
margin: 10px;
padding: 20px;
border-radius: 5px;
background: #484848;
box-shadow:  5px 5px 15px #3e3e3e, 
             -5px -5px 15px #525252;
           }
.hinweis2{
font-size: 14px;
line-height: 1.5em;
margin: 10px;
padding: 20px;
border-radius: 5px;
background: #ffffff;
box-shadow:  5px 5px 15px #e8e8e8, 
             -5px -5px 15px #ffffff;
           }

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted white;
}

.tooltip .tooltiptext {
  font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
  visibility: hidden;
  font-size: 12px;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px 5px 5px;
  position: absolute;
  z-index: 2;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.slidecontainer {
  width: 100%;
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;

  /* Hides the slider so custom styles can be added */
  background: transparent; 
  border-color: transparent;
  color: transparent;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
  background:#aaa;
}

input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 0px;
  background: none;
  outline: none;
  border: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
}


input[type=range]:hover {
  opacity: 1;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #23b1ea;
  cursor: pointer;

}

input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #aaa;
  cursor: pointer;
  
}

/* HIDE RADIO */
[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}


/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
-webkit-box-shadow: 5px 5px 9px 1px rgba(0,0,0,0.5);
-moz-box-shadow: 5px 5px 9px 1px rgba(0,0,0,0.5);
box-shadow: 5px 5px 9px 1px rgba(0,0,0,0.5);
border-radius: 10px;
background-color: rgba(35, 177, 234, 0.15);
}

/* CHECKED STYLES */
[type=radio]:checked + img {
  outline: 2px solid #23B1EA;
  background-color: #fff;
  border-radius: 10px;
}

/* HOVER STYLES */
[type=radio]:hover + img {
  /*outline: 2px solid #23B1EA;*/
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #23B1EA;
  background: #fff
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em; left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted red;
}

/* hover style just for information */
label:hover:before {
  border: 2px solid #4778d9!important;
}
/*
input[type=checkbox].css-checkbox {
							position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
						}

						input[type=checkbox].css-checkbox + label.css-label {
							padding-left:30px;
							height:25px; 
							display:inline-block;
							line-height:25px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:11px;
							vertical-align:middle;
							cursor:pointer;

						}

						input[type=checkbox].css-checkbox:checked + label.css-label {
							background-position: 0 -25px;
						}
						label.css-label {
				background-image:url('../images/haken.png');
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}
*/


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
input.invalid {
  background-color: #ffdddd;
}

h1 {
	color: white;
}

span.thick {
  font-weight: bold; 
  vertical-align: middle;
}
p.thick {
	font-weight: bold; 
}
.halb-bild {
	width: 25%; 
	padding: 20px; 
	margin-top: 20px;
}

.drittel-bild { width: 40%; padding: 20px; margin-top: 20px; }

#LOGO {
    float: left;
    width: 1%; 
    margin: 0px 2% 0px 2%;
    padding: 25px 0px 18px 0px;
    text-align: center;
    }

#bg2 {

  background-repeat: no-repeat;
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%), url('../images/_SLIDER/startseite/00d.jpg');
background-color: #fff;

 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:700px;
  z-index: -10;
}

#bg {

	background-repeat: no-repeat;
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%), url('../images/main/house1_edit_01.jpg');
background-color: #fff;

 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:850px;
  z-index: -10;
}

#bg3 {

	background-repeat: no-repeat;
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.0) 100%), url('../images/naturehouse.jpg');
background-color: #fff;

 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:850px;
  z-index: -10;
}


#newmorph_darkgrey {
  border-radius: 50px;
background: #ffffff;
box-shadow:  23px 23px 46px #6c6c6c, 
             -23px -23px 46px #8c8c8c;
}

 /*Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #23B1EA;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active1 {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #111;
}

.step.finish2 {
  background-color: #111;
}

.select{
    border:none;
    border-bottom: 2px solid #23B1EA;
    border-left: 2px solid #23B1EA;
    padding: 5px 10px;
    outline: none;
    margin-left: 10px;
    font-size: 20px;
    max-width: 480px;
    width: 30%;
    border-radius: 12px;
 }

.textfeld{
    border:none;
    border-bottom: 2px solid #23B1EA;
    border-left: 2px solid #23B1EA;
    padding: 5px 10px;
    outline: none;
    margin-left: 10px;
    height: 30px;
    font-size: 20px;
    border-radius: 12px;
 }

#GANZ			{ float: left; width: 96%; margin: 0px 2% 0px 2%; padding: 0px 0px 0px 0px; } /*background: #F9FAFE; */
#HALB			{ float: left; width: 46%; margin: 0px 2% 0px 2%; padding: 0px 0px 0px 0px; }
#DRITTEL		{ float: left; width: 29.333%; margin: 0px 2% 0px 2%; padding: 0px 0px 0px 0px; }
#VIERTEL		{ float: left; width: 42%; margin: 0px 4% 0px 4%; padding: 0px 0px 0px 0px; }  

.collapsible {
  margin-bottom: 1px;
  border-radius: 0px;
  border-color: #fff;
  background: #484848;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  z-index: 1;
}

.active, .collapsible:hover {
  background-color: #aaa;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.collapsible2 {
  margin-bottom: 1px;
  border-radius: 0px;
  border-color: #fff;
  background: #484848;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: solid 1px;
  text-align: left;
  outline: none;
  font-size: 15px;
  z-index: 1;
}

.active, .collapsible2:hover {
  background-color: #aaa;
}

.collapsible2:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.collapsible3 {
  margin-bottom: 1px;
  border-radius: 0px;
  border-color: #333;
  background: #fff;
  color: #333;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: solid 1px;
  text-align: left;
  outline: none;
  font-size: 15px;
  z-index: 1;
}

.active, .collapsible3:hover {
  background-color: #aaa;
}

.collapsible3:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #ccc;
  color: #000;
}

#MENU img     { width: 40px; }
#FOOTER img     { width: 62px; }

.menu_box { float: left; width: 96%; margin: 0px 2% 0px 2%; height: 0px; overflow: hidden; /* background: yellow; */
  -webkit-transition: height 0.2s linear;
  -moz-transition: height 0.2s linear;
  -o-transition: height 0.2s linear;
  -ms-transition: height 0.2s linear;
  transition: height 0.2s linear; }

.menu_button {  }

#NAVIGATION         { width: 100%; font-family: 'Roboto Condensed', Arial,sans-serif; font-size: 22px; line-height: 1.3em; }  
#NAVIGATION ul        { width: 100%; list-style-type: none; padding: 20px 0px 0px 0px; margin: 0px 0px 0px 0px; } 
#NAVIGATION li        { display: block; }

#NAVIGATION li a.NAV1     { float: left; border-top: 0px solid #666; text-decoration: none; margin: 0px 0px 0px 0px; padding: 3px 0px 3px 2%; width: 98%; 
                    background: none; color: #FFFFFF; font-weight: 800; } 
#NAVIGATION li a.NAV1:hover { background: none; color: #FFFFFF; font-weight: 800; }
#NAVIGATION li a.NAV1.on  { background: none; color: #0088C2; font-weight: 800; }

#NAVIGATION li a.NAV2     { float: left; border-top: 0px solid #555; text-decoration: none; margin: 0px 0px 0px 12%; padding: 3px 0px 3px 2%; width: 86%; 
                    background: none; color: #CCCCCC; font-weight: 300; } 
#NAVIGATION li a.NAV2:hover { background: none; color: #CCCCCC; font-weight: 300; }
#NAVIGATION li a.NAV2.on  { background: none; color: #0088C2; font-weight: 300; }

#NAVIGATION li a.NAV3     { float: left; border-top: 0px solid #555; text-decoration: none; margin: 0px 0px 0px 24%; padding: 3px 0px 3px 2%; width: 74%; 
                    background: none; color: #CCCCCC; font-weight: 300; } 
#NAVIGATION li a.NAV3:hover { background: none; color: #CCCCCC; font-weight: 300; }
#NAVIGATION li a.NAV3.on  { background: none; color: #0088C2; font-weight: 300; }


@media only screen and (max-width: 799px) {
.modal-content {width: 90%;}
/*#bg {background-image: none !important;}*/
h1 {color: white;}
#BOX_50				{ width: 100%; }
#DRITTEL			{ width: 46%; }
#VIERTEL			{ width: 46%; margin-right: 2%; margin-left: 2%; }
#ZWEIDRITTEL		{ width: 46%; }
}


/* 480 */
@media only screen and (max-width: 639px) {
.modal-content {width: 90%;}
/*#bg {background-image: none !important;}*/
h1 {color: white;}
#VIERTEL      { width: 96%; }
#HALB       { width: 96%; }
#DRITTEL      { width: 96%; }
#ZWEIDRITTEL    { width: 96%; }
#EINDRITTEL     { display: none;}
#MENU       { display: block; }
.halb-bild      { width: 25%; padding: 2px; margin-top: 2px; }
.textfeld     { max-width: 85%; height: 15px; font-size: 12px; }
.select    { max-width: 85%; font-size: 12px; }
.innerbox { font-size: 12px; }
.menu_box_open_class{ height: 940px; }
.content { font-size: 12px; }
.drittel-bild { width: 25%; padding: 2px; margin-top: 2px; }
#angebot1{
  width: 55%;
}

#LOGO {
    width: 71%;
    text-align: left;
    background: none;
    padding-top: 20px;}
}

/* 320 */
@media only screen and (max-width: 479px) {
.modal-content {width: 90%;}
/*#bg {background-image: none !important;}*/
h1 {color: white;}
#VIERTEL			{ width: 96%; }
#HALB				{ width: 96%; }
#DRITTEL			{ width: 96%; }
#ZWEIDRITTEL		{ width: 96%; }
#EINDRITTEL			{ display: none;}
#MENU       { display: block; }
.halb-bild 			{ width: 25%; padding: 2px; margin-top: 2px; }
.textfeld			{ max-width: 85%; height: 15px; font-size: 12px; }
.select    { max-width: 85%; font-size: 12px; }
.innerbox { font-size: 12px; }
.menu_box_open_class{ height: 940px; }
.content { font-size: 12px; }
.drittel-bild { width: 25%; padding: 2px; margin-top: 2px; }
#bg { height:1200px; }
#angebot1{
  width: 55%;
}
.hinweis2{
  font-size: 12px;
  line-height: 1.5em;
}


#LOGO {
    width: 71%;
    text-align: left;
    background: none;
    padding-top: 20px;}
}

