:root{
    --logo-purple: #593F94;
}
*{
    margin:0;
    padding:0;
}
a{
    color:black;
    text-decoration: none;
}
a:hover{
    color:black;
}
body{
    margin:0;
    padding:0;
    width:100vw;
}
h2{
    font-size:40px;
}
header{
    background-color: white;
}
.btn-outline-success{
    border-color: var(--logo-purple)!important;
    color: var(--logo-purple);
}
.btn-outline-success:hover{
    background-color: var(--logo-purple);
}
.hero{
    position:relative;
}
.hero-image{
    width:100%;
}
.hero .text{
    position:absolute;
    display:flex;
    max-width:60%;
    top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    background-color:rgba(255,255,255,0.5);
    padding:2% 3%;
}
.hero .text .selfie{
    width:200px;
    height:200px;
}
.hero .text h1{
    color:white;
    margin: auto 30px;
}
.heading-2{
    text-align:center;
    margin-top:30px;
}
.leistungen{
    display:flex;
    margin:30px auto;
    width:90vw;
    gap:20%;
}
.leistungen .leistung{
    margin: 10px auto;
    text-align:center;
    box-shadow: 5px 5px black;
    flex: 1;
}
.leistungen .leistung img{
    width:33vw;
    height:20vw;
}
.leistungen .leistung h3{
    margin: 10px 0;
}
.leistungen .leistung p{
    font-size:20px;
}
.leistungen .leistung ul{
    list-style:none;
}
.leistungen .leistung ul .line{
    display:flex;
    max-width:70%;
    margin:0 auto;
    margin-bottom: 20px;
}
.leistungen .leistung ul .line img{
    width:32px;
    height:32px;
    margin: auto 20px auto 0;;
}
.leistungen .leistung ul .line li{
    text-align:left;
}
.leistungen .leistung button{
    border-radius:50px;
    padding:10px 20px;
    border: 2px solid var(--logo-purple);
    background-color:white;
    
}
.leistungen .leistung button:hover{
    cursor:pointer;
    background-color:var(--logo-purple);
    color:white;
}
/*zitat*/
.zitat{
    margin-bottom:70px;
}
.zitat .container{
    display:block;
    text-align: center;;
}
.zitat .container h3{
    font-size:40px;
}
.zitat .container h3 span{
    font-size:50px;
    color: var(--logo-purple);
}
.zitat .container button{
    border-radius:50px;
    padding:10px 20px;
    border: 2px solid var(--logo-purple);
    background-color:white;
    margin: 10px auto;
}
.zitat .container button:hover{
    cursor:pointer;
    background-color:var(--logo-purple);
    color:white;
}
/*footer*/
footer{
    background-color: rgb(228, 228, 228);
}
footer .container{
    margin: 0 auto;
}
footer .container .row .footer-section ul{
    list-style: none;
}
footer .container .row .footer-section ul li{
    width:fit-content;
}
footer .container .row .footer-section ul a{
    width:fit-content;
    display:block;
}
footer .container .row .footer-section ul li:hover{
    cursor:pointer;
    margin-left:10px;
}
footer .container .socials{
    display:flex;
    gap:20px;
}
footer .container .socials img{
    width: 32px;
    height: 32px;
    margin-bottom:20px;
}
footer .Telefonnummer, footer a{
    margin-left:20px;
}
footer .Telefonnummer:hover{
    cursor:pointer;
    margin-left:30px;
}
footer form{
    width:400px;
}
footer form input{
    display:block;
    margin-bottom:20px;
    padding:5px 10px;
}
footer form textarea{
    margin-bottom: 20px;
}
footer form .btn{
    padding:10px 20px;
    border: 2px solid var(--logo-purple);
    background-color: rgba(0,0,0,0);
    color:white;
}
footer form .btn:hover{
    background-color:var(--logo-purple);
    border: 2px solid var(--logo-purple);
    color:white;
}
/*

    Gewichtscoaching Seite

*/
.hero-GC{
    position:relative;
}
.heroGC .hero-image{
    width:100%;
    position:relative;
}
.textGC{
    position:absolute;
    max-width:60%;
    top: 50%;
	left: 75%;
    transform: translate(-50%, -50%);
    background-color:rgba(255,255,255,0.5);
    padding:2% 3%;
}
.textGC h1{
    color:white;
}
.textGC p{
    color:white;
    font-size: 20px;
}
.textGC button{
    margin: 0 auto;
}
.howitworksGC .container{
    display:flex;
    margin: 30px auto;
    max-width:fit-content;
    width:fit-content;
    justify-content: center;
}
.howitworksGC .container .text{
    max-width:fit-content;
    width:fit-content;
    margin-right:40px;
    margin: auto;
}
.howitworksGC .container .text h2{
    margin-bottom:10px;
}
.howitworksGC .container .text strong, .howitworksGC .container .text li{
    font-size:22px;
}
.howitworksGC .container img{
    width:40%;
    margin-right:4vw;
}
/*

    Personal Training Seite

*/
.heroPT img{
    width:100%;
    position: relative;
}
.textPT{
    position:absolute;
    max-width:30%;
    top: 45%;
	left: 25%;
    transform: translate(-50%, -50%);
    background-color:rgba(255,255,255,0.5);
    padding:2% 3%;
}
.textPT h1{
    color:white;
}
.textPT p{
    color:white;
    font-size: 20px;
}
.textPT .btn{
    margin: 0 auto 0 auto;
}
.howitworksPT .container{
    display:flex;
    margin: 30px auto;
    max-width:fit-content;
    width:fit-content;
    justify-content: center;
}
.howitworksPT .container .text{
    max-width:fit-content;
    width:fit-content;
    margin-right:40px;
    margin: auto;
}
.howitworksPT .container .text h2{
    margin-bottom:10px;
}
.howitworksPT .container .text strong, .howitworksPT .container .text li{
    font-size:22px;
}
.howitworksPT .container img{
    width:23%;
    margin-right:14vw;
}

/* 

    Über mich

*/
.heroAM{
    display:flex;
    padding:30px;
}
.heroAM img{
    width:50%;
    position: relative;
}
.textAM{
    width:50%;
    text-align:center;
    margin:auto;
}
.textAM h1{
    color:black;
    font-size:60px;
    margin-bottom:20px;
}
.textAM p{
    color:black;
    font-size: 40px;
    max-width:85%;
    margin: 0 auto;
}
.textAM .btn{
    margin: 0 auto 0 auto;
}
.meineGeschichte .container{
    display:flex;
}
.meineGeschichte .container img{
    width:500px;
}
.meineGeschichte .container{
    max-width:70vw;
    margin: 30px auto;
}
.meineGeschichte .text h2{
    text-align: center;
}
.meineGeschichte .text p{
    max-width:80%;
    margin:20px auto;
    font-size:20px;
}
.Werdegang{
    width: fit-content;
    margin:40px auto;
    padding:3vw;
}
.Werdegang .container{
    display:flex;
    align-items: center;
    
}
.Werdegang .container .text{
    margin-right:50px;
}
.Werdegang .container .text h2{
    text-align:center;
}
.Werdegang .container .text ul{
    list-style: none;
}
.Werdegang .container .text ul li strong{
    font-size:20px;
}
.Werdegang .container .text ul li{
    font-size:17px;
}
.Werdegang img{
    width:20vw;
}
/*

Preise

*/
.Preise h1{
    text-align: center;
    margin-bottom: 60px;
}
.Preise .container{
    display:flex;
    width: fit-content;
    max-width: 60vw;;
}
.Preise .container .text{
    font-size:22px;
    margin: auto 20px;
    margin-right:60px;
    
}
.Preise .container img{
    width:20%;
}
/*

Kontakt

*/
.kontakt{
    height: 70vh;;
    align-items: center;
    display: flex;
} 
.kontakt section{
    width:50vw;
    margin:auto;
}
.kontakt section input, .kontakt section textarea{
    margin-bottom:20px;
}
.mobile-buttons{
    display:none;
}
/*

Impressum

*/
.impressum{
    text-align:center;
    max-width:600px;
}
.impressum h1{
    margin-top:40px;
    text-align: center;
}

/*

Datenschutz

*/
.datenschutz{
    width:800px;
    margin:40px auto;
}
.datenschutz h1{
    margin-top:40px;
    text-align:center;
}
.success{
    padding:20vh 40vw;
    width:100vw;
    align-items: center;
}
.success h1{
    display:block;
}
.success button{
    padding:10px 20px;
    border: 2px solid var(--logo-purple);
    background-color: rgba(0,0,0,0);
    color:black;
}
.success button:hover{
    background-color:var(--logo-purple);
    border: 2px solid var(--logo-purple);
    color:white;
}
#Hinweisr{
    position:absolute;
    display:none;
    width:100vw;
    background-color:white;
    border-radius: 50px;
    padding:20px;
  left:0px;
}
#Hinweisr .DatenschutzLink{
    color:blue;
    text-decoration: underline;
}
#Hinweisr button{
    margin:20px 0;
    padding:3px 7px;
    border:none;
    background-color:#593F94;
    color:white;
}
#Hinweisr .abbruch{
    background-color:red;
}

@media(max-width: 1300px){
    .text .selfie{
        width:150px;
        height:150px;
        margin: auto 0;
    }
    .text .heading{
        font-size: 3vw;
    }
    .zitat .container h3{
        font-size:30px;
    }
    .zitat .container h3 span{
        font-size:40px;
    }
}
@media(max-width:900px){
    .text{
        max-width:80%;
        width:80%;
    }
    .leistungen{
        display:block;
        width:80%;
    }
    .leistungen .leistung img{
        width:90%;
        height:auto;
    }
    .zitat .container h3{
        font-size:20px;
    }
    .zitat .container h3 span{
        font-size:30px;
    }
}
@media(max-width:600px){
    header .container-fluid{
       justify-content:start;
    }
    .hero .text{
        max-width:90vw;
    }
    .hero .text .selfie{
        width:100px;
        height:100px;
    }
    .hero-image{
        width:100%;
    }
    .heroGC img{
        position: relative;
        height:300px;
    }
    .textGC{
        position:absolute;
        max-width:90%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color:rgba(255,255,255,0.3);
        padding:2% 3%;
        width:90vw;
    }
    .textGC h1{
        color:white;
    }
    .textGC p{
        color:white;
        font-size: 16px;
    }
    .howitworksGC .container, .howitworksPT .container{
        display:block;
        max-width:80vw;
        margin-left:20px;
    }
    .howitworksGC .container .text h2, .howitworksPT .container .text h2{
        font-size:30px;
    }
    .howitworksGC .container .text strong, .howitworksGC .container .text li, .howitworksPT .container .text strong, .howitworksPT .container .text li{
        font-size:17px;
    }
    .text .heading{
        font-size:4vw;
    }
    .howitworksGC .container img{
        width:80vw;
    }
    .heading-2{
        font-size:30px;
    }
    .leistungen .leistung ul .line{
        max-width:100%;
        width:100%;
        margin:0;
    }
    .leistungen .leistung p{
        font-size:17px;
    }
    .zitat .container{
        max-width:70vw;
    }
    .zitat .container h3{
        font-size:17px;
    }
    .zitat .container h3 span{
        font-size:24px;
    }
    footer form #email, footer form #text{
        width:80vw;
    }
    .heroPT img{
        height:250px;
    }
    .heroPT .textPT{
        top:50%;
        left:50%;
        max-width:80vw;
        width:80vw;
    }
    .heroPT .textPT h1{
        font-size:30px;
    }
    .heroPT .textPT p{
        font-size:17px;
    }
    .howitworksPT .container{
        width:fit-content;
        margin:20px auto;
        text-align:center;
    }
    .howitworksPT .container ul{
        margin:0 auto;
        text-align:left;
    }

    .howitworksPT .container img{
        width:60vw;
        margin:20px auto;
    }
    .herAm{
        display:block;
    }
    .heroAM .textAM{
        width:100vw;
    }
    .heroAM .textAM h1{
        font-size:30px;
    }
    .heroAM .textAM p{
        font-size:20px;
    }
    .meineGeschichte .container{
        display:block;
        max-width:90vw;
    }
    .meineGeschichte .container img{
        width:60vw;
        margin:10px auto;
    }
    .meineGeschichte .container .text{
        max-width: 100%;
        width:100%;
    }
    .meineGeschichte .container .text h2{
        text-align:center;
        font-size:30px;
    }
    .meineGeschichte .container .text p{
        font-size:13px;
        max-width:100%;
    }
    .Werdegang .container{
        display:block;
    }
    .Werdegang .container .text{
        margin: 0 auto;
    }
    .Werdegang .container h2{
        font-size:30px;
        text-align:center;
    }
    .Werdegang .container img{
        width:100%;
        margin: 0 auto;
    }
    .Preise h1{
        font-size: 50px;
        margin: 20px 0;
    }
    .Preise .container{
        display:block;
        max-width:80%;
        margin:0 auto;
    }
    .Preise .container img{
        width:100%;
    }
    .Preise .container .text{
        margin:0 auto;
        max-width:100%;
        width:90%;
    }
    .Preise .container .text p, .Preise .container .text strong{
        font-size:20px;
    }
    .datenschutz .container{
        max-width:80vw;
        margin:0 10vw;
    }
    .datenschutz .container h2{
        font-size:25px;
        font-weight: bold;
    }
    .kontakt{
        margin:100px 10%;
        height:auto;
        display:block;
    }
    .kontakt section{
        width:100%;
    }
    .kontakt form input, .kontakt form textarea{
        width:80vw;
        margin: 10px 5px;
    }
    footer .container .row .footer-section{
        margin: 0 auto;
        text-align:center;
    }
    .footer-section ul{
        padding-left:0;
    }
    .footer-section ul li{
        margin:0 auto;
    }
    .footer-section .socials{
        margin: 0 auto;
        justify-content:center;
    }
    .footer-section form input, .footer-section form textarea{
        margin:12px auto;
    }
    .mobile-buttons{
        display:flex;
        gap:10vw;
        margin-top:30px;
    }
    .mobile-button{
        width:fit-content;
        height:200px;
    }
    .mobile-buttons img{
        width:110px;
    }
    .mobile-button p{
        text-align: center;
    }
}
