
/* EU.INFO/[Layout]/portal.css */


/* ============================================ */
/* base settings                        - Start */
/* ============================================ */

:root {
	--p-bg-color: rgba(231, 199, 214, 0.95);
	--p-bg-color-02: rgba(176, 215, 255, 0.95);
	--p-bg-color-03: rgba(215, 227, 143, 0.95);
	--p-bg-color-04: rgba(245, 213, 79, 0.95);
	--p-bg-color-05: rgba(170, 202, 198, 0.95);
	--p-bg-color-06: rgba(185, 168, 196, 0.95);
}


/* ============================================ */
/* header                               - Start */
/* ============================================ */

.tools {
	top: 80px;
}

.tools .column1 {
	width: 100%;
}

.tools .column2 {
	display: none;
}

#esv-header #search,
#esv-header .searchicon {
	display: none;
}


@media (max-width: 960px) {

	.tools {
		top: 1px;
		width: auto;
	}

	.tools .column1,
	.tools .column2 {
		display: table-cell;
		float: none;
		width: auto;
	}

	.menuicon,
	.accessicon {
		width: 51px;
	}

}


/* ============================================ */
/* esvbildnavigation                    - Start */
/* ============================================ */

.li1 .imgnavitext {
	background-color: var(--p-bg-color);
}

.li2 .imgnavitext {
	background-color: var(--p-bg-color-02);
}

.li3 .imgnavitext {
	background-color: var(--p-bg-color-03);
}

.li4 .imgnavitext {
	background-color: var(--p-bg-color-04);
}

.li5 .imgnavitext {
	background-color: var(--p-bg-color-05);
}

.li6 .imgnavitext {
	background-color: var(--p-bg-color-06);
}
