﻿@font-face{
	font-family:"EuclidCircularB-Light"; 
	src:url("../fonts/EuclidCircularB-Light.otf?#iefix");
}
@font-face{
	font-family:"OpenSans-Regular"; 
	src:url("../fonts/OpenSans/OpenSans-Regular.otf?#iefix");
}
@font-face{
	font-family:'pflegesymbole'; 
	src:url('../fonts/pflegesymbole/pflegesymbole.woff') format('woff'),
		url('../fonts/pflegesymbole/pflegesymbole.otf') format('opentype');
}
	
    
::-ms-clear {
  display: none;
}	
	
html, body {
	margin: 0px !important;
	height: 100%;
	}

body {
    font-family: OpenSans-Regular;
    font-weight: 400;
    color: #383e44;
    background: #fff;
}

a { 
	color: inherit; 
} 

a:hover { 
	color: inherit; 
} 

.lang_select{
	padding: 5px;
    font-size: 14px;
    text-transform: uppercase;
	color: #666;
}





.grey {
	color: #999;
}

.herz{
	color: #8B111E;
}

.herzButton{
	color: #8B111E;
	position: absolute;
	left: 25px;
	top: 11px;
}

.noaction{
    pointer-events: none;
    cursor: not-allowed;
}

.mailchimp{
	background-color: white;
	z-index:100;
	min-width:300px;
	min-height: 90%;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.arrow-up {
    background-image: url('../images/arrow_up.png');
    background-repeat: no-repeat;
    background-position: top left;
}

.arrow-down {
    background-image: url('../images/arrow_down.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

.border_silver {
    border: solid silver 1px;
}

.btn {
    border-radius: 0px;
}

.btn-primary {
    background-color: #FFF;
    border: solid #383e44 2px;
	color: #383e44;
	font-size: 16px;
	text-transform: uppercase;
	
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #383e44 !important;
    border-color: #383e44 !important;
}

.btn-primary:disabled {
    background-color: #FFF !important;
    border-color: #383e44 !important;
	color: #AAA;
}

.clear {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.modal {
    text-align: center;
    padding: 0 !important;
}

.modal-content {
    padding: 20px;
}

.pagination {
    margin: 1px !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #666;
    border-color: #666;
}

.pagination > li > a,
.pagination > li > span {
    color: #666;
}

.tooltip.top .tooltip-inner {
    background-color: #002E54;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.tooltip.top .tooltip-arrow {
    border-top-color: #002E54;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}



.wait {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    z-index: 5;
    padding-top: 150px;
    filter: alpha(opacity=0.8);
    background-color: #ffffff;
    opacity: 0.8;
}

.wait.ng-hide-add.ng-hide-add-active,
.wait.ng-hide-remove.ng-hide-remove-active {

}

.wait.ng-hide {
    opacity: 0;
}









/* ------------ JS FILES ------------------ */




/* ------------ SERVICE.TPL.HTML ------------------ */

.orderInfoPosGridTitle {
    padding: 5px;
}

.orderInfoPosGridData {
    padding: 5px;
}

.orderInfoSizeGridTitle {
    padding: 2px;
}

.orderInfoSizeGridData {
    padding: 2px;
    text-align: right;
}


























.magnifier_Cursor {
    cursor: move;
}

.hide_Cursor {
    cursor: none;
}



.sort_Cursor{
	cursor:ns-resize;
}
.b2b_th{
	cursor:ns-resize !important;
}

.activeBtn {
    border: solid silver 4px;
}

.previewImageTitle {
    width: 400px;
    height: 20px;
    position: relative;
}



/*Lets create the magnifying glass*/
.large {
    width: 400px;
    height: 400px;
    position: absolute;
    border-radius: 80%;

    /*Multiple box shadows to achieve the glass effect*/
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    background-repeat: no-repeat;
    display: none;

}

/*To solve overlap bug at the edges during magnification*/
.small {
    display: block;
}

.reserved {

}

.shortage {

}

.list-row {
    height: 80px;
}

.pricecharttable {
    min-width: 400px;
}

.pricecharttable td {
    padding: 5px;
}



.w40{
		width:40px;
}














.vpimg{
	width: 150px;
}

.topleft {
    text-align: left;
    vertical-align: top;
}

.red {
    background-color: rgba(182, 17, 0, 0.28);
}

.font_red {
    color: #D9534F !important;
}


.sel {
    font-weight: 900;
	--text-decoration: underline;
    color: #000;
}
.sidebar ul li {
    border-bottom: 0px !important;
	
}

menu, ol, ul {
    padding: 0 0 0 10px !important;
}

/*#########################################################################################*/
/*#########################################################################################*/
/*#########################################################################################*/
/* SLIDER*/
/*#########################################################################################*/
/*#########################################################################################*/
/*#########################################################################################*/
input[type=range] {
    -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
    width: 100%; /* Specific width is required for Firefox. */
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input[type=range]:focus {
    outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent; /* Hides the slider so custom styles can be added */
    border-color: transparent;
    color: transparent;
}

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #000000;
    height: 36px;
    width: 36px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
    margin-top: -14px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; /* Add cool effects to your sliders! */
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 36px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 36px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 36px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #3071a9;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #367ebd;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 36px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #3071a9;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 36px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]:focus::-ms-fill-lower {
    background: #3071a9;
}

input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]:focus::-ms-fill-upper {
    background: #367ebd;
}


/*#########################################################################################*/
/*#########################################################################################*/
/*#########################################################################################*/
/*
    ANIMATIONS ON HIDE / SHOW
*/

.cssFade {
    transition: 0.5s linear all;
    opacity: 1;
}

.cssFade.ng-hide {
    opacity: 0;
}

.ng-hide-add, .ng-hide-remove {
    /* ensure visibility during the transition */
    display: block !important; /* yes, important */
}


/*#########################################################################################*/
/*#########################################################################################*/
/*#########################################################################################*/
.node circle {
    fill: #fff;
    stroke: steelblue;
    stroke-width: 3px;
}

.node text {
    font: 12px sans-serif;
}

.link {
    fill: none;
    stroke: #ccc;
    stroke-width: 2px;
}

.login_msg {
    color: red;
    font-size: smaller;
}

.hidden {
    visibility: hidden;
}

.silverborder {
    border: solid silver 1px;
    width: 35px;
    text-align: center;
    float: left;
}

.rel{
	position: relative;
}

.searchField{
	left: 0;
	bottom: 0;
	width: 210px;
}

.search-addon{
	background-color:#fff;
}    

input:required + label {
    color: red;
}

.missing {
    box-shadow: 2px 2px 10px rgba(200, 0, 0, 0.85);
    border: solid red 1px;
}

.unstyled-li {
    list-style-type: none;
}

.breadcrump {
    font-size: 14px;
    color: #002E54;
}

.breadcrumpX {
    font-size: 18px;
    color: #002E54;
}

.breadcrumpX:hover {
    color: #B70005;
}

.winwithset{
	min-width:60px;
}

.OrderItem{
	width:50px;
}
.basketDetailTableTd{
	padding: 5px;
}
.colorbutton {
    width: 24px !important;
    height: 24px !important;
    border: solid silver 1px;
    border-radius: 50%;
    transition: 0.2s ease all;
	margin:5px;
}


.colorbutton:hover {
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.farbe_hervorheben {
    border: solid silver 1px;
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.animate-show.ng-hide-add, .animate-show.ng-hide-remove {
    transition: all linear 0.5s;
    display: block !important;
}

.animate-show.ng-hide-add.ng-hide-add-active, .animate-show.ng-hide-remove {
    opacity: 0;
}

.animate-show.ng-hide-add, .animate-show.ng-hide-remove.ng-hide-remove-active {
    opacity: 1;
}

.product_link {
    font-size: 15px;
    color: rgb(123, 123, 123);
    cursor: pointer;
    --text-transform: uppercase;
    text-decoration: none;
}

.product_link_inverse {
    font-size: 12px;
    color: #002E54;
    cursor: pointer;
    text-decoration: none;
}

.preis_anzeige {
	font-size: 15px;
    color: rgb(123, 123, 123);
    text-decoration: none;
}



.ordersummary {
    font-size: 26px;
    font-weight: bold;
}




.ordertitle_thankyou {
    font-size: 30px;
    font-weight: bold;
    color: #002E54;
}



@media (min-width: 767px) {
    .hideToggle {
        display: none;
    }
}

@media (max-width: 900px) {
    .hideMiddle {
        display: none;
    }
}

@media (min-width: 901px) {
    .hide_gt_Middle {
        display: none;
    }
}


@media (max-width: 600px) {
    #logoImg {
    /*   background-image: url("../images/logo_sm.png");
      background-repeat: no-repeat;*/
      width: 170px;
      height: 60px;
      margin-top: 7px;
      margin-left: 10px;
      padding: 0;
        border: solid green 10px;
  }
}

@media (min-width: 601px) {
  #logoImg {
    /*    background-image: url("../images/logo.png");
       background-repeat: no-repeat;*/
       width: 310px;
       height: 60px;
       margin: 0;
       padding: 0;
      border: solid green 10px;
   }
 }

 /* mouse over link */
.white_link:hover {
    color: #FFF;
    text-decoration: none;
}

.nav > li > a {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    color: rgb(123, 123, 123);
    text-transform: uppercase;
}

.nav > li > a:hover {
    color: rgb(0, 46, 84);

}

.nav > li > a:active {
    color: rgb(0, 46, 84);
}

.product_data {
    height: 80px;
}

.smooth {
    transition: 0.5s ease all;
}

.zoom-in {
    cursor: zoom-in;
}

.zoom-out {
    cursor: zoom-out;
}

.articleDetailTitleMain {
    font-size: 26px;
    text-transform: uppercase;
}

.articleDetailSpacer {
    margin-top: 10px;
}

.zoomHint {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.assortmentInfoTable {
    
}

.assortmentInfoTitle {
    text-align: center;
    padding: 5px;
    font-weight: bolder;
    border: solid white 2px;
}

.assortmentInfoTitleLeft {
    text-align: left;
    padding: 5px;
    font-weight: bolder;
    border: solid white 2px;
}

.assortmentInfo {
    text-align: center;
    padding: 5px;
    border: solid white 2px;
}

.bottomAlign{
	vertical-align:bottom;
}
.togglebutton{
	margin-bottom: 0px !important;
}

.shopping_basket_inner {
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 5px;
    height: 32px;
}

.shopping_basket_td{
	width : 210px;
	vertical-align:bottom;
}

.basketLinkTitle {
    color: #666;
    font-size: 16px;
    text-transform: uppercase;
}

.basket_div{
	margin-right:20px;
}

.baskettotal {
	text-transform: none !important;
    font-size: 0.9em;
    font-weight: bolder;
	color: #383e44;
}

.max120 {
    max-height: 200px;
}

.hover_blue:hover {
    color: #002E54;
}

.delete_pos {
    height: 20px;
    width: 20px;
}

.disabled {
    cursor: not-allowed !important;
    pointer-events: all !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.hideXS{
}

.serviceBarUpper {
	position: relative;
	width : 100%;
	height: 30px;
}
.header_bar_lower{
	position: relative;
	width : 100%;
	text-align: bottom;
}

.mhserviceelement{
	min-height: 500px;
}



.service_element_mailchimp {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
	padding-right: 0px;
    font-size: 13px;
    text-transform: uppercase;
	color: #666;
}

.hover_focus:hover{
	color: #000;
}

.tdGros {
    padding: 5px;
}

.minh50{
	min-height: 50px;
}

.pageTitleMain {
    color: #999;
    font-size: 30px;
    text-transform: uppercase;
}

.white-space-pre {
    white-space: pre-line;
}

input:required + label {
    color: red;
}

.missing {
    box-shadow: 2px 2px 10px rgba(200, 0, 0, 0.85);
    border: solid red 1px;
}

.lower-alpha {
    list-style-type: lower-alpha;
}

.streichpreis {
    text-decoration: line-through;
}



.modal-lg {
    min-width: 650px !important;
}

.mag {
    width: 200px;
    margin: 0 auto;
    float: none;
}

.mag img {
    max-width: 100%;
}

.magnify {
    position: relative;
    cursor: none;
    width: 500px;
}

.magnify-large {
    position: absolute;
    display: none;
    width: 300px;
    height: 300px;
    z-index: 1000;
    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}
.nowrap{
    white-space: nowrap;
}

.liftpx{
	top: 0px !important;
}

.img_thumb{
		padding: 2px;
}

.inputnumber{
    width:30px;
	text-align: center; 
	border: solid #efefef 1px;
}

.grTableHeader{

    padding:2px;
    text-align: center;
	color: #000;
	background-color: #EFEFEF;
}

.grTableHeader_title{

    padding:5px;
	color: #000;
	background-color: #EFEFEF;
}

.grTableSubHeader_title{
    border: solid #999999 1px;
    padding:5px;
    text-align: left;
	color: #000;
	background-color: #FFFFFF;
}

.autoscroll {
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
    padding-right: 10px;
}


.grTableSubHeader{
    border: solid #999999 1px;
    padding:5px;
    text-align: center;
	color: #000;
	background-color: #FFFFFF;
}
.grTableValue_title{
	border: solid #999999 1px;
    padding:2px;
    text-align: left;
	background-color: #FFF;
}
.grTableValue{
    border: solid #999999 1px;
    padding:2px;
    text-align: center;
	background-color: #FFF;
}

.order_header{
    border: solid #fff 2px;
    padding:5px;
	margin:5px;
	color: #000;
	background-color: #F2F2F2;
	font-size: 0.8em;
}

.desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}

.home_msg{
    font-size: 14px;
    font-weight: 600;	
	color: ##594D4F;
}

.ellipsis{
text-overflow: ellipsis;
}

.webFarbGruppeDotInner{
	width: 30px;
	height: 30px;
	border-radius:50%;
	border: solid silver 1px;
	cursor: pointer;
}
.webFarbGruppeDotInner:hover{
	border: solid black 1px;
}
.selected_filter{
	border: solid black 2px;
}
.webFarbGruppeDotOuter{
	width: 32px;
	height: 32px;
	border-radius:50%;
}
.searchBar {
    padding: 2px;
	width : 100%;
	min-height: 30px;
	font-size: 16px;
}
.searchBarDetail{
	margin-top:30px;
	padding: 2px;
	width : 100%;
	min-height: 160px;
}
.filterSelected{
	border: solid #AAA 1px;
	margin : 1px;
	padding : 2px;
	border-radius:5px;
	background-color: #E0E0E0;
}

.stoerer_container_top{
	position: absolute;
	width: 100%;
	height : 50px;
	padding-top : 5px;
	padding-left : 5px;
	--text-align: right;
}
.stoerer_container_left{
    position: absolute;
    width: 25px;
    height: 50%;
    padding-top: 40px;
    padding-left: 5px;
	
}

.stoerer_container_bottom{
    position: absolute;
    width: 100%;
    height: 50px;
    padding-left: 4px;
    --bottom: 110px;
    bottom: 143px;
}
.stoerer_container_bottom2{
    position: absolute;
    width: 100%;
    height: 50px;
    padding-left: 6px;
    --bottom: 110px;
    bottom: 271px;
}

.stoerer_div{
	background-color:#fff;
	font-weight:bold;
	--border: solid silver 1px;
}
.stoerer_elementVP{
	max-width:80px;
	--padding: 20px;
	padding-right:20px;
}

.stoerer_new{
	color: #fff;
	background-color: #8B111E !important;
	border: solid black 1px;;
}


.stoerer_semi_transparent{
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.pdf_not_loaded{
	opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

.flag{
	background-color:#C1262C;
	padding:8px;
	color:#FFF;
	max-width: 200px;
	height:35px;
	font-weight:bold;
}

.semi_transparent{
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */	
}

.product-brand-logo--200 {
    width: 34px;
    height: 34px;
}

.ordertable{
	width:100%;
}
.orderbuttons_spacer{
	padding-top: 15px;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}

.al_top{
	vertical-align: top;
}

table.loading tbody {
    position: relative;
}

table.loading tbody:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    content: "";
	cursor: not-allowed;
}



@keyframes spin {
	0% {
    -webkit-transform: rotate(0) translate(-50%,-50%);
    transform: rotate(0) translate(-50%,-50%);
	}
	100% {
		-webkit-transform: rotate(360deg) translate(-50%,-50%);
		transform: rotate(360deg) translate(-50%,-50%);
	}
}

.pflegesymbol {
	font-family: pflegesymbole;
	font-size: 56px;
}

.addToBasketImg {
	width: auto;
	height: 20px;
	position: absolute;
	left: 25px;
}







.order_Attributes {
	font-size: 16px;
}

.orderPosition_Title {
	font-weight: bold;
	font-size: 18px;
}

.orderPosition_Detail {
	font-size: 14px;
	width: 80%;
}

.orderPosition_Attributes {
	font-size: 14px;
}


/* ------------ WATCHLIST.TPL.HTML ------------------ */

.watchListArticleTitle{
	font-size: 20px;
	margin-bottom: 12px;
}

.watchListTableData{
	padding: 10px;
	font-size: 14px;
}

.productDemoVideo {
  position: relative;
  display: inline-block;
}

.productDemoVideo::before {
    content: '\f04b';
    z-index: 4;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
    color: white;
    font-family: 'FontAwesome';
    
	font-size : 1.5vw;overflow: hidden !important;
    background-color: rgba(23, 35, 34, 0.75);
    border-radius: 5px 5px 5px 5px;
}
.preloadimage{
	display:none;
}

.stoerer_suistainable{
	width:30px;
}

.bgr{
	background-color: red;
}




/*###################################################################################################################*/
/*######################################## CLASSES SORTED BY TEMPLATE ###############################################*/
/*###################################################################################################################*/

/* ------------ ------------------------------- ------------------ */
/* ------------ CAN BE REPLACED WITH BOOTSTRAP 5 ------------------ */
/* ------------ ------------------------------- ------------------ */

.hide_lt_lg{
	display: inline;
}

@media (max-width: 991.98px) {
	.hide_lt_lg{
		display: none;
	}
}

.show_lt_lg{
	display: none;
}

@media (max-width: 991.98px) {
	.show_lt_lg{
		display: inline;
	}
}

.hide_lt_xl{
	display: inline;
}

@media (max-width: 1199.98px) {
	.hide_lt_xl{
		display: none;
	}
}

.fw-bold {
    font-weight: 700 !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.w-100{
	width: 100% !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}


/* ------------ ------- ------------------ */
/* ------------ GENERAL ------------------ */
/* ------------ ------- ------------------ */

.hand_Cursor {
    cursor: pointer;
}

.hand_Cursor:hover {
    color: #000;
}

.no_border {
	border: solid 0px !important;
}

.link_noUnderline:hover, .link_noUnderline:focus, .link_noUnderline:active{
	text-decoration: none !important;
}

.select_grey {
    background-color: rgb(244, 244, 244);
}

.spinner_loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    border: 2px solid #fff;
        border-top-color: rgb(255, 255, 255);
    border-radius: 50%;
    border-top-color: #383e44;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.template_title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #303c4c;
}


/* ------------ -------------------- ------------------ */
/* ------------ MARGIN, PADDING, ETC ------------------ */
/* ------------ -------------------- ------------------ */

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.m20 {
    margin: 20px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mr10{
	margin-right:10px;
}

.mr15{
	margin-right:15px;
}

.mr35 {
    margin-right: 35px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.p0 {
    padding: 0px !important;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}


/* ------------ ------------- ------------------ */
/* ------------ NOTIFICATIONS ------------------ */
/* ------------ ------------- ------------------ */

.notificationarea {
    z-index: 3;
    width: 100%;
    position: fixed;
    font-size: larger;
    font-weight: bolder;
    text-align: center;
    line-height: 51px;
    vertical-align: middle;
    height: 4px;
    overflow: hidden;
}

.notification_hidden {
    /*height: 0px;*/
    top: -200px;
    filter: alpha(opacity=50);
    background-color: #ffffff;
    opacity: 0.5;
    transition: 0.5s ease all;
}

.notification_success {
    color: #000;
    top: 0px;
    border: solid #b2dba1 2px;
    background-color: rgba(91, 182, 105, 0.28);
    height: 62px;
    filter: alpha(opacity=1);
    opacity: 1;
    transition: 0.5s ease all;
}

.notification_hint {
    color: #FFF;
    top: 0px;
    border: solid #337AB7 2px;
    background-color: rgba(49, 158, 183, 0.28);
    height: 62px;
    filter: alpha(opacity=1);
    opacity: 1;
    transition: 0.5s ease all;
}

.notification_error {
    color: #FFF;
    top: 0px;
    border: solid #ac2925 2px;
    background-color: #ce8483;
    height: 62px;
    filter: alpha(opacity=1);
    opacity: 1;
    transition: 0.5s ease all;
}

.notification_confirm {
    color: #FFF;
    top: 0px;
    border: solid #337AB7 2px;
    background-color: rgb(49, 158, 183);
    height: 120px;
    filter: alpha(opacity=1);
    opacity: 1;
    transition: 0.5s ease all;
}


/* ------------ ------------------- ------------------ */
/* ------------ BOOTSTRAP OVERWRITE ------------------ */
/* ------------ ------------------- ------------------ */

.label-primary {
    background-color: #666;
}

.navbar {
	width: 100%;
}

.navbar-default {
    background-color: #FFF;
}


/* ------------ ---------- ------------------ */
/* ------------ LOGIN.ASPX ------------------ */
/* ------------ ---------- ------------------ */

.body_login{
	background-image: url("../images/categories/login_background.jpg");
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.loginDialog{
	background-color: #fff;
	border: solid #666 1px;
}

.loginDialog_footer{	
	height: 20px;
	margin: 5px;
}

.loginDialog_logo{
    height: auto;
    max-height: 100%;
    max-width: 100%;
    padding: 5px;
}

@media (max-width: 575.98px) {
	.loginDialog_logo{
		height: 40px;
	}
}

@media (max-width: 329.98px) {
	.loginDialog_logo{
		height: 30px;
	}
}

.login_activeBrand_left{
	border-top: solid #666 1px;
	border-right: solid #666 1px;
	height: 40px;
}
.login_activeBrand_center{
	border-top: solid #666 1px;
	border-left: solid #666 1px;
	border-right: solid #666 1px;
	height: 40px;
}
.login_activeBrand_right{
	border-top: solid #666 1px;
	border-left: solid #666 1px;
	height: 40px;
}

.login_inactiveBrand{
	color: #666;
	border-bottom: solid #666 1px;
	height: 40px;
}

.login_brandText{
	font-size: 24px;
}

@media (max-width: 379.98px) {
	.login_brandText{
		font-size: 18px;
	}
}

.login_info_title {
    font-size: 1.6em;
    color: #666;
    min-height: 50px;
    margin: 0px !important;
    padding: 0px !important;
}

.login_info_content {
    font-size: 1em;
    color: #666;
    text-align: justify;
    margin: 0px !important;
    padding: 0px !important;
}

.login_info_contact {
    font-size: 1em;
    color: #666;
}

@media (max-width: 767.98px) {	
	.login_info_title{
		font-size: 1.4em;
		min-height: 35px;
	}
	
	.login_info_content{
		font-size: 0.9em;
	}
	
	.login_info_contact{
		font-size: 0.9em;
	}
}

.login_spacerEdge{
	padding-top: 200px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

@media (max-width: 767.98px) {
	.login_spacerEdge{
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
}


/* ------------ ------------ ------------------ */
/* ------------ DEFAULT.ASPX ------------------ */
/* ------------ ------------ ------------------ */

.footer {
	color: #383e44;
    width: 100%;
    background-color: #EDEDED;
    text-transform: uppercase;
	background-attachment: scroll;
    background-position: 0% 0%;
    position: fixed;
    bottom: 0pt;
    left: 0pt;
	z-index: 4;
	padding : 7px 5px 5px 5px;
	font-size: 0.9em;
	height: 30px;
}

.footer_element {
	margin-left: 5px;
	margin-right: 5px;
}

@media (min-width: 1200px) {
	.footer_element {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
}

.margin_serviceMenue{
	margin-left: 10px;
	margin-right: 10px;
}

.noSidebarSpacer{
	margin: 0 0 0 0px !important;
}

.sidebar {
	text-align: left;
	width: 200px !important;
	margin-top: 20px !important;
    overflow-x: hidden;
    overflow-y:auto;
	min-height: 60vh !important;
	height: 65vh !important;
}

@media (max-width: 767px) {
    .sidebar {
		text-align:center;
		width: 100% !important;		
	}
}

@media (max-height: 740px) {
    .sidebar {
        --min-height: 450px !important;
    }
}



/* ------------ ---------------- ------------------ */
/* ------------ ARTICLE.TPL.HTML ------------------ */
/* ------------ ---------------- ------------------ */

.smaller_font {
    font-size: 11px;
}

.sizeTable_Cell {
	border: solid #999999 1px;
}

.sizeTable_Header {
	background-color: #EFEFEF;
}

.sizeTable_HeaderTitle {
	min-width: 160px;
}

.sizeTable_Input{
	width: 35px;
}

.sizeTable_transparent {
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    z-index: 5;
    filter: alpha(opacity=0.8);
    background-color: #ffffff;
    opacity: 0.8;
}


/* ------------ ------------- ------------------ */
/* ------------ HOME.TPL.HTML ------------------ */
/* ------------ ------------- ------------------ */

.homeImgContainer {
    overflow: hidden;
	padding: 20px;
}

.rootCatButton {
    position: absolute;
    bottom: 20%;
    left: 50%;
	transform: translate(-50%, -50%);
    width: 270px;
	font-size: 28px;
	font-weight: bold;
	color: white;
    text-transform: uppercase;
	border-color: white;
	background: none;
}

.rootCatButton:hover {	
	color: black;
	background: white !important;
	border-color: white !important;
}


/* ------------ --------------- ------------------ */
/* ------------ SEARCH.TPL.HTML ------------------ */
/* ------------ --------------- ------------------ */

.eyecatcher_favorite{
	position: absolute;
	top: 0;
	right: 0;
	padding: 1rem;
}

.eyecatcher_new{
	position: absolute;
	top: 0;
	left: 0;
	padding: 1rem;
}

.eyecatcher_sustainable{
	position: absolute;
	top: 50px;
	left: 0;
	padding: 1rem;
}

.favorite_heart {
	color: #8B111E;
}

.img_eyecatcherBadge{
	width:35px;
}

.img_sustainable{
	width:30px;
}


/* ------ Search - ArticleColor Box für Bildoptimierung -------- */

.row.is-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.is-flex .box {
  background: none;
  position: static;
}

.is-flex [class*="col-"] {
  background: #fff;
}

.box .box-top {
   display: inline-flex;
   width: 100%;
}

.box .box-bottom {
    display: block;
    width: 100%;
	padding-bottom: 10px;
}

.box .img {
	object-fit: contain;
	object-position: left top;
	height: 250px;
	--padding-bottom: 10px;
}

@media (min-width: 768px) {
	.box .img {
		height: 170px;
	}
}

@media (min-width: 992px) {
	.box .img {
		height: 170px;
	}
}

@media (min-width: 1200px) {
	.box .img {
		height: 170px;
	}
}

@media (min-width: 1400px) {
	.box .img {
		height: 210px;
	}
}

@media (min-width: 1600px) {
	.box .img {
		height: 266px;
	}
}


/* ------ ENDE: Search - ArticleColor Box für Bildoptimierung -------- */


/* ------------ --------------------- ------------------ */
/* ------------ SERVICEMENUE.TPL.HTML ------------------ */
/* ------------ --------------------- ------------------ */

.logo {
     background-image: url('../images/logoP.jpg');
	background-repeat: no-repeat;
	background-size: 15%;
	background-position: center;
}

.notify-badge{
    position: absolute;
    right:-20px;
    top:10px;
    background:red;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color:white;
    padding:3px 10px;
    font-size:12px;
	font-weight:bold;
}

.notify-badge-container{
	position:relative;
    padding-top:20px;
    display:inline-block;
}

#page-wrapper{
	margin-top: 160px !important; 	/* IS COMPOSED OF: serviceMenue_upper + serviceMenue_logo + serviceMenue_lower + 20px */
	padding-right: 80px !important;	
	margin-bottom: 70px !important;
	padding-left: 80px !important;
}

.serviceMenue_upper {
	margin-top: 3px;
    padding: 5px;
    font-size: 14px;
    text-transform: uppercase;
	color: #666;
	height: 30px;	/* <-- PART OF  page-wrapper: margin-top */
}

.serviceMenue_logo{
	height: 50px;	/* <-- PART OF  page-wrapper: margin-top */
}

.serviceMenue_lower {
	height: 40px;	/* <-- PART OF  page-wrapper: margin-top */
	margin-bottom: 20px;	/* <-- PART OF  page-wrapper: margin-top */
}