body {
  padding-top: 140px;
  padding-bottom: 110px;
  font-family: 'Rubik', sans-serif;
}
#top-bar {
  height: 3.529412rem;
  background: #74115e;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  -webkit-transition: height .4s ease-in-out,opacity .2s ease-in-out;
  transition: height .4s ease-in-out,opacity .2s ease-in-out;
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#top-bar .logo {
  position: relative;
  width: 110px;
  height: 110px;
  padding: 0;
  background: #242527;
  overflow: hidden;
  margin-left: 50px;
}
#top-bar .logo:before {
  display: block;
  width: 70px;
  height: 2.705882rem;
  margin: 0 auto;
  position: absolute;
  top: 17px;
  left: 20px;
  right: 20px;
  background: url(//aarhusmaeglerne.dk/wp-content/themes/aarhusmaeglerne/svg/logo_white.svg) no-repeat 50%;
  background-size: contain!important;
  content: "";
}
#top-bar .logo a {
  position: absolute;
  bottom: 13px;
  color: #fff;
  display: block;
  font-size: 15.5px;
  line-height: 17px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.input-group-text {
  width: 230px;
  white-space: normal;
  text-align: left;
  font-size: 15px;
}
.input-group-text.required:after {
  content: "*";
  color: red;
}
.input-group-text--second {
  width: 80px;
}
textarea {
  resize: none;
}
.btn-primary {
  background-color: #74115e;
  border-color: #74115e;
}
.btn-primary:hover {
  background-color: #74115e;
  border-color: #74115e;
}
