@charset "UTF-8";
#hauptnavigation,#breadcrumb {
	display:none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  select:focus,
  textarea:focus,
  input:focus {
    background: #eee;
  }
}
.add_object_explain_area {
	padding: 10px;
    margin: 10px;
    border: 1px solid #1a4c98;
    background: antiquewhite;
}
.add_object_area {
	margin:10px 10px;
}

.inserieren_tooltip {
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #FFF3D5;
    padding: 12px;
    display: block;
    position: relative;
    max-width: 250px;
    border: 1px solid #bbb;
    margin-top: 33px;
    line-height: normal;
}

@media (max-width: 575.98px) {
    .inserieren_tooltip {
            max-width: unset;
            margin-bottom: 10px;

    }
    .pakete_wahl_box{
         width: 100% !important;
    }

    .pakete_wahl_box, .zusatzpaket_wahl_box{
        width: 100% !important;
    }
    #confirm_box{
        width:100% !important;
    }
    .contact_area{
        width: 100% !important;
    }

 }
.content_input_switch {
	padding: 5px 2px;
    box-sizing: border-box;
	/*cursor:pointer;*/
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;
}
.content_input_switch input {
    background: transparent;
    border: 1px solid #bbb;
    font-size: inherit !important;
    padding: 5px;
    box-sizing: border-box;
	font-family: "Open Sans";
}
@media (max-width: 575.98px) {

    .content_input_switch input {
        width: 165px !important;
    }

 }

.content_input_switch textarea {
	width: calc(100% - 4px);
	max-width:320px;
	height:150px;
	font-family: "Open Sans";
}
.content_input_switch.large_textarea textarea {
	max-width: 100% !important;
    box-sizing: border-box;
}

.content_input_switch.lg input {
	min-width:200px;
}

.object_gallery.upload_images_area .tabellen_ueberschrift {
	color:#fff;
}

.edit_save {
	background: url(/images_portal/immobilien/wrench_icon.png) center left no-repeat;
    height: 21px;
    display: inline-block;
    margin-left: 5px;
    font-size: 0.8rem;
    padding-left: 13px;
    position: relative;
	padding-top: 5px;
    color: #1a4c98;
	cursor:pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;
}
.edit_save.edit_active {
	/*top:-10px;*/
	display:none;
	/*background: #9EC536;
    color: #fff;
    padding: 5px;
    box-sizing: border-box;
    height: 31px;
    margin-left: 6px;
    top: 0px;
	border-radius: 6px;
    line-height: 22px;*/
}
.object_hl {
    line-height: 24px;
    font-weight: normal;
}
.object_hl .content_input_switch input {
	width:100% !important;
}
.object_hl .required_point:after {
    top: -7px;
    position: relative;
}

.object_gallery {
	overflow:hidden;
	background:#e4e4e4;
	padding:10px;
}
.object_gallery_col {
	float:left;
	/*width:48%;*/
	margin:0px 1%;
	background:#fff;
	height: 250px;
	position: relative;

	width:68%;
	padding: 5px 0px;
}


.image_plus_icon {
    text-align: center;
    font-size: 70px;
    line-height: normal;
	margin-top: 70px;
	color: #bbb;
}

div.add_object_area.mobile .image_plus_text {
	font-size: 110%;
}

.image_plus_text {
    text-align: center;
    line-height: normal;
	color: #bbb;
}

.upload_images_area {
	display:none;
}

div.add_object_area.mobile .uploaded_images_info_area {
	border-top: 0px;
}

.uploaded_images_info_area {
	display: block;
    bottom: 0px;
    border-top: 1px solid #bbb;
    color: #1a4c98;
	position:absolute;
    width: 100%;
    line-height: normal;
    padding: 10px 0px;
	text-align: center;
	cursor:pointer;
}
.upload_images_reopen {
	cursor:pointer;
	text-decoration:underline;
}
.uploaded_images_info_area span,
.uploaded_images_count_area span.realign_text {
	position: relative;
    top: -9px;
    left: 10px;
}
.uploaded_images_count_area {
	display:none;
	position:absolute;
	border-bottom: 1px solid #bbb;
    width: 100%;
    line-height: normal;
    padding: 10px 0px;
	color:#22cf48;
}
.upload_images_button {
	/*float: right;*/
    margin-right: 5px;
    margin-top: 10px;
    background: #9EC536;
    color: #fff;
    border: 0px;
    border-radius: 6px;
    padding: 14px;
    height: 42px;
    box-sizing: border-box;
    cursor: pointer;
}
.upload_images {
	cursor:pointer;
}
.upload_images_right {
	float: left;
    width: 35%;
    box-sizing: border-box;
    border-left: 1px solid #bbb;
    height: 250px;
    padding: 72px 10px 0px;
    color: #bbb;
    line-height: 26px;
	cursor: default;
}
.upload_images_left {
	float: left;
    width: 65%;
    height: 250px;
	position:relative;
}
.upload_images.upload_images_abs {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: rgba(158, 197, 56,1);
    padding: 5px;
	display:none;
	z-index:100%;
}
.upload_images_abs .image_plus_icon {
    font-size: 30px;
	line-height: 20px;
    margin-top: 0px;
	color:#fff;
}
.image_thumb_item .image_plus_icon {
    margin-top: 0px;
}
.upload_images_abs .image_plus_text {
    font-size: 15px;
	color:#fff;
	line-height: 20px;
}

.object_content {
	overflow:hidden;
}



.object_content .object_content_col {
	float:left;
	width:30%;
	overflow:hidden;
}



.object_content .object_content_col.large {
	width:68%;
	margin-right:2%;
}

@media (max-width: 575.98px) {
    .object_content .object_content_col.large {
	    width:100%;
    }

    .object_content .object_content_col {
    width: 100%;
    }

 }
.object_data_hl {
	margin:10px 0px 0px;
    line-height: normal;
    font-weight: normal;
}
.object_data_hl_underline {
	border-bottom:1px solid #bbb;
	margin-bottom:5px;
}
table.object_data td {
    border-top: 1px solid #bbb;
	padding:9px 0px 9px 4px;
	width:50%;
	max-width: 200px;
}
.required_point:after,.required_point_example:after {
    content: ' *';
    color: red;
}
.inp_error {
    border: 1px solid red;
	background-color: #ff000022;
}
[obcond],[obmoreparent] {
	display:none;
}
[obmoreparent] tr td:first-child {
    padding-left: 20px;
}
[inserieren_formstep]{
	display:none;
}
[inserieren_formstep="1"]{
	display:block;
}

.content_more_switch {
    color: #1a4c98;
    text-decoration: underline;
    cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;
}
.content_more_switch:before {
    content: '+ ';
}
.content_more_switch.open:before {
    content: '- ';
}

.object_content .content_input_switch select {
    width: 100%;
    padding: 6px 4px;
}

@media (max-width: 575.98px) {
    .object_content .content_input_switch select {
  /*   width: 190px; */
    padding: 6px 4px;
    }

 }
.object_content .content_input_switch {
	width: 100%;
    display: inline-block;
    white-space: nowrap;
}
.object_content .content_input_switch[obtype=textarea] {
	width:100%;
}

@media (max-width: 575.98px) {
    .object_content .content_input_switch[obtype=textarea] {
	width:330px;
    }

 }

.kontaktform_icon_static {
	max-width:100%;
	display:block;
	float:right;
}

input[type=file][name=images] {
	display:none;
}
.image_thumb_item {
    width: 100px;
    height: 100px;
    float: left;
    background: #fff;
    margin: 0px 3px;
}
.image_thumb_area {
	display:none;
}
.img-responsive {
	max-width:100%;
}
.img-size-250 {
	height:250px;
}
.img-size-100 {
	height:100px;
}
.image_field {
	text-align:center;
	position: relative;
}
.image_field .image_loading {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
}
.image_field .image_loading .image_loading_completed {
    height: 100%;
    background: rgba(158, 197, 56,0.7);
    width: 0%;
}
#inserieren_map {
	width:100%;
	height:140px;
	/*height:225px;*/
	display:none;
}
#geo_address,#geo_preaddress,#ort_plz,.obj_adress_input {
	margin-top:10px;
	height: 30px;
    width: 80%;
	border:1px solid #bbb;
	padding:5px;
	box-sizing: border-box;
}

.contact_area {
	width:58%;
	margin-top:20px;
}
.contact_row {
	overflow:hidden;
	margin-bottom:10px;
}
.contact_row input,
.contact_row select {
	box-sizing:border-box;
	padding:5px;
}
.inp_33 {
	width:31.3333333332%;
	margin:0px 1%;
	float:left;
}
.inp_100 {
	width:98%;
	margin:0px 1%;
	/*float:left;*/
}

.inp_30 {
	width:31.3333333332% !important;
	margin:0px 1% !important;
	float:left !important;
}
.inp_70 {
	width:64.6666666667% !important;
	margin:0px 1% !important;
	float:left !important;
}
.inp_50 {
	width:48%;
	margin:0px 1%;
	float:left;
}
.inp_20 {
	width:18%;
	margin:0px 1%;
	float:left;
    border-radius: 4px;
    box-shadow: none;
}
.inp_25 {
	width:25%;
	margin:0px 1%;
	float:left;
    border-radius: 4px;
    box-shadow: none;
}


.image_overlay {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 25%;
    background: #fff;
    /*padding-top: 20%;*/
    box-sizing: border-box;
    overflow: hidden;
	display:none;
	border-bottom: 1px solid #bbb;
}
.image_field[imgnr="1"] .image_overlay {
	display:block !important;
	height: 15% !important;
}
.image_field:hover .image_overlay {
	display:block;
}
.image_overlay_item {
	width:48%;
	margin:0px 1%;
	float:left;
    height: 100%;
	padding:2px 0px;
	box-sizing: border-box;
	cursor:pointer;
}
.image_overlay_item.image_overlay_star {
	border-right:1px solid #bbb;
}
.image_overlay_item img {
	height:100%;
}

.gallery_map {
	text-align:center;
    padding-top: 35px;
    box-sizing: border-box;
}
.gallery_map h3.click_headline {
	color:#1a4c98;
	cursor:pointer;
}
.geo_submit,.geo_presubmit {
    border: none;
    background: #1a4c98;
    color: #fff;
    padding: 5px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
	cursor:pointer;
}
.geo_submit[disabled] {
    background: rgba(26, 76, 152,0.6);
	cursor:default;
}
.round_borders {
	border-radius:4px;
}
.gallery_map_icon {
	background: #1A4C98;
    padding: 10px;
    border-radius: 500px;
    display: inline-block;
    height: 50px;
}
.object_button_row {
	overflow:hidden;
	margin-top:10px;
}
button.object_button_green {
    background: var(--color-portal);
    border: none;
    padding: 15px;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
	cursor:pointer;
}
button.object_button_grey {
    background: rgb(134, 134, 134);
    border: none;
    padding: 15px;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
	cursor:pointer;
}
button.object_button_right {
    float: right;
}
.alert_window {
	background: #e87878;
    color: #fff;
    padding: 12px;
    margin: 10px 0px;
    border-radius: 6px;
	display:none;
}
.payment_option_row {
	margin: 10px;
	position:relative;
	max-width:600px;
	border-bottom: 1px solid #bbb;
    padding-bottom: 10px;
}
.top_buchung_1 { color:#1c1cd4;font-weight:bold; }
.top_buchung_2 { color:#bbbf00;font-weight:bold; }
.top_buchung_3 { color:#e01717;font-weight:bold; }
.extra_price_label {
	position: absolute;
    top: 0px;
    right: 0px;
}
.pakete_box {
	width: 100%;
	overflow: hidden;
	margin-bottom:20px;
}
.pakete_wahl_box,.zusatzpaket_wahl_box {
	float: left;
    width: 560px;
	padding:5px;
}
.pakete_box .inserieren_tooltip,
.zusatzpaket_box .inserieren_tooltip {
	margin-top: 58px;
    float: left;
    margin-left: 10px;
}
select[name=vermarktungs_option] {
	width: 100%;
    box-sizing: border-box;
    padding: 8px;
}
.pakete_box h3,
.zusatzpaket_box h3 {
    margin: 20px 0px;
}
.pakete_box .paket_item {
	padding: 0px 10px;
    border: 1px solid #bbb;
	margin-bottom: 10px;
	cursor:pointer;
	position:relative;
}
.pakete_box .paket_item:hover {
    background: #eee;
}
.paket_item.active {
    background: #1a4c98 !important;
    color: #fff;
}
.pakete_box .paket_item h4 {
    font-weight: normal;
	margin: 7px 0px 0px;
}
.pakete_box .paket_item p {
	margin-top: 5px;
}
.paket_item .disabled_sub_overlay {
	display:none;
}
.paket_item.disabled:hover {
	background: #fff !important;
	cursor:default !important;

}
.paket_item.disabled .disabled_sub_overlay {
	display:block;
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 30px 0px 0px;
    background: #fff;
    padding: 5px 0px;
    text-align: center;
    color: red;
    font-weight: bold;
}
.paket_item.disabled .disabled_sub {
	opacity:0.5;
}
.paket_button {

    border: 1px solid #649748;
    background: #649748;
    color: #fff;
    padding: 5px 10px;
	margin:4px;
}
.paket_item.active .paket_button {
	display:none !important;
}

.paketpreis_option1,.paketpreis_option2 {
	display:none;
}

.insertion_save_spanner {
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2000;
    text-align: center;
	display:none;
}
.spanner_inner {
	display: inline-block;
    background: #fff;
    margin-top: 100px;
    padding: 20px;
}


/*.add_object_area.mobile .object_content_col:last-of-type,*/
.add_object_area.mobile .inserieren_tooltip {
	display:none;
}
.add_object_area.mobile .object_content_col.large {
	width:100%;
}

.add_object_area.mobile .object_content_col {
	width:100%;
}

.add_object_area.mobile .object_content .content_input_switch {
	/*max-width:160px !important;*/
	width:100% !important;
	box-sizing: border-box;
}
.add_object_area.mobile .content_input_switch input,
.add_object_area.mobile .content_input_switch select {
    width: 100% !important;
	box-sizing: border-box;
}

@media (max-width: 575.98px) {
     .image_plus_icon {
	    margin-top:0px !important;
    }
    .dropzone .dz-default.dz-message{

        background-size: cover !important;
        margin:0 !important;
    }
    .dropzone.dz-clickable{
        margin:0 !important;
    }
    #selection, #selectionalt{
        padding:0 !important;
    }
 }


.add_object_area.mobile .object_gallery_col:first-of-type {
	/*display:none;*/
	margin-bottom: 10px;
}
.add_object_area.mobile .object_gallery_col {
	width:100%;
	margin: 0px;
}
.add_object_area.mobile .dropzone .dz-default.dz-message {
	width: 100%;
    margin-left: 0px;
    background-position: center center;
	background-image: url(/images_portal/immobilien/inserieren/upload.png);
	background-size: auto 100%;
}
.add_object_area.mobile #geo_preaddress,.add_object_area.mobile #geo_address {
	width:98% !important;
}
.add_object_area.mobile .object_gallery_col {
	width:100% !important;
}
.add_object_area.mobile .contact_area {
	width:100%;
}
.add_object_area.mobile .contact_area select,
.add_object_area.mobile .contact_area input{
	width:98%;
	box-sizing: border-box;
    margin: 0px 1% 5px;
}
.add_object_area.mobile .pakete_box {
	width:100%;
	box-sizing: border-box;
}
.add_object_area.mobile .top_objekt_auswahl_block:first-of-type {
	border-right:0px !important;
}
.add_object_area.mobile .top_objekt_auswahl_block {
	width:100% !important;
}
.add_object_area.mobile .pakete_wahl_box {
	width:100%;
	box-sizing: border-box;
}

.add_object_area .immo_box{
	background-color:#1a4c98;
	width:580px;
	margin:90px auto 0px;

}

.row_highlighter {
    position: relative;
    top: 3px;
    color: #13a204;
}

.ac_results {
	padding: 0px;
	border: 1px solid #3b84c1;
	background-color: #FFF;
	z-index: 10;
	/*width: 100%;*/
}
.ac_results ul {
	width: 100%;
	height:225px;
	list-style-position: outside;
	list-style: none;
	margin: 0;
	padding:0;
	text-align:left;
}
.ac_results li {
	cursor: pointer;
	display: block;
	margin: 0;
	padding:4px 5px;
	border-bottom:1px dotted #eee;
	/*font: menu;*/
	overflow: hidden;
	/*font-weight: bold;*/
}
.ac_results_ok {
	font-weight: bold;
}
.ac_results iframe {
	display:none;/*sorry for IE5*/
	display:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:100%;
	height:200px;

}
.ac_loading {
	background : url('/images_portal/loading.gif') right center no-repeat !important;
	background-color: #fff;
}
.ac_over {  /* hover */
	background-color: #d0d0d0;
	color: #000000;
}


@media only screen and (max-width:694px) {
	.m-w-full { width:100% !important; }
	.m-dis-none { display:none !important; }
}