/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
  }
  
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    
    -webkit-font-smoothing: antialiased;
  }

#dfoverlay {
    display: inline-grid!important;
}

.well {
    margin-bottom: 20px !important;
    padding: 1px !important;
    background-color: #191919 !important;
    border: 1px solid #333132 !important;
    border-radius: 1px !important;
}

#signup_close {
    position: absolute;
    right: -12px;
    z-index: 100;
    top: -12px;
    background-color: #b3b3b3;
    -webkit-border-radius: 200px;
    border-radius: 200px;
}


.form3-container {
    display: flex;
    color: #fff;
    text-decoration: none;
    width: fit-content;
    background: #191919;
}

.form3-container .container_left {
    width: 290px !important;
    min-height: 300px;
    flex-grow: 1; 
}

.form3-container .container_left .form3-response {
    display: none;
    position: relative;
    height: auto;
    padding:2rem;
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
}

.form3-container .container_left .form3-nav {
    width: 100%;
    line-height: 40px;
}

.form3-container .container_left .form3-nav .nav_element {
    text-align: center;
    width: auto!important;
    background: #912f50;
    font-weight: 600;
}

.form3-container .container_left .form3 .form3-headline {
    margin: 10px;
    text-align: center;
    background: #191919 !important;
    padding: 15px 0;
    font-size: 15px;
    line-height: 20px;
}

.form3-container .container_left .form3 .form3-headline span {
    font-size: 15px;
    font-weight: bolder !important;
    color: #ffffff;
}

.form3-container .container_left .form3 .input-container {
    font-weight: bolder!important;
    background: #191919;
    padding-top: 2px!important;
    padding: 14px;
    color: #fff;
    border-color: #A6A6A6;
    font-size: 12px;
    /* min-height: 200px; */
}

.form3-container .container_left .form3 .input-container .input-field {
    display: flex;
    width: 100%;
}

.form3-container .container_left .form3 .input-container .input-field .dfform-field {
    width: 87% !important;
    border: 1px solid #a6a6a6 !important;
    background: #fff;
    padding: 9px !important;
    margin-bottom: 5px !important;
    color: #000;
}

.form3-container .container_left .form3 .input-container .input-field .dfform-field:focus {
    background: #ffffff;
}

.form3-container .container_left .form3 .input-container .form3-button {
    margin: 8px 0;
    text-align: right;
    width: 100%;
}

.form3-container .container_left .form3 .input-container .form3-button button {
    border: none;
    font-size: 16px;
    line-height: 36px;
    font-weight: 600;
    background: #333232!important;
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    width: 100%;
    vertical-align: text-bottom!important;
    cursor: pointer;
    
}


.form3-container .container_right {
    display: block;
    width: 290px !important;
    min-height: 300px;
    background-image: url(img/side.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-grow: 0;
}

.form3-container .container_right img {
    width: 100%;
}







#field_sm {
    margin-bottom: 10px;
}

#field_un {
    margin-bottom: 10px;
}

#field_un span:before {
    background: url("./img/profile.png") no-repeat center #333232;
    border: inset 6px transparent;
    background-size: contain;
    box-sizing: border-box;
    content: "" !important;
    display: block !important;
    width: 34px !important;
    height: 34px !important;
    float: left !important;
}
#field_sm span:before {
    background: url("./img/email.png") no-repeat center #333232;
    border: inset 3px transparent;
    background-size: contain;
    box-sizing: border-box;
    content: "" !important;
    display: block !important;
    width: 34px !important;
    height: 34px !important;
    float: left !important;
}

#tos_register {
    color: #8b8989;
    width: 10px !important;
    height: 10px !important;
    transform: scale(1.5);
    margin-right: 5px;
}
#tos {
    color: #8b8989;
}
#tos a,
#tos a:visited {
    color: #8b8989;
}
.dferror {
    clear: both;
    color: #f54040;
    font-size: 100%;
    font-weight: bolder !important;
    line-height: 22px;
}
#erfolg {
    line-height: normal;
    display: none;
    padding: 10px;
    font-size: 18px;
    color: #ffffff;
    background-color: #191919;
}
#fehler {
    display: none;
    padding: 10px;
    font-size: 18px;
    color: #cf0c0f;
    background-color: #191919;
}
#semail {
    font-weight: bold;
    color: #f54040;
    font-size: 28px;
}

.form3-error {
    width: 100%;
    height: auto;
    margin: -10px 0 0;
    padding: 0 0 10px;
    color: red;
    font-size: 11px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .form3-container .container_right {
        display: none;
    }
}


