﻿body {
    margin-top: 51px;
    font-family: 'Open Sans', sans-serif !important;
    margin-bottom: 85px !important;
}

.headingFont {
    font-family: 'Oswald', sans-serif;
}

.homePic {
    width: 33%;
    height: auto;
}

.homeDiv {
    background-color: limegreen;
}

#contactDiv {
    text-align: center;
    height: 50%;
    font-size: 16pt;
    font-weight: bold;
    margin-top: 15px
}

#maps {
    width: 80%;
    height: 300px;
    margin-top: 10px;
    margin-left: 10%;
    margin-right: 10%;
}

#angebotTextDiv {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 11pt;
}

#aboutMeDiv {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 11pt;
}

#angebotDiv {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 11pt;
}

.inline {
    display: inline;
}

.massageTypPic {
    width: 100%;
    height: auto;
    box-shadow: 5px 5px 5px gray;
}

.navbar {
    margin-bottom: 0 !important;
    background-color: #f1c653;
    border: none;
}

.navbar-entry {
    color: white !important;
}

.navbar-entry:hover {
    color: black !important;
}

.nav .active .navbar-entry {
    text-decoration: underline;
    border-radius: 15px;
}

.nav .active .navbar-entry:hover {
    color: white !important;
    text-decoration: none !important;
}

html {
    position: relative;
    min-height: 100%;
}

.footer {
    height: 60px;
    background-color: white;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-top: 20px;
    border-top: black 1px solid;
}

.footerContainer {
    margin-top: 25px;
    width: 100%;
}

.aboutMeRight {
    float: left;
}

.aboutMeLeft {
    width: auto;
    margin-left: 35%;
}

#aboutMePic {
    width: 100%;
    height: auto;
    box-shadow: 5px 5px 5px gray;
}

.flyerPic {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.text-nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.panel-heading {
    padding-left: 0;
    padding-right: 0;
}

.panel-header {
    margin: 0;
    padding-bottom: 15px;
    line-height: 1.2;
}

.news-pic {
    cursor: pointer;
}

@media(min-width:750px) {
    .massageTypPic {
        float: left;
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
        margin-top: 2.5%;
    }

    #aboutMePic {
        float: right;
        width: 45%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-top: 2.5%;
    }

    #angebotTextDiv {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }

    #maps {
        height: 500px;
    }

    .flyerPic {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
        margin-top: 2.5%;
    }
}

@media(min-width:1200px) {
    .massageTypPic {
        float: right;
        width: 45%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-top: 2.5%;
    }

    #angebotTextDiv {
        float: left;
        width: 45%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    #aboutMeDiv {
        float: right;
        width: 45%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-bottom: 85px !important;
    }

    .table {
        margin-top: 5%;
    }

    .table1 {
        margin-top: 0 !important;
    }

    #maps {
        height: 650px;
        margin-bottom: 10px;
    }

    .flyerPic {
        width: 25%;
        margin-left: 12.5%;
        margin-right: 12.5%;
        margin-top: 2.5%;
    }
}
