@media screen and (max-width: 1199px) {
    body {
        margin: 0;
        font-family: sans-serif;
    }
    #header {
        display: flex;
        justify-content: center;
        padding: 8px;
        box-sizing: content-box;
    }
    #header img {
        width: 100%;
        height: 100%;
    }
    #beratung {
        background-color:rgb(247, 205, 115);
    }
    #massage {
        background-color: rgb(216, 154, 104);
    }
    #autogenesTrening {
        background-color: #9b651f;
    }
    #ich {
        background-color: rgb(94, 139, 42);
    }
    .contenttext {
        margin-top: 8%;
        margin-bottom: 8%;
    }
    .menubut {
        margin-right: 5px;
        margin-top: 7px;
        width: 30px;
        height: 4px;
        background-color: black;
    }
    .menudiv {
        margin-top: 4%;
        margin-left: -16px;
        margin-bottom: -10px;
        display: flex;
        align-self: center;
    }
    .menudiv>div {
        align-self: center;
    }
    .menudiv>div:first-child {
        margin-top: -7px;
        padding-top: 0;
    }
    .linkdiv {
        display: flex;
        position: absolute;
        justify-content: space-around;
        width: 300px;
        opacity: 0;
        transition: padding-top 1s, opacity 1s;
    }
    .link {
        display: flex;
        width: 120px;
        height: 40px;
        margin-right: 15px;
        text-decoration: none;
        background-color: rgb(55, 47, 104);
        color: white;
        align-items: center;
        justify-content: center;
        border-bottom-right-radius: 10px;
        border-top-left-radius: 10px;
        border-color: #682768;
        box-shadow: 1px 2px 4px black;
    }
    .link:active {
        border-style: groove;
        background-color: #7d73bf;
    }
    .contenttext {
        display: flex;
        text-align: center;
        align-self: center;
        padding: 2.2%;
    }
    .contenttext>img {
        width: auto;
        height: 30px;
        margin-left: 3%;
        margin-right: 3%;
    }
    .contentimg {
        display: flex;
        justify-content: center;
    }
    .img {
        width: 100%;
        height: 100%;
        box-shadow: 1px 2px 5px black;
    }
    .titel {
        margin-left: 40px;
    }
}