@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600,800|Arimo|Encode+Sans+Expanded:700");
body {
  background-color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  color: #555; }

strong {
  font-weight: 800;
  color: #6f6e6e; }

.container {
  max-width: 900px; }

section {
  padding: 100px 0; }

h1, h2, h3, h4, h5, h5 {
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #555;
  font-weight: 700;
  font-family: 'Encode Sans Expanded', sans-serif; }

h1.title {
  font-size: 24px;
  margin-bottom: 80px;
  text-align: center;
  font-weight: 900;
  letter-spacing: 1px;
  color: #444;
  text-transform: uppercase; }

h2 {
  font-size: 24px;
  margin: 20px 0 0 0; }

h3 {
  font-size: 16px; }

p {
  line-height: 1.6em;
  margin-bottom: 15px;
  font-size: 16px;
  color: #555; }
  p a {
    text-decoration: underline;
    font-weight: 400;
    color: #666; }
  p.ingress {
    font-weight: 600;
    font-size: 16px; }

a {
  color: #222; }
  a:hover {
    text-decoration: none;
    color: #555; }
  a .btn {
    border-radius: 0;
    border-color: #555; }

.btn-primary {
  background: transparent;
  color: #555; }
  .btn-primary:hover {
    background-color: #555; }

ul {
  list-style: none;
  margin: 20px 0;
  padding: 0; }
  ul li {
    margin-bottom: 5px; }

@media (max-width: 769px) {
  h1.title {
    font-size: 18px; }
  p {
    font-size: 16px; }
    p.ingress {
      font-size: 16px; } }

.navbar-default {
  background-color: transparent; }
  .navbar-default a.navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Encode Sans Expanded', sans-serif; }

.navbar {
  border: none;
  margin-bottom: 0;
  padding: 10px 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #555;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; }
  .navbar.sticky {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease; }

@media (max-width: 768px) {
  .navbar-nav {
    text-align: center; } }

.hero {
  background-color: white;
  padding: 300px 0 150px 0;
  background-image: url(/assets/images/bg-hero.jpg);
  background-size: contain;
  background-repeat: no-repeat; }
  .hero .intro-box {
    position: relative;
    width: 500px;
    max-width: 100%;
    background-color: #f7f7f7;
    text-align: center;
    margin: 0 auto 250px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .hero .intro-box img {
      width: 90px;
      height: auto;
      border-radius: 50%;
      position: absolute;
      top: -45px;
      left: 50%;
      margin-left: -45px;
      border: 5px solid white; }
    .hero .intro-box h1 {
      text-transform: uppercase;
      font-size: 1.4em;
      letter-spacing: 2px;
      margin: 0;
      padding: 60px 0 0 0;
      font-weight: 400;
      font-family: 'Raleway', sans-serif; }
    .hero .intro-box .over-headline {
      font-size: 0.9em;
      letter-spacing: 1px;
      padding-bottom: 20px; }
    .hero .intro-box .btn-box {
      padding-bottom: 30px; }
      .hero .intro-box .btn-box .btn {
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.6em;
        background: White;
        color: #555;
        border-color: #ccc; }
        .hero .intro-box .btn-box .btn:hover {
          background: #555;
          color: white; }

@media (max-width: 500px) {
  .hero .intro-box {
    width: 100%;
    max-width: 100%; } }

.galleri {
  background-color: #f7f7f7;
  padding: 80px 0; }
  .galleri h1 {
    margin-bottom: 100px; }
  .galleri .galleri-box {
    position: relative;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid white; }
    .galleri .galleri-box .overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #333;
      opacity: 0.5; }
    .galleri .galleri-box .text-overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      padding-top: 30%;
      text-align: center; }
      .galleri .galleri-box .text-overlay h3 {
        font-weight: 600;
        font-size: 1.7em;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-family: 'Arimo', sans-serif;
        color: #fff; }
      .galleri .galleri-box .text-overlay p {
        font-size: 0.7em;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #fff; }

@media (min-width: 667px) {
  .galleri .galleri-box {
    width: 50%; } }

@media (min-width: 992px) {
  .galleri .galleri-box {
    width: 33.3%; } }

@media (min-width: 1500px) {
  .galleri .galleri-box {
    width: 25%; } }

p.progress-text {
  margin: 0;
  padding: 0 0 2px 0;
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 1px; }

.progress {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #e6e6e6; }
  .progress .progress-bar {
    background-color: #ccc;
    border-right: 1px solid #999; }

.citat {
  margin: 80px 0; }
  .citat.habit {
    background-image: url(/assets/images/bg-angus.jpg);
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0; }
    .citat.habit .textbox {
      height: 100%;
      width: 450px;
      margin-left: 10%;
      padding: 80px 60px 120px 60px;
      margin: 0;
      text-align: left;
      background-color: rgba(0, 0, 0, 0.6); }
      .citat.habit .textbox p {
        color: #f7f7f7;
        font-size: 16px;
        line-height: 1.8em; }

.referens {
  padding: 120px 40px; }
  .referens .referens-rad .ref-box {
    padding: 20px 50px;
    text-align: center;
    margin-bottom: 30px; }
    .referens .referens-rad .ref-box img {
      border-radius: 50%;
      text-align: center;
      width: 100px;
      margin-bottom: 20px; }
    .referens .referens-rad .ref-box p {
      font-size: 0.9em;
      margin: 0;
      padding: 0; }
      .referens .referens-rad .ref-box p.citat {
        text-align: justify;
        font-size: 1em; }
      .referens .referens-rad .ref-box p.name {
        font-size: 1.2em;
        font-weight: 600;
        margin-top: 15px; }
      .referens .referens-rad .ref-box p.title {
        font-style: italic; }
      .referens .referens-rad .ref-box p.tel {
        text-align: left; }

@media (max-width: 667px) {
  .referens {
    padding: 120px 40px; }
    .referens .referens-rad .ref-box {
      padding: 20px 0px;
      text-align: center;
      margin-bottom: 30px; }
      .referens .referens-rad .ref-box img {
        border-radius: 50%;
        text-align: center;
        width: 100px;
        margin-bottom: 20px; }
      .referens .referens-rad .ref-box p {
        font-size: 0.9em;
        margin: 0;
        padding: 0; }
        .referens .referens-rad .ref-box p.citat {
          text-align: justify;
          font-size: 1em; }
        .referens .referens-rad .ref-box p.name {
          text-align: center;
          font-weight: 600;
          margin-top: 15px; }
        .referens .referens-rad .ref-box p.title {
          text-align: center;
          font-style: italic; }
        .referens .referens-rad .ref-box p.tel {
          text-align: left; } }

.summering {
  background-color: #f7f7f7;
  padding: 180px 20px;
  text-align: center; }
  .summering .box {
    background: white;
    padding: 40px;
    border-radius: 10px; }
  .summering p {
    font-size: 15px;
    margin: 0;
    padding: 0; }
    .summering p.number {
      font-weight: 600;
      font-size: 2.5em; }

@media (max-width: 667px) {
  .summering {
    background-color: #f7f7f7;
    padding: 120px 40px;
    text-align: center; }
    .summering .box {
      background: white;
      padding: 40px;
      border-radius: 10px;
      margin-bottom: 20px; }
    .summering p {
      font-size: 15px;
      margin: 0;
      padding: 0; }
      .summering p.number {
        font-weight: 600;
        font-size: 2.5em; } }

.merit h4 {
  margin-bottom: 10px; }

.merit .refbox {
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px; }
  .merit .refbox img {
    border-radius: 50%;
    width: 70px;
    margin-top: 10px; }
  .merit .refbox p {
    margin: 0;
    padding: 0;
    font-size: 0.9em; }
    .merit .refbox p.name {
      margin-top: 10px;
      font-weight: 600;
      font-size: 1.2em; }
    .merit .refbox p.title {
      margin: 0;
      padding: 0;
      line-height: normal; }
    .merit .refbox p.tel {
      margin: 3px 0 0 0;
      padding: 0;
      line-height: normal; }

.footer {
  background-image: url(/assets/images/footer.png);
  background-size: cover;
  background-position: center top;
  padding: 200px 0; }
  .footer h3, .footer p, .footer a {
    color: white; }
  .footer .homepage {
    text-align: center; }
    .footer .homepage h3 {
      margin-top: 10px;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: white;
      margin-left: 0; }

@media (max-width: 667px) {
  .footer {
    background-image: url(/assets/images/footer-xs.png);
    text-align: center; } }

.modal-backdrop {
  background-color: white; }
  .modal-backdrop.in {
    opacity: 0.8; }

.modal-content {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 40px; }
  .modal-content .btn-close {
    position: absolute;
    top: 10px;
    right: 40px;
    margin: -10px -35px 0 10px;
    border: none;
    color: #555;
    font-size: 2em; }
  .modal-content .loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 1000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    padding-top: 150px;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px; }
    .modal-content .loading.remove {
      padding-top: 0px;
      bottom: 100%;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease; }
    .modal-content .loading .fal {
      font-size: 10em;
      display: block;
      margin-bottom: 20px; }
  .modal-content .text-content {
    margin-top: 40px; }
    .modal-content .text-content h2 {
      margin-bottom: 5px; }
    .modal-content .text-content ul {
      padding-left: 20px;
      list-style: circle; }
      .modal-content .text-content ul li {
        font-size: 16px; }

.carousel-control {
  top: 00%;
  color: #555;
  opacity: 1;
  width: 10%;
  text-shadow: none;
  background-image: none;
  text-align: left; }
  .carousel-control.right {
    background-image: none;
    color: #555; }
    .carousel-control.right:hover, .carousel-control.right.active, .carousel-control.right.focus {
      color: #ccc; }
  .carousel-control.left {
    background-image: none;
    color: #555; }
    .carousel-control.left:hover, .carousel-control.left.active, .carousel-control.left.focus {
      color: #ccc; }
  .carousel-control .glyphicon-chevron-left {
    left: -30px; }
  .carousel-control .glyphicon-chevron-right {
    right: -30px; }

.carousel-indicators {
  bottom: -45px; }
  .carousel-indicators li {
    background-color: #ccc; }
    .carousel-indicators li.active {
      background-color: #555; }

@media (max-width: 500px) {
  .modal-content {
    padding: 40px 0px; } }

.bodyoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 3000ms ease;
  transition: all 3000ms ease;
  z-index: 10000;
  background-color: white; }
  .bodyoverlay.show {
    background-color: white;
    opacity: 1; }

.full-height {
  min-height: 100%; }

.mb-10 {
  margin-bottom: 10px; }
/*# sourceMappingURL=style.css.map */