

body {
    margin: 0 auto;
    padding: 0;
    background-color: #FAFAFA;
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    max-width: 100vw;

}



.header-left h1 {
    margin: 0;
    font-family: "Roboto", sans-serif;

}

header {
    height: 5.2rem;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-left: 3.3rem;
}

header img {
    width: 34.25px;
    height: 34.25px;
}

nav {
    margin-left: auto;
    margin-right: 3.3rem;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 1.25rem;
    margin: 0;
    padding: 0;
}

nav a {
    text-decoration: none;
    color: black;
    font-weight: 600;
}

header h1{
    font-size: 1.25rem;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-left: 5.6875rem;
    margin-bottom: 2.5rem;
}

ul {
    list-style: none;
    display: flex;
    gap: 1.25rem;
    
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 0.9rem;
}


body h3{
    font-size: 1rem;
    font-family: "Source Sans 3", sans-serif;
    margin-bottom: 1.563rem;
}





.MyJourney-container {
    width: 100%;
    margin: 2rem 0 3rem;
}


.MyJourney-container p {
    font-size: 1rem;

}

.MyJourney-container h2 {
    font-size: 2.5rem;
    font-weight: bold;
}

.MyJourney-container h1 {
    font-size: 2.25rem;

    
}

.MyJourney-container h3 {
    font-size: 1rem;
    margin-bottom: -0.438rem;
}

.MyJourney-Text{
        margin-left: 7.563rem;
        margin-bottom: 11.75rem;
        background-color: #FAFAFA;
            margin-top: 1.5rem;
}


.MyJourney-Text h1{
    margin-bottom: 3rem;
}

.MyJourney-image {
    width: 100%;
    max-width: 650px;   /* begrenzt die Größe */
    height: auto;
    display: block;
    margin: 1.5rem 0 2rem;
    border-radius: 3px;

}

.Text-Commitment{
    text-align: left;
    padding-left: 120px;
    padding-right: 121px;
    background-color: #FAFAFA;
    font-size: 18.29px;
    line-height: 1.5;
    margin-top: -120px !important;
}

.Text-Commitment h2 {
    font-size: 24px;
    font-size: 1.25rem;
    margin-bottom: -2.25rem;
    margin-top: 2rem;
}

.main-h2{
    margin-bottom: -3rem;
}


main{
    grid-area: main;
    display: grid;
    align-items: center;
    gap: 1.625rem;
    grid-template-columns: repeat(3, 1fr);
    padding: 3.313rem ;
    margin-bottom: -1.188rem;
    background-color: #FAFAFA;
} 

main img {
    width: 100%;
    height: 232px;
    object-fit: cover;
    border-radius: 0.625rem;
}

main a {
    text-decoration: none;
    color: black;
}

.h2-Main{
    font-size: 1rem;
    text-align: center;
    margin-top: 4.563rem;
    margin-bottom: -2rem;
    background-color: #FAFAFA;
}



.article-date{
    margin-bottom: -0.625rem;

}

.article-descr {
    margin-top: -0.9375rem;
}

.ViewMore{
    grid-column: 1 / -1;  
    display: block;
    font-size: 1rem;
    width: max-content;
    cursor: pointer;
    font-size: 0.885625rem;
    font-weight: bold;
    text-decoration: underline;
    margin: auto;  
   
}




footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #202020;
    width: 100%;
    height: 6.563rem;
    color: #D7D7D7;
    font-size: 0.75rem;
    text-align: center;
}

#p-Journal{
    font-weight: bold;
    color: #ECECEC;
    margin-bottom: 1.225rem;
}

#p-Copyright {
    color: #D7D7D7;
    margin-top: -0.625rem;
}


    /* =========================
    POST SITE — TABLET
    <= 900px
    ========================= */
    @media (max-width: 900px) {

    /* HEADER */
    header{
        height: 80px;
        padding: 0 2rem;
    }

    .header-left{
        margin-left: 0;
    }

    nav{
        margin-right: 0;
    }

    /* POST CONTENT */
    .MyJourney-Text{
        margin: 1.5rem 3rem 4rem;
        background: #FAFAFA;
    }

    .MyJourney-image{
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .Text-Commitment{
        padding-left: 3rem;
        padding-right: 3rem;
        margin-top: -40px !important;
    }

    /* RECENT POSTS */
    main{
        grid-template-columns: repeat(2, 1fr);
        padding: 2.5rem 2rem;
        gap: 2.5rem;
    }

    main img{
        height: 260px;
    }
    }

@media (max-width:480px) {
    footer {
        background-color: #202020;
    }

    
    .MyJourney-container{
        flex-direction: column;
        align-items: flex-start;
    }

        .MyJourney-image {
        width: 100%;
        display: block;
        margin: 1rem 0 2rem;
    }

    .MyJourney-container h3 {
        font-size: 0.75rem;
    }

    .MyJourney-Text h1{
        font-size: 2rem;
        letter-spacing: -0.03em;
    }

    .MyJourney-Text {
    margin: 1rem;          /* gleichmäßig */
    max-width: 100%;
}

    .MyJourney-Text p {
        max-width: 100%;
        margin: 24px auto;
        line-height: 1.6;

        
        
    }

    .Text-Commitment{
        padding: 1.25rem;    
            margin-top: -40px !important;

    }

    .Text-Commitment h3{
        margin-bottom: -28px;
        
    }




    header img{
        width: 24px;
        height: 24px;
    }

    

        header{
        height:auto;
        padding: 1rem 0;
    }

    .header-left{
        margin-left: 1.5rem;
        gap: .6rem;
    }

    header h1{
        margin:0;
        font-size:.85rem;
    }

    nav{
        margin-right: 1.5rem;
    }

    nav ul{
        gap: 1rem;
    }

    nav a{
        font-size:.75rem;
        margin-right:0;
        white-space:nowrap;
    }


    .h2-Main{
        margin-bottom: -1.5rem;
    }

main {
    grid-template-columns: 1fr;
    padding: 1.25rem;
    margin: 0 auto 3.5rem;   /* oben 0 | seitlich auto | unten 3.5rem */
    gap: 35px;
}


    .br-mobile {
    display: block;
}


    }



