body {
  font-family: 'Roboto', sans-serif;
  background-color: #161616;
  color: #e8e8e8;
}
body p {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}
body strong {
  font-weight: 400 !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Roboto Condensed', sans-serif;
}
body h3 {
  font-size: 40px;
}
body h5 {
  font-size: 34px;
}
body ul {
  font-weight: 100;
  font-size: 16px;
}
body a {
  color: #f9c5c5;
  text-decoration: none;
}
body a:hover {
  color: #ffffff;
  text-decoration: none;
}
body #header {
  top: 0;
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 9999;
  background-color: #ffffff;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 60px;
  font-size: 16px;
  color: #000000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body #header .headerLogo {
  float: left;
  width: 80px;
  margin-left: -40px;
  top: 10px;
  left: 50%;
  position: absolute;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body #header a {
  color: #000000 !important;
}
body #header .list-inline {
  font-weight: 400 !important;
  text-align: center;
  padding-top: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body #header .list-inline li {
  display: inline-block;
  padding-right: 25px;
  padding-left: 25px;
}
body #header .list-inline li span {
  padding-bottom: 0px;
  border-bottom: 2px solid transparent;
}
body #header .list-inline li span:hover {
  border-bottom-color: #000000;
}
body #header #contactHeader {
  position: absolute;
  width: 70%;
  top: 10px;
  color: #000000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 14px;
  text-decoration: underline;
}
body #header #contactHeader #headerTel {
  position: absolute;
  left: 0;
  border-bottom: 1px solid black;
  float: left;
}
body #header #contactHeader #headerMail {
  position: absolute;
  border-bottom: 1px solid black;
  right: 0;
  float: right;
}
body #sliderArea {
  width: 100%;
  padding-top: 100px;
}
body #sliderArea .slick-next {
  right: 35px;
}
body #sliderArea .slick-prev {
  left: 35px;
  z-index: 99;
}
body #sliderArea .slick-prev:before {
  font-size: 20px;
}
body #sliderArea .slick-next:before {
  font-size: 20px;
}
body #sliderArea .previewImage {
  cursor: pointer;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
body #sliderArea .slick-center {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
body #sliderArea .slick-dotted.slick-slider {
  margin-bottom: 50px;
}
body div#filterBackground {
  width: 100%;
  height: 70px;
  top: 100px;
  z-index: 999;
  background-color: black;
  position: fixed;
}
body #isotope-portfolio {
  margin-top: 200px;
  /* ---- .element-item ---- */
}
body #isotope-portfolio .button-group {
  position: fixed;
  z-index: 9999;
  top: 120px;
  right: 15%;
  font-size: 16px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
body #isotope-portfolio .button-group.buttonShrink {
  top: 120px;
}
body #isotope-portfolio .button-group button {
  color: #000000;
  background-color: #ffffff;
  transition: background-color 0.3s, border-color 0.3s;
  border: 1px solid transparent;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 20px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
body #isotope-portfolio .button-group button:focus {
  outline: none;
}
body #isotope-portfolio .button-group button.is-checked {
  color: #ffffff;
  background-color: #f9a65e;
}
body #isotope-portfolio .button-group button.is-checked:hover {
  background-color: #f9a65e;
}
body #isotope-portfolio .button-group button:hover {
  background-color: #ffffff;
  border-color: #000000;
}
body #isotope-portfolio .button-group#sorts {
  left: 15%;
  width: 200px;
}
body #isotope-portfolio .button-group#sorts i {
  font-size: 12px;
}
body #isotope-portfolio .grid:after {
  content: '';
  display: block;
  clear: both;
}
body #isotope-portfolio .element-item {
  position: relative;
  float: left;
  width: 25%;
  min-height: 100px;
  margin: 0;
  padding: 5px;
  color: #262524;
  transition: opacity 0.3s;
}
body #isotope-portfolio .element-item:hover {
  opacity: 0.6;
  background-color: #000;
  cursor: pointer;
}
body #isotope-portfolio .element-item .img-canvas {
  overflow: hidden;
  position: relative;
}
body #isotope-portfolio .element-item .img-canvas img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
body #isotope-portfolio .element-item .img-canvas img:hover {
  transform: scale(1.1);
}
body #isotope-portfolio .element-item > * {
  margin: 0;
  padding: 0;
}
body #pageContent {
  width: 100%;
  padding-left: 15%;
  padding-right: 15%;
}
body #pageContent .row {
  margin-bottom: 80px;
}
body #pageContent #sectionUeber {
  padding-top: 50px;
}
body .lightbox .lb-image {
  border-radius: 0px;
}
body #footer {
  width: 100%;
  background-color: #ffffff;
  color: black;
  padding-bottom: 50px;
  padding-top: 40px;
  padding-left: 15%;
  padding-right: 15%;
  line-height: 2.6rem;
}
body #footer a {
  color: #a0a0a0;
}
@media (max-width: 776px) {
  body #header {
    padding-top: 25px;
  }
  body #header .headerLogo {
    width: 100px;
    left: 20px;
    margin-left: 0;
    top: 20px;
  }
  body #header #contactHeader {
    font-size: 12px;
  }
  body #header #contactHeader #headerMail {
    display: none;
  }
  body #header #contactHeader #headerTel {
    display: none;
  }
  body #header .list-inline {
    text-align: center;
    padding-left: 80px;
    padding-top: 5px;
    width: 340px;
  }
  body #pageContent {
    padding-left: 5%;
    padding-right: 5%;
  }
}
