html {
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    padding: 0;
    outline: none;
    background-color: #ffffff;
    font-size: 16px;
    font-family: 'BIZ UDGothic', sans-serif;
    color: #000000;
}

html,
body,
.wrapper,
.main-content {
    height: 100%;
}
a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    color: #f00;
}
a:hover {
    text-decoration: underline;
}
img {
    max-width: 100%;
}

.text-center {
    text-align: center;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

*:before, *:after, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus,
button {
    outline: none;
}

button::-moz-focus-inner {
    border: 0;
}

.pxl,
.hidden {
    display: none !important;
}

p, ul, li, ol, h1, h2, h3, h4, h5, figure {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
}

button {
    padding: 5px 10px;
    border: 1px solid #000000;
    background-color: #ffffff;
    font-size: 1em;
    color: #000000;
    cursor: pointer;
}

.form-group-radio-buttons .form-group-inner {
    display: flex;
    margin: 0 -5px;
}
.radio-button {
    flex: 1;
    margin: 0 5px;
}
.radio-button label {
    display: block;
    padding: 5px 10px;
    border: 1px solid #000000;
    cursor: pointer;
}
.radio-button input:checked + label {
    background-color: #dddddd; 
}

.form-group,
.btn-group {
    margin: 10px 0;
}
.btn-group {
    text-align: center;
}
.form-control {
    padding: 0 0.7em;
    width: 100%;
    height: 2.7em;
    border: 1px solid #cccccc;
    font-size: 1em;
}
select.form-control {
    padding: 0 0 0 0.7em;
}
.form-group .required {
    display: block;
    margin: 5px 0;
    font-size: 0.8em;
    color: #f00;
}
.legal-warning-text {
    font-size: 0.8em;
}

/* INPUT RANGE */
input[type=range]{
    -webkit-appearance: none;
}
input[type=range]::-webkit-slider-runnable-track {
    height: 10px;
    background-color: #000000;
    border: none;
    border-radius: 10px;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #ffffff;
    margin-top: -15px;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.4);
}


input[type=range]{
    background-color: transparent;
    width: 100%;
}

input[type=range]::-moz-range-track {
    height: 10px;
    background-color: #000000;
    border: none;
    border-radius: 10px;
}
input[type=range]::-moz-range-thumb {
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.4);
}

input[type=range]::-ms-track {
    height: 10px;
    background: transparent;
    border-color: transparent;
    border-width: 20px 0;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #000000;
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: #000000;
    border-radius: 10px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.4);
}
/* END INPUT RANGE */

.progress-bar {
    text-align: center;
}
.progress-bar li {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #cccccc;
    color: #000000;
}
.progress-bar li.active {
    background-color: #777777;
    color: #ffffff;
}

/* regform demo 1 */
.regform-demo-1 {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 101;
    animation: fadeIn 500ms linear;
}
.regform-demo-1 .registration-form-builder {
    margin: 0 auto;
    max-width: 400px;
    width: 96%;
    background-color: #eeeeee;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
}
.regform-demo-1 .registration-form-builder .step {
    padding: 20px;
    overflow: hidden;
    transition: opacity 500ms linear;
}
.regform-demo-1 .register-form-header {
    position: relative;
    height: 30px;
    background-color: #ddd;
}
.regform-demo-1 .btn-close-register-form {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    border: 1px solid #000000;
    font-size: 16px;
    text-align: center;
    color: #000000;
}
.regform-demo-1 .btn-close-register-form:hover {
    text-decoration: none;
}
/* end regform demo 1 */


/* regform demo 2 */
.regform-demo-2 {
    margin: 20px auto;
    padding: 20px;
    max-width: 450px;
    border: 2px solid #f00;
}
.regform-demo-2 .form-header {
    text-align: center;
}
/* end regform demo 2 */

/* regform demo 3 */
.regform-demo-3 .headline-1 {
    margin-bottom: 20px;
    font-size: 2em;
    font-weight: 700;
}
.regform-demo-3 .headline-2 {
    margin: 20px 0 10px;
    font-size: 1.4em;
}
.regform-demo-3 .registration-form-builder {
    margin: 0 auto;
    padding: 20px;
    max-width: 800px;
    width: 96%;
    text-align: center;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
}
.regform-demo-3 .registration-form-builder-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.regform-demo-3 .registration-form-builder form {
    flex: 1;
}
.regform-demo-3 .registration-form-builder .rotate-images {
    flex: 1;
}

.rotate-images li {
    display: none;
    margin-left: auto;
    max-width: 300px;
}
.rotate-images li.active {
    display: block;
}
/* end regform demo 3 */


/* regform demo 4 */
.regform-demo-4 {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 101;
    animation: fadeIn 500ms linear;
}
.regform-demo-4 .registration-form-builder {
    margin: 0 auto;
    max-width: 800px;
    width: 96%;
    background-color: #eeeeee;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
}
.regform-demo-4 .btn-close-register-form {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    border: 1px solid #000000;
    font-size: 16px;
    text-align: center;
    color: #000000;
}
.regform-demo-4 .btn-close-register-form:hover {
    text-decoration: none;
}
.regform-demo-4 .registration-form-builder-inner {
    display: flex;
    flex-direction: row;
}
.regform-demo-4 .left-form {
    flex: 1;
    margin: 15px;
    min-height: 450px;
    background-image: url(/img/_patterns/girl-blurred-bg.jpg);
    background-repeat: no-repeat;
    background-size: 110%;
    background-position: center top;
}
.regform-demo-4 form {
    flex: 1;
    position: relative;
    padding: 30px 20px 20px;
}
.regform-demo-4 .register-form-header {
    text-align: center;
}
.regform-demo-4 .register-form-header div {
    font-size: 150%;
}
.regform-demo-4 .register-form-footer {
    text-align: center;
}
.regform-demo-4 .register-form-footer li {
    display: inline-block;
    margin: 20px 7px 0;
}
.regform-demo-4 .left-form h2 {
    margin-top: 60px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
}
.regform-demo-4 .left-form h2 + h2 {
    margin-top: 20px;
    font-size: 18px;
}
.profile-demo4 {
    margin: 20px auto 0;
    max-width: 80%;
    text-align: center;
    color: #ffffff;
}
.profile-demo4 a {
    width: 125px;
    height: 125px;
    border: 3px solid springgreen;
    border-radius: 50%;
    overflow: hidden;
}
.profile-demo4 a img {
    width: 140px;
    height: 140px;
    max-width: none;
}
.profile-demo4 h3 {
    margin: 10px 0;
}
/* end regform demo 4 */


/* regform demo 5 */
.regform-demo-5 .registration-form-builder {
    margin: 0 auto;
    padding: 20px;
    max-width: 450px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    text-align: center;
}
.regform-demo-5 .registration-form-builder .headline-wrapper > p {
    margin: 15px 0;
}
.regform-demo-5 .headline-1 {
    font-size: 2em;
    font-weight: bold;
}
.regform-demo-5 .unit-value {
    font-weight: bold;
}
.regform-demo-5 .unit-value > span {
    display: inline-block;
    margin: -4px 0.2em 0;
    font-size: 2em;
    vertical-align: middle;
    color: #1b76c0;
}

/* end regform demo 5 */

/* end seo content demo 6 */
h1 {
    color: #f00;
}

.seo-content * { 
    all: inherit;
}
.seo-content img {
    all: initial;
}
.seo-content-iframe {
    width: 90%;
    height: 50vh;
}
.seo-content-iframe iframe {
    border: 1px solid #777777;
}
/* end seo content demo 6 */

/* navigation demo 7 */
.nav-bar-list .nav-bar-item {
    display: inline-block;
    margin-right: 10px;
}
.nav-bar-list .nav-bar-item > a {
    display: inline-block;
    padding: 5px 10px;
    border:  1px solid rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    background-color: #ffffff;
}
.nav-bar-list .nav-bar-item > a:hover {
    text-decoration: none;
    background-color: #eee;
}
/* end navigation demo 7 */

.early-hints-include-both {
    color: #f00;
}