*{box-sizing: border-box;}

body {
    font-family: 'Lucida Sans',  sans-serif;
    cursor: pointer;
    padding: 20px;
    background-image: url(images/Blossoms2.jpg);
    background-repeat: repeat;
    background-position: left top;
    background-color: rgba(235, 195, 223, 0.8);
    color: black;
}

.header {
    margin: 0 auto;
    border-style: solid;
    border-color: rgb(153, 8, 112);
    border-width: 1px;
    max-width: 850px;
    padding: 20px 3px 0px;
    border-radius: 15px;
    background-color: rgb(153, 8, 112);
    color: rgb(241, 155, 195);
    text-shadow: 2px 2px 4px #460034ff;
    line-height: 5px;
}

.header-logo {
    float: left; 
    width: 100px;
    margin-right: 10px;
    filter: invert(100%);
    }

.header-column {
    float: left;
    width: 33.33% 1fr;
    padding: 0 10px;
    text-align: left;
}
    
#topnav {
    overflow: hidden;
    
    margin: 0 auto;
    margin-top: 10px;
    max-width: 850px;
    border-style: solid;
    border-color: rgba(153, 8, 112, 0.3);
    border-width: 1px;
    border-radius: 5px;
    
    background-color: rgba(51, 51, 51, .7);
}

#topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 8px 14px;
    text-decoration: none;
    font-size: 14px;
}

#topnav  a:hover:not(.active) {background-color: rgb(202, 124, 161);}
#topnav a.active {background-color: rgb(153, 8, 112);}
#topnav a.right {float: right;}


.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky + .content {
    padding-top: 60px;
}

.column {
    float: left;
    width: 33.33%;
    padding: 0 10px;
}   

.reiki-column {
    float: left;
    width: 50%;
    padding: 0 10px;
    text-align: center;
}
.reiki-kurse-column {
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-top: 20px;
    text-align: center;
}
.reiki-kurse-info-column {
    float: left;
    width: 100%;
    padding: 0 10px;
    margin-top: 20px;
    text-align: center;
}
.massage-column {
    float: center;
    width: 50%;
    padding: 0 10px;
    text-align: center;
}


.row {margin: 0 auto; max-width: 750px; padding-bottom: 20px;}

.row::after {
    content: "";
    display: table;
    clear: both;
}

.about-container {
    margin: 0 auto; 
    max-width: 850px;
    border-style: solid;
    border-color: rgba(153, 8, 112, 0.3);
    border-width: 1px;
    border-radius: 15px;
    margin-top: 30px;
    padding: 3px 30px;
    background-color: rgba(250, 239, 248, 0.7);
    font-size: 14px;
    text-align: center;
    color: rgb(153, 8, 112);
}

.bio-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border-radius: 8px;
}

.bio-list-box {
    font-size: 14px;
    text-align: left;
    border-color: #460034ff;
}
.bio-list li {
    background-color: #dfaed6ff;
    color:#460034ff;
 }

 .pr-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    padding-top: 5px;
    padding-bottom: 10px;
}


 .wheel-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    border-radius: 100px;
    filter: invert(100%)
}

.impressum-container {
    margin: 0 auto; 
    max-width: 850px;
    border-radius: 15px;
    margin-top: 30px;
    padding: 3px 30px;
    text-align: center;
    background-color: rgba(250, 239, 248, 0.7);
    color: rgb(71, 66, 70);
}

.reiki-container {
    margin: 0 auto; 
    max-width: 850px;
    border-style: solid;
    border-color: rgba(153, 8, 112, 0.3);
    border-width: 1px;
    border-radius: 15px;
    margin-top: 30px;
    padding: 3px;
    background-color: rgba(197, 105, 148, 0.7);
    color: white;
    text-align: center;
}

.reiki-page-container {
    margin: 0 auto; 
    max-width: 850px;
    border-radius: 15px;
    margin-top: 30px;
    padding: 30px;
    text-align: center;
    background-color: rgba(197, 105, 148, 0.7);
    color: rgb(153, 8, 112);
}

.massage-container {
    margin: 0 auto; 
    max-width: 850px;
    border-style: solid;
    border-color: rgba(153, 8, 112, 0.3);
    border-width: 1px;
    border-radius: 15px;
    margin-top: 30px;
    padding: 3px;
    background-color: rgba(197, 105, 148, 0.7);
    color: white;
    text-align: center;
}
.massage-page-container {
    margin: 0 auto; 
    max-width: 850px;
    border-radius: 15px;
    margin-top: 30px;
    padding: 3px;
    background-color: rgba(197, 105, 148, 0.7);
    color: white;
    text-align: center;
}

.meditation-container {
    margin: 0 auto; 
    max-width: 850px;
    border-style: solid;
    border-color: rgba(153, 8, 112, 0.3);
    border-width: 1px;
    border-radius: 15px;
    margin-top: 30px;
    padding: 3px;
    text-align: center;
    background-color: rgba(250, 239, 248, 0.7);
    color: rgb(153, 8, 112);
}

.card {
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 8px 16px 16px 16px;
    margin-bottom: 10px;
    text-align: center;
    text-shadow: 2px 2px 4px #5e1048ff;
    background-color: rgba(250, 239, 248, 0.7);   
}

.reiki-kurse-card {
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    margin-bottom: 1px;
    text-align: center;
    background-color: rgba(250, 239, 248, 0.7);
    font-size: 14px;
    color: rgb(153, 8, 112);   
}
.massage-card {
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 8px 16px 16px 16px;
    margin-bottom: 10px;
    text-align: center;
    background-color: rgba(250, 239, 248, 0.7); 
    font-size: 14px;
    color:rgb(153, 8, 112);
}

.card-icon {
    font-size: 30px;
    margin-bottom: 0px;
}

.massage-card-icon {
    font-size: 40px;
    margin-bottom: 0px;
}

#card-btn {
    font-size: 12px;
    padding: 4px 7px;
    border-radius: 5px;
    background-color: rgb(153, 8, 112);
    color: rgb(250, 235, 215);
    border: 2px solid #460034ff;
}

#card-btn a {
    text-decoration: none;
    font-size: 12px;
    padding: 4px 7px;
    border-radius: 5px;
    background-color: rgb(153, 8, 112);
    color: rgb(250, 235, 215);
    transition-duration: .8s;
}    
#card-btn a:hover {
    text-decoration: none;
    background-color: #dfaed6ff;
    color:#460034ff;
}


ul.kurse-items {
    font-size: 14px;
    text-align: left;
}

.wo-bullet {
    list-style-type: none;
}

.footer {
    margin: 0 auto; 
    border-style: solid;
    border-color: rgba(153, 8, 112, 0.3);
    border-width: 1px;
    max-width: 850px;
    border-radius: 15px;
    margin-top: 30px;
    padding: 30px;
    text-align: center;
    background-color: rgba(51, 51, 51, .7);
    color: white;
}

@media screen and (max-width: 478px) {
    body.custom-background {
        background-image: none !important;
    }
    .column {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}