﻿.more_btn {
  position: relative;
  display: inline-block;
  color: #555;
  text-decoration: none;
  font-family: 'Aller_Bd';
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 0px;
  border-bottom: 1px dashed #555;
  z-index: 2;
  padding-bottom: 5px;
  font-size: 1.3em;
}
.more_btn:hover {
  color: #B6A919;
}
section.service-panel {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
  min-height: 50px;
}
section.service {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
  white-space: nowrap;
  cursor: pointer;
}
.service-panel .title {
  color: #A296A2;
  font-weight: normal;
  margin-top: 0px;
  letter-spacing: 0px;
  font-family: 'Aller_Bd';
  text-transform: uppercase;
  float: left;
  position: relative;
  top: 10px;
  padding-left: 20px;
  font-size: 1.7em;
  line-height: 1.2;
  width: 100%;
}
.service-panel .description {
  color: #6A9464;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 20px;
  letter-spacing: 0px;
  font-family: 'Aller_Bd';
  text-transform: none;
  float: left;
  position: relative;
  padding-left: 20px;
  font-size: 1em;
  line-height: 1.2;
}
.service .title {
  color: #6A9464;
  font-weight: normal;
  margin-top: 0px;
  letter-spacing: 0px;
  font-family: 'Aller_Bd';
  text-transform: uppercase;
  float: left;
  position: relative;
  top: 50px;
  padding-left: 20px;
  font-size: 1.7em;
  line-height: 1.2;
}
.service .title span {
  text-align: left;
  white-space: normal;
  display: block;
  /*width:250px;*/
  word-break: normal;
}
    .service .title span.subtitle {
        text-align: left;
        white-space: normal;
        display: block;
        /*width:250px;*/
        word-break: normal;
        font-size: 0.7em;
    }
.thumbnail {
  float: left;
  display: inline-block;
  margin: 5px 0px;
}
.service figure {
  position: relative;
  z-index: 1;
  border-radius: 300px;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  -o-border-radius: 300px;
  padding: 12px;
}
.service figure img {
  width: 175px;
  border-radius: 300px;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  -o-border-radius: 300px;
}
.service figure > em {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 20px 20px 20px 20px;
  border-color: rgba(0, 0, 0, 0) #b9ccb6;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  border-radius: 300px;
}
.tarieven {
  margin-top: 20px;
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  section.service {
    padding: 0px 10% 0px 25%;
    width: 65%;
  }
}
/*# sourceMappingURL=services.css.map */