* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.d_none {
    display: none;
}



html,body{
   min-height: 100%;
   scroll-behavior: smooth;
}

body {
    width: 100%;    
    font-family: 'UbuntuItalic', Arial, Helvetica, sans-serif;
    background-color: rgba(238, 108, 21, 0.201);    
    color: #C38D44;
}


.header {
    width: 100%;
    height: 200px;
}

.headerContent {
    position: relative;
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    background-image: url('/assats/img/bannerSon.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    object-fit: contain;
}

.headerSub{
    display: flex;
    flex-direction: column; 
    justify-content: center;   
    gap: 10px;    
    position: absolute;
    top: 200px;
    right: 0px;
    width: 0;
    height: 250px;
    background-color: rgba(144, 62, 7, 0.857);
    z-index: 10;
    transition: width 125ms ease-in-out;
    text-align: center;
}
.headerSub a{
    text-decoration: none;
    color: white; 
    cursor: pointer;
    font-size: 24px;
    display: none;    
  
}

.headerSubOn{
    width: 300px;    
}

.headerSubOn a{
    display: block;   
}

.headerSubOn a:hover{
    text-decoration: underline;
    color: black;
}

.headerText {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 22px;
}

.headerIcon {
    position: relative;
    right: 30px;
    top: 80px;
    filter: invert(1);
    cursor: pointer;
    width: 50px;
    height: 50px;
}

.main {
    margin: 0 auto;
    max-width: 1440px;
    height: 40vh;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.mainContent {
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(rgba(235, 186, 153, 0) 20%, #ebba99 95%),
        url('/assats/img/IMG-20241120-WA0005.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 120px 60px;
    gap: 10px;
    flex-shrink: 0;
    
}

.mainContent p {
    width: 70%;
    font-size: 38.25px;
    color: white;
    opacity: 1;
    text-align: center;
}

.btn {
    width: 167px;
    height: 36px;
    background-color: rgba(144, 62, 7, 0.857);
    border: none;
    color: white;
    opacity: 1;
    cursor: pointer;
    font-size: 16px;
    transition: 125ms ease-in-out;
    flex-shrink: 0;
    font-family: 'UbuntuItalic', Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.btn:hover {
    background-color: rgb(238 108 21 / 80%);
}


.btnLink{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 181px;
    height: 36px;
    background-color: rgba(144, 62, 7, 0.857);
    border: none;
    color: white;
    opacity: 1;
    cursor: pointer;
    font-size: 16px;
    transition: 125ms ease-in-out;
    flex-shrink: 0;
    font-family: 'UbuntuItalic', Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-decoration: none;
}

.btnLink:hover {
    background-color: rgb(238 108 21 / 80%);
}

.mainContentText {
    margin: 0 auto;
    font-family: 'UbuntuItalic', Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mainContentText h1 {
    font-size: 33px;
    color: rgba(144, 62, 7, 0.857);
    opacity: 1;
    text-align: center;
}

.mainContentPic {
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.mainContentPic img {
    width: 100%;
    height: 570px;
    object-fit: cover;
}

.mainContentArea {
    display: flex;
    width: 100%;
    min-height: 70vh;
    gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.mainContentTxt {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
    font-size: 20px;
    
}
.mainContentTitle {
    width: 100%;
    height: 50px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-family: 'dancingregular', Arial, Helvetica, sans-serif;
}

blockquote {
    align-self: center;
    width: 50%;
}

.serviceTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.25);
    color: rgba(144, 62, 7, 0.857);
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: 'dancingregular', Arial, Helvetica, sans-serif;
}

.service {
    margin-bottom: 20px;
    width: 100%; 
    display: flex; 
    flex-direction: column; 
     
   
}



.serviceArea {
    display: flex;
    justify-content: center;
    gap: 50px;
    height: 100%;
    flex-wrap: wrap;
    
   
}

.kursInfo{
    width: 100%;    
    
   
    
}

.kursInfoAktive{  
    transition: all 0.5s ease-in-out;
    height: 100px;
    display: flex;
    font-size: 18px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    

}



.serviceArea img {
    width: 284px;
    height: 350px;
}

.serviceArea h3 {
    font-weight: 400;
    font-family: 'UbuntuItalic', Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-align: center;

}

.serviceArea p {
    font-family: 'UbuntuItalic', Arial, Helvetica, sans-serif;    
    line-height: 20px;
    width: 100%;   
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
}


.serviceSelf {    
    width: 33%;    
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;  
    

      
}

.kursInfo{
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: center;
    
}

.serviceYoga {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    
}

.serviceArial {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    
    gap: 20px;
    
}

.secondContent {
    margin-top: 20px;
    display: flex;
    flex-shrink: 0;
}

.secondContent p {
    font-family: 'UbuntuItalic', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 20px;
    width: 50%;
    text-align: center;
    padding: 50px;
}

.secondContent img {
    width: 480px;
    height: 154px;
}

.askTitle {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    height: 50px;
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.25);
    color: white;

}

.askTitle h1 {
    font-size: 33px;
    color: rgba(144, 62, 7, 0.857);
    font-family: 'dancingregular', Arial, Helvetica, sans-serif;
}

#ask3Text a{
    color: black;
    text-decoration: none;
}

#ask3Text a:hover{
    text-decoration: underline;
}

.ask {
    width: 600px;
    font-size: 24px;

}

.ask p {
    font-family: 'UbuntuItalic', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding: 30px;
    font-size: 20px;
}

.ask p:nth-of-type(1) {
    border-left: 1px solid hsl(24, 86%, 51%);
    border-right: 1px solid hsl(24, 86%, 51%);
}

.ask p:nth-of-type(2) {
    border-left: 1px solid hsl(24, 86%, 51%);
    border-right: 1px solid hsl(24, 86%, 51%);
}

.ask p:nth-of-type(3) {
    border-left: 1px solid hsl(24, 86%, 51%);
    border-right: 1px solid hsl(24, 86%, 51%);
    border-bottom: 1px solid hsl(24, 86%, 51%);
}

.askArea {
    margin-top: 20px;
    width: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

}

.rotationArrowOpen {
    animation: rotateOpen 0.5s linear forwards;
}

@keyframes rotateOpen {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(180deg);
    }
}

/* Animation für Pfeile beim Schließen (180° -> 0°) */
.rotationArrowClose {
    animation: rotateClose 0.5s linear forwards;
}

@keyframes rotateClose {
    from {
        transform: rotate(180deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.ask1 {

    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 62px;
    background-color: rgba(144, 62, 7, 0.857);
    border-bottom: 1px solid rgb(69, 68, 68);
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;


}
.ask1:hover {
    background-color: rgb(238 108 21 / 80%);
}

.ask2:hover {
    background-color: rgb(238 108 21 / 80%);
}

.ask3:hover {
    background-color: rgb(238 108 21 / 80%);
}

.ask1 span {
    font-family: 'dancingregular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    width: 90%;
    color: white;
    font-size: 24px;

}

.ask1 img {
    width: 20px;
    height: 20px;
    filter: invert(1);
}

.ask2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 62px;
    background-color: rgba(144, 62, 7, 0.857);
    border-bottom: 1px solid rgb(69, 68, 68);
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;


}

.ask2 img {
    width: 20px;
    height: 20px;
    filter: invert(1);
}

.ask2 span {
    font-family: 'dancingregular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    width: 90%;
    color: white;
    transition: 1s ease;
    font-size: 24px;
}

.ask3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 62px;
    background-color: rgba(144, 62, 7, 0.857);
    cursor: pointer;
    border-bottom: 1px solid black;
    padding-left: 10px;
    padding-right: 10px;

}

.ask3 img {
    width: 20px;
    height: 20px;
    filter: invert(1);
}

.ask3 span {
    font-family: 'dancingregular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    width: 90%;
    color: white;
    font-size: 24px;
}


.contactArea {
    width: 100%;
    min-height: 500px;
    margin-top: 20px;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    flex-shrink: 0;

}


.contactStyle {
    width: 50%;
    height: 100%;
    font-family: 'UbuntuItalic', Arial, Helvetica, sans-serif; 
    
}

.contactStyle h2 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 24px;
}

.contactStyle p {
    width: 50%;
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 20px;
}


.form {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 10px;
}

.form input {
    border: none;
    height: 30px;
    border-radius: 45px;
    padding-left: 20px;
    font-family: 'dancingregular', Arial, Helvetica, sans-serif;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 20px;
}

.form label {
    font-size: 20px;
}

.form input:focus {
    outline: 2px solid rgba(144, 62, 7, 0.857);
    font-family: 'bellaregular', Arial, Helvetica, sans-serif;
    border: none;
    font-size: 20px;
}

.form textarea:focus {
    outline: 2px solid rgba(144, 62, 7, 0.857);
    font-family: 'bellaregular', Arial, Helvetica, sans-serif;
    border: none;
    font-size: 20px;
}

.form textarea {
    border: none;
    border-radius: 30px;
    padding-left: 20px;
    padding-top: 20px;
    font-family: 'dancingregular', Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.form button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.form p{
    width: 100%;
}

.error{
    color: red;
    width: 100%;
}


.findUsStyle {
    position: relative;
    width: 50%;    
    padding-top: 20%;   

}

.findUsStyle iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
}

.findUsStyle h2 {
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 30px;
    font-family: 'UbuntuItalic', Arial, Helvetica, sans-serif;
    font-size: 24px;

}
.findUsText{
    font-family: 'UbuntuItalic', Arial, Helvetica, sans-serif;
    position: absolute;
    top: 300px;
    left: 0;
}

.findUsText h2{
    font-weight: 700;
}

.findUsStyle p {       
    line-height: 25px;
    font-size: 20px;
}

.meSelf{
    width: 100%;    
    display: flex;
    flex-direction: column;
    align-items: center;   
    font-family: 'UbuntuItalic', Arial, Helvetica, sans-serif;   
    margin-top: 25px;    
    gap: 20px;   
    
}

.meSelf p{
    width: 60%; 
    height: 100%;  
    line-height: 25px;
    font-size: 20px;
    margin-bottom: 20px;
}

.meSelf p:nth-of-type(2){
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.footer{
    margin-top: 50px;
    width: 100%;
    min-height: 100px;
    border-top: 1px solid rgba(144, 62, 7, 0.857);
    display: flex;    
    align-items: center;
    justify-content: space-evenly;
    font-family: 'dancingregular', Arial, Helvetica, sans-serif;
}

.footer a{
    text-decoration: none;
    font-family: 'dancingregular', Arial, Helvetica, sans-serif;
    color: #C38D44;
    font-size: 20px;
}

.footer a:hover{    
    color: black;
    text-decoration: underline;
}