html {
  	font-family: sans-serif;
  	-ms-text-size-adjust: 100%;
  	-webkit-text-size-adjust: 100%; 
  	scroll-behavior: smooth;
  	  margin:0;
  	padding:0; 
}

body {
  margin: 0;
  padding:0; 
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav,
section, summary {
  display: block; 
}

audio, canvas, progress,
video {
  display: inline-block;
  vertical-align: baseline; 
}

audio:not([controls]) {
  display: none;
  height: 0; 
}

[hidden],
template {
  display: none; 
}

a {
  background-color: transparent; 
}

a:active,
a:hover {
  outline: 0; 
}

abbr[title] {
  border-bottom: 1px dotted; 
}

b,
strong {
  font-weight: bold; 
}

dfn {
  font-style: italic; 
}

mark {
  background: #ff0;
  color: #000; 
}

small {
  font-size: 80%; 
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; 
}

sup {
  top: -0.5em; 
}

sub {
  bottom: -0.25em; 
}

img {
  border: 0; 
}

svg:not(:root) {
  overflow: hidden; 
}

figure {
  margin: 1em 40px; 
}

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; 
}

pre {
  overflow: auto; 
}

code, kbd, pre,
samp {
  font-family: monospace, monospace;
}

button, input, optgroup,
select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; 
}

button {
  overflow: visible; 
}

button,
select {
  text-transform: none; 
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; 
}

button[disabled],
html input[disabled] {
  cursor: default; 
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; 
}

input {
  line-height: normal; 
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; 
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; 
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box; 
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; 
}



legend {
  border: 0;
  padding: 0; 
}

textarea {
  overflow: auto; 
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0; 
}

td, th {
  padding: 0; 
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "ArialRoundedMT", "Helvetica Rounded", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  hyphens: auto;
  color: #626469;
  background-color: #ffffff; 
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; 
}

a {
  color: #42B4E6;
  text-decoration: none; 
}
a:hover, a:focus {
    color: #1a8fc2;
    text-decoration: underline; 
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; 
}

figure {
  margin: 0; 
}

img {
  vertical-align: middle; 
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; 
}

.img-rounded {
  border-radius: 6px; 
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.25;
  background-color: #FAFAFA;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; 
}

.img-circle {
  border-radius: 50%; 
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #FAFAFA; 
  
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .accordion-overview > ul > li > a, .h3, .h4, .h5, .h6 {
  font-family: "ArialRoundedMT", "Helvetica Rounded", Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  color: inherit; 
}


h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; 
}


h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; 
}


h1, .h1 {
  font-size: 35px; 
}

h2, .h2 {
  font-size: 35px; 
  color: #3DCD58;
}

h3, .h3 {
  font-size: 20px; 
}

h4, .h4 {
  font-size: 36px; 
}

h5, .h5 {
  font-size: 14px; 
}

h6, .h6 {
  font-size: 12px; 
}

p {
  margin: 0 0 10px; 
}

.color-blue {
    color: #42B4E6;
}
.color-blue:hover {
    text-decoration:underline;
}

.btn {
  	display: inline-block;
  	font-weight: regular;
  	text-align: center;
  	vertical-align: middle;
  	-ms-touch-action: manipulation;
  	touch-action: manipulation;
  	cursor: pointer;
  	background-image: none;
  	border: 1px solid transparent;
  	white-space: nowrap;
  	font-size: 16px;
  	line-height: 1.25;
  	border-radius: 0;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  	
  	font-family: "ArialRoundedMT","Helvetica Rounded",Arial,sans-serif;
	padding: 6px 16px;
	max-width: 100%;
	white-space: normal;
	background-color: #42B4E6;
	color: white;
	transition: 0.2s;
}
.btn:hover {
	background-color: #1d9fd8;
}

input[type=file]::file-selector-button {
	font-family: "ArialRoundedMT","Helvetica Rounded",Arial,sans-serif;
	cursor: pointer;
  	background-image: none;
  	background-color: #42B4E6;
  	color:white;
  	border: 1px solid transparent;
  	white-space: nowrap;
  	padding: 6px 12px;
  	font-size: 16px;
  	line-height: 1.25;
  	border-radius: 0;
	transition: 0.5s;
}

input[type=file]::file-selector-button:hover {
	background-color: #1d9fd8;	
}



input[type="text"] {
  	background-color: #fff;
  	font-size: 13px;
  	color: #000;
  	border: 0;
  	-webkit-box-shadow: none;
  	box-shadow: none;
  	border-radius: 0;
  	font-size: 14px;
  	height: 37px;
  	position: relative;
  	background-color: #fff;
  	border: 1px solid #9fa0a4;
  	border-radius: 3px;
  	box-sizing: border-box;
}



select option:hover {
  color: #000; 
  box-shadow: inset 20px 20px rgb(255, 0, 0);
  outline-color: red;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
					Start Labelmanager
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
	-webkit-overflow-scrolling:touch;
	background-color: #FAFAFA;
}



/* * * * * * * * * * * * * * * * Top Bar * * * * * * * * * * * * */

.top-bar {
	position:relative;
	margin:0;
	padding:0;
	height:80px;
	background-color:rgb(61,205,88);
}
#merten-logo-top {
	position:absolute;
	top:14px;
	left:40px;
}
.top-bar h1 {
	margin-top:0;
	line-height: 80px;
	text-align:center;
	color:white;
}
.top-bar #searchform {
	position:absolute;
	top:24px;
	right:300px;
}
#searchstring {
	min-width:300px;
	outline: none;
	color:rgba(98,100,105,0.6);
	padding-left:10px;
}
#searchstring:focus {
	border-color:rgb(98,100,105);
	color:rgba(98,100,105,1);
	
}
#search-icon {
	position:absolute;
	right:30px;
	top:10px;
	display:none;
}
.btn-submit,
.btn-reset {
	color:#626469;
	font-size: 14px;
  	height: 37px;
  	position: relative;
  	background-color: #fff;
  	border: 1px solid #9fa0a4;
  	border-radius: 3px;
  	box-sizing: border-box;
  	vertical-align:top;
}
.btn-submit:hover,
.btn-reset:hover {
	color:white;
	background-color:#9fa0a4;
}

#SE-logo {
	position:absolute;
	top:11px;
	right:40px;
}


.layout {
	
	margin:0;
	position:relative;
	/*width:210mm;
	height:297mm;*/
	width:100vw;
	display:flex;
	/*gap:40px;*/
}
.screen {
	border-right:1px solid rgb(61,205,88);
	box-sizing:border-box;
	padding-right:20px;
	margin:0;
	position:relative;
	/*width:210mm;
	height:297mm;
	resize: horizontal;*/
	width:calc(100vw - 400px);
	min-width:380px;
	overflow:auto;
}
.resizer {
	width:40px;
	height:40px;
	position:fixed;
	top:85px;
	left:calc(100vw - 420px);
	transform-origin: center;
	z-index:500;
}
.resizer-bounds {
	position:fixed;
	top:85px;
	height:40px;
	/*width:calc(100vw - 380px);*/
	left:360px;
	right:340px;
	box-sizing:border-box;
}


@media only screen and (max-width: 1780px) {
  	.top-bar h1 {
		text-align:left;
		padding-left:210px;
		padding-top:2px;
	}
}
@media only screen and (max-width: 1220px) {
  	.top-bar h1 {
		text-align:center;
		padding-left:0;
		padding-top:2px;
	}
	.top-bar #searchform {
		top:-80px;
		transition:top 1s;
		right:20px;
		z-index:500;
	}
	.top-bar #searchform.active {

		top:24px;
	}
	#search-icon {
		display:block;
		z-index:500;
		cursor:pointer;
	}
}
@media only screen and (max-width: 840px) {
	#merten-logo-top {
		width:90px;
	}
	#SE-logo {
		width:170px;
	}
	.top-bar h1 {
		font-size:30px;
	}
}
@media only screen and (max-width: 650px) {
	#merten-logo-top {
		width:90px;
		left:10px;
	}
	#SE-logo {
		width:170px;
		right:10px;
	}
	.top-bar h1 {
		font-size:26px;
		text-align:left;
		padding-left:120px;
		line-height:78px;
	}
}
@media only screen and (max-width: 500px) {
	#searchstring {
  		min-width: initial;
  		width:55vw;
  	}
  	#searchform .btn {
  		padding:6px 12px
  	}
}
@media only screen and (max-width: 480px) {
	#merten-logo-top {
		top:0px;
	}
	.top-bar h1 {
		font-size:22px;
		text-align:left;
		padding-left:10px;
		padding-top:15px;
	}
}
@media only screen and (max-width: 400px) {
	#searchstring {
  		min-width: initial;
  		width:44vw;
  	}
  	#searchform .btn {
  		padding:6px 10px
  	}
}

/* * * * * * * * * * * * * * * * Filter * * * * * * * * * * * * */

.product-filter {
	float:right;
	margin: -30px 20px 0 0;
}
.product-filter span {
	background-color:rgb(220,220,220);
	display:inline-block;
	height:28px;
	line-height:28px;
	padding:0 8px;
	margin-right:5px;
	border-radius: 14px;
	cursor:pointer;
}
.product-filter span:hover,
.product-filter span.active {
	background-color:rgb(61,205,88);
	color:white;
}




/* * * * * * * * * * * * * * * * Products * * * * * * * * * * * * */

.products-container {
	position:relative;
}
.products-container.overview {
	clear:both;
	display: flex;
	flex-wrap:wrap;
	position:relative;
	/*justify-content: center;
	align-items: center;*/
	
}
.product .category {
	color:rgb(61,205,88);
}
.screen h3 {
	margin-left:20px;
}
.products-container.overview .product {
	width:calc(20% - 40px);
	margin:20px;
	padding:40px 20px 130px;
	box-sizing:border-box;
	background-color:white;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	position:relative;
}
.products-container.overview .product-content {
	position:absolute;
	bottom:20px;
	box-sizing:border-box;
	padding-right:20px;
}
.image-container {
	position:relative;
}
.products-container.overview .image-container {
	width:100px;
	margin:0 auto 40px;
}
.products-container.overview .image-container img {
	width:100%;
	height:auto;
}

.products-container.overview .product > .edit-icon {
	position:absolute;
	top:10px;
	right:10px;
}
.products-container.overview .x-icon, 
.products-container.overview .okay-icon,
.products-container.overview .text-icon,
.products-container.overview .duplicate-icon,
.products-container.overview .product-content .edit-icon{
	display:none;
}
.x-icon, .plus-icon, .edit-icon , .okay-icon,
.duplicate-icon {
	cursor:pointer;
}

.textfield {
	position:absolute;
	background-color:rgba(66,180,230,0.2);
	font-size:12px;
	transform-origin: left top;
	line-height:unset;
	text-align:left;
	overflow:hidden;
	
	display: flex;
  	flex-wrap:wrap;
  	flex-direction: column; 
  	justify-content: center;
  	/*align-items: center;*/
  	text-align:left;
  	z-index:initial;
}
.textfield.active {
	background-color:rgba(61,205,88,0.15);
}
.textfield-MEG3495-8029,
.textfield-279091,
.textfield-MEG3497-80xx {
	background-color:rgba(255,255,255,0.6);
}


.products-container .icons {
	display:none;
}
.products-container .image-container .icons .icon,
.overlay .product .image-container .icon {
	width:30px;
	height:auto;
}
.icon.highlight {
  	background-color:rgba(61,205,88,0.3);
}
.icon-container {
	position:absolute;
	transform-origin: left top;
	/*
	top:100px;
	left:0;
	right:0;
	display:block;
	height:60px;
	background-color:rgba(255,200,100,0.5);
	*/
	
	
}
.icon-dropped {
	height:100%;
	width:auto;
}


/* * * * * * * * * * * * * * * * Aside * * * * * * * * * * * * */

.my-products {
	width:400px;
	min-width:360px;
	position:relative;
	box-sizing:border-box;
	padding-left:30px;
}

@keyframes countchange {
	0%   {
			transform: scale(1);
			background-color: rgb(61,205,88);
		}
	50%  {
			transform: scale(2);
			background-color: rgb(66,180,230);
		}
	100% {
			transform: scale(1);
			background-color: rgb(61,205,88);
		}
}
.product-count {
  width: 26px;
  height: 26px;
  background-color: rgb(61,205,88);
  position: fixed;
  left: calc(100vw - 413px);
  top: 140px;
  color: white;
  font-size: 13px;
  text-align: center;
  line-height: 26px;
  border-radius: 8px;
  box-sizing:border-box;
	
}
.product-count.active {
	animation-name: countchange;
	animation-timing-function: ease-in-out;
	animation-duration: 1s;
}

.products-container.personal {
	box-sizing:border-box;
	padding-right:20px;
}
.products-container.personal .product {
	margin: 20px;
	padding: 40px 20px 130px;
	box-sizing: border-box;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	position: relative;
	width:100%;
}
.products-container.personal .image-container {
  	margin: 0 auto 40px;
}
.products-container.personal .product-content {
	position:absolute;
	bottom:20px;
	box-sizing:border-box;
	padding-right:20px;
}

.products-container.personal .product > .edit-icon,
.products-container.personal .product > .x-icon,
.products-container.personal .product > .duplicate-icon {
	position:absolute;
	top:10px;
	left:10px;
}
.products-container.personal .product > .duplicate-icon {
	top:55px;
}
.products-container.personal .product > .x-icon {
	top:100px;
}

.products-container.personal .x-icon {
	display:initial;
}
.products-container.personal .plus-icon, 
.products-container.personal .okay-icon, 
.products-container.personal .text-icon {
	display:none;
}
.products-container.personal .edit-options-container .x-icon {
	display:none;
}

.product.edited .image-container {
	/*
  	display:inline-block;
	
	transform-origin: top left;
	transform:scale(1);
	width:100px;
	overflow:hidden;*/
}
.product.edited .image-container figure img {
	width:100%;
	height:auto;
}
.product.edited .image-container .my-text .grip,
.product.edited .image-container .my-text .text-close,
.product.edited .image-container .my-text .texteditor {
	display:none;
}
.product.edited .image-container .my-text textarea {
	transform-origin: top left;
	transform:scale(0.125);
	
	-webkit-box-shadow: none;
	box-shadow: none;
}

.products-container.personal .image-container figure img {
	width:100%;
	height:auto;
}

.products-container.personal .my-text textarea {
	/*width:750px !important;*/
}

.products-container.personal .icon.highlight {
	display:block;
}


.personal-group h3 {
	background-color: white;
	line-height: 50px;
	box-sizing: border-box;
	padding: 0 10px;
	cursor:pointer;
}
.personal-group h3 span.edit{
	background-color:rgb(240,240,240);
}
.personal-group h3 .edit-header,
.personal-group h3 .x-icon,
.personal-group h3 .open-accordion {
	float:right;
	margin:12px 5px 0 0;
	width:26px;
	height:26px;
	display:inline-block;
}
.personal-group h3 .x-icon {
	margin-right:12px;
}
.personal-group h3 .edit-header:hover .background,
.personal-group h3 .x-icon:hover .background {
	fill:#1d9fd8 !important;
}
.personal-group h3 .edit-header.edit:hover .background {
	fill:#39c153 !important;
}

.personal-group h3 .edit-header {
	margin-right:5px;
}
.personal-group.active .open-accordion .background {
	fill:#3DCD58 !important;
}
.personal-group.active .open-accordion .plus {
	display:none;
}

.personal-group .group-content {
	display:none;
}

.personal-group.active .group-content {
	display:flex;
	flex-wrap:wrap;
	min-height:40px;
	padding:10px 0;
	background-color:white;
}

.my-products .btn {
	box-sizing:border-box;
	width:calc(100% - 60px);
	margin:0 20px;
}

.my-products .print-first {
	margin-top:8px;
}



/* * * * * * * * * * * * * * * * Overlay * * * * * * * * * * * * */

.overlay {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:calc(100vw - 400px);
	height:100vh;
	background-color:rgba(255,255,255,0.9);
	z-index:3000;
}
.overlay.active {
	display:block;
}
.overlay .plus-icon {
	display:none;
}
.overlay .plus-icon, 
.overlay .edit-icon,
.overlay .duplicate-icon {
	display:none;
}
.overlay .okay-icon {
	margin-right:5px;
}
.overlay .product > .x-icon {
	display:none;
}
.overlay .product {
  	margin:80px auto 0 auto;
  	position:relative;
  	padding:0;
}
.overlay .product .image-container figure img {
  	width:100%;
}
.overlay .textfield {
  	z-index:1;
  	border-radius:3px;
  	padding: 0 3px;
  	box-sizing:border-box;
}
.overlay .textfield::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:5px;
	border-top:1px solid rgb(66,180,230);
	border-bottom:1px solid rgb(66,180,230);
	border-left:1px solid rgb(66,180,230);
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}
.overlay .textfield::after {
	content:'';
	position:absolute;
	bottom:0;
	right:0;
	height:20px;
	width:20px;
	height:100%;
	width:5px;
	border-top:1px solid rgb(66,180,230);
	border-bottom:1px solid rgb(66,180,230);
	border-right:1px solid rgb(66,180,230);
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}
.overlay .textfield.active::before {
	border-top:1px solid rgb(66,205,88);
	border-bottom:1px solid rgb(66,205,88);
	border-left:1px solid rgb(66,205,88);
}
.overlay .textfield.active::after {
	border-top:1px solid rgb(66,205,88);
	border-bottom:1px solid rgb(66,205,88);
	border-right:1px solid rgb(66,205,88);
}
/*
.overlay .image-container {
  	transform: scale(0.5);
  	transform-origin:left top;
  	display:inline-block;
}

.overlay .product figure img {
  	width:800px;
  	height:auto;
}
*/

/* Text + Icons */
.text-editor-container {
	display:none;
}
.overlay .text-editor-container {
	display:block;
	position:relative;
	margin-top:36px;
	padding:0;
	max-height: 42px;
	min-width:436px;
	background-color: rgba(220,220,220,1);
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.overlay .text-editor-container.active {
	padding:8px;
}
.overlay.active .text-editor-container .tab-text {
	position: absolute;
	top: -28px;
	left:0;
	background-color: rgba(240,240,240,1);
	padding: 4px 8px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	cursor:pointer;
}
.overlay .text-editor-container.active .tab.active {
	background-color: rgba(220,220,220,1);
}
.overlay .text-editor-container .texteditor {
	display:none;
}
.overlay .text-editor-container.active  .texteditor {
	display:block;
}

.overlay .textfield,
.overlay.active .icon-container {
	transform:scale(2) !important;
}
.texteditor .text-fontsize {
	width:60px;
}
.duplicate-text-icon {
	display:none;
}
.overlay .multiple .duplicate-text-icon {
	display:inline-block;
	margin-bottom:-6px;
	cursor:pointer;
}
.overlay .my-color-picker {
	vertical-align:top;
}
.overlay #chose-color {
	display:inline-block;
	height:26px;
	color:transparent;
}

.overlay .text-editor-container input {
  	/*-moz-appearance: none;
  	-webkit-appearance: none;
  	appearance: none;*/
  	border: none;
  	height:26px;
  	line-height:26px;
  	background-color:rgb(255,255,255);
}
.overlay .text-editor-container select {
  	/*-moz-appearance: none;
  	-webkit-appearance: none;
  	appearance: none;*/
  	border: none;
  	height:26px;
  	line-height:26px;
  	background-color:rgb(200,200,200);
}


.icons-editor-container {
	display:none;
}
.overlay .icons-editor-container {
	position:relative;
	display:block;
	margin-top:0;
	padding:0 8px;
	background-color: rgba(220,220,220,1);
	margin-bottom:10px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.overlay .icons-editor-container.active {
	display:block;
}
.overlay .icons-editor-container .tab-icons {
	position: absolute;
	top: -70px;
	left:47px;
	background-color: rgba(240,240,240,1);
	padding: 4px 8px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	cursor:pointer;
}
.overlay .icons-editor-container.active .tab-icons {
	top: -28px;
	background-color: rgba(220,220,220,1);
}

.overlay .icons-editor-container .icons {
	display:none;
}
.overlay .icons-editor-container.active .icons {
	display:block;
}
.overlay .icons-editor-container .icon {
	width:30px;
	height:auto;
}

.overlay .product .image-container {
	transform-origin:top center;
}

/* Tooltip */

/* Tooltip text */
.tooltip,
.tooltip {
  	/*visibility: hidden;*/
  	width: 250px;
  	background-color: rgba(0, 0, 0, 0.5);
  	color: rgba(255,255,255,1);
  	text-align: center;
  	padding: 5px 5px;
  	border-radius: 6px;

  	/* Position the tooltip text */
  	position: absolute;
  	z-index: 510;
  	bottom: 120%;
  	left: 50%;
  	margin-left: -125px; /* half width */

  	/* Fade in tooltip */
  	opacity: 1;
  	transition: opacity 0.3s;
}
.tooltip.tooltip-left,
.tooltip.tooltip-left {
    top: 25%;
	bottom: auto;
	right: 128%;
	left:auto;
}
.tooltip.tooltip-bottom,
.tooltip.tooltip-bottom {
    top: 120%;
    left: 50%;
    bottom: auto;
    margin-left: -90px;
}
.tooltip.tooltip-top,
.tooltip.tooltip-top {
    left: 50%;
    margin-left: -125px;
}

/* Tooltip arrow */
.tooltip::after,
.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
}
.tooltip.tooltip-left::after,
.tooltip.tooltip-left::after {
    top: 50%;
    left: 100%;
    margin-top: -8px;
    margin-left: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.5);
}
.tooltip.tooltip-bottom::after,
.tooltip.tooltip-bottom::after {
    top:auto;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
}
.tooltip.tooltip-top::after,
.tooltip.tooltip-top::after {
    
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip.active {
  /*visibility: visible;*/
  opacity: 1;
} 

/* * * * * * * * * * * * * * * * Footer * * * * * * * * * * * * */

#small_footer {
  background-color: #3DCD58;
  color: white;
  font-size: 12px;
  min-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#small_footer > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
	max-width: 1180px;
	margin:0 auto;
}
#small_footer li {
	display:inline-block;
}
#small_footer li::after {
	content:"|";
}
#small_footer li:last-child::after {
	content:"";
}
#small_footer a {
  color: white;
  padding: 0 3px;
}

/* * * * * * * * * * * * * * * * Print Dialog * * * * * * * * * * * * */

.overlay-print {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:calc(80vw - 20px);
	height:100vh;
	background-color:rgba(255,255,255,0.9);
	z-index:2001
}
.overlay-print.active {
	display:flex;
	align-items: center;
  	justify-content: center;
}
.overlay-print .print-dialog {
	text-align:center;
	width:50%;
	position:relative;
}
.overlay-print .print-all {

}
.labelingstrip-container {
	position:relative;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	width:200px;
	margin:0 5px 20px 5px;
}
.labelingstrip-container .stripnumber {
	position: absolute;
	color: rgb(61,205,88);
	top: 5px;
	right: 5px;
}

.labelingstrip-container img {
	width:100%;
	height:auto;
	border: 2px solid transparent;
	box-sizing:border-box;
	cursor:pointer;
}
.labelingstrip-container img.active {
	border-color:rgb(61,205,88);
}
.print-product {
	display:inline-block;
	background-color: rgb(61,205,88);
	padding: 2px 5px;
	color: white;
	border-radius: 12px;
	margin: 3px 3px 3px 0;
}
.close-print-dialog-icon {
	position:absolute;
	top:0;
	right:-50px;
	cursor:pointer;
}

.labelingstrip-info,
.print-labelingstrip {
	display:none;
}
.labelingstrip-info.active {
	display:block;
}
.print-labelingstrip.active {
	display:inline-block;
}
/* * * * * * * * * * * * * * * * Print * * * * * * * * * * * * */

.print-window {
	display:none;
	top:0;
	left:0;
	right:0;
	bottom:0;
	/*width:100vw;
	height:100vw;*/
	background-color:rgba(255,255,255,0.9);
	position:relative;
}
.print-window.active {
	display:block;
}
.print-window .x-icon {
	position: fixed;
	top: 10mm;
	right: calc(50% - 120mm);
	cursor:pointer;
}
.print-window .print-info {
	position: fixed;
	top: 23mm;
	right: calc(50% - 165mm);
	width: 55mm;
	background-color:white;
	padding:5px;
}
.print-window .final-print {
	position: fixed;
	top: 55mm;
	right: calc(50% - 165mm);
	width: 55mm;
}

.print-frame {
	width:210mm;
	height:297mm;
	margin:0 auto;
	border-top:1px solid black;
	box-sizing: border-box;
	background-color:rgb(230,235,230);
	box-sizing:border-box;
	position:relative;
}
.print-frame .textfield {
  	position: absolute;
  	transform:scale(1);
  	background-color:rgb(255,255,255);
  	overflow:visible;
  	box-sizing:border-box;
}
.print-frame .textfield.withCutMarks::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -12px;
	height: 20px;
	width: 20px;
	height: 100%;
	width: 10px;
	border-top: 1px solid rgb(0,0,0);
	border-bottom: 1px solid rgb(0,0,0);
	transform: scaleX(-1);
}
.print-frame .textfield.withCutMarks::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: -12px;
	height: 20px;
	width: 20px;
	height: 100%;
	width: 10px;
	border-top: 1px solid rgb(0,0,0);
	border-bottom: 1px solid rgb(0,0,0);
	transform: scaleX(-1);
}
.print-frame .icon-container.withCutMarks::before {
	content: '';
	position: absolute;
	top: -12px;
	right: 0;
	left:0;
	width: 100%;
	height: 10px;
	border-left: 1px solid rgb(0,0,0);
	border-right: 1px solid rgb(0,0,0);
	transform: scaleY(-1);
}
.print-frame .icon-container.withCutMarks::after {
	content: '';
	position: absolute;
	bottom: -12px;
	right: 0;
	left:0;
	width: 100%;
	height: 10px;
	border-left: 1px solid rgb(0,0,0);
	border-right: 1px solid rgb(0,0,0);
	transform: scaleY(-1);
}

/* KNX combined */
/* first */
.print-frame .textfield.withCutMarks-first::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -12px;
	height: 20px;
	width: 20px;
	height: 100%;
	width: 10px;
	border-top: 1px solid rgb(0,0,0);
	/*border-bottom: 1px solid rgb(0,0,0);*/
	transform: scaleX(-1);
}
.print-frame .textfield.withCutMarks-first::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: -12px;
	height: 20px;
	width: 20px;
	height: 100%;
	width: 10px;
	border-top: 1px solid rgb(0,0,0);
	/*border-bottom: 1px solid rgb(0,0,0);*/
	transform: scaleX(-1);
}
.print-frame .icon-container.withCutMarks-first::before {
	content: '';
	position: absolute;
	top: -12px;
	right: 0;
	left:0;
	width: 100%;
	height: 10px;
	border-left: 1px solid rgb(0,0,0);
	border-right: 1px solid rgb(0,0,0);
	transform: scaleY(-1);
}
/* last */
.print-frame .textfield.withCutMarks-last::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -12px;
	height: 20px;
	width: 20px;
	height: 100%;
	width: 10px;
	/*border-top: 1px solid rgb(0,0,0);*/
	border-bottom: 1px solid rgb(0,0,0);
	transform: scaleX(-1);
}
.print-frame .textfield.withCutMarks-last::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: -12px;
	height: 20px;
	width: 20px;
	height: 100%;
	width: 10px;
	/*border-top: 1px solid rgb(0,0,0);*/
	border-bottom: 1px solid rgb(0,0,0);
	transform: scaleX(-1);
}
.print-frame .icon-container.withCutMarks-last::after {
	content: '';
	position: absolute;
	bottom: -12px;
	right: 0;
	left:0;
	width: 100%;
	height: 10px;
	border-left: 1px solid rgb(0,0,0);
	border-right: 1px solid rgb(0,0,0);
	transform: scaleY(-1);
}

.print-frame .textfield.withCutMarks .inner-cutMarks-top-left,
.print-frame .textfield.withCutMarks-first .inner-cutMarks-top-left {
	position: absolute;
	top: -0.5px;
	left: -0.5px;
	width:6px;
	height:6px;
	border-top: 1px solid rgb(150,150,150);
	border-left: 1px solid rgb(150,150,150);
}
.print-frame .textfield.withCutMarks .inner-cutMarks-top-right,
.print-frame .textfield.withCutMarks-first .inner-cutMarks-top-right {
	position: absolute;
	top: -0.5px;
	right: -0.5px;
	width:6px;
	height:6px;
	border-top: 1px solid rgb(150,150,150);
	border-right: 1px solid rgb(150,150,150);
}
.print-frame .textfield.withCutMarks .inner-cutMarks-bottom-right,
.print-frame .textfield.withCutMarks-last .inner-cutMarks-bottom-right {
	position: absolute;
	bottom: -0.5px;
	right: -0.5px;
	width:6px;
	height:6px;
	border-bottom: 1px solid rgb(150,150,150);
	border-right: 1px solid rgb(150,150,150);
}
.print-frame .textfield.withCutMarks .inner-cutMarks-bottom-left,
.print-frame .textfield.withCutMarks-last .inner-cutMarks-bottom-left {
	position: absolute;
	bottom: -0.5px;
	left: -0.5px;
	width:6px;
	height:6px;
	border-bottom: 1px solid rgb(150,150,150);
	border-left: 1px solid rgb(150,150,150);
}

.print-frame .textfield.withCutMarks-first .inner-cutMarks-bottom-right,
.print-frame .textfield.withCutMarks-first .inner-cutMarks-bottom-left,
.print-frame .textfield.withCutMarks-last .inner-cutMarks-top-right,
.print-frame .textfield.withCutMarks-last .inner-cutMarks-top-left,
.print-frame .textfield.withoutCutMarks .inner-cutMarks {
	display:none;
}

.print-textfield-category {
	position: absolute;
	left: 4px;
	bottom: -14px;
	font-size: 7px;
}
.print-textfield-article {
	position: absolute;
	right: 4px;
	bottom: -14px;
	font-size: 7px;
}
.print-textfield-room {
	position: absolute;
	left: 4px;
	bottom: -22px;
	font-size: 7px;
}
@media only screen and (max-width: 1280px) {
	.print-window .x-icon {
		right:175px;
	}
	.print-window  .print-info {
		right:5px;
	}
	.print-window .final-print {
		right:5px;
	}
	.print-navigation {
		background-color: white;
		position: fixed;
		top: 8mm;
		width: 220px;
		height: 220px;
		right: 5px;
	}
}
@media only screen and (max-width: 1000px) {
	.print-frame {
		transform-origin:left top;
		transform:scale(0.8);
		margin:0 0 0 10px;
		margin-top:-220px;
	}
	.print-frame-1 {
		margin-top:0;
	}
	
	
}
@media only screen and (max-width: 1000px) {
	.overlay-print {
		width:100vw;
	}
	.overlay-print .print-dialog {
		width:80vw;
	}
	.close-print-dialog-icon {
		right:0;
	}
	.print-frame {
		transform:scale(0.6);
		margin-top:-440px;
	}
	.print-frame-1 {
		margin-top:0;
	}
}
@media only screen and (max-width: 710px) {
	.print-frame {
		transform:scale(0.4);
		margin-top:-670px;
	}
	.print-frame-1 {
		margin-top:0;
	}
}
@media only screen and (max-width: 550px) {
	.print-frame {
		transform:scale(0.37);
		margin-top:-700px;
	}
	.print-frame-1 {
		margin-top:0;
	}
}


@media print {
	.print-frame {
		background-color:rgb(255,255,255);
		border-color:transparent;
		transform:scale(1);
		margin-top:0 !important;
	}
	.print-frame .textfield {
		/*background-color:yellow;*/
	}
	footer {
		display:none;
	}
}




