.header-info {
    padding: 0;
}

.xt-light-gray, .xt-dark-gray {
    font-family: 'Roboto-Bold';
}

.xt-body-text {
    font-family: 'Roboto-Medium';
}

.xt-light-gray {
    background: #faf5d6;
}

.xt-light-gray .xt-body-text {
    padding-bottom: 3rem;
}

.xt-body-text img {
    width: 600px;
    display: block;
    margin: 0 auto;
    height: 100%;
}

.xt-light-gray .xt-body-text p {
    font-size: 1.3rem;
    margin-bottom: 1vh;
    letter-spacing: 4px;
    font-family: 'Roboto-Bold';
}

.xt-dark-gray, .xt-dark-gray .win-font {
    background: #84603f;
    color: #faf5d6;
}

.xt-dark-gray .xt-body-text {
    padding: 5em;
}

.xt-2x-light-gray {
    background: #faf5d6;
    padding: 10em;
}

.xt-2x-dark-gray-line {
    background: url("");
}

.cats-panel {
    position: relative;
    z-index: 2;
    background-image: url("../../images/Header_Vitamat.jpg");
    background-size: 180%;
    background-position: 50% 0%;
}
.cats-panel .container{
    padding: 5vh 10vh;
}

.content {
    margin-left: 5%;
    color: #4b4b4b;
}

.content p {
    text-align: left;
}

.bio::before {
    content: '';
    padding: 5px;
    background: #86cca9;
    position: absolute;
    width: 70%;
    top: 50px;
}

.img-bio {
    position: relative;
    background-image: url('../../images/Aufkleber_Logos_RGB.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    width: 150px;
    left: 65%;
}

.sports::before {
    content: '';
    padding: 5px;
    background: #54c9e5;
    position: absolute;
    width: 70%;
    top: 50px;
}

.img-sports {
    position: relative;
    background-image: url('../../images/Aufkleber_Logos_RGB2.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    width: 150px;
    left: 60%;
    top: 20px;
}

.vegan::before {
    content: '';
    padding: 5px;
    background: #e80c93;
    position: absolute;
    width: 70%;
    top: 50px;
}

.img-vegan {
    position: relative;
    background-image: url('../../images/Aufkleber_Logos_RGB5.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    width: 150px;
    left: 60%;
    top: 20px;
}

.branin-food::before {
    content: '';
    padding: 5px;
    background: #fcd616;
    position: absolute;
    width: 70%;
    top: 50px;
}

.img-branin-food {
    position: relative;
    background-image: url('../../images/Aufkleber_Logos_RGB1.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    width: 150px;
    left: 70%;
}

.xt-blue {
    background: #93cca8;
    color: #FFFFFF;
    padding-bottom: 3rem;
}

.text-black {
    color: #4b4b4b;
}

.vertical-center img {
    width: 10vh;
}

.xt-pad {
    padding: 1rem;
}

/* responsive */

@media all and (max-width:750px) {
    .vertical-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 0;
    }
    .vertical-center img {
        margin: 5vh auto;
    }
    .xt-body-text img {
        width: 100%;
    }
}

@media all and (max-width:425px) {
    .cats-panel {
        padding: 7vh;
    }
    .img-bio, .img-branin-food, .img-sports, .img-vegan {
        left: 50%;
    }
}

@media all and (max-width:350px) {
    .cats-panel {
        padding: 0vh;
    }
}