@import url('vars/vars.css');
@import url('vars/calc.css');
@import url('fonts/open-sans.css');
@import url('fonts/fi.css');
@import url('clients/fi.css');




.yp-language-select {
    margin-top: 56px;
}

.yp-languages {
    margin-top: 10px;
    margin-bottom: 10px;
}

.yp-languages-tag {
    color: white;
    background-color: #2387AB;
    background: rgba(var(--c-brand-color5), 0.5);
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
    padding: 6px 16px;
}

.yp-languages-tag-selected {
    background-color: green;
    background: rgba(var(--c-brand-statusgreen), 1);
}

.yp-error {
}





.yp-pushkin-button-subscribe,
.yp-pushkin-button-save,
.yp-pushkin-button-unsubscribe,
.yp-pushkin-button-revoke,
.yp-pushkin-button-form {
    margin-top: 20px;
}
.yp-subscribe-success,
.yp-subscribe-failed,
.yp-unsubscribe-success,
.yp-unsubscribe-failed,
.yp-revoke-failed {
    margin-top: 20px;
}

.yp-subscribe-failed,
.yp-unsubscribe-failed,
.yp-revoke-failed {
    color: red;
    font-weight: bold;
}

/* === */


.yp-floating-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1000;
}

.yp-floating {
    position: absolute;
    display: inline-block;
    pointer-events: all;
}

.yp-dialog {
    position: absolute;
    display: inline-block;
    pointer-events: all;
    background: #FFFFFF;
    border: 1px solid #a0a0a0;
}

.yp-dialog-page {
    height: 100%;
}

.yp-core-dialog {
    position: relative;
    height: 100%;
    padding: 10px;
}

.yp-core-dialog-header {
    height: 30px;
    width: 100%;
    background: linear-gradient(to top, #E81C17, #ED3431);
    border: 1px solid #BD000D;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 0 0 18px 0;
}

.yp-core-dialog-body {
    overflow: auto;
    height: calc(100% - 30px - 20px);
    padding: 0 16px 0 6px;
}

.yp-core-dialog-close {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-repeat: no-repeat;
    background-position: 0 2px;
    cursor: pointer;
    height: 29px;
    width: 29px;
    background: url(../Content/Images/btn_close_window.png) center center no-repeat;
    cursor: pointer;
}

.yp-core-dialog-header {
}

.yp-core-dialog-title {
    color: #ffffff;
    padding: 5px 4px 4px 12px;
    line-height: 19px;
    font-weight: 600;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 40px);
}

.yp-pushkin-dialog-content-title {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
}

.yp-core-paragraph {
    margin: 5px 0 15px 0;
}

.yp-field-select-list {
    background-color: #D0D0D0;
}

.yp-hidden {
    display: none !important;
}

.yp-core-vsplit50\% {
    display: flex;
}

    .yp-core-vsplit50\% > * {
        width: 50%;
    }

/* design */


body,
textarea,
input,
select,
button {
	font-family: 'Sparkasse Web', 'Open Sans', arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: rgba(var(--c-text-color), 1);
}



.yp-client-tools {
    float: right;
    padding: 34px 36px 0 0;
    font-size: 0;
    line-height: 0;
	min-height: 27px;
}

.yp-client-tools > .yp-pushkin-a-application-name, 
.yp-pushkin-a-application-name1 {
    content: var(--application-name);
    background: var(--application-logo) no-repeat;
    background-size: contain;
    width: var(--application-logo-width);
    height: var(--application-logo-height);
    position: var(--application-logo-position);
    left: var(--application-logo-position-left);
    top: var(--application-logo-position-top);
    right: var(--application-logo-position-right);
    bottom: var(--application-logo-position-bottom);
    margin: var(--application-logo-margin);
    padding: var(--application-logo-padding);
    font-size: var(--application-name-font-size);
    line-height: var(--application-name-line-height);
    font-weight: var(--application-name-font-weight);
    color: var(--application-name-color);
    white-space: nowrap;
}

.yp-pushkin-a-application-name1 {
    font-weight: 300;
}

    .yp-pushkin-a-application-name::after,
	.yp-pushkin-a-application-name1::after {
        height: 30px;
        width: 1px;
        content: "";
        background: #697882;
        display: inline-block;
        position: relative;
        top: 8px;
        margin: 0px 20px 0 30px;
    }
	
.hiddenuser .yp-pushkin-a-application-name::after {
	height: 30px;
    width: 0px;
    content: "";
    background: transparent;
    display: inline-block;
    position: relative;
    top: 8px;
    margin: 0px 0px 0 0px;
}

.yp-pushkin-a-account-name {
    transition: all 0.1s ease;
    font-size: 14px;
    color: #788791;
    display: inline-block;
    cursor: pointer;
    padding: 0 0 0 23px;
    position: relative;
    line-height: 0px;
}

.hiddenuser .yp-pushkin-a-account-name {
    display: none;
}

    .yp-pushkin-a-account-name:hover {
        transition: all 0.1s ease;
        color: #2d373c;
    }

    .yp-pushkin-a-account-name::before {
        transition: all 0.1s ease;
        content: "";
        background: url(../Content/Images/yesspress/pikto_user_account.png) center 0px no-repeat;
        height: 17px;
        width: 17px;
        display: block;
        position: absolute;
        opacity: 1.0;
        background-size: cover;
        top: -11px;
        left: 1px;
    }

    .yp-pushkin-a-account-name:hover::before {
        transition: all 0.1s ease;
        opacity: 0.0;
    }

    .yp-pushkin-a-account-name::after {
        transition: all 0.1s ease;
        content: "";
        background: url(../Content/Images/yesspress/pikto_user_account.png) center -17px no-repeat;
        height: 17px;
        width: 17px;
        display: block;
        position: absolute;
        opacity: 0.0;
        background-size: cover;
        top: -11px;
        left: 1px;
    }

    .yp-pushkin-a-account-name:hover::after {
        transition: all 0.1s ease;
        opacity: 1.0;
    }

.yp-pushkin-a-application-name-display:hover {
    transition: all 0.1s ease;
    color: #2d373c;
    cursor: pointer;
}
.yp-notice-display {
    font-family: calibri, Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    color: #9f9f9f;
}

    .yp-notice-display a {
        color: #9f9f9f;
        text-decoration: none;
    }

        .yp-notice-display a:hover {
            color: #656565;
        }

.yp-notice {
    position: absolute;
    bottom: 12px;
    right: 22px;
}



.yp-kontaktblock {
	float: right;
	width: 370px;
	margin: 198px 0 0 30px;
	background: #cdd9e1;
    padding: 8px 12px;
	box-sizing: border-box;
}
	



.yp-field-input .yp-input-display {
    display: none;
}


.it4p-recaptcha .grecaptcha-badge {
    bottom: 180px !important;
}






/* 230516 */




.yp-header .yp-fr {
    float: right;
    padding: 34px 36px 0 0;
    font-size: 0;
    line-height: 0;
}

.yp-client-tools {
    position: relative;
}

.yp-client-tools > * {
    list-style: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px 0 0;
}

.yp-btn, .yp-btn-logout {
    transition: all 0.5s ease;
    cursor: pointer;
    background: none;
    border-radius: 0px;
    border: 0px;
    color: var(--client-tools-color);
    font-size: var(--client-tools-font-size);
    line-height: var(--client-tools-line-height);
    min-height: var(--client-tools-line-height);
    font-weight: var(--client-tools-font-weight);
    letter-spacing: var(--client-tools-letter-spacing);
    padding: var(--client-tools-padding);
    margin: var(--client-tools-margin);
    box-shadow: none;
    text-shadow: none;
}

.yp-btn:hover {
    transition: all 0.5s ease;
    color: var(--client-tools-color-hover);
}


.yp-screen {
    width: 100%;
    min-height: 100%;
    height: 100%;
    padding: 0 0px;
    margin: 0;
    position: relative;
    box-sizing: border-box;
	display: flex;
    flex-direction: column;
}

.yp-page {
    height: 100%;
    overflow: auto;
}

.yp-contentscreen {
    overflow: auto;
    flex: 1;
}


.yp-contentscreen > .yp-content,
.yp-contentscreen > .yp-titleblock, 
.yp-contentscreen > .yp-api, 
.yp-login {
    width: 90vw;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.yp-contentscreen > .yp-api > * {
	max-width: 640px;
    margin: 0 auto 0 0;
}

.yp-login-display {
	width: 440px;
    flex: 1 0 auto;
	display: flex;
    flex-direction: column;
}

.yp-application-list {
    flex: 1;
    overflow: auto;
}

.yp-h1 {
    color: #a1925b;
    font-size: 28px;
    line-height: 28px;
	font-weight: 100;
	padding: 12px 0 24px 0;
	text-transform: uppercase;
}

.yp-h2 {
    color: #36342c;
    font-size: 20px;
    line-height: 28px;
    font-weight: 100;
    padding: 24px 0 12px 0;
}

.yp-separator {
    /* border-bottom: 1px solid #e5eaee; */
    margin: 64px 0 0px 0;
}

/* Forms*/



.yp-pushkin-button-form,
.yp-button-list,
.yp-login-buttons.yp-rows {
    display: flex;
    flex-direction: column;
    margin: 24px 0 4px 0;
}



.yp-login-button-display {
    width: 100%;
}

.yp-pushkin-button.yp-pushkin-button-ghost,
.yp-login-button.yp-scta {
    border: 1px solid #000000;
    padding: 13px 24px 12px 24px;
    background: none;
    border: 2px solid rgba(var(--c-brand-color5-h40), 1);
    color: rgba(var(--c-brand-color5), 1);
}
.yp-pushkin-button.yp-pushkin-button-ghost:hover,
.yp-login-button.yp-scta:hover {
    border-color: rgba(var(--c-brand-color5), 1);
    color: rgba(var(--c-brand-color5-d40), 1);
}

.yp-textlink {
    font-size: 10px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: underline;
    cursor: pointer;
    display: block;
    margin: 24px 0 0 0;
}

.yp-textlink:hover {
    color: rgba(0, 0, 0, 0.9);
}




/* Ende Forms */




/* Floating */


.yp-floating-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
	display: flex;
    flex-direction: column;
    justify-content: center;
}


.yp-dialog-modal-blend {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: all;
    z-index: 1;
	display: none;
}

.yp-dialog {
    position: relative;
    display: inline-block;
    pointer-events: all;
    z-index: 99;
    background: #ffffff;
    padding: 0px;
    border-radius: 3px;
    box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    box-sizing: border-box;
    border: none;
}

.yp-dialog.yp-core-help-dialog,
.yp-dialog.yp-core-contact-dialog {
    width: 600px;
    background: #ffffff;
    box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    box-sizing: border-box;
    border: none;
	margin: 0 auto 40px auto;
    display: block;
	display: none;
}

.yp-dialog-page {
    box-sizing: border-box;
}

.yp-core-dialog {
    position: relative;
    /* height: 100%; */
}

.yp-core-dialog-header {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 18px 0;
    background: #333333;
    padding: 12px 16px 12px 16px;
    color: #ffffff;
}

.yp-core-dialog-title {
    color: #ffffff;
    font-weight: bold;
    line-height: 19px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 40px);
}

.yp-core-dialog-body {
    overflow: auto;
    /* height: calc(100% - 48px); */
    padding: 16px 16px 32px 16px;
    line-height: 21px;
}

.yp-core-help-sectiontitle {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.yp-core-help-section {
    margin: 10px 0 0 0;
}

.yp-core-paragraph {
    margin: 5px 0 15px 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    padding: 4px 0 8px 0;
}

.yp-core-paragraph a {
    transition: color 0.3s ease;
    color: #333334;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.yp-core-paragraph a:hover {
    transition: color 0.3s ease;
    color: #bb0a30;
}

.yp-core-dialog-close {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 7px;
    height: 29px;
    width: 29px;
    background: url(../Content/Images/yesspress/btn_close_window.png) center center no-repeat;
    cursor: pointer;
}

/*ENDE Floating */


/* 200826 */

.yp-field-input .yp-input[type="password"] {
	line-height: 18px;
}

.yp-text-button {
	display: block;
	margin: 2px 0 2px 0;
}

.yp-text-button .yp-application-select-display {
	transition: color 0.2s ease;
	display: inline-block;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	color: #000000;
	padding: 4px 26px 4px 0;
	cursor: pointer;
}

.yp-text-button .yp-application-select-display:hover {
	transition: color 0.2s ease;
	color: #4c4c4c;
}


.yp-text-button .yp-application-select-display::after {
	transition: opacity 0.2s ease, right 0.2s ease;
    content: "";
    height: 24px;
    width: 24px;
    background: url(../Content/Images/yesspress/btn_text.png) center 0px no-repeat;
    display: block;
    position: absolute;
	top: 2px;
    right: 3px;
}

.yp-text-button .yp-application-select-display:hover::after {
	transition: opacity 0.2s ease, right 0.2s ease;
    opacity: 0.8;
    right: 0px;
}


.yp-field-readonly .yp-field-input .yp-input-display {
    display: block;
    pointer-events: all;
    user-select: text;
	padding: 3px 0 0 0;
}

.yp-field-readonly .yp-field-labelled {
    padding-left: 6px;
	padding-right: 6px;
}

.yp-field-readonly .yp-field-labelled::before {
	content: "";
    position: absolute;
    top: -14px;
    left: 0;
    width: 100%;
    height: calc(100% + 13px);
    background-color: #eeeeee;
    border-bottom: 1px solid #000000;
}

.yp-labelled-content {
    position: relative;
}

.yp-login-button.yp-pcta, 
.yp-login-button.yp-scta {
    outline: none;
}

.yp-text {
	font-size: 18px;
    line-height: 28px;
	margin: 1.333333em 0 0 0;
	padding: 0;
}

:-ms-lang(x), .yp-field-input .yp-input[type="password"] {
    font-size: 18px;
}

@-moz-document url-prefix() { 
	.yp-field-input .yp-input[type="password"] {
    	font-size: 18px;
	}
}

	
/* ENDE 200826 */


/* 200830 */


.yp-client-tool-separator {
    transition: all 0.5s ease;
    display: inline-block;
    background-color: transparent;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin: 1px 12px 0 4px;
    position: relative;
}

.yp-client-tool-separator::before {
	transition: all 0.5s ease;
	content: "";
	background: #1a1a1a;
	height: 12px;
	width: 1px;
	display: block;
	opacity: 1.0;
	position: absolute;
	top: 4px;
	left: 2px;
}
	
.yp-btn-logout {
    transition: all 0.5s ease;
    display: inline-block;
    background-color: transparent;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin: 1px 0 0 0px;
    position: relative;
}

    .yp-btn-logout span {
        transition: all 0.5s ease;
        display: block;
        color: #1a1a1a;
        font-size: 13px;
        padding: 3px 6px 3px 22px;
        margin: 0px 1px 0px 1px;
        line-height: 15px;
        position: relative;
        cursor: pointer;
    }

        .yp-btn-logout span:hover {
            transition: all 0.5s ease;
            color: #000000;
        }

        .yp-btn-logout span::after,
        .yp-btn-logout span::before {
            transition: all 0.5s ease;
            content: "";
            background: url(../Content/Images/yesspress/btn_login.png) center 0 no-repeat;
            height: 24px;
            width: 24px;
            display: block;
            opacity: 1.0;
            position: absolute;
            top: -2px;
            left: -4px;
        }

        .yp-btn-logout span::before {
            background-position: center -24px;
            opacity: 0;
        }

        .yp-btn-logout span:hover::after {
            transition: all 0.5s ease;
            opacity: 0;
        }

        .yp-btn-logout span:hover::before {
            transition: all 0.5s ease;
            opacity: 1.0;
        }





.tooltip {
	position: absolute;
    right: 100%;
    top: -250px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	pointer-events: none;
}

	
.tooltip-display {
	background-color: #FFFFFF;
    border: 1px solid #e5eaee;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    padding: 16px 18px;
    color: #5A5A5A;
    position: relative;
    left: -10px;
    top: 13px;
    min-width: 200px;
	pointer-events: all;
}

.tooltip-display::before {
    content: " ";
    position: absolute;
    top: 49%;
    top: calc(50% - 8px);
    right: -18px;
    border: 8px solid transparent;
    border-left-color: #e5eaee;
    pointer-events: none;
}

.tooltip-display::after {
    content: " ";
    position: absolute;
    top: 49%;
    top: calc(50% - 8px);
    right: -16px;
    border: 8px solid transparent;
    border-left-color: #fff;
    pointer-events: none;
}

.tooltip-display .text {
	line-height: 18px;
	padding: 2px 0;
}


.fieldinfo {
	padding: 3px 0 0 0;
}

.fieldinfo .text {
	font-size: 10px;
	line-height: 12px;
	padding: 3px 0 0 0;
	color: #333333;
}

.text.red {
	color: #bb0a30;
	border-color: #bb0a30;
}

.text.blue {
	color: #0099da;
	border-color: #0099da;
}

.yp-error .yp-field-input .yp-input,
.yp-error.yp-core-field {
    color: #bb0a30;
}

.yp-error .yp-field.yp-field-labelled.yp-field-empty.yp-field-active .yp-labelled-label, 
.yp-error .yp-field.yp-field-labelled .yp-labelled-label,
.yp-error .yp-field.yp-field-labelled > span.notempty .yp-labelled-label, 
.yp-error .yp-field.yp-field-labelled > span.inputaktiv .yp-labelled-label {
 	opacity: 1;
 }
 
.yp-error .yp-field-input .yp-input:hover,
.yp-error span.notempty .yp-field-input .yp-input,	
.yp-error .yp-field-input .yp-input:focus,
.yp-error .yp-field-input .yp-input {
    border-bottom-color: #bb0a30;
}



.yp-error .yp-toggle-view::before,
.yp-error .yp-field-visible .yp-toggle-view::after{
	background-position-y: -48px;
}
 
.yp-error .yp-field-visible .yp-toggle-view::before,
.yp-error .yp-toggle-view::after {
	background-position-y: -72px;
}


a {
	text-decoration: none;
}

.yp-textlink a {
    color: rgba(var(--c-brand-color4), 0.6);
    text-decoration: underline;
}

.yp-textlink a:hover {
    color: rgba(var(--c-brand-color4), 1);
}

.yp-general-notice-display {
	margin: 12px 0 24px 0;
	padding: 12px 16px;
	background: #bb0a30;
	color: #ffffff;
}

.yp-general-notice-display .text {
	color: #ffffff;
	line-height: 18px;
	padding: 2px 0;
}

.yp-general-notice-display .text.red {
	font-weight: bold;
}
		
/* ENDE 200830 */

.yp-policy-info {
    display: none;
}


.yp-policy-prepared .yp-policy-info {
    display: block;
}

.yp-policy-info-too-short,
.yp-policy-info-missing-lowers,
.yp-policy-info-missing-uppers,
.yp-policy-info-missing-numbers,
.yp-policy-info-missing-specials,
.yp-policy-info-ref-not-equals {
    display: none;
}


.yp-policy-too-short .yp-policy-info-fine,
.yp-policy-missing-lowers .yp-policy-info-fine,
.yp-policy-missing-uppers .yp-policy-info-fine,
.yp-policy-missing-numbers .yp-policy-info-fine,
.yp-policy-missing-specials .yp-policy-info-fine,
.yp-policy-ref-not-equals .yp-policy-info-fine {
    display: none;
}

.yp-policy-too-short .yp-policy-info-too-short,
.yp-policy-missing-lowers .yp-policy-info-missing-lowers,
.yp-policy-missing-uppers .yp-policy-info-missing-uppers,
.yp-policy-missing-numbers .yp-policy-info-missing-numbers,
.yp-policy-missing-specials .yp-policy-info-missing-specials,
.yp-policy-ref-not-equals .yp-policy-info-ref-not-equals  {
    display: block;
}

/* 210126 start */

button {
        background: rgba(var(--c-brand-color), 1);
    border: 0px solid rgba(var(--c-brand-color), 1);
    color: rgba(var(--c-brand-color4), 1);
    text-align: center;
    padding: 10px 30px 10px 30px;
    margin: 0 0 4px 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    outline: none;
    /* min-height: 44px; */
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    align-self: flex-start;
}

.yp-text-info {
	font-size: 10px;
	line-height: 12px;
	padding: 3px 0 0 0;
	color: #999999;
}

.yp-text-info .yp-text-lable {
	font-weight: 600;
}

.yp-text-info .yp-text-lable::after {
	content: ':';
	padding: 0 2px 0 0;
}

.yp-client-tools > *:last-child {
    margin-right: 0;
}

.yp-field-policy-info,
.yp-policy-info,
.yp-policy-info > div {
    position: relative;
}

.yp-field-policy-info.yp-policy-hide .yp-policy-info {
	display: none;
}

.yp-policy-info > div:not(.yp-policy-info-fine)::before {
	content: 'i';
    border: 1px solid rgba(var(--c-brand-statusred-h20), 1);
    border-radius: 50%;
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    color: rgba(var(--c-brand-statusred), 1);
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    text-align: center;
}

.yp-policy-info > div span {
    font-size: 12px;
    line-height: 12px;
    padding: 5px 0 3px 24px;
    color: rgba(var(--c-brand-statusred), 1);
    display: inline-block;
}

.yp-policy-info > div.yp-policy-info-fine span {
    padding-left: 0;
	color: rgba(var(--c-brand-statusgreen), 1);
}





/* 210126 end */


.yp-toggle-view,
.yp-field-visible .yp-toggle-view {
    height: 24px;
    width: 24px;
    position: absolute;
    top: 1px;
    right: 0;
}

.yp-toggle-view::before,
.yp-field-visible .yp-toggle-view::before {
    content: "";
    height: 24px;
    width: 24px;
	cursor: pointer;
    background-position: center 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-mask-size: auto;
    mask-size: auto;
    -webkit-mask-position: center 0;
    mask-position: center 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: rgba(var(--c-brand-color4), 0.5) !important;
    mask-image: url(../Content/Images/yesspress/form_view.png);
    -webkit-mask-image: url(../Content/Images/yesspress/form_view.png);
}

.yp-toggle-view:hover::before {
	transition: background 0.2s ease;
    background: rgba(var(--c-brand-color4), 1) !important;
}


.yp-field-visible .yp-toggle-view::before {
	transition: background 0.2s ease;
    background: rgba(var(--c-brand-color4), 1) !important;	
}




.yp-footer .yp-fl div {
    margin-left: 0px;
}

.yp-footer .yp-fl div,
.yp-footer .yp-fr div,
.yp-footer .yp-fr div a {
    color: rgba(var(--c-brand-color5), 1);
	font-size: 12px;
}

.yp-footer .yp-fr div a:hover {
    color: rgba(var(--c-brand-color4), 1);
}







.yp-language-select {
    margin-top: 56px;
}

.yp-languages {
    margin-top: 18px;
    margin-bottom: 18px;
}

.yp-language-select + .yp-text,
.yp-language-select + .yp-clear + .yp-text {
    margin-top: 64px;
}

.yp-languages-tag {
    color: white;
    background-color: #2387AB;
    background: rgba(var(--c-brand-color5), 0.5);
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
    padding: 6px 16px;
}

.yp-languages-tag-selected {
    background-color: green;
    background: rgba(var(--c-brand-statusgreen), 1);
}

.yp-error {
}

.yp-title {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 52px;
	margin: 28px 0;
}

.yp-titleblock {
}



.yp-pushkin-h1 {
    font-size: 30px;
    line-height: 36px;
    color: #2d373c;
    font-weight: 500;
    margin: 0px 0 20px 0;
	font-family: 'Sparkasse Web', 'Open Sans', 'Trebuchet MS', Tahoma, arial, helvetica, sans-serif;
}

	

	
.yp-pushkin-h2 {
	font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    font-weight: 400;
	margin-bottom: 56px;
}

.yp-pushkin-h2:empty, .yp-text:empty {
    display: none;
}

.yp-block {
    padding: 0px 0 18px 0;
}

.yp-ul {
    margin: 0;
}

.yp-subheadline {
    font-size: 14px;
    line-height: 20px;
    color: #2d373c;
    padding: 18px 0 0px 0;
	font-weight: bold;
}

/*.yp-text {
    font-size: 14px;
    line-height: 20px;
    color: #2d373c;
    padding: 0px 0 20px 0;
}*/

.yp-text:last-child {
    margin-bottom: 12px;
}

.yp-text a {
	color: #2387aa;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
}

.yp-text a:hover {
	color: #005578;
    text-decoration: underline;
}

.yp-headline {
    font-size: 18px;
    line-height: 24px;
    color: #697882;	
}

.yp-syntaxcontainer {
	margin: 18px 0 22px 0;
}

.yp-syntaxcontainer .yp-caption {
	font-size: 12px;
	color: #2D373C;
	font-weight: bold;
	margin: 0 0 2px 0;
}

.yp-syntaxcontainer .yp-codebox {
	background: #ffffff;
	border: 1px solid #CDD9E1;
	border-top-color:#879BAA;
	width: 570px;
	padding: 0 16px 0 0;
}

.yp-syntaxcontainer .yp-codebox > div{
	padding: 8px 0;
	background: #ffffff;
	background: -moz-linear-gradient(left, #f5f7fa 30px, #ffffff 30px, #ffffff 100%);
	background: -webkit-linear-gradient(left, #f5f7fa 30px,#ffffff 30px,#ffffff 100%);
	background: linear-gradient(to right, #f5f7fa 30px,#ffffff 30px,#ffffff 100%);

}

.yp-form {
    margin: 16px 0 0 0;
}

.yp-radiobutton {
    display: inline-block;
    margin: 0 24px 12px 0;
}

.yp-radiobutton-lable {
	font-size: 14px;
    line-height: 20px;
    color: #2d373c;
    padding: 1px 0 0px 8px;
    display: inline-block;
    vertical-align: top;
}

.yp-radiobutton-button {
    border: 1px solid #879baa;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    display: inline-block;
    background: #ffffff;
	position: relative;
}

.yp-radiobutton.aktiv .yp-radiobutton-button {
    border: 1px solid #005578;
}

.yp-radiobutton.aktiv .yp-radiobutton-button::after {
	content: "";
	height: 14px;
	width: 14px;
    background: #005578;
    border-radius: 100%;
	position: absolute;
	left: 3px;
	top: 3px;
	
}

.yp-radiobutton-button:hover {
    cursor: pointer;
    border: 1px solid #005578;
}

/*
.yp-syntaxcontainer .yp-codebox ol { 
    counter-reset: item;
    list-style-type: none;
}
.yp-syntaxcontainer .yp-codebox li > div {display: inline-block; }
.yp-syntaxcontainer .yp-codebox li:before { 
    content: counter(item) "  "; 
    counter-increment: item;
	 display: inline-block; }
}
*/


.yp-syntaxcontainer .yp-codebox ol { 
    padding: 0 0 0 30px;
	margin: 0px;
}

.yp-syntaxcontainer .yp-codebox ol li { 
    padding: 2px 20px 2px 8px;
	color: #879BAA;
	font-size: 10px;
}

.yp-syntaxcontainer .yp-codebox ol li > div {
	font-style: italic;
	color: #697882;
	font-size: 14px;
}

/*
.yp-syntaxcontainer .yp-codebox li > div.tab1 {
	padding: 0 0 0 30px;
}

.yp-syntaxcontainer .yp-codebox li > div.tab2 {
	padding: 0 0 0 60px;
}

.yp-syntaxcontainer .yp-codebox li > div.tab3 {
	padding: 0 0 0 90px;
}

.yp-syntaxcontainer .yp-codebox li > div.tab4 {
	padding: 0 0 0 120px;
}

.yp-syntaxcontainer .yp-codebox li > div.tab5 {
	padding: 0 0 0 150px;
}
.yp-syntaxcontainer .yp-codebox li > div.tab1:before { 
    content:"\00a0\00a0\00a0\00a0\00a0";
}

.yp-syntaxcontainer .yp-codebox li > div.tab2:before { 
    content:"\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
}

.yp-syntaxcontainer .yp-codebox li > div.tab3:before { 
    content:"\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
}
*/



.yp-syntaxcontainer .yp-codebox li > div > div {
	display: inline-block;	
	padding: 0 16px 0 0;	
}

.yp-syntaxcontainer .yp-codebox li > div > div[class^='tab'] {
	padding: 0;	
}

.yp-syntaxcontainer .yp-codebox li > div > div[class^='tab']:before { 
    content:"\00a0";
}

.yp-syntaxcontainer .yp-codebox li > div {
	display: flex;	
}



.yp-syntaxcontainer .yp-codebox:focus {
	background: #ffffd6;
	border: 1px solid #CDD9E1;
	border-top-color:#879BAA;
	width: 570px;
	user-select: text;
	overflow-x: auto;
	white-space: nowrap;
	outline: none;
}

.yp-syntaxcontainer .yp-codebox:focus li > div {
	display: inline;	
}

.yp-syntaxcontainer .yp-codebox:focus  > div {
    padding: 8px 0;
    background: #ffffd6;
    background: -moz-linear-gradient(left, #f5f7fa 30px, #ffffd6 30px, #ffffd6 100%);
    background: -webkit-linear-gradient(left, #f5f7fa 30px,#ffffd6 30px,#ffffd6 100%);
    background: linear-gradient(to right, #f5f7fa 30px,#ffffd6 30px,#ffffd6 100%);
}

.yp-syntaxcontainer .yp-codebox:focus  ol li > div {
	color: #2d373c;
}


.yp-pushkin-button-subscribe,
.yp-pushkin-button-save,
.yp-pushkin-button-unsubscribe,
.yp-pushkin-button-revoke,
.yp-pushkin-button-form {
    margin-top: 20px;
}
.yp-subscribe-success,
.yp-subscribe-failed,
.yp-unsubscribe-success,
.yp-unsubscribe-failed,
.yp-revoke-failed {
    margin-top: 20px;
}

.yp-subscribe-failed,
.yp-unsubscribe-failed,
.yp-revoke-failed {
    color: red;
    font-weight: bold;
}

/* === */



.yp-client {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    overflow: hidden;
}

.yp-logo {
	position: absolute;
	left: 50%;
	margin-left: -78px;
	width: 156px;
	height: 33px;
	margin-top: auto;
	-webkit-mask-size: auto;
	mask-size: auto;
	-webkit-mask-position: center 0;
	mask-position: center 0;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background: rgba(255, 255, 255, 1);
	mask-image: var(--brand-logo);
	-webkit-mask-image: var(--brand-logo);
}

.yp-clear {
    clear: both;
    height: 0px;
}

.yp-fr {
    float: right;
}

.yp-fl {
    float: left;
}

.yp-fr ul {
    padding: 0;
    margin: 7px 0px 1px 0px;
}

    .yp-fr ul li {
        list-style: none;
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }
	


body.yp-client, html.yp-client {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body.yp-client {
	overflow: auto;
}

.yp-screen {
    width: 100%;
    min-height: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
}



    .yp-footer .yp-fl div {
        color: #525252;
        font-size: 11px;
        line-height: 15px;
        vertical-align: bottom;
        display: inline-block;
        margin: 6px 24px 0 8px;
    }

        .yp-footer .yp-fl div a {
            color: #525252;
            font-size: 11px;
            line-height: 15px;
            font-weight: 600;
            text-decoration: none;
        }

            .yp-footer .yp-fl div a:hover {
                transition: all 0.5s ease;
                color: #3A3A3A;
            }

    .yp-footer .yp-fr div {
        color: #C0C0C0;
        font-size: 11px;
        line-height: 15px;
        vertical-align: bottom;
        display: inline-block;
        margin: 6px 24px 0 8px;
    }

        .yp-footer .yp-fr div a {
            color: #C0C0C0;
            font-size: 11px;
            line-height: 15px;
            font-weight: 400;
            text-decoration: none;
        }

            .yp-footer .yp-fr div a:hover {
                transition: all 0.5s ease;
                color: #DDDDDD;
            }



.yp-page {
    height: 100%;
    overflow: auto;
}

.yp-box {
    background: #f9f9f9;
    padding: 11px 6px;
    box-sizing: border-box;
    box-shadow: 2px 2px 8px rgba(0,0,0,.45);
    margin: 2px 2px 12px 2px;
    border-top: 0px solid #eeeeee;
    border-left: 0px solid #eeeeee;
}

.yp-floating-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1000;
}

.yp-floating {
    position: absolute;
    display: inline-block;
    pointer-events: all;
}

.yp-dialog {
    position: absolute;
    display: inline-block;
    pointer-events: all;
    background: #FFFFFF;
    border: 1px solid #a0a0a0;
}

.yp-dialog-page {
    height: 100%;
}

.yp-core-dialog {
    position: relative;
    height: 100%;
    padding: 10px;
}

.yp-core-dialog-header {
    height: 30px;
    width: 100%;
    background: linear-gradient(to top, #E81C17, #ED3431);
    border: 1px solid #BD000D;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 0 0 18px 0;
}

.yp-core-dialog-body {
    overflow: auto;
    height: calc(100% - 30px - 20px);
    padding: 0 16px 0 6px;
}

.yp-core-dialog-close {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-repeat: no-repeat;
    background-position: 0 2px;
    cursor: pointer;
    height: 29px;
    width: 29px;
    background: url(../Content/Images/btn_close_window.png) center center no-repeat;
    cursor: pointer;
}

.yp-core-dialog-header {
}

.yp-core-dialog-title {
    color: #ffffff;
    padding: 5px 4px 4px 12px;
    line-height: 19px;
    font-weight: 600;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 40px);
}

.yp-pushkin-dialog-content-title {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
}

.yp-core-paragraph {
    margin: 5px 0 15px 0;
}

.yp-field-select-list {
    background-color: #D0D0D0;
}

.yp-hidden {
    display: none !important;
}

.yp-core-vsplit50\% {
    display: flex;
}

    .yp-core-vsplit50\% > * {
        width: 50%;
    }

/* design */





.yp-client-tools {
    float: right;
    padding: 64px 36px 0 0;
    font-size: 0;
    line-height: 0;
	min-height: 27px;
}

.yp-client-tools > .yp-pushkin-a-application-name, 
.yp-pushkin-a-application-name1 {
    content: var(--application-name);
    background: var(--application-logo) no-repeat;
    background-size: contain;
    width: var(--application-logo-width);
    height: var(--application-logo-height);
    position: var(--application-logo-position);
    left: var(--application-logo-position-left);
    top: var(--application-logo-position-top);
    right: var(--application-logo-position-right);
    bottom: var(--application-logo-position-bottom);
    margin: var(--application-logo-margin);
    padding: var(--application-logo-padding);
    font-size: var(--application-name-font-size);
    line-height: var(--application-name-line-height);
    font-weight: var(--application-name-font-weight);
    color: var(--application-name-color);
    white-space: nowrap;
	text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
    color: #494949;
    opacity: .7;
}

.yp-pushkin-a-application-name1 {
    font-weight: 300;
}

    .yp-pushkin-a-application-name::after,
	.yp-pushkin-a-application-name1::after {
        height: 30px;
        width: 1px;
        content: "";
        background: #697882;
        display: inline-block;
        position: relative;
        top: 8px;
        margin: 0px 20px 0 30px;
    }
	
.hiddenuser .yp-pushkin-a-application-name::after {
	height: 30px;
    width: 0px;
    content: "";
    background: transparent;
    display: inline-block;
    position: relative;
    top: 8px;
    margin: 0px 0px 0 0px;
}

.yp-pushkin-a-account-name {
    transition: all 0.1s ease;
    font-size: 14px;
    color: #788791;
    display: inline-block;
    cursor: pointer;
    padding: 0 0 0 23px;
    position: relative;
    line-height: 0px;
}

.hiddenuser .yp-pushkin-a-account-name {
    display: none;
}

    .yp-pushkin-a-account-name:hover {
        transition: all 0.1s ease;
        color: #2d373c;
    }

    .yp-pushkin-a-account-name::before {
        transition: all 0.1s ease;
        content: "";
        background: url(../Content/Images/yesspress/pikto_user_account.png) center 0px no-repeat;
        height: 17px;
        width: 17px;
        display: block;
        position: absolute;
        opacity: 1.0;
        background-size: cover;
        top: -11px;
        left: 1px;
    }

    .yp-pushkin-a-account-name:hover::before {
        transition: all 0.1s ease;
        opacity: 0.0;
    }

    .yp-pushkin-a-account-name::after {
        transition: all 0.1s ease;
        content: "";
        background: url(../Content/Images/yesspress/pikto_user_account.png) center -17px no-repeat;
        height: 17px;
        width: 17px;
        display: block;
        position: absolute;
        opacity: 0.0;
        background-size: cover;
        top: -11px;
        left: 1px;
    }

    .yp-pushkin-a-account-name:hover::after {
        transition: all 0.1s ease;
        opacity: 1.0;
    }

.yp-client-tools > .yp-pushkin-a-application-name:hover {
    transition: all 0.1s ease;
    cursor: pointer;
    opacity: 1;
}

.yp-notice-display {
    font-family: calibri, Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    color: #9f9f9f;
}

    .yp-notice-display a {
        color: #9f9f9f;
        text-decoration: none;
    }

        .yp-notice-display a:hover {
            color: #656565;
        }

.yp-info {
    /*display: none;*/
}

.yp-footer .yp-info-logo {
	width: 110px;
    height: 18px;
    position: absolute;
    left: 26px;
    bottom: 9px;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: rgba(var(--c-brand-color5), .6);
    mask-image: url(../Content/Images/yesspress/yesspress_logo.png);
    -webkit-mask-image: url(../Content/Images/yesspress/yesspress_logo.png);
}

.yp-notice {
    position: absolute;
    bottom: 12px;
    right: 22px;
}



.yp-kontaktblock {
	float: right;
	width: 370px;
	margin: 198px 0 0 30px;
	background: #cdd9e1;
    padding: 8px 12px;
	box-sizing: border-box;
}
	



.yp-field-input .yp-input-display {
    display: none;
}


.it4p-recaptcha .grecaptcha-badge {
    bottom: 180px !important;
}






/* 230516 */




.yp-bold {
    font-weight: bold;
}

.yp-underlined {
    text-decoration: underline;
}

.yp-clear {
    clear: both;
    height: 0px;
}

.yp-fr {
    float: right;
}

.yp-fl {
    float: left;
}



.yp-header .yp-fr {
    float: right;
    padding: 34px 36px 0 0;
    font-size: 0;
    line-height: 0;
}

.yp-client-tools {
    position: relative;
}

.yp-client-tools > * {
    list-style: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px 0 0;
}

.yp-btn, .yp-btn-logout {
    transition: all 0.5s ease;
    cursor: pointer;
    background: none;
    border-radius: 0px;
    border: 0px;
    color: var(--client-tools-color);
    font-size: var(--client-tools-font-size);
    line-height: var(--client-tools-line-height);
    min-height: var(--client-tools-line-height);
    font-weight: var(--client-tools-font-weight);
    letter-spacing: var(--client-tools-letter-spacing);
    padding: var(--client-tools-padding);
    margin: var(--client-tools-margin);
    box-shadow: none;
    text-shadow: none;
}

.yp-btn:hover {
    transition: all 0.5s ease;
    color: var(--client-tools-color-hover);
}



.yp-page {
    height: 100%;
    overflow: auto;
}

.yp-contentscreen {
    overflow: auto;
    flex: 1;
	overflow: visible;
}

.yp-footer .yp-fl div {
    color: #666666;
    font-size: 11px;
    line-height: 15px;
    vertical-align: bottom;
    display: inline-block;
    margin: 6px 24px 0 8px;
}

.yp-footer .yp-fr div {
    color: #9d9d9d;
    font-size: 11px;
    line-height: 15px;
    vertical-align: bottom;
    display: inline-block;
    margin: 6px 24px 0 8px;
}

.yp-footer .yp-fr div a {
    color: #9d9d9d;
	text-decoration: none;
}



.yp-login-display {
	width: 440px;
    flex: 1 0 auto;
	display: flex;
    flex-direction: column;
}

.yp-application-list {
    flex: 1;
    overflow: auto;
}

.yp-h1 {
    color: #a1925b;
    font-size: 28px;
    line-height: 28px;
	font-weight: 100;
	padding: 12px 0 24px 0;
	text-transform: uppercase;
}

.yp-h2 {
    color: #36342c;
    font-size: 20px;
    line-height: 28px;
    font-weight: 100;
    padding: 24px 0 12px 0;
}

.yp-separator {
    /* border-bottom: 1px solid #e5eaee; */
    margin: 64px 0 0px 0;
}

/* Forms*/

.yp-login-part {
    padding: 4px 0px 12px 0px;
    position: relative;
}

.yp-core-field {
	position: relative;
    margin: 10px 0 0 0;
}

.yp-text + .yp-core-field.yp-core-labelled-input {
    margin-top: 24px;
}

.yp-core-field > .yp-field {
}

.yp-core-field .yp-labelled-label {
    transition: all 0.2s ease;
    position: absolute;
    top: 18px;
    left: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #4c4c68;
    pointer-events: none;
    z-index: 1;
}

.yp-field.yp-field-labelled.yp-field-empty.yp-field-active .yp-labelled-label,
.yp-field.yp-field-labelled > span.notempty .yp-labelled-label, 
.yp-field.yp-field-labelled > span.inputaktiv .yp-labelled-label {
	font-size: 12px;
    line-height: 16px;
    top: 8px;
}

.yp-field-input {
    min-height: 56px;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}


.yp-field-input .yp-input {
}

.yp-field-input .yp-input[type="password"] {
    font-size: 22px;
}

.yp-field-input .yp-input:hover,
span.notempty .yp-field-input .yp-input {
}
	
.yp-field-input .yp-input:focus {
}

.yp-field-input .yp-input-display {
    display: none;
}

.yp-pushkin-button-form,
.yp-button-list,
.yp-login-buttons.yp-rows {
    display: flex;
    flex-direction: column;
    margin: 24px 0 4px 0;
}

.yp-pushkin-button-form {
	display: flex;
    flex-wrap: wrap;
    margin: 24px 0 4px 0;
    flex-direction: row;
}

.yp-pushkin-button,
.yp-pushkin-button.yp-pushkin-button-secondary,
.yp-button-list button,
.yp-login-button.yp-pcta,
.yp-login-button.yp-scta {
	background: rgba(var(--c-brand-color3), 1);
    border: 0px solid rgba(var(--c-brand-color3), 1);
    color: rgba(var(--c-brand-color2), 1);
    text-align: center;
    padding: 10px 30px 10px 30px;
    margin: 0 10px 10px 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    outline: none;
    /* min-height: 44px; */
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    align-self: flex-start;
	
	border: 0;
    background: var(--pcta-background);
	color: var(--pcta-text-color);
	box-shadow: var(--pcta-box-shadow);
    border-radius: var(--pcta-border-radius);
    padding: var(--pcta-padding);
	font-size: var(--pcta-font-size);
	line-height: var(--pcta-line-height);
	font-weight: var(--pcta-font-weight);
}

.yp-pushkin-button:hover,
.yp-pushkin-button.yp-pushkin-button-secondary:hover,
.yp-button-list button:hover,
.yp-login-button.yp-pcta:hover {
    background-color: rgba(var(--c-brand-color3-d10), 1);
    /*color: rgba(var(--c-brand-color4), 1);*/
	
	transition: all 160ms ease-in-out;
    background: var(--pcta-background-hover);
	color: var(--pcta-text-color-hover);
	box-shadow: var(--pcta-box-shadow-hover);
}

.yp-pushkin-button:active,
.yp-pushkin-button.yp-pushkin-button-secondary:active,
.yp-button-list button:active,
.yp-login-button.yp-pcta:active {
    background: var(--pcta-background-active);
	color: var(--pcta-text-color-active);
	box-shadow: var(--pcta-box-shadow-active);
}

.yp-login-button-display {
    width: 100%;
}

.yp-text + .yp-pushkin-button {
    margin-top: 24px;
}

.yp-pushkin-button.yp-pushkin-button-secondary,
.yp-login-button.yp-scta {
    box-shadow: inset 0 0 0 1px rgba(var(--c-brand-color3), 1);
    background: none;
    color: rgba(var(--c-brand-color3), 1);
}

.yp-pushkin-button.yp-pushkin-button-secondary:hover,
.yp-login-button.yp-scta:hover {
    box-shadow: inset 0 0 0 1px rgba(var(--c-brand-color3-d10), 1);
    background-color: rgba(var(--c-brand-color3-d10), 1);
    color: rgba(var(--c-brand-color3-d10), 1);
}

.yp-pushkin-button.yp-pushkin-button-ghost {
    background: none;
    color: rgba(var(--c-brand-color3), 1);
    padding: 10px 46px 10px 0px;
    border: 0;
	position: relative;
}

.yp-pushkin-button.yp-pushkin-button-ghost:hover {
    color: rgba(var(--c-brand-color3-d10), 1);
}

.yp-pushkin-button.yp-pushkin-button-ghost::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
	top: 50%;
    right: 15px;
	margin-top: -12px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
	
    background: rgba(var(--c-brand-color3), 1);
    mask-image: url(../Content/images/fi/icon_arrow_right.svg);
    -webkit-mask-image: url(../Content/images/fi/icon_arrow_right.svg);
}

.yp-pushkin-button.yp-pushkin-button-ghost:hover::before {	
    background: rgba(var(--c-brand-color3-d10), 1);
}

.yp-textlink {
    font-size: 10px;
    line-height: 14px;
    color: rgba(var(--c-brand-color3), 1);
    text-decoration: underline;
    cursor: pointer;
    display: block;
    margin: 24px 0 0 0;
}

.yp-textlink:hover {
    color: rgba(var(--c-brand-color3-d10), 1);
}




/* Ende Forms */




/* Floating */


.yp-floating-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
	display: flex;
    flex-direction: column;
    justify-content: center;
}


.yp-dialog-modal-blend {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: all;
    z-index: 1;
	display: none;
}

.yp-dialog {
    position: relative;
    display: inline-block;
    pointer-events: all;
    z-index: 99;
    background: #ffffff;
    padding: 0px;
    border-radius: 3px;
    box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    box-sizing: border-box;
    border: none;
}

.yp-dialog.yp-core-help-dialog,
.yp-dialog.yp-core-contact-dialog {
    width: 600px;
    background: #ffffff;
    box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    box-sizing: border-box;
    border: none;
	margin: 0 auto 40px auto;
    display: block;
	display: none;
}

.yp-dialog-page {
    box-sizing: border-box;
}

.yp-core-dialog {
    position: relative;
    /* height: 100%; */
}

.yp-core-dialog-header {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 18px 0;
    background: #333333;
    padding: 12px 16px 12px 16px;
    color: #ffffff;
}

.yp-core-dialog-title {
    color: #ffffff;
    font-weight: bold;
    line-height: 19px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 40px);
}

.yp-core-dialog-body {
    overflow: auto;
    /* height: calc(100% - 48px); */
    padding: 16px 16px 32px 16px;
    line-height: 21px;
}

.yp-core-help-sectiontitle {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.yp-core-help-section {
    margin: 10px 0 0 0;
}

.yp-core-paragraph {
    margin: 5px 0 15px 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    padding: 4px 0 8px 0;
}

.yp-core-paragraph a {
    transition: color 0.3s ease;
    color: #333334;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.yp-core-paragraph a:hover {
    transition: color 0.3s ease;
    color: #bb0a30;
}

.yp-core-dialog-close {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 7px;
    height: 29px;
    width: 29px;
    background: url(../Content/Images/yesspress/btn_close_window.png) center center no-repeat;
    cursor: pointer;
}

/*ENDE Floating */


/* 200826 */


.yp-field-input .yp-input[type="password"] {
	line-height: 18px;
}

.yp-text-button {
	display: block;
	margin: 2px 0 2px 0;
}

.yp-text-button .yp-application-select-display {
	transition: color 0.2s ease;
	display: inline-block;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	color: #000000;
	padding: 4px 26px 4px 0;
	cursor: pointer;
}

.yp-text-button .yp-application-select-display:hover {
	transition: color 0.2s ease;
	color: #4c4c4c;
}


.yp-text-button .yp-application-select-display::after {
	transition: opacity 0.2s ease, right 0.2s ease;
    content: "";
    height: 24px;
    width: 24px;
    background: url(../Content/Images/yesspress/btn_text.png) center 0px no-repeat;
    display: block;
    position: absolute;
	top: 2px;
    right: 3px;
}

.yp-text-button .yp-application-select-display:hover::after {
	transition: opacity 0.2s ease, right 0.2s ease;
    opacity: 0.8;
    right: 0px;
}


.yp-field-readonly .yp-field-input .yp-input-display {
    display: block;
    pointer-events: all;
    user-select: text;
	padding: 3px 0 0 0;
}

.yp-field-readonly .yp-field-labelled {
    padding-left: 6px;
	padding-right: 6px;
}

.yp-field-readonly .yp-field-labelled::before {
	content: "";
    position: absolute;
    top: -14px;
    left: 0;
    width: 100%;
    height: calc(100% + 13px);
    background-color: #eeeeee;
    border-bottom: 1px solid #000000;
}

.yp-labelled-content {
	display: flex;
    flex-direction: column;
}

.yp-login-button.yp-pcta, 
.yp-login-button.yp-scta {
    outline: none;
}


:-ms-lang(x), .yp-field-input .yp-input[type="password"] {
    font-size: 14px;
}

@-moz-document url-prefix() { 
	.yp-field-input .yp-input[type="password"] {
    	font-size: 14px;
	}
}

	
/* ENDE 200826 */


/* 200830 */


.yp-client-tool-separator {
    transition: all 0.5s ease;
    display: inline-block;
    background-color: transparent;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin: 1px 12px 0 4px;
    position: relative;
}

.yp-client-tool-separator::before {
	transition: all 0.5s ease;
	content: "";
	background: #1a1a1a;
	height: 12px;
	width: 1px;
	display: block;
	opacity: 1.0;
	position: absolute;
	top: 4px;
	left: 2px;
}
	
.yp-btn-logout {
    transition: all 0.5s ease;
    display: inline-block;
    background-color: transparent;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin: 1px 0 0 0px;
    position: relative;
}

    .yp-btn-logout span {
        transition: all 0.5s ease;
        display: block;
        color: #1a1a1a;
        font-size: 13px;
        padding: 3px 6px 3px 22px;
        margin: 0px 1px 0px 1px;
        line-height: 15px;
        position: relative;
        cursor: pointer;
    }

        .yp-btn-logout span:hover {
            transition: all 0.5s ease;
            color: #000000;
        }

        .yp-btn-logout span::after,
        .yp-btn-logout span::before {
            transition: all 0.5s ease;
            content: "";
            background: url(../Content/Images/yesspress/btn_login.png) center 0 no-repeat;
            height: 24px;
            width: 24px;
            display: block;
            opacity: 1.0;
            position: absolute;
            top: -2px;
            left: -4px;
        }

        .yp-btn-logout span::before {
            background-position: center -24px;
            opacity: 0;
        }

        .yp-btn-logout span:hover::after {
            transition: all 0.5s ease;
            opacity: 0;
        }

        .yp-btn-logout span:hover::before {
            transition: all 0.5s ease;
            opacity: 1.0;
        }





.tooltip {
	position: absolute;
    right: 100%;
    top: -250px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	pointer-events: none;
}

	
.tooltip-display {
	background-color: #FFFFFF;
    border: 1px solid #e5eaee;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    padding: 16px 18px;
    color: #5A5A5A;
    position: relative;
    left: -10px;
    top: 13px;
    min-width: 200px;
	pointer-events: all;
}

.tooltip-display::before {
    content: " ";
    position: absolute;
    top: 49%;
    top: calc(50% - 8px);
    right: -18px;
    border: 8px solid transparent;
    border-left-color: #e5eaee;
    pointer-events: none;
}

.tooltip-display::after {
    content: " ";
    position: absolute;
    top: 49%;
    top: calc(50% - 8px);
    right: -16px;
    border: 8px solid transparent;
    border-left-color: #fff;
    pointer-events: none;
}

.tooltip-display .text {
	line-height: 18px;
	padding: 2px 0;
}


.fieldinfo {
	padding: 3px 0 0 0;
}

.fieldinfo .text {
	font-size: 10px;
	line-height: 12px;
	padding: 3px 0 0 0;
	color: #333333;
}

.text.red {
	color: #bb0a30;
	border-color: #bb0a30;
}

.text.blue {
	color: #0099da;
	border-color: #0099da;
}

.yp-error .yp-field-input .yp-input,
.yp-error.yp-core-field {
    color: #bb0a30;
}

.yp-error .yp-field.yp-field-labelled.yp-field-empty.yp-field-active .yp-labelled-label, 
.yp-error .yp-field.yp-field-labelled .yp-labelled-label,
.yp-error .yp-field.yp-field-labelled > span.notempty .yp-labelled-label, 
.yp-error .yp-field.yp-field-labelled > span.inputaktiv .yp-labelled-label {
 	opacity: 1;
 }
 
.yp-error .yp-field-input .yp-input:hover,
.yp-error span.notempty .yp-field-input .yp-input,	
.yp-error .yp-field-input .yp-input:focus,
.yp-error .yp-field-input .yp-input {
    border-bottom-color: #bb0a30;
}



.yp-error .yp-toggle-view::before,
.yp-error .yp-field-visible .yp-toggle-view::after{
	background-position-y: -48px;
}
 
.yp-error .yp-field-visible .yp-toggle-view::before,
.yp-error .yp-toggle-view::after {
	background-position-y: -72px;
}

.yp-success,
.yp-error,
.error-submit,
.missing-input-info {
    background: rgba(var(--c-brand-statusred), .2);
    color: rgba(var(--c-brand-statusred), 1);
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 8px;
}
.yp-success,
.yp-error,
.yp-process-info,
.process-info,
.error-submit,
.missing-input-info {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.yp-success .yp-text, 
.yp-error .yp-text, 
.error-submit .yp-text, 
.missing-input-info .yp-text {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}

.yp-success {
    background: rgba(var(--c-brand-statusgreen), .2);
    color: rgba(var(--c-brand-statusgreen), 1);
}

a {
    text-decoration: none;
}

.yp-textlink a {
    color: rgba(var(--c-brand-color4), 0.6);
    text-decoration: underline;
}

.yp-textlink a:hover {
    color: rgba(var(--c-brand-color4), 1);
}

.yp-general-notice-display {
	margin: 12px 0 24px 0;
	padding: 12px 16px;
	background: #bb0a30;
	color: #ffffff;
}

.yp-general-notice-display .text {
	color: #ffffff;
	line-height: 18px;
	padding: 2px 0;
}

.yp-general-notice-display .text.red {
	font-weight: bold;
}
		
/* ENDE 200830 */

.yp-policy-info {
    display: none;
}


.yp-policy-prepared .yp-policy-info {
    display: block;
}

.yp-policy-info-too-short,
.yp-policy-info-missing-lowers,
.yp-policy-info-missing-uppers,
.yp-policy-info-missing-numbers,
.yp-policy-info-missing-specials,
.yp-policy-info-ref-not-equals {
    display: none;
}


.yp-policy-too-short .yp-policy-info-fine,
.yp-policy-missing-lowers .yp-policy-info-fine,
.yp-policy-missing-uppers .yp-policy-info-fine,
.yp-policy-missing-numbers .yp-policy-info-fine,
.yp-policy-missing-specials .yp-policy-info-fine,
.yp-policy-ref-not-equals .yp-policy-info-fine {
    display: none;
}

.yp-policy-too-short .yp-policy-info-too-short,
.yp-policy-missing-lowers .yp-policy-info-missing-lowers,
.yp-policy-missing-uppers .yp-policy-info-missing-uppers,
.yp-policy-missing-numbers .yp-policy-info-missing-numbers,
.yp-policy-missing-specials .yp-policy-info-missing-specials,
.yp-policy-ref-not-equals .yp-policy-info-ref-not-equals  {
    display: block;
}

/* 210126 start */

button {
    outline: none;
    font-family: 'Sparkasse Web', 'Open Sans', 'Trebuchet MS', Tahoma, arial, helvetica, sans-serif;
    color: rgba(var(--c-brand-color4), 1);
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
	text-align: left;
	overflow: visible;
}

.yp-text-info {
	font-size: 10px;
	line-height: 12px;
	padding: 3px 0 0 0;
	color: #999999;
}

.yp-text-info .yp-text-lable {
	font-weight: 600;
}

.yp-text-info .yp-text-lable::after {
	content: ':';
	padding: 0 2px 0 0;
}

.yp-client-tools > *:last-child {
    margin-right: 0;
}

.yp-field-policy-info,
.yp-policy-info,
.yp-policy-info > div {
    position: relative;
}

.yp-field-policy-info.yp-policy-hide .yp-policy-info {
	display: none;
}

.yp-policy-info > div:not(.yp-policy-info-fine)::before {
	content: 'i';
    border: 1px solid rgba(var(--c-brand-statusred-h20), 1);
    border-radius: 50%;
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    color: rgba(var(--c-brand-statusred), 1);
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    text-align: center;
}

.yp-policy-info > div span {
    font-size: 12px;
    line-height: 12px;
    padding: 5px 0 3px 24px;
    color: rgba(var(--c-brand-statusred), 1);
    display: inline-block;
}

.yp-policy-info > div.yp-policy-info-fine span {
    padding-left: 0;
	color: rgba(var(--c-brand-statusgreen), 1);
}





/* 210126 end */

.yp-header {
    position: relative;
    top: 0;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #eeede8;
	background: none;
}


.yp-header .yp-logo .yp-logo-display span {
    display: none;
}

.yp-header .yp-logo .yp-logo-display {
    background: var(--brand-logo) no-repeat;
    background-size: contain;
    width: var(--brand-logo-width);
    height: var(--brand-logo-height);
	position: var(--brand-logo-position);
	left: var(--brand-logo-position-left);
	top: var(--brand-logo-position-top);
	right: var(--brand-logo-position-right);
	bottom: var(--brand-logo-position-bottom);
	margin: var(--brand-logo-margin);
	padding: var(--brand-logo-padding);
	font-size: var(--brand-name-font-size);
	line-height: var(--brand-name-line-height);
	font-weight: var(--brand-name-font-weight);
	color: var(--brand-name-color);
}

.yp-header .yp-logo .yp-logo-display::before {
    content: "";
    width: 100%;
    height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}





.yp-toggle-view,
.yp-field-visible .yp-toggle-view {
    height: 24px;
    width: 24px;
    position: absolute;
    top: 1px;
    right: 0;
}

.yp-toggle-view::before,
.yp-field-visible .yp-toggle-view::before {
    content: "";
    height: 24px;
    width: 24px;
	cursor: pointer;
    background-position: center 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-mask-size: auto;
    mask-size: auto;
    -webkit-mask-position: center 0;
    mask-position: center 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: rgba(var(--c-brand-color4), 0.5) !important;
    mask-image: url(../Content/Images/yesspress/form_view.png);
    -webkit-mask-image: url(../Content/Images/yesspress/form_view.png);
}

.yp-toggle-view:hover::before {
	transition: background 0.2s ease;
    background: rgba(var(--c-brand-color4), 1) !important;
}


.yp-field-visible .yp-toggle-view::before {
	transition: background 0.2s ease;
    background: rgba(var(--c-brand-color4), 1) !important;	
}


.yp-footer {
   /* background-color: rgba(var(--c-brand-color6), 1);*/
	/*min-height: 44px;*/
}


.yp-footer .yp-fl img {
    display: none;
}

.yp-footer .yp-fl div {
    margin-left: 0px;
}

.yp-footer .yp-fl div,
.yp-footer .yp-fr div,
.yp-footer .yp-fr div a {
    color: rgba(var(--c-brand-color5), 1);
	font-size: 12px;
}

.yp-footer .yp-fr div a:hover {
    color: rgba(var(--c-brand-color4), 1);
}







@media screen and (max-width:1440px)
{	
	.yp-title {
	    font-size: 36px;
	    line-height: 48px;
	}
}


@media (max-width: 1263px)
{

	.yp-header {
		/*padding: 0 3.75%;*/
	}

	.yp-contentscreen {
		/*padding: 0 3.75% 48px 3.75%;*/
	}

}

@media (max-width: 1024px)
{
	.yp-logo {
    	/*margin: 20px 0 0 0;*/
	}
	
	.yp-pushkin-a-account-name .yp-pushkin-a-application-name-display {		
		/*width: 0px;*/
		/*overflow: hidden;*/
		/*display: inline-block;*/
	}
	
	.yp-pushkin-a-application-name::after {
    	/*height: 20px;*/
		/*top: 8px;*/
		/*margin: 5px 16px 5px 24px;*/
	}
	
	.yp-title {
		margin: 36px 0 28px 0;
	}

	.yp-pushkin-h2{
		font-size: 24px;
		line-height: 30px;
		margin: -10px 0 40px 0;
	}
	
	.yp-footer-content > span, 
	.yp-footer .copyright {
	    display: block;
	}
	
}

@media (max-width: 767px)
{	
	/*.yp-logo {
    	margin: 20px 0 0 0;
		width: 180px;
	}
	
	.yp-header .yp-logo .yp-logo-display {
		top: 5px;
		left: 20px;
	}
	
	.yp-header {
    	height: 90px;
	}
	
	
	.yp-logo::after {
		display: none;
	}
	*/
	.yp-pushkin-a-application-name::after {
    	height: 0px;
		top: 8px;
		margin: 15px 4px 15px 0px;
	}
	
	.yp-client-tools > .yp-pushkin-a-application-name {
    	line-height: 24px;
    	vertical-align: text-bottom;
	}
	
	.yp-pushkin-a-account-name::before,	
	.yp-pushkin-a-account-name::after {
		height: 20px;
		width: 20px;
		top: -12px;
		left: 5px;
	}
	
	.yp-pushkin-a-account-name::after {
		background-position-y: -20px;
	}
	
	.yp-client-tools {
    	padding: 32px 10px 0 0;
	}
	
	.yp-contentscreen {
		padding-bottom: 12px;
	}
	
	html .yp-contentscreen {
	    padding-top: 12px;
	}
	
	.yp-contentscreen > .yp-titleblock, 
	.yp-contentscreen > .yp-api, 
	.yp-login {
		padding: 0px 22px 0;
	}
	
	.yp-title {
	    margin: 30px 0 18px 0;
	    padding: 6px 0 12px 0;
	}

	
	
	.yp-info,
	.yp-notice {
		position: relative;
		left: auto;
		bottom: auto;
		right: auto;
		padding: 0 0 6px 0;
	}
	
	.yp-info {
		padding: 20px 0 6px 0;
	}
	
	.yp-footer .yp-info-logo {
		left: 0;
		bottom: 5px;
	}

}

@media (max-width: 599px)
{	
	.yp-pushkin-button:not(.yp-hidden) {
		width: 100%;
		box-sizing: border-box;
	}
	
	.yp-field.yp-field-labelled {
		width: 100%;
	}
	
	.yp-core-field.yp-core-labelled-input {
		max-width: none;
	}
	
	html .yp-header > .yp-center {
	    /* flex-direction: column; */
	}
	
	html .yp-client-tools {
	    min-height: auto;
		padding: 0 0 6px 0;
        margin-top: -12px;
	}
	
	html .yp-header > .yp-center .yp-logo {
	    /* flex-basis: 90px; */
	}
	
	.yp-footer a {
	    display: block;
	}
	
	.yp-footer a::after {
	    display: none;
	}
}


@media (max-width: 420px)
{
	.yp-header .yp-logo .yp-logo-display {
	    /*width: 180px;*/
	}
		
	.yp-header {
	    /*height: 84px;*/
	}
	
	.yp-client-tools > .yp-pushkin-a-application-name {
    	font-size: 18px;
    	line-height: 20px;
	}
	
	html .yp-client-tools {
	    /* flex-direction: column; */
	    /*padding: 0;*/
	    /* align-items: flex-end; */
	    /* align-content: flex-end; */
	}
	
	html .yp-client-tools .yp-pushkin-a-account-name {
	    margin-left: 0;
	}
}

	
	
@media (max-width: 375px)
{
	.yp-client-tools > .yp-pushkin-a-application-name {
    	font-size: 16px;
    	line-height: 18px;
	}
	
	.yp-header .yp-logo .yp-logo-display {
	    /*width: 130px;*/
	}
		
	.yp-header {
	    /*height: 62px;*/
	}
	
	.yp-client-tools {
		/*padding: 12px 0px 0 0;*/
	}
}




/* 250612 Logo custom */
/*
html.yp-is-logo-custom .yp-header {
    background: none;
    box-shadow: inset 0 -1px 0 0 rgba(var(--c-grey-400), .5);
    color: rgba(var(--c-text-color), 1);
}

html.yp-is-logo-custom .yp-topnavi .yp-login-link::before, 
html.yp-is-logo-custom .yp-topnavi .yp-contact-link::before, 
html.yp-is-logo-custom .yp-topnavi .yp-language-link::before {
    background: var(--textlink-text-color);
}

html.yp-is-logo-custom .yp-topnavi .yp-login-link, 
html.yp-is-logo-custom .yp-topnavi .yp-contact-link, 
html.yp-is-logo-custom .yp-topnavi .yp-language-link {
    color: var(--textlink-text-color);
}

html.yp-is-logo-custom .yp-topnavi .yp-login-link:hover::before, 
html.yp-is-logo-custom .yp-topnavi .yp-contact-link:hover::before, 
html.yp-is-logo-custom .yp-topnavi .yp-language-link:hover::before {
    background: var(--textlink-text-color-hover);
}

html.yp-is-logo-custom .yp-topnavi .yp-login-link:hover, 
html.yp-is-logo-custom .yp-topnavi .yp-contact-link:hover, 
html.yp-is-logo-custom .yp-topnavi .yp-language-link:hover {
    color: var(--textlink-text-color-hover);
}

html.yp-is-logo-custom .yp-topnavi .yp-login-link:active::before, 
html.yp-is-logo-custom .yp-topnavi .yp-contact-link:active::before, 
html.yp-is-logo-custom .yp-topnavi .yp-language-link:active::before {
    background: var(--textlink-text-color-active);
}

html.yp-is-logo-custom .yp-topnavi .yp-login-link:active, 
html.yp-is-logo-custom .yp-topnavi .yp-contact-link:active, 
html.yp-is-logo-custom .yp-topnavi .yp-language-link:active {
    color: var(--textlink-text-color-active);
}

html.yp-is-logo-custom .yp-topnavi > div:hover {
    background: rgba(var(--c-vwag-petrol-hover), .1);
    box-shadow: inset 0 -2px 0 0 rgba(var(--c-vwag-petrol-hover), 1);
}

html.yp-is-logo-custom .yp-topnavi > div:active {
    background: rgba(var(--c-vwag-petrol-active), .15);
    box-shadow: inset 0 -2px 0 0 rgba(var(--c-vwag-petrol-active), 1);
}
*/

html.yp-is-logo-custom .yp-client-tools {
    /*order: unset;*/
    /*margin-left: auto;*/
    /*margin-right: 60px;*/
}

html.yp-is-logo-custom .yp-logo {
    /* position: relative; */
    padding: 8px 0;
    box-sizing: border-box;
    /* left: 0; */
    width: 180px;
    height: 100%;
    background: none;
    mask-image: none;
    -webkit-mask-image: none;
    display: flex;
    justify-content: center;
}

html.yp-is-logo-custom .yp-logo img {
    object-fit: contain;
}

@media screen and (max-width: 800px) {
	
	html.yp-is-logo-custom .yp-logo {
    	justify-content: flex-start;
	}
	
}


/* END 250612 Logo custom */



