
/** Black border:
:root {
	--aycan-search-border: 1px #000000 solid;
}
 */

/** Design by ds:
:root {
	--aycan-search-border: none;
	--aycan-search-background: rgba(0, 0, 0, var(--aycan-opac-5));
}
 */

/** Hello Kitty
:root {
	--aycan-search-border: 1px #993399 solid;
	--aycan-search-background: rgba(255, 102, 204, 0.3);

	--aycan-20: rgba(255, 102, 204, var(--aycan-opac-20));
	--aycan-40: rgba(255, 102, 204, var(--aycan-opac-40));
	--aycan-60: rgba(255, 102, 204, var(--aycan-opac-60));
	--aycan-full-20: rgb(255, 102, 204);
	--aycan-color: rgb(255, 102, 204);
}
.studySearchDate {
	background-image: url(../img/ayc_web_cal_kitty.svg) !important;
}
.studySearchSelectList {
	background-image:url(../img/ayc_web_popup_kitty.svg) !important;
}
.sStatusFilter {
	content:url(../img/ayc_web_switch_kitty.svg) !important;
}
.ui-widget-header {
	background-color: var(--aycan-color);
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color: rgb(255, 102, 204);
}
table.tablesorter {
	background-color: var(--aycan-20) !important;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: var(--aycan-60);
}

body {
	background-color: var(--aycan-20) !important;
}
*/
 
/** Poison style
:root {
	--aycan-search-border: 1px #cc3399 solid;
	--aycan-search-background: rgba(0, 255, 0, 1);
}
 */


/* .header-logo {
    content: url(https://www.radiologie-wuerzburg.de/wp/wp-content/themes/rel_site/include/dist/assets/css/../img/logo-klein.svg);
    display: inline-block;
}

.header-link {
	content: "https://www.aycan.de";
} */