html{
}
.body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: 0.3px;
    font-weight: 600;
    overflow-x: hidden;
}

.content {
    min-height: 100vh;
}

.headline {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 35px;
}

.home-left {
    z-index: 10;
    padding: 150px 50px 50px 0;
    min-height: 100vh;
}

@media (max-width: 992px) {
    .home-left {
        padding: 70px 0 50px;
        text-align: center;
        margin-right: 0;
        background-color: #fff;
        margin-top: 40vh;
        overflow: hidden;
    }

    .home-left.vita {
        text-align: left;
    }

    .home-left.image-center {
        padding-left: 200px;
    }
    .body-team .home-left{
        margin-top: 20px;
    }
}

.handwritten {
    font-family: scriptinaregular, sans-serif;
    font-weight: 100;
    font-size: 40px;
    line-height: 29px;
}

.partner-wrapper {
    margin-top: 50px;
}

.partner-list {
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    text-align: center;
}

.partner-headline {
    font-weight: 700;
    letter-spacing: 1px;
}

.partner {
    text-align: center;
    margin: 2px 15px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
}

.opening {
    margin: 10px 0 0 0px;
    color: white;
    border-radius: 10px;
    padding: 15px 10px;
    overflow: hidden;
    letter-spacing: 1px;
    font-weight: 600;
}

.opening .title {
    text-align: center;
    margin: 0 0 15px 0px;
    font-weight: 700;
    letter-spacing: 1px;
}

.opening .day {
    width: 20%;
    float: left;
    font-weight: 600;
    font-size: 13px;
    margin: 5px 0;
    padding-left: 14px;
}

.opening .time {
    width: 80%;
    float: right;
    font-weight: 600;
    font-size: 13px;
    margin: 5px 0;
}

.opening .weekend {
    font-weight: 600;
    font-size: 12px;
    margin-top: 20px;

}

@media (max-width: 992px) {
    .opening {
        margin: 10px 0px 10px 0
    }

    .opening.weekend {
        text-align: center;
        float: none;
    }
}

.social {
    min-height: 300px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.flex-item > div {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.font-bold {
    font-weight: 600;
}

.color-purple {
    color: #b775a6;
}
.color-purple-dark{
    color: #a64a95;
}
.bg-color-purple{
    background-color: #b775a6;
}

.bg-color-purple-dark{
    background-color: #a64a95;
}

.border-color-purple {
    border-color: #b775a6;
}

.padding-tb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.link-gesichtsbuch {
    font-size: 30px;

}

.link-gesichtsbuch:hover {
    color: #B57FAF;

}

.brush-top-left {
    background-image: url("../img/wellekontaktoben.png");
    width: 30%;
    height: 30vh;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}

.brush-bottom-left {
    background-image: url("../img/wellekontaktunten.png");
    width: 30%;
    height: 25vh;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.brush-bottom-left-2 {
    background-image: url("../img/welleteamunten.png");
    width: 10%;
    height: 25vh;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.text-fine {
    font-weight: 300;
}
.padding-left-right-0{
    padding-left:0 !important;
    padding-right:0 !important;
}
.d-inline-block{
    display: inline-block !important;
}
.text-right{
    text-align: right !important;
}
.text-left{
    text-align: left !important;
}
