/*
 this is for the top menu and its standard components like
 - logo
 - menu buttons
 - impressum and datenschutz links
 */
#topbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	box-shadow: 0px 3px 6px #00000029;
	height: 80px;
	vertical-align: middle;
	z-index: 4;
}

#bottombar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	vertical-align: middle;
	text-align: center;
}

#logo, #logo img {
	height: 45px;
	width: 164px;
	display: inline-block;
	position: absolute;
}

.logo_normal {
	left: calc(50% - 82px);
}

.logo_phone_portrait {
	left: auto;
	right: 20px;
}

#logo img {
	width: auto;
}

#logo {
	margin-top: 20px;
}

#topbar .btt {
	display: inline-block;
	cursor: pointer;
	line-height: 0px;
	text-align: center;
	vertical-align: top;
}

#topbar .btt.hidden{
	display: none;
}

#topbar .btt.inactive {
	pointer-events: none;
}

#btt_menu, #btt_shop {
	width: 40px;
	height: 30px;
	margin-left: 30px;
	margin-top: 30px;
}

#btt_shop{
	opacity: .5;
}

#btt_shop.act{
	opacity: 1;
}

#btt_editor {
	width: 35px;
	height: 30px;
	margin-left: 41px;
	margin-top: 30px;
}

#topbar_links {
	position: absolute;
	top: 0px;
	right: 0px;
	/*width: 89px;*/
	margin-top: 20px;
	margin-right: 15px;
}

#bottombar .link {
	display: inline-block;
	text-align: center;
	height: 30px;
}

#bottombar #topbar_links {
	position: relative;
	top: auto;
	left: auto;
}
#bottombar #link_datenschutz{
	margin-left: 10%;
}

.link {
	text-align: left;
	font: 400 15px Verdana;
	letter-spacing: -0.29px;
/* 	color: #737373; */
	height: 20px;
	line-height: 20px;
	/*width: 89px;*/
	margin-top: 3px;
	cursor: pointer;
}
