
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,600');

body {
  background-color: #e7e7e7;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  padding-top: 50px;
  position: relative;
  font-size: 14px;
  /*text-shadow: 0px 1px 0px #333333;*/
}

#about-us:before,
#services:before,
#realestates:before,
#contact:before {
  display: block;
  content: " ";
  margin-top: -50px;
  height: 50px;
  visibility: hidden;
}

a,
a:hover,
a:focus {
  color: #ffffff;
}


h3 {
  color: #a60606;
}

h3:after {
  border-bottom: 3px solid #a60606;
  content: " ";
  display: block;
  margin: 10px 0;
  max-width: 100px;
}


.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
  background-color: #a60606;
  border-color: #a60606;
}

.jumbotron ul {
  margin: 30px 0;
}

#about-us li {
  display: block;
  font-size: 1em;
}

#about-us li:before {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  font-size: 1em;
  float: left;
  margin: 0px 0px 0px -30px;
  color: #a60606;
}

section h2 {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  font-weight: 300;
  font-size: 1.25em;
  margin-bottom: 50px;
  border-bottom: 2px solid #ffffff;
  letter-spacing: 3px;
}

section {
  padding: 0 0 50px 0;
}

#welcome {
  background-image: url(../img/welcome.jpg);
  background-position: center center;
  background-size: cover;
  padding: 50px 0;
}

footer {
  background-color: #333333;
  color: #ffffff;
  padding: 70px 0;
}

footer .glyphicon {
  font-size: 2.5em;
}

footer h3 {
  color: #ffffff;
}


.team-member {
  margin: 20px 0;
}

.team-member img {
  border: 10px solid #ffffff;
}

.team-member h4 {
  font-weight: bold;
}

.empty-profile {
  height: 190px;
  width: 190px;
  background-color: #e7e7e7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  border: 10px solid #ffffff;
}

#services .fa-stack-1x {
  color: #a60606;
}

#valuation {
  padding-top: 50px;
  background-color: #a60606;
}

#valuation h3,
#valuation p {
  color: #ffffff;
  text-align: center;
}

#valuation h3:after {
  border-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}

#valuation .btn-primary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #a60606;
}

.location {
  margin: 50px 0;
  text-align: center;
}

.location h4 {
  font-weight: bold;
  text-transform: uppercase;
}

.location-type:before {
  content: "- ";
}

.location-type:after {
  content: " -";
}

.scout-batch {
  margin: 50px 0 0 0;
}

#imprint a {
  color: #333333;
}

.imprint {
  padding: 25px 0;
  background-color: #000000;
}

.imprint a {
  color: #ffffff;
}

#offers {
  background-color: #ffffff;
}

#offers a {
  color: #333333;
}

#offers  a:hover {
  color: #333333;
}

#iwModule #iwWidget .hm_listbox a{border-bottom:1px solid #333333;border-top:1px solid #333333;display:inline-block;margin:-16px -10px -16px -1.5%;padding:15px 10px 15px 1.5%;width:100%;text-decoration:none !important}

.hm_line_01 {
  visibility: hidden;
}

.alert {
  margin: 10px 0;
}

.alert a {
  color: #a94442;
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }

  section h2 {
    font-size: 1.5em;
    letter-spacing: 3px;
  }
}