a.btn.btn-default.btn-sm:hover, a.btn.btn-primary.btn-sm:hover, a.btn.btn-primary.btn-block:hover {
    background-color: #212121!important;
}

a.btn.btn-default.btn-sm, a.btn.btn-primary.btn-sm, a.btn.btn-primary.btn-block, button#immomakler-searchagent-form-submit  {
    background-color: #981C1D;
    color: #fff!important;
    border-radius: 4px!important;
    border: 0;
    text-transform: uppercase!important;
    font-weight: 500;
    font-size: 13px;
    padding: 5px 10px 5px 10px;
    margin-right: 8px;
}

.immomakler-single .panel-heading h2 {
    text-transform: uppercase;
	font-size: 1.2em !important;

}

.panel-body {
    font-weight: 400;
}



.immomakler-archive .property-title {
    font-size: 30px !important;
	font-weight: bold !important;
	
	
}

/*** style objekt der woche ***/
.immomakler-single .panel, .immomakler-archive .property-data {
    font-size: 14px!important;
    line-height: 1.4!important;
}

.property-subtitle {
    font-weight: 500!important;
	font-size: 20px !important;
}

.property {
    width: 100%;
}

.property-container div.property-details {
    padding: 30px 15px 15px 30px !important;
}

.property-container .property-actions {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    left: 30px !important;
    float: left;
}

.immomakler-archive div.property-thumbnail {
    margin-bottom: -10px !important;
    padding: 0px;
    background-color: #F9F9F9;
    transition: all 0.2s;
}

a.btn.btn-default.btn-sm {
    background-color: #981C1D;
}

button.immomakler-submit.btn.btn-primary {
    display: none;
}

@media only screen and (max-width: 980px){
  #main-header .logo_container {
	width: auto;
  }
}
@media only screen and (max-width: 980px){
  #main-header .container {
	width: 100%;
	box-sizing: border-box;
	padding-right: 30px;
	padding-left: 30px;
  }
}

@media only screen and (max-width: 980px){
  #main-header #logo {
	max-width: 100%;
  }
}