/* ----------------------------------------------------------------
	Custom CSS

	Eigene Styles
	Überschreibt Defaults / Updatesicher
-----------------------------------------------------------------*/

.pink {
    color: #d8006d;
}

.text-light-blg {
    color: #bbb !important;
}

.bg-light-blg {
    background-color: #efefee !important;
}

.bg-light-blgreen {
    background-color: #00d86b !important;
}

h1,
h2,
h3 {
    color: #444;
}

h4,
h5,
h6 {
    color: #555;
}

strong {
    font-weight: 600;
}


/*-- Footer navlink Impressum Datenschutz --*/

.nav-link-blg {
    display: block;
    padding: 0.5rem 1rem;
    color: #d8006d;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-link-blg:hover,
.nav-link-blg:focus {
    color: rgba(216, 0, 107, 0.5);
}


/* Lounge - Bilder-Carousel */

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(216, 0, 109, 0.4);
    ;
}


/*--------------------
Gutschein =====*/

.gutschein {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.gutschein span {
    background: none repeat scroll 0 0 #d8006d;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
}


/* Preistabelle */

.pricing-table {
    width: 100%;
    margin: 0 0 20px 0;
    background: #efefee;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
}

.table-title {
    margin: 0;
    line-height: 4rem;
    background-color: #d8006d;
}

.table-price {
    font-family: 'Poppins', serif;
    color: #ffffff;
    font-size: 1.8rem;
}

.table-title,
.table-price,
.table-features li {
    padding: 0 20px;
    line-height: 4rem;
}

.table-price,
.table-features li {
    border-top: 3px solid #ffffff;
}

.table-features {
    margin: 0;
    padding: 0;
}

.table-features li {
    display: block;
    width: 100%;
    font-size: 1rem;
    color: #535353;
}

.table-features li span {
    margin-left: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
}


/* ---Preis-Tabelle 1(skills)-Spalte----*/

.pricing-skills {
    width: 100%;
    margin: 0 0 20px 0;
    background: #efefee;
    border-radius: 5px;
    text-align: right;
    overflow: hidden;
}

.skills-title {
    margin: 0;
    line-height: 4rem;
    background-color: #bbb;
    /*#00D86B;*/
}

.skills-price {
    font-family: 'Poppins', serif;
    color: #ffffff;
    font-size: 1.8rem;
}

.skills-title,
.skills-price,
.skills-features li {
    padding: 0 20px;
    line-height: 4rem;
}

.skills-price,
.skills-features li {
    border-top: 3px solid #ffffff;
}

.skills-features {
    margin: 0;
    padding: 0;
}

.skills-features li {
    display: block;
    width: 100%;
    font-size: 1rem;
    color: #535353;
}

.skills-features li span {
    margin-left: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
}

.bleaching-icon {
    display: block;
    float: right;
    height: 30px;
    margin-top: 16px;
}

.bleaching-icon.single {
    background: url(../images/icon_single.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 15px;
}

.bleaching-icon.star {
    background: url(../images/icon_star.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 30px;
}

@media (max-width: 991px) {
    .pricing-skills {
        display: none;
    }
}

@media (min-width: 992px) {
    .table-features li span {
        display: none;
    }
}


/* Rechts mitlaufendes Backto-Top */

#back-to-top {
    background-color: rgba(216, 0, 109, 0.7);
    color: #ddd;
    font-size: 20px;
    width: 64px;
    height: 40px;
}

#back-to-top:hover {
    background-color: rgba(0, 216, 107, 0.7);
}