.all {
    height: auto;
    background-color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 13px;
    line-height: 1.4286;
    justify-content: center;
}


header {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 350px;
	padding-bottom: 12px;
}

.tit {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 7px;
    font-weight: normal
}

hr {
    margin-top: 0;
    margin-bottom: 20px;
    border: none;
    border-top: 1px solid #ccc;
    width: 100%;
}

.select-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
	padding-bottom: 12px;
}

.select-wrapper select {
    color: #222222;
    border: 1px solid #ddd;
    padding: 3px 0 3px 10px;
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 13px;
}


.logo-container {
    width: 100%;
    text-align: center;
    margin-top: 0;
}

@media (max-width: 600px) {

    .container {
        width: 100%;
        max-width: 100%;
    }

    .formb_bf {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
    }

    .tit {
        font-size: 20px;
    }
}

.container {
    width: 100%;
    max-width: 350px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #bbb;
    padding: 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
}

.container img {
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.container .formb_bf {
    width: 100%;
    max-width: 200px;
    font-size: 16px;
    color: #fff;
    background-color: #1a73e8;
    padding: 10px 24px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.container .formb_bf:hover {
    background-color: #1765cc;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.container .formb_bf:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.4);
}

.container .formb_bf:active {
    background-color: #1558b0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.bottomtext {
   /*  display: flex; */
    justify-content: center;
    align-items: center;
    padding: 18px;
    font-size: 11px !important;
    color: #666666;
}


.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.bottomtext a {
    padding: 0 7px !important;
    color: #444 !important;
	text-decoration: underline !important;
}

.bottomtext a:hover {
    color: #1a73e8 !important;;
}


.input-block {
    position: relative;
	 margin-top: 10px;
    height: 43px;
 /*   margin: 10px 0 20px; */
    width: 100%;
/*     max-width: 100%; */
    text-align: left;
}
.input-block-ab {
height: 10px;
}
.auge {
    position: absolute;
    right: 10px;
    top: 60%;
    transform: translateY(-50%);
    padding: 6px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.input-block input[type="text"],
.input-block input[type="password"] {
    width: 100%;
    height: 40px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    color: #222;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
    background: #fff;
    display: block;
}

.input-block input[type="password"] {
    padding-right: 50px;
}

.input-block input:focus {
    border-color: #072c63;
    outline: none;
}

 .input-block label {
    background-color: #ffffff;
position: relative;
    /*top: 12px;*/ top: -29px;
    left: 15px;
    color: #000000;
    padding: 1px 6px 0px 6px;
    pointer-events: none;
    transition: all 0.2s ease;
    transform-origin: left top;
    user-select: none;
} 

.input-block input::placeholder {
    color: #000000;
    opacity: 0;
    background-color: #ffffff;
}

.input-block input:focus+label,
.input-block input:not(:placeholder-shown)+label {
    transform: scale(1) translateY(-25px);
    background-color: #fff;
    padding: 1px 6px 0px 6px;
    color: #00f;	    position: absolute;top: 12px;

}

.input-block input:not(:focus):not(:placeholder-shown)+label {
    color: #333;
    background-color: #ffffff;    position: absolute; top: 12px;
}


.beispiel{
color:#444;text-align: left;
}
.nodisp{display:none}
.st-text-err{padding:10px 0;color:#d63384;/*font-weight: bold;*/}
.st-text-ex{text-align: left;padding:10px 0}
.container img.capch{display: unset;height:22px;margin:0;}
.container .capchI{display: unset;height:19px;margin:0;}
.container .va{vertical-align: middle;}
.capB{padding: 0 8px;}
.bfrot{color:#d63384;}