@media screen and (orientation: landscape) {

    /* Bildersammlung Anordnung */
    #bildersammlung-goldkaefer {
        grid-template-columns: 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333% 8.33333%;
    }

    .bildersammlung-kachel.even {
        display: block;
    }

    /* Slogan Schriftgröße/Abstände */
    #slogan-section {
        padding: 2em 0;
        padding-bottom: 3.2em;
    }

    /* Philosophie Padding */
    .philosophie-section-box.box3 {
        padding: 2.5em env(safe-area-inset-right) 2.5em env(safe-area-inset-left);
    }

    .philosophie-section-box-inner {
        padding: 0 2em;
    }

    #mini-testimonial-section {
        grid-template-columns: calc(33.33333% - .33333em) calc(33.33333% - .33333em) calc(33.33333% - .33333em);
        column-gap: 1em;
        padding: 2em
    }

    .mini-testimonial-container {
        padding-bottom: 0;
    }

    /* Kontakt Padding */
    #kontakt-section {
        padding: 5em env(safe-area-inset-right) 5em env(safe-area-inset-left);
    }

    /* Testimonial Padding */
    .testimonial-container {
        padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); 
    }

    /* Testimonial Anordnung */
    .testimonial-single {
        grid-template-columns: 30% 70%;
    }

    .testimonial-single p {
        text-align: left;
    }

    .testimonial-image {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        width: 80%;
        margin-top: 0;
        margin-left: 0;
    }

    /* Ablauf Abstände */
    #ablauf-section {
        padding: 1em env(safe-area-inset-right) 4em env(safe-area-inset-left);
    }

    #ablauf-section-inner {
        padding: 0 1em;
    }

    /* Ablauf Anordnung */
    #ablauf-boxen {
        grid-template-columns: calc(50% - .5em) calc(50% - .5em) ;
    }

    /* goldkäfer Padding */
    #goldkaefer-story {
        padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
    }

    /* goldkäfer Anordnung */
    #goldkaefer-story-img {
        aspect-ratio: 20/9;
        background-position: center -300px;
    }

    p#goldkaefer-story-quote {
        width: 80%;
    }

}

@media screen and (min-width: 843px) {
    /* goldkäfer Anordnung */
    #goldkaefer-story-container {
        grid-template-columns: 60% 40%;
    }
    
    #goldkaefer-story-img {
        aspect-ratio: inherit;
        background-position: center;
        grid-row: 1 / 2;
        grid-column: 2 / 3;
    }
}

@media screen and (min-width: 767px) {

    /* Bildersammlung Anordnung */
    #bildersammlung-goldkaefer {
        grid-template-columns: 25% 25% 25% 25%;
    }

    /* Slogan Schriftgröße/Randabstand  */
    #slogan-section {
        padding: 5em 0;
    }
    #slogan-section h1 {
        font-size: 3em;
    }

    /* Bereiche Anordnung */
    #shootingbereiche-section {
        padding: 6em 2em;
    }

    #shootingbereiche-section h2 {
        font-size: 2.3em;
    }

    .shootingbereiche-einleitung {
        max-width: 600px;
        margin: 0 auto 2em auto;
    }
    
    #shootingbereiche-liste-container {
        grid-template-columns: calc(50% - .5em) calc(50% - .5em);
        column-gap: 1em;
    }

    /* Ablauf Anordnung */
    #ablauf-boxen {
        grid-template-columns: calc(50% - .5em) calc(50% - .5em);
    }

    /* Testimonial Padding */
    .testimonial-container {
        padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left); 
    }

    /* Testimonial Anordnung */
    .testimonial-single {
        grid-template-columns: 30% 70%;
    }

    .testimonial-single p {
        text-align: left;
    }

    .testimonial-image {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        width: 80%;
        margin-top: 0;
        margin-left: 0;
    }

    /* goldkaefer Größen/Abstände */

    #ueber-mich-text {
        max-width: 700px;
    }
    #ueber-mich h2 {
        font-size: 2.8em;
    }
    .ueber-mich-schlagworte {
        font-size: 2.2em;
    }
    #goldkaefer-story-img {
        aspect-ratio: 16 / 9;
        background-position: center 40%;
    }

    #kontakt-section {
        padding: 5em env(safe-area-inset-right) 5em env(safe-area-inset-left);
    }

}

@media screen and (min-width: 767px) and (orientation: landscape) {
    
    /* Bildersammlung Anordnung */
    #bildersammlung-goldkaefer {
        grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%;
    }

    .bildersammlung-kachel.even {
        display: block;
    }

    #goldkaefer-story-img {
        aspect-ratio: inherit;
        background-position: center;
    }

}

@media screen and (min-width: 1023px) {

    /* Philosophie Anordnung */
    #philosophie-section {
        grid-template-columns: 25% 25% 25% 25%;
    }

    .philosophie-section-box {
        aspect-ratio: inherit;
    }

    .philosophie-section-box.box3 {
        font-size: .87em;
        grid-column: 3 / 4;
        grid-row: 1 / 2;
        aspect-ratio: 2/3;
    }

    #shootingbereiche-section {
        padding: 9em 2em;
    }

    #shootingbereiche-liste-container {
        max-width: 700px;
        margin: 0 auto;
    }

    #ueber-mich {
        padding-bottom: 16em;
        padding-top: 4em;
        margin-bottom: 8em;
    }
    #goldkaefer-story-text {
        max-width: 500px;
        margin: 2em 0;
    }

    p#goldkaefer-story-quote {
        width: 100%;
    }

    .kontakt-container {
        grid-template-columns: calc(50% - .5em) calc(50% - .5em);
        max-width: 900px;
        column-gap: 1em;
        align-items: center;
    }

    .kontakt-section-kontaktdaten {
        margin-top: 0em;
    }
}

@media screen and (min-width: 1151px) {

    #slogan-section {
        padding: 11em 0;
    }

    .shootingbereiche-einleitung {
        max-width: 750px;
    }

    #kontakt-section {
        padding: 0em env(safe-area-inset-right) 9em env(safe-area-inset-left);
    }

    .kontakt-container {
        max-width: 900px;
    }

    #ablauf-section {
        padding: 2em env(safe-area-inset-right) 6em env(safe-area-inset-left);
    }

    #ablauf-section h2 {
        margin: 2em auto;
    }

    /* Ablauf Anordnung */
    #ablauf-boxen {
        grid-template-columns: calc(25% - .75em) calc(25% - .75em) calc(25% - .75em) calc(25% - .75em);
        font-size: .9em;
    }

    #testimonial-section {
        padding: 8em 2em;
    }

    #testimonial-section h2 {
        margin-bottom: 3em;
    }

    p#goldkaefer-story-quote {
        font-size: 3em;
    }

    #goldkaefer-story-text {
        font-size: .8em;
        max-width: 80%;
        padding-left: 5em;
    }

    #ueber-mich {
        /* background-size: 85%; */
        padding-top: 6em;
        margin-bottom: 9em;
    }

    p.ueber-mich-schlagworte {
        margin-bottom: 2em;
    }
}

@media screen and (min-width: 1343px) {

    body {
        font-size: 1.1em;
    }

    #slogan-section {
        padding: 11em 0;
    }

    #slogan-section h1 {
        font-size: 4em;
    }

    #goldkaefer-story-text {
        font-size: .85em;
    }

    .kontakt-container {
        max-width: 100%;
        /*width: 50%;*/
    }

    #ablauf-boxen {
        font-size: 1em;
    }

}

@media screen and (min-width: 1535px) {
    
    body {
        font-size: 1.3em;
    }

    /* Slogan Schriftgröße/Randabstand  */
    #slogan-section {
        padding: 13em 0;
    }
    #slogan-section h1 {
        font-size: 4.5em;
    }

    .testimonial-container {
        max-width: none;
        width: 55%;
        font-size: .9em;
    }

    #goldkaefer-story-text {
        font-size: .8em;
    }

    /* #ueber-mich {
        background-size: 65%;
    } */

    #ueber-mich-portrait {
        max-width: none;
        width: 400px;
        left: calc(50% - 200px);
    }

}

@media screen and (min-width: 1791px) {

    body {
        font-size: 1.4em;
    }

    #goldkaefer-story-text {
        font-size: .85em;
        max-width: 75%
    }

    #ueber-mich {
        background-repeat: no-repeat;
        /* background-size: 65%; */
    }

    #ueber-mich-text {
        max-width: none;
        width: 1010px; 
    }

}