@media only screen and (max-width: 1400px) {

    .home-text-container {
        margin-top: 50px;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 80px;
        background-image: url(/assets/img/Bredlbroad_Logo_Background_Home.svg);
        background-repeat: no-repeat;
        background-size: cover;
        justify-content: center;
        padding-top: 20px;
    }
}


@media only screen and (max-width: 1200px) {

    .home-text-container {
        margin-top: 50px;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 80px;
        background-image: url(/assets/img/Bredlbroad_Logo_Background_Home.svg);
        background-repeat: no-repeat;
        background-size: cover;
        justify-content: center;
        padding-top: 20px;
    }

}

@media only screen and (max-width: 1100px) {
    .more-button {
       display: none;
    }
}


@media only screen and (max-width: 1024px) {

    #p-bredlbroad {
        font-size: 48px;
    }

    #p-handgemacht-einzigartig {
        font-size: 25px;
    }

    #p-harz-trifft-auf-holz {
        font-size: 25px;
    }

    .home-text-container {
        margin-top: 50px;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 80px;
        background-image: url(/assets/img/Bredlbroad_Logo_Background_Home.svg);
        background-repeat: no-repeat;
        background-size: cover;
        justify-content: center;
        padding-top: 40px;
    }

}



@media only screen and (max-width: 900px) {

    #p-bredlbroad {
        font-size: 48px;
        padding-top: 0px;
    }

    #p-handgemacht-einzigartig {
        font-size: 25px;
    }

    #p-harz-trifft-auf-holz {
        font-size: 25px;
    }

    #p-description-home {
        padding-left: 2vw;
    }

    #p-description-home br {
        display: none;
    }

    .grid-container-home {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 0.5fr 1fr;
        gap: 20px 0px;
        grid-template-areas:
            "home-image-container"
            "home-text-container";

    }


    .home-text-container {
        margin-top: 50px;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 80px;
        background-image: url(/assets/img/Bredlbroad_Logo_Background_Home.svg);
        background-repeat: no-repeat;
        background-size: cover;
        justify-content: center;
        padding-top: 20px;
    }


    .home-image-container {
        grid-area: home-image-container;
        background: url(/assets/img/Bredlbroad-Wassertisch.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center
    }



    @media only screen and (max-width: 768px) {

        #p-bredlbroad {
            font-size: 48px;
        }

        #p-handgemacht-einzigartig {
            font-size: 25px;
        }

        #p-harz-trifft-auf-holz {
            font-size: 25px;
        }

    }


    @media only screen and (max-width: 576px) {

        #p-bredlbroad {
            font-size: 36px;
            padding-top: 10px;
        }

        #p-handgemacht-einzigartig {
            font-size: 18px;
        }

        #p-harz-trifft-auf-holz {
            font-size: 18px;
        }

        #p-description-home {
            padding-left: 2.2vw;
        }

        #p-description-home br {
            display: none;
        }

        .home-text-container {
            margin-top: 0px;
            margin-left: 10%;
            margin-right: 10%;
            margin-bottom: 0px;
            background-image: url(/assets/img/Bredlbroad_Logo_Background_Home.svg);
            background-repeat: no-repeat;
            background-size: cover;
            justify-content: center;
            padding-top: 0px;
        }

        .grid-container-home {
            display: grid;
            grid-template-columns: 1fr;
            grid-template-rows: 0.5fr 1fr;
            gap: 40px 0px;
            grid-template-areas:
                "home-image-container"
                "home-text-container";

        }

        .home-image-container {
            grid-area: home-image-container;
            background: url(/assets/img/Bredlbroad-Wassertisch.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

    }


    @media only screen and (max-width: 350px) {

        #p-bredlbroad {
            display: none;
        }

        #p-handgemacht-einzigartig {
            font-size: 15px;
            margin: 0 0 7px -1px;
        }

        #p-harz-trifft-auf-holz {
            font-size: 15px;
        }

        #p-description-home {
            padding-left: 2.2vw;
        }

        #p-description-home br {
            display: none;
        }

        .home-text-container {
            margin-top: 0px;
            margin-left: 10%;
            margin-right: 10%;
            margin-bottom: 0px;
            background-image: url(/assets/img/Bredlbroad_Logo_Background_Home.svg);
            background-repeat: no-repeat;
            background-size: cover;
            justify-content: center;
            padding-top: 0px;
        }

        .grid-container-home {
            display: grid;
            grid-template-columns: 1fr;
            grid-template-rows: 0.5fr 1fr;
            gap: 40px 0px;
            grid-template-areas:
                "home-image-container"
                "home-text-container";

        }

        .home-image-container {
            grid-area: home-image-container;
            background: url(/assets/img/Bredlbroad-Wassertisch.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }


    }




}