@charset "ISO-8859-1";

/* ======== Header Formats ============ */

#header	{
	display: inline-block;
	text-decoration: none;
	width: calc(100% - 3rem);
	min-width: 77rem;
	height: 2.5rem;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	letter-spacing: .125rem;
	text-transform: uppercase;
	margin: 0.5rem;
	padding: 0.5rem 1rem;
	background-color: var(--bg);
	border-radius: var(--pnl-corners);
	/*border-top: 1px solid #ffffff; /* helle Lichtkante oben */
  	/*box-shadow: 0 .2rem .4rem rgba(0,0,0,0.2); /* Schatten nach unten */
}

.header_menu {
	display: inline-block;
	width: 100%;
}

.header_logo img {
	height: 2.5rem;;
}

.header_right {
	float: right;
	height: 100%; 
}

.menuPoint {
 	height: 1.75rem;
 	padding: .75rem 2rem 0 2rem;
 	float: left;
 	line-height: 1;
 }
.menuPoint a {
	color: var(--text);
}
.menuPoint a:hover {
	color: var(--text-strong);
}

.menuIcon {
	float: left;
	width: 2.8rem;
	height: 2.1rem;
	padding: .87rem 0 0 0;
	margin: 0 .5rem;
	background-size: contain; 
	background-repeat: no-repeat; 
	background-position: center;
	cursor: pointer;
	text-align: center;
}
.menuIcon a {
	color: var(--text);
}
.menuIcon a:hover {
	color: var(--text-strong);
}
#menuWarenk {
	background-image: url(../imgSys/shoppingBag.png);
}
#menuWarenk:hover {
	background-image: url(../imgSys/shoppingBagHover.png);
}
#menuWarenkAct {
	background-image: url(../imgSys/shoppingBagAct.png);
}
#menuWarenkAct:hover {
	background-image: url(../imgSys/shoppingBagActHover.png);
}
#menuFav {
	background-image: url(../imgSys/favorite.png);
}
#menuFav:hover {
	background-image: url(../imgSys/favoriteHover.png);
}
#menuFavAct {
	background-image: url(../imgSys/favoriteAct.png);
}
#menuFavAct:hover {
	background-image: url(../imgSys/favoriteActHover.png);
}
#menuLogin {
	background-image: url(../imgSys/account.png);
}
#menuLogin:hover {
	background-image: url(../imgSys/accountHover.png);
}
#loginOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: var(--bg);
	z-index: 10;
}
#loginBox {
	display: none;
	position: relative;
	width: 36rem;
	margin: auto;
	margin-top: 15rem;
	height: 24rem;
	padding: calc( 2 * var(--pnl-margin) );
	z-index: 11;
	border-radius: var(--pnl-corners);
	border-top: 1px solid #ffffff; /* helle Lichtkante oben */
  	box-shadow: 0 .2rem .4rem rgba(0,0,0,0.2); /* Schatten nach unten */
  	background-color: var(--bg-light);
  	text-transform: none;
  	letter-spacing: 0;
  	font-family: Nunito Sans;
}
#loginBox .formField {
	min-height: max(4vmin, 24px);
}
#loginBox a {
	padding-top: .5rem;
}
#loginField {
	padding-bottom: max(2vmin , 12px);
	border-right: 1px solid #ccc;
	width: calc(18rem - 2 * var(--pnl-margin));
	padding-right: var(--pnl-margin);
	float: left;
}
#loginBox h2, #loginBox h3 {
	margin-bottom: 2rem;
}
#newUserField {
	width: calc(18rem - var(--pnl-margin));
	padding-left: var(--pnl-margin);
	float: right;
}

#userInis {
	border-radius: 1.125rem;
	width: 2.25rem;
	height: 1.85rem;
	margin-top: -.625rem;
	padding-top: .4rem;
	background-color: #EC8000;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
}

#userInfo {
	display: none;
	position: absolute;
	right: 0;
	top: max(6vmin, 36px);
	min-width: max(20vmin , 120px);
	background-color: #fff;
	color: #555;
	padding: max(1vmin , 6px);
	border: 1px solid #ccc;
	text-transform: none;
	letter-spacing: 0;
	z-index: 2;
}
#userInfo a {
	padding-left: 0;
}



/* ======== Footer Formats ============ */ 

#footer, #footer_admin {
	font-family: 'Open Sans', ColaborateLight, Arial, Helvetica, sans-serif;
	letter-spacing: max(0.2vmin , 1.2px);
	text-transform: uppercase;
	color: #666;
	width: 100%;
	min-width: 1200px;
	height: 4.5rem;
	background-color: #333;
	float: left;
}

.footer_left {
	float: left;
	padding: max(2.5vmin , 15px) 0 0 max(5vmin , 30px); 
}
.footer_left a {
	color: #999;
}
.footer_left a:hover {
	color: #FFFFFF;
}

#insta {
	position: fixed;
	bottom: .5rem;
	right: 2rem;
	width: 3rem;
	height: 3rem;
	overflow: hidden;
	cursor: pointer;
	z-index: 3;
}

#insta img {
    width: 3rem;
    height: 3rem;
}