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

#hama-lp {
    max-width: 100%;
    margin: 0 auto;
}

#hama-lp #hama-wrap {
    max-width: 920px;
    margin: auto !important;
    text-align: center !important;
    color: #000 !important;
    background-color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 300 !important;
    font-size: 0px;
    line-height: normal;
    box-sizing: border-box !important;
}

#hama-lp #hama-wrap h2 {
    font-size: 40px;
    font-weight: 300;
}

#hama-lp #hama-wrap h4 {
    font-size: 24px !important;
    font-weight: 300;
}

#hama-lp #hama-wrap img {
    width: 100%;
    margin-bottom: 0px;
}

#hama-lp #hama-wrap div {
    text-align: center;
    line-height: normal;
}

#hama-lp .hama-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    position: relative;
    flex-wrap: wrap;
    font-size: 16px;
    padding: 0;
    top: 0px;
    left: 0px;
    align-items: center;
    justify-content: center;
    font-size: 0;
    background-color: #333333;
}

#hama-lp .hama-box {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    width: 100%;
    padding: 0;
    overflow: hidden;
    list-style: none;
    background-color: #333333;
}

#hama-lp .hama-2cols > .hama-box {
    width: 50%;
}

#hama-lp .hama-3cols > .hama-box {
    width: 33%;
}

#hama-lp .hama-4cols > .hama-box {
    width: 25%;
}

#hama-lp .hama-5cols > .hama-box {
    width: 20%;
}

#hama-lp .hama-box {
    margin: 0px;
}

#hama-lp .hama-4cols {
    padding-top: 2rem !important;
}

#hama-lp .hama-ph {
    width: 100%;
    background-color: #8f9193;
    margin: 2rem 0 !important;
}

#hama-lp .hama-ph h2 {
    margin: 2rem 0 !important;
}

#hama-lp .hama-underline img {
    width: 25% !important;
}

#hama-lp .hama-box .hama-underline h2 {
    font-size: 18px !important;
    color: white !important;
    font-weight: 700 !important;
    padding-bottom: 1rem !important;
    border-bottom: #fff 1px solid;
}

#hama-lp .hama-box .hama-underline p {
    font-size: 14px !important;
    color: white !important;
    font-weight: 300 !important;
    padding: 0 !important;
    border: none;
}

#hama-lp .hama-box .hama-underline h3 {
    font-size: 18px !important;
    font-weight: 500;
    color: white !important;
    margin: 1rem 0 !important;
}

#hama-lp .hama-nopadding {
    padding: 0 !important;
}

#hama-lp .hama-box .produkt_button {
    padding-left: 30px;
    padding-right: 30px;
}

#hama-lp .hama-box img {
    width: 100%;
    margin-bottom: 0px;
}

#hama-lp .hama-top h2 {
    font-size: 60px !important;
    font-weight: 700;
}

#hama-lp .hama-top2 h2 {
    font-size: 50px !important;
    font-weight: 700;
}

#hama-lp .hama-top2 p {
    font-size: 20px !important;
    padding: 10px 40px;
}

#hama-lp #hama-wrap span {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: white;
}

#hama-lp .hama-box h2 {
    font-size: 3rem !important;
}

#hama-lp .hama-start {
    align-items: flex-start;
}

#hama-lp .hama-box h3 {
    font-size: 2rem !important;
    color: black;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

#hama-lp .hama-underline hr {
    border: none;
    border-top: 1px solid white !important;
    margin: 1rem 40% !important;
}

#hama-lp .hama-bordertb {
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
}

#hama-lp .hama-bag2 {
    background-color: #000;
}

#hama-lp .hama-underline img {
    max-width: 100px;
}

#hama-lp .hama300 p {
    min-height: 300px;
}

#hama-lp .hama-button-content {
    display: flex;
}

#hama-lp .hama-button {
    width: 100%;
    flex-wrap: nowrap;
}

#hama-lp .produkt_button p {
    font-size: 16px !important;
    color: white !important;
    background-color: #222;
    padding: 1rem !important;
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
}

#hama-lp .border-none {
    border: none;
}

#hama-lp .hama-buttonset {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    border: 1px solid transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition:
        background-color 0.25s ease-out,
        color 0.25s ease-out;
    -o-transition:
        background-color 0.25s ease-out,
        color 0.25s ease-out;
    -moz-transition:
        background-color 0.25s ease-out,
        color 0.25s ease-out;
    transition:
        background-color 0.25s ease-out,
        color 0.25s ease-out;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: gray;
    color: #fff;
}

#hama-lp .hama-block {
    display: block;
}

#hama-lp .hama-cw {
    color: white;
}

#hama-lp .hama-right {
    text-align: right !important;
}

#hama-lp .hama-left {
    text-align: left !important;
}

#hama-lp .hama-paddtop {
    padding: 4rem 2rem;
}

#hama-lp .hama-box .hama-underline P {
    font-size: 14px !important;
    background-color: #000;
}

#hama-lp .hama-box .hama-underline h4 {
    border-bottom: solid 4px #e32437;
    display: inline-block;
    padding: 1rem;
}

@media all and (max-width: 899px) {
    #hama-lp .hama-mobile {
        display: flex;
        flex-wrap: wrap;
    }

    #hama-lp .hama-mobile > .hama-box {
        width: 90%;
        text-align: center !important;
    }

    #hama-lp.hama-box img {
        padding: 10% 0;
    }

    #hama-lp .hama-order {
        order: -1;
    }

    #hama-lp .hama-order2 {
        order: -2;
    }

    #hama-lp .hama300 p {
        min-height: auto;
    }
}
