/* =========================================================
   CATALEYA MASSAGE
   PAGE
   ========================================================= */


/* =========================================================
   GRUNDEINSTELLUNGEN
   ========================================================= */

.cataleya-page-content {
    width: 100%;
    margin: 0 auto;

    padding: 40px 0;
}


/* =========================================================
   PAGE CONTENT
   TEXT
   ========================================================= */

.cataleya-page-content p {
    color: #333333;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 15px;
}


/* =========================================================
   PAGE CONTENT
   ÜBERSCHRIFTEN
   ========================================================= */

.cataleya-page-content h1,
.cataleya-page-content h2,
.cataleya-page-content h3,
.cataleya-page-content h4,
.cataleya-page-content h5,
.cataleya-page-content h6 {
    margin-top: 0;
    margin-bottom: 20px;
}


/* =========================================================
   PAGE CONTENT
   LINKS
   ========================================================= */

.cataleya-page-content a {
    text-decoration: none;
}


/* =========================================================
   PAGE CONTENT
   BILDER
   ========================================================= */

.cataleya-page-content img {
    max-width: 100%;
    height: auto;
}


/* =========================================================
   PAGE CONTENT
   LISTEN
   ========================================================= */

.cataleya-page-content ul,
.cataleya-page-content ol {
    margin-top: 0;
    margin-bottom: 20px;
}

.cataleya-page-content li {
    line-height: 1.6;
}


/* =========================================================
   PAGE CONTENT
   TABELLEN
   ========================================================= */

.cataleya-page-content table {
    width: 100%;
    border-collapse: collapse;
}

.cataleya-page-content th {
    padding: 15px;
    text-align: center;
}

.cataleya-page-content td {
    padding: 10px;
}


/* =========================================================
   PAGE CONTENT
   BLOCKQUOTE
   ========================================================= */

.cataleya-page-content blockquote {
    border-left: 5px solid #DE2588;
    margin: 20px 0;
    padding-left: 15px;
}

.cataleya-page-content blockquote p {
    color: #333333;
}


/* =========================================================
   DESKTOP
   AB 1200 PX
   ========================================================= */

@media only screen and (min-width: 1200px) {

    .cataleya-page-content {
        width: 70%;
        padding: 40px 0;
    }

}


/* =========================================================
   TABLET
   768 PX – 1199 PX
   ========================================================= */

@media only screen and (min-width: 768px) and (max-width: 1199px) {

    .cataleya-page-content {
        width: 90%;
        padding: 35px 0;
    }

}


/* =========================================================
   MOBILE
   BIS 767 PX
   ========================================================= */

@media only screen and (max-width: 767px) {

    .cataleya-page-content {
        width: 100%;
        padding: 25px 15px;
        box-sizing: border-box;
    }


    /* -----------------------------------------------------
       TEXT
       ----------------------------------------------------- */

    .cataleya-page-content p {
        line-height: 1.5;
    }


    /* -----------------------------------------------------
       ÜBERSCHRIFTEN
       ----------------------------------------------------- */

    .cataleya-page-content h1,
    .cataleya-page-content h2,
    .cataleya-page-content h3,
    .cataleya-page-content h4,
    .cataleya-page-content h5,
    .cataleya-page-content h6 {
        margin-bottom: 15px;
    }


    /* -----------------------------------------------------
       TABELLEN
       ----------------------------------------------------- */

    .cataleya-page-content table {
        display: block;
        width: 100%;
        overflow-x: auto;
    }

}


/* =========================================================
   SEHR KLEINE MOBILE GERÄTE
   BIS 480 PX
   ========================================================= */

@media only screen and (max-width: 480px) {

    .cataleya-page-content {
        width: 100%;
        padding: 20px 12px;
    }


    /* -----------------------------------------------------
       TEXT
       ----------------------------------------------------- */

    .cataleya-page-content p {
        line-height: 1.5;
    }


    /* -----------------------------------------------------
       TABELLEN
       ----------------------------------------------------- */

    .cataleya-page-content table {
        font-size: 14px;
    }

}