@import url('https://fonts.googleapis.com/css?family=Archivo+Black|Nunito+Sans:300,800');

html, body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
/*    font-family: "proxima-nova-condensed", sans-serif, arial; */
    font-family: 'Nunito Sans', sans-serif, arial;
    font-size: medium;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#gekauft_dt {
    font-size: small;
}

select.ui-datepicker-month {
    margin-right: 3px !important;
}

.bold {
    font-weight: bold;
}

.cbox {
    max-width: 1000px;
    padding: 20px 15%;
}

.container {
    width: 80%;
    margin: 0 auto;
    background-image: url('images/stripes.png');
    background-color: #080808;
}

.llparent {
    width: 100%;
    padding-bottom: 20px;
    clear: both;
}

.llparent .logo {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 80px;
    width: 297px;
    background-image: url('images/logo.png');
    background-repeat: no-repeat;
    background-size: 100%;
    float: right;
}

.llparent .select-container {
    clear: right; 
    float: right;
}

.clear {
    clear: both;
}

#heading_title {
    text-align: left;
    clear: both;
    font-size: 1.4em;
    text-transform: uppercase;
}

#form_title {
    text-transform: uppercase;
}

#form_intro {
    margin-bottom: 20px;
}

#form_title2 {
    font-weight: bold;
    text-transform: uppercase;
}

#form_intro2 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.form_check {
    color: #FF8000;
    margin: 10px;
}

.register_success {
    margin-top: 30px;
}

.pp_title {
    font-size: small;
    font-weight: bold;
}

.pp_text {
    font-size: small;
}

a.pp_link {
    color: white;
}

a.pp_link:hover {
    color: #FFB900;
}

.lang-switch {
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
    clear: both;
}

.introduction {
    margin-top: 50px;
    margin-bottom: 50px;
}

a {
    color: #BAB8BF;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

a:hover {
    color: #ffb900;
}

form header {
    margin: 0 0 20px 0;
}

form header div {
    font-size: 90%;
    color: #999;
}

form header h2 {
    margin: 0 0 5px 0;
}

form > div {
    clear: both;
    overflow: hidden;
    padding: 1px;
    margin: 0 0 10px 0;
}

form > div > fieldset > div > div {
    margin: 0 0 5px 0;
}

form > div > label,
legend {
    width: 32%;
    float: left;
    padding-right: 10px;
}

form > div > div,
form > div > fieldset > div {
    width: 68%;
    float: right;
}

form > div > fieldset label {
    font-size: 90%;
}

fieldset {
    border: 0;
    padding: 0;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
    width: 68%;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

input[type=text],
input[type=email],
input[type=password],
select {
    width: 68%;
    max-width: 650px;

    padding: 5px;
    transition: border 0.3s;
}

input[type=text],
input[type=email],
input[type=password],
textarea,
select {
    font-size: 90%;
    background : #e6e6e6; 
    color: #000;    
    border: none;
    border-bottom: solid 2px #C6C6C6;
}

select {
    height: 30px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=text].focus,
input[type=email].focus,
input[type=password].focus,
select:focus,
select.focus {
    border-bottom: solid 2px #FFB900;
}    

textarea {
    max-width: 775px;
    padding: 4px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
    outline: 0;
    border-color: #4697e4;
    border-bottom: solid 2px #FFB900;
}

span.nobreak { 
    display:inline-block; 
}

input:disabled,
textarea:disabled,
select:disabled,
input.disabled,
textarea.disabled,
select.disabled {
    background-color: #777777;
}

.check_section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.terms_deactive {
    width: 0px;
    height: 0px;
    margin-bottom: 0px !important;    
}

.check_heading {
    width: 100%;
    float: none;
}

.check_input {
    width: 100%;
    margin-top: 10px;
    display: inline-table;
}

#terms_dl {
    width: 100%;
    margin-top: 10px;
    display: inline-table;
}

.check_label_block {
    display: table-cell;
    padding-left: 10px;
}

.check_input_block {
    display: table-cell;
    width: 20px;
}

.send_button {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.error-message {
    margin-left: 32%;
    font-size: smaller;
    color: #FF8000;
}

.error-message-confirm {
    float:none;
    width: 100%;
    margin-bottom: 10px;
    font-size: smaller;
    color: #FF8000;
}

form > div > label,
legend {
    margin: 7px 0 5px 0;
}

.dd-selected-image, .dd-option-image {
    max-width: 24px;
    max-height: 24px;
    width: 24px;
    height: 24px;
}

.dd-desc {
    height: 0px;
}

.dd-selected, .dd-option {
    line-height: 30px;
    font-weight: normal !important;
}

.dd-select {
    border: 0 !important;
}

.dd-selected-text, .dd-option-text {
    margin: 10px;
}

.dd-pointer-down {
    border-top: solid 5px #fff !important;
}

.frame {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background-color: #BAB8BF;
    padding: 30px;
    color: #000;
}

.frame .inner {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background-color: #FFF;
    padding: 20px;
}

.frame .inner .key {
    width: 32%;
    float: left;
    padding-right: 10px;
    
    margin-top: 10px;
}

.frame .inner .value {
    width: 68%;
    float: right;
    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;    

    margin-top: 10px;
}

div#captcha-feld {
    background:#fbb900;
    padding-top: 2em;
    padding-bottom: 2em;
}
div#captcha-hinweis {
    margin-top: 1em;
    color: black;
    font-weight: 800;
}

@media (max-width: 650px) {
    .container {
        width: 100%;
    }
    .cbox {
        padding: 20px;
    }
    form > div {
        margin: 0 0 15px 0;
    }
    form > div > label,
    legend {
        width: 100%;
        margin: 0 0 7px 0;
    }
    form > div > div,
    form > div > fieldset > div {
        width: 100%;
        float: none;
    }
    .frame .inner .value,
    input[type=text],
    input[type=email],
    input[type=password],
    textarea,
    select {
        width: 100%;
    }
    .frame .inner .key {
        width: 100%;
    }
    .frame .inner .value {
        margin-top: 0px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}