body {
    font-family: "Nunito Sans", sans-serif;
    font-size: 1rem;
    font-weight: 200;
    color: #221F1F !important;
    hyphens: auto;
}

@font-face {
    font-family: Nunito Sans;
    src: url(../font/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf);
}

a,
.navbar-nav a,
.nav a{
 color: white;
 text-decoration: none;
}

a:hover,
a.nav-link:hover,
.navbar-nav a:hover,
.nav a:hover{
    color:#038e53
}

a:focus,
a.nav-link:focus,
.navbar-nav a:focus,
.nav a:focus{
    color:rgba(255, 255, 255, 0.55);
}

ul li {
    margin-bottom: 5px;
}

.text-dark {
   color: #221F1F;
}

.nav-link {
    color: rgba(255, 255, 255, 0.55);
}

.navbar-brand {
    margin: 0px 15px;
}

.navbar-brand img {
    height: 70px;
    margin-right: -20px;
}

.navbar-nav {
  align-items: center;
}

.navbar-toggler {
    border: none;
}

.dark {
    background-color: #221F1F;
}

.card {
    border: none;
    border-radius: unset;
    height: 100%;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
}

.container.start {
    margin: 0px;
    padding: 0px;
    min-width: 100%;
    position: relative;
}

.carausel-item {
    min-height: 50px;
}

.rezensionen {
    min-height: 200px;
}

.diagonal-left {
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
}

.diagonal-right {
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}



@media screen and (max-width: 991.98px) {
    .diagonal-left,
    .diagonal-right {
        clip-path: unset;
    }

    .card {
        margin-bottom: 25px;
        height: auto;
    }

    .start .img-fluid {
        min-height: 500px;
        width: auto;
        object-fit: cover;
    }

    .rezensionen {
        min-height: 250px;
    }
}
  

@media screen and (max-width: 767.98px) {
    .navbar-brand img {
        margin-left: 56px;
    }

    .rezensionen {
        min-height: 350px;
    }

    .centered {
        transform: translate(-50%, -30%);
    }

    ul li {
        margin-bottom: 8px;
    }
}


@media screen and (max-width: 400px) {

    .rezensionen {
        min-height: 400px;
    }
}
  

@media screen and (max-width: 350px) {

    .rezensionen {
        min-height: 500px;
    }
}



#ueber-mich, #leistungen, #rezensionen, #faq, #kontakt { scroll-margin-top: 120px; }
@media (max-width: 768px) {
    #ueber-mich, #leistungen, #rezensionen, #faq, #kontakt { scroll-margin-top: 60px; }
}




.instabanner, .socialbanner{
    color: #211f1f!important;
    background-color: #f9f9f9;
    padding: 5px 0;
    text-align: center; 
    position: relative; 
    overflow:hidden;
}
.instabanner:after, .socialbanner:after{
    content: '';
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    width: 80px;
    height: 60px;
    display: block;
    position: absolute;
    top: -13px;
    left: calc(50% - 200px);
    transform: translatex(-50%) rotate(21deg);
    transition: all ease 0s;
    /*border: 1px solid #ccc;*/
}
.instabanner:hover:after, .socialbanner:hover:after{
    left: calc(50% + 200px);
    transition: all ease 2s;
}
.instabanner a, .socialbanner a.insta{
    color: #000;
    background: -webkit-linear-gradient(-70deg, #fdca00, #fc0062, #7317fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right:10px;
}
.socialbanner a.whatsapp{
    color:#25d366;
    margin-left:10px;

}


footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
footer ul li{
    margin:0px;
}
@media (max-width: 900px) {
    footer{
        flex-direction: column;
    }
    footer ul{
        display: flex;
        justify-content: center;
    }
    footer img{
        margin:40px 0;
    }
}

.p-10 {
    padding: 6rem 3rem !important;
}
.p-20 {
    padding: 12rem 3rem !important;
}






.nav-link.current{
    color:#038e53;
}
.navspacer{
    height:96px;
}
@media (min-width: 768px) {
    .navbar>.container{
        flex-direction: column;
    }
    .navbar>.container .navbar-brand{
        display:block!important;
    }
    .navspacer{
        height:141px;
    }
}






.box{
    width: 100%;
    position: relative;
    padding:4vw 0;
}
.box:has(.row){
    padding: 4vw calc(0.5* 1.5rem);
}
.box h1, .box h2, .box h3{
    font-weight:100;
}
.box.start{
    padding: 0 calc(0.5* 1.5rem);
}
.box .st div{
    background-color:#fff;
    color:#000;
    padding:30px;
}
.box .st div h3{
    font-size: 23px;
    font-weight: 100;
    margin-bottom: 30px;
}
.box .al{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.box .al svg{
    max-width: 170px;
    margin: 0 0 15px;
}
.box .ks img{
    width: 35px;
    display: block;
    margin-bottom: 30px;
}
.box .ks-name{
    text-align: right;
    font-size: 0.9rem;
    margin-top: 20px;
}

.box .bt{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.box .bt svg{
    max-height: 170px;
    margin: 0 0 15px;
}
.box .ks-box{
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row-reverse;
}
.box .ks-box img{
    width: 70px;
    height: 70px;
    margin: 0px;
    border-radius: 100%;
    margin-left: 20px;
}
.box .ks-info{
    display: flex;
    flex-direction: column;
    text-align: right;
}
.box .ks-desc{
    font-size:11px;
}
.box.final{
    padding: 0 calc(0.5* 1.5rem);
}

.box .home{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.box .home h2{
    font-size: calc(1.325rem + 0.3vw);
}

.box .home svg{
    max-width: 170px;
    margin: 0 0 25px;
}

.box .home small{
    font-size: 0.8em;
}

.box .faq{
    margin-bottom:20px;
    border-bottom: 1px solid #f6f6f6;
}

.box .faq a{
    display:block;
    cursor: pointer;
    font-size: 1.3em;
}
.box .faq span{
   display:block;
   overflow:hidden;
   transition:all ease 1s;
   margin-bottom: 20px;
}

.box .faq span div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7vw;
    font-size: 0.8em;
    padding: 30px;
}

.box .faq span a{
    color: #038e53;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition:all ease 0.5s;
}
.box .faq span a svg{
    width: 80px;
}
.box .faq span a svg path{
    fill:#038e53;
    transition:all ease 0.5s;
}
.box .faq span a:hover{
    color:#221F1F;
}
.box .faq span a:hover svg path{
    fill:#221F1F;
}


.box .download{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(200px, 50%), 1fr));
    gap:30px 10px;
}
.box .download a{
    color: #038e53;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5vw;
}
.box .download a svg{
    max-width: 100px;
}
.box .download a svg path{
    fill:#038e53;
}
.box .download a:hover{
    color:#221F1F;
}
.box .download a:hover svg path{
    fill:#221F1F;
}