body {
    font-family: 'Roboto', sans-serif;   
}

a, a:HOVER {
  color: #5dcdbf;
}

.description {
    font-size: 14px;
    line-height: 24px;
    color: #3d3d3d;
}

.top-bar {
    background-color: #ebebeb;
    padding: 8px 0;
}

.top-bar .contact a {
    color: #3d3d3d;
    text-decoration: none;
}

.top-bar .language-switcher a {
    text-decoration: none;
    display: inline-block;
    width: 27px;
    height: 16px;
    vertical-align: middle;
}

.top-bar .language-switcher .de {
    background: url("../img/de.png") no-repeat;
}

.top-bar .language-switcher .en {
    margin-left: 5px;
    background: url("../img/uk.png") no-repeat;
}

.logo-wrapper {
    margin: 35px 0 30px;
    text-align: center;
}

h1 {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 40px;
}

h2 {
    margin-top: 10px;
    color: #fff;
    font-size: 24px;
}

.about-us-section {
    padding: 50px 0;
    background-color: #0abba3;
}

.portfolio-section img {
    margin: 15px auto;
    border: 1px solid #ebebeb;
}

.section-title {
    margin: 40px 0 15px;
    font-size: 24px;
    line-height: 32px;
    color: #3d3d3d;
}

.section-title a {
    font-size: 28px;
}

.contact-section {
    margin-bottom: 30px;
    text-align: center;
}

.contact-section p {
    font-size: 16px;
}

.footer-section {
    background-color: #3d3d3d;
    color: #FFFFFF;
    padding: 20px;
    text-align: center;
}

.footer-section h3 {
    font-size: 14px;
    font-weight: bold;
}

.footer-section .description {
    color: #FFFFFF;
    font-size: 12px;
}

.footer-section a {
    padding: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    text-decoration: none;    
}

.footer-section .insurance img {
    padding-top: 5px;
    max-width: 100%;
}

/* single page */

.single-content {
    padding: 20px 0;
}

.upcase {
  text-transform: uppercase;
}

.justified {
  text-align: justify;
}

hr.top-delimiter {
  margin-top: 0;
  padding-top: 0;
}

ol.lower-alpha {
  list-style-type: lower-alpha;
}

ol.no-visible-padding {
  padding-left: 1.25em;
}

.green {
  color: #5dcdbf;
}

.nowrap {
    white-space: nowrap;
}