@import url('vars/vars.css');
@import url('vars/calc.css');
@import url('fonts/open-sans.css');


body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: unset;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

input {
    border: 0;
    background: transparent;
}

.yp-screen,
.yp-screen textarea,
.yp-screen input,
.ui-dialog {
    font-family: 'Open Sans', 'Trebuchet MS', Tahoma, arial, helvetica, sans-serif;
    color: rgba(var(--c-brand-color4), 1);
    font-size: 16px;
    font-weight: 400;
}

.yp-client {
    /* iOS Safari */
    -webkit-touch-callout: none;
    /* Chrome/Safari/Opera */
    -webkit-user-select: none;
    /* Konqueror */
    -khtml-user-select: none;
    /* Firefox */
    -moz-user-select: none;
    /* Internet Explorer/Edge */
    -ms-user-select: none;
    user-select: none;
}

body.yp-client, 
html.yp-client {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #ffffff;
}

.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-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-footer {
    width: 100%;
    min-height: 34px;
    background-color: #f2f2f2;
}

.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 {
    margin: 0 auto;
    padding: 72px 0 64px 0;
    margin-left: calc(50% - 240px);
    width: 440px;
    display: flex;
    height: 100%;
    box-sizing: border-box;
}

.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 {
	width: 100%;
    font-size: 14px;
    color: #000000;
    display: inline-block;
    position: relative;
    margin: 16px 0 0 0;
    vertical-align: top;
}

.yp-core-field > .yp-field {
    display: block;
    min-height: 30px;
}

.yp-field.yp-field-labelled.yp-field-empty .yp-labelled-label {
    transition: all 0.3s ease;
    top: 3px;
    font-size: 16px;
	pointer-events: none;
}

.yp-field.yp-field-labelled.yp-field-empty.yp-field-active .yp-labelled-label, 
.yp-field.yp-field-labelled .yp-labelled-label,
.yp-field.yp-field-labelled > span.notempty .yp-labelled-label, 
.yp-field.yp-field-labelled > span.inputaktiv .yp-labelled-label {
    transition: all 0.3s ease;
    position: absolute;
    opacity: 1;
    top: -12px;
    font-size: 10px;
	color: rgba(var(--c-brand-color5), 1);
}

.yp-field-input {
    width: 100%;
    margin: 0px 0 0 0;
    display: block;
}


.yp-field-input .yp-input {
    transition: border 0.0s ease;
    background: none;
    border: 0px solid #bdc0c2;
    border-bottom: 1px solid rgba(var(--c-brand-color5), 0.5);
    padding: 3px 0px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    height: 30px;
    font-size: 16px;
    color: rgba(var(--c-brand-color4), 1);
}
.yp-field-input .yp-input[type="password"] {
    font-size: 22px;
}

.yp-field-input .yp-input:hover,
span.notempty .yp-field-input .yp-input {
	transition: border 0.5s ease;
	outline: none;
	border: 0px solid #bdc0c2;
	border-bottom: 1px solid rgba(var(--c-brand-color5), 1);
}
	
.yp-field-input .yp-input:focus {
	transition: border 0s ease;
	outline: none;
	border: 0px solid #bdc0c2;
	border-bottom: 2px solid rgba(var(--c-brand-color5), 1);
	padding-bottom: 2px;
}

.yp-field-input .yp-input-display {
    display: none;
}

.yp-button-list,
.yp-login-buttons.yp-rows {
    display: flex;
    flex-direction: column;
    margin: 24px 0 4px 0;
}

.yp-button-list button,
.yp-login-button.yp-pcta,
.yp-login-button.yp-scta {
    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: 14px 24px 13px 24px;
    margin: 0 0 4px 0;
    font-weight: 400;
    line-height: 18px;
    cursor: pointer;
	outline: none;
	min-height: 52px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.yp-button-list button:hover,
.yp-login-button.yp-pcta:hover {
    background-color: rgba(var(--c-brand-color-h20), 1);
    color: rgba(var(--c-brand-color4), 1);
}

.yp-login-button-display {
    width: 100%;
}

.yp-login-button.yp-scta {
    border: 1px solid #000000;
    padding: 13px 24px 12px 24px;
}

.yp-login-button.yp-scta {
    background: none;
    border: 2px solid rgba(var(--c-brand-color5-h40), 1);
    color: rgba(var(--c-brand-color5), 1);
}

.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,
.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 {
	line-height: 20px;
}

:-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;
}


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: 'Open Sans', 'Trebuchet MS', Tahoma, arial, helvetica, sans-serif;
    color: rgba(var(--c-brand-color4), 1);
    font-size: 16px;
    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: 84px;
    border-bottom: 1px solid #eeede8;
}


.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-client-tools::before {
    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-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;
    background-image: url(../Content/Images/yesspress/form_view.png);
    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);
}

