html, body {
}

html {
    font: 62.5% Arial,Helvetica,FreeSans,sans-serif;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
body {
    margin: 0;
    padding: 0;

    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    min-height: 100vh;
    background-color: #fff;
    color: #000;

    font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    font-weight: normal;

    /**
    font-size: 1.2rem;
    line-height: 1.45;
    **/
    font-size: 16px;
    line-height: 1.4;

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    direction: ltr;

}

h1 {
    font-size: 28px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
.text-bold {
    font-weight: bold;
}

header {
    padding: 16px;
    height: 40px;
}
header h1 {
    margin: 8px 0;
}
header h1 span {
    position: absolute;
    text-indent: -9999em;
}
header h1.entity {
    float: left;
    margin: 0;
    height: 40px;
}
header h1.entity img {
    height: 40px;
    padding: 2px 0;
}
header h1.title {
    float: right;
    line-height: 25px;
}

main {
    /**max-width: 800px;**/
    /*margin: 0 auto;*/
    margin-bottom: 150px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 20px 0 0 0;
    border-top: 1px solid #ddd;
    background: #fff;
}
footer p {
    text-align: center;
    font-size: 12px;
    color: #666;
}
footer a {
    text-decoration: none;
    color: #666;
}

main a {}
main button {
    margin: 8px;
    padding: 8px;
    min-width: 240px;
    height: 38px;
    line-height: 20px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #000;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
}
main button:hover {
    background: #000;
    color: #fff;
}

main .btn {
    /**
    min-width: 320px;
    min-width: 200px;
    **/
    min-width: 300px;
    padding: 12px;
    height: 50px;
    line-height: 25px;
    text-align: left;
    font-size: 1.6rem;
}
main .btn > img.btn-lang {
    float: left;
    /**height: 20px;**/
    height: 30px;
    margin-top: -2px;
    margin-right: 10px;
}
a.qrc-link {
    display: block;
    border: 0 !important;
    background: none !important;
}



#qrc-terms {
    max-width: 680px;
    margin: 20px auto;
}
#qrc-terms a,
#qrc-terms .terms-role {
    padding: 0;
    font-weight: bold;
    border-bottom: 1px dashed #666;
}
#qrc-terms a,
#qrc-terms a:hover {
    background: none;
    color: inherit;
}


#qrc-banner,
#qrc-banner .qrc-banner-overlay {
    height: 240px;
}
#qrc-banner {
    background: #000;
}
#qrc-banner .qrc-banner-overlay {
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,0.4);
}
#qrc-banner .qrc-banner-bg {
    height: 100%;
    background-position: center;
    background-size: cover;
}

body.custom-header #qrc-banner .qrc-banner-overlay {
    display: none;
}

#qrc-content {
    margin: 0 auto;
    max-width: 800px;
}

#qrc-sample,
#qrc-error,
#qrc-custom-links {
    text-align: center;
}
#qrc-sample img.qrcode-sample{
    max-width: 200px;
}

main .qrc-custom-links {
    max-width: 400px;
    margin: 0 auto;
}
main .qrc-custom-links .btn {
    position: relative;
    height: auto;
    min-height: 50px;
    min-width: 400px;
    max-width: 400px;
    padding-top: 8px;
    text-transform: none !important;
}
main .qrc-custom-links .btn img {
    position: absolute;
    top: 4px;
    left: 4px;
    max-width: 40px;
    max-height: 40px;
}
main .qrc-custom-links .btn span.btn-with-icon {
    display: block;
    margin-left: 44px;
}
main .qrc-custom-links .btn-desc {
    margin-top: 0;
    margin-left: 16px;
    margin-right: 16px;
    text-align: left;
}



@media screen and (min-width: 480px) {
    #qrc-banner,
    #qrc-banner .qrc-banner-overlay {
        height: 50vw;
        max-height: 300px;
        /**height: 500px;**/
    }
}

@media screen and (min-width: 960px) {
    #qrc-banner,
    #qrc-banner .qrc-banner-overlay {
    }
}

@media screen and (min-width: 1024px) {
    #qrc-banner,
    #qrc-banner .qrc-banner-overlay {
        height: 27vw;
        max-height: none;
        min-height: 300px;
    }
}

@media screen and (min-width: 1920px) {
    #qrc-banner,
    #qrc-banner .qrc-banner-overlay {
        max-height: 518px;
        /**height: 600px;**/
    }
}


