* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 100%;
    letter-spacing: 0;
    background-image: './img/bg-10-full.jpg';
    -webkit-text-size-adjust: 100%;
}

input, select, button, textarea {
    font-family: 'Arial', 'Helvetica', sans-serif;
    letter-spacing: 0;
}

p, ul {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}

.form-container {
    position: relative;
}

#upload_form {
    position: relative;
    display: inline-block;
}

input[type="text"] {
    font-family: Verdana;
}

input[type="submit"] {
    /*margin-top: 1.5em;*/
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1em;
    font-weight: 700;
    /*padding: 0.7em;*/
    border-radius: 40px;
    border: 3px solid #1daf64;
    color: #1daf64;
    background-color: #ffffff;
    visibility: hidden;
    display: block;
}

input[type="submit"]:hover {
    background-color: #f4f4f4;
    color: #515151;
}

.buttonlabel {
    background-color: #a33252;
    /*border: 3px solid #ffffff;*/
    border-radius: 40px;
    color: #f4eded;
    display: block;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 1em;
    font-weight: 700;
    margin-top: 2em;
    padding: 0.7em;
    position: relative;
}

.buttonlabel:hover {
    background-color: #751530;
    color: #ffffff;
}

.jfilestyle label {
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1em;
    font-weight: 700;
    padding: 0.7em;
    border-radius: 40px;
    border: 3px solid #a33252;
    color: #a33252;
    background-color: transparent;
}

.jfilestyle label:hover {
    border-color: #751530;
    color: #751530;
}

.error {
    color: #F70730;
}

.list li:nth-child(2n-1) { /* Abhängigkeiten schaffen. Wrapper benutzen*/
    color: blue;
}
