/*
** OVERRIDE html5 TXT theme
*/
body {
	padding-top: 0;
}
#main {
	margin-top: 60px;
	padding: 0;
	border-top-width: 15px;
	border-bottom-width: 5px;
}

#titleBar .toggleShow {
	left: 275px;
}

#navPanel.toggleShow {
	transform: none;
}

#navPanel a {
	color: rgba(255, 255, 255, 0.5);
}
#navPanel li.current a {
	color: #fff;
}

#navPanel ul {
	padding: 0;
}
#navPanel li {
	list-style-type: none; /* Remove bullets */
	padding: 0; /* Remove padding */
	margin: 0; /* Remove margins */
	border-top: 1px solid #888;
}
#navPanel li:first-child {
	border: none;
}

h1 a {
	color: #91ad7b;
}

.button {
	margin-top: 2px;
}

#main {
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer {
	padding: 4em 0 4em 0;
}


		@media screen and (min-width: 1280px) {

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

		}

.container a {
	cursor: pointer;
}

.container b {
	color: inherit;
}

/*
** ADDITIONAL CLASSES
*/


.breakword {
	word-break: break-all;
}
.nobreakword {
	word-break: keep-all ;
	white-space: nowrap;
} 

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 8px 5px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.text-left {
  text-align: left;
} 

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #007aff;
}

a.text-primary:focus {
  color: #0062cc;
}

.text-success {
  color: #3c763d;
}

a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #007aff;
}

a.bg-primary:focus {
  background-color: #0062cc;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:focus {
  background-color: #e4b9b9;
}  

.clear-all {
	clear:both;
}

.bigger {
	font-size: 130%;
}

.verysmall {
  font-size: 50%;
}

.text-small, .small {
  font-size: 75%;
}

.text-normal {
	font-weight: normal;
}

.text-bold {
	font-weight:  bold;
}

.text-italic {
	font-style: italic;
}

.text-underline {
	text-decoration: underline;
}

.lineheight-normal {
	line-height: normal;
}

.inlineblock {
	display: inline-block;
} 

.strikethrough {
	text-decoration:line-through;
} 
.no-bgcolor {
	background-color: inherit !important;
}
.break-word {
	word-wrap: break-word;
}
.no-break-word {
	word-wrap: keep-all;
	white-space: nowrap;
}

.collapse-text-toggle {
    font-size: 0.9em;
	color: #007aff;
    cursor: pointer;
}
.collapse-text-toggle:hover {
    color: #222222;
}
.collapse-text-toggle:before {
    content: '\00a0(';
}
.collapse-text-toggle:after {
    content: ')';
} 

.brutto, .brutto0 {
	font-style: italic;
}
.brutto::after {
	font-size: 65%;
	content: " inkl.";
}
.brutto0::after {
	font-size: 65%;
	content: " netto";
}

/*
** ADDITIONAL NON STANDARD COMPONENTS
*/

.ag {
	padding: 15px 15px 15px 15px; 
	border: 3px solid #e0e0e0; 
	min-height: 150px;
}

.ag.active {
	border-color: #b1ddab;
	border-width: 6px;
}

.apicture {
	float: left;
	padding: 10px;
	width:350px; 
	height:350px;
}

.attachments .apicture {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.alistpicture {
	padding: 10px;
	width: 100%;
	height:150px;
	text-align: center;
}

.alistpicture img, .apicture img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 5px;
}
.alistpicture.small {
	height: 110px;
}
.alistpicture.small img, .alistpicture.small i  {
	font-size: 90px;
}
.apicture-download {
	width: 80%;
	height: 70%;
	border-radius: 5px;
	text-align: center;
	margin: auto;
}
.apicture-download .fa, .apicture-download .far  {
	margin-top: 20px;
	font-size: 120px;
}

.acontent {
	clear: left;
	padding: 5px;
}
 
.floatleft {
	float: left;
}
 
.floatright {
	float: right;
}

.infoblock {
	float: right;
	width: 350px;
}
.infodata {
	background-color: #ffffee;
	border: 3px solid #e0e0e0;
	border-radius: 7px;
	padding: 5px;
}
.buycart {
	background-color: #eeffee;
	border: 3px solid #40e040;
	border-radius: 7px;
	padding: 5px;
	margin-bottom: 5px;
}
@media screen and (max-width: 980px) { 
.infoblock {
	float: none;
	width: 100%;
}
.apicture {
	float: none;
	max-width:100%; 
	max-height:100%;
	width: 100%;
	text-align: center;
}
}
.infoblock span.price {
	float: right;
	font-weight: bold;
}
.articlefeaturefilter span.name {
	/*float: left;*/
	/*font-weight: bold;*/
}
.articlefeaturefilter span.groupname {
	display: none;
}

.pricediscount {
	color: #91ad7b;
}
.pricesum {
	font-size: 125%;
	font-weight: bold;
}

.pointer {
	cursor: pointer; 
}

.thinborder {
	border: 2px solid #e0e0e0;
	border-radius: 5px;
}

/*
** @link https://stackoverflow.com/questions/38320878/circle-button-css
** <div class="round-button"><div class="round-button-circle"><a href="http://example.com" class="round-button">Button!!</a></div></div>
*/
.round-button {
    border-radius: 50%;
}

div.description p {
	margin-bottom: 8px;
}

.articletile > div.articlelist {
	border: 1px solid #c0c0c0;
	/* border: 1px solid #81dd88; */
	border-radius: 5px;
	margin: 2px;
	padding: 2px;
	height: 229px;
	max-height: 229px;
	width: 229px;
	max-width: 229px;
	overflow: hidden;
}

i.articletile {
	font-size: 110px;
	color: #c0c0c0;
}

div.articlelist > div, .bifr_shorttext {
	line-height: normal;
}

.article__provider_articlenr {
	color: #000000;
	font-weight: 100;
}

div.customerinfo {
	background-color: #ffffee;
	border: 3px solid #e0e0e0;
	border-radius: 7px;
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 10px;
}

div.articletile div.articlelist {
	position: relative;
	height: 250px;
}

img.articletile {
	height: 220px;
	/* border: 1px solid #81dd88; */
}

.articlegroupTreeDetail {
	margin-top: 4px;
}
.articlegroupTreeDetail h3 {
	padding: 0;
	margin-bottom: 0;
}
.articlegroupTreeElement, h2.articlegroup {
	border-radius: 3px;
	padding: 3px 6px 3px 6px;
}
.articlegroupTreeInclude {
	margin-left: 3px;
	padding-top: 5px;
	padding-left: 14px;
	border-left: 2px solid #808080;
}
.articlegroupTreeDetail a {
	cursor: pointer;
	text-decoration: none;
}
.articlegroupTreeDetail a:hover {
	cursor: pointer;
	text-decoration: underline;
}
nav .articlegroupTreeDetail {
	line-height: 170%;
}

.articletile .price {
	display: block;
	position: absolute;
    top: 17px;
    right: 0px;
    background-color: rgba( 0,0,0, 0.65 );
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0px solid #202050;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	text-align: right;
}

.articletile .price.incart {
    background-color: rgba( 0, 170,0, 0.65 );
}

.articlecontent .incart {
	background-color: rgba( 0, 170,0, 0.65 );
	border-radius: 4px;
	color: white;
	padding: 2px 5px;
}

.articlelrel-list h3 {
	border-top: solid 5px #b1ddab;
	background: #eeffee;
	margin: 0;
	padding: 3px;
}

.articlelrel-list > .articlelrel {
	border-top: 2px solid #c0c0c0;
	margin-bottom: 5px;
}
.articlelrel .apicture {
	width: auto;
}
.articlelrel span.price {
	font-weight: bold;
	float: right;
	clear: right;
}
.articlelrel-alternative {
	display: inline-block;
	border: 1px solid #c1edbb;
	border-radius: 2px;
	font-weight: bold;
	color: #fff;
	background-color: #b1ddab;
	margin: 2px 3px;
	padding: 0 2px;
	line-height: 1.5;
	font-size: 80%;
}

.bruttoNettoButtons .active {
	font-weight: bold;
	text-decoration: none;
}

.pagination-link {
	text-decoration: none;
}
.pagination-page {
}
.pagination-separator:before {
	content: '|';
	color: #c0c0c0;
}

.active-border {
	border: 1px solid #006376;
	border-radius: 3px;
	padding-left: 3px;
	padding-right: 3px;
}