body {
    margin: 0;
    padding: 0;
    font: 100% Arial, Helvetica, sans-serif;
    text-align: center;
    background-color: #FFF;
    color: white;
}

#container {
    display: block;
    width: 768px;
    min-height: 1600px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(../images/background.jpg);
    border: 1px solid white;
    background-size: contain;
}
#text {
    margin: 760px 0 0 0;
    padding: 0;
    font-size: 10pt;
    width: 768px;
    height: 50px;
}
#contact {
    position: relative;
    margin: 95px 0 0 0;
    padding: 0 0 0 40px;
    font-size: 10pt;
    width: 768px;
    height: 215px;
    box-sizing: border-box;
}

#contact label {
    display: none;
    margin: 5px 0 5px 0;
    padding: 0;
    font-size: 10pt;
    width: 100px;
    height: 20px;
}

#contact #error {
    display: block;
    width: 300px;
    margin: 5px 220px 10px 0;
    border: 1px solid transparent;
}
#contact #err_mail {
    position: absolute;
    top: 67px;
    left: 500px;
}
#contact #err_msg {
    position: absolute;
    top: 103px;
    left: 500px;
}

#contact .input {
    clear: both;
    margin: 5px 0 5px 0;
    padding: 4px;
    font-size: 10pt;
    width: 475px;
    border: 1px solid white;
    text-align: left;
}
#contact .input-name {
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 1pt;
    width: 1px;
    border: 1px solid black;
    position: absolute;
    left: 3000em;
}
#contact .submit {
    float: right;
    margin: -24px 390px 5px 0px;
    padding: 0;
    font-size: 10pt;
    font-weight: bold;
    width: 100px;
    border: 1px solid black;
    background-color: black;
    color: white;
}
#contact input[type="checkbox"] {
  font-size: 16px;
}

#imprint {
    margin: 75px 0 0 0;
    padding: 0 0 0 40px;
    font-size: 10pt;
    width: 720px;
    height: 215px;
    box-sizing: border-box;
}
#imprint span {
    clear: both;
    display: block;
    float: left;
    width: 80px;
    padding: 0;
}

.black {
    color: black;
    width: 100%;
}
