@charset "UTF-8";

body {
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  font-family: "IBM Plex Sans", Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: "IBM Plex Serif", Georgia, "Times New Roman", Times, serif;
}
h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 20px;
}
h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 15px;
}
h4 { 
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 15px;
}
.h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 15px;
}
.h6 {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 15px;
}
p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  margin-bottom: 15px;
}
ul li {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}
.service-desc ul li { padding-left: 25px; position: relative; }
.service-desc ul li i { position: absolute; left: 0; top: 8px; }

.features-desc ul { margin-top: 25px; margin-bottom: 20px; padding-left: 10px; list-style-type: none; }
.features-desc ul li { padding-left: 20px; position: relative; margin-bottom: 12px; font-size: 18px; }
.features-desc ul li i { position: absolute; left: -10px; top: 5px; }

p:last-child {
  margin-bottom: 0;
}
.lead {
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}
.lead.small {
  font-size: 18px;
  line-height: 24px;
}
.lead.bold {
  font-weight: 700;
}

a {
	color: #008050;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:active, a:focus, a:hover {
	outline: 0;
	text-decoration: none;
}

p a {
	text-decoration: underline;
}
p a:active, p a:focus, p a:hover {
	color: #000088; text-decoration: underline;
}

.link-dark {
    color: #333;
    text-decoration: none !important;
}
.link-dark:hover {
    color: #333;
    text-decoration: underline !important;
}
.dark .footer .link-dark {
    color: #777;
    text-decoration: none !important;
}
.dark .footer .link-dark:hover {
    color: #777;
    text-decoration: underline !important;
}
.link-light {
    color: #fff;
    text-decoration: none !important;
}
.link-light:hover {
    color: #fff;
    text-decoration: underline !important;
}


.disclaimer-page h2 {
    font-size: 26px;
    line-height: 36px;
    margin: 50px 0 15px 0;
    text-transform: none;
    font-weight: 600;
}
.disclaimer-page h3 {
    font-size: 22px;
    line-height: 28px;
    margin: 30px 0 15px 0;
    font-weight: 400;
}
.impressum-page h2 {
    font-size: 26px;
    line-height: 36px;
    margin: 50px 0 15px 0;
    text-transform: none;
    font-weight: 600;
}
.impressum-page h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 30px 0 15px 0;
    font-weight: 400;
}

.pagetitle {
    font-family: "IBM Plex Serif", Georgia, "Times New Roman", Times, serif;
    text-align: center;
    font-size: 44px;
    line-height: 48px;
}
.pagesubtitle {
    font-family: "IBM Plex Sans", sans-serif;
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    line-height: 32px;
    text-transform: none;
    padding: 0 10%;
}
@media (max-width: 767px) {
    .pagetitle {
        font-size: 34px;
        line-height: 38px;
    }
    .pagesubtitle {
        font-size: 24px;
        line-height: 28px;
        padding: 0 20px;
    }
}

h4.specs-title {
    font-size: 24px;
    font-weight: 400 !important;
}
h4.component-title {
    font-size: 22px;
    font-weight: 600 !important;
}
h3.component-title {
    font-size: 28px;
    font-weight: 600 !important;
}
h3.component-title-2 {
    font-size: 28px;
    font-weight: 400 !important;
    margin-bottom: 25px;
}
h3.component-title-2.nopad {
    padding-left: 0;
}
h3.component-title-2 .module-feature {
    display: block;
    position: relative;
    float: right;
    width: calc(100% - 60px);
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    h4.component-title {
        font-size: 18px;
    }
    h3.component-title {
        font-size: 20px;
    }
    h3.component-title-2 {
        font-size: 20px;
    }
    h3.subtitle {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .text-xs-left {
        text-align: left !important;
    }
    .text-xs-center {
        text-align: center !important;
    }
}
.page-title {
    margin-top: 0;
}
@media (min-width: 992px) {
    .title {
        margin-top: 0;
    }
}
.sidebar .title {
    margin-top: 3px;
}
.uppercase {
    text-transform: uppercase !important;
}
.normalcase {
    text-transform: none !important;
}
.font-12 {
    font-size: 12px !important;
}
.font-16 {
    font-size: 16px !important;
    line-height: 20px;
}
.font-18 {
    font-size: 18px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-22 {
    font-size: 22px !important;
}
.font-26 {
    font-size: 26px;
	line-height: 28px;
}
.font-28 {
    font-size: 28px !important;
}
.font-30 {
    font-size: 30px !important;
}
.font-32 {
    font-size: 32px !important;
}
.font-34 {
    font-size: 34px !important;
}
.font-36 {
    font-size: 36px !important;
}
.font-40 {
    font-size: 40px !important;
}

blockquote {
    border-left: none;
    display: inline-block;
    margin: 20px auto 20px;
    font-size: 16px;
    position: relative;
    padding: 10px 25px;
}
blockquote:after {
    content: "“";
    width: 25px;
    height: 25px;
    line-height: 36px;
    font-size: 36px;
    font-family: "PT Serif", serif;
    position: absolute;
    top: 12px;
    left: 0;
    color: #cdcdcd;
}
.blockquote:before {
    font-family: "PT Serif", serif;
    content: "“";
    font-size: 40px;
}
blockquote.inline {
    padding: 0;
}
blockquote.inline p {
    width: 60%;
    display: inline-block;
    margin: 0;
}
blockquote.inline footer {
    width: 37%;
    display: inline-block;
    padding-left: 5px;
}
blockquote.inline:after {
    top: 0;
}
.mark,
mark {
    background-color: #09afdf;
    color: #fff;
}
pre {
    padding: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.text-primary { 
    color: #00d285 !important; 
}
.text-muted {
    color: #999;
}
.text-default {
    color: #09afdf;
}
.text-white {
    color: #fff !important;
}
.well {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #f3f3f3;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}