@charset "utf-8";
/* CSS Document */

body:before{
 	top: -300px;
 	position: absolute;
 	opacity: 0;
 	content: url(/include/bewertung/images/icon/einfamilienhaus_hover.png) url(/include/bewertung/images/icon/eigentumswohnung_hover.png) url(/include/bewertung/images/icon/grundstueck_hover.png) url(/include/bewertung/images/icon/doppelhaushaelfte_hover.png) url(/include/bewertung/images/icon/mehrfamilienhaus_hover.png) url(/include/bewertung/images/icon/wohnundgeschaeft_hover.png) url(/include/bewertung/images/icon/gewerbe_hover.png) url(/include/bewertung/images/icon/fertighaus_hover.png) url(/include/bewertung/images/icon/einfamilienhaus_invert.png) url(/include/bewertung/images/icon/eigentumswohnung_invert.png) url(/include/bewertung/images/icon/grundstueck_invert.png) url(/include/bewertung/images/icon/doppelhaushaelfte_invert.png) url(/include/bewertung/images/icon/mehrfamilienhaus_invert.png) url(/include/bewertung/images/icon/wohnundgeschaeft_invert.png) url(/include/bewertung/images/icon/gewerbe_invert.png) url(/include/bewertung/images/icon/fertighaus_invert.png);
}

.footer { margin-bottom:25px; }

.sf-viewport {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	background-color:white;
}

.startrow {padding:5px;}

#hausfeld > label {
    background-color: #edebeb;
    background-image: url("/include/bewertung/images/icon/einfamilienhaus_hover.png");
    background-position: center center;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.0);
	-moz-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.0);
	box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.0);
    height: 200px;
    transition: background-color 0.15s ease 0s;
	transition: background-image 0.15s ease 0s;
    width: 100%;
	cursor:pointer;
}

#hausfeld > label:hover, #hausfeld > .selected {
    background-image: url("/include/bewertung/images/icon/einfamilienhaus_invert.png");
	-webkit-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.15);
	-moz-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.15);
	box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.15);
	transition: background-color 0.15s ease 0s;
	transition: background-image 0.15s ease 0s;;
}


#wohnungfeld > label {
    background-color: #edebeb;
    background-image: url("/include/bewertung/images/icon/eigentumswohnung_hover.png");
    background-position: center center;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.0);
	-moz-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.0);
	box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.0);
	background-repeat:no-repeat;
    height: 200px;
    transition: background-color 0.15s ease 0s;
	transition: background-image 0.15s ease 0s;
    width: 100%;
	cursor:pointer;
}

#wohnungfeld > label:hover, #wohnungfeld > .selected {
    background-image: url("/include/bewertung/images/icon/eigentumswohnung_invert.png");
	-webkit-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.15);
	-moz-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.15);
	box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.15);
	transition: background-color 0.15s ease 0s;
	transition: background-image 0.15s ease 0s;
}

#grundfeld > label {
    background-color: #edebeb;
    background-image: url("/include/bewertung/images/icon/grundstueck_hover.png");
    background-position: center center;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.0);
	-moz-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.0);
	box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.0);
    height: 200px;
    transition: background-color 0.15s ease 0s;
	transition: background-image 0.15s ease 0s;
    width: 100%;
	cursor:pointer;
}

#grundfeld > label:hover, #grundfeld > .selected {
    background-image: url("/include/bewertung/images/icon/grundstueck_invert.png");
	-webkit-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.15);
	-moz-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.15);
	box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.15);
	transition: background-color 0.15s ease 0s;
	transition: background-image 0.15s ease 0s;
}

#doppelhausfeld > label {
    background-color: #edebeb;
    background-image: url("/include/bewertung/images/icon/doppelhaushaelfte_hover.png");
    background-position: center center;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.0);
	-moz-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.0);
	box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.0);
	height: 200px;
    transition: background-color 0.15s ease 0s;
	transition: background-image 0.15s ease 0s;
    width: 100%;
	cursor:pointer;
}

#doppelhausfeld > label:hover, #doppelhausfeld > .selected {
    background-image: url("/include/bewertung/images/icon/doppelhaushaelfte_invert.png");
	-webkit-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.15);
	-moz-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.15);
	box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.15);
	transition: background-color 0.15s ease 0s;
	transition: background-image 0.15s ease 0s;
}

#mehrfamilienhausfeld > label {
    background-color: #edebeb;
    background-image: url("/include/bewertung/images/icon/mehrfamilienhaus_hover.png");
    background-position: center center;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.0);
	-moz-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.0);
	box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.0);
    height: 200px;
    transition: background-color 0.15s ease 0s;
	transition: background-image 0.15s ease 0s;
    width: 100%;
	cursor:pointer;
}

#mehrfamilienhausfeld > label:hover, #mehrfamilienhausfeld > .selected {
    background-image: url("/include/bewertung/images/icon/mehrfamilienhaus_invert.png");
	-webkit-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.15);
	-moz-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.15);
	box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.15);
	transition: background-color 0.15s ease 0s;
	transition: background-image 0.15s ease 0s;
}

#fertighausfeld > label {
    background-color: #edebeb;
    background-image: url("/include/bewertung/images/icon/fertighaus_hover.png");
    background-position: center center;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.0);
	-moz-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.0);
	box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.0);
    height: 200px;
    transition: background-color 0.15s ease 0s;
	transition: background-image 0.15s ease 0s;
    width: 100%;
	cursor:pointer;
}

#fertighausfeld > label:hover, #fertighausfeld > .selected {
    background-image: url("/include/bewertung/images/icon/fertighaus_invert.png");
	-webkit-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.15);
	-moz-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.15);
	box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.15);
	transition: background-color 0.15s ease 0s;
	transition: background-image 0.15s ease 0s;
}

#wohngeschaefthausfeld > label {
    background-color: #edebeb;
    background-image: url("/include/bewertung/images/icon/wohnundgeschaeft_hover.png");
    background-position: center center;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.0);
	-moz-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.0);
	box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.0);
    height: 200px;
    transition: background-color 0.15s ease 0s;
	transition: background-image 0.15s ease 0s;
    width: 100%;
	cursor:pointer;
}

#wohngeschaefthausfeld > label:hover, #wohngeschaefthausfeld > .selected {
    background-image: url("/include/bewertung/images/icon/wohnundgeschaeft_invert.png");
	-webkit-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.15);
	-moz-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.15);
	box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.15);
	transition: background-color 0.15s ease 0s;
	transition: background-image 0.15s ease 0s;
}

#gewerbehausfeld > label {
    background-color: #edebeb;
    background-image: url("/include/bewertung/images/icon/gewerbe_hover.png");
    background-position: center center;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.0);
	-moz-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.0);
	box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.0);
    height: 200px;
    transition: background-color 0.15s ease 0s;
	transition: background-image 0.15s ease 0s;
    width: 100%;
	cursor:pointer;
}

#gewerbehausfeld > label:hover, #gewerbehausfeld > .selected {
    background-image: url("/include/bewertung/images/icon/gewerbe_invert.png");
	-webkit-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.15);
	-moz-box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.15);
	box-shadow: 0px 0px 3px 1px rgba(104,104,104,0.15);
	transition: background-color 0.15s ease 0s;
	transition: background-image 0.15s ease 0s;
}


#wohnflaeche-error, #grundstueck-error {
    padding-top: 25px;
}

.hidebutton {
    display: none;
}

.sf-step-name {
    color: #305d8e;
}

.bezeichnung {
    font-size: 15px;
    letter-spacing: 1px;
    padding-top: 165px;
    position: relative;
    text-align: center;
	line-height: 16px;
	color:#5c5c5c;
	text-overflow: ellipsis;
}

.checkbox-toggle i::before, .radio-toggle i::before {
    border: 2px solid #fff;
    content: "";
    display: block;
    height: 14px;
    left: 0;
    position: absolute;
    top: 0;
    width: 14px;
}


.checkbox-toggle i::after, .radio-toggle i::after, .checkbox-toggle input:checked + i::after, .radio-toggle input:checked + i::after {
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 26px;
}

.checkbox-toggle i, .radio-toggle i {
    width: 84px;
}

.radio i, .checkbox i, .checkbox-toggle i, .radio-toggle i {
    height: 24px;
}

.checkbox-toggle i::before, .radio-toggle i::before {
    height: 20px !important;
    width: 26px !important;
}

.checkbox-toggle input:checked + i::before, .radio-toggle input:checked + i::before {
    left: 54px;
}

.checkbox-toggle i::after, .radio-toggle i::after {
    content: "Nein";
    left: 34px;
	top: 1px !important
}

.checkbox-toggle i::after, .radio-toggle i::after, .checkbox-toggle input:checked + i::after, .radio-toggle input:checked + i::after {
    font-size: 15px;
}

.checkbox-toggle input:checked + i::after, .radio-toggle input:checked + i::after {
    content: "Ja";
    left: 13px;
    top: 1px;
}

.radio i, .checkbox i, .checkbox-toggle i, .radio-toggle i {
	right: 0px !important;
	left: inherit !important;
}

.radio-toggle, .checkbox-toggle, .inline-group .radio-toggle, .inline-group .checkbox-toggle {
    padding: 10px 0 8px;
}

.col-lg-4.padtop {
    padding-top: 20px;
}

.form-group.modern {
    padding-top: 12px;
}

.form-group.keller {
    padding-top: 7px;
}

.form-group.checkboxes {
    padding-bottom: 10px;
}

#jahrwaehlen {
	padding-bottom: 35px;
}

#jahrwaehlen2 {
	padding-bottom: 13px;
}

.datum {
	width: 100% !important;
}

fieldset td {
	min-width: 180px;
}

.sf-nav-step-disabled {
	display: none !important;
}

.sf-nav-unlink {
	display: none;
}

.sf-active, .sf-nav-mark-step {
	display: block;
}

.form-group.mfkeller {
    padding-top: 5px;
}

.form-group.mfparkplatz {
    padding-top: 25px;
}

.form-group.denkmal {
    padding-top: 25px;
}

.form-group.gewerbefs {
    padding-top: 23px;
}

.form-group.gewerbep {
    padding-top: 23px;
}

.hidden-box {
    margin: 0 auto;
    text-align: center;
}

.rowcenter {
    margin: 0 auto;
    max-width: 700px;
}

#condition-text {
    margin-top: 20px;
	padding-left: 35px;
}

#condition-text > input {
    float: left;
}

.disclaimertext {
    font-size: 10px;
    hyphens: auto;
    padding-left: 20px;
}

.disclaimertext > p {
    margin: 0;
}

.map_canvas.wow.zoomIn {
    height: 100%;
    position: relative;
    width: 100%;
}
#geomap {
	min-height:300px;
	width: 100%;
}

.container_imp { position:absolute;top:-50px; display:none; }

pre {margin: 45px 0 60px;}

h2 {margin: 60px 0 30px 0;}

p {margin-bottom: 10px;}

.hide-step {display: none;}

.error {color: #c7254e;}

@media (max-width:1000px){
.col-lg-3 {
    float: left;
    width: 50%;
}
#hausfeld > label, #wohnungfeld > label, #grundfeld > label, #fertighausfeld > label, #doppelhausfeld > label, #mehrfamilienhausfeld > label, #wohngeschaefthausfeld > label, #gewerbehausfeld > label {
height: 150px;
background-size: cover;
}
.bezeichnung {
    font-size: 16px;
    letter-spacing: 1px;
    padding-top: 125px;
    position: relative;
    text-align: center;
}
}
@media (max-width:768px){
	.bezeichnung {
    font-size: 12px !important;
    letter-spacing: 0px;
	padding-top: 125px;
}
}
@media (max-width:600px){
	.bezeichnung {
    font-size: 10px !important;
    letter-spacing: 0px;
	padding-top: 115px;
}

.sf-nav {
transform: translateX(0px) !important;
}
}
