﻿

html,body,div,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	text-align: left;
	color: rgb(100,100,100);
	font: 300 16px 'PT Sans',sans-serif;
}
#leistungen h3 {
	text-align: center;
}
#leistungen h3 a {
	font-size: 22px;
}

.navbar.navbar-default {
	background: inherit;
	border: 0px none;
	margin: 0px;
}
.navbar-nav > li {
	margin: 0px;
}

/* HTML5 display-role reset for older browsers */

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
.nav a{ color: #275293;}
.nav .current a {
	color: #FFF !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
 background-color: #275293;
}

#feature-inner {
	border-top: 2px solid #275293;
	border-bottom: 2px solid #275293;
}

#feature img {
	height: 150px;
	width: inherit;
	max-width: unset;
}

body {
	line-height: 150%;
	text-align: center;
	font: inherit;
}

ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote {
	font-style: italic;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
/*================================================================================================*/

.bfFormDiv input[type="checkbox"] {
  margin-top: 5px !important;
}

button#bfSubmitButton {
  float: none !important;
  margin-left: 25% !important;
}

/***************
 ** standards **
 ***************/

html {
	height: 100.1%;
}

img {
	max-width: 100%;
	height: auto;
}

img,div {
	border: none;
}

b, strong {
	font-weight: 600 !important;
}

i,em {
	font-style: italic;
}

p {
	margin-bottom: 15px;
}

ul {
	list-style: none;
	margin-bottom: 15px;
}


.bold, .bold *{
    
    font-weight:bold !important;
    
}

.big{
    font-size:1.5em;
}

.fullwidth{
    
    width:100%;
    display:block;
    
}

.text-center, .text-center *{
    
    text-align:center;
    
}

.bildstreifen {
    height: 150px;
    background-size: cover;
    background-position: center;
}

* label{
    font-size: 1em;
}

.breadcrumb {
    padding: 8px 15px 5px;
}

#breadcrumb .divider{
    
    display:none;
    
}

#breadcrumb li{
    
    margin:0;
}


	
	#breadcrumb li span {
	    font-size: 13px;
	    letter-spacing: 0.03em;
	    text-transform: uppercase;
	}

.clear {
	clear: both;
	height: 0 !important;
	background: none !important;
	padding: 0!important
}

.clearfix:after {
	content: " ";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

select,option {
	font-family: inherit;
}

/* TYPO */

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	line-height: 150% !important;
        text-transform:uppercase;
}

h1,.h1 {
	font-size: 36px;
	color: #275293;
	margin-bottom: 14px !important;
	text-transform: uppercase;
	font-weight: 600;
}

h2,.h2 {
	font-size: 30px;
	color: #275293;
	margin-bottom: 25px;
}

h3,.h3 {
	font-size: 24px;
	text-transform: uppercase;
	color: #275293;
	margin-bottom: 20px;
}

h4,.h4 {
	font-weight: 300; 
	font-size: 24px;
	color: #275293;
	margin-bottom: 15px;
}

h5,.h5 {
	font-size: 24px;
	margin-bottom: 15px;
}

h6,.h6 {
	font-size: 16px;
	color: inherit;
}

hr {
	margin: 30px 0 !important;
}

.smaller {
	font-size: 14px;
	margin-top: 15px;
	color: #aaaaaa;
}

.columns {
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-gap: 30px;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
}

/* Links */

a {
	outline: none;
}

a,a:link,a:visited {
	text-decoration: none;
	font-weight: 400;
	color: #275293;
	-webkit-transition: color .5s ease-in-out;
	-moz-transition: color .5s ease-in-out;
	-ms-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
	transition: color .5s ease-in-out;
}

a:hover {
	color: #275293;
        cursor: pointer;
}

a.btn {
	color: #275293;
	border: 1px solid #275293;
}

a.btn:hover {
	background: #275293;
}

em[class*="fa"]{
    
    float:left;
    
}

hr.trenner {
    
    border-top: 1px solid #275293;
    margin: 15px 0;
    
}


.btn, #suche a.btn {
    
    text-align:center;
    text-transform:uppercase;
    border-radius:3px;
    letter-spacing: 0.05em;
    background:white;
    color: rgb(100,100,100);
    padding: 8px 14px 6px;
    border:1px solid rgb(100,100,100);
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}


.btn.btn-primary{
    background:#275293;
    color:white;
    border:0;
    font-size: 13px;
    letter-spacing: 0.05em;
    
}

.btn.green {
	background: rgb(13,104,112);
    color:#fff !important;
    border:0;
}

.btn.green:hover {
	background: #278E42;
}


.btn:hover {
    color:#fff;
    text-decoration:none;
}


.btn-more {
	text-transform: uppercase;
	letter-spacing: 0.02em;
	background: #275293;
	padding: 0.75rem;
	transition: all 0.5s ease-in-out;
	color: #fff!important;
}

.btn-more:hover {
	background: #275293;
	color: #fff !important;
}

.btn.outline {
	border: 1px solid #275293;
	background: none;
	color: #275293;
	border-radius: 5px;
}

.btn.outline:hover {
	background: rgba(51,91,151,0.4);
	color: rgb(255,255,255) !important;
}

span.caret {
    margin-left: 3px !important;
    margin-top: -3px !important;
    margin-right: -2px;
    border-top: 5px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

div#top_bsdsearch-ausstattung-wrapper {
    margin-top: 20px !important;
}

.top_bsdsearch-ausstattung {
    position: relative;
}

.top_bsdsearch-ausstattung span.caret {
    position: absolute !important;
    right: 9px !important;
    top: 21px !important;
    z-index: 20 !important;
    pointer-events: none !important;
    cursor:pointer !important;
}

.top_bsdsearch-ausstattung .select2-input,
.top_bsdsearch-ausstattung .select2-search-field
{
    cursor:pointer !important;
}

.fixed {
	position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1000 !important;
}


.red{
    
    color:red;
    
}

/* modals */
.modal{
    
    background:rgba(33,36,46,.95);
    /*z-index: 99;*/
}

.modal.fade{
    
    /*opacity:1;*/
    
}

.modal-dialog{
    
    max-width:90%;
    
}
.modal-content{
    
   /* js viewport height */
   overflow-y:scroll;
    
}
.modal-header span{
    
    font-size: 30px;
    line-height: 1px;
    color: black;
    font-weight: bold;
    
}

.bsdimmo-overview-kontaktformular textarea {
    min-height: 100px;
}

/* MODAL FIX */		
.modal-backdrop.in {
    display: none !important;
}
.modal-backdrop.fade {
    display: none;
}



/* Listen */

#mid-inner ul,#mid-inner ol,#tinymce ul,#tinymce ol {
	margin-left: 20px;
}

#mid-inner ul,#tinymce ul {
	list-style: square;
}

#mid-inner ul > li,#tinymce ul > li,ul > li {
	font-size: 16px;
	font-weight: 400;
	color: inherit;
	margin-bottom: 10px;
}

/* --- GENERAL STYLING // POSITIONS --- */

#all {
	margin-top: 0;
}

#container {
	position: relative;
}

.article-info {
	margin-top: 15px;
	margin-bottom: 30px;
}

.article-info * {
	font-size: 13px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.article-info dd {
	display: inline;
}

.article-info dd:not(last-child) {
	margin-right: 30px;
}

dd.published {
    display: none;
}

.pull-none.item-image {
	margin: 30px 0;
}

.pull-none.item-image img {
	width: 100%;
}

/* --- HEADER --- */

#header {
	z-index: 1;
	padding: 18px 0 20px;
}

#header * {
	color: rgb(75,75,75);
}

#header-inner {
	position: relative;
}

#top-left {
	display: inline-block;
}
#top-left img {
	max-width: 400px;
	padding-top: 40px;
}

/*** #top-left img {
	z-index: 10;
    position: absolute;
    background: #fff;
    padding: 100px 15px 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-top: -20px;
} **/

#top-right .phone {
	display: none;
}

#top-right .phone p {
	float: right;
	text-align: right;
	margin-top: 20px;
}

#top-right .phone * {
	color: #275293;
	font-size: 18px;
}

#top-right div.moduletable:nth-child(2) {
	float: right;
}

#top-right .fa {
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}

/* SUBMENU */

#submenu {
    position: absolute;
    right: 14px;
    top: 42px;
    z-index: 1;
}

#submenu a.btn {
    margin: 0 0 0 9px;
    display: inline-block;
}

/* FEATURE CTA */

.bullit {
	background-color:  #275293;
	border-radius: 82px;
	width: 100px;
	color: #FFF !important;
	height: 100px;
	margin: auto;
	padding: 15px 0px;
}
.bullit i.fa {
	color: #FFF;
	padding: 15px 30px;
	font-size: 36px;
}

#makler {
	height: 500px;
}
#makler .stoerer{}

#feature .cta {
	background: rgba(255,255,255,.75);
	padding: 25px 30px 28px !important;
	display: inline-block;
	position: absolute;
	min-width: 43rem !important;
	bottom: 25px;
}

#feature .cta * {
	line-height: 100%;
	margin: 0;
}

#feature .cta p.h3 {
	color: #275293 !important;
	font-size: 36px;
	font-weight: 600;
}

#feature .cta p {
	font-size: 25px;
	color: rgb(100,100,100) !important;
}

#objekte{
    
    padding-top:60px;
    padding-bottom:60px;
    background: rgb(250,250,250);
    
}

/* --- NAVIGATION --- */

#top-right {
	display: inline-block;
	float: right;
}

/* Maximenu */

.maximenuckh {
	float: right;
}

ul.maximenuck * {
	font: 300 16px 'PT Sans',sans-serif !important;
	width: auto !important;
	text-shadow: none !important;
}

ul.maximenuck {
	background: none !important;
	border: none !important;
	padding: 0 !important;
	box-shadow: none !important;
}

ul.maximenuck li.level1 {
	background: none !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 0 0 20px !important;
}

ul.maximenuck li a {
	min-height: 1px !important;
}

ul.maximenuck li.level1 > a > span {
	text-shadow: none !important;
	padding: 0 !important;
	letter-spacing: 0.02em;
	color: rgba(75,75,75,0.7) !important;
	transition: color .2s ease;
}

li.level1:hover > a > span.titreck,
li.level1.active > a > span.titreck {
	color: #275293 !important;
}

.item134 .floatck {
    display: none !important;
}

/* Mobile Menu */

.mobilebarmenutitleck {
	display: none;
}

.mobilemaximenucksubmenu {
    max-height: 100%;
    visibility: visible;
    transition: max-height .4s ease-in,visibility .4s ease-out;
    overflow: hidden;
	display: block !important;
    left: 0 !important;
    position: relative !important;
    padding: 0 0 10px 0 !important;
}

.mobilemaximenutogglericon {
    background-image: none !important;
}

.mobilemaximenuck .mobilemaximenuckitem:hover > div.mobilemaximenucksubmenu {
	max-height: 500px;
	visibility: visible;
	transition: max-height .4s ease-in,visibility .4s ease-out;
	height: auto;
}

span.mobiletextck {
    font-size: 14px;
}

.mobilemaximenuck {
	background: #4b4b4b !important;
	text-shadow: none !important;
}

.mobilebarmenuck {
	background: #fff !important;
}

span.mobiletextck {
	color: #fff;
}

.mobilemaximenuck div.current > a:after {
	content: "\f105" !important;
	display: block;
	float: right;
	height: 35px;
	width: 16px;
	margin-right: 10px;
	background: none !important;
	font-family: 'FontAwesome';
	font-size: 30px;
}

.mobilemaximenuck .mobilemaximenucktitle {
	display: none !important;
}

.mobilemaximenuck .topbar {
	background: #4b4b4b !important;
}

.mobilemaximenuck div.level1.maximenuck > a {
	background: none !important;
	min-height: 1px !important;
	padding: 0 0 10px 20px !important;
}

.mobilebuttonmenuck:after {
	content: "\f0c9";
	font-family: FontAwesome;
	color: rgb(75,75,75);
	font-size: 30px;
}

.mobilebuttonmenuck {
	background: none !important;
	margin: 0 !important;
	height: auto !important;
	width: auto !important;
	top: 14px;
}

span.mobilemaximenuckclose {
	background: none !important;
	width: auto !important;
	height: auto !important;
	padding: 5px;
}

span.mobilemaximenuckclose:after {
	content: "\f00d";
	color: #fff;
	font-family: FontAwesome;
	font-size: 30px;
}

.mobilemaximenuck div.maximenuck {
	border-bottom: 1px solid rgb(75,75,75) !important;
	background: none !important;
	min-height: 1px !important;
}

.mobilemaximenuck div.level2.maximenuck > a {
	background: none !important;
	padding-left: 21px !important;
    min-height: 20px !important;
}

.mobilemaximenuck div.level2.maximenuck > a:before {
	content: "\f101";
	color: #fff;
	font-family: 'FontAwesome';
	font-size: 16px;
	padding-right: 10px;
	position: relative;
	top: 1px !important;
}

.mobilemaximenutogglericon {
	background: none !important;
	margin-right: 15px !important;
}

.mobilemaximenuck div.maximenuck:hover,.mobilemaximenuck div.maximenuck:focus {
	background-color: rgb(75,75,75) !important;
}

.mobilemaximenuckitem .item134 + .mobilemaximenucksubmenu {
    display: none !important;
}

/* DROP DOWN */


div#maximenuck87 .level1 > div.floatck {
	background: rgba(255,255,255,0.9) !important;
	margin: 0px 0 0 0px !important;
	padding: 20px 0px 0px 0px !important;
	border: none !important;
	border-radius: 0 0 6px 6px !important;
	border-top: 1px solid #fff !important;
}

div#maximenuck87 li.level2 {
	margin: 0!important;
	padding: 10px 15px 10px 10px !important;
}

div#maximenuck87 li.level2:last-child:hover {
	border-radius: 0 0 6px 6px !important;
}

div#maximenuck87 li.level3:first-child:hover {
	border-radius: 0 6px 0 0 !important;
}

div#maximenuck87 li.level2:hover {
	background: #fff !important;
}

div#maximenuck87 li.level2:hover span {
	color: #275293;
}

div#maximenuck87 li.level2 > span {
	text-transform: uppercase !important;
}

div#maximenuck87.maximenuckh ul.maximenuck li.level1.parent > a:after, div#maximenuck87.maximenuckh ul.maximenuck li.level1.parent > span.separator:after {
	top: 25px !important; 
	right: 45px !important;
	border-width: 4px 4px 0px 4px !important;
	border-color: #5c6b32 transparent transparent transparent !important;
	display: none !important;
}

div#maximenuck87.maximenuckh ul.maximenuck li.level1.parent > a, div#maximenuck87.maximenuckh ul.maximenuck li.level1.parent > span.separator {
	padding: 0 !important;
}

div#maximenuck87 ul.maximenuck li.level1.parent li.parent > a:after, div#maximenuck87 ul.maximenuck li.level1.parent li.parent > span.separator:after, div#maximenuck87 ul.maximenuck li.maximenuck ul.maximenuck2 li.parent > a:after, div#maximenuck87 ul.maximenuck li.maximenuck ul.maximenuck2 li.parent > a:after {
	display: none !important;
}

/* --- SLIDESHOW --- */

#feature {
	position: relative;
	z-index: 1;
}

#feature-inner {
}

.tp-bullets.simplebullets.round .bullet {
	width: 12px !important;
	height: 12px !important;
	background: rgba(255,255,255,0.7) !important;
	margin-left: 6px !important;
	border-radius: 50%;
}

.tp-bullets.simplebullets.round .bullet.selected {
	background: rgba(255,255,255,0.9) !important;
}

.tp-leftarrow.default {
	background: url(../images/arrow-left.png) no-repeat 0 0 !important;
	width: 18px;
	height: 29px;
}

.tp-rightarrow.default {
	background: url(../images/arrow-right.png) no-repeat 0 0 !important;
	width: 18px;
	height: 29px;
}

.tp-caption {
	background: none !important;
}

.tp-caption * {
	color: #fff !important;
	line-height: 100%;
}

/* --- SUCHE --- */

#suche {
	background: rgb(250,250,250);
	padding: 30px 0;
}

#suche p {
	margin: 0;
	text-align: center;
}

/* --- USER AREA ---  */

#user-area {
	padding: 60px 0 0;
	z-index: 10;
}

#user-area #user1,
#user-area #user2 {
	margin-bottom: 0;
}

#user-area .fa {
	display: inline-block;
	float: left;
	padding-right: 15px;
	font-size: 60px;
	color: rgb(13,104,112);
    width:62px;
    vertical-align:middle;
        
}

#user-area .fa-paper-plane {
	font-size: 40px;
	margin-top: 8px !important;
}


#user-area .fa-wohnen:before{
    content: url('../../../images/icons/wohnen.svg');
    width:100%;
}

#user-area .fa-wohnungen:before{
    content: url('../../../images/icons/wohnungen.svg');
    width:100%;
}

#user-area .fa-villen:before{
    content: url('../../../images/icons/villen.svg');
    width:100%;
}

#user-area .fa-grundstuecke:before{
    content: url('../../../images/icons/grundstuecke.svg');
    width:100%;
}

#user-area .fa-kapitalanlage:before{
    content: url('../../../images/icons/kapitalanlage.svg');
    width:100%;
}

#user-area .fa-investment:before{
    content: url('../../../images/icons/investment.svg');
    width:100%;
}

#user-area .fa-gewerbe:before{
    content: url('../../../images/icons/gewerbe.svg');
    width:100%;
}


#user-area p {
	margin: 0;
        vertical-align:middle;
}

#user-area h3,
#user-area .h3 {
	font-weight: 700;
	font-size: 17px;
	color:rgb(100,100,100);
	font-family: 'PT Sans',sans-serif ;
}

/* --- RECENT --- */

#recent {
	background: rgb(250,250,250);
	padding: 30px 0;
}

#recent p {
	margin: 0;
	text-align: center;
}

/* --- CONTENT --- */

#content {
	position: relative;
	z-index: 0;
	padding: 30px 0;
}

#content-inner {
    position: relative;
}

.item-page > div > div:first-child {
	padding-left: 0;
}

.item-page > div > div:last-child {
	padding-right: 0;
}

.item-page img {
	margin-bottom: 30px;
}

.item-page .item-image img {
	margin-bottom: 0px;
}


img.round {
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	margin-bottom: 20px;
}

.center {
	margin: 0 auto !important;
	float: none !important;
}


/* KUNDEN */

#kunden {
	margin-bottom: 60px;
	margin-top: -60px;
}

#kunden .sprocket-quotes-author {
    color: #275293;
    margin-bottom: 0px !important;
    text-transform: uppercase;
    font-weight: 600;
}

#kunden .sprocket-quotes-subtext {
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	color: #a5a5a5;
}

#kunden h3{
    
    text-align:center
    
}

#kunden{

    padding:60px 0;

}

#kunden > div > div+div{
    
    margin-top:60px;
    
}

.slick-dots li {
    margin: 0 1px !important;
}

.slick-dots li button:before {
    font-size: 13px !important;
    }

.sprocket-quotes-text {
    font-size: 16px !important;
    line-height: 24px !important;
}

.sprocket-strips-pagination ul {
	margin: 0 auto !important;
    float: right !important;
    text-align: center;
    margin-top: 30px !important;
}

.sprocket-strips-pagination li {
    padding: 7px !important;
    margin: 20px 0;
}

.sprocket-strips-arrows{
    margin-right: 20%;
    margin-top: 15px;
    display: inline-block !important;
}

.sprocket-quotes-arrows {
    margin-right: 20%;
    display: inline-block !important;
}

.sprocket-quotes-arrows span.arrow.next {
    margin-top: -8px;
}

#kunden .sprocket-quotes-pagination li {
	padding: 6px !important; 
	margin: 1px !important;
}

.sprocket-strips-pagination,
.sprocket-quotes-pagination  {
	width: 8em;
}

.sprocket-strips-pagination ul,
.sprocket-quotes-pagination ul {
	margin: 0 auto !important;
	text-align: center;
}

span.arrow.prev {
	float: right;
}

.sprocket-quotes-arrows.first span.arrow.prev {
	margin-right: 80px;
}

.sprocket-strips-arrows.first,
.sprocket-quotes-arrows.first {
	text-align: right;
	float: right;
	margin-right: 0 !important;
}

.sprocket-tabs-nav .sprocket-tabs-icon {
	margin-bottom: 0;
}

/* OBJEKTE */

.sprocket-strips-p-item img {
    margin-right: 0 !important;
    margin-bottom: 30px !important;
    width: 100% !important;
}

.sprocket-strips-p-block {
    margin: 0 !important;
    padding: 0 !important;
}

.sprocket-strips-p-content {
    margin: 0 !important;
}

.sprocket-strips-p-content h3 {
	margin: 0;
}

.sprocket-strips-p-text {
	padding: 30px 0;
}

.sprocket-strips-p-block:nth-child(even) img {
    margin-right: 30px !important;
}

/* Mid */

#system-message {
	margin: 0;
}

#mid-inner .profil {
	margin: 60px 0 0 0;
}

#mid-inner .profil h3 {
	margin: 26px 0 0 0;
}

#mid-inner .profil.zitat h3 {
	margin: 9px 0 0 0 !important;
}

#mid-inner .profil p:first-child {
	margin: 0;
}

#mid-inner .profil p:last-child {
	margin: 0;
	padding-bottom: 30px;
}

#mid-inner .profil h3+p {
	margin: 0 0 5px 0 !important;
}

#mid-inner .profil img {
	margin-top: -1px;
}

#mid-inner .profil * a {
	font-size: inherit !important;
	color: inherit !important;
}

.number-list {
    color: #275293;
    font-weight: 600;
    border-right: 1px solid rgb(200,200,200);
    padding-right: 5px;
    margin-right: 5px;
}

/* Right */

#right p.h1 {
	color: rgb(200,200,200);
	letter-spacing: 0.05em;
	padding-bottom: 9px;
	margin-top: 0;
}

#right .category-module li:not(:last-child) {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}

#right .category-module li:not(:last-child) .mod-articles-category-introtext {
	margin-bottom: 30px;
}

#right .category-module li .mod-articles-category-introtext:after {
	content: '\f101';
	display: inline-block;
	font-family: 'FontAwesome';
	color: rgb(200,200,200);
}

#right .category-module .mod-articles-category-introimage {
	display: none;
}

#right a.mod-articles-category-title {
	font-weight: 600;
	font-size: 17px;
	display: inline-block;
	padding: 0 0 5px 0;
}

#right p.mod-articles-category-readmore {
	display: none;
}

.item-page.home > div:last-child {
	padding-right: 30px;
	border-right: 1px solid #ddd;
}

/* Team */

ul.sprocket-strips-s-container {
	margin-left: 0 !important;
} 

.sprocket-strips-s img {
   	border-radius: 500px;
    float: none;
    margin: -30px auto -10px;
    padding: 40px;
}

.sprocket-strips-s-item * {
    text-align: center;
    margin: 0;
}

.sprocket-strips-s-item {
    margin-top: 20px;
}

/* --- CTA --- */

#cta {
	background: url('../images/cta.jpg') no-repeat 60% 0;
	width: 100%;
    background-size: cover;
}

#cta-inner {
	position: relative;
	height: 400px;
}

#cta .custom {
	background: rgba(255,255,255,.75);
	padding: 30px 30px 25px 30px;
	display: inline-block;
	position: absolute;
	left: 16px;
	top: 30px;
}

#cta .custom * {
	line-height: 100%;
	margin: 0;
}

#cta .custom p.h3 {
	line-height: 130% !important;
}

#cta .custom p.h3,
#cta .custom p.h3 a {
	color: #275293;
	font-size: 23px;
	font-weight: 600;
}

#cta .custom p {
	font-size: 18px;
}

/* --- PARTNER --- */

#partner {
	padding: 30px 0 15px;
}

#partner p {
	text-align: center;
}

#partner img {
	margin-right: 20px;
	height: 80px;
}

#partner img:last-child {
	margin: 0;
}

/* --- FOOTER --- */

#footer {
	padding: 60px 0;
	background: rgb(230,232,232);
}


#footer * {
	font-size: 14px;
	line-height: 150%;
    color: rgb(100,100,100);
}

.gmnoprint * {
    line-height: normal !important;
    font-size: 11px !important;
}

.gm-style .gm-style-iw * {
    text-align: center;
}

#footer-head > div {
	border-bottom: 1px solid rgb(100,100,100);
}


#footer-head p {
	margin-bottom: 20px;
}

#footer1, #footer2, #footer3, #footer4 {
	padding-top: 15px;
}

#footer1 {
    padding-left: 0;
}

#footer1 .fa {
	font-size: 30px;
	transition: color 0.3s ease;
}

#footer hr {
	margin: 30px 0 !important;
}

#footer a {
	color: rgb(100,100,100) !important;
	font-weight: 300;
	padding-right: 7px;
	vertical-align: bottom;
	display: inline-block;
}

#footer a:hover, #footer .fa:hover {
	color: #275293 !important;
}

/* login btn fix - entfernen nach onlinegang */

.icons {
    display: none;
}

/* --- GOOGLE MAPS --- */

.mapprint {
	display: none;
}

/* --- KONTAKTFORMULAR --- */

.bfQuickMode .bfNoSection {
	float: left;
	width: 100%;
}

.bfQuickMode section input[type='text'], .bfQuickMode section textarea, .bfQuickMode section select {
    width: 100% !important;
    max-width: 100%;
    padding: 10px;
    border: 1px solid #275293;
    height: 40px;
    background: #fff;
}

.bfQuickMode section input[type='text']:hover, .bfQuickMode section textarea:hover, .bfQuickMode section select:hover,
.bfQuickMode section input[type='text']:focus, .bfQuickMode section textarea:focus, .bfQuickMode section select:focus  {
	max-width: 100%;
}

.bfQuickMode section textarea {
	height: 120px;
}

.bfQuickMode section.bfElemWrap {
    padding: 0 0 10px 0 !important;
}

.bfQuickMode button#bfSubmitButton {
	background: rgb(13,104,112);
	border: 0;
	margin: 0;
	padding: 10px 20px;
	float: right;
	width: 50%;
	margin-top: 20px;
}

.bfQuickMode .bfLabelLeft label {
    width: 80% !important;
    float: left !important;
}

input[type='checkbox'] {
    float: right !important;
}

.bfQuickMode button#bfSubmitButton span {
	color: #fff !important;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

#Immobilienbewertung, #Newsletter {
    width: 50%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 18px;
    margin: 3px 0 15px !important;
}

#suchauftrag {
    width: 50%;
    margin: 3px 0 29px 0 !important;
}

#suchauftrag #bfElemWrap186 > label {
	position: relative;
	display: inline-block;
	width: auto !important;
}

#suchauftrag #bfElemWrap186 > label:after {
    display: block;
    content: '';
    font-family: 'FontAwesome';
    position: absolute;
    top: 3px;
    right: -18px;
    font-size: 15px;
}

#hiddenarea {
    width: 100%;
}

#hiddenarea .bfElementGroupNoWrap, #hiddenarea .bfElementGroupNoWrap	 section {
	width: 100% !important;
}

#hiddenarea #bfElementGroupNoWrap158 {
    margin: 6px 0;
}

#hiddenarea input[type='checkbox'] {
    float: left !important;
    margin: 3px 10px 0 0 !important;
}

#hiddenarea label {
    max-width: 150px !important;
    margin: 0 !important;
}

#bfElemWrap61 {
	margin: 15px 0;
}

.bfQuickMode .bfPageIntro {
	background: #275293 !important;
	padding: 30px 30px !important;
}

.bfQuickMode .bfPageIntro * {
	color: #fff !important;
}

#adminForm label {
	margin-top: 0 !important;
}

#adminForm .filter-search-lbl {
	display: none;
}

#adminForm .btn-group:first-child:before {
	content: '\f002';
	font-family: 'FontAwesome';
	display: inline-block;
	margin-right: 15px;
}

input#filter-search {
	padding: 5px 10px;
	border: 1px solid #275293;
}

.tag-category .element-invisible {
	display: none;
}

.bsdseasrch_new {
    max-width: auto !important; 
    margin: 0; 
}

/* NEWS */

.page-header h2,
.page-header .h2,
.page-header h2 > a,
.page-header .h2 > a {
	font-size: 24px;
	margin-bottom: 10px !important;
}

.readmore > a {
	text-transform: none;
	padding: 0;
	font-size: 18px;
	float: right;
	color: #275293;
	text-transform: uppercase;
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 0;
    border-bottom: 0;
}

.blog p.readmore .btn {
	padding: 5px 10px 2px;
	font-size: 13px;
	letter-spacing: 0.05em;
}

.blog .items-row  {
	margin-bottom: 30px;
  	padding-bottom: 20px;
  	border: 0;
  	border-bottom: 1px solid #eeeeee;
}

.published > time > p {
	font-style: italic;
	color: #aaa;
}

#right {
	margin-top: 30px;
}

#right .newsflash p {
	display: none;
}

#right .newsflash a.readmore {
	color: rgb(74,74,74);
	margin-bottom: 15px;
    display: inline-block;
}

#right .newsflash h4 {
	margin-bottom: 0;
}

#right .newsflash .newsflash-title {
	line-height: 100% !important;
}

#right .newsflash .newsflash-title:not(:first-child) {
	border-top: 1px solid #eeeeee;
	padding-top: 15px;
}

#right .element-invisible {
	display: none;
}

#right .search {
	margin-bottom: 25px;
    margin-top: 33px;
    position: relative;
}

.rssearch_box {
    margin-bottom: 30px;
    margin-top: 102px;
}

form.rsf_form {
	position: relative !important;
	width: 100%;
}

#right input#mod-search-searchword, .rssearch_box input {
    padding: 5px 10px 3px;
    font-size: 13px;
    letter-spacing: 0.05em;
    border: 0;
    border-bottom: 1px solid #ddd;
    width: 100% !important;
    border-radius: 0 !important;
}

.search button, .rssearch_box button {
    overflow: hidden;
    display: block;
    width:28px;
    position: absolute;
    background: none !important;
    border: 0;
}

.search button {
    right: 8px;
    top: -4px;
}

.rssearch_box button {
	right: 8px;
	top: -5px;
}

.search button:before, .rssearch_box button:before {
	font-family: 'FontAwesome';
	color: #ddd;
	content: '';
}

div.page-header + div.page-header {
	border: 0;
	margin: -10px 0 -40px;
}

.blog .items-row .page-header {
    margin: -10px 0 0 0;
}

.moduletable.archiv {
	border-top: 1px solid #ddd;
	padding-top: 25px;
}

.categories-module h5 a, .archive-module a {
	font-size: 13px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/* Blogsuche - Suchergebnisliste */

#mid-inner > form > h1 {
	display: none;
}

#mid-inner > form, #mid .category.list-striped {
    margin-top: 94px;
}

#mid .category.list-striped {
	list-style: none;
	margin-left: 0;
}

.rssearch_row, #mid .category.list-striped li {
	border: none !important;
	border-bottom: 1px solid #ddd !important;
	box-shadow: none !important;
	padding: 10px 15px 9px !important;
	border-radius: 0 !important;
	transition: all 0.3s ease-in-out !important;
	margin: 0;
}

.rssearch_row:hover, #mid .category.list-striped li:hover {
	background: #f5f5f5;
}

.rssearch_content, .rssearch_row .clearfix, .rssearch_readon, .rssearch_row + .clearfix {
    display: none !important;
}

.rssearch_row h2, #mid .category.list-striped li h3 {
    font-size: 20px;
    margin: 0 !important;
    line-height: 1 !important;
}

/* Misc */

#scrollToTop {
	text-transform: uppercase;
    letter-spacing: 0.02em;
    padding: 0.75em !important;
    font-size: 1em !important;
    right: 97px !important;
}

#scrollToTop:hover {
	color: #fff !important;
}

li.pagination-next a.pagenav, 
li.pagination-prev a.pagenav {
    display: block !important;
}


/* TABS */

ul.sprocket-tabs-nav {
	/*margin: -5px -5px 30px -5px !important;*/
    margin: 0 -15px !important;
    margin-bottom:30px !important;
	border: none !important;
	background: none !important;
	padding: 0!important;
}

.layout-top ul.sprocket-tabs-nav{
    padding:0 !important;
}

.sprocket-tabs-nav li {
  	margin: 0px;
  	width: 33.333333333333%;
        box-sizing: border-box;
        padding:0 15px;
  	/*padding: 0 15px !important;*/
}

.sprocket-tabs-nav li+li{

   
    
}

.sprocket-tabs-nav > li > .sprocket-tabs-inner {
	border: none !important;
	text-align: center;
	padding: 0 !important;
	border-radius: 0 !important;
}

.sprocket-tabs-nav > li:not(:last-child) > .sprocket-tabs-inner {
	padding-right: 30px;
}

.sprocket-tabs-nav > li .sprocket-tabs-icon{
    
    width:100%;
    
}

.sprocket-tabs-nav .sprocket-tabs-text {
    font-size: 24px;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 11px 0 7px;
    text-align: center;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.03em;
}

.sprocket-tabs-nav > li.active > .sprocket-tabs-inner, .sprocket-tabs-nav > li:hover > .sprocket-tabs-inner, 
.sprocket-tabs-nav > li.active .sprocket-tabs-text, .sprocket-tabs-nav > li:hover .sprocket-tabs-text {
	background: #0c686f!important;
	border-color: #0c686f !important;
}

.sprocket-tabs-nav > li.active > .sprocket-tabs-inner *, .sprocket-tabs-nav > li:hover > .sprocket-tabs-inner * {
	color: #fff !important;
}

.sprocket-tabs-panels {
    display: block;
    position: relative;
    /*padding: 0 15px;*/
    padding:0;
 
}

.sprocket-tabs-panel a.readon {
    background: #275293;
    padding: 8px 14px 6px;
    border-radius: 3px;
    transition: background 0.3s ease-in-out;
	margin-top: 15px;
	display: inline-block;
}

.sprocket-tabs-panel a.readon span {
	background: none !important;
	color: #fff !important;
	font-size: 13px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
    transition: background 0.3s ease-in-out;
}

.sprocket-tabs-panel.active {
  border: 1px solid #ddd;
  padding: 30px !important;
  position: relative !important;
}

.sprocket-tabs-panel.active .fa {
	font-size: 40px;
	position: absolute; 
	top: 30px;
	right: 30px;
}

.sprocket-tabs-panel ul {
	list-style: square;
    list-style-position: outside;
    margin-left: 18px;
}

.sprocket-tabs-panel ul > li {
	font-size: 15px;
	font-weight: 400;
	color: rgb(75,75,75);
	margin-bottom: 5px;
}

.sprocket-tabs-panel .row:nth-child(odd) > div:first-child {
	padding: 0 0 0 15px;
}

.sprocket-tabs-panel .row:nth-child(even) > div:last-child {
	padding: 0 15px 0 0;
}

.sprocket-tabs-panel .row:nth-child(odd) > div:last-child,
.sprocket-tabs-panel .row:nth-child(even) > div:first-child {
	padding: 30px 30px 0 30px;
}

/* HEADUP */
.headup{
    
    position:fixed;
    z-index:20;
    bottom:0px;
    right:0px;
    
}

.quicknav{
    
    display:inline-block;

    
    
}

a.quicknav-item{
    
    display:inline-block;
    padding: 10px 10px 7px;
    letter-spacing: 0.05em;
    color:white;
    text-transform:uppercase;
    cursor:pointer;
    font-size:13px;
    line-height:13px;
    background:#275293;
    transition:0s all;
    transition:0.25s opacity;
    opacity:0.7;

}

a.quicknav-item *{
    
    font-size:1em;
    color:white;
    
}

a.quicknav-item:hover{
    color:white;
    text-decoration:none;
    opacity:1;
    transition:0.5s opacity;
}

    
/* NN Slider */

.nn_sliders.accordion>.accordion-group {
	border: 1px solid #ddd !important;
	border-radius: 0 !important;
	margin-bottom: 15px !important;
}

.nn_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner {
	padding: 30px !important;
}

.nn_sliders.accordion {
    margin-bottom: 18px;
}

.nn_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle {
	background: #0c686f !important;
	color: #fff !important;
}

.nn_sliders.accordion>.accordion-group.active .nn_sliders-toggle-inner *,
.nn_sliders.accordion>.accordion-group.active .nn_sliders-toggle-inner  {
	color: #fff !important;
}

.sprocket-tabs {
    margin-bottom: 60px;
}

.sprocket-quotes-nav {
	margin-top: 30px;
}

/* TAGS */

.tagspopular > ul > li {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 5px;
}

.tagspopular > ul > li > a {
	color: rgb(100,100,100);
}

.tagspopular li:nth-child(odd) a {
	font-size: 18px;
}

.tagspopular li:nth-child(even) {
	margin-top: 2px;
}

.tagspopular li:nth-child(3n) a {
	color: #275293;
}

.tag-category .filters {
    display: none;
}

/* Kategorie */

.categories-module li > h5 {
	line-height: 100%;
	font-size: 16px;
	margin-bottom: 0;
}

.categories-module {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.pagination .counter,
.pagination .pagination-start,
.pagination .pagination-end {
	display: none !important;
}
.pagination ul {
	margin-left: 0 !important;
}
.pagination ul li {
	list-style: none;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

/* --- SMOOTH ICON CATEGORIES -- */

.smooth-icon-categories .ebene{
    
    display:none;
    
}

.smooth-icon-categories p{
    
    display:inline;
    
}

.smooth-icon-categories button{
    
    border:0 !important;
    
}

.smooth-icon-categories .ebene1{
    display:inherit;
}

.smooth-icon-categories div.link {
    cursor:pointer !important;
    vertical-align:middle;
    text-align:left;
}

.smooth-icon-categories div.link:first-child {
	padding-left: 0;
}

.smooth-icon-categories div.link:nth-child(2) {
    padding: 0;
}

.smooth-icon-categories div.back{
 	z-index: 15;
    color:#275293;
    text-align:center;
    margin-top:20px;
    margin-bottom: -52px;
    
}

/* BSD Immo Style Änderungen firmennest */

#kontakt h4 span {
    font-size: 13px;
    letter-spacing: 0.05em;
}


/* Suchergebnis */

.bsdimmo-overview-item h4 {
    text-transform: none !important;
}

.bsdimmo-overview-more {
    margin-right: 16px;
}

.bsdimmo-overview-wrapper [class*="col"] {
    margin-bottom: 5px !important;
}

.ausstattung .col-md-6.col-xs-6.name {
	font-weight: bold;
}

.ausstattung .row {
    margin-top: -6px !important;
}

/* Expose */

#bsdimmo-details-wrapper i, #bsdimmo-details-wrapper em {
	margin: 0 !important;
}

#bsdimmo-details-wrapper h1 {
    padding: 30px 0;
}

/* --- BSD IMMO --- */

.bsdimmo-overview-wrapper .ausstattung+.provision{
    
    margin-top:20px;
    
}


.bsdimmo-overview-wrapper .provision > div{
    font-size: 0.8em;
    color:#275293;
}

.bsdimmo-overview-wrapper .bsdimmo-overview-titleimage {
    margin-bottom: 0 ;
    max-height: 200px;
    overflow: hidden;
}

@media(max-width:990px){
    
    .bsdimmo-overview-wrapper .bsdimmo-overview-titleimage{
        
        margin-bottom:30px;
        
    }
    
}

#bsdimmo-details-wrapper .expose-content > .row+.row{
    
    margin-top:15px;
    
}

#bsdimmo-details-wrapper .expose-button-bottom{
    
    margin-top:10px;
    
}
#bsdimmo-details-wrapper #zusatzinfo{
    padding: 15px 30px 25px 20px;
}

#bsdimmo-details-wrapper #freitexte,
#bsdimmo-details-wrapper #kontakt
{
    
    margin-top:0;
    
}

#bsdimmo-details-wrapper #kontakt{
    
    padding-top:0;
    
}

.bsdimmo-kontakt .form-group{
    
    margin-left:0 !important;
    margin-right:0 !important;
    max-width:100%!important;
    
}

.slick-slider{
    
    margin-bottom:0 !important;
    
}

.bsd-header{
    
    padding:0 10px;
    font-size: 24px;
    text-transform: uppercase;
    color: #275293;
    text-align:center;
    
}

/* BSD IMMO NOTICE */
#bsdimmo-notice-head{
    display:inline-block;
}

.bsdn-popover-title{
    max-width:80%;
}

@media(max-width:400px){
    
    #bsdimmo-notice-head .fa{
        display:none;
    }
    
}

/* Suche */

#suche h3 {
	display: none;
}

#suche .btn.btn-success {
    letter-spacing: 0.05em;
    background: #275293 !important;
}

.dropdown-menu {
    padding: 10px 0 0;
}

/* PROP widget */
.propWidget-2 {
    display: block;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.13);
    /*margin-bottom: 20px;*/
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    border-radius: 3px;
    height:100%;
}
.propWidget-2 .fig {
    width: 100%;
    height:100%;
    overflow: hidden;
    position: relative;
}
.propWidget-2 .fig img {
    width: auto;
    min-width:100%;
    height:100%;
    position: relative;
    display: block;
    
    max-width:initial;
    height:100%;
    margin:0;
}
.propWidget-2 .fig img.blur {
    position: absolute;
    width: auto;
    min-width:100%;
    height:100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    filter: url('../images/blur.svg#blur');
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    display: none;
}
.no-touch .propWidget-2 .fig img.blur {
    display: block;
}
.propWidget-2 .fig .opac {
    display: block;
    background-color: rgba(0,0,0,0.20);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.no-touch .propWidget-2 .fig div.opac {
   display: none; 
}

.no-touch .propWidget-2:hover .fig div.opac {
    display:block;
}
.no-touch .propWidget-2 .fig img.blur {
     -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}
.no-touch .propWidget-2:hover .fig > img.blur {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
}
.propWidget-2 .fig .figType {
    background-color: #eab134;
    font-size: 12px;
    line-height: 11px;
    color: #fff;
    padding: 4px 4px 2px;
    border-radius: 2px;
    position: absolute;
    top: 15px;
    left: 50%;
    text-transform: uppercase;
    z-index: 3;
    margin-left: -38px;
}
.no-touch .propWidget-2 .fig .figType {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.no-touch .propWidget-2:hover .fig .figType {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.propWidget-2 .fig h3 {
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: normal !important;
    margin: 0;
    padding: 0 20px 0 20px !important;
    position: absolute;
    text-transform: none;
    z-index: 3;
    top: 48%;
    left: 0;
    color: #fff;
    text-align: center;
    width: 100%;
}
.no-touch .propWidget-2 .fig h3 {
    -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
    opacity: 0;
    top: 64%;
}
.no-touch .propWidget-2:hover .fig h3 {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
    opacity: 1;
    margin-top:15px;
}
.propWidget-2 .fig .address {
    font-size: 14px;
    font-style: none;
    padding-top: 2px;
    position: absolute;
    bottom: 30%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 4;
    color: #fff;
}
.no-touch .propWidget-2 .fig .address {
    -webkit-transition: -webkit-transform 0.60s, opacity 0.60s;
    transition: transform 0.60s, opacity 0.60s;
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
    opacity: 0;
    bottom: 57%;
}
.no-touch .propWidget-2:hover .fig .address {
    -webkit-transform: translate3d(0,30px,0);
    transform: translate3d(0,30px,0);
    opacity: 1;
}
.propWidget-2 .fig .priceCap {
    font-size: 26px !important;
    line-height: 30px;
    position: absolute;
    z-index: 5;
    top: 25%;
    left: 20%;
    right: 20%;
    color: #fff;
    text-align: center;
    width: 60%;
    letter-spacing: -1px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    overflow: hidden;
    padding-bottom: 5px;
}
.no-touch .propWidget-2 .fig .priceCap {
    -webkit-transition: -webkit-transform 0.70s;
    transition: transform 0.70s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.no-touch .propWidget-2 .fig .priceCap span {
    -webkit-transition: -webkit-transform 0.35s, opacity 0.15s;
    transition: transform 0.35s, opacity 0.15s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    opacity: 0;
	color:white;
}
.no-touch .propWidget-2:hover .fig .priceCap {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.no-touch .propWidget-2:hover .fig .priceCap span {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
    opacity: 1;
    font: inherit;
}
.propWidget-2 ul.rating {
    list-style-type: none;
    margin: 0 0 0 -44px;
    padding: 0;
    position: absolute;
    z-index: 6;
    bottom: 20px;
    left: 50%;
}
.propWidget-2 ul.rating li {
    font-size: 12px;
    line-height: 13px;
    float: left;
    margin: 0 2px;
}
.propWidget-2 ul.rating li span {
    color: #fff;
    font-size: 14px;
}
.no-touch .propWidget-2 ul.rating li span {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.no-touch .propWidget-2:hover ul.rating li span {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.no-touch .propWidget-2:hover ul.rating li span.star-1 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.no-touch .propWidget-2:hover ul.rating li span.star-2 {
    -webkit-transition-delay: 0.10s;
    transition-delay: 0.10s;
}
.no-touch .propWidget-2:hover ul.rating li span.star-3 {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.no-touch .propWidget-2:hover ul.rating li span.star-4 {
    -webkit-transition-delay: 0.20s;
    transition-delay: 0.20s;
}
.no-touch .propWidget-2:hover ul.rating li span.star-5 {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

/* RESPONSIVE */

@media (min-width: 350px) {
	#mid-inner .profil img {
		float: right;
		margin-top: -1px;
		margin-left: 20px;
	}
}

@media (min-width: 500px) {
	#top-right .phone {
		display: block;
		float: left;
		margin-right: 20px;
	}

}

@media (min-width: 650px) {

	.sprocket-strips-p-item img {
	    margin-right: 0 !important;
	    margin-bottom: 0 !important;
	    width: 50% !important;
	}
	#mid-inner .profil img {
		float: right;
		margin-top: -1px;
		margin-left: 0px;
	}

	#cta .custom p.h3,
	#cta .custom p.h3 a {
		color: #275293;
		font-size: 34px;
		font-weight: 600;
	}

}

@media (min-width: 768px) {
	#top-right .phone {
		display: block;
		float: none;
		margin-right: -5px;
	}
	#top-right div.moduletable:nth-child(2) {
		float: right;
	}	
	#mid-inner .profil img {
		float: right;
		margin-top: -1px;
		margin-left: 10px;
	}
	#content {
		position: relative;
		z-index: 1;
		padding: 60px 0;
	}

	.bfQuickMode .bfNoSection {
		float: left;
		width: 45%;
		margin-right: 5% !important;
	}
	.preise .col-md-4:nth-of-type(1) {   padding-left: 40px; }
	.preise .col-md-4:nth-of-type(2) {   padding-left: 50px; }
	.preise .col-md-4:nth-of-type(3) {   padding-left: 60px; }
	
	.preise{ padding:30px 0; margin-left: 0px;}
	
	
}

@media (min-width: 992px) {

	.blog .item-image {
	    width: 30%;
	    float: left;
	    margin: 0 3% 0 0;
	}

	#cta .custom p.h3,
	#cta .custom p.h3 a {
		color: #275293;
		font-size: 36px;
		font-weight: 600;
	}

	#right {
		margin-top: 0;
	}

	#partner img {
		margin-right: 80px;
	}

	#mid {
		/*padding-right: 60px;*/
	}

	#mid-inner .profil {
		height: 160px;
	}

}

@media (min-width: 1200px) {
	#user-area h3,
	#user-area .h3 {
		font-weight: 700;
		font-size: 24px;
		color:rgb(100,100,100);
		font-family: 'PT Sans',sans-serif ;
		margin-bottom: -22px;
    	display: block;
	}

	#mid-inner .profil {
		margin: 30px 0 0 0;
		border-top: 1px solid rgb(200,200,200);
		border-bottom: 1px solid rgb(200,200,200);
	}
	
	ul.maximenuck {
		margin-top: 15px !important;
	}
	
}



@media(max-width:1024px){
    
    h1,.h1,
    h2,.h2,
    h3,.h3,
    h4,.h4,
    h6,.h6
    {
        font-size:24px!important;
    }

	#feature .cta {
	    min-width: 30rem !important;
	}
    
    #user-area h3, #user-area .h3 {
    	font-size: 19px !important;
    }

    
    #user-area p {
    	font-size: 11px !important;
	}

    h5,.h5 {
    	font-size: 20px !important;
    }

    h1+h5 {
    	margin-top: -20px;
    }

	#partner img {
	    max-width: 140px;
	}

	.sprocket-quotes-nav {
    	width: 75% !important;
	}

	#user-area .fa {
	    margin-top: -8px;
	}

	.propWidget-2 .fig .priceCap {
		font-size: 24px;
	}

	.propWidget-2 .fig h3 {
	    font-size: 13px !important;
	}

	#submenu {
    	top: 9px;
	}

	.bfQuickMode button#bfSubmitButton {
	    margin-top: -20px;
	}

	#osmap ul.level_0 {
	    width: 100% !important;
	    float: none !important;
	    margin-bottom: 30px !important;
	}
}

@media(max-width:768px) {

#top-right {
	display: block;
	float: none;
}

    
    h1,.h1,
    h2,.h2,
    h3,.h3,
    h4,.h4,
    h5,.h5,
    h6,.h6
    {
        font-size:24px !important;
    }

	div#tipp-area {
	    margin-top: -25px !important;
	}

    .item-page.home > div:last-child {
	    padding-right: 0;
	    border-right: 0;
	}

	#right ul.category-module li {
	    width: 33.333333%;
	    float: left;
	    padding: 0 10px;
	    border: 0 !important;
	}

	.sprocket-tabs-nav .sprocket-tabs-text {
	    font-size: 18px;
	}

	.sprocket-tabs-panel .row:nth-child(odd) > div:last-child, .sprocket-tabs-panel .row:nth-child(even) > div:first-child {
	    padding: 15px;
	}

	.sprocket-tabs-panel .row:nth-child(even) > div:last-child {
	    padding: 0 15px;
	}

	.item-page > div > .row > div {
		margin-bottom: 30px;
	}

	.item-page > div > .row > div img {
		margin-bottom: 0;
	}

	.item-page > div hr {
		margin: 0 0 40px 0 !important;
	}

	.bfQuickMode button#bfSubmitButton {
		width: 100%;
	}

	.pull-left.item-image {
		float: none !important;
		padding: 0 0 30px 0;
	}

	.pull-none.item-image {
	   margin: 30px 0;
	}

	.blog .icons {
	    display: none;
	}

	#breadcrumb li {
	    display: block;
	}

	.article-info dd {
	    display: block;
	    padding-top: 5px;
	}

	#user-area .link h3, #user-area .link .h3 {
	    font-size: 13px !important;
	}

	#user-area .link p {
    	font-size: 12px !important;
	}

	#right p.h1 {
	    text-align: center;
	}
    
	#right .category-module li, #right .category-module li .mod-articles-category-introtext {
    	margin-bottom: 0 !important;
	}

	.blog p.readmore .btn {
	   margin-bottom: 15px;
	}

	#objekte .hidden-xs {
		display: block !important;
	}

	#footer * {
	    text-align: center;
	}

	.sprocket-strips-p-arrows .arrow, .sprocket-quotes .arrow {
	    margin-right: 20px !important;
	    margin-top: -8px !important;
	}

	.sprocket-strips-pagination, .sprocket-quotes-pagination {
		width: 3em !important;
	}

	.sprocket-quotes-nav {
	    margin: 30px auto;
	}

	.sprocket-strips-s img {
		padding: 10px;
	}

	.bfQuickMode .bfNoSection {
	    width: 100% !important;
	}

	#user-area {
	    padding: 30px 0 0;
	}

	.smooth-icon-categories div.link {
	    cursor: pointer !important;
	    vertical-align: middle;
	    text-align: left;
	    padding: 5px 0 !important;
	}

	#user-area .fa-paper-plane {
		margin-top: 0 !important;
	}

	.rssearch_box {
	    width: 100% !important;
	}

	.search button:before, .rssearch_box button:before {
    	font-size: 20px;
	}

	.rssearch_box button {
	    top: -11px;
	}

	.search button, .rssearch_box button {
	   width: 33px;
	}


}

@media(max-width:650px){

	#submenu a.btn {
	    margin: 5px 0;
	    display: block;
	}

	#submenu {
	    width: 100%;
	    position: relative;
	    right: 0;
	}

}	

@media(max-width:600px){
    
    h1,.h1,
    h2,.h2,
    h3,.h3,
    h4,.h4,
    h5,.h5,
    h6,.h6
    {
        font-size:21px!important;
    }
    
    .col-xs-12+div{
        
        margin-top:30px;
        
    }
    
    .scrollToTop{display:none;}

    .bsdimmo-details-contactform-button input {
	    width: 100%;
	}

    
}

@media(max-width:425px){

	.fotorama__fullscreen-icon{
	z-index: 10 !important;
	right: 0px !important;
	background-color: #275293 !important;
	border-radius: 5px !important;
	padding: 5px !important;
	width: 40px !important;
	height: 40px !important;
	background-image: none !important;
	}
	
	#feature img {
		margin: 0 -50%;
	}
	
	.preise {
    margin: 25px 0;
    padding-left: 25px;
}
	
	#top_bsdsearch-form .control {
    position: absolute;
    bottom: 0;
	}
		
	h1,.h1,
    h2,.h2,
    h3,.h3,
    h4,.h4,
    h6,.h6
    {
        font-size:24px!important;
    }

    h5,.h5 {
    	font-size: 16px !important;
    	margin-top: 15px !important;
    }

    .smooth-icon-categories div.link {
	    padding: 0 !important;
	}

	.sprocket-tabs-nav > li .sprocket-tabs-icon {
	    display: none;
	}

	.sprocket-tabs-nav li {
	    width: 100% !important;
	}

	.sprocket-tabs-nav .sprocket-tabs-text {
	    border-top: 1px solid #ddd !important;
	}

	#ff_formdiv1 {
		margin-top: -50px;
	}

	#top-left img {
	    padding: 30px 15px 15px;
	}

	#user-area .link h3, #user-area .link .h3 {
	    font-size: 18px !important;
	}

	#user-area {
	    padding: 50px 0 20px;
	}

	#right ul.category-module li {
	    width: 100% !important;
	    float: none !important;
	    padding: 15px 0 !important;
	}

	#right ul.category-module li:last-child {
	    border-bottom: 0 !important;
	    padding-bottom: 0 !important;
	}

	#partner img {
	    max-width: 200px;
	    display: block;
	    margin: 0 auto 30px !important;
	    text-align: center;
	}

	#partner img {
	    max-width: 200px;
	    display: block;
	    margin: 0 auto 30px !important;
	    text-align: center;
	}

	#partner img:last-child {
	    margin-bottom: 0 !important;
	}

	#cta .custom {
	    left: 0;
	    top: 0;
	    width: 100%;
	}
}

/* Optionale Optimierung */

#suche small {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #999;
}

#suche .btn span, #suche .btn {
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
}

#user-area p {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

#user-area p.h3 {
    letter-spacing: 0em;
}

/* Sitemap */

#osmap {
	margin-top: 30px;
}

#osmap .level_1 {
    margin-top: 12px;
}

#osmap .osmapexcl {
	display: none;
}

#osmap .menutitle:first-child {
	display: none;
}

#osmap .menutitle {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

#osmap ul.level_0 {
    width: 50%;
    float: left;
    margin: 0;
}

/* Sonstige Fixes */

div#tipp-area {
    margin-top: -60px;
} 

.well-firmennest {
	background: #f2f2f2 !important;
}

