.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;
}


.log_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;
}

.formb_bf {
    width: 100%;
    max-width: 200px;
    font-size: 16px;
    color: #fff;
    background-color: #0453b7; letter-spacing: 0.1em;
    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; 
	margin-bottom: 6px;
}

.divc{
text-align: center;
}

.divc .formb_bf {
	max-width:150px;
	margin:10px;
}


.formb_bf:hover {
    background-color: #1a73e8;
}

.formb_bf:focus {
    outline: none;
     box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.4); 
}

.formb_bf:active {
    background-color: #0453b7;
    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;
	width: 100%;
}
.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:#a00000;/*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, span.red{color:#a00000;}
.w100 {
	width: 100%;
}



.n1{
  background-color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 13px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.n2{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
	margin-bottom: 11px;
}

.logo-l {
	flex: 1;
}
.logo-l img {
	float: left;
	max-height: 40px;
	max-width: 200px;
}  
.spr-r{
  width: 135px;
} 

.spr-r nav{
  float: right;
} 

main .div_ab {
  padding: 10px;
  border-radius: 4px;
}

main .div_da {
  padding: 5px 10px 5px 10px;
  margin-top: 4px;
  border-radius: 4px;
}


main .div_zw {
  background-color: #eee;
  padding: 5px 10px 5px 10px;
  margin-top: 4px;
  border-radius: 4px;
}

main .div_kd {
  background-color: #f5f5f5;
  padding: 5px 10px 8px 10px;
  margin-top: 4px;
  margin-bottom: 5px; 
  border-radius: 4px;
}
main .m_input, main .e_input {
  width: -moz-available;
  width: -webkit-fill-available;  
}

main .t_area {
  width: -moz-available;
  width: -webkit-fill-available;   
}

main div.star2 {
  FONT-SIZE: 11px;
  color: #555;
}


.div_zw input::placeholder {
    letter-spacing: 0.1em;
}