* {
    margin: 0;
    padding: 0;
}

body {
    background: black;
    height: 100%;
    color: white;
    font-family: Verdana, sans-serif;
}

.wrapper {
    height: 1200px;
}

.login_wrapper {

}

.landing_wrapper {
    text-align: center;
    background-image: url("//cdn.unikatmedia.com/schulterglatze/local/landing/background.jpg");
    background-repeat: no-repeat;
    background-position: top center;
}

.content {
    margin: auto auto;
    height: 752px;
    width: 960px;
}

.error {
    margin: auto auto;
    width: 960px;
    text-align: center;
}

.content form {
    margin: 340px 0 0 355px;
    height: 400px;
    float: left;
    width: 260px;
    text-align: center;
}

.content form div.wrapper_input {
    height: 200px;
}

.clearing {
    clear: both;
}

.content form input[type=text], .content form input[type=password] {
    width: 250px;
    height: 25px;
    margin-bottom: 15px;
    text-align: center;
    border: none;
    color: #4b4500;
    font-size: 11px;
    font-weight: bold;
    float: left;
    background-repeat: none;
}

.content div.error, .content div.error_agb {
    position: absolute;
    z-index: 10;
    min-height: 30px;
    width: 200px;
    margin: -5px 0 0 250px;
    float: left;
    padding: 5px;
    font-size: 10px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-repeat: no-repeat;
    background-image: url(//cdn.unikatmedia.com/schulterglatze/local/landing/tipsy.gif);
    background-position: left center;
}

.content div.error div, .content div.error_agb div {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px 8px 4px 8px;
    background-color: black;
    color: white;
    max-width: 200px;
    min-height: 30px;
    text-align: center;
}

.content div.error_agb {
    margin-top: -45px;
}

#spielername {
    background: url("//cdn.unikatmedia.com/schulterglatze/local/landing/world/email.png");
}

#email {
    background: url("//cdn.unikatmedia.com/schulterglatze/local/landing/world/email.png");
}

.password {
    background: url("//cdn.unikatmedia.com/schulterglatze/local/landing/world/email2.png");
}

.content form input[type=checkbox] {
    display: none;
}

.content form input[type=submit] {
    position: relative;
    width: 223px;
    height: 50px;
    float: left;
    background: none;
    margin-bottom: -100px;
    margin-left: 20px;
    border: none;
    cursor: pointer;
    /*background: url("//static.unikatmedia.de/schulterglatze/local/landing/registrieren.png");*/
    /*background-repeat: no-repeat;*/
}

.content form div.checkbox {
    float: left;
    width: 219px;
    height: 33px;
    padding-left: 35px;
    font-size: 12px;
    font-family: Verdana, sans-serif;
    text-align: left;
    margin-left: -5px;
    margin-bottom: 5px;
    cursor: pointer;
    background: url("//cdn.unikatmedia.com/schulterglatze/local/landing/checkbox.png");
    background-repeat: no-repeat;
}

.content form div.checkbox a {
    border-bottom: 1px dotted white;
    text-decoration: none;
}

.content form div.checked {
    background: url("//cdn.unikatmedia.com/schulterglatze/local/landing/checked.png");
    background-repeat: no-repeat;
}

.footer {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    float: left;
}

.footer .screenshot {
    display: inline;
    width: 92px;
    height: 83px;
    padding: 1px;
    color: black;
}

.footer .screenshot img {
    width: 92px;
    height: 83px;
    border: 1px solid #535353;
    padding: 1px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.footer .screenshot img:hover {
    border: 1px solid #eee;
    box-shadow: 0 0 5px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 1);
}

.screenshots {
    width: 100%;
    float: left;
    height: 85px;
    text-align: center;
}

.credits {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    float: left;
    color: #535353;
    font-weight: bold;
    font-size: 13px;
}

.credits ul li {
    list-style: none;
    display: inline;
}

.credits a.credit_link {
    color: #f68c03;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 2px solid;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}

.credits a.start {
    color: #f68c03;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 5px;
    text-decoration: none;
}

.credits a:hover {
    color: #874c01;
}

.facebook {
    position: relative;
    float: left;
    margin: -65px 0 0 400px;
}

.facebook iframe {
    display: none;
}

#facebook_login {
    width: 216px;
    height: 35px;
    background-image: url("//cdn.unikatmedia.com/schulterglatze/local/landing/mitfacebook.png");
    background-repeat: no-repeat;
    cursor: pointer;
    padding-bottom: 11px;
    float: left;
}

#facebook_register {
    width: 196px;
    height: 35px;
    background-image: url("//cdn.unikatmedia.com/schulterglatze/local/landing/connectwith.png");
    background-repeat: no-repeat;
    cursor: pointer;
    padding-bottom: 11px;
}

#facebook_register * {
    width: 196px;
    height: 35px;
    background: none;
    border: none;
}

#facebook_login {
    width: 166px;
    height: 27px;
    cursor: pointer;
}

.header {
    margin: auto auto;
    height: 45px;
    width: 960px;
}

.header_text {
    margin-top: 5px;
    padding-top: 5px;
    vertical-align: top;
    text-align: center;
    font-family: Verdana;
    font-size: 12px;
    width: 100%;
}

.login-button {
    float: right;
    margin: 0;
    padding: 5px;
}

.login-button {
    -moz-box-shadow: inset 0px 1px 0px 0px #cf866c;
    -webkit-box-shadow: inset 0px 1px 0px 0px #cf866c;
    box-shadow: inset 0px 1px 0px 0px #cf866c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
    background: -moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: -webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: -o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: -ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
    background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315', GradientType=0);
    background-color: #d0451b;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #942911;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #854629;
}

.login-button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
    background: -moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background: -webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background: -o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background: -ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
    background: linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b', GradientType=0);
    background-color: #bc3315;
}

.login-button:active {
    position: relative;
    top: 1px;
}

table.login-table {
    float: right;
}

table.login-table td {
    vertical-align: middle;
    padding: 0 2px 0 2px;
    font-size: 12px;
    font-weight: bold;
}

table.login-table td input {
    font-size: 11px;
    padding: 1px 0 0 1px;
    font-family: Helvetica;
    color: #333;
}

.header_text p {
    margin-top: 15px;
    float: left;
}

header_text img {
    float: left;
    margin: 0;
    margin-left: 10px;
    padding: 0;
}

.login_box {
    float: right;
    position: relative;
    width: 275px;
    height: 325px;
    background: url("//cdn.unikatmedia.com/schulterglatze/local/landing/login.png");
    margin: 20px 20% 0 0;
}

.login_box form {
    margin: 120px 0 0 0;
    text-align: center;
}

.login_box form input[type=text], .login_box form input[type=password] {
    width: 164px;
    height: 37px;
    text-align: center;
    color: #4b4500;
    margin-left: 5px;
    background: none;
    border: none;
    margin-bottom: 13px;
}

.login_box form div {
    display: block;
    font-size: 12px;
    text-align: left;
    margin-left: 59px;
    width: 160px;
}

.login_box form div span {
    float: right;
    cursor: pointer;

    text-decoration: underline;
}

.login_box form input[type=submit] {
    width: 95px;
    height: 43px;
    position: relative;
    top: 3px;
    background: none;
    border: none;
    cursor: pointer;
}

.hidden {
    display: none;
}

.fade {
    position: absolute;
    z-index: 8000;
    background-image: url("//cdn.unikatmedia.com/schulterglatze/local/landing/tranzparenz.png");
    width: 100%;
    height: 100%;
}

.register_error {
    position: absolute;
    background-image: url("//cdn.unikatmedia.com/schulterglatze/local/landing/invalid_big_new.png");
    background-repeat: no-repeat;
    width: 390px;
    height: 41px;
    margin: -96px 0 0 -160px;
    z-index: 10;
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 0.9em;
    padding: 0 135px 0 75px;
}

.login_error {
    position: absolute;
    background-image: url("//cdn.unikatmedia.com/schulterglatze/local/landing/invalid_small.png");
    background-repeat: no-repeat;
    width: 242px;
    height: 41px;
    margin: 60px 0 0 17px;
}

#facebook_layer {
    background-image: url("//cdn.unikatmedia.com/schulterglatze/local/landing/facebook.png");
    width: 260px;
    height: 106px;
    margin-left: -2px;
}

a {
    color: #FFFFFF;
    font-size: 100%;
    font-weight: normal;
}

.fb_connect {
    position: absolute;
    margin: 20px 0 0 0;
}

.on {
    display: block;
}

.off {
    display: none;
}

div.versions {
    width: 250px;
    font-weight: bold;
}

div.versions div.left, div.versions div.right {
    float: left;
    width: 25px;
    height: 25px;
    background-image: url('//cdn.unikatmedia.com/schulterglatze/local/landing/world/left.png');
    cursor: pointer;
}

div.versions div.right {
    float: right;
    background-image: url('//cdn.unikatmedia.com/schulterglatze/local/landing/world/right.png');
}

div#games {
    float: left;
    width: 190px;
}

.grecaptcha-badge {
    display: none;
}

#captcha {
    visibility: hidden;
    width: 500px;
    height: 500px;
    padding: 5px 0 0 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -150px;
    z-index: 100;
    font-size: 10px;
    font-weight: bold;
}

#captcha p {
    margin: -3px 0 4px 0;
}

#sg-captcha-backdrop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
}

#sg-captcha {
    visibility: hidden;
    min-width: 554px;
    min-height: 458px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 10%;
    margin-left: -267px;
    z-index: 100;
    font-size: 10px;
    font-weight: bold;
}

#sg-captcha.donation-captcha {
    visibility: visible;
    text-align: center;
    position: relative;
    margin: 5px auto 0;
    top: 0;
    left: 0;
    width: 300px;
    font-size: 10px;
    font-weight: bold;
}

.content-captcha-image-wrapper img {
    border: 1px solid #333;
}

.content-captcha-pattern-wrapper {
    position: absolute;
    width: 522px;
    height: 200px;
    left: 16px;
}

.content-captcha-pattern-wrapper.donation-captcha-pattern-wrapper {
    top: 1px;
}

.donation-box-js {
    min-height: 120px;
}

.content-captcha-pattern-wrapper div {
    display: inline-block;
    width: 520px;
    height: 200px;
    border: 1px dotted yellow;
    background: url(//cdn.unikatmedia.com/soldatenspiel/img/interface/blank.gif) repeat;
}

.content-captcha-pattern-wrapper div:hover {
    background: rgba(150, 150, 150, .2);
    cursor: pointer;
}

#captcha-pattern-1, #captcha-pattern-2, #captcha-pattern-3 {
    border-bottom: none;
}

#captcha-pattern-1, #captcha-pattern-2, #captcha-pattern-4, #captcha-pattern-5 {
    border-right: none;
}

.content-captcha-text {
    width: 509px;
}

.content-captcha-text-title {
    color: #ffea89;
    font-size: 18px;
    margin: 13px auto;
}

.content-captcha-description {
    font-size: 12px;
    margin: 8px 0 5px 0;
}

.content-captcha-description img {
    border: 1px solid white;
    border-radius: 3px;
    padding: 3px;
}

.inline-block {
    display: inline-block;
}

.captcha_box .box_content {
    min-height: 410px;
}

#captcha-loader {
    display: none;
}

#captcha-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-image: url('//cdn.unikatmedia.com/schulterglatze/core/fancybox/fancybox_sprite.png');
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 1010;
}

#captcha-loading div {
    width: 44px;
    height: 44px;
    background: url('//cdn.unikatmedia.com/schulterglatze/core/fancybox/fancybox_loading.gif') center center no-repeat;
}

/* Boxen */
.box {
    float: right;
    width: 600px;
    margin: 10px;
}

.box_head_left {
    position: absolute;
    top: -10px;
    left: -8px;
    right: 19px;
    height: 47px;
    z-index: 2;
    line-height: 12px;
    background-image: url(//cdn.unikatmedia.com/schulterglatze/core/content/box_head_left.png);
}

.box_head_right {
    position: absolute;
    top: -10px;
    width: 101px;
    right: -8px;
    height: 47px;
    z-index: 3;
    background-image: url(//cdn.unikatmedia.com/schulterglatze/core/content/box_head_right.png);
}

.box_right {
    position: absolute;
    top: 37px;
    bottom: 6px;
    right: -8px;
    width: 15px;
    z-index: 2;
    background-image: url(//cdn.unikatmedia.com/schulterglatze/core/content/box_right.png);
}

.box_left {
    position: absolute;
    top: 37px;
    bottom: 6px;
    left: -8px;
    width: 14px;
    z-index: 1;
    background-image: url(//cdn.unikatmedia.com/schulterglatze/core/content/box_left.png);
}

.box_bottom_left {
    position: absolute;
    bottom: -8px;
    left: -8px;
    right: 19px;
    height: 14px;
    z-index: 2;
    background-image: url(//cdn.unikatmedia.com/schulterglatze/core/content/box_bottom_left.png);
}

.box_bottom_right {
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: 101px;
    height: 14px;
    z-index: 3;
    background-image: url(//cdn.unikatmedia.com/schulterglatze/core/content/box_bottom_right.png);
}

.box_content {
    position: relative;
    padding: 40px 15px 10px 15px;
    font-size: 95%;
    color: #c7c2c2;
    background: #444229;
}

.box_content_facebook {
    position: relative;
    padding: 0;
    font-size: 95%;
    color: #c7c2c2;
}

.headline, .headline_dienst {
    position: absolute;
    top: 5px;
    left: 22px;
    z-index: 4;
    font-weight: bold;
    font-size: 14px;
    color: #ff973b;
    font-family: 'open sans', arial, sans-serif;
    text-shadow: 1px 1px 3px black;
}

.headline_advert {
    font-size: 70%;
    color: #D0D0D0;
}

.headline_small_item {
    position: absolute;
    top: 7px;
    text-align: center;
    width: 165px;
    z-index: 4;
    font-weight: bold;
    font-size: 90%;
    color: #ff973b;
}

.headline_inventar_small_item {
    position: absolute;
    top: 7px;
    text-align: center;
    width: 100px;
    z-index: 4;
    font-weight: bold;
    font-size: 90%;
    color: #ff973b;
}

.headline_small_moral {
    position: absolute;
    top: 7px;
    text-align: center;
    width: 230px;
    z-index: 4;
    font-weight: bold;
    font-size: 90%;
    color: #ff973b;
}

.headline img {
    float: right;
    padding: 0 0 0 10px;
    border: none;
}

.link {
    position: absolute;
    top: 9px;
    right: 20px;
    z-index: 4;
    font-weight: bold;
    font-size: 80%;
    color: #ff973b;
}

.link a {
    color: #ff973b;
}

.headline_ausbildung {
    position: absolute;
    top: -4px;
    right: 0;
    z-index: 4;
}

.headline_ausbildung img {
    border: none 0;
}
