/* =========================================================
   CATALEYA MASSAGE
   FOOTER – MOBILE
   BIS 767 PX
   ========================================================= */


/* =========================================================
   FOOTER-SICHTBARKEIT
   ========================================================= */

@media only screen and (max-width: 767px) {

    .cataleya-footer-mobile {
        display: block;
    }

}

@media only screen and (min-width: 768px) {

    .cataleya-footer-mobile {
        display: none;
    }

}


/* =========================================================
   HAUPTFOOTER
   ========================================================= */

.cataleya-footer-mobile {
    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 40px 0 20px 0;

    background-color: #000000;

    overflow: hidden;

    box-sizing: border-box;
}


/* =========================================================
   ALLE ELEMENTE
   ========================================================= */

.cataleya-footer-mobile,
.cataleya-footer-mobile * {
    box-sizing: border-box;
}


/* =========================================================
   INNERER BEREICH
   ========================================================= */

.cataleya-footer-mobile-inner {
    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0 20px;
}


/* =========================================================
   BEREICHE
   ========================================================= */

.cataleya-footer-mobile-section {
    width: 100%;

    margin: 0 0 30px 0;
    padding: 0;
}


/* =========================================================
   LOGO
   ========================================================= */

.cataleya-footer-mobile-logo {
    width: 100%;
    max-width: 100%;

    margin: 0 0 20px 0;
    padding: 0;

    overflow: hidden;
}


.cataleya-footer-mobile-logo-link {
    display: inline-block;

    width: auto;
    max-width: 100%;

    margin: 0;
    padding: 0;

    line-height: 0;

    text-decoration: none;
}


.cataleya-footer-mobile-logo-image {
    display: block;

    width: auto;
    max-width: 100%;
    height: auto;

    margin: 0;
    padding: 0;
}


/* =========================================================
   KONTAKT
   ========================================================= */

.cataleya-footer-mobile-contact {
    width: 100%;

    margin: 0;
    padding: 0;
}


.cataleya-footer-mobile-contact p {
    margin: 0 0 8px 0;
    padding: 0;

    color: #cccccc;

    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.5;
}


.cataleya-footer-mobile-contact p:last-child {
    margin-bottom: 0;
}


.cataleya-footer-mobile-contact a {
    color: #cccccc;

    text-decoration: none;
}


.cataleya-footer-mobile-contact a:hover {
    color: #ffffff;
}


/* =========================================================
   ÜBERSCHRIFTEN
   ========================================================= */

.cataleya-footer-mobile-title {
    margin: 0 0 12px 0;
    padding: 0;

    color: #ffffff;

    font-family: "Open Sans", sans-serif;
    font-size: 19px;
    font-weight: 700;

    line-height: 1.3;
}


/* =========================================================
   RECHTLICHES
   ========================================================= */

.cataleya-footer-mobile-legal-menu {
    width: 100%;

    margin: 0;
    padding: 0;
}


.cataleya-footer-mobile-menu-list {
    width: 100%;

    margin: 0;
    padding: 0;

    list-style: none;
}


.cataleya-footer-mobile-menu-list li {
    width: 100%;

    margin: 0 0 9px 0;
    padding: 0;

    list-style: none;
}


.cataleya-footer-mobile-menu-list a {
    display: block;

    width: auto;

    margin: 0;
    padding: 0;

    color: #cccccc;

    font-family: "Open Sans", sans-serif;

    font-size: 15px;
    line-height: 1.5;

    text-decoration: none;
}


.cataleya-footer-mobile-menu-list a:hover {
    color: #ffffff;
}


/* =========================================================
   ÖFFNUNGSZEITEN
   ========================================================= */

.cataleya-footer-mobile-hours {
    margin: 0 0 25px 0;
    padding: 0;
}


.cataleya-footer-mobile-hours p,
.cataleya-footer-mobile-address p {
    margin: 0 0 8px 0;
    padding: 0;

    color: #cccccc;

    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.5;
}


/* =========================================================
   ANSCHRIFT
   ========================================================= */

.cataleya-footer-mobile-address {
    margin: 0;
    padding: 0;
}


/* =========================================================
   COPYRIGHT
   ========================================================= */

.cataleya-footer-mobile-copyright {
    width: 100%;

    margin: 10px 0 0 0;
    padding: 15px 0 0 0;

    border-top: 1px solid #222222;
}


.cataleya-footer-mobile-copyright p {
    margin: 0;
    padding: 0;

    color: #888888;

    font-family: "Open Sans", sans-serif;

    font-size: 12px;
    line-height: 1.5;
}


/* =========================================================
   KLEINE SMARTPHONES
   BIS 480 PX
   ========================================================= */

@media only screen and (max-width: 480px) {

    .cataleya-footer-mobile-inner {
        padding: 0 15px;
    }

}