/***********************************/
/********** Shared Styles **********/
/***********************************/

/********** Fonts **********/
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	src: url('/lib/font/Ubuntu-Bold.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	src: url('/lib/font/Ubuntu.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Russo One';
	font-style: normal;
	font-weight: 400;
	src: url('/lib/font/RussoOne-Regular.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans Condensed';
	font-style: normal;
	font-weight: 700;
	src: url('/lib/font/OpenSans-CondensedBold.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans Condensed';
	font-style: normal;
	font-weight: 300;
	src: url('/lib/font/OpenSans-CondensedLight.woff') format('woff');
	font-display: swap;
}

html {
	overflow-y: scroll;
}

img {
	border: 0 none;
	vertical-align: middle;
}

a:focus {
	outline: none;
}

.red {
	color: #992f17 !important;
}

.blue {
	color: #19278a;
}

.bold {
	font-weight: bold !important;
}

.undl {
	text-decoration: underline !important;
}

.wauto {
	width: auto !important;
}

a, h1, h2, h3, h4 {
	color: #444;
}

.btn, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .btn-sm, .btn-group-sm > .btn {
	border-radius: 1px;
}

/********** Header **********/
#header {
	margin: 10px auto 0 auto;
	position: relative;
}

#header .btn-group .btn {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#header .logo {
	display: inline-block;
	margin-left: 15px;
}

#header .logo span {
	font-family: Verdana;
	text-shadow:
		1px 1px white,
		1px -1px white,
		-1px 1px white,
		-1px -1px white,
		2px 2px white,
		2px -2px white,
		-2px 2px white,
		-2px -2px white;
	font-size: 50px;
	font-style: italic;
	font-weight: bold;
}

#header .logo > a:hover,
#header .logo > a:focus,
#header .logo > a:active {
	text-decoration: none;
}

#header .scart {
	bottom: -1px;
	display: inline-block;
	position: absolute;
	right: 15px;
	text-align: right;
}

#header .cart .glyphicon {
	margin-right: 5px;
}


/********** Navigation **********/
/* in menu.css */

/********** Info row **********/
#infobar-container {
	background-color: #ffffff;
	border-left: 1px solid #9c9c9c;
	border-right: 1px solid #9c9c9c;
	padding-bottom: 10px;
	padding-top: 10px;
}

#about {
	background-image: url("/about.png");
	background-position: 5px 2px;
	background-repeat: no-repeat;
	height: 35px;
	padding-left: 30px;
	padding-top: 10px;
}

#about a {
	color: #ffffff;
}

#lovl {
	display: none;
	overflow: visibile;
	position: relative;
	z-index: 950;
}

#lovl > a > img {
	position: absolute;
}

#payments {
	padding-top: 10px;
}

#payments a {
	text-decoration: none;
}

#payments img {
	margin-right: 5px;
}

.pgsearch {
	margin: 4px 0;
	padding: 0 2px;
}

/********** Content Wrapper **********/
#outer {
	background-color: #ffffff;
	border: 1px solid #9c9c9c;
	border-top: 0 none;
	padding: 0 0 15px;
}

main {
	padding: 0 2px;
}

#div_above img {
	max-width: 100%;
}

/********** Sidebar **********/
#sidebar {
	padding: 0 2px;
	position: relative;
}

#language {
	margin-bottom: 20px;
	text-align: right;
}

#language .active {
	box-shadow: 0 0 4px 1px rgba(82, 168, 236, 0.8);
}

#contact {
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin-bottom: 20px;
	width: 100%;
}

#loginform,
.orderform {
	margin-bottom: 20px;
}

#loginform div,
.orderform div {
	margin-bottom: 5px;
}

#loginform > span {
	margin-right: 5px;
}

#infos img {
	margin-bottom: 20px;
	max-width: 100%;
}

.btn-rect {
	border-radius: 0;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

/********** Footer **********/
footer {
	color: black;
	font-size: 8pt;
	margin-top: 5px;
	text-align: center;
	width: 100%;
}

footer .lap {
	color: #19278a;
}

footer .store {
	color: #992f17;
}

/********** Versandkosten und Liefertermine **********/
.lterm {
	border-collapse: separate;
	border-radius: 1px;
	border-spacing: 0;
	font-size: smaller;
	width: 100%;
}

.lterm tr td:first-child {
	border-left: 1px solid #d0d0d0;
}

.lterm tr:first-child td {
	border-top: 1px solid #d0d0d0;
}

tr.ltermh,
.ltermx {
	text-align: center;
}

tr.ltermh td {
	background-color: #e6e6e6;
}

tr.ltermr td,
#ltvis td {
	background-color: #ffffff;
}

.ltermh0 {
	text-align: left;
}

tr.ltermh td,
.ltermc,
.ltermx,
.ltermd,
.ltermdc {
	border-bottom: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	padding: 5px;
	text-align: left;
}

.ltermd,
.ltermdc {
	white-space: nowrap;
}

.ltermdc,
.ltermx {
	text-align: center;
}

#lttgl {
	font-size: smaller;
	font-weight: bold;
}

/********** StoreDeals ***********/
.storedeals {
  border-collapse: separate;
  border-radius: 1px;
  border-spacing: 0;
  width: 100%;
}

.storedeals > thead > tr {
  background-color: #e6e6e6;
}

.storedeals > tbody > tr > td.sub_heading {
	background-color: #f7f7f7;
	font-size: small;
	padding-top: 2px;
	padding-bottom: 2px;
}

.storedeals > thead > tr > th:first-child,
.storedeals > tbody > tr > td:first-child {
  border-left: 1px solid #d0d0d0;
}

label.storedeal_expander {
	display: block;
	text-align: center;
	cursor:pointer;
}

.storedeals > thead > tr:first-child > th {
  border-top: 1px solid #d0d0d0;
  white-space: nowrap;
}

.storedeals > thead > tr > th,
.storedeals > tbody > tr > td {
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  padding: 5px;
}

.storedeals > tbody > tr > td:nth-child(1),
.storedeals > tbody > tr > td:nth-child(3),
.storedeals > tbody > tr > td:nth-child(4) {
  white-space: nowrap;
  width:1%;
}


/********** Warenkorb **********/
.basketitem_avail_err {
	color: #992f17;
}

.basketitem_avail_insta {
	color: #008000;
	font-weight: bold;
}

.basketitem_avail_quick {
	color: #e4a100;
}

.basketitem_avail_slow {
	color: #e48200;
}

.basketitem_avail {
	color: #909090;
}

.basketitem_exclude_vat {
	font-style: italic;
	float: right;
}

/********** Bestellseiten **********/
.steps {
	display: inline-block;
	font-size: x-small;
	margin-right: 10px;
	text-align: center;
}

.stepsimg {
	height: 63px;
	width: 63px;
}

sup span.glyphicon {
	font-size: xx-small;
}

.radio p {
	margin-left: 20px;
}
.radio .bg-primary,
.radio .bg-success,
.radio .bg-info,
.radio .bg-warning,
.radio .bg-danger {
	font-size: small;
	font-weight: normal;
	margin-top: 0;
	padding: 5px;
	text-align: left;
}

div .bg-primary,
div .bg-success,
div .bg-info,
div .bg-warning,
div .bg-danger {
	border-radius: 5px;
	padding: 5px;
}

#accountform td {
	border-top-style: dashed;
}

/************ Zoombox *************/
#zoompic {
  position: absolute;
	left: 100%;
	top: 0;
	display: none;
  z-index: 10;
  border: solid 1px black;
}

img:hover + #zoompic:not(.loading){
	display: block;
}

#zoompicimg{
  visibility: hidden;
  position: absolute;
}

/************ Overlays ************/
.overlays {
	position: relative;
	width: 100%;
}
.bigpic {
	position: relative;
}

.flag {
	filter:Alpha(opacity=75);
	left: 45px;
	opacity: .75;
	position: absolute;
	text-align: right;
	top: 36px;
	width: 64px;
	z-index: 99;
}
div.col-md-3 > div.thumbnail > a > div.flag {
	left: 75px;
	top: 50px;
}
div.col-md-4 > div.thumbnail > a > div.flag {
	left: 111px;
	top: 50px;
}
div.col-md-6 > div.thumbnail > a > div.flag {
	left: 183px;
	top: 50px;
}

div.aktion {
	position: absolute;
	margin: 0;
	z-index: 200;
	width: 100%;
	padding: 0 5px 0 15px;
	margin-left: -15px;
	top: 100px;
	text-align: center;
}
div.col-md-3 > div.thumbnail > a > div.aktion,
div.col-md-4 > div.thumbnail > a > div.aktion,
div.col-md-6 > div.thumbnail > a > div.aktion {
	padding: 0 21px 0 20px;
	margin-left: -20px;
	top: 120px;
}
span.aktion {
	border: 2px solid black;
	font-size: 10px;
	font-weight: bold;
	width: 100%;
	margin: 0;
	padding: 0 2px;
	text-align: center;
	display: block;
	filter:Alpha(opacity=75);
	opacity: .75;
}
div.tags .bg-primary,
div.tags .bg-success,
div.tags .bg-info,
div.tags .bg-warning,
div.tags .bg-danger {
	border-radius: 5px;
	padding: 0 2px;
}
.flagbig {
	filter:Alpha(opacity=75);
	left: 5px;
	opacity: .75;
	position: absolute;
	text-align: right;
	top: 5px;
	width: 64px;
	z-index: 99;
}

.ui-slider-handle {
	-ms-touch-action: none;
	touch-action: none;
}

#toggles {
	/* margin: 4px 2px 0 0; */
	padding-right: 17px;
}

/********** Media Overrides **********/
@media only screen and (max-width: 800px) {
  #zoompic {
		display: none;
  }
}

/* @media (max-width: 459px) { */
@media (max-width: 503px) {
	#pgsearch,
	#toggles {
		width: 100%;
		margin-bottom: 10px;
	}
	#toggles > button {
		margin-left: 10px;
		font-size: 18px;
	}
	#language > a,
	#language > img {
		margin-left: 10px;
	}
}

@media (max-width: 469px) {
	#header .scart {
		display: block;
		margin-right: 15px;
		position: static;
	}
}

@media (max-width: 420px) {
	.col-xxs-12 {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#header .btn-group {
		margin-top: 0;
	}

	.nav-tabs > li {
		float: none;
	}

	.nav-tabs > li > a,
	.nav-tabs > li > a:hover,
	.nav-tabs > li > a:focus {
		margin-right: 0;
		border-radius: 0;
		border: 1px solid #dddddd;
	}

	.nav-tabs > li:first-child > a {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}

	.nav-tabs > li.active > a,
	.nav-tabs > li.active > a:hover,
	.nav-tabs > li.active > a:focus {
		border-bottom-color: #dddddd;
	}
}

@media (max-width: 991px) {
	.shrink-pull-left {
		float: left !important;
	}

	.shrink-pull-right {
		float: right !important;
	}
}

@media (min-width: 992px) {
	.pgsearch {
		padding-left: 0;
		padding-right: 15px;
	}

	main {
		padding-left: 0;
		padding-right: 15px;
	}

	#sidebar {
		padding-left: 15px;
		padding-right: 0;
	}
}

@page {
	size: A4;
	margin: 0;
}
@media print and (orientation: portrait) {
	html, body, .container {
		width: 210mm;
		height: 297mm;
	}
}

@media print and (orientation: landscape) {
	html, body, .container {
		height: 210mm;
		width: 297mm;
	}
}

@media print {
	#outer {
		border: 0 none;
	}

	#outer > div.row > div.col-md-9 {
		width: 100%;
	}
}

/********** Bootstrap Overrides **********/
hr {
	margin: 10px 0;
	border: 0;
	border-top: 1px solid #eeeeee;
	box-sizing: content-box;
	height: 0;
}

.glyphicon {
	top: 0;
}

p.bg-primary,
p.bg-success,
p.bg-info,
p.bg-warning,
p.bg-danger {
	border-radius: 5px;
	font-weight: bold;
	margin-top: 10px;
	padding: 15px;
	text-align: center;
}

.form-inline .form-control {
	display: inline-block;
	vertical-align: middle;
}

.navbar {
	min-height: 0;
}

li.nonsep > a {
	/* font-family: 'Open Sans Condensed'; */
}

.navbar-brand {
	height: auto;
	padding: 8px 10px;
}

.navbar-brand img {
	display: inline;
}

.navbar .container-fluid {
	background-image: url('/menu-bg.png');
}

.navbar-inverse .navbar-toggle {
	padding: 6px 6px;
}

.navbar .caret {
	display: none;
}

.navbar span {
	font-size: larger;
	text-shadow: 1px 1px white, 1px -1px white, -1px 1px white, -1px -1px white;
}

.navbar-inverse .navbar-nav > li > a {
	color: white;
}

.nav > li.separator {
	padding: 5px 0;
}
.nav > li.separator > div {
	border-right: 2px solid rgba(255, 255, 255, .8);
	padding: 5px 0;
	width: 2px;
}
.nav > li.separator:last-child {
	display: none;
}

.nav > li > a {
	font-weight: bold;
}

.navbar-inverse .navbar-nav .open > a,
.navbar-inverse .navbar-nav .open > a:hover,
.navbar-inverse .navbar-nav .open > a:focus {
	background-color: rgba(255, 255, 255, .5);
}

.navbar-inverse .navbar-nav .open .dropdown-menu li.disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu li.disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu li.disabled > a:focus {
	color: #999;
	background-color: transparent;
	/* display: none; */
}

.navbar-collapse {
	padding: 0;
}

.navbar-collapse.in, .navbar-collapse.collapsing {
	background-color: rgb(76, 80, 81);
}

.navbar-preview img {
	max-width: 100%;
}

.dropdown, .nav > li {
	position: static;
}

.dropdown-menu {
	left: 10px;
	width: 90%;
}

.dropdown-menu.columns-2 {
	min-width: 400px;
	width: 90%;
}

.dropdown-menu.columns-3 {
	min-width: 600px;
	width: 90%;
}

.dropdown-menu li.dropdown-header {
	padding: 0;
}

.dropdown-menu li.dropdown-header > a {
	padding: 15px 5px;
}

.dropdown-menu .dropdown-header h4 {
	color: #992f17;
	font-size: 160%;
	font-weight: bold;
}

.dropdown-menu .dropdown-header > h4 {
	padding: 15px 5px;
}

.dropdown-menu li a {
	font-weight: bold;
	padding: 5px 15px;
}

.multi-column-dropdown {
	list-style: none;
	padding: 0 10px;
}

.multi-column-dropdown li a {
	clear: both;
	color: #19278a;
	display: block;
	line-height: 1.428571429;
	padding: 5px;
	white-space: normal;
}

.multi-column-dropdown li a:hover {
	background-color: #f5f5f5;
	color: #19278a;
	text-decoration: none;
}

.breadcrumb {
	border: none;
	background-color: transparent;
	padding: 4px 15px;
	margin-bottom: 20px;
	list-style: none;
	margin-top: 0px;
}

.breadcrumb > li {
	display: inline-block;
}

.breadcrumb > li + li:before {
	content: ">\00a0";
	padding: 0 5px;
	color: #cccccc;
}

input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: medium none;
}

.carousel-inner img {
	margin: 0 auto;
	/* max-height: 400px; */
}
.carousel-indicators li {
	background-color: rgba(192, 192, 192, .6);
}
.carousel-caption h4 {
	background-color: rgba(192, 192, 192, .6);
	border-radius: 5px;
	padding: 4px;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}

.carousel .carousel-control {
	bottom: auto;
	left: -10px;
	top: 30%;
	width: auto;
}
.carousel .carousel-control.right {
	left: auto;
	right: -10px;
}
.carousel .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 0;
}
.carousel .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 0;
}

.carousel .thumbnail {
	min-height: 20.5em;
}

@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}

	.navbar-nav .open .dropdown-menu {
		background-color: #ffffff;
	}

	  .navbar-nav .open .dropdown-menu > li > a
	, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px;
	}

	.table-responsive {
		border: 0 none;
		padding-left: 0;
		padding-right: 0;
		overflow-x: auto;
	}

	.carousel-caption {
		bottom: 0;
	}

	.carousel-caption h4 {
		font-size: 14px;
	}

	.carousel-indicators {
		bottom: 0;
		margin-bottom: 0;
	}

	ol.breadcrumb {
		margin: -10px 5px 0 -10px;
		padding: 0;
		display: flex;
	}

	.breadcrumb > li {
		display: none;
		white-space: nowrap;
		min-width: 0;
	}

	.breadcrumb > li:last-child{
		display: flex;
		flex: 1 1 auto;
	}

	.breadcrumb > li:first-child{
		display: inline-block;
		flex: 0 0 auto;
	}

	.breadcrumb > li:first-child > a > span{
		min-width: 48px;
	}

	.breadcrumb > li:first-child > a > span::before{
		font-size: large;
		margin-left: 25px;
	}

	.breadcrumb > li > a {
		display: flex;
		min-width: 0;
	}

	.breadcrumb > li + li:before {
		padding: 0 4px 0 6px;
		margin-top: 13px
	}

	.breadcrumb > li > a > span{
		display: block;
		line-height: 48px;
		white-space: nowrap;
		width: 100%;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}

@media (max-width: 767px) {
	.navbar .btn {
		font-size: larger;
		text-align: left;
	}

	.nav > li.separator {
		display: none;
	}

	#language,
	#loginform,
	#contact,
	#infos {
		display: none;
	}
}

@media (min-width: 768px) {
	.nav > li.nonsep {
		min-width: 45px;
	}

	.nav > li > a {
		font-size: 13px;
		padding: 8px 2px;
	}

	#language,
	#loginform,
	#contact,
	#infos{
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#loginform,
	#contact {
		display: inline-block !important;
	}
	#loginform,
	#contact {
		width: 45%;
	}
	#loginform {
		margin-right: 9%;
	}
	#loginform > form > div:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.nav > li.nonsep {
		min-width: 85px;
	}

	.nav > li > a {
		font-size: 15px;
		padding: 10px;
	}
}

@media (min-width: 1200px) {
	.nav > li.nonsep {
		min-width: 120px;
	}

	.nav > li > a {
		font-size: 15px;
		padding: 10px;
	}
}

/*
@media (max-width: 767px) {
	#header .logo:after {
		content: "xs";
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#header .logo:after {
		content: "sm";
	}
}
@media (min-width: 992px) {
	#header .logo:after {
		content: "md";
	}
}
@media (min-width: 1200px) {
	#header .logo:after {
		content: "lg";
	}
}
*/

