
@media only screen and(max-width: 450px){
    #preis-col1 {
        padding: unset;
    }
    .col-md-1 {
        padding: unset;
    }
}

@media only screen and (max-width: 500px) {
    .text7 {
        font-size: medium;
    }
}

@media only screen and (max-width: 770px) {
    
    /* home */

    .text1 {
        font-size: 25px;
    }
    .text2 {
        font-size: 18px;
    }
    
    #row {
        display: flex;
        flex-direction: column;
    }
    #row2 {
        display: flex;
        flex-direction: column-reverse;
    }
    #mass-img {
        margin-bottom: 5%;
    }
    .text5 {
        font-size: 25px;
        margin: 2% 0;
    }
    .text6 {
        font-size: 18px;
    }

    /* footer */
    .footer {
        flex-direction: column;
        text-align: center;
    }
    .footerbox2 {
        justify-content: center;
    }
    .foottext2 {
        margin-bottom: 3%;
    }
    .text7 {
        font-size: 25px;
    }
    /* massage */
    .col {
        flex-basis: content;
    }

    /* kontakt */
    .text8 {
        font-size: 20px;
    }

    /* datenschutz */
    .text9 {
        font-size: large;
        margin: 0 5%;
    }
    .text10 p {
        font-size: small;
    }
}