@font-face {
    font-family: 'Meechy Darko';
    src: url('../fonts/MeechyDarko-Regular.eot');
    src: url('../fonts/MeechyDarko-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MeechyDarko-Regular.woff2') format('woff2'),
        url('../fonts/MeechyDarko-Regular.woff') format('woff'),
        url('../fonts/MeechyDarko-Regular.ttf') format('truetype'),
        url('../fonts/MeechyDarko-Regular.svg#MeechyDarko-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Serif Gothic Std';
    src: url('../fonts/SerifGothicStd-Black.eot');
    src: url('../fonts/SerifGothicStd-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SerifGothicStd-Black.woff2') format('woff2'),
        url('../fonts/SerifGothicStd-Black.woff') format('woff'),
        url('../fonts/SerifGothicStd-Black.ttf') format('truetype'),
        url('../fonts/SerifGothicStd-Black.svg#SerifGothicStd-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html, body {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

body {
    font-family: 'Meechy Darko';
    font-weight: normal;
    font-size: 29px;
    background: #000 url(../images/zeitweitz_003.jpg) top center no-repeat;
    background-size: cover;
}

.site_header {
    padding-top: 40px;
    padding-bottom: 40px;
}

.site_logo a {
    display: block;
    max-width: 165px;
    margin-left: auto;
    margin-right: auto;
}

.home_screen {
    background-color: rgba(0, 0, 0, 0.55);
    border: rgba(255, 255, 255, 0.55) 8px solid;
    padding: 70px;
    color: #fff;
    text-align: center;
}

.hs_text p {
    font-size: 62px;
    line-height: 1.2;
    margin-bottom: 40px;
}

.hs_text p {
    margin: 0px;
    word-spacing: 25px;
}

h1, .h1 {
    font-family: 'ITC Serif Gothic Std';
    font-weight: 900;
    margin: 0;
    font-size: 75px;
    line-height: 1;
}

h1 span {
    color: #e40b0b;
}

.buttons_wrap {
    margin-top: 80px;
    margin-bottom: 30px;
}

.buttons_wrap ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.buttons_wrap ul li {
    margin-left: 25px;
    margin-right: 25px;
}

.buttons_wrap ul li a, .btn_next a, .btn_finish a {
    display: block;
    font-family: 'ITC Serif Gothic Std';
    font-weight: 900;
    font-size: 33px;
    line-height: 30px;
    text-transform: uppercase;
    border: 3px solid white;
    color: white;
    background-color: black;
    padding: 10px 10px;
    width: 208px;
    text-align: center;
    transition: 0.3s;
}
.mac-os .buttons_wrap ul li a,.mac-os .btn_next a,.mac-os  .btn_finish a{
    padding: 15px 10px 5px;
}

.buttons_wrap ul li.redText a {
    color: #e40b0b;
}

.buttons_wrap ul li:hover a, .buttons_wrap ul li.active a, .btn_next:hover a, .btn_finish:hover a {
    color: #e40b0b;
}


.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.create_wrapper {
    color: white;
}

.create_wrapper .h1 {
    text-align: center;
    margin-bottom: 40px;
}

.crate_form_wrap {
    background-color: rgba(0, 0, 0, 0.55);
    border: rgba(255, 255, 255, 0.55) 8px solid;
    padding: 50px 70px;
    color: #fff;
}

.crate_form_wrap h4 {
    margin: 0;
    font-size: 29px;
}

.crate_form_wrap ul {
    margin: 40px 0;
    padding: 0;
    list-style-type: none;
}

.crate_form_wrap ul li {
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn_next a, .btn_finish a {
    color: #e40b0b;
}

.form_controls {
    font-family: 'ITC Serif Gothic Std';
    font-weight: 900;
    text-transform: uppercase;
    font-size: 25px;
    color: #ffffff;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid white;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 268px;
}

.form_controls:focus {
    outline: none;
}

.custom-radio input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 23px;
    height: 23px;
    /* border:#39414d 3px solid; */
    background: #fff;
    margin: 0;
    border-radius: 50%;
    transition: 0.3s;
}

.custom-radio input[type=radio]+label {
    display: inline-block;
    padding-left: 25px;
    font-size: 29px;
    vertical-align: middle;
}

.custom-radio input[type=radio]:checked {
    /* border: 4px solid #39414d; */
    background-color: #e40b0b;
}

.custom-radio input[type=radio]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 3px;
    top: 3px;
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #39414d;
    display: none;
}

.custom-radio input[type=radio]:checked:after {
    opacity: 1;
}

.custom-radio input[type=radio]:focus {
    /* outline-offset: 2px;
    outline: 2px dotted #39414d; */
}

.site_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media screen and (min-width:576px) {
    .container {
        max-width: 550px;
    }
}

@media screen and (min-width:768px) {
    .container {
        max-width: 750px;
    }
}

@media screen and (min-width:992px) {
    .container {
        max-width: 950px;
    }
}

@media screen and (min-width:1200px) {
    .container {
        max-width: 1168px;
    }
    .mac-os .buttons_wrap ul li a,.mac-os .btn_next a,.mac-os  .btn_finish a{
        padding: 15px 10px 5px;
    }
}

@media screen and (min-width:1440px) {
    .container {
        max-width: 1312px;
    }
}

@media screen and (min-height:680px) {
    .frontPage .site_header {
        /* padding-top:60px; padding-bottom:60px; */
        position: absolute;
        width: 100%;
        top: 0;
    }

    .frontPage .site_content {
        height: calc(100vh - 0px);
        display: flex;
        align-items: center;
        padding-top: 115px;
    }
}

@media screen and (min-height:840px) {
    .site_header {
        position: absolute;
        width: 100%;
        top: 0;
    }

    .site_content {
        height: calc(100vh - 0px);
        display: flex;
        align-items: center;
        padding-top: 110px;
    }
}

@media screen and (max-width:1439px) {
    body {
        font-size: 24px;
    }

    .home_screen {
        padding: 40px;
        border-width: 6px;
    }

    .hs_text p {
        font-size: 55px;
        margin-bottom: 25px;
    }

    h1, .h1 {
        font-size: 65px;
    }

    .buttons_wrap {
        margin-top: 60px;
    }

    .crate_form_wrap {
        padding: 40px 50px;
        border-width: 6px;
    }

    .crate_form_wrap h4 {
        font-size: 24px;
    }

    .buttons_wrap ul li a, .btn_next a, .btn_finish a {
        font-size: 24px;
        width: 168px;
    }

    .custom-radio input[type=radio]+label {
        padding-left: 20px;
        font-size: 24px;
    }

    .custom-radio input[type=radio] {
        width: 20px;
        height: 20px;
    }

    .form_controls {
        font-size: 24px;
        width: 240px;
    }
}

@media screen and (max-width:1199px) {
    body {
        font-size: 20px;
    }

    .site_header {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .home_screen {
        border-width: 4px;
    }

    .hs_text p {
        font-size: 44px;
        word-spacing: 25px;
    }

    h1, .h1 {
        font-size: 48px;
    }

    .buttons_wrap {
        margin-top: 50px;
    }

    .buttons_wrap ul li a, .btn_next a, .btn_finish a {
        font-size: 20px;
        padding: 9px 10px;
    }

    .create_wrapper .h1 {
        margin-bottom: 30px;
    }

    .crate_form_wrap {
        border-width: 4px;
        padding: 40px;
    }

    .crate_form_wrap h4 {
        font-size: 20px;
    }

    .custom-radio input[type=radio] {
        width: 16px;
        height: 16px;
    }

    .custom-radio input[type=radio]+label {
        padding-left: 16px;
        font-size: 20px;
    }

    .form_controls {
        font-size: 20px;
        width: 200px;
    }
}

@media screen and (max-width:991px) {
    .site_header {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .site_logo a {
        max-width: 140px;
    }

    .home_screen {
        padding: 30px;
    }

    .hs_text p {
        font-size: 36px;
        margin-bottom: 20px;
        word-spacing: 15px;
    }

    h1, .h1 {
        font-size: 38px;
    }

    .buttons_wrap ul li {
        margin-left: 15px;
        margin-right: 15px;
    }

    .buttons_wrap {
        margin-top: 40px;
    }

    .crate_form_wrap {
        padding: 30px;
    }
}

@media screen and (max-width:767px) {
    
    .home_screen {
        padding: 22px;
        border-width: 3px;
    }

    .hs_text p {
        font-size: 25px;
        margin-bottom: 16px;
        word-spacing: 14px;
    }

    h1, .h1 {
        font-size: 30px;
    }

    .buttons_wrap {
        margin-bottom: 40px;
    }

    .buttons_wrap ul li a, .btn_next a, .btn_finish a {
        font-size: 16px;
        padding: 6px 10px;
        width: 140px;
    }

    .create_wrapper .h1 {
        font-size: 20px;
        margin-bottom: 16px;
    }
}

@media screen and (max-width:575px) {

    .home_screen {
        padding: 40px 20px;
        border-width: 6px;
        max-width: 340px;
    }

    .hs_text p {
        font-size: 36px;
        margin-bottom: 40px;
        word-spacing: normal;
        word-spacing: 16px;
    }

    h1, .h1 {
        font-size: 50px;
    }

    .buttons_wrap ul li {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .buttons_wrap ul li a, .btn_next a, .btn_finish a {
        padding: 3px 10px;
        width: 104px;
    }

    .crate_form_wrap h4 {
        font-size: 29px;
    }

    .custom-radio input[type=radio] {
        width: 23px;
        height: 23px;
    }

    .custom-radio input[type=radio]+label {
        padding-left: 25px;
        font-size: 29px;
        vertical-align: top;
    }

    .btn_next a, .btn_finish a {
        margin-left: auto;
        margin-right: auto;
    }

    .crate_form_wrap ul {
        margin-bottom: 60px;
    }

    .crate_form_wrap ul li {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width:380px) {
    .hs_text p {
        font-size: 28px;
    }

    h1, .h1 {
        font-size: 40px;
    }

    .buttons_wrap ul li a, .btn_next a, .btn_finish a {
        width: 275px;
    }

    .home_screen {
        width: 280px;
        margin: 0 auto;
    }
}

@media screen and (orientation: portrait) {
    /* .site_header {position: absolute; width: 100%; top: 0;}
    .site_content {height: calc(100vh - 0px); display: flex; align-items: center;} */
}