@font-face {
    font-family: "Open Sans";
    src: url("/files/03_design/fonts/Open_Sans/OpenSans-Regular.ttf");
}

@font-face {
    font-family: "Open Sans";
    font-weight: 500;
    src: url("/files/03_design/fonts/Open_Sans/OpenSans-SemiBold.ttf");
}

@font-face {
    font-family: "Open Sans";
    font-weight: 600;
    src: url("/files/03_design/fonts/Open_Sans/OpenSans-Bold.ttf");
}

@font-face {
    font-family: "Open Sans";
    font-weight: 700;
    src: url("/files/03_design/fonts/Open_Sans/OpenSans-ExtraBold.ttf");
}

@font-face {
    font-family: "Open Sans Condensed";
    src: url("/files/03_design/fonts/Open_Sans_Condensed/OpenSansCondensed-Bold.ttf");
    font-weight: 700;
}

#header {
    overflow: hidden;
}

#header h1, #header h2 {
	text-shadow: 0 0 10px rgba(255,255,255,0.8);
	color: #3C8325;
}

figure img {
	height: auto;
}

.ce_gallery > ul {
	overflow:hidden;
	list-style:none;
}

.ce_gallery > ul li {
	float: left;
	text-align: center;
	margin: 20px 0;
}

.ce_gallery ul.cols_2 li { width: 50%; }
.ce_gallery ul.cols_3 li { width: 33.3333333333%; }
.ce_gallery ul.cols_4 li { width: 25%; }
.ce_gallery ul.cols_5 li { width: 20%; }
.ce_gallery ul.cols_6 li { width: 16.6666666667%; }
.ce_gallery ul.cols_7 li { width: 14.2857714285%; }
.ce_gallery ul.cols_8 li { width: 12.5%; }
.ce_gallery ul.cols_9 li { width: 11.1111111111%; }


.ce_gallery > ul li.col_first {
	clear:left;
}

.bootstrap-select.btn-group .dropdown-toggle {
	margin-top: 0;
}

.ce_form .bootstrap-select.btn-group {
	display: block !important;
}

.ce_form .bootstrap-select.btn-group .dropdown-toggle {
	color: #736357;
	border-color: #ccc;
	font-size: 14px;
	height: 36px;
	padding: 5px 15px;
	box-shadow: inherit;
}

.ce_form .bootstrap-select.btn-group .dropdown-toggle:hover {
	background-color: transparent;
}

.ce_form .bootstrap-select.btn-group .dropdown-toggle:active,
.ce_form .bootstrap-select.btn-group .dropdown-toggle.active,
.ce_form .bootstrap-select.btn-group .dropdown-toggle:focus,
.ce_form .bootstrap-select.btn-group .dropdown-toggle.focus,
.ce_form .bootstrap-select.btn-group.open > .dropdown-toggle {
	background-color: transparent;
}

.ce_form .form-control:focus,
.ce_form .bootstrap-select.btn-group .dropdown-toggle:focus{
	border-color: #ccc;
	outline-color: #ccc !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(0,0,0, 0.25);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(0,0,0, 0.25);
}

.form-helper .ce_form .formbody > fieldset {
	margin: 0 -15px;
	width: 813px;
}

.form-helper .ce_form .formbody > fieldset legend {
	margin-left: 15px;
	margin-right: 15px;
	width: 754px;
}

.ce_form.bieten fieldset > legend {
	margin-left: 15px;
	margin-right: 15px;
	width: calc(100% - 30px);
}

.ce_form .clear {
	clear: both !important;
}

.ce_form .short .btn-group {
	width: 48%;
}

.ce_form .checkbox_container span label,
.ce_form .radio_container span label {
	font-weight: normal;
}

.ce_form .bootstrap-select.btn-group .dropdown-toggle {
	font-family: 'Open Sans';
}

.ce_form .extend-form-fieldset .btn,
.ce_form .extend-form-fieldset .btn:active,
.ce_form .extend-form-fieldset .btn.active,
.ce_form .extend-form-fieldset .btn:focus {
	background-color: #fff;
	color: #736357;
	border: 1px solid #ccc;
	font-size: 14px;
	margin-bottom: 30px;
}

.ce_form .extend-form-fieldset .btn:hover {
	background-color: #ccc !important;
}

.ce_form .extend-form-fieldset .btn.open span.default,
.ce_form .extend-form-fieldset .btn span.open {
	display: none;
}

.ce_form .extend-form-fieldset .btn.open span.open {
	display: block;
}

/*
.ce_form .extend-form-fieldset .form-group,
.ce_form .objektanschrift .form-group {
	display: none;
}*/

.ce_form .extend-form-fieldset.closed .form-group {
	display: none;
}

.ce_form .objektanschrift .form-group.objektadresse-abweichend {
	display: block;
}

.ce_form input[type=file] {
	background: transparent;
	border: 0;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

.ce_form .form.potenzial {
	width: 100%;
}

.mod_immoListView .bootstrap-select.btn-group .dropdown-toggle {
	color: #fff;
}

@media (max-width: 767px) {
	#header h1, #header h2 {
		text-shadow:none;
	}
}

@media (max-width: 767px) {
	#header h1, #header .h1 {
	    padding-bottom: 0 !important;
	    font-size: 1.4em !important;
	}
	#header h2 {
	    font-size: 1em !important;
	}
	#header h2:before {
	    margin: 0 auto 10px !important;
	    border: 1px dashed #50af31 !important;
	}
	.form {
	    width: 90%;
	    padding: 20px 10px;
	}
	#header h1, #header h2 {
		display: none;
	}
	.start #header h1, .start #header h2,  
	.Angebotsliste #header h1, Angebotsliste #header h2 {
		display: block;
	}
}

h3 {
	color: #3C8325;
}
h6 {
	color: #83C62E;
}
.link-box h3 {
	color:#fff;
}
.link-box {
	box-shadow: none;
}
#header .link-box {
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
}
.slidebox .link-box {
	padding-bottom: 20px;
	transition: all 0.5s ease-out;
    z-index: 2;
}
.slidebox.open .link-box{
	margin-top: -242px;
	padding-top:0;
}
.firefox .slidebox.open .link-box{
	margin-top: -246px;
	padding-top:0;
}
.slidebox .link-box h2 {
	color: #83C62E !important;
	text-transform: uppercase;
	padding-top: 22px;
	margin-bottom: 21px;
	cursor: pointer;
	text-shadow: none !important;
}
.slidebox .link-box h2:after {
    content: '\f103';
    font-family: FontAwesome;
    position: absolute;
    margin: 1px 0 0 5px;
}
.slidebox.open .link-box h2:after {
    content: '\f102';
}
.slidebox.light-green .link-box h2 {
    color: #3C8325 !important;
}
.slidebox .link-box h2:hover {
	text-decoration: underline;
}
.slidebox ol {
	height: 0;
	overflow: hidden;
    margin: 0;
    transition: all 0.5s ease-out;
}
.slidebox.open ol {
	height: 280px;
}
.slidebox .link-box li {
    font-size: 15px;
    text-transform: none;
    color: #fff;
    text-align: left;
    line-height: 1.2;
    padding: 5px 0;
}
.firefox .slidebox .link-box li {
    line-height: 1.0;
}
.slidebox .link-box li a{
    color: #fff;
    text-decoration: underline;
}
.slidebox .link-box li a:hover{
    font-style: italic;
}

.isotope .isotope-item:hover .attachment, 
.isotope .isotope-item:focus .attachment {
    border-bottom: 0;
    box-shadow: none;
}
.isotope .isotope-item .well,
.referenzen .isotope .isotope-item .well{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-color: rgba(0,0,0,0.25);
    border: 0;
    box-shadow: none;
    width: 100%;
    height: 100%;
    align-content: center;
    align-items: center;
}
.isotope .isotope-item:hover .well, 
.isotope .isotope-item:focus .well {
    box-shadow: none;
}

#main .isotope .isotope-item .well h2 {
	height: 42px;
    margin: 0;
    padding: 0;
    top: auto;
	display: flex;
    align-items: center;
}
.isotope .isotope-item .info {
    width: 100%;
}
.start .isotope .isotope-item,
.anbieten .isotope .isotope-item {
    margin: 0;
    width: 100%;
}
.start .isotope .isotope-item .attachment,
.anbieten .isotope .isotope-item .attachment,
.referenzen.full .isotope .isotope-item .attachment {
    height: 248px;
    margin-bottom: 0;
}

.referenzen .isotope .isotope-item .info {
    display: block;
}
.referenzen .isotope .isotope-item .well {
    margin: 0;
    height: 100%;
    display: none;
    width: 100%;
}
.referenzen .isotope .isotope-item:hover .well {
    display: flex;
}
.referenzen.full .isotope .isotope-item .well {
    margin: 0;
    bottom: 0;
    display: none;
}
.isotope .isotope-item:hover .well,
.referenzen.full .isotope .isotope-item:hover .well {
    display: flex;
}

.btn {
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25);
    white-space: inherit;
}
.btn-success:hover {
    border-color: transparent;
}
.btn-primary {
    background-color: #3C8325;
}
.btn-default {
    color: #3C8325;
    border-color: #3C8325;
}
.btn-default:hover {
    color: #fff;
    background-color: #479b2b;
    border-color: transparent;
}

#mainNav li a:hover,
#mainNav li a.active,
#mainNav li a.trail {
    color: #83C62E;
}
/*
#mainNav li.active::after {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #fff;
    margin-top: -13px;
    margin-left: -25px;
}
#mainNav li li.active::after{
    display:none;
}
*/
#mainNav li.active:after {
	display: none;
}

.navbar-nav > li {
    min-width: 145px;
    display: block !important;
}
@media (max-width: 1200px) {
	.navbar-nav > li {
	    min-width: auto;
	}
}
.navbar-nav > li > .dropdown-menu {
    min-width: 145px;
}
#mainNav li li a {
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	font-family: open sans;
}
#footer .navbar-nav > li {
    min-width: unset;
}
#footer .nav > li > a:hover, #footer .nav > li > a:active {
    background: none;
    border: none;
    color: #3C8325;
}
#footer .nav > li > a {
    padding: 10px;
}

#footer .mod_customnav ul {
    padding: 0;
    margin-top: 5px;
}

#footer .mod_customnav li {
    display: inline-block;
}

#footer .mod_customnav li a {
    color: #fff;
    font-size: 12px;
    padding: 10px;
}

.input-group-btn {
    right: 50px;
}
@media (max-width: 1200px) {
	.input-group-btn {
    	right: 0px;
	}
}

.mod_article.green {
    background-color: #83C62E;
    background: linear-gradient(to right, #3C8325 0%,#83C62E 30%,#83C62E 70%,#3C8325 100%);
}
.estate {
	height:248px;
}
.estate h1 {
    font-size: 28px;
}
.estate .estate-nr {
	text-align: center;
	color: #C7B299;
}
.estate .estate-box {
    border-radius: 0;
    font-size: 0.9em;
}
#main .estate-box h2 {
	font-size: 20px;
	text-align: left;
	border-bottom: 1px dashed #736357;
	margin-bottom: 10px;
}
.estate .attr-info > li span.pull-left {
    width: 30%;
}
.estate .attr-info > li span.qty.pull-left {
    width: 70%;
}
.estate .mwst-hinweis {
    font-size: 10px;
    font-weight: 400;
}
.estate img {
    border-radius: 0;
}
.estate h4 {
    font-size: 20px;
    color: #736357;
    border-bottom: 1px dashed #736357;
}
.estate .kontakt a {
    font-size: 16px;
    vertical-align: super;
}

.panel-default > .panel-heading{
    background: #3C8325;
    border-radius: 0;
    text-transform: uppercase;
    text-transform: uppercase;
	padding: 20px 0;
}
.panel-default > .panel-heading.ui-state-hover,
.panel-default > .panel-heading.ui-state-hover.ui-state-active:hover {
    text-transform: uppercase;
    cursor: pointer;
    background: #83C62E;
}
.panel-default > .panel-heading.ui-state-hover h4 a{
    color: #3C8325;
}
.panel-default .ui-accordion-content {
    border: 1px solid #3C8325;
    border-radius: 0;
}

.form-control{
	color: #736357;
}
.enquiry-content.well {
    background-color: #f2f2f2;
}
.enquiry-content.well input, .enquiry-content.well textarea, .enquiry-content.well select {
    background-color: #fff;
    border: 1px solid #ccc;
}

.poll-container .panel-default {
    border: 0;
}

.poll-container .panel-default h5 {
    font-family: 'Open Sans Condensed';
    text-align: center;
}

.ce_player.center {
	text-align: center;
}


@media (min-width: 1200px) {
	.row {
	    margin-left: -15px;
	}
}

.mod_navigation .header-logo {
	display: none;
}

#footer .share-mobile {
	display: none;
}

#footer .user-icon {
	display: none;
}

.ce_form .bootstrap-select.btn-group .dropdown-toggle {
	background: #fff;
}

.link-box.text {
	height: 350px;
}

.link-box.text h3 div {
    font-weight: 700;
    display: block;
    word-wrap: break-word;
}

#laupi_in_den_medien .ce_hyperlink {
    height: 120px;
}

.mod_search .context .highlight {
    font-weight: 700;
    color: #736357;
    background: none;
}

.galerie .slick-slide img {
	width: 370px;
}

.enquiry-content.well .input-group-addon,
.enquiry-content.well .input-group-prepend {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form .input-group {
	width: 100%;
}

.form .input-group-addon {
	display: none;
}

/*
 * Suche
*/
.mod_search .input-group {
	transition: none;
	right: -10px;
	top: -57px;
}

.mod_search .input-group.open {
	width: 300px;
	z-index: 1;
}

.mod_search .input-group-btn {
	z-index: 2;
}

.mod_search .input-group.open #btnSearch i {
	color: #c7b299;
    margin-top: -2px;
}

.mod_search .sr-only {
	display: none;
}

.mod_search #keywords {
	transition: width 0.5s ease-in;	
}

.mod_search.top ::-ms-clear {
  display: none;
}

/*
 * Lightbox
*/
#cboxPrevious, #cboxNext {
    text-indent: initial;
    background: #000;
    color: #d2d2d2;
    font-size: 1.5rem;
    height: 50px;
}

#cboxPrevious {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-right: 5px;
}

#cboxNext {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 5px;
}

#cboxPrevious:hover, #cboxNext:hover {
	color: #fff;
}

/*
 * Filter-Buttons
*/
#estate_filter_list button {
    background: #3C8325;
    height: 43px;
}

#filter {
    padding-top: 20px;
}

#filter > span {
    display: none;
}

#estate_filter_list {
    margin: 0 50px;
}

#estate_filter_list > div {
    width: 25%;
    display: inline-block;
}

#estate_filter_list > div > div {
    width: 90%;
    margin-left: 5%;
    padding: 0;
}

#estate_filter_list button span {
    text-align: center;
    text-transform: uppercase;
}

#estate_filter_list .caret {
    border-top: 7px dashed;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

#filter > div > span {
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 12px 30px;
}

#estate_filter_list .dropdown-menu {
    margin-top: 0;
    padding: 0;
    top: 44px;
    border: none;
}

#estate_filter_list .dropdown-menu li a {
    padding: 10px 20px;
}

#estate_filter_list .bootstrap-select .dropdown-toggle:focus {
	outline: 0 !important;
	outline-offset: 0;
}

/*
 * Newsletter
*/
.mod_unsubscribe {
	margin-top: 50px;
}

.mod_unsubscribe form {
    width: 35%;
    margin: 0 auto;
}

.mod_unsubscribe .fa {
    position: absolute;
    margin-top: 7px;
    margin-left: 15px;
}

.mod_unsubscribe .form-control {
    padding-left: 45px;
}

.mod_unsubscribe .checkbox_container {
    margin-top: 20px;
    text-align: center;
}

.mod_unsubscribe .checkbox {
    display: inline;
}

.mod_unsubscribe .submit {
    margin: 20px auto 0;
    display: block;
}

.mod_subscribe .confirm {
    margin: 20px 0 0;
}

/*
 * Merkzettel
*/
#wishlistContainer {
    background-color: #83C62E !important;
    border-radius: 5px;
   box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

#wishlist {
    max-width: 100%;
}

#wishlistContainer > button {
    margin-left: -46px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

#wishlistContainer button.empty-wishlist {
    background-color: transparent;
    float: left;
    width: 100%;
    color: #3C8325;
    border-color: #3C8325;
}

#wishlistContainer .submit-wishlist {
    margin-top: 10px;
    width: 100%;
}

#wishlistContainer button.empty-wishlist:hover {
    background: #f2f2f2;
}

/*
 * Laupi-Link-Box (Main)
*/
#main .link-box-container.slidebox h2 {
    font-size: 15px;
    font-weight: normal;
}

#main .link-box-container.slidebox h3 {
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

#main .link-box-container.slidebox h3 div {
    font-weight: 700;
}

/*
 * IE11 / Edge / Mac
*/
.ie #wishlistContainer > button, .mac #wishlistContainer > button {
    margin-left: -64px;
    padding: 10px 30px 10px 12px !important;
}

.ie #wishlistInside, .mac #wishlistInside {
    padding-right: 30px;
}

.ie .nav > li {
	padding: 0;
	display: inline;
}

.ie .mod_subscribe .formbody {
	display: inline;
}

.ie .link-box-container.kontakt .fa-map-marker {
	margin-left: 70px;
}

/* Formulare */

.datenschutz-text {
    padding-top: 5px;
    padding-bottom: 20px;
}
.datenschutz .checkbox-label {
    font-weight: bold;
}
.datenschutz > label {
    display: none;
}
.datenschutz label {
    margin: 0;
}
.panel .datenschutz {
    margin: 0;
}
.panel .datenschutz-text {
    font-size: 12px;
}

/* Interner Bereich */

.user-icon {
    display:none; /* hide for dev */
	position: relative;
	width: 1170px;
	margin: auto;
}

#mainNav .user-icon {
	display: none;
}

.user-icon a {
	position: absolute;
	right: 90px;
	top: 0;
	height: 80px;
	display: flex;
	align-items: center;
}

.user-icon a:hover, .user-icon a:focus {
	text-decoration: none;
}

.user-icon i {
	color: #fff;
	font-size: 22px;
}

.mod_login, .mod_registration, .mod_personalData, .mod_lostPassword {
	clear: left;
	padding: 35px;
}

.mod_login, .mod_lostPassword {
	text-align: center;
}

.mod_login label,
.mod_lostPassword label {
	display: block;
}

.mod_login .widget:not(.widget-submit),
.mod_lostPassword .widget:not(.widget-submit) {
	max-width: 300px;
	margin: 0 auto 20px;
}

.mod_login .widget-submit .submit,
.mod_lostPassword .widget-submit .submit {
	margin-top: 0;
}

.mod_login .checkbox_container,
.mod_lostPassword .checkbox_container {
	float: none;
	display: inline-block;
}

.checkbox_container span {
	display: flex;
}

.mod_login p {
	margin: 10px 0 0;
}

.mod_registration {
	text-align: left;
}

.mod_registration.form fieldset,
.mod_personalData.form fieldset {
	float: none;
}

.mod_registration fieldset:nth-of-type(1) legend,
.mod_personalData fieldset:nth-of-type(1) legend {
	padding-top: 0;
}

p.tl_confirm {
	background: rgba(153, 247, 88, 0.4);
	padding: 15px;
	margin-bottom: 30px;
	border-radius: 4px;
	border: 1px solid rgba(153, 247, 88, .8);
	font-size: 14px;
	color: green;
}

p.error {
	margin-top: 10px;
	margin-bottom: 20px;
}

.voting-box {
	background: #83C62E;
	clear: both;
	margin: 25px 0 40px;
	overflow: hidden;
	float: left;
	width: 100%;
	text-align: center;
}

.voting-box + p {
	clear: left;
}

.voting-box h5 {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	padding: 13px 0 8px;
	border-bottom: 1px dashed #fff;
	margin: 0 15px 30px;
}

.estate .kontakt .voting-box .btn {
	width: 85%;
	display: block;
	margin: 0 auto;
	white-space: normal;
	padding: 10px 15px;
}

.voting-box a:not(.btn) {
	color: #fff;
	display: inline-block;
	text-align: center;
	font-weight: 600;
	text-decoration: underline;
	font-size: 14px;
	margin: 20px 0 25px;
}

.voting-box .checkbox-container {
	margin-top: 15px;
}

.voting-box .custom-checkbox {
    width: 85%;
    margin: 5px auto 0;
}

.voting-box .custom-checkbox label {
    text-align: left;
    padding-left: 10px;
    margin: 0;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
}

.voting-box .custom-checkbox a {
    margin: 0;
    vertical-align: inherit;
    font-size: 12px;
    font-weight: 300;
}

.voting-box .error {
	display: none;
    background: none;
    border: none;
    margin-bottom: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 700;
    width: 85%;
    margin: 10px auto 0;
    text-align: left;
}

.ce_form .extend-form-fieldset.closed .form-group:nth-of-type(1) {
	display: block;
}

.widget.btn-primary:active {
	background: none !important;
	border: none;
}

.widget-submit.btn-primary {
	float: left;
}

#estate_list {
	width: 100%;
	margin-left: 0;
    z-index: 1;
}

.start .isotope, #estate_list_ref {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    height: inherit !important;
}

.start .isotope-item {
    height: 248px;
    margin: 0;
}

.angebote .mod_immoListView .estate,
.referenzen .mod_immoListView .estate {
	padding-left: 15px;
	padding-right: 15px;
}

.attr-info {
	padding: 0;
	margin: 0;
	list-style: none;
}

.attr-info .info-label span:first-child {
	font-weight: 700;
}

.estate .estate-box.preis div label {
	display: none;
}

.mobile .mod_search .radio-inline {
	display: block;
}

.mobile .mod_search .widget-radio {
	float: none !important;
	margin-top: 20px;
}

.mobile .mod_search .radio-inline + .radio-inline {
	margin: 0;
}

.mobile .radio_container input[type="radio"] {
	display: inline-block;
	width: 25px;
	height: 20px;
	margin-top: 2px;
}

#estate_filter_list > div {
	padding: 0;
	background: none;
	border: none;
}

#estate_filter_list > div:nth-child(odd) {
	border-right: none;
}

#estate_filter_list button {
	margin: 0;
	height: inherit;
	padding: 13px 10px;
	border-radius: 5px;
}

#estate_filter_list .form-control {
	height: inherit;
}

#estate_list a {
	height: 100%;
	display: block;
    position: relative;
}

.qq-upload-button {
	width: 100%;
	min-height: 150px;
	border: 2px solid rgba(0, 0, 0, 0.3);
	background: white;
	padding: 20px 20px;
	color: #736357;
	display: flex;
	align-items: center;
	justify-content: center;
}

.widget-fineuploader label {
	padding: 0;
}

.qq-upload-list {
	width: calc(100% + 60px);
	margin-left: -10px;
	overflow: hidden;
	margin-top: 5px;
}

.qq-upload-list li {
	border: 1px solid #736357;
	width: calc(100% / 6);
	float: left;
	margin: 10px;
	background: #fff;
	min-height: 170px;
	position: relative;
}

.qq-upload-list li.qq-upload-success {
	background: #fff;
	color: #736357;
	border: 1px solid #5DA30C;
}

.qq-progress-bar {
	display: none !important;
}

.qq-thumbnail-wrapper img {
	max-width: 100%;
	margin-bottom: 5px;
}

.qq-upload-file {
	font-size: 10px;
	font-weight: 700;
	margin: 0;
	display: block;
}

.qq-upload-size {
	font-size: 10px;
}

.qq-upload-status-text-selector {
	display: none;
}

.qq-upload-spinner {
	margin-bottom: 10px;
}

a.clearFineuploader {
	font-size: 14px;
	font-weight: 700;
	color: #736357;
}

.form.potenzial .formbody {
	overflow: hidden;
}

#estateCarousel .slick-track {
	margin-left: 15px;
}

.ce_toplink {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.ce_toplink.active {
    visibility: visible;
    opacity: 1;
}
.ce_toplink a {
    position: fixed;
    right: 50px;
    bottom: 50px;
    background: rgba(0,0,0,.07);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ce_toplink a:hover, .ce_toplink a:focus {
    text-decoration: none;
}
.ce_toplink a i {
    color: #333;
    font-size: 1.8rem;
    padding-bottom: 5px;
}

/* Responsive */

@media (max-width:1199px) and (min-width:1025px) {
	.link-box-container.kontakt .row .content-text:first-child address {
	    padding-left: 70px;
	    width: 215px;
	}
}

@media (max-width:1199px) and (min-width:768px) {
	#header .slidebox .link-box {
		padding: 0 15px 20px 15px;
	}
	
	#header .slidebox.open .link-box {
	    margin: 0;
       
	}
	
	.modal-content {
	    background: #83C62E;
	    border-color: #fff;
	    color: #fff;
	}
	
	.header-logo .logo {
		z-index: 0;
	}
	
	.modal-backdrop.in {
	    display: none;
	}
	
	#header .slidebox ol {
    	display: none;
	}
	
	.modal.in .modal-dialog {
	    margin-top: 100px;
	}
	
	.modal-header {
	    border: none;
	}
	
	.modal-header .close {
	    font-size: 30px;
	}
	
	.modal-header h2 {
    	color: #fff;
	    margin-bottom: 0;
	    text-transform: uppercase;
	    text-align: center;
        font-weight: bold;
    	margin-top: 10px;
	}
	
	.modal-content li {
	    padding: 5px 0;
	}
	
	.modal-content a {
	    color: #fff;
	    font-weight: bold;
	}
}

@media (max-width:1199px) {
	
	/* Header */
	#header {
		-webkit-background-size: inherit;
		-moz-background-size: inherit;
		-o-background-size: inherit;
		background-size: inherit;
	}

	#header .inside {
		/*position: relative;*/
		padding-bottom: 0;
		height: 100%;
	}
	
	.start #header .inside .row {
    	position: initial;
	}
	
	#header .inside:after {
		display: none;
	}
	
	#header .link-box-container {
	    padding: 0 10px;
	    position: absolute;
	    bottom: 0;
	}
	
	#header .link-box-container:last-child {
	    right: 0px;
	}
	
	#header .link-box {
    	padding: 15px;
	}

	.user-icon {
		width: 100%;
	}
	
	/* Navigation */
	#mainNav ul.level_1 {
		max-width: 100%;
	}
	
	.mod_search {
		max-width: 100%;
	}
	
	.mod_search .input-group {
		top: 24px;
		right: 40px;
	}
	
	/* Inhalte */
	#main .link-box {
		height: 330px;
	}
	
	#main > .inside {
		overflow: hidden;
	}
	
	#main .address .link-box.text .btn-info {
		width: initial;
	}

	.slick-slider {
	    margin-right: 20px;
	    margin-left: 20px;
	}

	.slick-prev:before, .slick-next:before {
	    font-size: 40px;
	}
	
	.slick-prev {
    	left: -43px;
	}
	
	.slick-next {
	    right: -28px;
	}
	
	.start .isotope .isotope-item .info {
		position: absolute;
	    bottom: 0;
	    width: 100%;
	}
	
	.start .isotope .isotope-item .well {
		width: 100%;
	}
	
	#main .isotope .isotope-item .well h2  {
		display: table-cell;
	    vertical-align: middle;
	    top: 0;
        transform: initial;
        padding: 0 20px;
        height: initial;
        
	}
	
	.link-box-container.kontakt .link-box.text h3 span {
	    display: block;
	}
	
	.kontakt .link-box h3 {
	    margin-top: 0;
	}
	
	.mod_immoListView .tab-container #map P {
	    padding: 0 0 0 60px;
	}
	
	.mod_immoListView .tab-container #map .fa {
	    margin-left: 10px;
	}
	
	.mod_immoListView .tab-container #map #cAddressFilter {
	    margin-left: 0;
	}
	
	.referenzen.full .isotope .isotope-item .attachment {
		margin-bottom: 0;
		height: initial;
	}
	
	body.referenzen #main .isotope .isotope-item .well h2 {
	    padding: 0 5px 30px;
	}
	
	.mod_unsubscribe form {
	    width: 50%;
	}
	
	#inhalt-objektbeschreibung .kontakt div {
	    width: 100%;
	}
	
	#inhalt-objektbeschreibung img {
		max-width: 100%;
	}
	
	.estate {
		height: 200px;
	}
	
	.estate .attr-info > li span.pull-left, .estate .attr-info > li span.qty.pull-left {
	    width: 50%;
	}
	
	.estate .attr-info > li span.qty.pull-left {
		text-align: right;
	}
	
	.estate .estate-box.preis .label {
	    display: none;
	}
	
	.form {
	    width: 100%;
	}
	
	.enquiry-content.well, .form {
		margin: 0 10px;
	}
	
	.referenzen .isotope .isotope-item {
		position: relative;
	}
	
	.referenzen .isotope .isotope-item .info {
		width: 100%;
	}
	
	#main .referenzen .isotope .isotope-item .well {
		display: flex;
	    align-items: center;
	    height: 100%;
	}
	
	.partner .ce_hyperlink, .gartenliteratur .ce_hyperlink {
		height: 120px;
	}
	
	/* Footer */
	#footer .share:after {
		display: none;
	}
	
	/* Filter */
	#estate_filter_list {
	    margin: 0 30px;
	}
}

@media (max-width:1070px) {
	#mainNav li a {
		font-size: 18px;
	}
}

@media (max-width:1024px) and (min-width:992px) {
	.link-box-container.kontakt .fa-map-marker {
	    margin-left: -80px;
	}
	
	.link-box-container.kontakt .row .content-text:first-child address {
	    padding-left: 50px;
	}
}

@media (max-width:1024px) {
	#mainNav li a {
		font-size: 16px;
	}

	.estate h2 {
		height: inherit;
	}

	.estate .mod_article {
		padding-top: 30px;
	}

	.expose-images img {
		margin-bottom: 30px;
	}
}

@media (max-width:991px) {
	/* Header */
	#header .link-box-container {
		max-width: 50%;
	}
	
	#header .link-box {
	    padding: 0px 20px;
	}
	
	.slidebox .link-box h2 {
		margin-bottom: 0;
		padding-bottom: 20px;
	}
	
	.slidebox.open ol {
	    height: 100%;
	}
	
	/* Inhalte */
	
	.slick-slider {
    	margin-left: 24px;
	}
	
	.slick-prev {
    	left: -40px;
	}
	
	.slick-next {
	    right: -25px;
	}
	
	.mod_immoListView .nav-tabs > li > a, 
	.mod_immoListView .nav-tabs > li.active > a,
	.mod_immoListView .nav-tabs > li.active > a:hover {
	    font-size: 16px;
	}
	
	.link-box-container.kontakt .fa-map-marker {
	    margin-left: -84px;
	}
	
	.form-helper .ce_form .formbody > fieldset, .form-helper .ce_form .formbody > fieldset legend {
	    width: 100%;
	}
	
	#main .referenzen .isotope .isotope-item .well {
	    margin: 0;
	    width: 100%;
	}
	
	#main .referenzen .isotope .isotope-item .well h2 {
	    padding: 0 5px;
	}
	
	#laupi_in_den_medien .ce_hyperlink {
	    height: 180px;
	}
	
	.estate {
		height: 274px;
	}

    .start .isotope, #estate_list_ref {
        padding: 15px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
	
	/* Filter */
	#estate_filter_list > div {
    	width: 50%;
	}
}

@media screen and (max-device-width: 640px) and (orientation: portrait), screen and (max-width: 480px) {
    .start .isotope .isotope-item .attachment img {
        height: 100%;
    }
}

@media (max-width:880px) {
	#mainNav li a {
		font-size: 15px;
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (max-width:767px) {
	.firefox .bootstrap-select > select.mobile-device {
		display: none !important;
	}
	
	.firefox .bs-searchbox {
	    display: none;
	}
	
	.firefox .bootstrap-select.btn-group .dropdown-menu li a {
	    padding: 6px 15px;
	}
	
	.estate {
		height: initial;
	}

	
	/* Header */
	#header {
	    background: none;
	    margin-top: 70px;
        margin-bottom: 20px;
        display: inline-block;
	}
	
	#main, #main > inside {
	    position: initial;
	}
	
	.header-toolbar {
		display: none;
	}
	
	#wishlistContainer {
		display: none;
	}
	
	.mobile #header .inside {
		z-index: 2;	
	}
	
	#header .header-logo .logo {
		display: none;
	}
	
	.mod_navigation .header-logo {
		display: block;
	}
	
	.header-logo .logo {
	    height: 80px;
	    width: auto;
	    position: absolute;
	    margin: 0 0 0 -70.5px;
	    top: 30px;
	    z-index: 3;
	}
	
	#header h1, #header .h1 {
		color: #50af31;
		font-weight: initial;
		text-transform: initial;
	    margin-top: 50px;
	    padding-bottom: 10px;
	}
	
	#header h2:before {
	    border: 2px dashed #50af31;
	    display: block;
	    width: 80%;
	    display: block;
	    content: '';
	    margin: 0 auto 20px;
	}
	
	#header h2, #header .h2 {
		color: #3C8325;
		padding-top: 10px;
	    padding-bottom: 0;
    	margin-bottom: 0;
	}
	
	.start #header h2 {
	    margin-bottom: 30px;
	}
	
	.mod_search.top {
	    position: absolute;
	    top: -15px;
	    width: 100px;
	    left: 15px;
	}
	
	#btnSearch i {
	    font-size: 40px;
	}
	
	#header .link-box-container {
	    max-width: initial;
	    width: 100%;
	    position: relative;
	    padding: 0;
	    float: left;
	    margin-bottom: 20px;
	}
	
	#header .link-box {
		box-shadow: none;
		-webkit-box-shadow: none;
	}
	
	#header .slidebox.open {
		bottom: 0;
	}
	
	#header .slidebox.open .link-box {
	    margin-top: 0;
	}

    .search-box #keywords {
        opacity: 0;
    }
	
	/* Navigation */
	#mainNav {
	    position: absolute;
	    top: 0;
	    margin: 0;
		background: #ffcc36;
		box-shadow: none;
		-webkit-box-shadow: none;
		height: 70px;
	}
	
	#mainNav .navbar-toggle {
		top: 2px;
		right: 15px;
		z-index: 3;
	}
	
	#mainNav .navbar-toggle .icon-bar {
	    width: 40px;
	    height: 5px;
	    margin-bottom: 7px;
	    background-color: #fff;
	}
	
	#mainNav .collapse.in {
	    padding: 0;
	    position: absolute;
	    top: 70px;
	    z-index: 2;
	    width: 100%;
	}
	
	#mainNav ul.level_1 {
		width: 100%;
	    padding: 60px 0 20px;
	}
	
	#mainNav ul.level_1 > li > a {
	    padding: 15px;
	    font-size: 1.2em;
        width: auto;
        display: inline-block;
	}
	
	.icon.dropdown-toggle:after {
	    position: absolute;
	    content: "\f107";
	    right: 0;
	    top: 12px;
	    font-family: FontAwesome;
	    color: #3C8325;
	    font-size: 1.2em;
	    padding: 0 35px;
	}
	
	#mainNav li li a {
	    text-align: center;
	    font-size: 1.1em;
	}
	
	#mainNav li.open > a span {
	    color: #3C8325;
	}
	
	#mainNav li a {
	    color: #3C8325;
	}
	
	#mainNav li li a {
	    color: #50af31;
	}
	
	/* Inhalte */
	#main h2 {
	    font-size: 23px;
	}
	
	#main .mod_article:first-child .inside {
	    margin-top: 0;
	}
	
	.slick-slider {
		margin: 0;
	}
	
	.slick-slider .slick-list {
		padding: 0 !important;
	}
	
	.slick-prev {
    	left: 0;
	}
	
	.slick-next {
		right: 0;
	}
	
	.slick-prev, .slick-next {
		width: initial;
		height: initial;
	    margin-top: -26px;
	}
	
	.slick-prev:before, .slick-next:before {
	    font-family: "FontAwesome";
	    position: absolute;
	    color: #fff;
	    background: #83C62E;
	    opacity: 1;
	    padding: 13px 10px;
	    font-size: 26px;
	}
	
	.slick-prev:before {
		content: "\f053";
		border-top-right-radius: 10px;
	    border-bottom-right-radius: 10px;
	}
	
	.slick-next:before {
		content: "\f054";
		border-top-left-radius: 10px;
	    border-bottom-left-radius: 10px;
	    right: 0;
	    padding: 13px 7px 13px 13px;
	}
	
	#main .link-box-container {
    	padding: 0;
	}
	
	#main .link-box {
	    height: initial;
	    overflow: hidden;
	    margin: 0;
	    box-shadow: none;
	    -webkit-box-shadow: none;
	    padding-bottom: 50px;
	}
	
	.link-box.text p {
	    padding: 0;
	}
	
	#main .address .link-box.text .btn-info {
		width: 100%;
		margin: 0;
		float: left;
		box-shadow: none;
		-webkit-box-shadow: none;
		border-radius: 0;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	
	#cAddress {
	    width: 100%;
	    border-radius: 0;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		padding-left: 60px;
	}
	
	.address .link-box.text .fa-home {
	    left: 40px;
	}
	
	#main .referenzen .isotope .isotope-item .well {
	    margin: 0;
	    width: 100%;
	    height: 140px;
	}
	
	.content-text {
	    padding: 15px;
	}
	
	.link-box.text p, 
	.link-box-container.kontakt address, .link-box-container.kontakt address a {
		font-size: 16px;
	}
	
	.mod_article {
		padding: 0;
	}
	
	hr.icon {
	    padding: 30px 0;
	}
	
	hr.icon:before {
	    border: 2px dashed #C7B299;
	}
	
	#header .slidebox.open .link-box {
	    padding-bottom: 10px;
	}
	
	#main .referenzen .isotope .isotope-item .well {
	    height: 100%;
	}
	
	#main .referenzen .isotope .isotope-item .well h2 {
	    padding: 0 25px;
	}
	
	.galerie .slick-slide img {
		margin: 0;
	}
	
	/* Angebotsliste */
	.mod_immoListView .nav-tabs > li > a, 
	.mod_immoListView .nav-tabs > li.active > a,
	.mod_immoListView .nav-tabs > li.active > a:hover {
	    font-size: 14px;
	}
	
	.mod_immoListView .nav-tabs > li > a, .mod_immoListView .nav-tabs > li.active > a, .mod_immoListView .nav-tabs > li.active > a:hover, .mod_immoListView .nav-tabs > li.active > a:focus {
		height: 80px;
	}
	
	.mod_immoListView .nav-tabs li:after {
	    top: initial;
	    bottom: 10px;
	    left: 50%;
	    margin-left: -5px;
	}
	
	.mod_immoListView .tab-container #map {
	    padding: 30px 10px;
	}
	
	.mod_immoListView .tab-container #map p {
	    padding: 20px 0 0;
	}
	
	.mod_immoListView .tab-container #map #cAddressFilter {
	    display: block;
	    width: 100%;
	    margin-top: 10px;
	}
	
	.mod_immoListView .tab-container #map .fa, .mod_immoListView .tab-container #map .btn {
		margin-top: 20px;
	}
	
	.mod_immoListView .tab-container #map .btn {
	    position: relative;
	    display: block;
	}
	
	.link-box .content-text {
	    width: 100%;
	}
	
	.link-box-container .row .content-text address,
	.link-box-container.kontakt .row .content-text:first-child address {
	    padding-left: 30%;
	    margin: 0;
	}
	
	.link-box-container.kontakt .fa-map-marker {
	    margin-left: 0;
	}
	
	.link-box-container.kontakt .fa {
	    position: absolute;
	    left: 15%;
	}
	
	.link-box-container.kontakt .row .content-text:last-child address {
		margin-bottom: 10px;
	}
	
	.link-box-container.kontakt .row .content-text:last-child address span {
	    margin-bottom: 15px;
	    display: inline-block;
	}
	
	.newsletter-footer .btn {
	    margin-top: 20px;
	}
	
	.newsletter-footer #ctrl_email_76 {
    	width: 70%;
	}
	
	#laupi_in_den_medien .ce_gallery > ul {
	    padding-left: 15px;
	}
	
	.ce_gallery > ul li.col_first {
	    clear: none;
	}
	
	#laupi_in_den_medien .ce_gallery > ul li img {
	    height: auto;
	}
	
	#laupi_in_den_medien .ce_gallery > ul li {
	    width: 50%;
	    height: 50px;
	}
	
	#laupi_in_den_medien .ce_hyperlink, .partner .ce_hyperlink, .gartenliteratur .ce_hyperlink {
	    height: initial;
	}

    #wrapper .mod_immoListView .laupi-nav-tabs > li:last-child > a {
        font-size: 12px;
    }

    #wrapper .mod_immoListView .laupi-nav-tabs > li > a {
        height: 70px;
        font-size: 16px;
        padding-right: 35px;
    }

    #estate_filter_list button span {
        font-size: 16px;
    }

	/* Objekt-Detailansicht */
	.mod_article.green .inside {
		padding-bottom: 0;
	}
	
	#inhalt-objektbeschreibung {
	    margin-top: 30px;
	}
	
	.estate .kontakt a {
		display: inline-block;
		margin: 0;
	}
	
	.estate .kontakt .btn.pdf {
		margin-top: 0;
	}
	
	.estate .kontakt {
		margin-bottom: 30px;
	}
	
	.estate .voting-box .custom-checkbox {
	    width: 85% !important;
	}
	
	.voting-box > a:not(.btn) {
	    margin: 20px 0 25px;
	}

    h1 {
        word-break: break-word;
        hyphens: auto;
        hyphenate-limit-chars: 12;
        font-size: 24px;
    }

    .estate h1 {
        font-size: 24px;
    }
	
	/* Formulare */
	.enquiry-content.well, .form {
	    margin: 0;
	    padding: 0 0 20px;
        width: 100%;
	}
	
	.form > div, .form-helper > div {
	    padding: 0;
	}
	
	.form-helper .ce_form .formbody > fieldset {
		margin: 0;
	}
	
	.formbody > fieldset {
		padding: 0 0 20px;
        width: 100%;
	}
	
	.form-helper .ce_form .formbody > fieldset legend {
		width: calc(100% - 30px);
	}
	
	/* Footer */
	#footer {
	    position: relative;
        padding-bottom: 150px;
        margin-top: 100px;
	}
	
	#footer .share {
		display: none;
	}
	
	#footer .share-mobile {
	    margin-top: 70px;
	    display: block;
		position: absolute;
	    top: -130px;
	    text-align: center;
	    color: #3C8325;
	    font-size: 1.2em;
	}
	
	#footer .share-mobile img {
	    margin: 3px 10px;
	}
	
	#footer .copyright {
	    position: absolute;
	    bottom: 50px;
	}
	
	#footer .address, #footer .contact {
	    padding-left: 50px;
	    font-size: 1em;
	}
	
	#footer .navbar-nav > li a {
	    font-size: 0.8em;
	    padding-top: 15px;
	}
	
	/* Newsletter */
	.mod_unsubscribe form {
	    width: 90%;
	}
	
	.mod_unsubscribe .checkbox_container {
		text-align: left;
	}
	
	.mod_unsubscribe .checkbox_container label {
	    margin: 5px 0 0 10px;
	}
	
	/* Filter */
	#estate_filter_list > div {
	    width: 100%;
	}

	/* Interner Bereich */

	.user-icon {
		display: none;
	}

	#mainNav .user-icon {
		display: block;
	}

	.user-icon i {
		color: #3C8325;
	}

	.mod_login, .mod_registration, .mod_personalData, .mod_lostPassword {
		padding: 15px;
	}

	.mobile .mod_login .checkbox_container span {
		align-items: center;
	}

	.mobile .mod_login .checkbox_container input[type="checkbox"] {
		margin: 0 5px 0 0;
	}

	.mobile .mod_login .checkbox_container label {
		position: relative;
		margin: 0;
	}

    .start .isotope, #estate_list_ref {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width:375px) {
	.mod_immoListView .nav-tabs > li > a, .mod_immoListView .nav-tabs > li.active > a, .mod_immoListView .nav-tabs > li.active > a:hover, .mod_immoListView .nav-tabs > li.active > a:focus {
	    height: 100px;
	}
}

@media (max-width:1199px) and (min-width:1025px) {
	.start .isotope .isotope-item .attachment, .anbieten .isotope .isotope-item .attachment, .referenzen.full .isotope .isotope-item .attachment {
		height: initial;
	}
	
	.isotope .isotope-item {
		position: relative;
	}

	.start .isotope .isotope-item .well, .start .isotope .isotope-item .info, .anbieten .isotope .isotope-item .well, .anbieten .isotope .isotope-item .info {
	    width: 100%;
	}
	
	body.referenzen #main .referenzen .isotope .isotope-item .well {
		display: none;
	}
	
	body.referenzen #main .referenzen .isotope .isotope-item:hover .well {
	    display: flex;
	}
	
	#main .referenzen .isotope .isotope-item .well {
	    width: 100%;
	    margin: 0;
	}
}
