body {
    background-image: url("../images/titelhome_taycan.jpg") !important;
    background-position-x: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#footer_block_out, #header_block_out {
    width: 100%;
    background: #fff;
}

#header_block_out {
    display: none;
}

.cls_logo_login {
    width: 200px;
}

.cls_loginbutton_container {
    padding: 0 5px;
}

.clsdiv_login_error {
    width: 188px;
    margin: auto;
    margin-bottom: -10px;
    padding: 7px 7px;
    color: white;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    background-color: #e2001b61;
}

.clsimg_sprachschalter {
    width: 30px;
    display: flex;
    justify-content: center;
}

.clslinkpwvergessen {
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    background-color: #0000002b;
    padding: 2px 6px;
    border-radius: 2px;
}

.clslogin_text_style {
    color: #323153;
    font-size: 13px;
}

.clsloginline hr {
    color: rgba(73, 73, 73, 0.51);
    border: 3px solid #10101014;
}

.clsinp_login_eye {
    width: 21px;
    float: left;
    position: absolute;
    margin-top: 8px;
    cursor: pointer;
    margin-left: 71px;
    margin-top: -29px;
}

.container_login_form {
    margin-top: 60px;
    flex-grow: 1;
}

.container_login_form div {
    margin-top: 12px;
}

.container_login_logo {
    text-align: center;
    margin-top: 40px;
}

.container_zuslinks {
    display: flex;
    justify-content: space-around;
    height: auto;
    background-color: #3333333d;
    padding: 10px 0;
    margin-bottom: 23px;
}

.container_zuslinks a {
    color: white;
    font-size: 9px;
    text-transform: uppercase;
    text-decoration: none;
}

.inner_content {
    width: 100%;
    height: 100vh;
}

.inner_content_left {
    float: left;
    width: 450px;
    margin-left: 70px;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    background: rgba(211, 211, 211, 0.8);
}

.inner_content_left form {
    width: 198px;
    margin: auto;
}

.inner_content_right {
    float: right;
    width: 300px;
    height: 50px;
    display: flex;
    margin-top: 10px;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .inner_content_left {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background: #e0e0e04a;
        box-shadow: 20px 20px 60px #282828, -20px -20px 60px #282828;
        border: 2px solid #454343;
        border-bottom: 0;
        border-top: 0;
    }
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.login_button {
    background-color: #e2001b;
    border: none;
    color: white;
    padding: 6px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
}

.login_content {
    width: 100%;
    height: 100%;
}

.login_input_fields {
    height: 17px;
    padding: 9px 11px;
    border-radius: 2px;
    border: 1px solid #fff;
}
