
/* CHIPKARTE/Website/Subnode_e-Rezept/[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: 435px) {

	#esv-header {
		height: 100px;
	}

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

	#esv-header .logo img {
		left: 7px;
		margin-top: 0;
		max-width: 153.6px;
		position: absolute;
		top: 23px;
	}

	#esv-header .accessicon {
		right: 51px;
	}

	#esv-header .accessicon,
	#esv-header .searchicon {
		position: absolute;
		top: 48px;
	}

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

	#esv-header .searchicon {
		right: 0;
	}

	#esv-header .extra {
		border: none;
		position: absolute;
		right: 100px;
	}

	#esv-header .login {
		position: absolute;
		right: 51px;
	}

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

}

@media (max-width: 360px) {

	#esv-header .logo img {
		height: 35px;
		margin-top: 7px;
	}

}


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

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