@font-face { 
    font-family: "TenorSans"; 
    src: url("assets/TenorSans-Regular.ttf"); 
}
body{
    font-family: TenorSans;
    overflow-x: hidden;
    margin:0;
}
.green{
    color:#69AA69;
    font-weight:bold;
}
a{
    color: #277527;
    font-weight: bold;
    text-decoration:underline;
}
.remove-scrolling{
    overflow: hidden; 
}
/*NAVIGATION*/
nav{
    position: fixed;
    display: flex;
    justify-content: space-between;
    width: 80%;
    height: 100px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    z-index: 100;
    padding: 0 10%;
}
#navWelcome{
    cursor: pointer;
}
.nav-logo{
    display: flex;
    height: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nav-logo>img,.nav-logo>a>img{
    height:40px;
}
.nav-main{
    display: flex;
    height: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nav-main>.options{
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    letter-spacing: 0.8px;
    height:100%;
}
.nav-main>.options>.entry{
    display: flex;
    flex-direction: column;
    cursor:pointer;
}
.nav-main>.options>.entry>span:hover{
    animation: color 500ms 100ms cubic-bezier(0.38, 0.97, 0.56, 0.76) forwards;
}
.nav-main>.options>.entry>.line{
    height: 2px;
    width:0%;
}

.active{
    animation: show 600ms 100ms cubic-bezier(0.38, 0.97, 0.56, 0.76) forwards;
    background-color:#69AA69;
}
.nav-contact{
    display: flex;
    height: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
}
.nav-contact>.phone,.nav-contact>.mail{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 24px;
    color: #69AA69;
}
.nav-contact>.phone>span>a,.nav-contact>.mail>span>a{
    text-decoration: none;
    font-weight: normal;
}
/*MAIN*/
.hidden-h{
    display:none;
}
main{
    display: flex;
    flex-direction: column;
}

.section{
    padding-top:50px;
    padding-bottom:50px;
    display: flex; 
    flex-direction: column;
    z-index: 50; 
}
/*Welcome*/
.welcome{
    background-color: #d4f0d4; 
}
.welcome-vita{
    margin-top:100px;
}
.vita-highlight{
    margin-top:15px;
    color: #69AA69;
}
.startpic-wrapper>img{
    width:250px;
}
.startpic{
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100vh;
    background-image: url(assets/welcome.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/*WINTER*/
/* .startpic{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width:100%;
    height:100vh;
    background-image: url("assets/welcome.jpg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} */

.startpic-wrapper{
    display: flex;
    flex-direction: column;
    gap:10px;
    font-size: 30px;
    color:white;
    width:450px;
    padding-bottom: 100px;
    padding-left:4%;
}

/*WINTER*/
/* .startpic-wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap:10px;
    font-size: 30px;
    color:white;
    width:450px;
    padding-top: 150px;
    padding-right:10%;
} */
 .sozial-media{
    display:flex; 
    gap:20px; 
 }
.welcome-profil{
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
}
.profil-title,.profil-body,.service-title,.service-body,.doc-title,.doc-body{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap:20px;
}
.profil-title,.service-title,.doc-title,.team-title{
    padding-top:10px;
    color: #69AA69;
    text-align: center;
}
.profil-left,.service-left,.doc-left{
    width:30%;
}
.profil-left>img,.service-left>img,.doc-left>img{
    width:100%;
    height:auto;
}
.profil-right,.service-right,.doc-right{
    width:50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

}
.profil-title>.profil-right{
    align-items: center;
}
.profil-right>p,.service-right>p,.doc-right>p{
    line-height:24px;
    margin: 0;
}
.service-body>.service-right,.doc-right{
    gap:0px;
}
.zitat{
    padding-top:10px;
    font-weight: bold;
    width:100%;
    color:#69AA69;
    text-align: center;
    font-size:20px;
}
.author{
    width:100%;
    text-align: center;
}
.p1{
    padding-bottom: 5px;
}
.p1-5{
    padding-left:15px;
}
.p2{
    padding-left:40px;
}
.p2-5{
    padding-left:40px;
    padding-bottom: 10px;
}
.p3{
    padding-left:55px;
    padding-bottom: 10px;
}
.addendum{
    padding-top:10px;
    text-decoration: underline;
}
/*Services*/
.services{
    background-color: #fff;
    gap: 10px; 
    align-items: center;
}

/*Doc*/
.doc{
    background-color: #d4f0d4; 
}

/*Team*/
.team{
    background-color: #fff;
}

.team>.row{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
#teampraxis{
    flex-direction: column-reverse;
    align-items: center;
}
#teampraxis{
    gap:20px;
}
#teamteam{
    gap:20%;
    margin-bottom:50px;
}

.row>.member{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:30%;
    gap:5px;
}
#openVita{
    cursor: pointer;
}
.team-picture>img{
    width:100%;
}
.team-name{
    font-size: 16px;
    font-weight: bold;
}
.praxis-picture{
    width:50%;
}
.praxis-picture>a>img{
    width:100%;
    cursor:pointer;
    border-radius: 10px;
}
.praxis-content{
    display: flex;
    flex-direction: column;
    width:50%;
}
.praxis-content>h2{
    color: #69AA69;
    font-size: 20px;
    margin:0;
    margin-bottom: 10px;
}
.praxis-content>h3{
    margin:0;
    font-size:16px;
    line-height:20px;
}
.praxis-content>p{
    margin:0;
    line-height:24px;
    margin-bottom:12px;
}
/*Team MORE*/
.btn-show{
    background-color: #69AA69;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}
.btn-less{
    margin-top:15px;
    color: #aaa;
    font-weight: bold;
    cursor: pointer;
}
.btn-show:hover{
    background-color: #277527;
}
.read-hidden{
    display: none;
}
.btn-hidden{
    display: none;
}
.read-show{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.read-show>h2{
    margin-top:0px;
    color: #69AA69;
}
.read-show>h3{
    margin-top:0px;
    font-weight: normal;
}
.readMore-row{
    display: flex;
}
.readMore-row>span{
    min-width:15px;
    width:15px;
}
.readMore-row>p{
    margin:0px;
}
/*Partner*/
.teamPartner{
    display:flex;
    flex-direction: column;
    align-items: center;
}
.teamMember-title-left{
    height: 80px;
}
.teamMember-title-right{
    width:100%;
    height: 80px;
}
.partner1,.partner2{
    width:20%;
    padding-bottom:40px;
}
.teamPartner>div>a>img{
    width:100%;
}
/*Kontakt*/
.titleRow{
    color: #69AA69;
    width:80%;
}
.sectionTitle2{
    text-align: center;
}
.contact{
    background-color: #d4f0d4; 
    line-height:24px;
    align-items: center;
}
.contact>.row{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    gap:10px;
}
.contact-adress,.contact-bank,.contact-openings{
    display:flex;
    flex-direction: column;
    gap: 10px;
    width:33.33%;
}
.contact-adress>h2,.contact-bank>h2,.contact-openings>.openings-title>h2{
    margin:0;
    font-size:16px;
    line-height:20px;
}
.contact-openings>.openings-content>p{
    margin:0;
    display: flex;
    gap:10px;
    line-height:24px;
}
.o-day{
    width:100px;
}
.o-morning{
    width:90px;
}
.o-space{
    width:12px;
}
.contact-formular>#form{
    display:flex;
    flex-direction: column;
    gap:20px;
}
.contact-name,.contact-mail,.contact-message{
    width:600px;
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: TenorSans;
}
.errorField{
    border: 1px solid red;
}
#message{
    resize: none;
}

#send{
    background-color: #69AA69;
    color: white;
    padding: 14px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}
#send:hover{
    background-color: #277527;
}

#openLeistung{
    margin-top:10px;
    padding: 10px 10px;
    width:200px;
}

/*Footer*/
.footer{
    background-color: #ffffff;
    z-index: 101;
}
.footer>.row{
    display: flex;
    justify-content: center;
    align-items: center;
    height:50px;
    gap:100px;
    font-size:12px;
}
.footer>.row>div>a{
    color: #000000;
    text-decoration: none;
}
/*DSGVO*/
.dsgvoBanner{
    display:flex;
    justify-content: space-between;
    color:white;
    padding-left:5%;
    padding-right:5%;
    background-color: #69AA69;
    position: fixed;
    bottom: 0;
    width:90%;
    height:50px;
    line-height: 50px;
    z-index: 201;
}
.dsgvoHidden{
    display:none;
}

.dsgvoBanner>div{
    background-color: white;
    margin:5px;
    width:100px;
    border-radius: 3px;
    color:#69AA69;
    text-align: center;
    line-height:40px;
    font-weight: bold;
    cursor:pointer;
}
/*Datenschutz UND IMPRESSUM*/
.datenschutz-wrapper,.impressum-wrapper{
    display:flex;
    justify-content: center;
}
.datenschutz,.impressum{
    display:flex;
    flex-direction: column;
    width:60%;
}
.datenschutz>h1,.impressum>h1{
    margin-top:150px;
    color: #69AA69;
}
.datenschutz>p,.impressum>p{
    line-height: 22px;
}

/*Modal*/
.modal-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 200;
}
.modal{
    display:flex;
    flex-direction: column;
    border-radius: 10px;
    padding:10px;
    background-color: #fff;
}
.modal-close{
    display:flex;
    flex-direction: row-reverse;
    padding-bottom:16px;

}
#modalInfo>.modal-title{
    color:#69AA69;
    padding:40px;
    padding-top:16px;
    padding-bottom:16px;
    font-size:32px;
    text-align: center;
    margin: 0;
}
#modalInfo>.modal-content{
    padding:40px;
    padding-top:16px;
    font-size:24px;
    text-align: center;
    margin: 0;
    line-height:36px;
}

.modal-close>img{
    cursor:pointer;
}
.bg-hidden,.modal-hidden{
    display: none;
}
.addendum-wrapper{
    width: 80%;
    margin-left:10%;
    margin-bottom: 40px;
}
.leistung-content{
    margin-top: 140px;
    display:flex;
    flex-direction: column;
    width:80%;
    margin-left:10%;
}
.leistung-title, .leistung-row{
    display: flex;
    align-items: center;
    gap:20px;
    padding:8px 0px;

}
.leistung-row{
    border-bottom:1px solid #69AA69;
}
.sub-row,.sub-title,.last-sub-row{
    padding:2px 0px;
    border:none;

}
.sub-row>.topic,.last-sub-row>.topic{
    padding-left: 20px;
    color:#777;
    width:380px;
}
.last-sub-row{
    padding-bottom: 8px;
    border-bottom:1px solid #69AA69;
}
.pack{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:10px;
    background-color: #d4f0d4;
    text-align: center;
    height:106px;
    padding:20px;
    border:1px solid black;
}
.empty-pack,.topic{
    width:400px;
}
.empty-pack>img{
    display:none;
}
.pack,.checker,.price{
    width:270px;
    padding:0px 20px;
}
.pack-title,.price{
    font-size:20px;
    font-weight:bold;
    color: #69AA69;
    text-align: center;
}

.price{
    color: #69AA69;
}
.price-row{
    border:none;
}
.checker{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.checker>img{
    width:24px;
}

#modalVita>.modal-content{
    display: flex;
    flex-direction: column;
    padding:40px;
    padding-top:16px;
    gap:20px;
}
.vita-vert{
    display:flex;
    flex-direction: row;
    gap:30px;
}
.vita-picture{
    width:250px;
    height:250px;
    background-color: lightgray;
    border-radius: 10px;
}
.vita-basic{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:10px;
    width:650px;
}
.vita-section{
    display:flex;
    flex-direction: column;
    gap:10px;
    width: 900px;
}
.vita-bullet{
    display:flex;
    gap:5px;
}
/*Admin*/

#admin{
    margin-top:120px;
}
#admin>form{
    display:flex;
    flex-direction: column; 
    align-items: center;
    gap:10px;
}
#user,#password,#login{
    width:200px;
    height:30px;
    line-height: 30px;
}
#login{
    width:208px;
    border:none;
    color:white;
    text-align: center;
    background-color: #69AA69;
    cursor:pointer
}
#titleTitle{
    width:584px;
    padding-left:10px;
    height:30px;
    line-height: 30px;
    border: 1px solid lightgray;
    border-radius:3px;
}
#neueTitleMessage{
    width:600px;
    height:40px;
    border:none;
    color:white;
    text-align: center;
    background-color: #69AA69;
    cursor:pointer
}
/*Animation*/
@keyframes show {
    100% {
      width: 100%;
    }
}   
  @keyframes color {
    100% {
        color: #69AA69;
    }
} 


@media only screen and (max-width: 1200px) {

    nav{
        width:96%;
        padding: 0 2%;
    }
    #navWelcome,.nav-contact{
        display: none;
    }
    .profil-body,.service-body,.doc-body{
        flex-direction: column;
        align-items: center;
    }
    #teampraxis{
        flex-direction: column-reverse;
    }
    .profil-left,.profil-right,.service-left,.service-right,.doc-left,.doc-right,.row>.member,.praxis-picture,.praxis-content{
        width:80%;
    }
    .profil-title.profil-left,.doc-title.service-right,.doc-title.doc-right{
        display: none;
    }

    .partner1,.partner2{
        width:60%;
    }
    .partner1{
    margin-top: 20px;
    }
    .section{
        padding-top:0px;
    }
    .praxis-content,.doc-body{
        text-align: center;
    }
    .team>.row{
        align-items: center;
    }
    .p1,.p2,.p3,.p2-5{
        width: 100%;
        padding: 5px 0;
    }
    .p2,.p3,.p2-5{
        padding-left:60px;
    }
    #modalInfo>.modal-title{
        padding:20px;
        padding-bottom:10px;
    }
    #modalInfo>.modal-content{
        padding:20px;
        padding-bottom: 10px;
    }
    .contact-adress,.contact-bank,.contact-openings{
        width:100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .contact-openings{
        align-items: center;
    }

    .contact>.row{
        flex-direction: column;
        align-items: center;
    }
    .contact-formular{
        width:100%;
        font-size: 20px;
    }
    #name,#mail,#message{
        width:100%;
        font-size:18px;
    }

    .titleRow{
        text-align: center;
    }
    .services>.row{
        flex-direction: column;
    }
    .team>.row{
        flex-direction: column;
    }
    .praxis-content>h2{
        text-align: center;
    }
    .section.contact{
        padding-bottom:20px;
    }
    .footer>.row{
        gap:30px;
    }
    #modalVita>.modal-content{
        gap:10px;
        padding:0px;
    }
    .vita-picture{
        display: none;
    }
    .modal{
        width:90%;
    }
    .vita-basic{
        width: 100%;
    }
    .vita-section{
        width:100%;
    }
    .leistung-content{
        font-size: 12px;
        padding:0px;
    }

    .pack-desc{
        display: none;
    }
    .pack,.checker,.price{
        width:20px;
        padding:0px 10px;
    }
    .pack-title,.price{
        font-size: 16px;
    }
    .price{
        writing-mode: vertical-lr;
    }
    .pack{
        height:180px;
        writing-mode: vertical-lr;
    }
    .empty-pack{
        display: flex;
        justify-content: center;
    }
    .empty-pack>img{
        display: block;
        width:180px;
    }
    .sozial-media{
        justify-content: center;
     }
}