@import url('../fonts/Open_Sans/OpenSans.css');

/* ++++++++++++++++++++++++++++++++++++++++++++
/* general */
html, body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Open Sans SemiBold', sans-serif;
  font-weight: 600;
}

.uk-slidenav {
  color: rgba(0, 106, 179, 0.8);
}
.uk-slidenav:hover,
.uk-slidenav:focus {
  color: rgba(50, 50, 50, 0.7);
  cursor: pointer;
}
.uk-slidenav-position .uk-slidenav-previous {
  left: 0px;
}
.uk-slidenav-position .uk-slidenav-next {
  right: 0px;
}
.uk-slidenav-position .uk-slidenav {
  display: block;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  width: 30px;
  z-index: +1;
  text-shadow: 0px 0px 3px rgba(200, 200, 200, 1);
  background-color: rgba(200, 200, 200, 0.8);
}

.cf-noborder {
  border: 0px solid transparent!important;
}


/* ++++++++++++++++++++++++++++++++++++++++++++
/* text */
.uk-text-primary {
  color: #006ab3 !important;
}


/* ++++++++++++++++++++++++++++++++++++++++++++
/* button */
.uk-button {
  font-family: 'Open Sans SemiBold', sans-serif;
  font-weight: 600;
}
.uk-button-primary {
  background-color: #006ab3;
  color: #fff;
}


/* ++++++++++++++++++++++++++++++++++++++++++++
/* navbar */
.uk-navbar {
  background: transparent;
  color: #444;
}

.uk-navbar-nav > li.uk-active > a {
  background-color: transparent;
  color: #006ab3;
}

.uk-navbar-nav > li.uk-open > a, .uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus {
  background-color: transparent;
  color: #006ab3;
}

.uk-navbar-nav > li > a {
  box-sizing: border-box;
  color: #444;
  display: block;
  font-family: 'Open Sans SemiBold', sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
}


/* ++++++++++++++++++++++++++++++++++++++++++++
/* topbar */
.topbar h2 {
  font-weight: 400;
}


/* ++++++++++++++++++++++++++++++++++++++++++++
/* footer */
#footer {
  background-color: #58585a;
  border-top: 1px solid #58585a;
}

#footer {
  color: #fff;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6{
  color: #fff;
}

#footer a {
  color: #fff;
  text-decoration: none;
}


/* ++++++++++++++++++++++++++++++++++++++++++++
/* blocks */
.uk-block-secondary {
  background-color: #58585a;
  color: #fff;;
}
.uk-block-secondary h1, .uk-block-secondary h2, .uk-block-secondary h3, .uk-block-secondary h4, .uk-block-secondary h5, .uk-block-secondary h5 {
  color: #fff;;
}


/* ++++++++++++++++++++++++++++++++++++++++++++
/* IMMO */
.cf-immo {
  border: 1px solid transparent;
}

.cf-immo li.active {
  border: 1px solid rgba(0, 106, 179, 0.8);
}

.cf-immo .cf-immowrapper {
  position: relative;
}

.cf-immo img.uk-thumbnail {
  border: none;
  padding: 0;
}

.cf-immo .cf-thumbcapt {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
  margin: 0px;
  width: 100%;
}
.cf-immo .cf-thumbcapt h3 {
  color: #000;
  margin: 15px 0 5px 10px;
  padding: 0;
}
.cf-immo .cf-thumbcapt p {
  color: #000;
  margin: 0 0 5px 10px;
  padding: 0;
}

.cf-immo .cf-thumbcapthover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(100, 100, 100, 0.8) none repeat scroll 0 0;
  height: 100%;
  width: 100%;

  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;

  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;

}
.cf-immo .cf-immowrapper:hover .cf-thumbcapthover, .cf-immo .cf-immowrapper:focus .cf-thumbcapthover {
  opacity: 1;
}
.cf-immo .cf-thumbcapthover h3 {
  color: #fff;
  text-align: center;
  margin: 65px 15px 15px;
  padding: 0;
}
.cf-immo .cf-thumbcapthover p {
  color: #fff;
  text-align: center;
  margin: 15px;
  padding: 0;
}

.cf-immo .cf-thumbaddinfo {
  position: absolute;
  top: 5px;
  right: 0;
  background: transparent;
  margin: 0px;
  width: auto;
}
.cf-immo .cf-thumbaddinfo .uk-badge{
  display: block;

  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;

  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(24deg);
}

.cf-immo .cf-thumbaddinfo .uk-badge.uk-badge-bold{
  font-size: 16px;
  font-weight: 900;
}


/* ++++++++++++++++++++++++++++++++++++++++++++
/* OBJECT */
.cf-teaser-wrapper {
  position: relative;
}
.cf-teaser-wrapper .cf-teaseraddinfo {
  position: absolute;
  top: 5px;
  right: 0;
  background: transparent;
  margin: 0px;
  width: auto;
}
.cf-teaser-wrapper .cf-teaseraddinfo .uk-badge{
  display: block;

  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;

  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(24deg);
}

.cf-teaser-wrapper .cf-teaseraddinfo .uk-badge.uk-badge-bold{
  font-size: 16px;
  font-weight: 900;
}


/* ++++++++++++++++++++++++++++++++++++++++++++
/* SEARCH*/
.desc-left {
  line-height: 22px;
}

.desc-right {
  line-height: 22px;
}

.desc-left strong, .desc-right strong {
  font-weight: 700;
}


/* ++++++++++++++++++++++++++++++++++++++++++++
/* IMPRINT*/
body.kontakt h2 > a {
  text-decoration: none;
  color: #444;
}


/* ++++++++++++++++++++++++++++++++++++++++++++
/* ++++++++++++++++++++++++++++++++++++++++++++
/* RESPONSIVE */
/* Phone landscape and bigger */
@media (max-width: 480px) {
  html, body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
  }

  html, body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
  }

  h1,
  .uk-h1 {
    font-size: 28px;
    line-height: 34px;
  }
  h2,
  .uk-h2 {
    font-size: 20px;
    line-height: 26px;
  }
  h3,
  .uk-h3 {
    font-size: 16px;
    line-height: 22px;
  }
  h4,
  .uk-h4 {
    font-size: 14px;
    line-height: 20px;
  }
  h5,
  .uk-h5 {
    font-size: 14px;
    line-height: 20px;
  }
  h6,
  .uk-h6 {
    font-size: 12px;
    line-height: 18px;
  }

  .uk-navbar-brand, .uk-navbar-content, .uk-navbar-toggle {
    padding: 0;
  }

}
@media (min-width: 480px) {
  html, body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
  }

  html, body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
  }

  h1,
  .uk-h1 {
    font-size: 30px;
    line-height: 36px;
  }
  h2,
  .uk-h2 {
    font-size: 22px;
    line-height: 28px;
  }
  h3,
  .uk-h3 {
    font-size: 16px;
    line-height: 22px;
  }
  h4,
  .uk-h4 {
    font-size: 14px;
    line-height: 20px;
  }
  h5,
  .uk-h5 {
    font-size: 14px;
    line-height: 20px;
  }
  h6,
  .uk-h6 {
    font-size: 12px;
    line-height: 18px;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  html, body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
  }

  h1,
  .uk-h1 {
    font-size: 30px;
    line-height: 36px;
  }
  h2,
  .uk-h2 {
    font-size: 22px;
    line-height: 28px;
  }
  h3,
  .uk-h3 {
    font-size: 16px;
    line-height: 22px;
  }
  h4,
  .uk-h4 {
    font-size: 14px;
    line-height: 20px;
  }
  h5,
  .uk-h5 {
    font-size: 14px;
    line-height: 20px;
  }
  h6,
  .uk-h6 {
    font-size: 12px;
    line-height: 18px;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  html, body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
  }

  h1,
  .uk-h1 {
    font-size: 36px;
    line-height: 42px;
  }
  h2,
  .uk-h2 {
    font-size: 24px;
    line-height: 30px;
  }
  h3,
  .uk-h3 {
    font-size: 18px;
    line-height: 24px;
  }
  h4,
  .uk-h4 {
    font-size: 16px;
    line-height: 22px;
  }
  h5,
  .uk-h5 {
    font-size: 14px;
    line-height: 20px;
  }
  h6,
  .uk-h6 {
    font-size: 12px;
    line-height: 18px;
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  html, body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
  }

  h1,
  .uk-h1 {
    font-size: 36px;
    line-height: 42px;
  }
  h2,
  .uk-h2 {
    font-size: 24px;
    line-height: 30px;
  }
  h3,
  .uk-h3 {
    font-size: 18px;
    line-height: 24px;
  }
  h4,
  .uk-h4 {
    font-size: 16px;
    line-height: 22px;
  }
  h5,
  .uk-h5 {
    font-size: 14px;
    line-height: 20px;
  }
  h6,
  .uk-h6 {
    font-size: 12px;
    line-height: 18px;
  }
}