body {
    background-color: #fff;
    color: #5C5C5C;
    font-family: 'Montserrat', sans-serif;
    font-size: 13pt;
    line-height: 1.5em;
}

/*
 * === Text, Fonts, Colors ===
 */

.padding_top_20 {
    padding-top: 20px;
}
.padding_top_30 {
    padding-top: 30px;
}
.padding_top_40 {
    padding-top: 40px;
}
.padding_top_50 {
    padding-top: 50px;
}
.padding_top_60 {
    padding-top: 60px;
}
.padding_top_70 {
    padding-top: 70px;
}

.thin {
    font-weight: 300;
}

.normal {
    font-weight: normal;
}

.underline {
    text-decoration: underline;
}

.color-blue {
    color: #1495df;
}
.color-turquoise {
    color: #43c6c2;
}
.color-danger {
    color: #d43f3a;
}
.color-success {
    color: #009900;
}

.color-muted,
.text-muted {
    color: #959595;
}

a {
    color: inherit;
}

a:hover,
a:focus {
    color: inherit;
}

.color-muted a,
.text-muted a {
    color: #888;
    text-decoration: underline;
}

.text-small {
    font-size: 11pt;
    line-height: 1.5em;
}

h2, h3, h4 {
    font-weight: 600;
}

h2 {
    font-size: 18pt;
    color: inherit;
}

h3 {
    font-size: 16pt;
    color: inherit;
    line-height: 1.6em;
}

ul li {
    margin-bottom: 5px;
}

ul.check {
    margin-bottom: 1.5em;
}
ul.check li {
    margin-bottom: .7em;
}

img {
    max-width: 100%;
}

/*
 * === Elements ===
 */

.shadow-top-bottom {
    box-shadow: inset 0 -11px 8px -10px #777, inset 0 11px 8px -10px #777;
}
.shadow-top {
    box-shadow: inset 0 11px 8px -10px #777;
}

.nw,
.nobreak {
    white-space: nowrap;
}

strong {
    font-weight: 600;
}

hr {
    border-color: #1495df;
}

hr.big {
    border-width: 2px;
    border-color: #1495df;
}

@media (min-width: 768px) {
    .text-sm-center {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .text-xs-left {
        text-align: left;
    }
}


blockquote {
    quotes: "„" "”";
    border: none;
    padding: 0;
}
blockquote:before {
    content: open-quote;
}
blockquote:after {
    content: close-quote;
}

.block {
    padding: 10px 0 20px;
    text-align: center;
}
.block h2.big {
    font-size: 18pt;
    font-weight: 400;
    line-height: 1.3em;
    margin: 1em 1em 0 1em;
}
.block.gray {
    background-color: #f0f0f0;
}
.block.blue {
    color: #fff;
    background-color: #1495df;
    background-image: linear-gradient(135deg, #3ebcf7, #3392e1);
}
.block.blue .review {
    padding-bottom: 1.5em;
}

@media (min-width: 768px) {
    .block {
        padding: 30px 0 40px;
        text-align: left;
    }
    .block h2.big {
        margin: auto;
        font-size: 20pt;
    }
}
@media (min-width: 992px) {
    .block .review {
        padding-bottom: 0;
    }
    .block h2.big {
        font-size: 22pt;
    }
}

.block.no-padding {
    padding: 0;
}

/*
 * === Alerts ===
 */

.alert {
    margin-top: 1em;
}

.alert-info {
    color: #429acd;
    background-color: #f2f8fb;
    border-color: #d5eeff;
}

.alert-success {
    color: #589c5a;
    background-color: #dff0d8;
    border-color: #97dc5e;
}

/*
 * === Return to Top ===
 */

#return-to-top {
    z-index: 999;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.7);
    width: 50px;
    height: 50px;
    border: 2px solid #1495df;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
}
#return-to-top i {
    color: #1495df;
    margin: 0;
    position: relative;
    left: 15px;
    top: 9px;
    font-size: 20px;
}
#return-to-top:hover {
    background: rgba(255, 255, 255, 0.9);
}
#return-to-top:hover i {
    color: #147fc7;
}

/*
 * === Pages ===
 */

/* homepage */

@media (max-width: 768px) {
    .head-cta {
        text-align: center;
    }
}

.geraete {
    text-align: center;
}

.geraete img {
    margin: .5em;
}

.geraete img:first-child {
    max-width: 80%;
    margin-bottom: 1em;
}
@media (min-width: 768px) {
    .geraete img:first-child {
        max-width: 90%;
        margin-top: 2em;
        margin-bottom: 2em;
    }
}
@media (min-width: 1200px) {
    .geraete img:first-child {
        max-width: 500px;
        margin-top: 1em;
        margin-bottom: -1em;
    }
}

.usp-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;

    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 12pt;
}
@media (min-width: 768px) {
    .usp-gallery {
        margin-top: 30px;
        margin-bottom: 50px;
        font-size: 13pt;
    }

}
.usp-gallery img {
    max-width: 100%;
}
.usp-gallery > div {
    flex: 0 0 30%;

    margin: 0 5px;
    min-width: 250px;
    text-align: center;
}
@media (min-width: 768px) {
    .usp-gallery > div {
        margin: 10px;
    }

}

/* bestellen */

.schritte {
    padding-top: .5em;
}
.schritte li {
    padding-bottom: .3em;
    padding-left: .5em;
}
.agb-text {
    font-size: 11pt;
}

#bestellenform-subscription > div {
    padding: 11px;
}
#bestellenform-subscription > div:hover {
    background-color: #f9f9f9;
}
#bestellenform-subscription > div.selected {
    padding: 8px;
    border: 3px solid #1495df;
    background-color: rgba(123, 213, 214, 0.05);
}

/* quicksteps (blue box) */

.quicksteps {
    display: flex;
    margin-bottom: 30px;
}
.quicksteps div:first-child {
    flex: 0 0 120px;
    padding-right: 20px;
    text-align: center;
}
@media (min-width: 768px) {
    .quicksteps div:first-child {
        flex: 0 0 150px;
        padding-right: 50px;
    }
}
.quicksteps div:last-child {
    flex: 1;
}

/* Bekannt aus */

.video {
    display: inline-block;

    border: 1px solid #1495df;
    background-color: #1495df;
    color: #fff;

    text-align: center;
    line-height: 2em;

    margin-top: 2em;
}
.video img {
    border: 5px solid white;
}
.known-from {
    margin-top: 30px;
}
.known-from h3 {
    margin: 0;
    padding: 0;
}
.known-from > div {
    text-align: center;
}

/* Testimonials */

.testimonials {
    margin-top: 35px;
}
.testimonials .person {
    margin-bottom: 35px;
    text-align: center;
    /*flex: 1;*/
}
.testimonials .person > div:first-child {
    text-align: center;
}
.testimonials .person a {
    font-weight: bold;
}
.testimonials .person img {
    width: 150px;
    margin-bottom: 10px;

    border-radius: 75px;
    border: 5px solid #ffffff;

    -webkit-box-shadow: 0 0 10px -2px #777777;
    -moz-box-shadow:    0 0 10px -2px #777777;
    box-shadow:         0 0 10px -2px #777777;

    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.testimonials .person > div:last-child {
    padding: 0 30px;
}
.testimonials .person > div:last-child p {
    /*font-size: 90%;*/
    /*line-height: 1.4em;*/
}
@media (min-width: 768px) {
    .testimonials .person {
        display: flex;
        text-align: left;
        align-items: center;
    }
    .testimonials .person > div:first-child {
        flex: 0 0 150px;
    }
}
/* flex */
.flex {
    text-align: center;
}
.flex div:first-child img {
    width: 180px;
    max-width: 100%;
}
@media (min-width: 768px) {
    .flex {
        display: flex;
        align-items: center;
    }
    .flex div:first-child {
        flex: 0 0 280px;
        text-align: center;
    }
    .flex div:last-child {
        text-align: left;
    }
}

/*
 * Forms
 */
.form-group label {
    font-weight: normal;
}
.form-group.required label {
    font-weight: 700;
}

/*
 * === Footer ===
 */

.footer {
    margin-top: 4em;
    padding-top: 2em;
    background-color: #959595;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.7em;
}

.footer a,
.footer a:hover {
    color: #ffffff;
}

.footer .big {
    font-size: 18px;
    font-weight: 300;
}

.footer h4 {
    text-transform: uppercase;
    font-weight: bold;
}

.footer .block {
    margin-top: 2em;
}

.footer img {
    max-width: 55%;
    padding: 0 0 .5em 0;
}

/*
 * === Navbar ===
 */

@media (min-width: 768px) and (max-width: 1200px) {
    .navbar .container {
        padding: 0;
    }
}

.navbar-default {
    background-color: #fff;
    border: none;
}

.navbar-default .navbar-nav li {
    margin-bottom: 0;
    text-align: center;
}

.navbar-default .navbar-nav > li > a {
    color: #5C5C5C;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #5C5C5C;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #5C5C5C;
    text-decoration: underline;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #5C5C5C;
    background-color: #fff;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    min-height: 70px;
}
@media (min-width: 992px) {
    .navbar {
        min-height: 100px !important;
        padding-top: 30px;
    }
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
    color: #fff;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 0;
    height: 40px;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
    margin-top: 18px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

.navbar-header {
    text-align: center;
}

.navbar-brand .brand-wrapper > div {
    width: 190px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav {
        padding-top: 15px;
    }
}

@media (min-width: 992px) {
    .navbar {
        min-height: 95px !important;
        padding-top: 20px;
    }

    .navbar-default .navbar-nav {
        padding-top: 10px;
    }

    .navbar-brand .brand-wrapper > div {
        width: 250px;
    }

    .navbar-toggle {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }

    .navbar-brand {
        padding: 0;
        display: block;
        height: 55px;
    }
}

/*
 * === Pricing Table ===
 */

.pricing-table {

    /*background-color: #afd9ee;*/
}
.pricing-table-item {
    text-align: center;
    background: #ffffff;
    width: auto;
    margin: 15px;
    padding: 0 0 1em 0;
    border: 1px solid #dae5f7;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.pricing-table-item-features {
    max-width: 75%;
}
.pricing-table-item ul,
.pricing-table-item ol {
    list-style: none;
    margin: 1em auto;
    padding: 0 0 0 1.2em;
    text-align: left;
    max-width: 260px;
}
.pricing-table-item-features li {
    line-height: 150%;
    font-size: 15px;
    margin: 0 0 5px;
    color: #222222;
}
.pricing-table-item-features li .fa {
    margin-left: -1.2em;
}
.item-price-misc-item {
    font-size: 11px;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;

}
.pricing-discount {
    font-size: 10pt;
    line-height: 1.2em;
}
.pricing-table-item-cta {
    margin-top: 10px;
}
.pricing-table .price {
    font-size: 20pt;
    line-height: 1.5em;
}

.pricing-table .testversion  .spacer {
    display: none;
}
.pricing-table .fullversion  .spacer {
    height: 28px;
}
/* css for promotion */
.pricing-table.promotion .price {
    line-height: 2em;
}
.pricing-table.promotion .testversion .spacer {
    height: 14px;
    display: block;
}
.pricing-table.promotion .fullversion .spacer {
    display: none;
}

@media (min-width: 768px) {
    .pricing-table {
        display: flex;
        align-items: stretch;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
    }
    .pricing-table-item {
        width: 40%;
    }
}

@media (min-width: 996px) {

    .pricing-table-item {
        width: 30%;
    }
}


/*
 * === Buttons ===
 */

/* btn special */

.special a {
    padding: 8px 16px !important;;
    white-space: normal;
    border-radius: 8px;
    border: 2px solid #369de7;
    background-color: #369de7;
    color: #fff !important;
    margin-left: .5rem;
    margin-right: .5rem;
}

.special a:focus,
.special a:visited,
.special a:hover {
    padding: 8px 16px !important;
    white-space: normal;
    border: 2px solid #369de7 !important;
    background-color: #369de7 !important;
    color: #fff !important;
}

/* btn common */

.btn {
    /*font-size: 12pt;*/
    -webkit-transition: background 100ms ease-in-out;
    -o-transition: background 100ms ease-in-out;
    transition: background 100ms ease-in-out;
    margin-bottom: 5px;
    white-space: normal;

    padding: 11px 24px 8px;
    font-size: 11pt;
    line-height: 1.6em;
}

.btn.small {
    padding: 8px 16px;
}

.btn.big {
    padding: 14px 28px;
    font-size: 12pt;
    line-height: 1.6em;
}

/* btn primary */

.btn-primary {
    color: #fff;
    background-color: #43c6c2;
    border-color: #43c6c2;
    text-transform: uppercase;

    /* shadow */
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
}
.btn-primary:hover {
    background-color: #3fb8b4;
    border-color: #3fb8b4;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    text-decoration: none;
    background-color: #3fb8b4;
    border-color: #3fb8b4;
}

.btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #3ba09c;
    border-color: #379490;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus {
    color: #fff;
    background-color: #3ba09c;
    border-color: #379490;
}


/* btn muted */

.btn-muted {
    background: transparent;
    border-color: #fff;
    color: #fff;
    text-transform: uppercase;
}
.btn-muted.blue {
    border-color: #7BD5D6;
    color: #7BD5D6;
}
.btn-muted.gray {
    border-color: #999;
    color: #777;
    text-transform: none;
}

.btn-muted:hover {
    color: #fff;
    background: rgba(0,0,0, 0.05);
}

.btn-muted.gray:hover {
    color: #666;
    background: rgba(0,0,0, 0.02);
}

.btn-muted.blue:hover {
    color: #6cc0c1;
    background: rgba(180,192,193, 0.05);
}


/* btn default */

.btn-default {
    background: #fff;
    color: #1495df;
    text-transform: uppercase;

    /* shadow */
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
}
.btn-default {
    border: none;
}

.btn-default:focus,
.btn-default.focus {
    color: #1495df;
    background-color: #f5f5f5;
    border: none;
}

.btn-default:hover {
    color: #1495df;
    background-color: #f5f5f5;
    border: none;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #147bbd;
    background-color: #f5f5f5;
    border: none;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
    background-color: #999;
    border-color: #ccc;
}