/*
* www.KNACSS.com V2.6k @author: Raphael Goetter, Alsacreations
* Licence CC-BY http://creativecommons.org/licenses/by/3.0/de/
*/

html {
  font-size: 62.5%
}
body {
  overflow: auto;
  background-color: #FFF;
  color: #333;
  font-size: 1.4em;
  line-height: 1.5
}
p {
  font-size: 1em;
  line-height: 1.5;
  margin: .75em 0 0
}
h1,
.h1-like {
  font-size: 1.8571em;
  font-weight: 400;
  line-height: 1.6154em;
  margin: .8077em 0 0
}
h2,
.h2-like {
  font-size: 1.7143em;
  font-weight: 400;
  line-height: 1.75em;
  margin: .875em 0 0
}
h3,
.h3-like {
  font-size: 1.4em;
  font-weight: 200;
  line-height: 1.5em;
  margin: .75em 0 0
}
html,
body {
  margin: 0;
  padding: 0
}
p:first-child,
h1:first-child,
h2:first-child,
{
  margin-top: 0
}
img {}img {
  height: auto;
  vertical-align: middle
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.row {
  clear: both
}
.row {
  display: table;
  table-layout: fixed;
  width: 100%
}
.row>* {
  display: table-cell;
  vertical-align: top
}
.center {
  margin-left: auto;
  margin-right: auto
}
.txtcenter {
  text-align: center
}
.w50 {
  width: 50%
}
.ma0 {
  margin: 0
}
.pa1 {
  padding: 10px
}
.mt3 {
  margin-top: 30px
}
.mb3 {
  margin-bottom: 30px
}
img {
  border-radius: 50%
}
h1 {
  font-size: 4.5em;
}
hr {
  width: 30%;
  height: 1px;
  border: 0;
  color: #D5D5D5;
  background-color: #D5D5D5
}
p {
  font-weight: 300;
  font-size: 1.2em
}
a {
  color: #333;
  text-decoration: none
}
a:hover {
  border-bottom: 1px solid #666
}
a:visited {
  color: #666
}
body,
html {
  width: 100%;
  height: 100%
}
body {
  font-family: 'Ubuntu', sans-serif
}
.main {
  height: 100%;
  opacity: 1;
}
.box {
  display: table-cell;
  vertical-align: middle
}
@-webkit-viewport{width:device-width;zoom:1}@-moz-viewport{width:device-width;zoom:1}@-ms-viewport{width:device-width;zoom:1}@-o-viewport{width:device-width;zoom:1}@viewport{width:device-width;zoom:1}@media (max-width:768px) {
  .main {
    opacity: 1
  }
  h1 {
    font-size: 2em
  }
  h2 {
    font-size: 1.25em
  }
  div,
  textarea,
  table,
  td,
  th,
  code,
  pre,
  samp {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto
  }
}
@media (max-width: 640px) {
  .w50 {
    width: auto
  }
  .row {
    display: block!important;
    width: 100%!important
  }
  .tiny-hidden {
    display: none!important
  }
  .tiny-w100 {
    display: block!important;
    float: none!important;
    clear: none!important;
    width: auto!important;
    margin-left: 0!important;
    margin-right: 0!important;
    border: 0
  }
}

/** Selfmade CSS **/
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: local('Ubuntu Light'), local('Ubuntu-Light'), url('Ubuntu_300_Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu'), url('Ubuntu_400.ttf') format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url('Ubuntu_700_Bold.ttf') format('truetype');
}
.visually-hidden {
	position: absolute !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
}
li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
.w60 {
  width: 60%;
}
.pa2 {
  padding: 20px;
}
.pa3 {
  padding: 30px;
}
.content-text {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 40px;
  text-align: left;
}
.services {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}
.services h3 {
  text-align: center;
  margin-bottom: 30px;
}
.service-item {
  margin-bottom: 25px;
  padding: 15px;
}
.service-item h4 {
  font-size: 1.3em;
  font-weight: 400;
  margin: 0 0 10px 0;
  color: #333;
}
.service-item p {
  margin: 0;
  line-height: 1.6;
  color: #1e1e1e;
}
.quote {
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
  font-style: italic;
}
.quote p {
  font-size: 1.3em;
  font-weight: 300;
  margin: 0 0 10px 0;
  color: #333;
}
.quote cite {
  font-size: 0.9em;
  font-style: normal;
  color: #666;
}
