@CHARSET "UTF-8";

@font-face {
	font-family: "Frutiger W01";
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/087d8a95-3f25-4bae-a1d1-db9ddffd72f5.woff2");
}

@font-face {
	font-family: "Frutiger W01";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/0811514e-6660-4043-92c1-23d0b8caaa2f.woff2");
}

@font-face {
	font-family: "Frutiger W01";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/8c92eb68-ce37-4962-a9f4-5b47d336bd1c.woff2");
}

@font-face {
	font-family: "Frutiger W01";
	font-style: normal;
	font-weight: bold;
	src: url("../fonts/6d87ec2c-6ff9-4959-ae4b-ee78bf6766d9.woff2");
}

/*Header*/
#header ._logo,
.responsive_medium .logo_small {
	background-image: url(../elements/logo.png);
	width: 163px;
    height: 97px;
}

.responsive_medium .logo_small {
	background-image: url(../elements/logo.png);
	width: 90px;
    height: 67px;
}

.responsive_medium #header .menu_btn_small, .responsive_medium #header .btn_small_close,
.responsive_medium #header .menu_btn_small:hover, .responsive_medium #header .btn_small_close:hover {
	color: var(--global-primary-color);
}

.responsive_medium #menu_small ul li.active a, .responsive_medium #menu_small ul li:hover a {
	color: #000;
}

#header .list .box_current_user_name_list_menu_item, ._location_link {
	height: 100%;
}

.header_desktop_link_wrapper .material-icons-outlined {
	color: #000;
}

/*Register*/
#progressbar_wrapper {
	margin-top: 2px;
}
/*Contract*/
#details table tr:not(.hidden) td {
	width: inherit;
	margin-bottom: 0;
}

/* Start */
.slider_list_header:before {
	color: var(--global-secondary-color);
}

/*Footer*/
.footer a {
	text-decoration: underline;
}

.footer b {
	font-size: 1rem;
}

/*Übersicht*/
ul.ebp_overview li a.access,
ul.ebp_overview li:hover a.access {
	color: #000;
}

/* Buttons */
[data-v-app] .q-btn.text-secondary.siv-button .block,
[data-v-app] .q-btn.text-white.siv-button {
	color: var(--q-primary) !important;
}

[data-v-app] .q-date .bg-primary {
	background: var(--q-secondary) !important;
}

[data-v-app] .q-btn.text-secondary .q-icon {
	color: var(--q-primary) !important;
}