@font-face {
    font-family: 'Dosis';
    src: url('/webfonts/dosis/dosis-regular-webfont.woff2') format('woff2'),
         url('/webfonts/dosis/dosis-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DosisBold';
    src: url('/webfonts/dosis/dosis-bold-webfont.woff2') format('woff2'),
         url('/webfonts/dosis/dosis-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: bold;

}

@font-face {
    font-family: 'DosisExtrabold';
    src: url('/webfonts/dosis/dosis-extrabold-webfont.woff2') format('woff2'),
         url('/webfonts/dosis/dosis-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DosisExtralight';
    src: url('/webfonts/dosis/dosis-extralight-webfont.woff2') format('woff2'),
         url('/webfonts/dosis/dosis-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DosisLight';
    src: url('/webfonts/dosis/dosis-light-webfont.woff2') format('woff2'),
         url('/webfonts/dosis/dosis-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DosisMedium';
    src: url('/webfonts/dosis/dosis-medium-webfont.woff2') format('woff2'),
         url('/webfonts/dosis/dosis-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DosisSemibold';
    src: url('/webfonts/dosis/dosis-semibold-webfont.woff2') format('woff2'),
         url('/webfonts/dosis/dosis-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */

/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */

/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */

*,
::before,
::after {
	background-repeat: no-repeat; /* 1 */
	box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */

::before,
::after {
	text-decoration: inherit; /* 1 */
	vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */

html {
	box-sizing: border-box; /* 1 */
	cursor: default; /* 2 */
	-ms-text-size-adjust: 100%; /* 3 */
	-webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: .34em 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
	list-style: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ffff00;
	color: #000000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

::-moz-selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */

/*
 * Change the alignment on media elements in all browers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg {
	fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */

/**
 * Collapse border spacing
 */

table {
	border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */

button,
input,
select,
textarea {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */

textarea {
	overflow: auto; /* 1 */
	resize: vertical; /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
	display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */

/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
	-ms-touch-action: manipulation; /* 1 */
	touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
	display: none;
}

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */

/**
 * Change the cursor on busy elements (opinionated).
 */

[aria-busy="true"] {
	cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */

[aria-controls] {
	cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */

[aria-hidden="false"][hidden]:not(:focus) {
	clip: rect(0, 0, 0, 0);
	display: inherit;
	position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */

[aria-disabled] {
	cursor: default;
}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}/* CSS Document */

@charset "utf-8";


/* alle Seiten */

h1, h2, h3 {
	text-align: center;
	margin-top: 0px;
}

h1.headline {
	margin: 0;
}

p {
	margin-top: 0;
}

.links {
	text-align: left;
}

#container span.a {
	/*color: #7ab206;*/
	color: #000;
	text-decoration: underline;
	cursor:pointer;
}

#container a {
	color: #000;
}

#head_right_2 button.but01{
	width: auto;
	padding-left: 28px;
    background-image: url(/images/einstellung_symbol.png);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: 6px 5.5px;
	font-size: 16px;
	
}

#button_ok{
    width: 135px;
    height: 42px;
    background-color: #24890d;
	color: white;
}

.text_right {
	text-align: right;
}

.strong {
	font-weight: bold;
}

.clickable {
	cursor:pointer;
}

.rot {
    color: #f00;
}

/* ############################################################### */

/* logout.html */

#logout_message {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #000;
	padding-top: 300px;
	/*background-color: #d2d2d2;*/
}


/* login.html */

#container #login {
	width: 400px;
	height: 290px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	border: 1px solid #aaa;
	border-radius: 10px;
	padding: 10px;
	font-size: 14px;
}

#container #login h1 {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-left: 2px;
}

#container #login div.formularfeldlogin {
    margin-bottom: 5px;
    margin-top: 10px;
}

#container #login div.formularfeldbeschriftung {
    font-size: 16px;
}

#container #login input.form-eingabe {
    font-size: 12px;
    width: 375px;
    height: 25px;
    background-color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #CCC;
}

#container #login-message {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	color: #F00;
	text-align: center;
}

#container #login a {
    font-size: 14px;
}


/* resetpassword.html */

#container #resetpassword {
	width: 550px;
	height: 260px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	border: 1px solid black;
	border-radius: 10px;
	padding: 10px;
}

#container #resetpassword h1 {
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 15px;
}

#container #resetpassword div.formularfeld {
    margin-bottom: 5px;
    margin-top: 10px;
}

#container #resetpassword div.formularfeldbeschriftung {
    font-size: 16px;
	width: 55px;
}

#container #resetpassword input.form-eingabe {
    font-size: 12px;
    width: 524px;
    height: 25px;
    background-color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #CCC;
}

.resetpassword-message {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: center;
	color: red;
}

/* user_action.php */

#container #mailcheckOK {
	width: 700px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	border: 1px solid #aaa;
	border-radius: 10px;
	padding: 10px;
}



/* ownobjects.html */

#ownobjects_notfor2 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #000;
	padding-top: 220px;
	/*background-color: #d2d2d2;*/
}

#ownobjects_tools{
    margin-left: 23px;
}
.button_description {
    padding-left: 7px;
    font-size: 16px;
}
/* impressum.html */

p.impressum_subtitle {
	font-weight: bold;
	margin-bottom: 4px;
}

#user_objects{
	position: relative;
    background: white;
}

/* PopUps */

#PopUp #working {
    width: 1000px;
    height: 680px;
	display: none;
}

#PopUp h2 {
	padding-top: 0px;
}

#PopUp .settings_content {
	margin-left: 150px;
	width: 700px;
	text-align: left;
}

#PopUp .settings_download {
	margin-left: 150px;
	width: 800px;
	text-align: center;
	height: 55px;
	clear: both;
}

#popup_settings div.sd_left {
    float: left;
	width: 500px;
}

#popup_settings div.sd_right {
    float: left;
	width: 250px;
	padding-top: 5px;
}

#popup_settings  #popup_settings_download_explanation {
	font-weight: bold;
}

#PopUp .settings_cancel {
	width: 900px;
}

#PopUp .gcDownloadMode {
	margin-left: 150px;
	width: 700px;
	text-align: left;
}

#PopUp #popup_gcDownload_explanation {
	margin-left: 150px;
	width: 700px;
	text-align: left;
	font-weight: bold;
}

#PopUp #download_hinweis {
	margin-left: 150px;
	width: 700px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: red;	
}

#PopUp .gcDownload_buttons {
	width: 800px;
}

#PopUp img.flag {
	width: 38px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#PopUp .infos_content {
	margin-left: 150px;
	width: 700px;
	text-align: center;
}

#PopUp p.popup_info_info {
	font-size: 26px;
}

#UserPrinterAuswahlUser {
	margin-top: 20px;
	margin-left: 150px;
	width: 700px;
	text-align: left;
}



/* ############################################################### */

#index-page1 {
	height: 600px;
}

#index-page2 {
	height: 600px;
}

#bocusini-applications .page-invisible {
	display: none;
}



#faderLeft {
	position: fixed;
	width: 50px;
	height: 700px;
	top: 80px;
	left: 0px;
	z-index: 30000;
	overflow: hidden;
	-webkit-touch-callout: none;
    -khtml-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
}

#faderRight {
	position: fixed;
	width: 50px;
	height: 700px;
	top: 80px;
	left: 0px;
	z-index: 20000;
	-webkit-touch-callout: none;
    -khtml-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
}

#bocusini-applications #page-navi .pnleft {
	width: 50%;
	float: left;
	text-align: left;
}

#bocusini-applications #page-navi .pnright {
	width: 50%;
	float: left;
	text-align: right;
}

#bocusini-applications #page-navi button {
	width: 100px;
	height: 30px;
    background-color: #EDE7AE;
    color: black;
    border: 3px solid #4CAF50; /* Green */
	border-radius: 8px;
	font-size:16px;
	cursor:pointer;
}

#bocusini-applications #nextChocoPage, #bocusini-applications #nextMarzipanPage {
	position: fixed;
	width: 100px;
	height: 100px;
	top: 430px;
	left: 900px;
	cursor:pointer;
	z-index: 30000;
}

#bocusini-applications #previousChocoPage, #bocusini-applications #previousMarzipanPage {
	position: fixed;
	width: 100px;
	height: 100px;
	top: 430px;
	left: 15px;
	cursor:pointer;
	z-index: 20000;
}

#bocusini-applications #nextApplicationPage {
	position: fixed;
	width: 100px;
	height: 100px;
	top: 270px;
	left: 900px;
	cursor:pointer;
	z-index: 30000;
}

#bocusini-applications #previousApplicationPage {
	position: fixed;
	width: 100px;
	height: 100px;
	top: 270px;
	left: 15px;
	cursor:pointer;
	z-index: 20000;
}

#bocusini-applications #nextTemplatePage {
	position: fixed;
	width: 100px;
	height: 100px;
	top: 660px;
	left: 900px;
	cursor:pointer;
	z-index: 30000;
}

#bocusini-applications #previousTemplatePage {
	position: fixed;
	width: 100px;
	height: 100px;
	top: 660px;
	left: 15px;
	cursor:pointer;
	z-index: 20000;
}

#bocusini-applications #nextTippsPage {
	position: fixed;
	width: 85px;
	height: 85px;
	top: 1050px;
	left: 900px;
	cursor:pointer;
	z-index: 30000;
}

#bocusini-applications #previousTippsPage {
	position: fixed;
	width: 85px;
	height: 85px;
	top: 1050px;
	left: 15px;
	cursor:pointer;
	z-index: 20000;
}

#container #backHome {
	position:fixed;
	top: 15px;
	left: 60px;
	width: 48px;
	height: 48px;
	display: none;
	background-image: url('/bocusini-applications/images/home-icone.png');
	background-size: contain;
	cursor: pointer;
	border: 3px solid black;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.58);
}

#container #backHome button {
	width: 200px;
	height: 35px;
    background-color: #EDE7AE;
    color: black;
    border: 3px solid #4CAF50; /* Green */
	border-radius: 8px;
	font-size:20px;
	cursor:pointer;
}

#container #adminButton {
	position:fixed;
	top: 15px;
	left: 1060px;
	width: 48px;
	height: 48px;
	display: none;
	background-image: url('/images/settings.png');
	background-size: contain;
	cursor: pointer;
	border: 3px solid black;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.58);
}

#bocusini-applications h1 {
	clear: both;
}

#bocusini-applications div.kachel_balken {
	float: left;
	width: 100%;
	margin-left: 30px;
	background-color: rgba(255, 255, 255, 0.58);
}

#bocusini-applications div.kachel_balken_navi_links, #bocusini-applications div.kachel_balken_navi_rechts {
	width: 50px;
	height: 300px;
}

#bocusini-applications div.kachel_balken_navi_links {
	float: left;
	background-image: url('/images/navi-pfeil-links2.png');
	background-repeat:no-repeat;
	background-position:50% 50%;
	cursor: pointer;
	opacity: 0.4;
}

#bocusini-applications .opa1 {
	/* background-color: rgba(150, 150, 150, 0.2); */
	opacity: 1.0 !important;	
}

#bocusini-applications .opa0 {
	opacity: 0.0 !important;
	cursor: default !important;
}

#bocusini-applications div.kachel_balken_navi_inhalt {
	float: left;
	background-color: rgba(0, 150, 200, 0.3);
}

#bocusini-applications div.kachel_balken_navi_rechts {
	float: right;
	background-image: url('/images/navi-pfeil-rechts2.png');
	background-repeat:no-repeat;
	background-position:50% 50%;
	/* background-color: rgba(100, 255, 100, 0.3); */
	cursor: pointer;
	opacity: 0.4;
}

#auswahl-gesamt {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#container p.einzug01 {
	padding-left: 20px;
}

#container div.yt-video {
	width: 1000px;
	text-align: center;
}


#container .font-red {
	color: #F00;
}

#tipps {
	min-height: 500px;
}


/* Account */

#credit_table {
	width: 60%;
}

#credit_table td {
    border: 1px solid black;
    padding: 12px;
}

.verlauf_table {
	
	width: 60%;
}

.verlauf_table td, .verlauf_table th {
    border: 1px solid black;
    padding: 12px;
}

.verlauf_table .col_1 {
    width: 142px;
}

.verlauf_table .col_2 {
    width: 200px;
}
.verlauf_table .col_3 {
    width: 200px;
}

div.impressum h2 {
	font-size: 20px;
	text-align: left;
	margin-bottom: 4px;
}

div.impressum h3 {
	font-size: 18px;
	text-align: left;
	margin-bottom: 4px;
}





button.but01, input.but01 {
    width: 100px;
	height: 30px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:14px;
	cursor:pointer;
    /* margin-left: 106px; */
}

button.but01:hover, input.but01:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

button.but02, input.but02,
button.but022, input.but022 {
    min-width: 200px;
	height: 35px;
	margin-left: 8px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:14px;
	cursor:pointer;
	font-family: "Dosis", sans-serif;

}

button.but02:hover, input.but02:hover,
button.but022:hover, input.but022:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

/* Style wie but02, Std mit Schatten */
button.but_Std {
    min-width: 100px;  /* geändert von width :200px; passt Größe dem Text an */
	height: 35px;
	margin-left: 8px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:14px;
	cursor:pointer;
	font-family: "Dosis", sans-serif;
}

button.but_Std:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}


button.but03, input.but03 {
    width: 300px;
	height: 30px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:16px;
	cursor:pointer;
}

button.but03:hover, input.but03:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

button.but04, input.but04 {
    width: 100px;
	height: 40px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:24px;
	font-weight: bold;
	cursor:pointer;
    /* margin-left: 106px; */
}

button.but04:hover, input.but04:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

button.but05, input.but05 {
    width: 130px;
	height: 30px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:16px;
	cursor:pointer;
    /* margin-left: 106px; */
}

button.but05:hover, input.but05:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

button.but06, input.but06 {
    width: 200px;
	height: 45px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:16px;
	cursor:pointer;
    /* margin-left: 106px; */
}

button.but06:hover, input.but06:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

button.but07, input.but07 {
    width: 375px;
	height: 40px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:14px;
	cursor:pointer;
    margin-bottom: 10px;
}

button.but07:hover, input.but07:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

button.but08, input.but08 {
    width: 250px;
	height: 35px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:16px;
	/*font-weight: bold;*/
    font-family: "Dosis", sans-serif;
	cursor:pointer;
    margin-bottom: 10px;
    margin: 5%;
    margin-left: 22%;
}

button.but08:hover, input.but08:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19); 
}

button.but08serie, input.but08serie{
    width: 250px;
	height: 35px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:16px;
	/*font-weight: bold;*/
    font-family: "Dosis", sans-serif;
	cursor:pointer;
    margin: 2%;
    margin-left: 11%;
}

button.but09, input.but09 {
    width: 200px;
	height: 30px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:16px;
	cursor:pointer;
    /* margin-left: 106px; */
}

button.but09:hover, input.but09:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

button.but10, input.but10 {
    width: 150px;
	height: 30px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:16px;
    font-weight: bold;
	cursor:pointer;
     margin-right: 10%;
}

button.but10:hover, input.but10:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

button.but11, input.but11 {
    width: 220px;
	height: 30px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:16px;
	cursor:pointer;
    /* margin-left: 106px; */
}

button.but11:hover, input.but11:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

button.but12, input.but12 {
    width: 130px;
	height: 28px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:16px;
	cursor:pointer;
    /* margin-left: 106px; */
}

button.but12:hover, input.but12:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

button.but14, input.but14 {
    width: 250px;
	height: 30px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:16px;
    font-weight: bold;
	cursor:pointer;
    /* margin-left: 106px; */
}

button.but14:hover, input.but14:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

button.but15, input.but15 {
    width: 250px;
	height: 30px;
    background-color: #fff;
    color: black;
    border: none;  
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	font-size:16px;
	cursor:pointer;
    /* margin-left: 106px; */
}

button.but15:hover, input.but15:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}


button.but16 {
    min-width: 150px;
	height: 28px;
	margin-left: 8px;
    background-color: #eee;
    color: black;
    border: none;  
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2), 0 6px 8px 0 rgba(0,0,0,0.19);
	font-size:14px;
	cursor:pointer;
	font-family: "Dosis", sans-serif;

}

button.but16:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}





button.green {
    background-color: #24890d;
    color: white;
}/* CSS Document */

@charset "utf-8";

body {
	font-family: "Dosis", sans-serif;
	font-size: 18px;
}

#top {
    display: flex;
    justify-content: space-between;
    align-items: center;    
    background-color: black;
    color: white;
    padding-right: 12px;
    padding-left: 12px;
}

#container {
	height: 800px;
	width: 1180px;
	margin-left: auto;
    margin-right: auto;
    /*background-color: #ddd;*/
}

#container_noscroll {
	width: 1180px;
	margin-left: auto;
    margin-right: auto;
    /*background-color: #ddd;*/
}

#header_navi {
    padding-top: 4px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    background-color: black;
}

#head {
	height: 100px;
	width: 100%;
}

#head_left {
    width: 22%;
    height: 100%;
	text-align: left;
	font-family: "Dosis", sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #000;
    padding-top: 12px;
    padding-left: 20px;
    /*background-color: #d2d2d2;*/
    float: left;
}

#head_center {
    width: 56%;
    height: 100%;
	text-align: center;
	font-family: "Dosis", sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #000;
    padding-top: 22px;
    /*background-color: #94d4d4;*/
    float: left;
}

#head_right {
    width: 22%;
    height: 100%;
    /*background-color: #26d6d6;*/
    float: left;
}

#head_right_top {
    height: 75%;
    /*background-color: lawngreen;*/
}

#head_right_bottom {
    height: 25%;
    padding-top: 2px;
    padding-right: 16px;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    /*background-color: hotpink;*/
}

#head_right_admin {
    width: 20%;
    height: 100%;
	text-align: center;
	font-family: "Dosis", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
    padding-top: 6px;
    /*background-color: #d2d2d2;*/
    float: left;
}

#head_right_1 {
    width: 20%;
    height: 100%;
	text-align: center;
	font-family: "Dosis", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
    padding-top: 6px;
    background-image: url('/images/mail.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    float: left;
    cursor: pointer;
}

#head_right_2 {
	width: 60%;
	height: 100%;
	text-align: center;
	font-family: "Dosis", sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #000;
	padding-top: 20px;
    /*background-color: #26d6d6;*/
	float: left;
}

#head div.register {
	font-size: 15px;
    padding-top: 42px;
    text-align: right;
}

#head .head_admin {
    padding-top: 18px;
    width: 30px;
    cursor: pointer;
}

#head .head_logo {
    width: 137px;
    margin-top: 6px;
}

#head .head_anzahl_mails {
	padding-top: 36px;
    padding-left: 28px;
}

#content {
	width: 100%;
	height: 700px;
	/*background-color: #ff0;*/
}

#content_noscroll {
	width: 100%;
	min-height: 700px;
    float: left;
}

#content_left {
    width: 33%;
    height: 100%;
	text-align: center;
    /*background-color: #d2d2d2;*/
    float: left;
}

#content_center {
    width: 34%;
    height: 100%;
	text-align: center;
    /*background-color: #94d4d4;*/
    float: left;
}

#content_right {
    width: 33%;
    height: 100%;
	text-align: center;
    /*background-color: #26d6d6;*/
    float: left;
}

#content #login_window {
    float: left;
    width: 100%;    
}

#content #showApplications {
    width: 300px;
    height: 424px;
    margin-left: 50px;
    margin-top: 50px;
    padding-top: 110px;
    background-image: url('/images/anwendungen.jpg');
    background-position: -200px 0px;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	cursor:pointer;
}

#content #showApplications:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

/* #content #showOwnObjects { */
#content #navi_templates {
    width: 300px;
    height: 424px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding-top: 110px;
    background-image: url('/images/eigene_objekte.jpg');
    background-position: -220px 0px;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
	cursor:pointer;
}

#content #showApplications .text_kachel, #content #navi_templates .text_kachel{
    padding-top: 15px;
	text-shadow: 0 0 2px white, 0 0 4px white;
    font-size: 28px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    line-height: 28px;
    height: 63px;
    background-color: rgba(255, 255, 255, 0.27);
	text-shadow: 0 0 2px black, 0 0 4px black;
    background-color: rgba(0, 0, 0, 0.27);
    color: #ffffff;
}


#content #showOwnObjects:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

#content #navi {
    width: 300px;
    height: 400px;
    margin-left: 40px;
    margin-top: 50px;
}

#content #navi .navi_item {
    width: 100%;
    height: 60px;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 30px;
	font-weight: bold;
	color: #000;
    /*background-image: url('/images/bocusini-dummy.png');
    background-repeat: repeat;*/
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
    cursor:pointer;
}

#content #navi_konto {
    visibility: hidden;
}

#content #navi .navi_item:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

#content .scrollbar {
    overflow-y: scroll;
    /*background-color: #0000ee;*/
}

#content #scroll_area {
    width: 100%;
    height: 560px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    /*overflow-y: hidden;*/
    /*background-color: #00dd00;*/
}

#content #scroll_area_applications {
    width: 100%;
    height: 610px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    /*overflow-y: hidden;*/
    /*background-color: #00dd00;*/
}

#content #scroll_area_impressum {
    width: 100%;
    height: 680px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    /*overflow-y: hidden;*/
    /*background-color: #00dd00;*/
}

#content #scroll_content {
    /*background-color: #0000ee;*/
}

#content #scroll_content .kachel_balken {
    /*background-color: #0000ee;*/
    width: 100%;
    /*height: 270px;*/
}

#content #impressum_area {
    width: 100%;
    float: left;
}

#applications_area {
    min-height: 500px;
    margin-left: 30px;
}

#user_stl_area {
    min-height: 500px;
    margin-left: 30px;
}

#userobjects_area {
    min-height: 500px;
    margin-left: 30px;
}

#tips_area {
    min-height: 500px;
    margin-left: 30px;
}

#tips_area_text {
    width: 100%;
    float: left;
}

#templates_area {
    min-height: 500px;
    margin-left: 30px;
}

#mylogo_area {
    min-height: 500px;
    margin-left: 30px;
}

#kachel_area {
    min-height: 500px;
    margin-left: 30px;
}

#user_stl_schnellauswahl #scroll_area {
    width: 100%;
    height: 435px;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    /*overflow-y: hidden;*/
    /*background-color: #00dd00;*/
}

#footer {
    width: 100%;
    height: 26px;
    border-top: 1px solid #CCC;
    color: black;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-top: 6px;
	text-align: center;
}

#footer a {
    color: black;
}

#PopUpOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

#PopUp {
    position: absolute;
    width: 1000px;
    height: 680px;
    background-color: #fff;
    text-align: right;
    padding: 5px;
    /*outline: none;
    opacity: 0.7;
    transition: opacity 0.2s;*/
    display: none;
}

#PopUpClose {
    width: 30px;
    height: 30px;
    background: url(/images/close.png) top right no-repeat;
    text-align: right;
    /*outline: none;*/
    opacity: 0.7;
    transition: opacity 0.2s;
    cursor:pointer;
    display: none;
}

.popup {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    /*line-height: 0;*/
    font-weight: normal;
}

#BackButtonOverlay {
    position: absolute;
    top: 100px;
    left: 45px;
    z-index: 1000;
    /*background-color: #ff0;*/
    display: none;
}

.BackButtonOverlay{
    /* left: 45px !important; */
}

#BackButtonOverlay .backbutton {
    height: 40px;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
}

#BackButtonOverlay .backbutton:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

#app_mylogo #scroll_content{
    height: 800px;
}

#tt-VideoAnleitungen {
    float: left;
}

#tt-VideoAnleitungen embetty-video {
    width: 500px;
    height: 280px;
}

#tt-VideoAnleitungen ol li {
    float: left;
    width: 550px;
}

#tt-VideoAnleitungen br.clear {
    clear: both;
}

.ui-tooltip {
    font-size: 12px;
}/* registration.html */

#container #registration {
	width: 890px;
	height: 700px;
	margin-left: 155px;
	margin-top: 0px;
	margin-bottom: 15px;
	border: 1px solid #aaa;
	border-radius: 10px;
	padding: 10px;
	float: left;
}

#container #registration #waiting {
	clear: both;
	width: 100%;
	height: 90px;
	text-align: center;
	padding-top: 30px;
	display: none;
	z-index: 50000;
	background-color: white;
}

#container #registration h1 {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 15px;
}

#container #registration div.tab1,
#container #registration div.tab2 {
	height: 599px;
}

#container #registration div.formularfeld {
	height: 28px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#container #registration div.formularfeld_fuss {
	height: 53px;
	margin-bottom: 1px;
	margin-top: 10px;
}

#container #registration div.formularfeldbeschriftung {
	font-size: 16px;
	float: left;
	width: 180px;
	padding-top: 0px;
}

#container #registration div.ffb_unten {
	padding-top: 20px;
}

#container #registration input.form-eingabe {
	font-size: 12px;
	width: 575px;
	height: 23px;
	background-color: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #CCC;
}

#container #registration select.form-dropdown {
	font-size: 12px;
	width: 300px;
	height: 23px;
	background-color: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #CCC;
}

#container #registration .form-checkbox {
	font-size: 14px;
}

#container #registration #goreca,
#container #registration #reg_sa_goreca {
	float: right;
}

#container #registration .button-disabled {
	color: #dddddd;
	background-color: #cccccc;
	cursor: default;
}

#container #registration-message,
#container #registration_sa_message {
	font-size: 16px;
	line-height: 1.3;
	width: 760px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	margin-bottom: 12px;
	color: #F00;
	text-align: center;
}

#container #registration-info,
#container #registration_sa_info {
	font-size: 16px;
	width: 760px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
	color: #00F;
	text-align: center;
}

#container #registration a {
	font-size: 14px;
}



/* Tabs mit radio-Buttons */
#container #registration .tabbed figure {
	width: 100%;
	display: block;
	margin-left: 0;
	border-bottom: 1px solid silver;
	clear: both;
}

#container #registration .tabbed>input,
#container #registration .tabbed figure>div {
	display: none;
}

#container #registration .tabbed figure>div {
	padding: 20px;
	width: 100%;
	border: 1px solid silver;
	background: #fff;
	line-height: 1.5em;
	letter-spacing: 0.3px;
	color: #444;
}

#container #registration #tab1:checked~figure .tab1,
#container #registration #tab2:checked~figure .tab2,
#container #registration #tab3:checked~figure .tab3 {
	display: block;
}

#container #registration nav label {
	float: left;
	padding: 5px 15px;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	background: #ffffff;
	color: #000;
	font-size: 16px;
}

#container #registration nav label:nth-child(1) {
	border-left: 1px solid silver;
}

#container #registration nav label:hover {
	background: #f0f0f0;
}

#container #registration nav label:active {
	background: #bcd5b6;
}

#container #registration #tab1:checked~nav label[for="tab1"],
#container #registration #tab2:checked~nav label[for="tab2"],
#container #registration #tab3:checked~nav label[for="tab3"] {
	background: white;
	color: #111;
	position: relative;
	border-bottom: none;
}

#container #registration #tab1:checked~nav label[for="tab1"]:after,
#container #registration #tab2:checked~nav label[for="tab2"]:after,
#container #registration #tab3:checked~nav label[for="tab3"]:after {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: white;
	left: 0;
	bottom: -1px;
}

#container #registration select.selectuser {
	font-size: 12px;
	height: 23px;
	width: 575px;
	margin-left: 0 !important;
}

#container #registration_agb,
#container #registration_agb_subaccount {
	margin-left: 12px;
	line-height: 1.4;
}

#container #registration input[type=checkbox] {
	transform: scale(1.4);
}
#subaccounts_content {
    width: 100%;
    min-height: 400px;
}

.subaccounts_content {
    margin-left: 10%;
}

#subaccounts_content .table_subaccounts, #subaccounts_content .table_subaccount_token {
    width: 80%;
    margin-right: auto;
    margin-left: auto;    
    border-collapse: collapse;
}

#subaccounts_content table, #subaccounts_content th, #subaccounts_content td {
  border: 1px solid;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 18px;
}


#subaccounts_content .tsa_h_col1, #subaccounts_content .tsa_h_col2, #subaccounts_content .tsa_h_col3 {
    text-align: left;
}

#subaccounts_content .tsa_col4, #subaccounts_content .tsa_col5, #subaccounts_content .tsa_col6, #subaccounts_content .tsa_col7, #subaccounts_content .tsa_col8 {
    text-align: center;
}


#subaccounts_content .tst_h_col1 {
    width: 200px;
}

#subaccounts_content .tst_h_col2 {
    width: 130px;
}

#subaccounts_content .tst_h_col3 {
    width: 130px;
}

#subaccounts_content .tst_h_col5 {
    width: 130px;
}

#subaccounts_content .tst_h_col1, #subaccounts_content .tst_h_col4 {
    text-align: left;
}

#subaccounts_content .tst_col2, #subaccounts_content .tst_col3, #subaccounts_content .tst_col5 {
    text-align: center;
}

#subaccounts_content .tst_col1 {
    font-family: 'Courier New', Courier, monospace;
    font-size: 16px;
}

#subaccounts_content .inactive {
    font-style: italic;
    color:dimgray;
}

#new_sa_password {
    width: 250px;
}

#dialog_changePassword_message {
    font-size: 14px;
    text-align: center;
    color: red;
}
p.dialog {
    padding-bottom: 8px;
}/* Kacheln */

#content #scroll_content div.table {
	display: table;
	border-collapse: collapse;
    margin-top: 12px;
}

#content #scroll_content div.tr {
	display: table-row;
}

#content #scroll_content div.td {
	display: table-cell;
    /*border: thin solid red;*/
    /*padding-top: 12px; */
    padding-left: 6px;
    padding-right: 8px;
    overflow: hidden;
    /*background-color: #2c2e2f;*/
}




.kachel {
	position: relative;
	width: 200px;
	height: 268px;
	/* border: 4px solid #FF0004; */
	/* border: 4px solid #2c2e2f; */
	/* border-radius: 30px 30px 30px 30px; */
	float: left;
	margin-left: 16px;
	margin-bottom: 8px;
	border: 1px solid;
	border-radius: 2px;
    cursor: pointer;
}

.kachel_s {
	position: relative;
	width: 160px;
	height: 200px;
	/* border: 4px solid #FF0004; */
	/* border: 4px solid #2c2e2f; */
	/* border-radius: 30px 30px 30px 30px; */
	float: left;
	margin-left: 16px;
	margin-bottom: 17px;
	border: 1px solid;
	border-radius: 2px;
    cursor: pointer;
    font-size: 15px;
    line-height: 14px;
}

#user_objects .kachel, #showStlsGcode .kachel {
    cursor: default;
}

.kachel .kachel-kopf {
	position: relative;
	width: 100%;
	height: 51px;
	/* border-bottom: 4px solid #FF0004; */
	/* border-bottom: 4px solid #2c2e2f; */
	padding-top: 6px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.kachel .mitte {
	width: 100%;
	height: 162px;
    overflow: hidden;
	/* border-bottom: 4px solid #FF0004; */
	/* border-bottom: 4px solid #2c2e2f; */
}

.kachel .mitte img {
    margin-top: -20px;
}

.kachel .oben {
	width: 100%;
    height: 188px;
    /* border-bottom: 4px solid #FF0004; */
    border-bottom: 4px solid #2c2e2f;
    border: none;
    text-align: center;
    font-size: 21px;
	/*cursor:pointer;*/
}

.kachel .unten {
	/*cursor:pointer;*/
    height: 34px;
}

.kachel .text_kachel{
	text-shadow: 0 0 2px white, 0 0 4px white;
    font-family: dosis;
    color: #000000;
    font-weight: 700;
    text-align: center;
    line-height: 28px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.27);
	text-shadow: 0 0 2px black, 0 0 4px black;
    background-color: rgba(0, 0, 0, 0.27);
    color: #ffffff;
    margin-top: 43px;
    padding-top: 10px;
}

.kachel div.video a{
    font-size: 23px;
    font-weight: bold;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 3px 11px 5px 16px;
    border-radius: 0px 0px 0px 11px;
    float: right;
    margin: 0px;
    color: #125203;
    background: rgba(255, 255, 255, 0.64);
    font-family: -webkit-pictograph;
	cursor:pointer;
}

.kachel .video{
	text-align: center;
	/* padding-top: 11px; */
    height: auto;
    width: 40px;
    float: right;
}

.kachel .keinvideo{
	text-align: center;
	/* padding-top: 11px; */
    height: auto;
    width: 40px;
    float: right;
}

.kachel div.keinvideo a{
	color: #fff;
	padding: 5px 54px;
	font-size: 18px;
	font-weight: bold;
}

.kachel .border-red, a .border-red {
	/* border-color: #FF0004; */
	border-color: #2c2e2f;
	/* color: #FF0004; */
	color: #2c2e2f;
}

.kachel .border-blue, a.border-blue{
	/* border-color: #092DD3; */
	border-color: #2c2e2f;
	/* color: #092DD3; */
	color: #2c2e2f;
}

.kachel .border-yellow, a.border-yellow {
	/* border-color: #e5bb20; */
	border-color: #2c2e2f;
	/* color: #e5bb20; */
	color: #2c2e2f;
}

.kachel .border-green, a.border-green {
	/* border-color: #00b050; */
	border-color: #2c2e2f;
	/* color: #00b050; */
	color: #2c2e2f;
}

.kachel .border-grey, a.border-grey  {
	/* border-color: #939191; */
	border-color: #2c2e2f;
	/* color: #939191; */
	color: #2c2e2f;
}

.kachel .border-blue {
	/* border-color: #092DD3; */
	border-color: #2c2e2f;
}

.kachel .border-yellow {
	/* border-color: #e5bb20; */
	border-color: #2c2e2f;
}

.kachel .border-green {
	/* border-color: #00b050; */
	border-color: #2c2e2f;
}

.kachel .border-grey {
	/* border-color: #939191; */
	border-color: #2c2e2f;
}

.kachel p.focom {
	width: 100%;
	margin: 0;
	text-align: center;
    font-size: 14px;
}

.kachel .uo_select {
	position: absolute;
	float: left;
	width: 32px;
	height: 32px;
	left: 1px;
	z-index: 100;
    cursor: pointer;
    padding-left: 3px;
}

.kachel .uo_delete {
	position: absolute;
	float: left;
	width: 32px;
	height: 32px;
	left: 168px;
	z-index: 100;
    cursor: pointer;
}

/* Premium */
.premium {
	position: absolute;
    width: 64px;
    height: 55px;
    background-image: url(/bocusini-applications/images/premium_icon.png);
    background-size: 60px;
    margin-left: -23px;
    margin-top: -11px;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-20deg);
}


/* Kacheln */
#kachel_application_my_3d_object {
    background-image: url("/images/3d_objekt.jpg");
    background-size: 656px;
    background-position: -231px -66px;
    background-repeat: no-repeat;
}

#kachel_application_serie_01 {
    background-image: url("/images/3d_objekt_serie.jpg");
    background-size: 200px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#kachel_application_3d_object_serie {
    background-image: url("/images/3d_objekt_serie.jpg");
    background-size: 200px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#kachel_application_3d_object_serie2 {
    background-image: url("/images/3d_objekt_serie.jpg");
    background-size: 200px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#kachel_application_expert {
    background-image: url("/images/expertmodus.jpg");
    background-size: 250px;
    background-position: -50px -2px;
    background-repeat: no-repeat;
}

#kachel_application_expert_hf {
    background-image: url("/images/expert-hf.jpg");
    background-size: 240px;
    background-position: -30px 0px;
    background-repeat: no-repeat;
}

#kachel_application_chocoHF {
    background-image: url("/images/chocoHF.jpg");
    background-size: 230px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#kachel_application_my_logo {
    background-size: 423px;
    background-position: -77px 0px;
    background-image: url("/images/logo.jpg");
    background-repeat: no-repeat;
}

#kachel_application_my_logo_hg {
    background-size: 423px;
    background-position: -77px 0px;
    background-image: url("/images/logo.jpg");
    background-repeat: no-repeat;
}

#kachel_application_hg_pr {
    background-size: 423px;
    background-position: -77px 0px;
    background-image: url("/images/logo.jpg");
    background-repeat: no-repeat;
}

#kachel_application_my_hand_written {
	background-size: 709px;
    background-position: -231px -102px;
    background-image: url("/images/handschrift.jpg");
    background-repeat: no-repeat;
}

#kachel_application_my_personal_message  {
    background-size: 453px;
    background-position: -252px -37px;
    background-image: url("/images/text_editor.jpg");
    background-repeat: no-repeat;
}

#kachel_application_createmessage_connected  {
    background-size: 210px;
    background-position: 0px 0px;
    background-image: url("/images/createmessage_connected.jpg");
    background-repeat: no-repeat;
}

#kachel_application_my_picture_template {
    background-size: 485px;
    background-position: -143px -36px;
    background-image: url("/images/bild_vorlag.jpg");
    background-repeat: no-repeat;
}
#kachel_template_choco{
	    background-size: 435px;
    background-position: -82px 0px;
    background-image: url("/images/chocokreationen.jpg");
    background-repeat: no-repeat;
}
#kachel_template_marzipan{
		background-size: 674px;
    background-position: -250px -16px;
    background-image: url("/images/marzipan_vorlage.jpg");
    background-repeat: no-repeat;
}
#kachel_ownobjects_choco, #kachel_foodselection_choco { 

	background-size: 240px;
    background-position: -41px;
    background-image: url(/images/refills_choco.jpg);
}

#kachel_ownobjects_marzipan, #kachel_foodselection_marzipan { 

    background-size: 240px;
    /* background-position: -250px -16px; */
    background-image: url("/images/refills_marzipan.jpg");
    background-repeat: no-repeat;
}

#kachel_ownobjects_kartoffelpueree, #kachel_foodselection_kartoffelpueree { 
	background-size: 306px;
    background-position: -24px -39px;
    background-image: url(/images/kartoffel.jpg);
    background-repeat: no-repeat;
}
#kachel_template_fondant, #kachel_ownobjects_fondant, #kachel_foodselection_fondant{
    background-size: 238px;
    background-position: -12px 0px;
    background-image: url(/images/refills_fondant.jpg);
    background-repeat: no-repeat;
}
#kachel_template_cassis, #kachel_ownobjects_cassis, #kachel_foodselection_cassis{
	background-size: 238px;
    background-position: -40px 0px;
    background-image: url(/images/refills_cassis.jpg);
    background-repeat: no-repeat;
}
#kachel_template_pasta, #kachel_ownobjects_pasta, #kachel_foodselection_pasta{
    background-size: 239px;
    background-position: -12px -5px;
    background-image: url(/images/refills_pasta.jpg);
    background-repeat: no-repeat;
}
#kachel_template_expert, #kachel_ownobjects_expert, #kachel_foodselection_expert{
    background-size: 239px;
    background-position: -30px -45px;
    background-image: url(/images/refills_expert.jpg);
    background-repeat: no-repeat;
}
div[id^="kachel_foodselection_"], div[id^="kachel_ownobjects_"]  {
	height: 149px;
}

div[id^="kachel_foodselection_"] .text_kachel, div[id^="kachel_ownobjects_"] .text_kachel{
    margin-top: -25px;
    line-height: 57px;
}

.unten{
	text-align: center;
}

#user_objects .border-yellow img{
    width: 99%;
    margin-left: 0.5px;
}

#user_objects .unten{
	text-align: center;
    background: #ffffffed;
    bottom: 0px;
    position: relative;
    height: 53px;
    word-wrap: break-word;
    width: 99%;
    margin-left: 0.5px;
}
#user_objects .unten_gname {
    width: 89%;
    float: left;
    text-align: center;
    padding: 4px 5px 0px 6px;
}

#user_objects .edit_gname {
    background-size: 20px;
    background-repeat: no-repeat;
    display: block;
    width: 11%;
    height: 95%;
    float: right;
    background-image: url(/images/edit_name.png);
    background-position: -1px 8px;
    cursor: pointer;
}

#user_stls .edit_stlname {
    background-size: 20px;
    background-repeat: no-repeat;
    display: block;
    width: 11%;
    height: 95%;
    float: right;
    background-image: url(/images/edit_name.png);
    background-position: -1px 8px;
}

#user_stls .border-yellow img{
    width: 99%;
    margin-left: 0.5px;
}

#user_stls .unten{
	text-align: center;
    background: #ffffffed;
    bottom: 0px;
    position: relative;
    height: 53px;
    word-wrap: break-word;
    width: 99%;
    margin-left: 0.5px;
}
user_stls .unten_gname {
    width: 89%;
    float: left;
    text-align: center;
    padding: 4px 5px 0px 6px;
}

user_stls .edit_gname {
    background-size: 20px;
    background-repeat: no-repeat;
    display: block;
    width: 11%;
    height: 95%;
    float: right;
    background-image: url(/images/edit_name.png);
    background-position: -1px 8px;
}

#kachel_tips_my_first_print {
	background-image: url("/images/drucker_serienprodukte.jpg");
    background-size: cover;
}

#kachel_tips_verbindungsproblematik{
    background-size: 219px;
    background-position-y: -8px;
    background-image: url("/images/bocusini3.jpg");
}

#kachel_tips_eigene_objekte{
    background-image: url("/images/drucker_schrifte.jpg");
    background-position-x: -30px;
    background-position-y: -8px;
    background-size: 477px;
}

#kachel_tips_welcome_to_bocusini_club{
	background-image: url("/images/welcome_to_bocusini.jpg");
    background-size: cover;
    background-position-y: -8px;
}

#kachel_tips_anleitungen{
	background-image: url("/images/kartusche_einsetzen.jpg");
    background-size: cover;
    background-position-x: -116px;
}

#kachel_tips_eigene_lebensmittel{
	background-image: url("/images/own_food.jpg");
    background-size: cover;
    background-position-x: 0px;
}

#kachel_tips_videos_lebensmittel{
	background-image: url("/images/videos_lebensmittel.jpg");
    background-size: cover;
    background-position-x: 0px;
}

#kachel_tips_hippenteig{
	background-image: url("/images/hippenteig.jpg");
    background-size: cover;
    background-position-x: 0px;
}

#kachel_tips_kartoffelpueree{
	background-image: url("/images/tips_kartoffelpueree.jpg");
    background-size: cover;
    background-position-x: 0px;
}

#kachel_tips_butter{
	background-image: url("/images/tips_butter.jpg");
    background-size: cover;
    background-position-x: 0px;
}

#kachel_tips_spekulatius{
	background-image: url("/images/tipps_spekulatius.jpg");
    background-size: cover;
    background-position-x: 0px;
}

#kachel_tips_spritzmuerbeteig{
	background-image: url("/images/tipps_spritzmuerbeteig.jpg");
    background-size: cover;
    background-position-x: 0px;
}

.anwendungshinwese-lm{
	background-image: url(/images/past_tipps.jpg);
    background-size: cover;
    background-position-x: -107px;
}

.betriebsanleitung{
    background-image: url(/images/procusini3.png);
    background-size: 228px;
    background-position-x: -18px;
    background-position-y: -21px;
}

.quick-guide{
	background-image: url("/images/kartusche_einsetzen.jpg");
    background-size: cover;
    background-position-x: -116px;
}

#user_stl_schnellauswahl .unten{
	text-align: center;
    background: #ffffffed;
    bottom: 0px;
    position: relative;
    word-wrap: break-word;
    width: 99%;
    margin-left: 0.5px;
}
#user_stl_schnellauswahl .unten_gname {
    width: 100%;
    float: left;
    text-align: center;
    padding: 4px 5px 0px 6px;
}
#news_ticker div.readNews {
	height: 70px;
}

#news_ticker div.news {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: 1px solid #aaa;
	border-radius: 10px;
	padding: 10px;
	cursor: pointer;
	overflow: hidden;
}

#news_ticker div.news_head {
	margin-bottom: 10px;
	border-bottom: 1px dotted #aaa;
}

#news_ticker div.news div.news_date{
    float: left;
    font-size: 14px;
}

#news_ticker div.news div.news_to{
    font-size: 14px;
    text-align: right;
}

#news_ticker div.news .read{
    color: #ccc;
}
#PopUp h1 {
    margin-top:20px;
}.wrapper .left {
	width: 515px;
	float: left;
}

#editor>* {
	margin-right: 5px;
}

#editor>select {
	display: none;
}

.custom-object-item,
.custom-text-item {
	border-top: 1px solid black;
	padding-top: 5px;
	margin-top: 5px;
	margin-top: 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.delete {
	align-self: baseline;
}

.full {
	width: 100%;
	display: flex;
	margin-top: 5px;
	margin-bottom: -15px;
	align-items: center;
}

.stl {
	display: flex;
}

.stl>canvas,
.stl>#editor {
	width: 50%;
}

.full>div,
.full>input,
.full>select {
	margin-right: 5px;
}

.button-group>* {
	display: block;
	width: 40px;
	text-align: center;
	margin-right: 5px;
}

.button-group>input {
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
}

.height {
	display: flex;
	align-items: center;
}

.scale,
.controls,
.height span {
	margin-right: 5px;
}

.font>button,
.font>input {
	display: block;
	width: 40px;
	text-align: center;
}

.font>input {
	margin-top: 3px;
	margin-bottom: 3px;
}

.custom-text-item .text {
	padding-right: 20px;
}


.custom-text-item .controls input,
.custom-text-item .controls button,
.custom-object-item .controls button {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.custom-text-item .rotationcontrols,
.custom-text-item .delete {
	margin-left: 20px;
}

.custom-object-item .delete {
	margin-left: 460px;
}

.hidden {
	display: none;
}


.expert {
	width: 1024px;
	margin: auto;
	margin-top: 15px;
}

.expert input {
	width: auto;
}

.expert .option-group-slider-unit-wrapper {
	width: 55px;
}

.scale .options-groups-wrapper {
	display: flex;
}

.scale .options-groups-wrapper input[type=number] {
	width: 60px;
}#change #btn-continue {
	float: right;
	margin-top: -1.5%;
	margin-bottom: 1%;
}

/* Objekt (stl)-Editor */

.custom-object-item,
.custom-text-item {
	border-top: none;
}

#object_editor {
	margin: 0;
	padding: 0;
}

#object_editor .left {
	width: 400px;
	float: left;
	line-height: 0px;
}

#object_editor #editor {
	width: 400px;
	height: 40px;
	margin-left: 50px;
	margin-bottom: 10px;
	padding-left: 10px;
}

#object_editor #object-lines,
#object_editor #series-wrapper {
	height: 460px;
	width: 400px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-left: 50px;
	padding: 5px;
	text-align: center;
}

#object_editor .object-lines_normal {
	height: 390px;
}

#object_editor .object-lines_serie {
	height: 220px;
}

#object_editor #series-wrapper {
	height: 150px;
}

#object_editor .custom-text-item .controls input,
#object_editor .custom-text-item .controls button,
#object_editor .custom-object-item .controls button {
	width: 22px;
	height: 22px;
	line-height: 12px;
}

 /* geht nicht */ 
#object_editor .custom-text-item .controls input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
	background-color: yellow;
}


#object_editor .custom-object-item,
#object_editor .custom-text-item {
	/*border-top: 0px solid black;*/
	border-top: none;
	padding-top: 5px;
	margin-top: 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#object_editor .scale .options-groups-wrapper {
	font-size: 13px;
	padding-left: 25px;
}

#object_editor .scale .options-groups-wrapper label {
	border: none;
	line-height: 14px;
}

#object_editor .scale .options-groups-wrapper span {
	margin-top: 8px;
	line-height: 14px;
}

#object_editor #object-lines .scale,
#object_editor #object-lines_serie .scale {
	width: 90%;
	margin-bottom: 8px;
	float: left;
}

#object_editor #object-lines .sliderConnect {
	width: 6%;
	height: 80px;
	margin-bottom: 8px;
	float: left;
}

#object_editor .sliderReset {
	width: 100%;
	margin-bottom: 15px;
}

#editor_footer .toggle-placeholder,
#object_editor .toggle-placeholder {
    width: 100%;
    margin-bottom: 25px;
	text-align: center;
}

#object_editor .rotation-wrapper {
	width: 100%;
	/* margin-bottom: 15px; */
}

#object_editor .controls {
	/* margin-left: 130px;
	margin-bottom: 25px; */
}

#object_editor .scale .options-groups-wrapper input[type="number"] {
	width: 40px;
	height: 25px;
	margin-left: 6px;
	margin-right: 3px;
	margin-top: 2px;
	text-align: right;
	border: none;
	-moz-appearance: textfield;
}

#object_editor .scale .options-groups-wrapper input::-webkit-outer-spin-button,
#object_editor .scale .options-groups-wrapper input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

#object_editor button.rotate-left,
#object_editor button.rotate-right {
	height: 22px;
	width: 22px;
	margin: 2px;
	background-color: #fff;
	color: black;
	border: none;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 16px 0 rgba(0, 0, 0, 0.19);
	
}

#object_editor button.rotate-left:hover,
#object_editor button.rotate-right:hover {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19);
}


#object_editor button.left,
#object_editor button.right,
#object_editor button.up,
#object_editor button.down {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	color: black;
	border: none;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 16px 0 rgba(0, 0, 0, 0.19);
}

/* Button Control Texteditor */
#object_editor_text button.left_more,
#object_editor_text button.right_more,
#object_editor_text button.up_more,
#object_editor_text button.down_more, 
#object_editor_text button.left,
#object_editor_text button.right,
#object_editor_text button.up,
#object_editor_text button.down {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	color: black;
	border: none;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.19);
}


#object_editor_text button.font-mirror {
	width: 80px;
	height: 35px;
	/*line-height: 40px;*/
	margin-right: 15px;

	background-color: #fff;
	color: black;
	border: none;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.19);
}

#object_editor_text div.cti_line4 button.rotate-left:hover,
#object_editor_text div.cti_line4 button.rotate-right:hover,
#object_editor_text button.font-mirror:hover,
#object_editor_text button.left_more:hover,
#object_editor_text button.right_more:hover,
#object_editor_text button.up_more:hover,
#object_editor_text button.down_more:hover,
#object_editor_text button.left:hover,
#object_editor_text button.right:hover,
#object_editor_text button.up:hover,
#object_editor_text button.down:hover {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19);
}



#object_editor_text button.height-increase,
#object_editor_text button.height-decrease {
	width: 28px;
	height: 20px;
	/*line-height: 40px;*/
	background-color: #fff;
	color: black;
	border: none;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.19);
	margin: 5px;
}


#object_editor_text button.height-increase:hover,
#object_editor_text button.height-decrease:hover {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19);
}

#object_editor button.left_more,
#object_editor button.right_more,
#object_editor button.up_more,
#object_editor button.down_more,
#object_editor button.left,
#object_editor button.right,
#object_editor button.up,
#object_editor button.down {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	color: black;
	border: none;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.19);
}

#object_editor button.left_more:hover,
#object_editor button.right_more:hover,
#object_editor button.up_more:hover,
#object_editor button.down_more:hover,
#object_editor button.left:hover,
#object_editor button.right:hover,
#object_editor button.up:hover,
#object_editor button.down:hover {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19);
}

#object_editor div.cti_line4 {
	height: 125px;
	margin-bottom: 1px;
	/* margin-top: 20px; */
	display: flex;
	justify-content: space-evenly;
}

#object_editor div.cti_line4 span.rotation-label {
	width: 75px;
	text-align: center;
	display: inline-block;
	background-color: pink;
}

#object_editor div.cti_line {
	width: 100%;
	display: flex;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 15px;
	align-items: center;
}


#object_editor #editor_line1 input {
	width: 75px;
	height: 25px;
	background-color: #fff;
	color: black;
	border: none;
	/*box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19); */
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	margin-right: 10px;
	font-family: "Dosis", sans-serif;
	float: left;
}


#object_editor #editor_line2 input,
#object_editor #editor button {
	width: 75px;
	height: 25px;
	background-color: #fff;
	color: black;
	border: none;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 16px 0 rgba(0, 0, 0, 0.19);
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	margin-right: 10px;
	font-family: "Dosis", sans-serif;
	float: left;
}


/* Style wie but02, Std mit Schatten */
#editor_line1 input.weiter {
	min-width: 60px;
	/* geändert von width :200px; passt Größe dem Text an */
	height: 35px;
	margin-left: 8px;
	background-color: #fff;
	color: black;
	border: none;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 16px 0 rgba(0, 0, 0, 0.19);
	font-size: 14px;
	cursor: pointer;
	font-family: "Dosis", sans-serif;
}




#object_editor #editor button:hover,
#object_editor #editor input:hover {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
}

#object_editor button.placeholderbutton,
#object_editor button.sliderResetButton {
	width: 88%;
	height: 30px;
	background-color: #fff;
	color: black;
	border: none;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 16px 0 rgba(0, 0, 0, 0.19);
	font-size: 16px;
	font-weight: normal;
	cursor: pointer;
	margin-left: 6%;
	font-family: "Dosis", sans-serif;
	float: left;
}

#object_editor button.placeholderbutton:hover,
#object_editor button.sliderResetButton:hover {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
}

#object_editor #editor button.continue-button,
#object_editor #editor input.continue-button {
	margin-left: 45px;
	/* geändert von 50px*/
}

#object_editor button.sliderConnectButton {
	width: 20px;
	height: 75px;
	background-color: #fff;
	color: black;
	border: none;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 16px 0 rgba(0, 0, 0, 0.19);
	font-size: 16px;
	font-weight: normal;
	cursor: pointer;
	margin-left: 6%;
	font-family: "Dosis", sans-serif;
}

#object_editor button.sliderConnectButton:hover {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
}

#object_editor button.lock_open {
	background-image: url('/images/schloss_auf.png');
	background-size: 16px;
	background-position: 2px 30px;
}

#object_editor button.lock_closed {
	background-image: url('/images/schloss_zu.png');
	background-size: 16px;
	background-position: 5px 30px;
}

#object_editor button.serieButton {
	width: 200px;
	height: 35px;
	background-color: #fff;
	color: black;
	border: none;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 16px 0 rgba(0, 0, 0, 0.19);
	font-size: 16px;
	font-weight: bold;
	font-family: "Dosis", sans-serif;
	cursor: pointer;
	margin-bottom: 10px;
	margin-right: 15px;
}

#object_editor .serienheader {
	margin-top: 15px;
	margin-bottom: 25px;
}

#object_editor .serie {
	width: 100%;
}


#object_editor input.max-series-amount {
	width: 50px;
	text-align: right;
}

#object_editor input.custom-series-amount {
	width: 50px;
	text-align: right;
}


#serie_button_back {
	position: absolute;
	height: 40px;
	margin-left: 100px;
	margin-top: 60px;
}

button.serie_button_back {
	width: 300px;
	height: 35px;
	background-color: #fff;
	color: black;
	border: none;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 16px 0 rgba(0, 0, 0, 0.19);
	font-size: 16px;
	font-weight: bold;
	font-family: "Dosis", sans-serif;
	cursor: pointer;
	margin-bottom: 10px;
	margin-right: 15px;
}



/* ------------------------------------------------------------------------------------------------ */
/* Text-Editor */

#object_editor_text {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

#object_editor_text label {
	border: none;
}

#object_editor_text .left {
	width: 475px;
	float: left;
	line-height: 0px;
}

#object_editor_text #editor {
	width: 475px;
	height: 80px;
	margin-left: 50px;
	margin-bottom: 10px;
	padding-left: 10px;
}

#object_editor_text #editor_line1,
#object_editor_text #editor_line2,
#object_editor_text #editor_line3 {
	width: 475px;
	height: 38px;
}

#object_editor_text #text-lines {
	width: 475px;
	height: 420px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-left: 50px;
	padding: 5px;
	text-align: center;
	overflow: scroll;
}

#object_editor_text .custom-text-item .controls input,
#object_editor_text .custom-text-item .controls button,
#object_editor_text .custom-object-item .controls button {
	width: 22px;
	height: 22px;
	line-height: 12px;	
}

#object_editor_text .custom-object-item,
#object_editor_text .custom-text-item {
	border-bottom: 1px solid rgb(223, 223, 223);
	padding-top: 5px;
	margin-top: 5px;
	margin-left: 8px;
	margin-right: 8px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#object_editor_text .custom-object-item:last-child,
#object_editor_text .custom-text-item:last-child {
	border: none;
}

#object_editor_text button {
	height: 24px;
}

#object_editor_text .custom-text-item .delete {
	margin-left: 90px;
	width: 20px;
}


#object_editor_text #editor #editor_line1 button,
#object_editor_text #editor #editor_line1 input {
	width: 75px;
}

#object_editor_text #editor #editor_line2 button,
#object_editor_text #editor #editor_line2 input {
	width: 75px;
}


#object_editor_text #editor_line1 input {
	height: 25px;
	background-color: #fff;
	color: black;
	border: none;
	/*box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19); */
	font-size: 16px;
	cursor: pointer;
	margin-right: 10px;
	font-family: "Dosis", sans-serif;
	float: left;
}



#object_editor_text #editor_line2 input,
#object_editor_text #editor button,
#object_editor_text #editor_footer button {
	height: 25px;
	background-color: #fff;
	color: black;
	border: none;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 16px 0 rgba(0, 0, 0, 0.19);
	font-size: 16px;
	cursor: pointer;
	margin-right: 10px;
	font-family: "Dosis", sans-serif;
	float: left;
}

#object_editor_text #editor button:hover,
#object_editor_text #editor input:hover,
#object_editor_text #editor_footer button:hover {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
}

#object_editor_text #editor #editor_line2 input.text_input {
	width: 250px;
}

#object_editor_text #editor #editor_line2 button.add {
	width: 200px;
}

#object_editor_text #editor #editor_line1 button.render {
	width: 77px;
	margin-left: 130px;
	font-weight: bold;
}

#object_editor_text #editor #editor_line3 button.serieButton {
	width: 200px;
	margin-left: 125px;
	margin-bottom: 15px;
	font-weight: bold;
}

#object_editor_text div.cti_line {
	width: 100%;
	display: flex;
	margin-top: 5px;
	margin-bottom: -15px;
	align-items: center;
}

#object_editor_text div.cti_line1 {
	height: 60px;
	/*background-color: cadetblue;*/
}

#object_editor_text div.cti_line2 {
	height: 80px;
	/*background-color:darkgoldenrod;*/
}

#object_editor_text div.cti_line3 {
	height: 125px;
	margin-bottom: 1px;
	margin-top: 20px;
	/* background-color: greenyellow;  */
}

#object_editor_text div.cti_line4 {
	height: 125px;
	margin-bottom: 1px;
	/* margin-top: 20px; */
	display: flex;
	justify-content: space-evenly;
}

/*   überflüssig */
/* .position_stepsize {
	background-color: pink;
} */


#object_editor_text div.cti_line1 input.text {
	width: 300px;
	height: 25px;
	margin-right: 10px
}

#object_editor_text div.cti_line2 select.fonts {
	width: 180px;
	margin-right: 5px
}

#object_editor_text div.cti_line2 div.font {
	margin-right: 5px
}

#object_editor_text div.cti_line4 button.rotate-left,
#object_editor_text div.cti_line4 button.rotate-right {
	width: 22px;
    height: 22px;
    line-height: 12px;
	margin: 2px;
	background-color: #fff;
    color: black;
    border: none;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.19);
}

#object_editor_text div.cti_line4 span.rotation-label {
	width: 75px;
	text-align: center;
	display: inline-block;
}


#object_editor_text div.cti_line3 span.rotation-label {
	width: 75px;
	text-align: center;
	display: inline-block;
}

#object_editor_text div.cti_line3 button.rotation-wrapper {
	/* margin-right: 40px; */
}

#object_editor_text div.cti_line3 div.button-group {
	margin-right: 10px;
	/* geändert 40px*/
}

#object_editor_text #editor_footer {
	width: 475px;
	height: 50px;
	margin-left: 50px;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-left: 10px;
}

#object_editor_text #editor_footer #info_placeholder_popup,
#object_editor_text #editor_footer #placeholderButton {
  width: 100%;  /* 200px; */
  margin-bottom: 25px;
}

#object_editor_text #text-lines .size {
	width: 120px;
}

#object_editor_text #text-lines .size input[type="number"] {
	width: 40px;
	height: 25px;
	margin-left: 6px;
	margin-right: 3px;
	margin-top: 2px;
	text-align: right;
	border: none;
	-moz-appearance: textfield;
}

#object_editor_text #text-lines .size input::-webkit-outer-spin-button,
#object_editor_text #text-lines .size input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}


#object_editor_text #text-lines div.size_xyz label {
	border: none;
	line-height: 14px;
	padding: 0;
	margin: 0;
}

#object_editor_text #text-lines div._xyz span {
	margin-top: 8px;
	line-height: 14px;
}

#object_editor_text .scale .options-groups-wrapper {
	font-size: 13px;
	padding-left: 25px;
	height: 26px;
}

#object_editor_text .scale .options-groups-wrapper label {
	border: none;
	line-height: 14px;
}

#object_editor_text .scale .options-groups-wrapper span {
	margin-top: 10px;
	line-height: 14px;
}

#object_editor_text #object-lines .scale {
	width: 90%;
	margin-bottom: 8px;
	float: left;
}

#object_editor_text .scale .options-groups-wrapper input[type="number"] {
	width: 40px;
	height: 25px;
	margin-left: 6px;
	margin-right: 3px;
	margin-top: 5px;
	text-align: right;
	border: none;
	-moz-appearance: textfield;
}

#object_editor_text .scale .options-groups-wrapper input::-webkit-outer-spin-button,
#object_editor_text .scale .options-groups-wrapper input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}#teststuff {
    display:none;
}

.gcobject_tile {
    position: relative;
    width: 17%;
    height: 220px;
    margin-top: 3%;
    margin-bottom: 1%;
    border-spacing: 10px;
    overflow:hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
    background-color: rgba(250, 250, 250, 1);
}

.gcobject_picture {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}

.gcobject_picture img {
  max-width: 85%;
  max-height: 85%;
}

.gcobject_content {
    position: absolute;
    width: 100%;
    height: 100%;
}

.gcobject_tile_buttons {
    position: absolute;
    width: 100%;
}

.gcobject_tile_buttons_left {
   width: 50%;
    float: left;
    padding: 4px;
 }

.gcobject_tile_buttons_right {
    width: 50%;
    float: left;
    padding: 4px;
    text-align: right;
}

.gcobject_tile_text {
    position: relative;
    top: 160px;
    padding-top: 2%;
    background-color: rgba(255, 255, 255, .7);
    height: 60px;
    color: black;
    text-align: center;
    font-size: 1.25vw;
    font-weight: bold;
    align-self: flex-end
}

.gcobject_button_delete {
    position: relative;
    width: 25px;
    height: 25px;
    background-image: url(/images/trash.png);
    background-size: 100%;
    margin-top: 5px;
    margin-right:0;
    margin-left: auto;
    cursor: pointer;
}

.gcobject_button_download {
    position: relative;
    width: 25px;
    height: 25px;
    background-image: url(/images/download-icon.png);
    background-size: 100%;
    margin-top: 5px;
    cursor: pointer;
}

.gcobject_button_edit {
    position: relative;
    width: 25px;
    height: 25px;
    background-image: url(/images/edit_name.png);
    background-size: 100%;
    margin-top: 5px;
    cursor: pointer;
}

.questioninfo {
    margin-bottom: 10px;
}

/*  Vorlagen zum Kaufen */

.gcobject_tile_templ {
    position: relative;
    width: 17%;
    height: 220px;
    margin-top: 3%;
    margin-bottom: 1%;
    border-spacing: 10px;
    overflow:hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
    background-color: rgba(250, 250, 250, 1);
}

.gcobject_tile_buttons_left_buy {
   width: 50%;
    float: left;
    padding: 4px;
 }

.gcobject_tile_buttons_right_buy {
    width: 50%;
    float: left;
    padding: 0px; 
    text-align: right;
}

.gcobject_button_buy {
	visibility: hidden;
    position: relative;
    width: 33%;
    height: 50px;
    background-image: url(/images/buy_cart.png);  
    background-size: 80%;
	background-position: center;
    margin-left: -40%;
	margin-top: -40%;
    cursor: pointer;
	z-index: 3;
}

#change .wrapper .item .gcobject_tile_buttons_left_buy input[type=checkbox] {
    position: relative;
	border: none;  /* hebt andere Definition auf */
    cursor: pointer;
	z-index: 3;
	bottom: 60px; 
	visibility: hidden;
    } 


#change .wrapper .item .gcobject_tile_buttons_left_buy label{
	
    position: relative;
    width: 40%;
    height: 55px;
	display: block;
    background-image: url(/images/buy_cart.png);  
    background-size: 80%;
	background-position: center;
    margin-left: -40%;
	margin-top: -48%;
	top: -70%;
    cursor: pointer;
	z-index: 3;
	border: none;
	box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
    } 	
	
#change .wrapper .item .gcobject_tile_buttons_left_buy input:checked ~ label {
	
	position: relative;
    width: 40%;
    height: 55px;
	display: block;
    background-image: url(/images/checked_buy_cart.png);  
    background-size: 80%;
	background-position: center;
    margin-left: -40%;
	/* margin-top: -48%; */
	top: -70%;
    cursor: pointer;
	z-index: 3;
	border: none;
	box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
    }	


#change .wrapper .item .gcobject_tile_buttons_left_buy label:hover {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
    } 	
	
#change .wrapper .item .gcobject_tile_buttons_left_buy input:checked ~ label:hover {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
    } 	


.gcobject_button_buy input:checked ~ label {
	
   /*  position: relative; */
    width: 33%;
    height: 50px;
    background-image: url(/images/checked_buy_cart.png); 
    background-size: 100%;
    margin-left: -40%;
	margin-top: -55%;
    cursor: pointer;
	z-index: 8;
} 


 /* grüner Hacken  */
.gcobject_button_bought {
    position: relative;
    width: 33%;
    height: 60px;
    background-image: url(/images/bought.png);
    background-size: 100%;
    margin-left: 90%;
    margin-top: -50%;
    cursor: pointer;
	z-index: 3;
}

@media only screen and (min-width:768px) {


	/*neue Navigation*/
	#navigation {
		background-color: gray;
		height: 60px;
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
		align-items: center;
		list-style-type: none;
		font-size: 22px;
	}

	.step {
		color: white;
		text-decoration: none;
		display: inline;
		cursor: pointer;
	}

	.arrow-1 {
		display: inline-block;
		padding: 15px;
		border-top: 4px solid whitesmoke;
		border-right: 4px solid whitesmoke;
		border-radius: 0.2rem;
		transform: rotate(45deg);
	}

	/*Navigationsleitste ownstl*/
	.current {
		color: black;
		text-decoration: underline;
	}

	.done {
		color: black;
	}



	/*Alte Navigation*/
	#crumbs {
		text-align: center;
	}

	/**/
	#crumbs ol {
		list-style: none;
		display: inline-table;
	}

	/**/
	#crumbs ol li {
		display: inline;
	}

	/**/
	#crumbs ol li a {
		display: block;
		float: left;
		height: 25px;
		/*50px*/
		background: #3498db;
		text-align: center;
		padding: 30px 40px 0 80px;
		position: relative;
		margin: 0 10px 0 0;
		font-size: 20px;
		text-decoration: none;
		color: #fff;
	}

	/*pfeil danach*/
	#crumbs ol li a:after {
		content: "";
		border-top: 40px solid transparent;
		border-bottom: 40px solid transparent;
		border-left: 40px solid #3498db;
		position: absolute;
		right: -40px;
		top: 0;
		z-index: 1;
	}

	/*loch davor*/
	#crumbs ol li a:before {
		content: "";
		border-top: 40px solid transparent;
		border-bottom: 40px solid transparent;
		border-left: 40px solid white;
		position: absolute;
		left: 0;
		top: 0;
	}

	/*erstes element der navigationsbar*/
	#crumbs ol li:first-child a {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}

	/*erstes element der Navigationsbar*/
	#crumbs ol li:first-child a:before {
		display: none;
	}

	/*letztes element der Navigationsbar*/
	#crumbs ol li:last-child a {
		padding-right: 80px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	/*letztes element der Navigationsbar*/
	#crumbs ol li:last-child a:after {
		display: none;
	}

	#crumbs ol li .step.current {
		color: #fff;
		background-color: #23468c;
	}

	#crumbs ol li .step.current:after {
		content: "";
		border-top: 40px solid transparent;
		border-bottom: 40px solid transparent;
		border-left: 40px solid #23468c;
		position: absolute;
		right: -40px;
		top: 0;
		z-index: 1;
	}

	/*Lebensmittel Checkboxen*/
	input[type=checkbox] {
		transform: scale(2);
	}


	/*uplpad*/
	#upload {
		padding: 10px;
		background: gray;
		display: table;
		color: #fff;
		cursor: pointer;
		position: relative;
		left: 50%;
		/*gehe die hälfte der Objektlänge nach links*/
		transform: translate(-50%);
	}

	/*upload*
    input[type="file"] {
        display: none;
    }*/



	/*Eigentliche Anzeige*/

	#settingsName {
		text-align: center;
		font-weight: bold;
		margin-top: 1%;
	}

	#ownLmOverride {
		margin-left: 1%;
	}

	#ownLmName {
		margin-top: 2%;
		margin-left: 1%;
		margin-bottom: 3%;
		margin-right: 1%;
		width: 66%;
	}

	#expertownname {
		text-align: center;
	}

	#change2 img {
		width: auto;
		max-height: 100%;

	}

	.submit {
		cursor: pointer;
	}

	#input {
		margin-left: 0;
		text-align: center;
		margin-top: -1%;
	}

	#change2 {
		position: relative;
		left: 50%;

	}

	#change2 .square {
		border: 1px solid black;
		overflow: hidden;
		border-radius: 10px;
		margin-left: -115px;
	}

	#change2 input {
		position: relative;
		/*left: 2%;*/
	}

	#infowrapper {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		margin-top: 2%;
	}

	#optiona {
		font-size: 22px;
	}

	#optionb {
		font-size: 22px;
	}

	#change {
		/*display: flex;*/
		/*row nur für das dritte Element
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-evenly;*/
		font-size: 16px;
		padding-bottom: 20px;
		padding-Top: 40px;
		line-height: 20px;

	}

	#change label {
		border: 1px solid black;
		/*border-radius: 15px;*/
		padding: 5px;
		margin: 5px;
	}

	#change skale {
		flex-direction: column;
	}

	#change table,
	th,
	td {
		flex-direction: column;
		padding: 1px;
	}

	#coinmovmenet tr th {
		font-weight: normal;
	}


	#change table input {
		border: 1px solid black;
		border-radius: 0;
	}


	#change .square {
		display: block;
		width: 250px;
		height: 250px;
		margin-top: 3%;
		margin-bottom: 3%;
		/*border: 2px solid black;
        border-radius: 25px;*/
	}

	/*Pfeile*/

	#pfeile {
		/*padding-Top: 60px;
        position: fixed;*/
		display: flex;
		justify-content: space-evenly;
		transform: scale(2);
	}

	/*Next-Pfeil*/
	.arrow {
		height: 0px;
		width: 0px;
		border: 12px solid;
		border-color:
			darkcyan darkcyan transparent transparent;
		transform: rotate(45deg);
	}

	.arrow:before {
		content: '';
		position: absolute;
		top: 0px;
		right: 0px;
		display: block;
		height: 12px;
		width: 16px;
		background-color: darkcyan;
		transform:
			rotate(-45deg) translate(2px, 1px);
	}

	/*Previous-Pfeil*/
	.arrow-back {
		height: 0px;
		width: 0px;
		border: 12px solid;
		border-color:
			darkcyan darkcyan transparent transparent;
		transform: rotate(225deg);
	}

	.arrow-back:before {
		content: '';
		position: absolute;
		top: 0px;
		right: 0px;
		display: block;
		height: 12px;
		width: 16px;
		background-color: darkcyan;
		transform:
			rotate(-45deg) translate(2px, 1px);
	}


	/* sonstiges */

	#display_foodsettings_header {
		text-align: center;
		font-size: 22px;
	}


	/*neue Buttons*/

	#inputtext {
		text-align: center;
		font-size: 22px;
	}

	#inputtext2 {
		text-align: center;
		font-size: 22px;
		margin-top: 3%;
	}

	#inputtext3 {
		text-align: center;
		font-size: 22px;
		margin-top: 3%;
	}

	#gcodeName {
		width: 300px;
		height: 35px;
	}

	.inputGroup {
		background-color: #fff;
		display: block;
		font-size: 20px;
		width: 55%;

	}

	.inputGroupset,
	.inputGroupsetprinter {
		width: 500px;  /*  geändert von 300px */
		background-color: #fff;
		display: block;
		margin: 10px 0;
		position: relative;
		border: 1px solid;

	}

	.inputGroupset input,
	.inputGroupsetprinter input {
		width: 32px;
		height: 32px;
		order: 1;
		z-index: 2;
		position: absolute;
		right: 30px;
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer;
		visibility: hidden;
	}

	.inputGroupset label,
	.inputGroupsetprinter label {
		padding: 12px 30px;
		width: 100%;
		display: block;
		text-align: left;
		color: #3C454C;
		cursor: pointer;
		position: relative;
		z-index: 2;
		transition: color 200ms ease-in;
		overflow: hidden;
	}

	.inputGroupset label:before,
	.inputGroupsetprinter label:before {
		width: 50px;
		height: 10px;
		border-radius: 50%;
		content: '';
		background-color: gray;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) scale3d(1, 1, 1);
		transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
		opacity: 0;
		z-index: -1;
	}

	.inputGroupset label:after,
	.inputGroupsetprinter label:after {
		width: 32px;
		height: 32px;
		content: '';
		border: 2px solid #D1D7DC;
		background-color: #fff;
		background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
		background-repeat: no-repeat;
		background-position: 2px 3px;
		border-radius: 50%;
		z-index: 2;
		position: absolute;
		right: 30px;
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer;
		transition: all 200ms ease-in;
	}


	/*Farbe der Schrift*/
	.inputGroupset input:checked~label,
	.inputGroupsetprinter input:checked~label {
		color: #fff;
	}

	.inputGroupset input:checked~label:before,
	.inputGroupsetprinter input:checked~label:before {
		transform: translate(-50%, -50%) scale3d(56, 56, 1);
		opacity: 1;
	}

	.inputGroupset input:checked~label:after,
	.inputGroupsetprinter input:checked~label:after {
		background-color: gray;
		border-color: gray;
	}
	
	
	/* Styling wie Auswahl mycusini in Einstellungen */
	
	  /* Box im Hintergrund */
     .input_abo_choice{
        width: 120%;  /* 50%; */
		height:45px;
        background-color: white; /*rgb(247 247 247);   light-grey;  */
        display: block;
        position: relative;
    }

	/* Check Radio im Vordergrund */
     .input_abo_choice input{
        width: 32px;
        order: 1;
        z-index: 2;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        visibility: hidden;
      } 
 
     .input_abo_choice label{
        padding: 12px 30px;
        width: 70%;
        display: flex; /*  block; */
        text-align: left;
        color: #3C454C;    /* grauschwarz */
        cursor: pointer;
        position: relative;
        z-index: 2;
        transition: color 200ms ease-in;
        overflow: hidden;
		justify-content: space-evenly;
      } 
   
       .input_abo_choice label:before{
          /* width: 50px; */
          height: 10px;
          border-radius: 50%;
          content: '';
          background-color: gray;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%) scale3d(1, 1, 1);
          transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
          opacity: 0;
          z-index: -1;
        }

        .input_abo_choice label:after {
          width: 32px;
          height: 32px;
          content: '';
          border: 2px solid #D1D7DC;
          background-position: 2px 3px;
          border-radius: 50%;
          z-index: 2;
          position: absolute;
          right: 30px;
          top: 50%;
          transform: translateY(-50%);
          cursor: pointer;
          transition: all 200ms ease-in;
        }
      
  
      /*Farbe der Schrift*/
	  
	  /* Schrift Label nach check */
      .input_abo_choice input:checked ~ label {
        color: black;
      }
  
	/* Farbe Kreis checked */
      .input_abo_choice input:checked ~ label:before{
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
          opacity: 1;
		  background-color: pink;  /* keine Auswirkung */
        }
  
      .input_abo_choice input:checked ~ label:after{
          background-color: gray;
          border-color: gray;
		  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
        }

	/* geht nicht */
		.input_abo_choice [type="checkbox"]:checked+label::before {
			box-shadow: inset 0px 0px 0px 3px #fff;
			background-color: #8cad2d;
		}

/*  ************************************************************/

	  /* Box im Hintergrund */
     .del_templ_choice{
        width: 50%;
		height:45px;
        background-color: white; /*rgb(247 247 247);   light-grey;  */
        display: block;
        margin: 10px 0;
        position: relative;
    }

	/* Checkbox hidden im Hintergrund */
     .del_templ_choice input{
		 
		visibility: hidden;
		 
        width: 32px;
        /* height: 32px;    Größe Kreis*/
        order: 1;
        z-index: 2;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        
      } 

       .del_templ_choice label:after {
          width: 20px;
          height: 20px;
          content: '';
          border: 2px solid #D1D7DC;
          /* background-color: #fff; */
          background-repeat: no-repeat;
         /*  background-position: 2px 3px; */
          border-radius: 50%;
          z-index: 2;
          position: absolute;
          right: 30px;
          top: 50%;
          transform: translateY(-50%);
          cursor: pointer;
        }
      
  
      /*Farbe der Schrift*/
	  
	  /* Schrift Label nach check */
      .del_templ_choice input:checked ~ label {
        color: black;
      }
  
	/* Farbe Kreis checked */
      .del_templ_choice input:checked ~ label:before{
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
          opacity: 1;
		  background-color: pink;  /* keine Auswirkung */
        }
  
      .del_templ_choice input:checked ~ label:after{
/*           background-color: gray;
          border-color: gray; */
		  background-image: url(/images/delete02.png); 
		  background-size: 100%;
		  border: none;
        }

	.but_choice_fixed {		
		width: 100px !important;
		height: 100px !important; 
		min-width: unset !important;
		margin-top: -10px;
		position: fixed;
		z-index:4;
		background-image: url(/images/checked_buy_cart.png); 
		background-size: 85%;
		background-position: center;
		right: 1%;
	}
	
	.info_choose_templ {
		/* background-color: yellow; */
		width: 25%;
		min-width: fit-content;
		height: 25px;
		padding-right: 7%;
		position: fixed;
		z-index: 50;
		font-weight: 600;
		font-size: larger;
	}
	
	.cart_button_choice_templ {
		/* background-color: green; */
		/* width: 50%; */
		height: 30px;
		margin-right: 40px; 
		/* padding-left: 10px; */
		/* position: fixed; */
		/* z-index: 100; */
		display: grid;
		justify-items: end;		
	}
	
	.but_coupon_fixed {		
		width: 100px !important;
		height: 100px !important; 
		min-width: unset !important;
		margin-left: -30px !important;
		/* margin-top: -10px; */
		position: fixed;
		z-index:100;
		/* background-color: red !important; */
		background-image: url(/images/weitersagen.png); 
		transform: rotate(-45deg);
		background-size: 100%;
		/* visibility: hidden;	 */
	}

	
	

	#data,
	#dataprinter,
	#datamodi {
		margin-left: 10%;  /* geändert von 25% */
	}

	/*Arrow zum Anklicken*
    .inputGroup:after {
        content: " ";
        position: absolute;
        right: -15px;
        top: 15px;
        border-top: 15px solid transparent;
        border-right: none;
        border-left: 15px solid black;
        border-bottom: 15px solid transparent;
      }*/

	.questionbuttons {
		text-align: end;
	}

	.questionbutton {
		margin: 3%;
	}

	.gcodeDownload {
		text-align: center;
	}

	.downloadbutton {
		width: 25%;
	}
	

	.nameGcode{
      width: 10%;
	  margin: 6px; 
    }
	
	
	.witchLM {
		margin: 1%;
		font-weight: 600;
	}

	.input {
		margin-left: -123px;
		margin-top: -3%;
	}

	.inputGroup label {
		padding: 12px 30px;
		width: 100%;
		display: block;
		text-align: left;
		color: #3C454C;
		cursor: pointer;
		position: relative;
		z-index: 2;
		transition: color 200ms ease-in;
		overflow: hidden;
	}

	.inputGroup label:before {
		width: 50px;
		height: 10px;
		border-radius: 50%;
		content: '';
		background-color: gray;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%) scale3d(1, 1, 1);
		transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
		opacity: 0;
		z-index: -1;
	}

	.inputGroup label:after {
		width: 32px;
		height: 32px;
		content: '';
		border: 2px solid #D1D7DC;
		background-color: #fff;
		background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
		background-repeat: no-repeat;
		background-position: 2px 3px;
		border-radius: 50%;
		z-index: 2;
		position: absolute;
		right: 20%;
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer;
		transition: all 200ms ease-in;
	}


	/*Farbe der Schrift*/
	.inputGroup input:checked~label {
		color: #fff;
	}

	.inputGroup input:checked~label:before {
		transform: translate(-50%, -50%) scale3d(56, 56, 1);
		opacity: 1;
	}

	.inputGroup input:checked~label:after {
		background-color: gray;
		border-color: gray;
	}


	.inputGroup input {
		width: 32px;
		height: 32px;
		order: 1;
		z-index: 2;
		position: absolute;
		right: 30px;
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer;
		visibility: hidden;
	}

	.form {
		display: flex;
		/*justify-content: space-around;*/
		flex-direction: column;
		padding: 0 16px;
		/*width: 50%;
            margin: 50px auto;
            font-size: 16px;*/
		line-height: 36px;
		margin-top: -5px;

	}

	/*Versuch Viewer zu drehen klappt*/
	#stlViewer {
		width: 690px;
		text-align: center;
		margin-left: 40%;
		position: absolute;
	}

	/*eigene lebensmittel*/


	/*
    #lmselecet{
        width: 100%;
    }
    */
	#eigeneleb {
		position: relative;
		display: inline-block;
	}

	#eigeneleb:hover .dropdown-content {
		display: block;
	}

	.dropdown-content {
		display: none;
		/*position: absolute;*/
		width: 100%;
		background-color: #f9f9f9;
		/*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
		padding: 12px 16px;
		z-index: 1;
	}

	#display_foodsettings {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		margin-top: 3%;
	}

	#expertslider {
		/*display: none;
        display: flex;*/
		visibility: hidden;
		flex-direction: column;
		align-items: center;
		flex-wrap: wrap;
		/*width: 50%;*/
	}

	.inputGroup:hover #expertslider {
		display: flex;
	}

	/*Infotext hover erscheinen*/
	.tooltiptext {
		position: relative;
		visibility: hidden;
		width: 120px;
		background-color: #555;
		color: #fff;
		text-align: center;
		border-radius: 6px;
		padding: 5px 0;
		z-index: 1;
		margin-left: -60px;
		opacity: 0;
		transition: opacity 0.3s;
	}

	.tooltiptext::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 100%;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: #555 transparent transparent transparent;
	}

	.capsul {
		height: 10%;
		width: 500px;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	}

	/*pfeile für expertenmodus*/
	.arrow_right {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 10px solid grey;
		margin-top: 4%;
		margin-left: -10%;
		height: 10%;
		cursor: pointer;
	}

	.arrow_right_expert {
		margin-left: -12%;
		margin-top: 2.5%;
		height: 10%;
		cursor: pointer;
	}

	/*Lettering*/
	.anzeige_scale {
		padding-top: 1.5%;
		padding-left: 3%;
	}

	.anzeige_together {
		display: flex;
		margin-bottom: 10%;
	}


	/*Dropdown Expertenmodus*/

	#ownLMdropdown {
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		border: none;
		margin-top: 5%;
		/*border-radius: 3px;*/
		box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .3);
		/*color: black;*/
		cursor: pointer;
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		height: 40px;
		/*outline: none;*/
		padding-left: 10px;
		width: 60%;
		background-image:
			linear-gradient(45deg, transparent 50%, black 50%),
			linear-gradient(135deg, black 50%, transparent 50%),
			linear-gradient(to right, white, white);
		background-position:
			calc(100% - 20px) calc(1em + 2px),
			calc(100% - 15px) calc(1em + 2px),
			100% 0;
		background-size:
			5px 5px,
			5px 5px,
			2.5em 2.5em;
		background-repeat: no-repeat;
	}

	#ownLMdropdown:focus {
		background-image:
			linear-gradient(45deg, black 50%, transparent 50%),
			linear-gradient(135deg, transparent 50%, black 50%),
			linear-gradient(to right, white, white);
		background-position:
			calc(100% - 15px) 1em,
			calc(100% - 20px) 1em,
			100% 0;
		background-size:
			5px 5px,
			5px 5px,
			2.5em 2.5em;
		background-repeat: no-repeat;
		border-color: grey;
		outline: 0;
	}


	#dropdownWrapper {
		position: relative;
		width: 100%;
		margin-left: 35px;
	}

	.ExpertSliderOutput {
		margin-left: 3%;
	}

	#searchBar {
		margin-left: -5%;
	}

	/*.searbarwrapper{
          display: flex;
          float: right;
          margin-top: -5%;
      }*/

	.search-icon {
		margin-left: -11%;
		max-height: 25px;
		margin-bottom: 2%;
	}

	.checkTemplates {
		display: flex;
		justify-content: space-between;
	}

	.boxTemplate {
		flex-basis: 100px;
	}

	.chockboxTemplates {
		margin-left: 2%;
	}

	.checkLable {
		padding-left: 6%;
	}

	.inputboxes {
		display: flex;
		flex-basis: 70%;
	}

	.inputrezept {
		display: flex;
		flex-basis: 100%;
		justify-content: space-around;
	}

	#allcheck {
		flex-basis: 160px;
		margin-left: 2%;
	}

	#chococheck {
		flex-basis: 70px;
	}

	#marzcheck {
		flex-basis: 90px;
	}

	#owncheck {
		flex-basis: 170px;
	}

	#hippecheck {
		flex-basis: 105px;
		margin-left: 2%;
	}

	#kartoffelcheck {
		flex-basis: 125px;
	}

	#buttercheck {
		flex-basis: 65px;
	}

	#spekcheck {
		flex-basis: 102px;
	}

	#spritzmcheck {
		flex-basis: 136px;
	}

	/*.top-button{
        right: 33%;
        border: outset;
        width: 70px;
      }

      .front-button{
        right: 27%;
        border: outset;
        width: 70px;
      }
      .diagonal-button{
        right: 21%;
        border: inset;
        width: 70px;
      }*/

	#auswahl-gesamt {
		text-align: left;
		margin-left: 1%;
	}

	.inputspalte_label label {
		border: none !important;
		width: 50px;
	}

	.label_dimension {
		display: inline-block; 
		width: 100px;
	 }
	  
	  
	#objectLength {
		width: 50px;
		margin-left: 3%;
	}

	#objectWidth {
		width: 50px;
		margin-left: 3%;
	}

	#objectHeight {
		width: 50px;
		margin-left: 3%;
	}

	.button_send {
		color: gray;
	}

	#overlay_gif {
		position: fixed;
		display: flex;
		justify-content: center;
		align-items: center;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 5;
	}

	#delete_element {
		cursor: pointer;
	}
}*{
    margin: 0;
    padding: 0;
    /*background-color: #f1f1f1;*/
}

body{
    overflow-x: hidden;
}

.wrapper{
    width: 100%;
}

.img-banner{
    display: none;
}

.img-me{
    width: 100%;
}

@media only screen and (min-width:768px){
  h1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    color: white;
  }

  .head_logo {
      width: 200px;
      margin-bottom: 5px;
      margin-left: 5px;
      padding-top: 5px;
  }

  .head_circle{
    width: 40px;
    height: 40px;
    margin-left: 5px;
    background: white;
    padding: 5px;
    border-radius: 50%;
  }
  
  #righthead{
      /*opacity: 0;*/
      margin-right: 3%;
  }

/*------------------------------------------------------------Kacheln-----------------------------------------------------------------------*/

    /*Neuer Versuch*/
    .container {
        display: flex;
        min-height: 100%;
      }
      /*Tipps&Tricks*/
      input[data-function*='swipe'] {
        position: fixed;
        opacity: 0;
      }
      /*Tipps&Tricks Button*/
      label[data-function*='swipe'] {
        position: fixed;
        top: 46%;
        right: 12px;
        z-index: 1;
        display: block;
        width: 15%;
        text-align: center;
        color: white;
        background-color: black;
        border: double;
        border-top-right-radius: 2em;
        border-top-left-radius: 2em;
        border-color: black;
        cursor: pointer;
        transform: translate3d(0, 0, 0) rotate(-90deg) translate(50%, 0);
        transition: transform .3s;
        transform-origin: right;
      }
      label[data-function*='swipe']:hover {
        color: #263249;
      }
      input[data-function*='swipe']:checked ~ label[data-function*='swipe'] {
        transform: translate3d(-280px, 0, 0) rotate(-90deg) translate(50%, 0);
        z-index: 5;
      }
      
      label[data-function*='swipe']:checked {
        display: block;
      }
      /*label:nth-child(2){
        display: none;
      }*/
      input[data-function*='swipe']:checked ~ label:nth-child(2){
        display: block;
        transform: translate3d(-280px, 0px, 0px) rotate(-90deg) translate(50%, 0);
        
      }
      input[data-function*='swipe']:checked ~ label:nth-child(3){
        display: none;
      }
      .headings {
        flex: 1;
        padding: 80px 30px;
        background: #eee;
        box-shadow: 0 0 5px black;
        transform: translate3d(0, 0, 0);
        transition: transform .3s;
      }
      input[data-function*='swipe']:checked ~ .Apps {
        width: 75%;
        transition: transform .3s;
      }
      input[data-function*='swipe']:checked ~ .sidebar {
        transform: translate3d(0px, 0px, 0px);
        z-index: 5;
      }
      input[data-function*='swipe']:checked ~ .sidebar .menu li {
        width: 100%;
        height: 100vh;
      }
      .sidebar {
        transform: translate3d(280px, 0px, 0px);
        position: fixed;
        width: 280px;
        background: black;
        color: #eee;
        right: 0;
        top: 0;
        transition: all .3s;
        min-height: 100vh;
        overflow: auto;
      }


      /*Anwendungen open*/
      input[data-fun*='swipe'] {
        position: fixed;
        opacity: 0;
      }
      /*Tipps&Tricks Button*/
      label[data-fun*='swipe'] {
        position: fixed;
        top: 50%;
        right: 12px;
        z-index: 1;
        display: block;
        width: 120px;
        text-align: center;
        color: white;
        background-color: black;
        border: double;
        border-top-right-radius: 2em;
        border-top-left-radius: 2em;
        border-color: black;
        cursor: pointer;
        transform: translate3d(0, 0, 0) rotate(-90deg);
        transition: transform .3s;
        transform-origin: right;
      }
      label[data-fun*='swipe']:hover {
        color: #263249;
      }
      input[data-fun*='swipe']:checked ~ label[data-function*='swipe'] {
        transform: translate3d(-280px, 0, 0);
        
      }
      label[data-fun*='swipe']:checked {
        display: block;
      }

      input[data-fun*='swipe']:checked ~ label:nth-child(2){
        display: block;
        transform: translate3d(-280px, 0px, 0px) rotate(-90deg);
        
      }
      input[data-fun*='swipe']:checked ~ label:nth-child(3){
        display: none;
      }
      .headings {
        flex: 1;
        padding: 80px 30px;
        background: #eee;
        box-shadow: 0 0 5px black;
        transform: translate3d(0, 0, 0);
        transition: transform .3s;
      }
      input[data-fun*='swipe']:checked ~ .Apps {
        width: 75%;
        transition: transform .3s;
      }
      input[data-fun*='swipe']:checked ~ .sidebar {
        transform: translate3d(0px, 0px, 0px);
      }
      input[data-fun*='swipe']:checked ~ .sidebar .menu li {
        width: 100%;
      }

      .menu li {
        padding: 10px;
        list-style: none;
        width: 0%;
      }
      .menu li a {
        color: #fff;
        /* border: 3px solid #fff; */
        text-align: center;
        height: 100%;
        font-size: 16px;
        font-weight: 900;
        display: block;
        text-decoration: none;
        margin: -1px 17%;
        overflow: hidden;
      }

    .selectuser{
      width: 409px;
    }

    /*.tippscontent{ maby
      height: 95vh;
    }*/

    #tipps_title{
      height: 4vh;
    }

    .userdata{
      padding-right: 5%;
      padding-left: 5%;
    }
    .userdataemail, .userdatapw{
      padding-right: 15%;
      padding-left: 6%;
    }

    .form-eingabe{
      width: 50%;
    }

    .form-eingabeu{
      width: 409px;
    }

    .changeUserDataButtons , .changeUserDataButtonse{
    display: flex;
    justify-content: flex-end;
    margin-top: 3%;
    
    }

    .DataButtons{
      display:flex;
      margin-right: 16%;
    }

    #pChange{
      margin-top: 3%;
    }

    .settingslink{
      color: black;
      text-decoration: none;
    }

    .settingslinkleft{
      left: auto !important;
      right: 181px !important;
    }

    .ureadnotice{
      margin-left: -25%;
      position: absolute;
    }

    .settingslinkheader{
      color: black;
      text-decoration: none;
      font-size: 16px;
    }

    .onesetting{
      height: 95%;
    }

    .mailsetting{
      height: 95%;
    }

    .usermail{
      width: 100%;
      overflow-y: scroll;
      overflow-x: hidden;
    }

    .news_head{
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid;
    }

    .readNews{
      margin: 3%;
      padding: 3px;
      border: 2px solid;
    }

    .underline{
      text-decoration: underline;
      color: blue;
    }

    .Apps{
        display: flex;
        flex-flow: column;
        transform: translate3d(0, 0, 0);
        transition: transform .3s;
        width: 90%;
        margin-left: 5%;

    }

    .wrapper, .choco, .marzipan, .ownLM{
        display: flex;
        flex-flow: row wrap;
        justify-content: space-evenly;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    } 

    .userwrapper{
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      margin-top: 2%;
    }

    .header{
      margin-left: 50%;
      text-align: center;
      font-weight: bold;
    }

    .choco, .marzipan, .ownLM{
    box-shadow: none;
    }

    .wrapper2{ 
        margin-bottom: 1%;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-evenly;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    }

    .wrapper3{ 
        margin-bottom: 1%;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-evenly;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        overflow: hidden;

    } 

    .wrapper3_button_next{
      position: absolute;
      left: 1%;
      top: 52%;
      color: white;
      background-color: black;
      width: 2%;
      height: 10%;
      transform:translateY(-50%);
    }

    .wrapper3_button_prev{
      position: absolute;
      right: 1%;
      top: 52%;
      color: white;
      background-color: black;
      width: 2%;
      height: 10%;
      transform:translateY(-50%);
    }

    .wrapper2_button_next{
      position: absolute;
      left: 1%;
      top: 21%;
      color: white;
      background-color: black;
      width: 2%;
      height: 10%;
      visibility: hidden;
    }

    .wrapper2_button_prev{
      position: absolute;
      right: 1%;
      top: 21%;
      color: white;
      background-color: black;
      width: 2%;
      height: 10%;
      visibility: hidden;
    }

    .wrapperheader{
      position: absolute;
	  margin-top: 4px;
      font-size: large;
      font-weight: bold;
      text-align: center;
      min-width: 100px;
    }

    .welcometext{
		text-align: left;
		/* font-weight: bold; */
		width: 60%;
		margin-left: 20%;
		font-size: 22px;
		line-height: initial;
    }

	.updatedownloadtext {
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.6;
	}

	.info_no_update_sw_ok {
	  font-size: 30px;
	  color: greenyellow;
	  text-align: center;
      font-weight: 600;
      line-height: 1.6;			
	}
	.info_no_update{
	  color: black;
	  font-size: 30px;
	  text-align: center;
      font-weight: 400;
      line-height: 1.6;	
	  background-color: lightpink;
	}


	.inputfield_dosis{
	font-family: "Dosis", sans-serif;  /* Text für Input auch Dosis */
	padding-left: 2px;
	}



    #zutaten_liste {
      margin-left: 29%;
    }
    
    #zutaten_liste .menge {
      float: left;
      width: 140px;
    }

    .rezept{
      font-weight: bold;
      font-size: 20px;
      line-height: initial;
    }

    .rezeptheader{
      text-align: center;
    }

    .rezeptInfo{
      margin-left: 30%;
    }

    #experten_settings_liste {
      margin-left: 30%;
    }
    
    #experten_settings_liste .setting {
      float: left;
      width: 215px;
    }

   .tippsback{
    position: absolute;
    top: 1.5%;
    width: 10%;
    background-color: black;
    color: white;
    height: 2.5%;
    left: 7%;
    border: none;
    cursor: pointer;
    }

    .item{
        display: flex;
		flex-flow: row wrap;
        justify-content: center;
        align-content: center;
        border-spacing: 10px;
        overflow:hidden;
        width: 17%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        margin-top: 3%;
        margin-bottom: 1%;
        /* cursor: pointer; */
    }
	
	.clickable {
		cursor: pointer;
	}

    .series-wrapper{
      margin-top: 5%;
    }

    .wrapper .item:first-child, .wrapper2 .item:first-child,.wrapper3 .item:first-child{
      margin-left: 2%;
    }

    .template:nth-child(1n +6){
      display: none;
    }

    .weg {
      display: none;
    }

    .wegright{
      visibility: hidden;
    }

    /*Collapsable item*/
    .itemc{
      display: flex;
      flex-flow: row wrap;
      align-content: center;
      border-spacing: 10px;
      overflow:hidden;
      width: 17%;
      height: 23vh;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      margin-top: 20px;
      margin-bottom: 20px;
    }

    .itemv{
      display: flex;
      flex-flow: row wrap;
      align-content: center;
      overflow:hidden;
      width: 17%;
      height: 23vh;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      margin-top: 20px;
      margin-bottom: 20px;
    }

    /*Bilder*/
    .iteme{
        flex: 1;
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
        aspect-ratio: 1/1; 
    }

    .itemtip{
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
      cursor: pointer;
    }

    .itemetemp{
      flex: 1;
      width: 100%;
      height: 100%;
      max-width: fit-content;
      max-height: 85%;
    }
	
	.templ_pic_buy {
		flex: 1;
		width: 66%;
		height: 100%;
		max-width: fit-content;
		max-height: 85%;
	}

	/* Auswahl mehrerer Vorlagen */
	.templ_pic_more {
		flex: 1;
		width: 33%;
		height: 100%;
		max-width: fit-content;
		max-height: 85%;
	}

	#pic_buy_stl {
		/* background-color: red; */
		width: 20%
	}
		

    .kacheltext {
      position: relative;
      margin-top: -25%;
      z-index: 2;
      background-color: rgba(255, 255, 255, .7);
      height: 23%;
      color: black;
      text-align: center;
      font-size: 1.25vw;
      font-weight: bold;
    }

    .kacheltextnav {
      position: relative;
      margin-top: -45%;  /* -35% */
      z-index: 2;
      background-color: rgba(255, 255, 255, .7);
      height: 38%;
      color: black;
      text-align: center;
      /* font-size: larger; */
      font-weight: bold;
    }

    .tag{
        text-align: center;
        color: inherit;
        text-decoration: none;
        width: 100%;
        height: 100%;
    }

    /*Tipps & Tricks*/
    .nav-item {
        text-decoration: none;
        color: whitesmoke;
        font-size: 1.1em;
        height: 19vh;
        padding: 2%;
    }

      /*Settings popup*/

      .flag {
        width: 38px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
      }

      .overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.7);
        transition: opacity 500ms;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s;
        z-index: 1999;
      }
      .overlay:target {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
      }
      
      .popup {
        margin: 70px auto;
        padding: 70px;
        background: #fff;
        border-radius: 5px;
		width: 25%;
		/* geändert 60% */
        height: 80%;
        position: relative;
        min-height: 600px;
        min-width: 900px;
      }
		  
		  		  
	.popup_templ_choice {
		position: relative;
		margin: 70px auto;
		padding: 70px;
		background: #fff;
		border-radius: 5px;
		width: 25%;
		/* geändert 60% */
		height: 80%;
		min-height: 600px;
		min-width: 900px;
		overflow-y: scroll;
		z-index: 1000;
		text-align: center;
		font-weight: normal;
	}


	.popup_templ_choice .close {
		position: absolute;
		top: 20px;
		right: 30px;
		transition: all 200ms;
		font-size: 45px;
		/*vorher 30px*/
		font-weight: bold;
		text-decoration: none;
		color: #333;
	}

	.popup_templ_choice .close:hover {
		color: #06D85F;
	}


	.popup_info {
		margin: 70px auto;
		padding: 70px;
		background: #fff;
		border-radius: 5px;
		width: 25%;
		/* geändert 60% */
		/*height: 80%;*/
		/* min-height: 200px;  /* aus .langquestion */
		position: relative;
		min-height: 400px;
		min-width: 900px;
		text-align: center;
		font-weight: 400px;
		font-size: 22px;
	}

	.popup_info .close {
		position: absolute;
		top: 20px;
		right: 30px;
		transition: all 200ms;
		font-size: 45px;
		/*vorher 30px*/
		font-weight: bold;
		text-decoration: none;
		color: #333;
	}

	.popup_info .close:hover {
		color: #06D85F;
	}

	.popup_abo_info {
		margin: 70px auto;
		padding: 70px;
		background: #fff;
		border-radius: 5px;
		width: 25%;
		/* geändert 60% */
		height: 80%;
		/* min-height: 200px;  /* aus .langquestion */
		position: relative;
		min-height: 400px;
		min-width: 900px;
		text-align: center;
		/* font-weight: 400px; */
		/* font-size: 22px; */
		overflow-y: scroll;
	}

	.popup_abo_info .close {
		position: absolute;
		top: 20px;
		right: 30px;
		transition: all 200ms;
		font-size: 45px;
		/*vorher 30px*/
		font-weight: bold;
		text-decoration: none;
		color: #333;
	}

	.popup_abo_info .close:hover {
		color: #06D85F;
	}
	  
	  
	  
	  
      
      /*wenn popup lang classe hat*/
      .lang{
        height: 45%;
        /* min-height: 400px; */
      }

      .langquestion{
        height: 0%;
        min-height: 200px;
      }

      .gcobjects_question{
        height: 0%;
        min-height: 300px;
      }

      .Coinlong{
        height: 60%;
        min-height: 400px;
      }
      
      .popup h2 {
        margin-top: 0;
        color: #333;
        font-family: Tahoma, Arial, sans-serif;
      }
      .popup .close {
        position: absolute;
        top: 20px;
        right: 33px;
        transition: all 200ms;
        font-size: 55px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
      }
      .popup .close:hover {
        color: #06D85F;
      }
      .popup .content {
        max-height: 30%;
        overflow: auto;
      }
      .popcontent {
        display: flex;
      }

      .popleft{
        flex-basis: 33.33%;
        list-style-type: none;
        border-right: 1px solid;
      }

      .popright{
        flex-basis: 66.66%;
      }

      .poprightNone{
        flex-basis: 100%;
      }

      .emailfiled, .pwfield{
        flex-basis: 100%;
      }

      #butupdate{
        width: 200px;
        height: 30px;
        margin-top: 10%;
        background-color: #fff;
        color: black;
        border: none;  
        box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
        font-size:14px;
        cursor:pointer;
      }

      #setupdate {
        margin-top: 5%;
        margin-left: 1%;
      }

      .setingsbut {
        width: 150px;
        height: 50px;
        margin: 1%;
		margin-left: auto;
        background-color: #fff;
        border: none;  
        box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
        cursor:pointer;
      }

      .settingheader {
        justify-content: center;
      }

      .settingheaderallg{
        justify-content: space-evenly;
      }

      .edit{
        background: white;
        width: 4%;
        height: 4%;
        margin-bottom: 5px;
        margin-left: 60%;
        margin-top: 7px;
      }

      .formularfeld{
        display: flex;
        justify-content: space-between;
        margin: 10px;
      }

      .userdatapw{
        display: flex;
        flex-direction: column;
      }

      #emailLable #pwLable #unLable{
        display: contents;
      }

      .language{
        display: flex;
        flex-direction: column;
        margin-top: 2%;
        margin-left: 10%;  /* geändert von 25% */
        font-size: large;
        text-align: left;
      }

      .data{
        display: flex;
        flex-direction: column;
      }

      .deleteobj{
        position: absolute;
        width: 1.5%;
        height: 3%;
        background-image: url(/images/trash.png);
        background-size: 100%;
        margin-left: 14%;
        margin-top: 0.5%;
        z-index: 2;
        cursor: pointer;
      }

      .downloadobj{
        position: absolute;
        width: 1.5%;
        height: 3%;
        background-image: url(/images/download-icon.png);
        background-size: 100%;
        margin-left: -14%;
        margin-top: 0.5%;
        z-index: 2;
        cursor: pointer;
      }

      .editobj{
        position: absolute;
        width: 1.5%;
        height: 3%;
        background-image: url(/images/edit_name.png);
        background-size: 100%;
        margin-left: -14%;
        margin-top: 2.5%;
        z-index: 2;
        cursor: pointer;
      }

      .deletExpert {
        float: right;
        margin: 2%;
        margin-top: -3%;
      }

      .expert_unit{
        margin-left: 3%;
      }

      .deletInI{
        width: 5%;
        height: 5%;
        margin-right: -15%;
        align-items: center;
        margin-top: 3%;
      }

      .removeInI{
        position: relative;
        float: right;
        z-index: 3;
        padding: 1%;

      }

      /*footer*/
      #footer{
      text-decoration: none;
      width: 100%;
      height: 26px;
      border-top: 1px solid #CCC;
      color: black;
      font-size: 14px;
      margin-top: 5px;
      margin-bottom: 20px;
      padding-top: 6px;
      text-align: center;
      float: left;
    }

    /*collapsable*/

    .collapsible0 {
      background-color: #777;
      color: white;
      cursor: pointer;
      padding: 10px;
      margin: 5px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      text-align: center;
      font-size: 15px;
    }

    .collapsible {
      background-color: #777;
      color: white;
      cursor: pointer;
      padding: 10px;
      margin: 5px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      text-align: center;
      font-size: 15px;
    }

    .collapsible1 {
      background-color: #777;
      color: white;
      cursor: pointer;
      padding: 10px;
      margin: 5px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      text-align: center;
      font-size: 15px;
    }
    
    .active, .collapsible:hover {
      background-color: #555;
    }

    .content {
      padding: 0 18px;
      display: none;
      overflow: hidden;
      background-color: #f1f1f1;
    }


  /*Navigation 15.09.20*******************************************************************************************************/
  .navigations{
      height: 50px;
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      align-items: center;
      list-style-type: none;
      margin-right: 3%;
  }

  .navigations img {
      width: 40px;
      height: 40px;
  }

  .setimage{
    margin-right: 10%;
  }

  #userInfo{
    font-size: initial;
    min-width: 130px;
  }
    
  #nav {
    /*display:flex;*/
    justify-content: flex-end;
    align-items: center;
    /*margin:0 auto;
    padding:10px;*/
  }
   
  .flex {
    display:flex;    
  }   
  
  /*ul.navigations {
      margin-right: 10%;
  }*/
   
  ul.navigations li {
      /*display:inline;*/
      font-size:12px;
      font-weight:bold;
      margin:0;
      padding:0;
      position:relative;
  }
   
  ul.navigations li a {
      padding:10px 25px;
      color:#616161;
      text-shadow:1px 1px 0px #fff;
      text-decoration:none;
      display:inline-block;
      border-right:1px solid #fff;
      border-left:1px solid #C2C2C2;
      border-top:1px solid #fff;
      background: #f5f5f5;
   
      -webkit-transition:color 0.2s linear, background 0.2s linear;
      -moz-transition:color 0.2s linear, background 0.2s linear;
      -o-transition:color 0.2s linear, background 0.2s linear;
      transition:color 0.2s linear, background 0.2s linear;
  }
   
  ul.navigations li a:hover {
      background:#f8f8f8;
      color:#282828;
  }
   
  ul.navigations li a.first {
      border-left: 0 none;
  }
   
  ul.navigations li a.last {
      border-right: 0 none;
  }
   
  ul.navigations li:hover > a {
      background:#fff;
  }

    /* Drop-Down Navigation */
  ul.navigations li:hover > ul
  {
  /*these 2 styles are very important,
  being the ones which make the drop-down to appear on hover */
      visibility:visible;
      opacity:1;
  }
  
  ul.navigations ul, ul.navigations ul li ul {
      list-style: none;
      margin: 0;
      padding: 0;
  /*the next 2 styles are very important,
  being the ones which make the drop-down to stay hidden */
      visibility:hidden;
      opacity:0;
      position: absolute;
      z-index: 99999;
      width:180px;
      background:#f8f8f8;
      box-shadow:1px 1px 3px #ccc;
  /* css3 transitions for smooth hover effect */
      -webkit-transition:opacity 0.2s linear, visibility 0.2s linear;
      -moz-transition:opacity 0.2s linear, visibility 0.2s linear;
      -o-transition:opacity 0.2s linear, visibility 0.2s linear;
      transition:opacity 0.2s linear, visibility 0.2s linear;
  }
  
  ul.navigations ul {
      top: 35px;
      right: 15px;
  }
  
  ul.navigations ul li ul {
      top: 0;
      left: 181px; /* strong related to width:180px; from above */
  }
  
  ul.navigations ul li {
      clear:both;
      width:100%;
      border:0 none;
      border-bottom:1px solid #c9c9c9;
  }
  
  ul.navigations ul li a {
      background:none;
      padding:7px 15px;
      color:#616161;
      text-shadow:1px 1px 0px #fff;
      text-decoration:none;
      display:inline-block;
      border:0 none;
      clear:both;
  }

  /*coins*/
  #creditsTop{
    display: flex;
    justify-content: space-between;
	margin-right: 3%;
  }

  #coinpopup {
    flex-basis: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
  }

  .creditsleft {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	/*space-around; geändert */
	align-items: flex-start;
  }
  
  .creditsright {
	margin-right: 5%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	/*space-around; geändert */
	/* align-items: flex-start; */
	/*geändert von 2.5% */
   }  
  
  .point_purchase_button{
	margin-left: 1%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	width: 120%;
	margin: 7px;
  }

  .purchase_button_image{
    width: 20%;
  }

  .purchase_button_imageplus{
    width: 32%;
  }
  
  #abo_renew_button {
	margin-left: -10px;
  }
  

  #redeemCode{
    margin-bottom: 3%;
    margin-top: 3%;
    display: flex;
    flex-direction: column;
    visibility: hidden;
  }

  #redeemDiv{
    display: flex;
    justify-content: center;
	margin-top: 15px;
	padding-bottom:10px;padding-left: 1%;
  }

  #balancecoin {
    /*margin-bottom: 3%;
    text-align: right;*/
    border: 2px solid;
  }


  #pricesHeader {
	font-size: 20px;
	text-align: left;
  }

  #pricesaboHeader {
	font-size: 20px;
	text-align: left;
  } 

  #pricestempHeader {
	font-size: 20px;
	text-align: left;
  }

  .pricestable {
	text-align: left;
	margin-top: 150px;
  }

  .pricestable_abo_select {
	text-align: left;
	/* margin-top: 150px; */
	background-color: pink;
  }


  #redeem{
    width: 180px;
    text-align: center;
  }

  #redeemerror {
    color: red;
  }


	.info_redeem_success {
	  font-size: 22px;
	  color: greenyellow;
	  text-align: center;
      font-weight: 600;
      line-height: 1.3;			
	}
	.info_redeem_error{
	  color: black;
	  font-size: 22px;
	  text-align: center;
      font-weight: 2500;
      line-height: 1.3;	
	  background-color: lightpink;
	  margin-bottom: 20px;
	}

  #Coinmovemenet{
    width: 100%;
  }

  #accountinfo{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #Coinprice{
	width: 80%;
	table-layout: fixed;
  }

  
  #aboprice {
	/* border: 2px solid;  ohne Rand*/
	/* height: 100%;*/
	width: 80%;
	table-layout: fixed;
  }

  #tempprice {
	/* border: 2px solid;  ohne Rand*/
	/* height: 100%;*/
	width: 80%;
	table-layout: fixed;
  }

/* Popup Vorlage kaufen */
  #templateprice {
	/* border: 2px solid;  ohne Rand*/
	width: 60%;
	margin-left: 15%;
	text-align: left;
	table-layout: fixed;
  }

/* Popup mehrere Vorlage kaufen */
  .chosen_templ_tab {
	/* border: 2px solid;  ohne Rand*/
	width: 80%;
	margin-left: 15%;
	text-align: left;
	table-layout: fixed;
  }


  .templ_chosen {
	font-weight: normal;
  }

  .costtable_templ {
	text-align: left;
  }


 .tab_SN_add {
	width: 110%;
	margin-left: 15%;
	text-align: left;
	table-layout: fixed;
  }



  #showredeem{
    /* height: 95%; */
  }

  #trservice{
    width: 35%;
  }

  .priceLetter{
    font-weight: normal;
  }

  .priceLetterright{
    font-weight: normal;
    text-align: left;
  }

  #Coinprice .tr{
    border: 1px solid;
  }

  #Coinprice .th{
    border: 1px solid;
  }

  .Coinmove{
    border: 1px solid black;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
  }

  .heading{
    padding-top: 0.3%;
  }

  .settingstable{
    padding: 2.5%;
  }

  #resetpassword_text{
    text-align: center;
    margin: 3%;
  }

  .embetty{
    height: 280px;
    width: 500px;
  }

  .videowrapper{
    height: 300px;
    box-shadow: none;
  }

  .livideo{
    list-style-type: none;
  }

  .headerlist{
    font-weight: bold;
    font-size: large;
  }
  
  
.tempbuy_info {
	font-weight: normal;
	/* background-color: red; */
    font-size: large;
  }
  
  /* Widerruf Vorlagen/Abo kaufen */ 
  .disclaim_templ_abo {
        border: none !important;
		width: 50px;
		font-weight: bold; /* aus headerlist */
		font-size: large;  /* aus headerlist */		
      }   
	  
	  
 .disclaim_templ {
        border: none !important;
		width: 50px;
		font-weight: bold; /* aus headerlist */
		font-size: large;  /* aus headerlist */		
      }
	  

	.foto_tab {
		/* border: 2px solid;  ohne Rand*/
		width: 80%;
		/* margin-left: 15%; */
		text-align: left;
		display: inline-table;
		/* table-layout: fixed; */
	}

	.placeh_foto {
		aspect-ratio: 1/1;
		width: 100%;
		height: 100%;
	}

	.placeh_info_but {
		text-decoration: underline;
		cursor: pointer;
		box-shadow: none !important; /* für Button in Texteditor */
		
	}





}
.slidecontainer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 200px;
    margin-top: -1%;
}

.slidecontainer > label {
    text-align: left;
    flex: 1 0 180px;
    max-width: 220px;
}

.slidecontainer > input {
    flex: 2;
}

.slidecontainer > select {
    min-width: 100px;
}

#slideinside {
    border: 1px solid black;
    width: 500px;
    /*margin-top: 10%;*/
}

.expert_input {
    max-width: 250px;
}

.slidecontainer:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

p.dialog {
    padding-bottom: 8px;
}/* CSS Document */
@charset "utf-8";


.invisible {
	display: none;
}

.hidden {
	visibility: hidden;
}
