@media (max-width: 17010px){
    .TeilBildschirm{
        width: 30%; 
    }
}
@media (max-width: 1590px){
/*Allgemein*/
    p{
        font-size: 1.1rem;
    }
    #START .pgroß{
        font-size: 1.4rem;
    }
    h1::before{
        right: 5rem;
    }
    h1::after{
        left: 5rem;  
    }
    h2{
        font-size: 2.5rem;
    }
}
@media (max-width: 1440px){
    h1{
        font-size: 4rem;
    }
}
@media (max-width: 1390px){
    .TeilBildschirm{
        width: 26%; 
    }
}
@media (max-width: 1270px){
/*Allgemein*/
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2.25rem;
    }
    p{
        font-size: 1rem;
    }
    #START .pgroß{
        font-size: 1.3rem;
    }
    h1::before{
        top: 7.5rem;
        right: 3rem;
    }
    h1::after{
        top: 7.5rem;
        left: 3rem;  
    }
    .Bildpositionierer::after{
        height: 25rem;
        width: 25rem;
    }
    .Bildpositionierer::before{
    height: 16.5rem;
    width: 16.562rem;
}
/*START*/
    #START .Untertitel{
    font-size: 1.25rem;
    }
}
@media (max-width: 1120px){
    /*Header*/    
    .InhaltHeader{
        width: 90vw;
        max-width: var(--global-Inhaltsbreite_absolut);
    }
    header .buttonGroß{
        display: none;
    }
    .buttonGroß{
        display: none;
    }
    .buttonKlein{
        display: flex;
    }
    header .buttonKlein{
        display: flex;
    }
    .Button-hell.Button-klein{
        display: flex;
    }
    .Button-hell.Button-groß{
        display: none;
    }
}
@media (max-width: 1080px){
/*START*/
    section{
        padding: 0 0;
    }
    #START{
        display: none;
    }
    #ZweiterStart{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        z-index: 10;
        padding: 0 0;
        margin: 0;
    }
    .BereichTeilBildschirm{
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;       
        padding: 0 0;
        margin: 0;
    }
    .ConBild{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .Bild{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20rem;
        height: auto;
        border-radius: 3em;
        margin: 2rem 0;
        margin-bottom: 4rem;
        margin-left: 3rem;
        box-shadow: var(--global-color-Schrift) 0px 0px 50px;
    }
    .rechts{
        margin-left: 0;
        margin-right: 3rem;
    }
    .Headbereich{
        display: flex;
        align-items: center;
        flex-direction: row;
    }
    .TeilBildschirmC{
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
        background-image: url(img/Hintergrundbild_Angebote_Kontrast.avif); 
        background-color: var(--global-color-hintergrund);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        align-items: center;
        flex-direction: column;
        padding: 4rem 0;
    }
    #ZweiterStart .Coachingseite{
        width: var(--global-Inhaltsbreite_relativ);
        max-width: var(--global-Inhaltsbreite_absolut);
        margin-bottom: 10rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    #ZweiterStart .Buchseite{
        width: var(--global-Inhaltsbreite_relativ);
        max-width: var(--global-Inhaltsbreite_absolut);
        margin-top: 10rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .TeilBildschirmB{
        padding: 20vh 0;
    }
    #ZweiterStart .Zwischenheadline{
        width: var(--global-Inhaltsbreite_relativ);
        max-width: var(--global-Inhaltsbreite_absolut);
        position: absolute;
        bottom: 0;
        transform: translateY(50%);
        z-index: 10;
        /*border: solid 2px greenyellow;*/
    }
    .Bildpositionierer::after{
        display: none;
    }
    .Bildpositionierer::before{
        display: none;
    }
    .Headline::before{
        top: 18rem;
        rotate: -120deg;
        left: 50%;
    }
    .Headline::after{
        top: -10rem;
        scale: -1;
        rotate: 120deg;
        left: 50%;  
    }
}
@media (max-width: 920px){
    .Bild{
        width: 20rem;
    }
}
@media (max-width: 850px){
    .TeilBildschirmC, .TeilBildschirmB{
        padding: 20vh 0;
    }
    .TeilBildschirmC{
        padding-top: 2rem;
    }
    .Headline::before{
        top: 18rem;
        rotate: -120deg;
        left: 50%;
    }
    .Headline::after{
        top: -10rem;
        scale: -1;
        rotate: 120deg;
        left: 50%;  
    }
    #ZweiterStart .Coachingseite{
        display: flex;
        flex-direction: column-reverse;
    }
    #ZweiterStart .Buchseite{
        display: flex;
        flex-direction: column;
    }
    .Bild{
        margin: 2rem 0;
    }
    .rechts{
        margin-top: 0;
        margin-bottom: 3rem;
    }
}
@media (max-width: 838px){
    .Headline::before{
        top: 20rem;
        rotate: -120deg;
        left: 50%;
    }
}
@media (max-width: 730px){
/*HEADER*/
    header{
        height: 9rem;
    }
    header .ButtonContainer{
        display: flex;
        align-items: baseline;
    }
    header .ButtonContainer a{
        font-size: 1em;
    }
    .Button-rot:hover::before, .Button-transp:hover:before{
        display: none;
    }
    .Button-rot:hover::after, .Button-transp:hover:after{
        display: none;
    }
    .Button-transp:hover{
        background-color: transparent;
    }
    .InhaltHeader{
        flex-direction: column;
    }
    header .buttonKlein{
        display: none;
    }

/*FOOTER*/
    .Link_Text{
        margin-bottom: 1.5em;    
        /*border: 2px solid var(--global-color-hintergrund);*/
    }
    .Link_Text a{
        font-size: 1.25rem;
    }
    footer p{
        margin-top: 1em;
        /*border: 2px solid var(--global-color-hintergrund);*/
    }
    .Icon_Social{
        height: 1.75rem;        
    }
    .Icons_Footer a{
        margin-right: 2em;        
    }
    #ABOUTME .Bildbreit{
        height: 21rem;
        width: 27.99rem;
    }
}
@media (max-width: 665px){
    /*.TeilBildschirmC, .TeilBildschirmB{
        padding: 25vh 0;
    }*/
    .Headline::before{
        top: 22rem;
        rotate: -120deg;
        left: 40%;
    }
    .Headline::after{
        top: -9rem;
        scale: -1;
        rotate: 120deg;
        left: 40%;  
    }
    .rechts{
        margin-top: 2rem;
        margin-bottom: 3rem;
    }
}
@media (max-width: 650px){
/*Allgemein*/
    h1{
        line-height: 1.2;
    }
    h2{
        line-height: 1.2;
    }
    .Button-hell.Button-klein{
        display: flex;
    }
    .Button-hell.Button-groß{
        display: none;
    }
    .Button-rot.Button-klein{
        display: flex;
    }
    .Button-rot.Button-groß{
        display: none;
    }

/*Header*/
    header .ButtonContainer a{
        font-size: 1rem;
        margin: 0;
        margin-right: 0.5em;
    }

/*FOOTER*/
    footer{
        display: flex;
        flex-direction: row;
    }
    .LinksFooter {
        display: flex;
        flex-direction: row;
        justify-content: start;
        width: var(--global-Inhaltsbreite_relativ);
    }
    .Link_Text {
        flex-direction: column;
        align-items: start;
        margin: 0;
        /*margin-bottom: 1.75em;*/
    }
    .Link_Text a {
        margin-bottom: 0.5em;
    }
    .Icons_Footer a{
        margin: .75em;
        margin-top: 0;
        margin-right: .75em;
        line-height: 1.75;
    }
    .Icons_Footer {
        margin-left: 2em;
        height: auto;
        width: 50%;
    }
}
@media (max-width: 646px){
    /*.TeilBildschirmC, .TeilBildschirmB{
        padding: 25vh 0;
    }*/
    .Headline::before{
        top: 26rem;
        rotate: -120deg;
        left: 40%;
    }
    .Headline::after{
        top: -9rem;
        scale: -1;
        rotate: 120deg;
        left: 40%;  
    }
}
@media (max-width: 560px){
/*Header*/
    header{
        height: 8rem;
    }
    header img{
        height: 5rem;
    }
    header .ButtonContainer a {
        font-size: 0.9rem;
        margin: 0;
        margin-right: 0.5em;
    }
/*ALLGEMEIN*/
    section{
        padding-top: 5vh;
    }
    h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2.5rem;
    }
/*START*/
    #START .TeilBildschirm img{
        height: 25rem;
        width: 25rem;
    }
    .Headline::before{
        top: 24rem;
        rotate: -120deg;
        left: 40%;
    }
}
@media (max-width: 523px){
    .Headline::before{
        top: 26rem;
        rotate: -120deg;
        left: 40%;
    }
}
@media (max-width: 480px){
    .TeilBildschirmC{
        padding-bottom: 30vh;
    }
    .TeilBildschirmB{
        padding-top: 30vh;
    }
    .Headline::before{
        top: 26rem;
        rotate: -120deg;
        left: 40%;
    }
    .Headline::after{
        top: -11rem;
        scale: -1;
        rotate: 120deg;
        left: 40%;  
    }   
}
@media (max-width: 467px){
    .TeilBildschirmC{
        padding-bottom: 30vh;
    }
    .TeilBildschirmB{
        padding-top: 30vh;
    }
    .Headline::before{
        top: 30rem;
        rotate: -120deg;
        left: 40%;
    }
    .Headline::after{
        top: -11rem;
        scale: -1;
        rotate: 120deg;
        left: 40%;  
    }   
}
@media (max-width: 460px){
    .Headline::before{
        top: 31rem;
        rotate: -120deg;
        left: 40%;
    }
}
@media (max-width: 430px){
    .TeilBildschirmC{
        padding-bottom: 35vh;
        padding-top: 4rem;
    }
    .TeilBildschirmB{
        padding-top: 35vh;
    }
    .Headline::before{
        top: 34rem;
        rotate: -120deg;
        left: 40%;
    }
    .Headline::after{
        top: -11rem;
        scale: -1;
        rotate: 120deg;
        left: 40%;  
    }  
    .Bild{
        width: 15rem;
        margin-top: 0;
    } 
    .rechts{
        margin-top: 0;
    }
}
@media (max-width: 400px){
/*START*/
    #START .TeilBildschirm img{
        height: 20rem;
        width: 20rem;
    }
    .TeilBildschirmC{
        padding-bottom: 40vh;
    }
    .TeilBildschirmB{
        padding-top: 40vh;
    }
    .Headline::before{
        top: 36rem;
        rotate: -120deg;
        left: 40%;
    }
}
@media (max-width: 380px){
/*Header*/
    header{
        height: 7rem;
    }
    header img{
        height: 4.5rem;
    }
    header .ButtonContainer a {
        font-size: 0.75rem;
        margin: 0;
        margin-right: 0.5em;
    }
/*Button Rot Schriftgröße*/
    .Button-rot.Button-klein{
        font-size: 1rem;
    }
    
    .Headline::after{
        top: -11rem;
        scale: -1;
        rotate: 120deg;
        left: 40%;  
    }  
}
@media (max-width: 374px){
    .Headline::before{
        top: 38rem;
        rotate: -120deg;
        left: 40%;
    }
    .Headline::after{
        top: -10rem;
        scale: -1;
        rotate: 120deg;
        left: 40%;  
    } 
}
@media (max-width: 350px){
/*Allgemein*/
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 2rem;
    }
    p{
        font-size: 0.8rem;
    }
    #START .pgroß{
        font-size: 1rem;
    }
    .Button-rot{
        font-size: 1rem;
    }
    .Button-transp{
        font-size: 1rem;
    }       
    .Button-hell.Button-klein{
        font-size: 1rem;
    }
/*Header*/
    header{
        height: 6.5rem;
    }
    header img{
        height: 4rem;
    }
    header .ButtonContainer a {
        font-size: 0.7rem;
        margin: 0;
        margin-right: 0.5em;
    }
    .Headline::before{
        top: 38rem;
        rotate: -120deg;
        left: 40%;
    }
    .Headline::after{
        top: -9rem;
        scale: -1;
        rotate: 120deg;
        left: 40%;  
    } 
}
@media (max-width: 300px){
    .Bild{
        width: 12rem;
        border-radius: 2em;
        margin-top: 0;
    } 
}
