@font-face {
  font-family: 'Roboto';
  src: url('assets/fonts/roboto-100.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('assets/fonts/roboto-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.container h1, .container h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}


.header-background-image {
  background: url(https://philcoffeejunkie.de/bg.jpg) no-repeat center center;
  background-size: cover;
}

.testimonial-background {
  background-color:#34495E;
  color:#fff;
}

.testimonial {
  color:#fff;
  font-weight: 100;
}

#services {
  background-color: rgb(245, 245, 245);
}

.container h3, .subtitle {
  font-weight:300;
}

strong, .label {
  font-weight:400;
}

#backtotop.visible {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

#backtotop {
    position: fixed;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 25px;
    margin: 0 25px 0 0;
    z-index: 9999;
    transition: .35s;
    transform: scale(.7);
    transition: all .5s;
}

#backtotop a {
    outline: 0;
    text-decoration: none;
    border: 0;
    display: block;
    width: 46px;
    height: 46px;
    background-color: #66676b;
    opacity: 1;
    transition: all .3s;
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
}

#backtotop a:after {
    outline: 0;
    content: "↑";
    font-family: sans-serif;
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
}


body #backtotop a {
    outline: 0;
    color: #fff;
}
