html {
    font-size: 10px;
}

body {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
}

@media screen and (min-width: 768px) {
    body {
        font-size: 1.6rem;
    }
}

.content-placing {
    padding-top: 3vh;
}

@media screen and (max-width: 767px) and (max-height: 499px) {
    .content-placing {
        padding-top: 0;
    }
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 5px;
}

@media screen and (min-width: 476px) and (max-width: 767px) {
    .container {
        max-width: 560px;
    }
}

@media screen and (min-width: 768px) {
    .container {
        max-width: 760px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* Header */

.header-wrapper {
    padding: 10px 5px;
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    .header-wrapper {
        padding: 15px;
        font-size: 4rem;
    }
}

@media screen and (max-width: 767px) and (max-height: 499px) {
    .header-wrapper {
        padding: 5px 5px;
    }
}

/* image-wrapper */

.template-image-wrapper {
    padding: 5px 5px;
}

@media screen and (min-width: 768px) {
    .template-image-wrapper {
        padding: 10px 15px;
    }
}

/* Main content container */

.main-content-wrapper {
    padding: 10px 15px;
}

/* Step wrapper */

.step-wrapper {
    width: 100%;
    padding: 0 10px;
}

.step-text {
    margin-bottom: 8px;
    font-size: 3rem;
    text-align: center;
}

@media screen and (max-width: 425px) and (max-height: 699px) {
    .step-text {
        font-size: 2.4rem;
    }
}

@media screen and (min-width: 768px) {
    .step-text {
        margin-bottom: 16px;
        font-size: 4rem;
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .step-text {
        font-size: 2rem;
    }
}

/* Button */

.step-buttons-wrapper {
    display: flex;
    justify-content: space-evenly;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.1;
}

@media screen and (min-width: 768px) {
    .step-buttons-wrapper {
        font-size: 3rem;
    }
}

/* Answers like button */
.step-answers-wrapper {
    font-size: 1.7rem;
    line-height: 1.2;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .step-answers-wrapper {
        font-size: 3.2rem;
    }
}

/* Range control */

.range-controls-wrapper {
    margin: 0 auto 1.7rem;
    font-size: 4rem;
    line-height: 2;
}

/* Checkbox */

.step-answers-wrapper {
    margin-bottom: 15px;
}

.step-answers-wrapper label {
    font-size: 2.4rem;
}

@media screen and (max-width: 767px) and (max-height: 499px) {
    .step-answers-wrapper label {
        font-size: 2rem;
    }
}

@media screen and (min-width: 768px) {
    .step-answers-wrapper label {
        font-size: 2.6rem;
    }
}

/* Mailcatcher Form */

.mailcatcher-form-wrapper {
    padding: 0 10px;
    font-size: 2.7rem;
    line-height: 1.3;
}

.mailcatcher-form-wrapper form label {
    font-size: 19px !important;
}

.mailcatcher-form-wrapper .step-buttons-wrapper {
    font-size: 2.7rem;
}

@media screen and (min-width: 768px) {
    .mailcatcher-form-wrapper {
        font-size: 2.8rem;
    }
}

.mailcatcher-step-text {
    margin-bottom: 10px;
    font-size: 2.2rem;
    text-align: center;
}

.step-text-list {
    width: 96%;
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 15px;
    list-style: disc inside;
}

.step-text-item:not(:last-child) {
    margin-bottom: 7px;
}

.small-text-block {
    width: 95%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.small-text {
    font-size: 1.5rem;
}

@media screen and (max-width: 425px) and (max-height: 699px) {
    .mailcatcher-step-text {
        font-size: 1.9rem;
    }
    .small-text {
        font-size: 1.3rem;
    }
}

@media screen and (min-width: 768px) {
    .small-text {
        font-size: 1.9rem;
    }
}

/* Footer */

.footer {
    padding: 8px 0;
}

.footer-img {
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .footer {
        padding: 20px 0;
    }
}