/*
 Helper
*/
.margin-top {
    margin-top: 15px;
}

.margin-bottom {
    margin-bottom: 15px;
}

body,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

header {
    margin-top: 60px;
    background-position: center top;
    background: none;
}

header .video {
    background-image: url(../img/header.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media(min-width:768px) {
    header {
        margin-top: 20px;
    }
}

#cover img {

    width: 100%;
}

#cover img:hover {
    /*transform: scale(1.2);
    transition: all 0.5s;*/
}

header .header-content .header-content-inner h1 {
    color: white;
    font-weight: 600;
    background: rgb(113, 186, 100);
    display: inline;
    text-shadow: 0px 0px 1px #aaa;
    line-height: 1.1em;
    font-size: 3.6em;
    padding: 3px;
}

header .header-content .header-content-inner h2,
header .header-content .header-content-inner h3 {
    color: white;
    background: rgb(0, 85, 157);
    font-weight: 100;
    font-size: 1.6em;
    padding: 3px;
    display: inline-block;
}

header .header-content .header-content-inner h3 {
    margin-top: 0.5em;
    font-size: 2.1em;
}

.navbar-brand img {
    width: 100px;
}

@media (max-width: 768px) {
    #cover img {
        width: 180%;
    }

    header .header-content {
        position: absolute;
        top: 0;
        padding: 40px 15px;
        transform: none;
    }
}

@media (min-width: 768px ) and (max-width: 1200px) {
    #cover img {
        width: 150%;
    }

    header .header-content {
        position: absolute;
        top: 0;
        padding: 130px 15px;
        transform: none;
    }
}

@media (min-width: 1200px) {
    header .header-content {
        top: 45%;
    }

    header .header-content .header-content-inner {
        margin-left: 0px;

    }

    header .header-content .header-content-inner h1 {
        color: rgb(113, 186, 100);
        text-align: left;
        background: none;
        display: block;
        line-height: 1.0em;
        font-size: 6em;
    }

    header .header-content .header-content-inner h2,
    header .header-content .header-content-inner h3 {
        color: rgb(0, 85, 157);
        background: none;
        font-size: 3em;
    }

    header .header-content .header-content-inner h3 {
        font-size: 3.6em;
        margin-top: 0;
    }
}

header .header-content .header-content-inner h1 > span {
    font-weight: 100;
}

section {
    padding-top: 50px;
    padding-bottom: 40px;
}

p {
    margin-bottom: 10px;
    font-weight: 300;
}

.lead {
    font-weight: 300;
}

.section-heading {
    font-weight: 300;
}

.container-fluid > .navbar-header {
    margin-bottom: 15px;
}

.navbar-right {
    margin-top: 10px;
}

.navbar-toggle {
    margin-top: 18px;
    margin-bottom: 0px;
    border: none;
}

.btn-link,
.btn-link:hover,
.btn-link:active {
    color: rgb(113, 186, 100);
}

.bg-primary,
.btn-primary {
    color: white !important;
    background-color: rgb(113, 186, 100);
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: rgb(192, 221, 186);
}

.btn-secondary {
    color: white;
    background: rgb(0, 85, 157);
}

.btn-secondary:active,
.btn-secondary:hover {
    color: white;
    background: rgb(135, 188, 231);
}

.navbar-default.affix .nav > li > a:hover,
.navbar-default.affix .nav > li > a:focus:hover,
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:hover span,
a:hover {
    color: rgb(192, 221, 186);
}

hr {
    border-color: rgb(113, 186, 100);
}

hr.light {
    border-color: rgb(0, 85, 157);
}

.navbar-default .navbar-header .navbar-brand,
.text-primary,
.navbar-default.affix .navbar-header .navbar-brand,
a {
    color: rgb(113, 186, 100);
}

.navbar-default {
    background: white;
}

.navbar-default .nav > li > a {
    color: rgb(113, 186, 100) !important;
}

.navbar-default .nav > li.active > a, .navbar-default .nav > li.active > a:focus {
    color: rgb(192, 221, 186) !important;
}

.box-preise {

}

.box-preise .box-preise-item {
    font-weight: 100;
    text-align: center;
    border-radius: 5px;
    /*background-color: rgb(192,221,186);*/
    background-color: #fff;
    box-shadow: 1px 1px 15px #666;
    color: #000;
    padding: 10px;
    color: rgb(0, 85, 157);
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 30px;
    min-height: 320px;
}

.box-preise .box-preise-item hr {
    border-color: rgb(192, 221, 186);
}

.box-preise .box-preise-item:hover {
    box-shadow: 1px 1px 25px #333;
}

.box-preise .box-preise-item h2 {
    font-size: 1.8rem;
    font-weight: 300;
}

.box-preise .box-preise-item h1 > .currency {
    vertical-align: top;
    font-size: 2rem;
    font-weight: 300;
}

.box-preise .box-preise-item h1 > .duration {
    vertical-align: bottom;
    font-size: 1.5rem;
    font-weight: 300;
}

.box-preise .box-preise-item h1 > .duration::before {
    content: "/ ";
}

.box-preise .box-preise-item h3 {
    font-size: 1.4rem;
    font-weight: 300;
    position: absolute;
    bottom: 20px;
    left: 10px;
    right: 10px;
    text-align: center;
}

#therapieangebot .box-preise-item h2 {
    color: white;
    font-size: 2.3em;
}

.box-preise-item h1 > small {
    color: inherit;
}

#gutscheine .box-preise-item {
    z-index: 1;
}

#gutscheine .box-preise-item:hover {
    z-index: 999999;
    transition: all 4.6s ease-in-out;
}

.social a {
    text-decoration: none;
}

.social i.fa-facebook-square {
    color: #3B5998;
}

.social i.fa-twitter-square {
    color: #1DA1F2;
}

.social i.fa-envelope-square {
    color: rgb(113, 186, 100);
}

.modal-header h4 {
    color: rgb(113, 186, 100);
}

#therapieangebot .box-preise-item {
    background: rgb(113, 186, 100);
    color: white;
    box-shadow: 0 0 5px #666;
    cursor: pointer;
}

#therapieangebot .box-preise-item h2 {
    text-shadow: 0px 1px 4px #333;
}

#therapieangebot .box-preise-item:hover button {
    transform: scale(1.1);
    transition: all .4s;
}

#preise .box-preise-item {
    transform: scale(1.0);
    transition: all .4s;
}

#preise .box-preise-item:hover {
    transform: scale(1.05);
    transition: all .4s;
}

img.gutschein {
    box-shadow: 1px 1px 6px #666;
}

img.gutschein:hover {
    z-index: 9999;
}
