/* Pfandkredit Styles */

/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/lato-v23-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v23-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/* alice-regular - latin */
@font-face {
  font-family: 'Alice';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/alice-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/alice-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/alice-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/alice-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/alice-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/alice-v20-latin-regular.svg#Alice') format('svg'); /* Legacy iOS */
}


body {}

h2.title {
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 5;
  -webkit-hyphenate-limit-lines: 3;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 5;
  -ms-hyphenate-limit-lines: 3;
  hyphens: auto;
  hyphenate-limit-chars: auto 5;
  hyphenate-limit-lines: 3;
}

h3, .h3 {
  font-size: 22px;
  color: #fff;
  line-height: 1.2em;
  margin-bottom: 5rem;
}

img {
  max-width: 100%;
  height: auto;
}


/***********************/
/* MENU */
/***********************/

.top-nav-collapse.navbar-default {
  background: #ffb606;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.navbar-default.top-nav-collapse .navbar-nav > .active > a::after { background-color: #fff; }

@media screen and (max-width: 767px) {
  .navbar-default .navbar-brand img {
    max-height: 70px;
    max-width: none;
    margin-top: -10px;
  }
}


/***********************/
/* SERVICE */
/***********************/

#services { background: #cfd8db/*32383d*/; }
#services .decor { fill: #cfd8db/*32383d*/; }

#services h2.title,
#services h3,
#services p.section-desc,
#services .service-items-slider .service-box > h3,
#services .service-items-slider .service-box > p { color: #000/*32383d*/; }

#services h2.title::after { display: none; }
#services .section-desc { text-align: left; }
#services .service-items-slider .service-box > h3 {
    background-color: #0d1318;
    color: #fff;
    font-weight: bold;
}

#services video {
  width: 100%;
  height: auto;
  padding: 5px;
  box-shadow: 0 0 10px 5px rgba(0,0,0,0.15);
  margin-top: 1rem;
}

#services .service-items { margin-top: 40px; }

/* bild zwischen Service und Pfandleihe */
.skills .parallax { background-image: url(../images/pfandleihhaus-pfandkredit-bargeld-magdeburg.jpg); }


#services.impressum h3 { margin-bottom: 1rem; }



/***********************/
/* PFANDLEIHE */
/***********************/

#about { background: #ffb606; }
#about .decor { fill: #ffb606; }

#about h2.title {
  color: #fff;
  margin-bottom: 6rem;
}

.section-pfandleihe-2spaltig {
  text-align: left;
  color: #0d1318;
}

  @media screen and (min-width: 768px) {
    .section-pfandleihe-2spaltig {
      column-count: 2;
      column-gap: 6rem;
    }
  }

  .section-pfandleihe-2spaltig h3 {
    color: #000;
    font-size: 17px;
    line-height: inherit;
    margin: 0;
    font-weight: bold;
  }
  .section-pfandleihe-2spaltig p,
  .section-pfandleihe-2spaltig ul { margin-bottom: 2rem;}

  .section-pfandleihe-2spaltig ul {
    list-style: none outside;
    padding: 0;
  }
  .section-pfandleihe-2spaltig ul li {
    position: relative;
    margin: 0 0 0 55px;
    padding: 0;
  }
    .section-pfandleihe-2spaltig ul li::before {
      content: '';
      width: 40px;
      height: 20px;
      background: url('../images/pfandleihe-liste.png') no-repeat;
      display: block;
      position: absolute;
      left: -55px;
      top: 0;
      background-position-y: center;
    }

.testimonials .parallax { background-image: url('../images/pfandleihe-fuer-baumaschinen-und-lkw.jpg'); }
.testimonials .inner,
.skills .inner {
    padding-top: 200px;
    padding-bottom: 200px;
}



/***********************/
/* REFERENZEN */
/***********************/

#work {
  background: #32383d/*50585f*/;
  padding-bottom: 170px;
}
#work .decor { fill: #32383d; }

#work #work-filters {
  text-align: center;
  width: 100%;
}
  #work #work-filters li {
    color: #fff;
    margin-bottom: 1rem;
  }
    #work #work-filters li:hover,
    #work #work-filters li.active {
      color: #32383d;
      background: #cfd8db;
    }
    #work #work-filters li.active { font-weight: bold; }

.work_thumbs .grid-gallery li:hover { cursor: pointer; }

.work_thumbs .grid-gallery figure,
.work_thumbs .grid-gallery figure img { width: 100%; }
.work_thumbs .grid-gallery figure img { padding: 0 3px; }


/***********************/
/* KONTAKT */
/***********************/

#contacts { background: #cfd8db; }
#contacts .decor { fill: #cfd8db; }

#contacts h2.title,
#contacts .contact-titles,
#contacts p.section-desc,
#contacts .contact-info h4,
#contacts .contact-info h5,
#contacts .contact-info p,
#contacts .contact-info address { color: #32383d; }

#contacts img {
  width: 90%;
  height: auto;
  padding: 5px;
  box-shadow: 0 0 20px 5px rgba(0,0,0,0.2);
  margin-bottom: 3rem;
}

.kontakt-abstand {
  display: inline-block;
  width: 7rem;
}
.text-xbold { font-weight: bold; }


  /***********************/
  /* FOOTER */
  /***********************/

.footer,
#copyright { background: #32383d; }
.footer { padding-bottom: 0; }

.footer .footer-widget {
  text-align: right;
  padding-top: 81px;
}
  .footer .footer-widget a {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    transition: all .2s ease;
    margin-left: 2rem;
  }
    .footer .footer-widget a:hover,
    .footer .footer-widget a:focus {
      opacity: .6;
    }

  @media screen and (max-width: 460px) {
    .footer .footer-widget {
      padding-left: 0;
      text-align: center;
    }
  }

#copyright { padding-bottom: 40px; }

/* to top button */
.btn.btn-lucky { background-color: #ffb606; }

/* preloader - 3 punkte */
.gmb-loader div,
.gmb-loader div:nth-child(2),
.gmb-loader div:nth-child(3) {
  background: #ffb606;
}
