/*---------------------------------------------------*/
/* BASIC SETUP */
/*---------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    background-color: #fff;
    color: #555;
    font-family: 'Muli', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
}

/*---------------------------------------------------*/
/* REUSABLE COMPONENTS */
/*---------------------------------------------------*/

.row {
    max-width: 1140px;
    margin: 0 auto 0 auto;
}

.section {
    padding: 15px 0;
}

.box {
    padding: 1%;
}

/* ----- HEADINGS -----*/
h1,
h2,
h3 {
    font-weight: 300;
    
}

h1 {
    margin: 50px 0;
    color: #fff;
    font-size: 250%;
    word-spacing: 3px;
    letter-spacing: 1px;
    text-align: center;
    
}

h2 {
    font-size: 200%;
    margin-top: 100px;
    margin-bottom: 75px;
    text-align: center;
    letter-spacing: 1px;
}

h3 {
    font-size: 110%;
    margin-bottom: 15px;
}

/*---------------------------------------------------*/
/* PARAGRAPHS */
/*---------------------------------------------------*/



/*---------------------------------------------------*/
/* HEADER */
/*---------------------------------------------------*/


header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/health-header.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
} 

.intro-text-box {
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2% 2%;
}

.logo {
    height:100px;
    width: auto;
    float: left;
    margin-top: 20px;
}


/* Main navi*/
.main-nav {
    float: right;
    list-style: none;
    margin-top: 60px;
}

.main-nav li {
    display: inline-block;
    margin-left: 40px;
}

.main-nav li a:link,
.main-nav li a:visited {
    color: #fff;
    text-decoration: none;
    font-size: 90%;
    transition: border-bottom 0.5s;
    border-bottom: 2px solid transparent;
    padding: 8px 0;
}

.main-nav li a:active,
.main-nav li a:hover {
    border-bottom: 2px solid #fff; 
}

/* Mobile navi*/

.mobile-nav-icon {
    float: right;
    margin-top: 10px;
    cursor: pointer;
    display: none;
}

.mobile-nav-icon i {
    font-size: 200%;
    color: #555;
}

/* Sticky navi*/
.sticky {
    position: fixed;
    top: 0;
    left 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 2px #ebebeb;
    z-index: 9999;
}

.sticky .main-nav {
    margin-top: 18px;
}

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
    color: #555;
    padding: 16px 0;
}

.sticky .main-nav li a:active,
.sticky .main-nav li a:hover {
    border-bottom: 3px solid #C4E538; 
}

.sticky .logo {
    height: 50px;
    width: auto;
    float: left;
    margin: 5px 0;
}



/*---------------------------------------------------*/
/* SECTION MASSAGEN */
/*---------------------------------------------------*/

.massagen {
    background-color: rgb(239, 255, 230);
}

.massagen-box p {
    min-height: 220px;
}

.avatar-massagen
{
    height:200px;
    width: 300px;
    display: block;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
}


.massagen
h3 {
    text-align: center;
}

.massagen-btn:link,
.massagen-btn:visited {
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    font-weight: 100;
    background-color: #C4E538;
    color: #fff;
    border-radius: 200px;
    transition: background-color 0.2s;
    
}

.massagen-btn:hover,
.massagen-btn:active {
    background-color: #adcf1b;
}

.massagen-box {
    padding: 20px 20px;
    text-align: center;
    display: block;
    margin: 20px 0;
    background-color: rgba(230, 230, 230, 0.62);
}

.massagen-text {
    text-align: left;
   line-height: 145%;
    font-size: 85%;
    letter-spacing: 1px;
}

/*---------------------------------------------------*/
/* Behandlung-% */
/*---------------------------------------------------*/

.behandlung-text {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    color: #fff;
    line-height: 145%;
    font-size: 90%;
    letter-spacing: 1px;
}

.behandlung-text li {list-style: none;}

.massagen-foot {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/massagen-foot_hintergrund.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 75vh;
    padding: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    display: table;
    width: 100%;
}

.massagen-klassisch {
     background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/massagen-klassische_hintergrund.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 75vh;
    padding: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    display: table;
    width: 100%;
}

.massagen-osteo {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/massagen-osteobalance_hintergrund.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 50vh;
    padding: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    display: table;
    width: 100%;
}

.massagen-hot-stone {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/massagen-hotstone_hintergrund.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 75vh;
    padding: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    display: table;
    width: 100%;
}

.massagen-wirbel {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/massagen-wirbeltherapienachdorn_hintergrund.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 75vh;
    padding: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    display: table;
    width: 100%;
}

.massagen-fussbad {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/massagen-elektrolyse-fussbad_hintergrund.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 75vh;
    padding: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    display: table;
    width: 100%;
}

.massagen-narben {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/massagen-narben_hintergrund.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 75vh;
    padding: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    display: table;
    width: 100%;
}

.TimeWaver {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/timewaver.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 75vh;
    padding: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    display: table;
    width: 100%;
}

.timewaver-video{
    height:350px;
    width: 500px;
    display: block;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.bodytec {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/massagen-bodytec_hintergrund.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 75vh;
    padding: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    display: table;
    width: 100%;
}

.behandlung-8 a {
    text-decoration: none;
    color: #fff;
}

/*---------------------------------------------------*/
/* LIFESTYLE */
/*---------------------------------------------------*/

.lifestyle-energetix {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/energetix.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 50vh;
    padding: 25px;
    margin-bottom: 25px;
    display: table;
    width: 100%;
}
    
.lifestyle h3 {     
    
    text-align: center;
    font-size: 110%;
    margin-bottom: 15px;
}
    

.juice-plus {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/lifestyle-juiceplus.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 75vh;
    padding: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    display: table;
    width: 100%;
    
}
.lifestyle-energetix-text,
.juice-plus-text
{
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    color: #fff;
    line-height: 145%;
    font-size: 90%;
    letter-spacing: 1px;
    
    }

.juice-plus-text a {
    text-decoration: none;
    color: #C4E538;
}

.juice-video{
    height:350px;
    width: 500px;
    display: block;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.juice-plus-text ul {list-style: none;}

/*---------------------------------------------------*/
/* PREISE */
/*---------------------------------------------------*/

.preise {
    background-color: rgb(239, 255, 230);
}

.preise-box {
    background-color: #fff;
    border-radius: 5px;
    width: 90%;
    margin-left: 5%;
    box-shadow: 5px 5px #ededed;
    min-height: 294px;
}

.preise-box h3 {
    margin-bottom: 0;
    font-weight: 100;
}

.preise-box div {
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.preise-box div:last-child{
   border:none;
}

.preise-box div:first-child{
   text-align: center;
}

.preise-box span {
    font-size: 70%;
}

.preise-box ul {
    list-style: none;
}

.preise-box ul li {
    padding: 5px 0;
}

.icon-small {
    padding-right: 5px;
    font-size: 110%;
}

.section-preise 
p {
    font-size: 70%;
    margin: 30px 0;
    font-weight: 200;
}

.emr-logo {
    float:left;
    height: 30px;
    width: auto;
    margin-right: 10px;
}

.krankenkasse p {
    font-size: 75%;
    font-weight: 200;
    margin: 30px 0;
}

/*---------------------------------------------------*/
/* ÜBER MICH */
/*---------------------------------------------------*/

.uber-mich{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../img/ubermich-background.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color:#fff;
    padding: 15px 0;
}

.welcome-copy {
    color:#fff;
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
    margin-bottom: 5%;
}

.mich-box 
li
{
    list-style: none;
    font-size: 90%;
    line-height: 145%;
}

.mich-box:first-child {
    margin-right: 0;
    
}


.mich-box-weiterbildungen
li
{
    list-style: none;
    font-size: 90%;
    line-height: 145%;
}

.avatar {
    height:250px;
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    }



/*---------------------------------------------------*/
/* KONTAKT */
/*---------------------------------------------------*/

.kontakt {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url(../img/wood-kontakt.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color:#fff;
}

.kontakt
ul{
    list-style: none;
    display: inline-block;
    
}

.kontakt-icon  {
    font-size: 350%;
}

.kontakt-text {
    font-size: 75%;
    font-weight: 200;
    margin: 30px 0;
}

.kontakt li{
    font-size: 75%;
    
}

.kontakt-box
{
    list-style: none;
    text-align: center;
    
}

.kontakt p {
    font-size: 90%;
    margin: 30px 0;
    font-weight: 200;
}

/*---------------------------------------------------*/
/* FOOTER */
/*---------------------------------------------------*/

footer {
    background-color: #937b5f;
    color: #fff;
    padding: 10px;
}

.footer-info {
    list-style: none;
    float:left;
    text-align: center;
    font-size: 75%;
    font-weight: 200;
}

.social-links {
    list-style: none;
    float: right;
}

footer p {
    text-align: center;
    font-size: 75%;
    font-weight: 200;
}

.footer-info li,
.social-links li{
    display: inline-block;
    margin-right: 10px;
}

.footer-info li:last-child,
.social-links li:last-child {
    margin:0;
}

.social-links li a:link,
.social-links li a:visited {
    text-decoration: none;
    font-size: 180%;
    border: 0;
    color: #fff;
}

.ion-logo-facebook,
.ion-logo-instagram,
.ion-logo-md-mail {
    transition: color: 0.5s;
}

.ion-logo-facebook:hover {
    color:#3b5998;
}

.ion-logo-instagram:hover {
    color:#517fa4;
}

.ion-md-mail:hover {
    color:#dc4e41;
}

footer a {
    text-decoration: none;
    color: #fff;
}

/*---------------------------------------------------*/
/* ANIMATIONS */
/*---------------------------------------------------*/

.js--wp-1 {
    opacity: 0;
}

.js--wp-1.animated {
    opacity: 1;
}




