html {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: "DM Sans", sans-serif;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
    color: #361E11;
    font-size: 18px;
    font-weight: 400;
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}

p{
    line-height: 26px;
}

.btn:focus{
    box-shadow: none;
}
.btn:focus-visible{
    outline: none;
}

.medium{
    font-weight: 500;
}
.bold{
    font-weight: 700;
}


/*Hero Section*/
.hero-sec{
    width: 100%;
    min-height: 100vh;
    padding: 24px;
}
.hero-box{
    border-radius: 24px;
    border: 1px solid #FFD9B7;
    background: #FFF7F0;
    min-height: calc(100vh - 48px);
    position: relative;
    display: flex;
    align-items: center;
}
.hero-ellipse{
    width: 567px;
    height: 132px;
    border-radius: 567px;
    background: #FDDCC2;
    filter: blur(96.19999694824219px);
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    left: 413px;
}
.hero-content{
    padding: 140px 0px;
    position: relative;
    z-index: 1;
}
.hero-title{
    color: #361E11;
    font-size: 64px;
    font-weight: 700;
    line-height: 70px;
    max-width: 51%;
    margin-bottom: 24px;
}
.hero-text{
    color: #361E11B2;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 54px;
    max-width: 56%;
}
.btn-sec{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 77px;
}
.btn-theme{
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    border-radius: 50px;
    background: #6C4129;
    border: 1px solid #6C4129;
    padding: 12px 24px;
    transition: all 0.3s ease-in-out;
}
.btn-theme:hover{
    background: transparent;
    color: #6C4129;
    border-color: #6C4129;
}
.btn-theme.btn-white{
    background: #FFFFFF;
    color: #361E11;
    border-color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.btn-theme.btn-white:hover{
    background: #6C4129;
    border-color: #6C4129;
    color: #FFF;
    transition: all 0.3s ease-in-out;
}
.social-sec{
    display: flex;
    align-items: center;
    gap: 15px;
}
.social-icon-box{
    min-width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #B7B7B733;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.social-icon-box:hover{
    background-color: #FFFFFF;
    border-color: #6C4129;
}
.social-icon-box::after{
    content: '';
    width: 16px;
    height: 1px;
    background-color: #B7B7B733;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -16px;
    z-index: 1;
}
.social-sec .social-icon-box:last-child::after{
    display: none;
}


/*Über mich*/
.sec-pad{
    padding: 150px 0px;
}
.uber-minch-img{
    border-radius: 16px;
}
.title{
    color: #361E11;
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 12px;
}
.mb-32{
    margin-bottom: 32px;
}
.owl-stage,
.owl-item{
    display: flex;
}
.owl-item .item{
    flex: 1;
}

@media (min-width: 576px) {
.container.right-touched{
    max-width: 100% !important;
}
.right-touched-pad{
    padding-left: calc(((100% - 540px) / 2) + .75rem);
}
}

@media (min-width: 768px) {
.right-touched-pad{
    padding-left: calc(((100% - 720px) / 2) + .75rem);
}
}

@media (min-width: 992px) {
.right-touched-pad{
    padding-left: calc(((100% - 960px) / 2) + .75rem);
    padding-right: calc(((100% - 960px) / 2) + .75rem);
}
}

@media (min-width: 1200px) {
.right-touched-pad{
    padding-left: calc(((100% - 1140px) / 2) + .75rem);
    padding-right: calc(((100% - 1140px) / 2) + .75rem);
}
}

@media (min-width: 1400px) {
.right-touched-pad{
    padding-left: calc(((100% - 1320px) / 2) + .75rem);
    padding-right: calc(((100% - 1320px) / 2) + .75rem);
}
}

.box001{
    border-radius: 16px;
    border: 1px solid #F3E3D6;
    background: #FFFBF8;
    padding: 24px 40px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.right-touched{
    margin-top: 40px;
}
.box001 .title-sec{
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.box001 .title-sec .title{
    color: #6C4129;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0px;
}
.box001 p:last-child{
    margin-bottom: 0px;
}
#uber-minch-slider .owl-stage, 
#why-learn-slider .owl-stage{
    padding-left: 0px !important;
}


/*Warum ein Instrument lernen?*/
.bg-brown{
    background-color: #6C4129;
    position: relative;
    overflow: hidden;
}
.brown-text{
    color: #FDDCC2;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.4px;
    margin-bottom: 40px;
}
.off-white{
    color: #FFFFFFCC;
}
.bg-brown .top{
    padding-bottom: 80px;
    margin-bottom: 60px;
    border-bottom: 1px solid #875336;
}
.box002{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.small-icon-box{
    width: 40px;
    height: 40px;
    background-color: #8E5737;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-carousel .owl-item img {
    width: auto;
}
.box002 .title{
    color: #FDDCC2;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.48px;
    margin-bottom: 0px;
}
.box002 p{
    color: #FFF7F0;
}
.box002 p:last-child{
    margin-bottom: 0px;
}
.bg-brown .bottom{
    margin-bottom: 66px;
    margin-top: 0px !important;
}


/*Unterrichtsangebote*/
.ellipse2{
    width: 591px;
    height: 70px;
    border-radius: 591px;
    background: #FDDCC2;
    filter: blur(100px);
    position: absolute;
    top: 176px;
    right: 37px;
}
.teaching-sec{
    background-color: #FFF2EA;
    margin-top: 64px;
}
.teaching-box.top{
    width: 100%;
    height: 100%;
    padding: 0px 40px 30px;
    background-color: #ffffff;
    border-radius: 0px 0px 16px 16px;
}
.teaching-box.bottom{
    width: 100%;
    height: 100%;
    padding: 30px 40px 0px;
    background-color: #ffffff;
    border-radius: 16px 16px 0px 0px;
}
.teaching-box.top.left{
    border-radius: 0px 0px 16px 0px;
}
.teaching-box.top.right{
    border-radius: 0px 0px 0px 16px;
}
.teaching-box.bottom.left{
    border-radius: 0px 16px 0px 0px;
}
.teaching-box.bottom.right{
    border-radius: 16px 0px 0px 0px;
}
.cust-gap{
    --bs-gutter-x: 1px;
    --bs-gutter-y: 1px;
}
.ti-box{
    width: 72px;
    height: 72px;
    background-color: #FFF7F0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.sub-title1{
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 8px;
}
.tb-content .content p:last-child{
    margin-bottom: 0px;
}


/*Buch deine erste Stunde*/
.brown-box{
    border-radius: 12px;
    background: #6C4129;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}
.bb-shape{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.z-1{
    position: relative;
    z-index: 1;
}
.btn-theme.btn-cream{
    background-color: #FDDCC2;
    border-color: #FDDCC2;
    color: #6C4129;
}
.btn-theme.btn-cream:hover{
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #6C4129;
}
.brown-box .social-sec{
    justify-content: center;
}
.brown-box .social-icon-box:hover{
    background-color: #34211E;
}


/*Wo Sie mich finden*/
.contact-box{
    border-radius: 16px;
    border: 1px solid #FFDCC8;
    background: #FFF7F0;
    padding: 25px 40px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.ft-14{
    color: #6C4129;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-transform: uppercase;
}
.contact-link{
    position: relative;
}
.contact-link::after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 2px;
    background-color: #6C4129;
    transition: all 0.3s ease-in-out;
}
.contact-link:hover::after{
    width: 100%;
}
.map-box iframe{
    border-radius: 16px;
    width: 100%;
    height: 100%;
}


/*Footer*/
.footer{
    background-color: #FFF3EA;
}
.p-footer{
    padding: 50px 0px;
    display: flex;
    align-items: flex-start;
    gap: 139px;
}
.flex-1{
    flex: 1;
}
.btn-site-url{
    color: #6C4129;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
}
.p-footer .btn-theme.btn-cream:hover{
    color: #FFFFFF;
    background-color: #6C4129;
    border-color: #6C4129;
}
.p-footer .btn-theme.btn-cream{
    white-space: nowrap;
}
.p-footer .btn-sec{
    gap: 50px;
    margin-bottom: 0px;
}
.f-title{
    color: #6C4129;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
    margin-bottom: 24px;
}
.f-ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.f-ul a{
    color: #34211E;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    position: relative;
}
.f-ul a::after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 2px;
    background-color: #34211E;
    transition: all 0.3s ease-in-out;
}
.f-ul a:hover::after{
    width: 100%;
}
.f-contact{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.s-footer{
    background-color: #6C4129;
    padding: 15px 0px;
}
.s-footer p{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 0px;
    font-style: normal;
    text-align: center;
}