html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 180px;
    background-color: floralwhite;
}
.corona-gutschein {
    font-family: 'Lobster Two', cursive;
    color: #8e0063;
}
#noscript-hinweis {
    font-weight: bold;
    position: fixed;
    text-align: center;
    color: floralwhite;
    background-color: #8e0063;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
    padding: 5px 0 5px 0;
}
#xs {
    height: 100vh;
    width: 100vw;
    background: url("../img/xs-bg-family.JPG") center bottom no-repeat;
    background-size: cover;
}
.container-xs p {
    font-size: 2rem;
    color: #8e0063;
    font-weight: 500;
    line-height: 1.3;
}
.action {
    position: relative;
    z-index: 1030;
    top: 70px;
    left: 50px;
    transform: rotate(-15deg);
    background-color: #8e0063;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 10px 30px;
    color: floralwhite;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    border: none;
    box-shadow: none;
}
.action:hover, .action:focus {
    color: floralwhite;
    box-shadow: none;
}
#actionModal .modal-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #8e0063;
}
#actionModal ul, #actionModal ol {
    padding-left: 30px;
    margin-bottom: 0;
}
#actionModal li {
    padding-bottom: 8px;
}
#actionModal .btn {
    color: #8e0063;
}

.navbar {
    margin-bottom: 30px;
}
.navbar-light .navbar-nav .nav-link {
    display: inline-block;
    color: #8e0063;
    font-size: 1em;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    margin-right: 25px;
    padding: 1px 0;
}
.navbar-brand, .termin {
    display: none;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .show > .nav-link:hover {
    color: #8e0063;
    border-bottom: 2px solid #8e0063;
}
.dropdown-menu {
    border-color: #8e0063;
    background-color: floralwhite;
}
.dropdown-item {
    font-size: 14px;
    color: #8e0063;
}
.dropdown-item:hover {
    background-color: transparent;
    color: #8e0063;
}
.anfrage {
    background-color: #8e0063;
    color: floralwhite!important;
    padding: 3px 8px 0!important;
}
header, #aktuelles {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
#termin {
    float: right;
}
.fa-bell {
    font-size: 2rem;
    color: #8e0063;
    margin: 15px auto;
    transform: rotate(15deg);
}
#termin h4 {
    color: #8e0063;
}
.container-fluid.top-image {
    max-width: 1500px;
    height: 335px;
    border-radius: 40px;
}
#kontakt .container-fluid.top-image {
    background: floralwhite url("../img/kontakte/kontakte.jpg") center center;
}
#preise .container-fluid.top-image {
    background: floralwhite url("../img/preise/preise.JPG") center center;
}
p {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h1.logo {
    margin-top: 15px;
    font-size: 3em;
    letter-spacing: 0.4em;
    font-style: italic;
    color: #8e0063;
}

h1 {
    font-size: 24px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
p.rilke, p.rilke-xs {
    font-size: smaller;
    color: #505050;
    font-style: italic;
}
p.rilke-xs {
    display: none;
}
a {
    color: inherit;
}

.color_default {
    background-color: #8e0063;
    color: floralwhite;
}

a, a:hover {
    color: #8e0063;
}
.page-title {
    display: inline-block;
    padding:10px 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.fw500 {
    font-weight: 500;
}

.article-img {
    margin-top: 20px;
    margin-bottom: 30px;
}

#damen ul.angebote, #herren ul.angebote {
    list-style-image: url(../img/leistungen/list-icon-frisoer.png);
}
#kosmetik ul.angebote {
    list-style-image: url(../img/leistungen/list-icon-kosmetik.png);
}
.preisliste {
    margin-top: 30px;
    width: 430px;
}
.preisliste.damen tbody {
    background-size: contain;
    background: linear-gradient(rgba(255, 250, 240, 0.8), rgba(255, 250, 240, 0.8)), url("../img/preise/preise_damen.png") no-repeat center;
    width: 400px;
    height: auto;
}
.preisliste.herren tbody {
    background-size: contain;
    background: linear-gradient(rgba(255, 250, 240, 0.8), rgba(255, 250, 240, 0.8)), url("../img/preise/preise_herren.png") no-repeat center;
    width: 400px;
    height: auto;
}
.preisliste.kosmetik tbody {
    background-size: contain;
    background: linear-gradient(rgba(255, 250, 240, 0.8), rgba(255, 250, 240, 0.8)), url("../img/preise/preise_kosmetik.png") no-repeat center;
    width: 400px;
    height: auto;
}
.preisliste.specials tbody {
    background-size: contain;
    background: linear-gradient(rgba(255, 250, 240, 0.8), rgba(255, 250, 240, 0.8)), url("../img/preise/preise_specials.png") no-repeat center;
    width: 400px;
    height: auto;
}
.preisliste td:nth-child(2) {
    white-space: nowrap;
    text-align: right;
}

.preisliste thead th {
    color: #8e0063;
}
.preisliste.table * {
    border-color: #8e0063;
}

.special.article-img {
    margin-top: -20px;
    margin-bottom: 0;
}

#specials hr {
    border-color: #8e0063;
    width: 80%;
    margin: 30px auto;
}

img.team {
    width: 100%;
    max-width: 800px;
    height: auto;
}
p.team-text {
    width: 100%;
    max-width: 800px;
    margin: 30px 0 80px;
}
#team .img-thumbnail {
    border: 3px solid #8e0063;
}
#team .mutterschutz {
    opacity: 50%;
}
.ma-flex {
    display: flex;
    justify-content: center;
}
.mitarbeiter {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}
.overlay {
    position: absolute;
    transition: all .9s ease;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transform: scaleY(0);
}
.mitarbeiter:hover .overlay {
    opacity: 1;
    transform: scaleY(1);
}
.ma-info {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ma-info-2 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ma-info-2 p {
    background-color: floralwhite;
    border: 1px solid #8e0063;
    padding: 10px 30px;
}
.open .col1 {
    width:120px;
}
.open .col2 {
     width: 185px;
 }
.text-primary {
    color: #8e0063 !important;
}

.qr {
    width: 150px;
    height: auto;
    border: 3px solid #8e0063;
}

#contactForm {
    max-width: 500px;
    border: 3px solid #8e0063;
    border-radius: 6px;
    background: transparent;
    padding: 10px 30px 20px;
}
.form-control {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow:none;
    border-bottom: 1px solid black;
}
.form-control:focus {
    border: 1px solid black;
    border-bottom: 2px solid black;
    box-shadow: none;
}
.form-control::placeholder {
    color: transparent;
}
.form-control:focus::placeholder {
    color: black;
    background-color: transparent;
}
.btn-send:hover {
    background-color: floralwhite;
    color: #8e0063;
    border: 2px solid #8e0063;
}

#partner .lb {
    height: 105px;
    width: auto;
    margin: 20px 12px 0 0;
    border-radius: .25rem
}
#partner .thumbnail:focus {
    outline: none;
}
.modal-header, .modal-footer {
    border-color: #8e0063;
}
.modal-open #wrap {
    -webkit-filter: blur(7px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}
.modal-backdrop {
    background: floralwhite;
}
.modal .btn {
    background-color: transparent;
    color: #8e0063;
}
.modal .btn:focus, .modal .btn:hover {
    background-color: transparent;
    border: none;
}
.modal span {
    color: #8e0063;
    font-size: 2rem;
}
.modal-dialog {
    max-width: 750px;
    margin: 2rem auto;
}
.modal #image-gallery-image {
    max-height: 75vh;
}


/*   footer   */

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #dad0be;
    color: #8e0063;
    font-size: 14px;
    margin-top: 150px;
    padding: 25px 0;
}
footer a {
    color: #8e0063;
}
footer a:hover {
    color: #8e0063;
    text-decoration: underline;
}
footer .right a:first-child {
    margin-left: 25px;
}


/*   DISPLAYS   */

@media screen and (max-width: 1520px) {
    .container-fluid.top-image {
        border-radius: 0;
    }
}

/* lg-display */

@media screen and (max-width: 1200px) {
    .action {
        top: 30px;
        left: 20px;
        transform: rotate(-10deg);
    }
    #partner .lb {
        height: 85px;
    }
}

/* md-display */

@media screen and (max-width: 991px) {
    h1.logo {
        letter-spacing: 0.2em;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }
    .preisliste.damen, .preisliste.herren,
    .preisliste.kosmetik, .preisliste.specials, .preisliste.girls {
        float: none;
        width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
    #partner .lb {
        height: 60px;
    }
}

/* sm-display */

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
    .action {
        top: 250px;
        left: 13vw;
    }
    h1.logo {
        letter-spacing: 0.1em;
    }
    h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 16px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 14px;
    }
    #termin .fa-bell {
        font-size: 1.5rem;
    }
    .article-img {
        max-width: 300px;
    }
    .open .col1 {
        width:100px;
    }
    .open .col2 {
        width: 180px;
    }
    #specials .article-img {
        max-width: 80vw;
    }
    p.rilke {
        display: none;
    }
    p.rilke-xs {
        display: block;
        margin-bottom: 30px;
    }
    #partner .lb {
        height: 48px;
        margin-right: 4px;
    }
}

/* xs-display */

@media screen and (max-width: 575px) {
    #index {
        border: none;
    }
   .sticky-top {
       background-color: #dad0be;
       border-bottom: 1px solid #8e0063;
     }
    .navbar {
        margin-bottom: 0;
    }
    .navbar-nav {
        padding: 15px;
    }
    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.active:hover,
    .navbar-light .navbar-nav .nav-link.focus,
    .navbar-light .navbar-nav .nav-link.focus:hover,
    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .show > .nav-link:hover
    {
        color: #8e0063;
        background-color: #dad0be;
    }

    .navbar-light > .navbar-brand,
    .navbar-light > .navbar-brand:hover,
    .navbar-light > .navbar-brand:focus {
        display: inline-block;
        color: #8e0063;
    }
    .anfrage {
        background-color: #8e0063!important;
        margin-top: 4px;
        margin-bottom: 15px;
    }
    .navbar-light .navbar-toggler {
        border-color: transparent;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(142,0,99)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .navbar-light .navbar-collapse {
        border-top: 1px solid #8e0063;
    }
    .fa-bell {
        font-size: 20px;
        margin: 0;
    }
    .termin {
        display: block;
    }
    body {
        font-size: 12px;
    }
    h1.logo {
        letter-spacing: 0.1em;
        font-size: 22px;
    }
    h1 {
        font-size: 17px;
    }
    h2 {
        font-size: 14px;
    }
    h3 {
        font-size: 16px;
    }
    .preisliste.damen, .preisliste.herren,
    .preisliste.kosmetik, .preisliste.specials, .preisliste.girls {
        float: left;
        width: 90vw;
    }
    .page-title {
        margin-top: 20px;
        letter-spacing: 1px;
    }
    .mitarbeiter {
        margin: auto;
    }
    footer .right {
        display: none;
    }
}
