.absolute-bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.fixed-top {
    width: 100%;
    position: fixed;
    top: 0;
}

.navbar-parent {
    z-index: 1000;
}

.navbar {
    width: 100%;
}

.logo-brand {
    width: 130px;
    height: auto;
    position: fixed;
    bottom: 5px;
    left: calc(50% - 80px);
    transition: all 1s;
}

.logo-brand.small {
    width: 50px;
    left: calc(50% - 40px);
}

.brand {
    width: 150px;
    margin-right: 1rem;
}


.pricingTable thead {
    display: none;
}

.pricingTable tbody tr td:first-child {
    border-top-color: #edeaea;
    width: 60%;
    padding-left: 0;
    font-weight: 500;
}

.pricingTable tbody tr:first-child td {
    border: none;
}

.tab-pane.card-body {
    padding-left: 0;
}

.pricingTable .card-header {
    padding: 0;
    border-radius: 0;
}

ul[role='tablist'] {
    justify-content: flex-start;
    margin: 0;
}

ul[role='tablist'] li {
    margin: auto;
    text-align: center;
    background-color: transparent;
    font-weight: bolder;
    font-size: 24px;
}

ul[role='tablist'] li a.nav-link.active {
    border-radius: 0;
    background-color: white;
    color: #000;
    border-bottom: 4px solid #777;
}

ul[role='tablist'] li a.nav-link {
    background-color: white;
    border-radius: 0;
    color: #777;
    border-bottom: 4px solid white;
    transition: all 0.3s;
}

ul[role='tablist'] li a.nav-link:hover {
    color: #000;
}

.card-header {
    border: none;
}

tr.table-subName td {
    border: none;
    font-size: 12px;
    padding: 0 0 10px 12px;
    color: #777;
}

tr.table-mainName td {
    padding-bottom: 0;
}

tr.table-mainName td:last-child {
    padding-top: 15px;
}

.pricingLeft {
    padding: 8% 5% 2% 5%;
}

.bg-container {
    color: #ffffff;
    background-image: url('../images/n1.jpg');
    background-size: cover;
    background-position: center center;
    position: absolute;
    margin: 10px;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.tagline {
    position: absolute;
    text-align: center;
    height: 100%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
}

.tagline h1 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.625rem;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.5625rem;
    position: relative;
    margin: 1em 1em 1.3em;
}

.tagline h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    margin: 2em 1em 1.7em;
}

.tagline h1:after {
    content: '';
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    width: 4.375rem;
    bottom: -0.5em;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.img-logo {
    max-width: 300px;
    height: auto;
    width: 80%;
}

.store-bg {
    background-image: url('../images/salon.jpg');
    background-size: cover;
    font-size: 0.8125rem;
    line-height: 1.625rem;
    color: #919191;
}

.container-fluid, .container-fluid .row {
    height: 100%;
}

.container, .container .row {
    height: 100%;
}

.id-padding {
    padding: 8% 5% 150px;
}

.dark-bg {
    background-color: #222326;
    color: #fff !important;
}

.id-padding.dark-bg {
    padding-bottom: 8%;
}

body {
    height: 100%;
}

.fp-tableCell {
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
}


h2 {
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 0.125rem;
    font-size: 2.625rem;
    line-height: 3.25rem;
}

.fillheight-xs {
    height: 100%;
}

@media screen and (min-width: 992px) {
    .fillheight {
        height: 100%;
    }
}

.fillheight.col {
    padding: 8% 5% 2% 5%;
}

.sectionfooter .myContent .intro {
    color: #b1b1b1;
    background-color: #222326;
    padding: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sectionfooter .myContent .intro img {
    width: 120px;
    height: 120px;
}

.sectionfooter .myContent .intro .tempSen {
    padding: 30px 10%;
    text-align: center;
}

.sectionfooter .myContent .intro .links a {
    color: whitesmoke;
    padding: 0 10px;
    text-decoration: none;
}

.sectionfooter .myContent .intro .links {
    padding: 0 0 30px 0;
    color: whitesmoke;
}

.sectionfooter .myContent .intro .socialLinks {
    padding-bottom: 30px;
}

.sectionfooter .myContent .intro .socialLinks a {
    margin: 0 5px 20px 5px;
}

.sectionfooter .myContent .intro .socialLinks a img {
    width: 30px;
    height: 30px;
}

button.VueCarousel-navigation-button {
    padding: 30px;
}

button {
    outline: none;
}

.fillheight {
    text-align: center;
    color: #2c2d2a;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fillheight .title {
    color: #2c2d2a;
    opacity: 0.9;
    font-size: 40px;
    text-align: center;
    padding: 20px 0;
}

.fillheight .description {
    width: 60vw;
    text-align: center;
    padding: 20px 0 40px 0;
}

.staffImg {
    max-height: 60vh;
}

.staffName {
    font-size: 20px;
    margin: 15px auto;
    color: black;
    text-align: center;
}

.staffPosition {
    color: #ba5e60;
}

.pricingTable thead {
    display: none;
}

.pricingTable tbody tr td:first-child {
    border-top-color: #edeaea;
    width: 60%;
    padding-left: 0;
    font-weight: 500;
}

.pricingTable tbody tr:not(.table-subName) td:last-child {
    color: #212529;
    font-weight: 500;
    text-align: right;
}

.pricingTable tbody tr:first-child td {
    border: none;
}

.tab-pane.card-body {
    padding-left: 0;
}

.pricingTable .card-header {
    padding: 0;
    border-radius: 0;
}

ul[role='tablist'] {
    justify-content: flex-start;
    margin: 0;
}

ul[role='tablist'] li {
    text-align: center;
    background-color: transparent;
    font-weight: bolder;
    font-size: 24px;
}

ul[role='tablist'] li a.nav-link.active {
    border-radius: 0;
    background-color: white;
    color: #000;
    border-bottom: 4px solid #777;
}

ul[role='tablist'] li a.nav-link {
    background-color: white;
    border-radius: 0;
    color: #777;
}

.card-header {
    border: none;
}

tr.table-subName td {
    border: none;
    font-size: 12px;
    padding: 0 0 10px 12px;
    color: #777;
}

tr.table-mainName td {
    padding-bottom: 0;
}

tr.table-mainName td:last-child {
    padding-top: 15px;
}

.pricingLeft {
    padding: 8% 5% 2% 5%;
}

@media (max-width: 767px) {
    #frauen-tab.nav-link {
        padding: 0;
        font-size: 15px;
    }

    #kosmetik-tab.nav-link {
        padding: 0;
        font-size: 15px;
    }

    #herren-tab.nav-link {
        padding: 0;
        font-size: 15px;
    }

    .sectionfooter .myContent .intro {
        padding-left: 20px;
        padding-right: 20px;
        height: 80vh;
    }

    h1.mobile-small {
        font-size: 1.7rem
    }

    h2 {
        font-size: 2rem;
    }
    h2.mobile-small {
        font-size: 1.5rem
    }
    h3.mobile-small {
        font-size: 1.25rem
    }
}

#profile-grid {
    overflow: auto;
    white-space: normal;
}

#profile-grid .profile {
    padding-bottom: 40px;
}

#profile-grid .panel {
    padding: 0
}

#profile-grid .panel-body {
    padding: 15px
}

#profile-grid .profile-name {
    font-weight: bold;
}

#profile-grid .thumbnail {
    margin-bottom: 6px;
}

#profile-grid .panel-thumbnail {
    overflow: hidden;
}

#profile-grid .img-rounded {
    border-radius: 4px 4px 0 0;
}

.nav-link {
    font-weight: lighter;
    text-transform: uppercase;
}

.glide__slides {
    backface-visibility: visible !important;
}

@media screen and (min-width: 850px) {
    .arrow-left {
        color: #000000 !important;
        margin-left: -100px;
    }

    .arrow-right {
        color: #000000 !important;
        margin-right: -100px;
    }
}

.phonennumber {
    text-decoration: underline;
    color: inherit;
}

.phonennumber:hover {
    color: white;
}
