:root{
    --main: #A68181;
    --secondary: #61524F;
    --white: #f1f1f1;
    --wine: #491D31;
    --selection: #491d31d0;
    font-size: 18px;
}

::-moz-selection {
    background: var(--selection);
  }
  
  ::selection {
    background: var(--selection);
  }

body, p, a, span{
    font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Alegreya', serif;
}

.uk-text-lead{
    font-family: 'Alegreya', serif;
    color: var(--secondary);
    font-style: italic;
}

h1{
    color: var(--main)!important;
    font-size: 2.2rem !important;
    font-weight: 500;
    line-height: 1.2 !important;
}
@media screen and (min-width: 550px){
    h1{
        font-size: 3.5rem !important;
    }
    
}

h2{
    color: var(--main)!important;
    font-weight: 700;
}

@media screen and (min-width: 550px){
    h2{
        font-size: 3rem !important;
    }
    
}

h3{
    color: var(--main)!important;
    font-size: 2rem !important;
    font-weight: 700;
}

.top-element{
    margin-top: 200px;
}

@media screen and (max-width: 750px){
    .top-element{
        margin-top: 150px;
    }
}

.uk-navbar-dropdown{
    border-radius: 8px;
}

.name{
    font-family: 'Alegreya', serif;
    font-weight: 500;
}

.anchor{
    scroll-margin-top: 80px;
}

strong{
    font-weight: 900;
}

.foreground-container {
    position: relative;
    display: inline-block;
    overflow: visible;
    width: 20rem;
}

.foreground-card img {
    width: 100%;
    height: auto;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 90px;
}


.foreground-card::before,
.foreground-card::after {
    content: "";
    position: absolute;
    width: 85%;
    height: 85%;
    border-radius: 7px;
    border: 1px solid var(--wine);
    top: 0;
    left: 0;
    z-index: -2;
}
/* links/rechts, oben/unten */
.foreground-card::before {
    transform: translate(-40%, -35%);
}

.foreground-card::after {
    transform: translate(45%, 30%);
}

.shadow{
    position: absolute;
    width: 80%;
    height: 80%;
    background: var(--secondary);
    z-index: -1;
    transform: translate(80%, -15%);
    border-radius: 7px;
}

@media screen and (max-width: 750px){
    .foreground-card img{
        width: 50%;
        height: auto;
    }

    .foreground-card::before,.foreground-card::after {
        width: 43%;
        height: 100%;
    }

    .foreground-card::before{
        transform: translate(10%, -35%);
    }

    .foreground-card::after{
        transform: translate(90%, 10%);
    }

    .shadow{
        width: 45%;
        height: 90%;
        transform: translate(110%, -10%);
    }
}
.uk-divider-small::after{
    border-top: 1px solid var(--wine);
}

.gesichtsbehandlungen{
    display: inline-block;
    border-radius: 8px;
    position: relative;
}

.gesichtsbehandlungen img{
    border-radius: 0 8px 8px 0;
}

.gesichtsbehandlungen::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 8px;
    border: 0.8px solid var(--wine);
    transform: translate(5%, 5%);
}

.gesichtsbehandlungen img{
    display: block;
    max-width: 100%;
    height: auto;
}


.gection-title::before {
    content: "";
    width: 40px;
    height: 8px;
    background-color: var(--wine);
    position: relative;
    display: inline-block;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.gection-title {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.banner {
    display: flex;
    gap: 10px;
    position: relative;
}

.uk-text-meta{
    font-style: italic;
    color: var(--secondary);
}


h4{
    color: var(--secondary);
    font-style: italic;
}

.banner_round{
    display: flex;
    gap: 10px;
    position: relative;
    font-style: italic;
}
.banner_round::before{
    content: "";
    width: 120px;
    height: auto;
    background-color: var(--secondary);
    position:relative;
    display: inline-block;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
}

a{
    color: var(--main);
}

a:hover{
    color: var(--secondary)
}

footer .uk-flex img{
    width: 100px;
    height: auto;
}

@media screen and (max-width: 750px){
    footer .uk-flex img{
        width: 70px;
        height: auto;
    }
}

@media screen and (min-width: 500px){
    .moveitmoveit{
        margin-left: 50px;
    }
}

.augenaufschlag_outer{
    height: 40vw;
}

@media screen and (max-width: 639px){
    .augenaufschlag_outer{
        height: 60vw;
    }
}

.augenaufschlag{
    border-radius: 8px;
}

.augenaufschlag::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 8px;
    border: 0.8px solid var(--wine);
    transform: translate(-5%, 5%);
}

.augenaufschlag img{
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 8px 0 0 8px;
}


.nrtwo::before,
.nrtwo::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 70%;
    border-radius: 7px;
    border: 1px solid var(--wine);
    top: 0;
    left: 0;
    z-index: -2;
}

.nrtwo::before {
    transform: translate(0%, -15%);
}

@media screen and (min-width: 550px){
    .nrtwo::before {
        transform: translate(-35%, -20%);
    }
}

.nrtwo::after {
    transform: translate(65%, 30%);
}

@media screen and (min-width: 550px){
    .nrtwo::after {
        transform: translate(100%, 35%);
    }
}

.flborder div:first-child {
    border-radius: 16px 16px 0 0;
}

.flborder div:last-child {
    border-radius: 0 0 16px 16px;
}

.bottom-bar {
    background-color: #f8f8f8;
    padding: 1rem;
}


@media screen and (max-width: 550px){
    #fuss, #hand h2 {
        margin-bottom: 0!important;
    }
}

.profil {
    border-radius: 100%;
    object-fit: cover;
    width: 250px;
    height: 250px;

}