
/* CHIPKARTE/Website/Subnode_e-Berechtigung/[Layout]/portal.css */


/* ============================================ */
/* header                               - Start */
/* ============================================ */

#esv-header {
	height: 170px;
}

#esv-header .logo {
	top: 6px;
}

#esv-header .logo img {
	height: 100px;
}


@media (max-width: 960px) {

	#esv-header {
		height: 51px;
	}

	#esv-header .logo {
		top: 1px;
	}

	#esv-header .logo img {
		height: 48px;
	}

}

@media (max-width: 490px) {

	#esv-header {
		height: 101px;
	}

	#esv-header.searching {
		height: 150px;
		transition: height 0.2s;
	}

	.tools {
		top: 50px;
	}

}

@media (max-width: 405px) {

	#esv-header .logo img {
		margin-top: 0;
		max-width: none;
	}

}

@media (max-width: 340px) {

	#esv-header .logo img {
		top: unset;
	}

	#esv-header .accessicon,
	#esv-header .searchicon,
	#esv-header .extra,
	#esv-header .login {
		position: static;
	}

	.tools .column2 {
		background: var(--g-headertools-bg-color);
	}

	#esv-header #search {
		top: 50px;
	}

}


/* ============================================ */
/* footer                               - Start */
/* ============================================ */

.footerlogo img {
	height: 44px;
	width: auto;
}
