/************************************* CUSTOM STYLES - 21.09.2023 - dkr *************************************/
@font-face{
	font-family:"Avenir Next Regular";
	src:url("../font/AvenirNextW04-Regular.woff2") format("woff2"),
	url("../font/AvenirNextW04-Regular.woff") format("woff");
}

@font-face{
	font-family:"Avenir Next Demi";
	src:url("../font/AvenirNextW04-Demi.woff2") format("woff2"),
	url("../font/AvenirNextW04-Demi.woff") format("woff");
}



html {
box-sizing: border-box;
}
body {
background: none;
font-size: 18px;
}

.PASSWORD_SELF_UNBLOCK .help-message {
font-size: 18px;
}

/* *, *:before, *:after */
* {
font-family: "Avenir Next Regular", sans-serif;
background: none;
}

h1, h2, h3 {
	font-family: "Avenir Next Demi", sans-serif;
	font-weight: 700;
	text-transform: none;
	color: black;
}


#header-bar-locale {
display: none;
}
.uap-input {
border: 0;
background-color: transparent;
width: 95%;
border-bottom: 1px solid #0c0c0c;
}
.uap-input:focus {
outline: 0;
}
.uap-display {
font-size: 18px;
}
.buttons {
display: flex;
flex-direction: row;
justify-content: flex-start;
}
.buttons input.cancel, .uap-button.cancel {
border: none;
background: transparent;
color: #3d6c9e;
text-decoration: underline;
margin-left: 1em;
order: 99;
font-size: 18px;
}
.uap-button.submit, .uap-button.submit:hover, .uap-button.submit:active, #uap-waiting-button:hover {
background-color: #B12C1E;
border: none;
color: #FFF;
font-size: 18px;
}
#uap-errorBox-for-size {
visibility: hidden;
padding: 20px;
display: block;
}
#uap-errorBox div.ERROR {
background: #DA3549;
}
#uap-errorBox div.INFO {
background: #5B9BE4;
}
#uap-errorBox div.INFO,
#uap-errorBox div.ERROR {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 24px;
color: white;
font-weight: bold;
max-width: 827px;
}
.login-panel {
position: relative;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
padding: 0;
}
.login-panel .login-form {
border: none;
}
.left-panel, .right-panel {
height: 100%;
}
.login-panel .left-panel {
float: none;
width: 40%;
display: none;
}
#container .left-column {
display: none;
}
@media only screen and (min-width: 1140px) {
/* only for step 1 */ 
/*Pfeil zur Website nicht mehr anzeigen
.login[data-uap-view="USERID"] #container .left-column {
display: block;
}
*/
.login[data-uap-view="USERID"] #container #container-header #header-title {
padding-left: 270px;
}
}
@media only screen and (max-width: 810px) {
#container #main-panel, #container #bottom-panel-static {
flex-direction: column;
}
#container #bottom-panel {
margin-top: 0;
}
body #container {
padding-bottom: 0;
}
#container #main-panel .panel-hotline,
#container #bottom-panel .panel-newspost,
#container #bottom-panel .panel-safety,
#container #bottom-panel .panel-help {
margin-top: 20px;
width: 100%;
min-height: 180px;
}
body > form > footer {
height: auto;
position: relative;
}
form > footer #footer-panel-static {
flex-direction: column;
}
form > footer #footer-panel-static .footer-link {
font-size: 12px;
line-height: 18px;
padding: 13px 0;
}
form > footer #footer-panel-static .footer-mobile-banking {
flex-wrap: wrap;
justify-content: flex-start;
}
form > footer #footer-panel-static .footer-mobile-banking .footer-link {
width: 100%;
text-align: left;
}
#header #uap-steps-moved {
display: none;
}
#header #header-bar #logo {
margin: 15px 0;
}
div.password-rule {
padding: 5px 0;
}
div.password-rule > .password-rule-message {
padding-right: 5px;
}
.inner-footer {
font-size: 12px;
}
}
.login-form {
width: 100%;
background-color: #F6F5F1;
}
.buttons, .uap-input {
float: none;
}
.login-panel .right-panel {
padding: 32px 24px;
}
.login-panel[data-uap-view="ACTIVATION_OTAN_CRYPTOGRAM_SCREEN"] img,
.login-panel[data-uap-view="ACTIVATION_OTAN_REGISTER_NOTIFICATION_ID_CRYPTOGRAM_SCREEN"] img {
/*float: left;*/
padding-right: 24px;
}
.login-panel[data-uap-view="ACTIVATION_OTAN_CRYPTOGRAM_SCREEN"] div.labelInputWrapper,
.login-panel[data-uap-view="ACTIVATION_OTAN_REGISTER_NOTIFICATION_ID_CRYPTOGRAM_SCREEN"] div.labelInputWrapper {
padding-top: 0;
padding-bottom: 24px;
}
.login-panel[data-uap-view="ACTIVATION_OTAN_CRYPTOGRAM_SCREEN"] .buttons,
.login-panel[data-uap-view="ACTIVATION_OTAN_REGISTER_NOTIFICATION_ID_CRYPTOGRAM_SCREEN"] .buttons,
.login-panel[data-uap-view="ACTIVATION_OTAN_CRYPTOGRAM_SCREEN"] div.labelInputWrapper,
.login-panel[data-uap-view="ACTIVATION_OTAN_REGISTER_NOTIFICATION_ID_CRYPTOGRAM_SCREEN"] div.labelInputWrapper,
.login-panel[data-uap-view="ACTIVATION_OTAN_CRYPTOGRAM_SCREEN"] .uap-display,
.login-panel[data-uap-view="ACTIVATION_OTAN_REGISTER_NOTIFICATION_ID_CRYPTOGRAM_SCREEN"] .uap-display {
clear: none;
}
.login-panel[data-uap-view="ACTIVATION_OTAN_REGISTER_NOTIFICATION_ID_CRYPTOGRAM_SCREEN"] .uap-display {
padding: 24px 0;
}
.login-panel[data-uap-view="ACTIVATION_OTAN_CRYPTOGRAM_SCREEN"] .buttons,
.login-panel[data-uap-view="ACTIVATION_OTAN_REGISTER_NOTIFICATION_ID_CRYPTOGRAM_SCREEN"] .buttons {
justify-content: flex-end;
}
#uap-resetOtanToken-activateNewDevice-button, #uap-resetOtanToken-newToken-button {
height: auto;
padding: 18px 10px;
width: 100%;
}

#uap-resetOtanToken-newToken-label, #uap-resetOtanToken-activateNewDevice-label {
min-height: 70px;
}
#uap-resetOtanToken-newToken-label {
display: flex;
flex-direction: column;
/*justify-content: center;*/
}
.login-panel.CHALLENGE_OTAN #uap-disable-push {
display: none;
}
.wait-for-push-msg {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
max-width: 827px;

}
.wait-for-push-msg p {
font-size: 18px;
font-weight: bold;
width: 100%;
text-align: center;
}
.password-rules-panel {
font-size: 16px;
line-height: 18px;
max-width: 700px;
}
div.password-rule > .password-rule-message {
margin-bottom: 5px;
}
form > footer {
background-color: #b12c1e;
height: 58px;
padding: 18px 0 0 0;
}
footer > div {
width: 100%;
height: 100%;
max-width: 1380px;
}
#footer-panel-static {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-around;
position: relative;
top: -11px;
}
.new-cronto-app, .new-cronto-app.image {
display: none;
}
.okb-slogan {
width: 180px;
height: 40px;
background: center / contain no-repeat url(../img/owkb/okb-slogan-white.png);
}
.google-play {
background: center / contain no-repeat url(../img/owkb/de-google-play-badge.png);
width: 147px;
height: 40px;
}
.app-store {
background: center / contain no-repeat url(../img/owkb/de-download-app-store.svg);
width: 140px;
height: 40px;
}
.footer-mobile-banking {
display: flex;
flex-direction: row;
justify-content: flex-end;
}
.footer-mobile-banking .footer-link {
padding: 0 11px;
}
.footer-link {
color: white;
/*font-weight: bold;*/
font-size: 18px;
display: flex;
flex-direction: column;
justify-content: center;
}
#container {
box-sizing: border-box;
border: 0;
}
#container > div {
float: none;
}
#container-header {
border: 0;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
align-content: center;
float: none;
}
#container-header #header-title {
float: none;
margin: 0;
padding: 40px 15px 50px 0;
}
#container-header #header-title .header-title {
font-family: "Avenir Next Demi", sans-serif;
font-size: 36px;
line-height: 42px;
font-weight: 700;
text-transform: none;
color: black;
}
#container-header #uap-steps {
display: none;
float: none;
padding: 15px;
margin: 0;
}
#header {
border: none;
}
form.locale_de #logo {
background-image: url(../img/owkb/OKBLogo.svg);
background-size: auto 42px;
}
#main-panel {
width: auto;
position: relative;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: stretch;
overflow: visible;
}
#main-panel > div {
margin: 0;
width: auto;
display: inherit;
}
#main-panel .login-panel {
width: auto;
flex-grow: 1;
}
.labelInputWrapper {
padding-top: 20px;
}
#bottom-panel-static {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: space-between;
justify-content: space-between;
}
.text-before-arrow {
padding-right: 10px;
}
.text-after-arrow {
padding-left: 10px;
}
.panel-newspost, .panel-safety, .panel-help {
border: 1px solid #B12C1E;
padding: 16px 24px 24px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
height: auto;
}
.panel-newspost {
width: 45%;
flex-grow: 1;
}
.panel-safety, .panel-help {
align-items: center;
width: 261px;
flex-shrink: 0;
}
#main-panel .panel-backtowebsite {
padding-bottom: 25px;
border-bottom: 1px solid #000;
width: 232px;
font-size: 18px;
align-self: flex-start;
}
.bottom-panel-aligner {
width: 272px;
flex-shrink: 0;
}
#main-panel .panel-hotline {
border: 1px solid #B12C1E;
padding: 16px 24px 24px;
display: flex;
flex-direction: column;
align-self: stretch;
align-items: center;
width: 261px;
flex-shrink: 0;
}
.hotline-spacer {
flex-grow: 1;
}

.warning-title {
font-size: 25px;
font-weight: bold;
line-height: 1.2;
}

.hotline-title, .hotline-number {
padding: 24px 0;
font-size: 20px;
font-weight: bold;
text-align: center;
}
.hotline-text {
font-size: 18px;
}
#container #bottom-panel #bottom-panel-static [data-moveto] {
display: none;
}
.newspost-date {
font-size: 16px;
}
.newspost-title {
padding-top: 20px;
font-size: 20px;
font-weight: bold;
line-height: 1.2;
}
.newspost-text {
padding: 25px 0;
font-size: 18px;
flex-grow: 1;
line-height: 1.3;
}
.help-panel-title {
max-width: 8em;
font-size: 20px;
font-weight: bold;
flex-grow: 1;
text-align: center;
line-height: 1.42;
}
.help-icon {
height: 30%;
align-self: center;
display: flex;
flex-direction: column;
justify-content: center;
}
.panel-newspost .bottom-panel-footer-link {
align-self: flex-end;
}
.bottom-panel-footer-link {
color: #B12C1E;
display: flex;
flex-direction: row;
align-items: center;
}
.bottom-panel-sep, #main-panel .bottom-panel-sep {
width: 20px;
flex-shrink: 0;
}
#header {
border: 1px solid #e9e9e9;
}
#header-bar {
min-width: auto;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: flex-start;
}
#logo {
flex-grow: 0;
}
#uap-steps-moved {
flex-grow: 1;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-end;
align-items: center;
font-size: 16px;
}
.wrap-step .active {
color: #B12C1E;
}
.wrap-step:not(:last-child)::after {
content: ">";
padding: 10px;
}
.wrap-step > .index.active {
background-color: #B12C1E;
color: #FFF;
}
.wrap-step > .index {
display: inline-block;
margin-right: 8px;
height: 1.5em;
width: 1.5em;
text-align: center;
color: #B12C1E;
border: 1px solid #B12C1E;
border-radius: 50%;
}
#main-panel > .inner-footer {
display: none;
}
.inner-footer {
padding-top: 20px;
border: none;
}


/************************************* CUSTOM OKB *************************************/

.uap-input {

    font-size: 18px;
}


#upper-panel-dynamic {
width: 100%;
border: 4px solid #B12C1E;
padding: 16px 24px 24px;
}


div#main-panel a,
.bottom-panel-footer-link a,
.buttons input.cancel,
.uap-button.cancel {
	color: #B12C1E;
	text-decoration: none;
}

.uap-resetOtanToken-newToken, .uap-resetOtanToken-activateNewDevice {
    max-width: 550px !important;
}

Element {

}
.uap-resetOtanToken-newToken, .uap-resetOtanToken-activateNewDevice {

    text-align: left;
}

#uap-resetOtanToken-newToken-label, #uap-resetOtanToken-activateNewDevice-label {
    text-align: left;
}

div.login-panel.CHALLENGE_OTAN div.login-form.right-panel a#uap-resetOtanToken-link {
	background-color: #B12C1E;
	border: none;
	color:#FFF;
	height: 36px;
	padding: 7px 18px;
	border-radius: 2px;
	cursor: pointer;
	max-width: 550px;
	margin-top: 100px;
}

div.login-panel div.login-form.right-panel {
	max-width: 728px;
}

div.login-panel.CHALLENGE_OTAN div#uap-waiting-button {
	display: none !important;
}

#container {
    min-width: 1108px;
    max-width: 1108px;
}

div#main-panel span.text-after-arrow a
{
	color: #333333;;
}

footer > div#footer-panel > div#footer-panel-static  div.footer-link > a {
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	
}

div#header-bar-menu li a {
    display: none;
}

#uap-loading-popup {
	background: no-repeat scroll center #FFFFFF;
}

/* Migration Cronto für online-identifikation kein bild mehr*/
div.otan-migration-token .device-image.otan-smartphone {
    display: none;
}

#uap-errorBox div.WARNING {
	color: #b12c1e;
	font-weight: bold;
}


/*Cronto Aktivierung button weiter*/
div.login-panel.ACTIVATION_OTAN_CRYPTOGRAM_SCREEN input.uap-button:disabled {
	pointer-events: unset;
	opacity: 0.2;
}

div.login-panel.ACTIVATION_OTAN_CRYPTOGRAM_SCREEN input.uap-button.submit.loading-popup-trigger:disabled {
	cursor: not-allowed;
	--display: none;
}


/*Logo verlinken*/
div#logo {
	cursor: pointer;
}

/*Select Auswahl bei mehreren Push Geräte*/
select#uap-notification-select {
	background-color: white;
	font-size: 20px;
	margin-bottom: 16px;
}

/*Adressaenderung*/
div.PERIODICAL_ADDRESS_CHECK textarea.form-control {
	width: 90%;
	min-height: 150px;
	resize: none;
	color: black;
	background-color: white;
	border: none;
	font-size: 18px;
	padding: 10px;
}

div.PERIODICAL_ADDRESS_CHECK input#uap-cancel-button {
	margin-right: 50px;
}





/*wegen ie 11 - kann ab 2022 wieder gelöscht werden*/
#uap-errorBox div.INFO, #uap-errorBox div.ERROR {
    position: relative;
}




/* Alte iPads */
@media only screen 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1){
	html[data-useragent*='Safari/601'][data-platform='iPad'] div.login-panel div.login-form.right-panel {
		min-height: 770px;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 768px) 
and (orientation : portrait) 
and (-webkit-min-device-pixel-ratio: 1){
	html[data-useragent*='Safari/601'][data-platform='iPad'] div.login-panel div.login-form.right-panel {
		min-height: 770px;
	}	
}