/* ..:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::.. */
/* ..:: GLOBALS ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::.. */
/* ..:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::.. */
::-moz-selection
{
	background: #000000;
	color: #fff;
	text-shadow: none;
}
::selection
{
	background: #000000;
	color: #fff;
	text-shadow: none;
}

html
{
	height: 100%;
}

body
{
	padding-top: 0px;
	height: 100%;
	position: relative;
}


* {
	outline: none;
}


.app-container
{
	min-height: 100%;
	position: relative;
}

.app-container .app-footer
{
	display: block;
	right: 0px;
	left: 0px;
	z-index: 1000;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	font-size: 12px;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 150px;
}

.app-container .app-footer.navbar{

	margin-bottom: 0px;
}

.app-footer {
	opacity: 1;
}

.navbar > .container-fluid,
.navbar.navbar-default > .container-fluid
{
	opacity: 1;
}

.app-container .app-footer .wrapper
{
	line-height: 20px;
	vertical-align: middle;
}

.app-container .content-container
{
	margin-right: 0;
	margin-left: 0;
}

.side-body
{
	/* @todo >> only when navbar/footer is fixed
	*/

	padding-top: 60px ;
	padding-bottom: 200px;
}

.app-container .content-container .side-body.padding-top
{
	padding-top: 84px;
}

.app-container .side-body
{
	margin-left: 15px;
	margin-right: 15px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}




/* small screen */
@media (max-width: 768px)
{
	.app-container .content-container .side-body
	{
		margin-left: 10px;
	}

	.app-container .app-footer.not-fixed-on-small{
		position: relative;
	}

	.not-fixed-on-small{
		position: inherit!important;
	}
}


.navbar-breadcrumb
{
	margin-bottom: 0;
}
.navbar-breadcrumb > li + li:before
{
	font-family: FontAwesome;
	content: '\f105';
	margin-right: 3px;
}





.mce-fullscreen {
    z-index: 110000 !important;
}


/* ..:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::.. */
/* ..:: PLAYGROUND :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::.. */
/* ..:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::.. */
.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}



.sort-highlight {
  background: #f4f4f4;
  border: 2px dashed #ddd;
  margin-bottom: 10px;
}
.fixed{
	position: fixed;
}


.disabled_x
{
	cursor: not-allowed!important;
	opacity	: 0.65;
	box-shadow: none;
	pointer-events: none ;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.hasMouseOverCursor
{
	cursor: pointer;
	cursor: hand;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.control-label{
	padding-right: 0px; !important
}

.slimScroll{
 	max-height: calc(100vh - 400px) !important;
}

.easingImage {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.easingImage:hover {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}

.padding-correction-label
{
	padding-right: 3px !important;
}

.required-correction-label
{
	color:#ff2020 !important;
	font-size:0.8em !important;
		padding-left: 2px !important;
}

/* ..:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::.. */
/* ..:: BACKGROUNDS ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::.. */
/* ..:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::.. */
.bg-navy {
  background-color: #001F3F; }

.bg-blue {
  background-color: #0074D9; }

.bg-aqua {
  background-color: #7FDBFF; }

.bg-teal {
  background-color: #39CCCC; }

.bg-olive {
  background-color: #3D9970; }

.bg-green {
  background-color: #2ECC40; }

.bg-lime {
  background-color: #01FF70; }

.bg-yellow {
  background-color: #FFDC00; }

.bg-orange {
  background-color: #FF851B; }

.bg-red {
  background-color: #FF4136; }

.bg-fuchsia {
  background-color: #F012BE; }

.bg-purple {
  background-color: #B10DC9; }

.bg-maroon {
  background-color: #85144B; }

.bg-white {
  background-color: #fff; }

.bg-gray {
  background-color: #aaa; }

.bg-silver {
  background-color: #ddd; }

.bg-black {
  background-color: #111; }

.bg-liha_1 {
  background-color: #00519E; }

.bg-liha_2 {
  background-color: #4A96CD; }

.bg-liha_3 {
  background-color: #5EC5ED; }

/* ..:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::.. */
/* ..:: COLORS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::.. */
/* ..:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::.. */
.navy {
  color: #001F3F; }

.blue {
  color: #0074D9; }

.aqua {
  color: #7FDBFF; }

.teal {
  color: #39CCCC; }

.olive {
  color: #3D9970; }

.green {
  color: #2ECC40; }

.lime {
  color: #01FF70; }

.yellow {
  color: #FFDC00; }

.orange {
  color: #FF851B; }

.red {
  color: #FF4136; }

.fuchsia {
  color: #F012BE; }

.purple {
  color: #B10DC9; }

.maroon {
  color: #85144B; }

.white {
  color: #fff; }

.silver {
  color: #ddd; }

.gray {
  color: #aaa; }

.black {
  color: #111; }

/* ..:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::.. */
/* ..:: BORDER COLORS ::::::::::::::::::::::::::::::::::::::::::::::::::::::::.. */
/* ..:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::.. */
.border-navy {
  border-color: #001F3F; }

.border-blue {
  border-color: #0074D9; }

.border-aqua {
  border-color: #7FDBFF; }

.border-teal {
  border-color: #39CCCC; }

.border-olive {
  border-color: #3D9970; }

.border-green {
  border-color: #2ECC40; }

.border-lime {
  border-color: #01FF70; }

.border-yellow {
  border-color: #FFDC00; }

.border-orange {
  border-color: #FF851B; }

.border-red {
  border-color: #FF4136; }

.border-fuchsia {
  border-color: #F012BE; }

.border-purple {
  border-color: #B10DC9; }

.border-maroon {
  border-color: #85144B; }

.border-white {
  border-color: #fff; }

.border-gray {
  border-color: #aaa; }

.border-silver {
  border-color: #ddd; }

.border-black {
  border-color: #111; }

.star {
	cursor: pointer;
	color: #ccc;
}

.star.active {
	color: #f1c40f;
}

.article-rating > .progress-bar {
	background-color: #f1c40f;
	height: 15px;
}
.article-rating.progress{
	height: 15px;
	margin-top: 5px;
}


@media (max-width: 375px) {
	.button-add-to-basket-xs-smartphone {
		display: flex;
	}
}

.list-style-none {
	list-style-type: none;
}

.cursor-pointer {
	cursor: pointer;
}
/*kontakt panel*/
.argedv-contact-button-container {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
}

.argedv-contact-button {
	width: 60px;
	height: 60px;
	background: linear-gradient(45deg, rgb(47,94,136), rgb(0,146,64));
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
	position: relative;
	overflow: visible;
}

.argedv-contact-button:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
}

.argedv-contact-button .argedv-logo {
	width: 30px;
	height: 30px;
	background: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: rgb(47,94,136);
	font-size: 16px;
}

.argedv-hover-tooltip {
	position: absolute;
	right: 70px;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.8);
	color: white;
	padding: 8px 15px;
	border-radius: 20px;
	white-space: nowrap;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	pointer-events: none;
}

.argedv-hover-tooltip::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left-color: rgba(0, 0, 0, 0.8);
}

.argedv-contact-button:hover .argedv-hover-tooltip {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%) translateX(-10px);
}

.argedv-contact-modal {
	position: fixed;
	bottom: 100px;
	right: 30px;
	width: 320px;
	background: white;
	border-radius: 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
	transform: translateY(20px) scale(0.95);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 999;
	overflow: hidden;
}

.argedv-contact-modal.active {
	transform: translateY(0) scale(1);
	opacity: 1;
	visibility: visible;
}

.argedv-modal-header {
	background: linear-gradient(45deg, rgb(47,94,136), rgb(0,146,64));
	color: white;
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 15px;
}

.argedv-modal-header .argedv-logo {
	width: 50px;
	height: 50px;
	background: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: rgb(0,146,64);
	font-size: 20px;
}

.argedv-modal-header h2 {
	font-size: 18px;
	font-weight: 600;
}

.argedv-modal-content {
	padding: 25px;
}

.argedv-contact-info {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.argedv-info-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
	background: #f8f9ff;
	border-radius: 10px;
	transition: all 0.2s ease;
}

.argedv-info-item:hover {
	background: #e8ebff;
	transform: translateX(5px);
}

.argedv-info-icon {
	width: 35px;
	height: 35px;
	background: linear-gradient(45deg, rgb(47,94,136), rgb(0,146,64));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 14px;
}

.argedv-info-text {
	flex: 1;
}

.argedv-info-label {
	font-size: 12px;
	color: #666;
	margin-bottom: 2px;
}

.argedv-info-value {
	font-size: 14px;
	color: #333;
	font-weight: 500;
}

.argedv-close-button {
	position: absolute;
	top: 15px;
	right: 15px;
	background: rgba(255, 255, 255, 0.2);
	border: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: white;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	transition: all 0.2s ease;
}

.argedv-close-button:hover {
	background: rgba(255, 255, 255, 0.3);
	transform: rotate(90deg);
}

.argedv-loading {
	text-align: center;
	padding: 20px;
	color: #666;
}

@media (max-width: 768px) {
	.argedv-contact-modal {
		right: 20px;
		left: 20px;
		width: auto;
		bottom: 90px;
	}

	.argedv-contact-button-container {
		bottom: 20px;
		right: 20px;
	}
}

.free-shipping-wrapper {
	text-align: center;
	padding: 0 10px;
}

.free-shipping-box {
	display: inline-block;
	max-width: 100%;
	margin: 10px 0;
	color: black;
	border: 2px solid #000000;
	border-radius: 5px;
	padding: 10px 15px;
	/*background-color: #f8f9fa;*/
	box-sizing: border-box;
	font-size: 17px;
}

.free-shipping-success {
	/*border-color: #28a745;*/
}

.free-shipping-info {
	/*border-color: #28a745;*/
}

/* Entfernt den Rahmen beim Mausklick, behält ihn aber bei Tastatur-Navigation bei */
:focus:not(:focus-visible) {
	outline: none;
	box-shadow: none;
}