
.background-picture-container{
    
    position:fixed;
    background-image: url('./../images/hintergrund2.jpg');
    background-size: cover;
    background-position: 36% 48%;
    background-repeat: no-repeat;
    width: 100%;
    height: 1000px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 160px;
    
}

.inner-middle-container{
    
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width:410px;
    left: -5px;
    margin-bottom: 35px;
    
}

.inner-container{
    
    color:white;

    display: flex;
    justify-content: center;
    background-color: #ffffffd9;
    border-radius: 23px;
    height: 440px;
    box-shadow: 7px 11px 2px 0px #00000061;
    padding-top: 55px;
    
}

.inner-container2{
    
    color:white;
    background-color: #ffffffd9;
    border-radius: 23px;
    box-shadow: 7px 11px 2px 0px #00000061;
    padding-top: 55px;
    
}

.schriftart{
    
    font-family: 'Century Gothic';
    font-size: 17px;
    letter-spacing: 1.7px;
    color: #404040;;
    position: relative;
    top: 30px;
    
}

.inputfelder{
    
    width: 170%;
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1.4px solid #404040;
    color: #404040;;
    padding-left: 7px;
    font-family: 'Century Gothic';
}



.inputfelder:focus ~ .schriftart, .inputfelder:valid ~ .schriftart{
    
    position: relative;
    top: 200px;
    
}


.anmeldebutton{
    
    font-family: 'Century Gothic';
    font-size: 15px;
    letter-spacing: 1.4px;
    background-color: transparent;
    border: 2px solid #404040;;
    border-radius: 0px;
    padding: 4px 35px;
    color: #404040;
    transition: background-color 1.5s;
    
}

.anmeldebutton:hover{
    
    background-color: #7b7b7b61;
    
}

.anmeldebutton:focus{
    
    outline-width: 0;
    
}

.popoverbtn{
    
    border: 0;
    background: transparent;
    color: #404040;
    font-size: 22px;
    float: right;
    margin-right: -275px;
    margin-top: 10px;
    position: relative;
    z-index: 100;
    
}

.popoverbtn:focus{
    
    outline-width: 0;
    
}

.position-yoshiko{
    
    top: -5px;
    left: -25px;
    
}

.position-schrift-yoshiko{
    
    left: 23px;
}

.succes-container{
    
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    
}