/**
 * base.css
 *
 * @author	DKone <bokonet GmbH & Co. KG>
 */
@charset "UTF-8";

* {
	outline:0 !important;
	box-sizing: border-box;
}
body {
	width:100%;
	height:100%;
	min-height:100vh;
	position:relative;
	margin:0;
	padding:0;
	background-image: url(/uploads/bg_body.jpg);
	color:#e4c123;
}

h1 {
	font-family: Verdana, sans-serif;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}
h2 {
	font-family: Verdana, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 30px;
}

h3, h4, h5, h6 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 8px;
}

.mobile-logo {
	display: block;
}

#content {
	padding: 4em 20px;
	overflow: hidden;
	overflow-y: auto;
	min-height: calc(100vh - 50px - 60px);
}

#content img {
	width: 100%;
	height: auto;
	max-width: 100%;
	margin-bottom: 10px;
}

.content {
	width: 100%;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.row.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: 0;
	margin-right: 0;
}

#footer a,
#content a {
	color: #ffc573;
}

#footer a.current,
#footer a:hover,
#content a:hover {
	color: #dd6c1a;
}

#footer {
	border-top:1px solid #ffc573;
	height: 30px;
}

.detailList img {
	max-height: 80px;
}

.detailList ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0;
}

.detailList ul li {
	margin: 10px;
}

.detailList ul,
#footer ul {
	list-style: none;
}

#footer ul {
	text-align: right;
}

#footer ul li {
	display: inline;
	margin-left: 10px;
}

#body_9 label {
	white-space: nowrap;
}

#menu-button {
	font-size: 2em;
	position: fixed;
	right: 20px;
	top: 20px;
	cursor: pointer;
	z-index: 60;
	color: #ffc573;
}

#menu-button:hover {
	color: #dd6c1a;
}

.menu.mobile,
.menu.desktop {
	border-bottom:1px solid #ffc573;
	height: 50px;
	position: relative;
	z-index: 50;
}

.menu.mobile {
	position: fixed;
	right: -100%;
	background-color: #333;
	height: 100vh;
	padding: 60px 50px 20px 20px;
	overflow: hidden;
	overflow-y: auto;
	transition: 500ms;
	width: 100%;
}

.menu.mobile.active {
	right:0;
}

.menu.desktop > ul {
	display: flex;
	justify-content: flex-end;
	margin-right: 20px !important;
}

.menu.mobile ul,
.menu.desktop ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.menu.desktop a {
	display: block;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #ffc573;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	word-spacing: 0px;
	letter-spacing: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 2px;
}

.menu.mobile a.current,
.menu.mobile a:hover,
.menu.desktop a.current,
.menu.desktop a:hover {
	text-decoration: none;
	color: #dd6c1a;
}

.menu.mobile a {
	padding-bottom: 10px;
	display: block;
	color: #ffc573;
}

.menu.mobile ul {
	text-align: right;
}

.menu.desktop > ul > li > a {
	padding-bottom: 10px;
}

.menu.desktop li {
	position: relative;
	top: 25px;
	text-align: center;
	cursor: default;
}
.menu.desktop li ul {
	display: none;
	top: 100%;
	left: 0px;
	background: #666666;
	border-right: none;
	border-top: none;
	position: absolute;
}

.menu.mobile ul li ul {
	padding-right: 20px;
}

.menu.desktop li>ul {
	top: 25px;
	left: auto;
}
.menu.desktop li li {
	display: block;
	text-align: left;
	top: 0px;
}
.menu.desktop li:hover ul {
	display: block;
}
.menu.desktop ul li li a {
	display: block;
	color: #fff;
	font-size: 10px;
}
.menu.desktop ul li li a.current,
.menu.desktop ul li li a:hover {
	color:  #ffc573;
}

#attachment_send,
#link_send,
#content a.btn-primary,
.menu.mobile a.btn-primary,
.menu.desktop a.btn-primary {
	background-color: #dd6c1a;
	color: #fff;
	border-color: #fff;
	position: relative;
	top: -10px;
	margin-left: 20px;
	padding-bottom: 6px;
}

#attachment_send,
#content a.btn-primary,
#link_send {
	margin: 0;
	top: 0;
}

.menu.mobile a.btn-primary {
	top: 0px;
	margin: 20px 0px;
}

#attachment_send,
#link_send,
#content a.btn-primary:hover,
.menu.mobile a.btn-primary.current,
.menu.mobile a.btn-primary:hover
.menu.desktop a.btn-primary.current,
.menu.desktop a.btn-primary:hover {
	color: #000;
}

.center {
	text-align: center;
}

#body_1 h2 {
	text-align: center;
}

.pagination > .active > a {
	background-color: #dd6c1a;
	border-color: #dd6c1a;
}

.pagination > .active > a:hover {
	background-color: #ffc573;
	border-color: #ffc573;
}

.slider-handle {
	background-color: #dd6c1a;
	background-image: -webkit-linear-gradient(top,#ffc573 0,#dd6c1a 100%);
	background-image: -o-linear-gradient(top,#ffc573 0,#dd6c1a 100%);
	background-image: linear-gradient(to bottom,#ffc573 0,#dd6c1a 100%);
}

.slider.slider-horizontal {
    width: 100%;
    height: 30px;
}

.p-0 {
	padding: 0;
}

.copyright {
	text-align: right;
	font-size: 12px;
	padding-bottom: 10px;
}

.mz-expand .mz-expand-bg > img {
	display: none;
}

.mz-expand .mz-expand-bg {
	background-color: #222;
}

.flex-content {
	padding: 0;
	display: flex;
	width: 100%;
	overflow: hidden;
}

.sidebar {
	min-width: 0px;
	width: 0%;

}
.sidebar img {
	width: 100%;
}

#cart .miniImage {
    max-height: 60px;
    max-width: 60px;
}

@media (min-width: 480px) {
	#content {
		padding: 2em;
	}
	#content img {
		width: auto;
		height: auto;
	}

	.content {
		width: calc(100% - 100px);
	}

	.mobile-logo {
		display: none;
	}

	.sidebar {
		min-height: 100vh;
		max-width: 180px;
		width: 100%;
		background-image: url(/uploads/balken_links01.jpg);
		background-size: 100% auto;
		padding: 0;
	}

	.sidebar-wrap {
		height: 100vh;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
	}

}

@media (min-width: 520px) {
	.menu.mobile {
		width: 320px;
	}

}

@media (min-width: 768px) {
	.row.flex {
		justify-content: flex-start;
	}
}
