/* =========================================================
   CATALEYA MASSAGE
   FRONT PAGE
   ========================================================= */


/* =========================================================
   GRUNDEINSTELLUNGEN
   ========================================================= */

.frontpage-main {
    width: 100%;
}

.frontpage-slider-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.frontpage-slider {
    width: 100%;
}

.frontpage-slider-container .tp-leftarrow,
.frontpage-slider-container .tp-rightarrow {
    display: none !important;
}

/* =========================================================
   FRONT PAGE SLIDER
   OVERLAY
   ========================================================= */

.frontpage-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.5);

    z-index: 1;

    pointer-events: none;
}


/* =========================================================
   FRONT PAGE SLIDER
   TITEL
   ========================================================= */

.frontpage-slide-title {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;

    color: #ffffff;

    white-space: nowrap;

    z-index: 2;
}

.frontpage-slide-title span {
    color: #e91e63;
}


/* =========================================================
   FRONT PAGE SLIDER
   TRENNLINIE
   ========================================================= */

.frontpage-slide-divider {
    width: 800px;
    height: 1px;
    z-index: 2;
}

.frontpage-slide-divider div {
    width: 100%;
    height: 1px;

    background: rgba(233, 30, 99, 0.8);
}


/* =========================================================
   FRONT PAGE SLIDER
   BUTTON WRAPPER
   ========================================================= */

.frontpage-slide-button-wrapper {
    z-index: 2;
}


/* =========================================================
   FRONT PAGE SLIDER
   BUTTON
   ========================================================= */

.frontpage-slide-button {
    display: inline-block;

    font-size: 24px;
    line-height: 1.2;

    padding: 20px 45px;

    color: #ffffff !important;

    white-space: nowrap;
}

.frontpage-slide-button:hover,
.frontpage-slide-button:focus,
.frontpage-slide-button:active {
    color: #ffffff !important;
}


/* =========================================================
   FRONT PAGE INTRO
   SCHWARZER BALKEN
   ========================================================= */

.frontpage-intro {
    width: 100%;

    background: #000000;

    min-height: 100px;

    padding: 25px 0;

    margin: 0;
}


/* =========================================================
   FRONT PAGE INTRO
   TEXT
   ========================================================= */

.frontpage-intro-text {
    margin: 0;

    color: #ffffff;
}


/* =========================================================
   ERSTE ZEILE
   WILLKOMMEN
   ========================================================= */

.frontpage-intro-title {
    display: block !important;

    color: #ffffff !important;

    font-size: 30px !important;
    font-weight: 400;

    line-height: 1.2 !important;

    margin: 0;
}


/* =========================================================
   ZWEITE ZEILE
   THAIMASSAGE
   ========================================================= */

.frontpage-intro-subtitle {
    display: inline !important;

    color: #999999 !important;

    font-size: 16px !important;
    font-weight: 400;

    line-height: 1.2 !important;

    margin: 0;
}


/* =========================================================
   FRONT PAGE INTRO
   BUTTON WRAPPER
   ========================================================= */

.frontpage-intro-button-wrapper {
    text-align: right;
}


/* =========================================================
   FRONT PAGE CONTENT
   ========================================================= */

.frontpage-content {
    width: 100%;
    margin: 0 auto;
}


/* =========================================================
   DESKTOP
   AB 1200 PX
   ========================================================= */

@media only screen and (min-width: 1200px) {

    .frontpage-content {
        width: 70%;
    }

    .frontpage-intro {
        margin: 0;
    }

    .frontpage-intro-title {
        font-size: 30px !important;
    }

    .frontpage-intro-subtitle {
        font-size: 16px !important;
    }

}


/* =========================================================
   TABLET
   768 PX – 1199 PX
   ========================================================= */

@media only screen and (min-width: 768px) and (max-width: 1199px) {

    .frontpage-content {
        width: 90%;
    }

    /* -----------------------------------------------------
       SLIDER – TITEL
       ----------------------------------------------------- */

    .frontpage-slide-title {
        font-size: 40px;
        white-space: nowrap;
    }


    /* -----------------------------------------------------
       SLIDER – TRENNLINIE
       ----------------------------------------------------- */

    .frontpage-slide-divider {
        width: 650px;
    }


    /* -----------------------------------------------------
       SLIDER – BUTTON
       ----------------------------------------------------- */

    .frontpage-slide-button {
        font-size: 22px;
        padding: 18px 40px;
    }


    /* -----------------------------------------------------
       INTRO
       ----------------------------------------------------- */

    .frontpage-intro {
        margin: 0;
        padding: 22px 0;
    }


    /* -----------------------------------------------------
       INTRO – ERSTE ZEILE
       ----------------------------------------------------- */

    .frontpage-intro-title {
        font-size: 26px !important;
    }


    /* -----------------------------------------------------
       INTRO – ZWEITE ZEILE
       ----------------------------------------------------- */

    .frontpage-intro-subtitle {
        font-size: 16px !important;
    }


    /* -----------------------------------------------------
       INTRO – BUTTON
       ----------------------------------------------------- */

    .frontpage-intro-button {
        font-size: 18px;
        padding: 10px 20px;
    }

}


/* =========================================================
   MOBILE
   BIS 767 PX
   ========================================================= */

@media only screen and (max-width: 767px) {

    .frontpage-content {
        width: 100%;
    }

    /* -----------------------------------------------------
       SLIDER
       ----------------------------------------------------- */

    .frontpage-slider-container {
        width: 100%;
        overflow: hidden;
    }


    /* -----------------------------------------------------
       SLIDER – TITEL
       ----------------------------------------------------- */

    .frontpage-slide-title {
        font-size: 28px;
        line-height: 1.2;

        white-space: nowrap;
    }


    /* -----------------------------------------------------
       SLIDER – TRENNLINIE
       ----------------------------------------------------- */

    .frontpage-slide-divider {
        width: 80vw;
        max-width: 500px;
    }


    /* -----------------------------------------------------
       SLIDER – BUTTON WRAPPER
       ----------------------------------------------------- */

    .frontpage-slide-button-wrapper {
        white-space: nowrap;
    }


    /* -----------------------------------------------------
       SLIDER – BUTTON
       ----------------------------------------------------- */

    .frontpage-slide-button {
        font-size: 18px;
        line-height: 1.2;

        padding: 14px 30px;

        color: #ffffff !important;
    }

    .frontpage-slide-button:hover,
    .frontpage-slide-button:focus,
    .frontpage-slide-button:active {
        color: #ffffff !important;
    }


    /* -----------------------------------------------------
       INTRO
       ----------------------------------------------------- */

    .frontpage-intro {
        margin: 0;
        padding: 20px 0;
    }


    /* -----------------------------------------------------
       INTRO – TEXT
       ----------------------------------------------------- */

    .frontpage-intro-text {
        text-align: center;

        color: #ffffff;
    }


    /* -----------------------------------------------------
       INTRO – ERSTE ZEILE
       ----------------------------------------------------- */

    .frontpage-intro-title {
        display: block !important;

        color: #ffffff !important;

        font-size: 23px !important;
        font-weight: 400;

        line-height: 1.2 !important;
    }


    /* -----------------------------------------------------
       INTRO – ZWEITE ZEILE
       ----------------------------------------------------- */

    .frontpage-intro-subtitle {
        display: inline !important;

        color: #999999 !important;

        font-size: 16px !important;
        font-weight: 400;

        line-height: 1.2 !important;
    }


    /* -----------------------------------------------------
       INTRO – BUTTON
       ----------------------------------------------------- */

    .frontpage-intro-button-wrapper {
        margin-top: 15px;

        text-align: center;
    }

    .frontpage-intro-button {
        font-size: 16px;
        padding: 9px 18px;
    }

}


/* =========================================================
   SEHR KLEINE MOBILE GERÄTE
   BIS 480 PX
   ========================================================= */

@media only screen and (max-width: 480px) {

    /* -----------------------------------------------------
       SLIDER – TITEL
       ----------------------------------------------------- */

    .frontpage-slide-title {
        font-size: 23px;
    }


    /* -----------------------------------------------------
       SLIDER – TRENNLINIE
       ----------------------------------------------------- */

    .frontpage-slide-divider {
        width: 75vw;
    }


    /* -----------------------------------------------------
       SLIDER – BUTTON
       ----------------------------------------------------- */

    .frontpage-slide-button {
        font-size: 17px;
        padding: 12px 25px;
    }


    /* -----------------------------------------------------
       INTRO
       ----------------------------------------------------- */

    .frontpage-intro {
        min-height: 100px;

        padding: 18px 0;

        margin: 0;
    }


    /* -----------------------------------------------------
       INTRO – ERSTE ZEILE
       ----------------------------------------------------- */

    .frontpage-intro-title {
        font-size: 21px !important;
	color: #000000 !important;
    }


    /* -----------------------------------------------------
       INTRO – ZWEITE ZEILE
       ----------------------------------------------------- */

    .frontpage-intro-subtitle {
        font-size: 15px !important;
	color: #999999 !important;
    }


    /* -----------------------------------------------------
       INTRO – BUTTON
       ----------------------------------------------------- */

    .frontpage-intro-button {
        font-size: 15px;
        padding: 8px 16px;
    }

}