@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500&display=swap");

#hama {
    max-width: 930px;

    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    font-size: 0;
    color: black;
}

.hama_wrap {
    font-family: "ROBOTO", sans-serif;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    text-align: center;
    color: black;
    max-width: 930px;
}

#hama p {
    font-size: 16px !important;
}

#hama h2 {
    font-size: 32px !important;
    line-height: normal;
}

#hama h3 {
    font-size: 18px !important;
    line-height: normal;
}

#hama img {
    width: 100%;
}

#hama .top,
#hama .bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #0098ce;
    color: white;
}

#hama .top .picture {
    width: 30%;
}

#hama .top .produkt {
    width: 70%;
}

#hama .bottom .picture {
    width: 30%;
}

#hama .bottom .produkt {
    width: 70%;
}

#hama .bottom {
    background-color: #e6e6e6;
    color: black;
}

#hama .hama_wrap .bottom p {
    font-size: 1.2rem;
    font-weight: 300;
    text-align: left;
    margin: 0;
}

#hama .hama_wrap .bottom h2 {
    font-size: 1.5rem;
    font-weight: 100;
    text-align: left;
    padding: 1.5rem 4rem 0;
    margin: 0;
}

#hama .top h2 {
    font-weight: 300 !important;
    padding: 2rem 4rem 0;
    font-size: 32px !important;
    color: white !important;
    text-align: center;
}

#hama .top h3 {
    font-weight: 300;
    padding: 1rem !important;
    color: white !important;
    text-align: center;
}

#hama .rapoo-con {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: white;
    background-color: #0e0d12;
    margin: 0;
}

#hama .rapoo-con div {
    width: 50%;
}

#hama .revers {
    flex-flow: row-reverse nowrap;
}

#hama .hama_wrap ul {
    padding: 1rem 2rem;
    font-size: 16px !important;
    font-weight: 300;
    text-align: left;
}
#hama .hama_wrap p {
    padding: 1rem 2rem;
    font-size: 22px !important;
    font-weight: 300;
    text-align: left;
}

#hama .hama_wrap ul {
    font-size: 1.5rem !important;
    margin: 1rem !important;
}

#hama span {
    font-weight: 500;
    color: #0098ce;
}

#hama .rapoo-con .produkt {
    display: flex;
    align-items: center;
    line-height: normal;
    flex-direction: column;
    justify-content: center;
}

#hama .rapoo-con .produkt h3 {
    font-size: 30px !important;
    font-weight: 400;
    padding: 0.5rem;
    margin: 0.5rem 0 0;
    color: white !important;
}

#hama .hama_wrap .rapoo {
    background-color: #0098ce;
    font-size: 1.3rem;
    flex-direction: column;
    padding: 16px 0 !important;
}

#hama .hama_wrap .rapoo h3 {
    padding: 1rem 4rem !important;
    text-align: left;
    font-size: 30px !important;
    font-weight: 400;
    background-color: white;
    color: #0098ce !important;
}

@media only screen and (max-width: 1199px) {
    #hama .hama_wrap p {
        font-size: 1.5rem;
        padding: 1rem 2rem;
    }

    #hama .top h2 {
        margin: 0;
    }
}

@media only screen and (max-width: 1050px) {
    #hama .hama_wrap p {
        font-size: 1.4rem;
        margin: 0;
    }

    #hama .top h2 {
        margin: 0;
        padding: 0.8rem 2rem;
    }
}

@media only screen and (max-width: 919px) {
    #hama .hama_wrap p {
        font-size: 1.5rem;
    }

    #hama .rapoo-con div {
        width: 100%;
    }

    #hama .revers {
        flex-wrap: wrap;
    }

    #hama .rapoo-con p {
        padding: 2rem 6rem;
    }

    #hama .top .picture,
    #hama .bottom .picture {
        width: 100%;
    }

    #hama .top .produkt,
    #hama .bottom .produkt {
        width: 100%;
        padding: 1rem;
    }

    #hama h2,
    #hama h3 {
        font-weight: 300;
        padding: 0 0.5rem;
    }

    #hama h3 {
        font-size: 1.5rem;
    }

    #hama .hama_wrap .top .picture {
        order: -1;
    }
}

@media only screen and (max-width: 640px) {
    #hama .top h2 {
        font-weight: 100;
        padding: 2rem 1rem 0;
    }

    #hama .hama_wrap p {
        font-size: 1.2rem;
    }

    #hama .hama_wrap p {
        padding: 1rem;
    }
}
