@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;
}

#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 {
    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:14px;
	cursor:pointer;
}

/* 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.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);
}

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:14px;
	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.green {
    background-color: #24890d;
    color: white;
}

.underline_bold {
	 font-size: larger;
    text-decoration: underline;
    font-weight: bold;	
}

 /*  Testbuttons ChatGPT  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
 
.question-label {
    text-align: left;         /* Linksbündige Textausrichtung */
    word-wrap: break-word;    /* Zeilenumbruch für lange Texte */
	width: 66%;
	padding: 4px;
}

.question-label-yn {
	padding: 4px;
}
 
#uploadButton22 {
    /* padding: 10px 20px; */
    background-color: red; /* Standardfarbe für deaktiviert */
    /* color: white; */
    border: none;
    border-radius: 5px;
    cursor: not-allowed; /* Zeigt, dass der Button deaktiviert ist */
}
#uploadButton22.enabled {
    background-color: #c1e8f3; /* Farbe, wenn aktiv */
    cursor: pointer; /* Zeigt, dass der Button jetzt klickbar ist */
}
 
 
#uploadButton222 {
    /* padding: 10px 20px; */
    background-color: #f7b19bf7; /* Standardfarbe für deaktiviert */
    /* color: white; */
    border: none;
    border-radius: 5px;
    cursor: not-allowed; /* Zeigt, dass der Button deaktiviert ist */
}
#uploadButton222.enabled {
    background-color: #a1cbd7; /*yellow Farbe, wenn aktiv */
    cursor: pointer; /* Zeigt, dass der Button jetzt klickbar ist */
}
 
.error-message {
    color: red;            /* Fehlermeldung in rot */
    display: none;         /* Standardmäßig versteckt */
}
 
 .uploadButton222 {
    /* padding: 10px 20px; */
    background-color: red; /* #ff0000 Standardfarbe für deaktiviert */
    /* color: white; */
    border: none;
    border-radius: 5px;
    cursor: not-allowed; /* Zeigt, dass der Button deaktiviert ist */
}
.uploadButton222.enabled {
    background-color: pink; /* Farbe, wenn aktiv */
    cursor: pointer; /* Zeigt, dass der Button jetzt klickbar ist */
}
 
  #releaseButton {
    /* padding: 10px 20px; */
    background-color: #f7b19bf7; /* Standardfarbe für deaktiviert */
    /* color: white; */
    border: none;
    /* border-radius: 5px; */
    cursor: not-allowed; /* Zeigt, dass der Button deaktiviert ist */
}
#releaseButton.enabled {
    background-color: #a1cbd7; /* Farbe, wenn aktiv */
    cursor: pointer; /* Zeigt, dass der Button jetzt klickbar ist */
}
		
.enabled {
    background-color: green; /* Aktiver Button ist grün */
    color: white;           /* Textfarbe für aktiven Button */
}
.disabled {
    background-color: red;  /* Inaktiver Button ist rot */
    color: white;           /* Textfarbe für inaktiven Button */
}

#fileError {
    display: none;
    color: red;
}
 
 
	.hiddenUpload {
            display: none;
        }
    .errorUpload {
            color: red;
            font-size: 0.9em;
        }
    .resultUpload {
            margin-top: 20px;
            border: 1px solid #ccc;
            padding: 10px;
        }

 
 .mailbox_body {
    font-family: Arial, sans-serif;
    /* background-color: #f4f4f4; */
    margin: 0;
    padding: 20px;
}

.mailbox_container {
    max-width: 600px;
    margin: 0 auto;
    background: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.mailbox_h1, .mailbox_h2 {
    color: #333;
	text-align: left;
}

.mailbox_inbox {
    margin-bottom: 20px;
}

.mailbox_table {
    width: 100%; /* Vollständige Breite */
    border-collapse: collapse;
    margin-bottom: 20px;
}

.mailbox_table, .mailbox_th, .mailbox_td {
    border: 1px solid #ccc;
}

.mailbox_th, .mailbox_td {
    padding: 7px;
    text-align: left;
}

.mailbox_th {
    background-color: #c0dce4;
}

.mailbox_message-form {
    display: flex;
    flex-direction: column;
}

#mailbox_subjectInput {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#mailbox_messageInput {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#send_contact,
#mailbox_sendButton {
    padding: 10px;
    background-color: #a1cbd7ab; /* Hintergrundfarbe */
    /* color: white; */
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#send_contact,
#mailbox_sendButton:hover {
    background-color: #a1cbd7;
}

.mailbox_view {
    margin-top: 20px;
}

#mailbox_viewSentMessage,
#mailbox_viewReceivedMessage {
    width: 100%; /* Vollständige Breite */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; /* Sorgt dafür, dass Padding und Border in der Breite enthalten sind */
}

#mailbox_receiveButton {
    padding: 7px 6px; /* Größere Padding-Werte für einen größeren Button */
    font-size: 16px; /* Größere Schriftgröße */
    background-color: #a1cbd7ab; /* Hintergrundfarbe */
    /* color: white; */ /* Textfarbe */
    border: none; /* Kein Rahmen */
    border-radius: 4px; /* Abgerundete Ecken */
    cursor: pointer; /* Zeiger-Cursor beim Hover */
    margin-bottom: 20px; /* Abstand nach unten */
	margin-top: 10px;
}

#mailbox_receiveButton:hover {
    background-color: #a1cbd7; /* Dunklere Farbe beim Hover */
}


#sendButton {
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#sendButton:hover {
    background-color: #0056b3;
}

.message-view {
    margin-top: 20px;
}

#viewSentMessage,
#viewReceivedMessage {
    width: 100%; /* Vollständige Breite */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; /* Sorgt dafür, dass Padding und Border in der Breite enthalten sind */
}

#receiveButton {
    padding: 15px 20px; /* Größere Padding-Werte für einen größeren Button */
    font-size: 16px; /* Größere Schriftgröße */
    background-color: #007bff; /* Hintergrundfarbe */
    color: white; /* Textfarbe */
    border: none; /* Kein Rahmen */
    border-radius: 4px; /* Abgerundete Ecken */
    cursor: pointer; /* Zeiger-Cursor beim Hover */
    margin-bottom: 20px; /* Abstand nach unten */
}

#receiveButton:hover {
    background-color: #0056b3; /* Dunklere Farbe beim Hover */
}

.inbox {
    margin-bottom: 20px;
}

#messageList {
    list-style-type: none;
    padding: 0;
}

#messageList li {
    background: #e9ecef;
    margin: 5px 0;
    padding: 10px;
    border-radius: 4px;
}

.message-form {
    display: flex;
    flex-direction: column;
}

#messageInput {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#sendButton {
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#sendButton:hover {
    background-color: #0056b3;
}

 
 
 
  

        .openLinkButton {
			width: 150px;
            background-color: #1b650a;  /*green;  Grüner Hintergrund */
            color: white; /* Weißer Text */
            border: none; /* Kein Rand */
            padding: 5px 10px; /* Innenabstand */
            font-size: 14px; /* Schriftgröße */
            cursor: pointer; /* Zeiger-Cursor */
        }
        .openLinkButton:hover {
            background-color: #84b779; /*darkgreen;  Dunklerer Grünton beim Hover */
        }
        #submitButton {
            margin-top: 10px;
            padding: 10px 15px;
            font-size: 16px;
           /*  background-color: blue; */
            /* color: white; */
            border: none;
            cursor: pointer;
        }
        #submitButton:disabled {
            background-color: grey; /* Grauer Hintergrund, wenn deaktiviert */
            cursor: not-allowed; /* Zeiger zeigt an, dass der Button nicht gedrückt werden kann */
        }
		
   /* Stil für das modale Fenster */
        .modal {
            display: none; /* Standardmäßig versteckt */
            position: fixed; /* Positioniert relativ zum Viewport */
            z-index: 1; /* Über anderen Inhalten */
            left: 0;
            top: 0;
            width: 100%; /* Volle Breite */
            height: 100%; /* Volle Höhe */
            overflow: auto; /* Scrollen, wenn nötig */
            background-color: rgb(0,0,0); /* Hintergrundfarbe */
            background-color: rgba(0,0,0,0.7); /* Schwarz mit Transparenz */
        }
        .modal-content {
            background-color: #fefefe;
            margin: 15% auto; /* Zentriert das Fenster */
            padding: 20px;
            border: 1px solid #888;
            width: 80%; /* Breite des Modals */
        }
        .close_modal {
			/* position: absolute; */
			/* top: 20px; */
			/* right: 30px; */
            color: #aaa;
            float: right;
            font-size: 45px;
            font-weight: bold;
        }
        .close_modal:hover,
        .close_modal:focus {
            /* color: black; */
			color: #06D85F;
            text-decoration: none;
            cursor: pointer;
        }     

		.data-container {
            font-family: Arial, sans-serif;
            margin: 20px;
        }
        .data-row {
            display: flex;
            justify-content: flex-start; /* Links ausrichten */
            margin-bottom: 10px; /* Abstand zwischen den Zeilen */
        }
        .data-label {
            width: 150px; /* Fester Abstand für Labels */
            font-weight: bold; /* Labels fett darstellen */
        }
        .data-value {
            margin-left: 10px; /* Abstand zwischen Label und Wert */
        }
		


.form-group {
    margin-bottom: 15px; /* Abstand zwischen den Formularfeldern */
}

input[type="text"],
input[type="email"],
select,
textarea {
    width: 100%; /* Vollständige Breite für Eingabefelder und select */
    box-sizing: border-box; /* Damit Padding und Border zur Breite zählen */
}
/* CSS Document */

@charset "utf-8";

body {
	font-family: "Dosis", sans-serif;
	font-size: 18px;
	padding-bottom: 100px;
}

#top {
    display: flex;
    justify-content: space-between;
    align-items: center;    
    background-color: white;
    color: black;
    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: 10px;
    padding-bottom: 2px;
    margin-bottom: 10px /* 1000px; Versatz nach unten für Präsentation*/
    /* border-bottom: 2px solid; */
}

#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;*/
}



#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;
}





/****  Tests für 3DiH    *********/

	.a_href {
		text-decoration: underline;
		color: blue;
		
	}

	.top_bar {
		/* position: fixed; */
	}




	.container_index {
		/* display: block; */
		/* min-height: 100%; */
		border-top: 2px solid;
		border-bottom: 2px solid;
		padding-top: 5px;
		padding-bottom: 5px;
		
	}
	.index_wrapper {
		padding:0.01em 16px;
		padding-top: 5px;
		padding-bottom: 5px;
		border: 0.5px solid;
		margin: 10px;
		border-color: #edf3e8;
	}
	
	.logo_Proc {
		padding:0.01em 16px;
		padding-top: 20px;
		padding-bottom: 20px;
		border-bottom: 0.5px solid;
		border-top: 0.5px solid;
		margin: 10px;
		text-align: center;
		display: inline-flex;
		justify-content: space-evenly;
		width: 100%;
		height:20%;
		background-image: url(/Logo_Procusini.jpg); 
	}
	
	.link_wrapper {
		padding:0.01em 16px;
		padding-top: 20px;
		padding-bottom: 20px;
		border-bottom: 0.5px solid;
		border-top: 0.5px solid;
		margin: 10px;
		text-align: center;
		width: 100%;
		display: flex;
	}
	

	.upload_wrapper {
		padding:0.01em 16px;
		padding-top: 20px;
		padding-bottom: 20px;
		border-bottom: 0.5px solid;
		border-top: 0.5px solid;
		margin: 10px;
		text-align: center;
	}





	.load_file {
		text-align: center;
		cursor: pointer;
		
	}


	.w-light-grey, .w-hover-light-grey:hover {
		color: #000!important;
		background-color: #f1f1f1!important;
	}
  
	.w-bar .w-bar-item {
		padding: 8px 16px;
		float: left;
		width: auto;
		border: none;
		display: block;
		outline: 0;
	}


	.w-black, .w-hover-black:hover {
		color: #fff!important;
		background-color: #000!important; 
	}
	

	.wrapper_select{
		display: flex;
		justify-content: center;
	}
 
	.w-button:hover {
		color:#000!important;
		background-color:#ccc!important
	} 


/* modal -> extra Fenster für Infos (Popup)  */

	.w-modal-content{
		margin:auto;
		background-color: #f1f1f1;
		position:relative;
		padding:0;
		outline:0;
		width:600px};
	}


	.w-modal {
		z-index:3;
		display:none;
		padding-top:100px;
		position:fixed;
		left:0;
		top:0;
		width:100%;
		height:100%;
		overflow:auto;
		background-color:rgb(0,0,0);
		background-color:rgba(0,0,0,0.8);
	}

/*   geht nicht
	.w-button_oval {
		border: none;
		display: inline-block;
		padding: 8px 16px;
		vertical-align: middle;
		overflow: hidden;
		text-decoration: none;
		color: inherit;
		background-color: #f2eac350; /* 50 = transparency */ 
		/* text-align: center;
		cursor: pointer;
		white-space: nowrap;		
		border-radius: 500px;  
	
	} */


	.w-btn, .w-button  {
		  border: none;
		  border-radius: 4px;
		  display: inline-block;
		  padding: 8px 16px;
		  vertical-align: middle;
		  overflow: hidden;
		  text-decoration: none;
		  color: inherit;
		  background-color: inherit;
		  text-align: center;
		  cursor: pointer;
		  white-space: nowrap;
	}	
	
	
	.w-button:hover, .w-button_oval:hover{
		color:#000!important;
		background-color:#ccc!important;
	}
	
	
	
	.w-display-topright {
		position: absolute;
		right: 0;
		top: 0;
	}

	.w-container, .w3-panel {
		padding: 0.01em 16px;
	}


	.w-card-container {
		padding: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}

	.w-card-container-overview {
		padding: 10px;
		display: flex;
		/* flex-wrap: wrap; */
		justify-content: space-evenly;
	}



	.w-card {
		box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
		cursor: pointer;
		width: 60%;
	}
		
	.w-card:hover {
		box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19)
	}
	
	
	.w-card_logo {
		box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
		cursor: pointer;
		width: 60%;
		padding: 10px;
		overflow: auto;
	}	
	
	.w-card_logo:hover {
		box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19)
	}
	
	
	
	.img_cards_templ {
		width: 80%;
		height: auto;
		margin-top:20px;
		cursor: pointer;
	}
	
	.img_cards_templ_no_click {
		width: 80%;
		height: auto;
		margin-top:20px;
		/* cursor: pointer; */
	}

	.container_image {
		width: 100%;
		/*height: 50%;     70%; */
		overflow: hidden;
		text-align: center!important;
	}

	.container_image_partners {
		width: 100%;
		/* height: 70%; */
		overflow: hidden;
		text-align: center!important;
	}


/* ****  */

	button.but_3, input.but_3 {
		width: 300px;
		/* height: 30px; */
		background-color: #ffffff;
		color: black;
		border: none; /* 1px solid; */
		box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1), 0 3px 5px 0 rgba(0,0,0,0.09);
		font-size: 14px;
		cursor: pointer;
		border-radius: 4px;
	}


/*   Farben  *****/

	.w-green  {
		color:#fff!important;
		background-color:#75b84a!important;
	}
	
	
	
/*  Kontaktformular  input[type=text], select, textarea*/

	div.container_contact_form input[type=text] {
	  width: 100%;
	  /* padding: 12px; */
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  box-sizing: border-box;
	  /* margin-top: 6px; */
	  /* margin-bottom: 16px; */
	  resize: vertical;
	}

	input[type=text], select, textarea{
	  width: 75%;
	  /* padding: 12px; */
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  box-sizing: border-box;
	  /* margin-top: 6px; */
	  /* margin-bottom: 16px; */
	  resize: vertical;
	}



	input[type=submit] {
	  background-color: #a1cbd7; /* graublau dunkler  grün#8bc34a; */
	  color: black;
	  padding: 12px 20px;
	  border: none;
	  border-radius: 4px;
	  cursor: pointer;
	}

	input[type=submit]:hover {
	  background-color: #d0e8ef; /* graublau heller  #69aa1d; */
	}

	.container_contact_form {
	  display: flex;
	  justify-content: center;
	  min-height: 100%;
	  width: 50%;
	  border-radius: 5px;
	  background-color: #f1f1f1;
	  padding: 20px;	
	  margin: auto;
	}
	
	.contact_massage{
		display: block;
	}

 /*  Paramate  */
 
 #content_paramate {
	width: 100%;
	/* height: 700px; */
	/*background-color: #ff0;*/
}

/*    Test----------------
 */

    .flex-container {
      display: flex;
      justify-content: space-between;
      flex-flow: row wrap;
      align-content: stretch;
      align-items: stretch;
    }
    .product-tile {
      border: 2px solid black;
      flex-grow: 1;
      flex-shrink: 1;
      flex-basis: 150px;
      margin: 0 12px 24px;
      flex-flow: row wrap;
      align-content: flex-start;
    }
	
	/*  mit 100%, X Expertsettings zu groß, Wartegif zu groß  */
    /* img {
      width: 100%;
    } */
	
	
	/* 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: 220px;
	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;
	display: none;	/* Tab ausgeblendet */
}

#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;
	margin-left: 15%;
}

#object_editor #editor {
	width: 400px;
	height: 40px;
	margin-left: 50px;
	margin-bottom: 10px;
	padding-left: 10px;
}

#object_editor #object-lines,
#object_editor #series-wrapper {
	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: 40px;
	height: 40px;
	line-height: 40px;
}

#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;
}

#object_editor .toggle-placeholder {
	width: 100%;
	margin-bottom: 15px;
}

#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: 30px;
	width: 30px;
	margin: 6px;
	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 4px 10px 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,
#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 button.font-mirror: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,
#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);
}

#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 4px 10px 0 rgba(0, 0, 0, 0.19);
}



#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: 2px 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: 35px;
	height: 35px;
	line-height: 35px;
}

#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_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_line3 button.rotate-left,
#object_editor_text div.cti_line3 button.rotate-right {
	width: 30px;
}

#object_editor_text div.cti_line3 span.rotation-label {
	width: 75px;
	text-align: center;
	display: inline-block;
}

#object_editor_text div.cti_line3 div.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 #placeholderButton {
	width: 200px;
}

#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
}

.w-gcobject_tile_text {
    position: relative;
	
    /* top: 2px; */
	bottom: 8px;
	margin-top: 15px;
	margin-bottom: 15px;
    /* padding-top: 2%; */
    background-color: #eaeff0;  /* rgba(215 232 196 / 33%); */
    max-height: 60px;
	min-height: 30px;
    color: black;
    text-align: center;
    font-size: 1.3vw;
    font-weight: bold;
    align-self: flex-end;
	overflow-y: auto;  /* Falls Text zu lang */
	overflow-x: hidden;
}

.w-display-bottommiddle {
	/* position:absolute; */
	left:50%;
	bottom:0;
	transform:translate(-50%,0%);
	-ms-transform:translate(-50%,0%)}


.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;
}

.w-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;
}

.w-gcobject_button_greenhook {
    position: relative;
    width: 40px;
    height: 40px;
    background-image: url(/images/bought.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;
}

.w-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;
}

.w-gcobject_button_edit {
    position: relative;
    width: 25px;
    height: 25px;
    background-image: url(/images/edit_name.png);
    background-size: 100%;
    margin-top: 5px;
    cursor: pointer;
}

.w-section {
	margin-top: 6px!important;
	margin-bottom: 6px!important;
	display: flex;	
    justify-content: space-evenly;	
	position: relative;
    bottom: 13px;   /* geändert von 10px; */
}



.questioninfo {
    margin-bottom: 10px;
}

.searbarwrapper {
	width: 300px;
    margin-left: auto;
}

/* Test Images Vorlage 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: visible;
    position: relative;
    width: 53%;
    height: 80px;
    background-image: url(/images/buy_cart.png);  
    background-size: 90%;
	background-position: center;
    /* margin-left: -40%; */
	margin-top: -40%;
    cursor: pointer;
	z-index: 3;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 16px 0 rgba(0, 0, 0, 0.19);
}

.gcobject_button_buy_templ {
	visibility: visible;
    position: relative;
    width: 53%;
    height: 80px;
    background-image: url(/images/buy_cart.png);  
    background-size: 90%;
	background-position: center;
    margin-left: -40%;
	margin-top: -40%;
    cursor: pointer;
	z-index: 3;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 16px 0 rgba(0, 0, 0, 0.19);
}



.select_but_templ {
    width: 50%;
    float: left;
    padding: 0px; 
    text-align: right;
}


.buy_bought_select_button {
	visibility: visible;
    position: relative;
    width: 60px;
    height: 60px;
	background-color: white;
	border: none;
    background-image: url(/images/cart_buy_bought.png);  
    background-size: 95%;
	background-position: center;
    margin-left: 2%;
	/* margin-top: 30px; */
    cursor: pointer;
	z-index: 3;
	box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
}



.buy_select_button {
	visibility: visible;
    position: relative;
    width: 60px;
    height: 60px;
	background-color: white;
	border: none;
    background-image: url(/images/buy_cart.png);  
    background-size: 70%;
	background-position: center;
    margin-left: 2%;
	/* margin-top: 30px; */
    cursor: pointer;
	z-index: 3;
	box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
}

.bought_select_button {
    position: relative;
    width: 60px;
    height: 60px;
	background-color: white;
	border: none;
    background-image: url(/images/bought.png);
    background-size: 80%;
	background-position: center;
    margin-left: 2%; 
    /* margin-top: -50%; */
    cursor: pointer;
	z-index: 3;
	box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
}


.get_gcodes_mail {
    position: relative;
    width: 150px;
    height: 60px;
	background-color: white;
	border: none;
    background-image: url(/images/Download_Gcodes.PNG);
    background-size: 80%;
	background-position: center;
    margin-left: 2%; 
    /* margin-top: -50%; */
    cursor: pointer;
	z-index: 3;
	box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19);
}



.mail_symbol {
    position: relative;
    width: auto;
    height: 100px;
	background-color: white;
	border: none;
    background-image: url(/images/Mail_letter.png);
   /*  background-size: 80%; */
	background-position: center;
    /* margin-left: 2%;  */
    /* margin-top: -50%; */
    cursor: pointer;
	z-index: 3;
	/* box-shadow: 0 3px 12px 0 rgba(0,0,0,0.2), 0 6px 16px 0 rgba(0,0,0,0.19); */
}


button.buy_bought_select_button:hover,
button.buy_select_button:hover, 
button.bought_select_button:hover, 
button.get_gcodes_mail:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}

 .w3-main .w3-container #user_area_1  #userwrapper .userSTL_foreign w-card-container .w3-card-4 .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;
} 

.gcobject_button_buy_templ 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  STL-Dateien zum Kauf*/
.gcobject_button_bought {
    position: relative;
    width: 40%;
    height: 70px;
    background-image: url(/images/bought.png);
    background-size: 120%;
    margin-left: 150%;
    margin-top: 10%;
    cursor: pointer;
	z-index: 3;
}

/* grüner Hacken - Vorlagen in Kategorien  */
.gcobject_button_bought_templ {
    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;
}

 /* Kachel neu mit ChatGPT */
		.kachel_templ {
			width: 17%;
			max-width: 300px; /* Maximalbreite der Kachel */
			border: 1px solid #ddd;
			border-radius: 5px;
			overflow: hidden;
			display: flex;
			flex-direction: column;
			margin: 10px;
			box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Schatten für die Kachel */
			transition: transform 0.3s; /* Übergang beim Hover für die Kachel */
		}

		.kachel_templ:hover {
			transform: scale(1.00); /* Zoom-Effekt beim Hover - eher nicht*/
		}

		.kachel-inner_templ {
			flex: 1; /* Füllt den verfügbaren Platz aus */
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}

		.kachel-bild_templ {
			width: 100%; /* Bild an die Breite der Kachel anpassen */
			height: auto; /* Höhe automatisch anpassen */
		}

		.kachel-text_templ {
			/* text-align: center;
			margin: 10px 0; */			
			position: relative;
			margin-top: -25%;
			z-index: 2;
			background-color: rgba(255, 255, 255, .7);
			/* height: 23%; */
			width: 100%;
			color: black;
			text-align: center;
			font-size: 1.25vw;
			font-weight: bold;
		}

		.kachel-buttons_templ {
			display: flex;
			align-items: center;
			justify-content: space-evenly;
			padding: 10px;
		}


		.kaufen-symbol_templ_buy {
			width: 60px; /* Größe des Kaufsymbols (kleiner) */
			height: 60px; /* Größe des Kaufsymbols (kleiner) */
			background-image: url(/images/buy_cart.png); /* Hier den Link zu deinem Bild einsetzen */
			background-size: contain; /* Das Bild an die Elementgröße anpassen */
			background-repeat: no-repeat; /* Bild nicht wiederholen */
			background-position: center; /* Bild in der Mitte platzieren */
			border-radius: 2px; /* Optional: Ecken abrunden */
			border: 4px solid #ffffff08; /* Weißer Rand um das Symbol */
			cursor: pointer;
			transition: transform 0.2s; /* Übergangseffekt beim Hover */
			
			box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Schatten für die Kachel */
		}

		.kaufen-symbol_templ_buy:hover {
			transform: scale(1.1); /* Vergrößerung beim Hover */
		}

		.kaufen-symbol_templ_bought {
			width: 60px; /* Größe des Kaufsymbols (kleiner) */
			height: 60px; /* Größe des Kaufsymbols (kleiner) */
			background-image: url(/images/bought.png); /* Hier den Link zu deinem Bild einsetzen */
			background-size: contain; /* Das Bild an die Elementgröße anpassen */
			background-repeat: no-repeat; /* Bild nicht wiederholen */
			background-position: center; /* Bild in der Mitte platzieren */
			border-radius: 2px; /* Optional: Ecken abrunden */
			border: 4px solid #ffffff08; /*white;  Weißer Rand um das Symbol */
			cursor: pointer;
			transition: transform 0.2s; /* Übergangseffekt beim Hover */
			margin-left: 70%;			
		}

		.kaufen-symbol_templ_bought:hover {
			/*transform: scale(1.1);  Vergrößerung beim Hover */
		}
		
		.kaufen-checkbox_templ {
			display: none; /* Checkbox unsichtbar machen */
		}

		.tooltip_templ {
			cursor: pointer;
			color: blue; /* Farbe des Labels */
			text-decoration: underline; /* Unterstreichen*/
		}

		.tooltip:hover_templ {
			color: darkblue; /* Farbe des Labels beim Hover */
		}@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;
		visibility: visible;  /*  Balken kurzfristig versteckt */
	}

	.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: #eaeff0; /*gray; grau Procusini*/
		display: table;
		/* color: #fff;   */
		cursor: pointer;
		position: relative;
		left: 50%;
		transform: translate(-50%);
	}


	.upload_files {
			padding: 10px;
			background: #eaeff0; /*#eef6e4;  #d4e1c450; */
			display: table;
			color: black;
			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%;
	}

	#input_STL_config_name,
	#input_config_name  	{
		margin-left: 0;
		/* text-align: center; */
		margin-top: 15px;
	}



	#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;
	}
	
	#load_file label {
		/* border: 1px solid #5b7076; */  /*graublau statt red; */
		/*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;
		margin: 8px;		
	}

	.inputGroup {
		background-color: #fff;
		display: block;
		font-size: 20px;
		width: 55%;

	}

	.inputGroupset,
	.inputGroupsetprinter {
		width: 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;
	}

	#data,
	#dataprinter,
	#datamodi {
		margin-left: 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%;
	}

	.witchLM {
		margin: 1%;
	}

	.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%;
		height: 30px;
		width: 30px;
		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: 15%; /*  1%; geändert */
	}
	
	.input_object_size {
		text-align: left;
	
	}

	.inputspalte_label label {
		border: none !important;
	}
	
	.label_dimension {
		display: inline-block; 
		width: 55px;  /* 100px; */
	}

	#objectLength,
	#objectLengthOrig {
		width: 50px;
		margin-left: 3%;
		text-align: right;
		margin-bottom: 2px;
	}

	#objectWidth,
	#objectWidthOrig,
	#objectDepth       {
		width: 50px;
		margin-left: 3%;
		text-align: right;
		margin-bottom: 2px;
	}

	#objectQuantity,
	#objectHeight,
	#objectHeightOrig {
		width: 50px;
		margin-left: 3%;
		text-align: right;
		margin-bottom: 2px;
	}

	.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_templ_other,
.wrapper_templ,
.wrapper_own_tmpl,
.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: #6f6d6d;
		color: white;
		padding-left: 3px;
	} */

	h1 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-left: 3px;
		/* border-bottom: 2px solid; */
		padding-bottom: 5px;
	}

	.head_circle {
		width: 40px;
		height: 40px;
		margin-bottom: 5px;
		margin-left: 20px;
		/* geändert vorher 5px*/
		background: white;
		padding: 5px;
		/* border-radius: 50%; */
	}

 /* 3DiH */
	.head_symbol {
		width: 40px;
		height: 40px;
		margin-bottom: 5px;
		margin-left: 20px;
		margin-right: 200px;
		/* geändert vorher 5px*/
		/* background: white; */
		background-image: url(/images/Logo_Symbol.png); 
		padding: 5px;
		/* border-radius: 50%; */
		background-size: contain;
	}

	.head_logo {
		/* width: 300px;
		height: 100px;    siehe .head_logo in layout.css*/
		margin-bottom: 5px;
		margin-left: 20px;
		/* geändert vorher 5px*/
		padding-top: 5px;
		background-image: url(/images/Logo_3DiH_Header.jpg);
		background-size: 80%;
	}

	.logo_link {
		/* width: 300px; */
		height: auto;  
		margin-bottom: 5px;
		margin-left: 20px;
		/* geändert vorher 5px*/
		padding-top: 5px;
		/* background-image: url(/images/Logo_3DiH_Header.jpg); */
		background-size: 80%;
	}
	
	.logo_container {
		width: 50%;
		
	}
	
	


	#righthead {
		/*opacity: 0;*/
		margin-right: 3%;
		width: 10%;
		margin-top: 20px
	}

	/*------------------------------------------------------------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: #6f6d6d;
		/* grau */
		border: double;
		border-top-right-radius: 2em;
		border-top-left-radius: 2em;
		border-color: #6f6d6d;
		/* grau */
		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: #6f6d6d;
		/* grau */
		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: 1.5px solid #fff;  */
		text-align: center;
		height: 100%;
		font-size: 18px;
		font-weight: 900;
		display: block;
		text-decoration: none;
		margin: -1px 17%;
		overflow: hidden;
	}

	.selectuser {
		width: 498px;   /* Formular allgemeine Daten */
	}
	
	
	.select_contact	{
		width: 30%;   /* Formular Kontakt */
		margin-bottom: 8px;
	}
	
	
	

	/*.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 .settingslink2 {
		color: red;
		/*black geändert */
		text-decoration: none;
		font-size: 16px;
	}




	.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;
	}

	.news_text {
		text-align: left;
	}
}

.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%;

}

.userConfig,
.userSTL,
.userSTL_foreign,
.wrapper_templ_other,
.wrapper_templ,
.wrapper_own_tmpl,
.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);
}

.userConfig,
.userSTL,
.userSTL_foreign,
.choco,
.marzipan,
.ownLM {
	box-shadow: none;
}

.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%;
	text-align: center;
}

.header {
	/* margin-left: 50%; */
	/* text-align: center; */
	font-weight: bold;
}

.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);

	/* margin-top: 150px;  */ 

}

.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: #6f6d6d;
	/* grau */
	border-color: #6f6d6d;
	/* grau */
	border-width: thin;
	/* border nicht grau aber dünn */
	width: 2%;
	height: 10%;
	transform: translateY(-50%);
}

.wrapper3_button_prev {
	position: absolute;
	right: 1%;
	top: 52%;
	color: white;
	background-color: #6f6d6d;
	/* grau */
	border-color: #6f6d6d;
	/* grau */
	border-width: thin;
	/* border nicht grau aber dünn */
	width: 2%;
	height: 10%;
	transform: translateY(-50%);
}

.wrapper2_button_next {
	position: absolute;
	left: 1%;
	top: 21%;
	color: white;
	background-color: #6f6d6d;
	/* grau */
	width: 2%;
	height: 10%;
	visibility: hidden;
}

.wrapper2_button_prev {
	position: absolute;
	right: 1%;
	top: 21%;
	color: white;
	background-color: #6f6d6d;
	/* grau */
	width: 2%;
	height: 85px;
	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: #6f6d6d;
	/* grau */
	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%;
	cursor: pointer;
}

.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: 100%;   /* 33%; */
	height: 100%;
	max-width: fit-content;
	max-height: 85%;
}


#pic_buy_stl {
	/* background-color: red; */
	width: 40%;
}


.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: -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: 999;
	overflow-y: scroll;
}

.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: 900px;
	min-width: 900px;
}

.popup_templ_choice {
	position: relative;
	margin: 70px auto;
	padding: 70px;
	background: #fff;
	border-radius: 5px;
	width: 25%;
	/* geändert 60% */
	/* height: 40%; */  /* 80%; */
	min-height: 800px;
	min-width: 900px;
	overflow-y: scroll;
	z-index: 1000;
	text-align: center;
	font-weight: normal;
}



.popup_templ_info {
	position: relative;
	margin: 70px auto;
	padding: 70px;
	background: #fff;
	border-radius: 5px;
	width: 25%;
	/* geändert 60% */
	height: 40%;  /* 80%; */
	min-height: 400px;
	min-width: 900px;
	overflow-y: scroll;
	z-index: 1000;
	text-align: center;
	font-weight: normal;
}


.popup_templ_info .close,
.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_info .close:hover,
.popup_templ_choice .close:hover {
	color: #06D85F;
}










.popup_get_friends {
	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: 10000;
	/* text-align: center; */
	font-weight: normal;
}

.popup_get_friends .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 45px;
	/*vorher 30px*/
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

.popup_get_friends .close:hover {
	color: #06D85F;
}


.get_friends_info ul li {
	list-style-position: outside;
	margin-left: 30px;
}


.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: 600px;
}

.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: 30px;
	transition: all 200ms;
	font-size: 45px;
	/*vorher 30px*/
	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: 5%;
	/* geänder 1% */
	margin-left: auto;
	/* eingefügt */
	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: 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 {
	position: fixed;   /* immer am Ende der Seite */
	bottom:0;    /* immer am Ende der Seite */
	text-decoration: none;
	width: 100%;
	height: 50px;
	background-color: white;
	border-top: 1px solid #CCC;
	color: black;
	font-size: 14px;
	margin-top: 5px;
	/* margin-bottom: 20px; */
	padding-top: 6px;
	text-align: center;
	float: left;
	z-index: 22;
	
}

#footer a {
    color: black;
}

/*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%;
}

.setimage {
	margin-right: 10%;
}

#userInfo {
	font-size: initial;
	min-width: 96px;
}

#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: 25px;
}

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;
}

/*Einstellungen*/
#einstellung {
	width: 40px;
	background: white;
	border-radius: 50%;
	margin-bottom: 3px;
}

/*coins*/

#creditsTop {
	display: flex;
	justify-content: space-evenly;
	/* margin-right: 3%; */
}

#coinpopup {
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

.creditsleft,
.creditscenter .creditsright {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	/*space-around; geändert */
	align-items: flex-start;
}


.creditsright {
	margin-right: 5%;
	/*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;
}

#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;
	/* Tabelle nach unten, Platz zum testen, wieder ändern*/
}

.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: 400;
      line-height: 1.3;			
	}
	.info_redeem_error{
	  color: black;
	  font-size: 22px;
	  text-align: center;
      font-weight: 250;
      line-height: 1.3;	
	  background-color: lightpink;
	}


#Coinmovemenet {
	width: 100%;
}

#accountinfo {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-right: 3%;
}


#Coinprice {
	/* border: 2px solid;  ohne Rand*/
	/* height: 100%;*/
	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: 25%;
	text-align: left;
	table-layout: fixed;
}

/* Popup mehrere Vorlage kaufen */
.chosen_templ_tab {
	/* border: 2px solid;  ohne Rand*/
	width: 130%;  /* 80%; */
	margin-left: 2%; /* 15%; */
	text-align: left;
	table-layout: fixed;
}

.templ_chosen {
	font-weight: normal;
	/* padding-left: 20px; */
}

 /* 3DiH **********************************************/
 
 
.img_shadow {
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 16px 0 rgba(0, 0, 0, 0.19);
}

.img_shadow:hover {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
}


.select_table_templ {
	text-align: left;
}

.templ_select {
	height: 200px;
	font-weight: normal;
	padding: 1%;  /* padding-left: 20px; */
}

.select_templ_tab {
	/* border: 2px solid;  ohne Rand*/
	width: 100%;  /* 80%; */
	margin-left: 2%; /* 15%; */
	text-align: left;
	table-layout: fixed;
}

.select_stl_up {
	width: 100%;  /* 80%; */
	/* margin-left: 33%; */ /* 15%; */
	text-align: left;
	table-layout: fixed;
}

#Question #showProvider_tab input[type=radio] {
	transform: scale(1.5);
	margin-left: 20px;
}




#Question #showProvider_tab input[type=radio] {
	transform: scale(1.5);
	margin-left: 20px;
}

.text_provider {
	/* margin-top: -25%; */
	font-size: 1.25vw;
	text-align: left;
	margin-left: 20px;
}

#costumCommentProv{
	width: 75%;
    height: 80px; /*  150px; */
}







.costtable_templ {
	text-align: left;
}

#showredeem {
	/*height: 95%;  */
}

#trservice {
	width: 35%;
}

.priceLetter {
	font-weight: normal;
}

.priceLetterright {
	font-weight: normal;
	text-align: left;
	/* geändert von right */
}

#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: 400px;
	/* vorher 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 */		
      }
	  
.w-scrollbar {
	/* background-color: #F5F5F5; */
	/* nur für Zuordnung nötig, vvlt  */
}

.force-overflow {
	min-height: 450px;
}
/* 
#cards_user1::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

#cards_user1::-webkit-scrollbar-thumb {
	background-color: #000000;
}

#cards_user1::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
 */



.w3-card-4::-webkit-scrollbar {
width: 10px;/*Gives you width to the scrollbar*/
}

.w3-card-4::-webkit-scrollbar-track {
/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4); */  /*Gives styles to the scrollbar*/
}

.w3-card-4::-webkit-scrollbar-thumb {
background-color: #eaeff0; /*graublau #d0e8ef;  #d4e1c4;  Gives background color to the scrollbar*/
border-radius: 10px;
}

.w3-card-4::-webkit-scrollbar-thumb:hover {
background-color: #a1cbd7;   /*  #6f9c3b;  grün
 */
}



.w-gcobject_tile_text::-webkit-scrollbar {
width: 10px;/*Gives you width to the scrollbar*/
}

.w-gcobject_tile_text::-webkit-scrollbar-track {
/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4); */  /*Gives styles to the scrollbar*/
}

.w-gcobject_tile_text::-webkit-scrollbar-thumb {
background-color: #d0e8ef;   /*#d4e1c4;Gives background color to the scrollbar*/
border-radius: 10px;
}

.w-gcobject_tile_text::-webkit-scrollbar-thumb:hover {
background-color: #eaeff0; /* #6f9c3b */

}


.w-card_logo::-webkit-scrollbar {
width: 10px;/*Gives you width to the scrollbar*/
}

.w-card_logo::-webkit-scrollbar-track {
/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4); */  /*Gives styles to the scrollbar*/
}

.w-card_logo::-webkit-scrollbar-thumb {
background-color: ##d0e8ef;  /*#d4e1c4;  Gives background color to the scrollbar*/
border-radius: 10px;
}

.w-card_logo::-webkit-scrollbar-thumb:hover {
background-color: #6f9c3b;

}



/* Test paramate  */

	.viewport_object {
		width: 200px;
		height: 200px;
		background-color: #eef6e4;  /*light-green */
		margin-left:25%;
		padding-left:20px;
		left: 20%;
	}

.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;
}/* W3.CSS 4.15 December 2020 by Jan Egil and Borge Refsnes */
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent}a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea,optgroup{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{
	-webkit-appearance:button;
	font:inherit;
	background-color: white;
	border: none;
	}


/* End extract */
/* html,body{font-family:Verdana,sans-serif;font-size:15px;line-height:1.5}html{overflow-x:hidden}
h1{font-size:36px}
h2{font-size:30px}
h3{font-size:24px}
h4{font-size:20px}
h5{font-size:18px}
h6{font-size:16px}
.w3-serif{font-family:serif}
.w3-sans-serif{font-family:sans-serif}
.w3-cursive{font-family:cursive}
.w3-monospace{font-family:monospace}
 */

/* 
h1 {
	font-family:"Segoe UI", Arial,sans-serif;
	font-weight:600;
	margin:10px 0;
	} */
	

/* h2,h3,h4,h5,h6{ */
	/* font-family:"Segoe UI",Arial,sans-serif; */
	/* font-weight:400; */
	/* margin:10px 0 */
	/* } */
	
	
.w3-wide{letter-spacing:4px}
hr{border:0;border-top:1px solid #eee;margin:20px 0}
.w3-image{max-width:100%;height:auto}img{vertical-align:middle}

a{
	color:inherit;
	text-decoration: none;
}
.w3-table,.w3-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.w3-table-all{border:1px solid #ccc}
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}.w3-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.w3-table-all tr:nth-child(odd){background-color:#fff}.w3-table-all tr:nth-child(even){background-color:#f1f1f1}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}.w3-centered tr th,.w3-centered tr td{text-align:center}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}
.w3-btn,.w3-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.w3-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.w3-btn,.w3-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.w3-disabled,.w3-btn:disabled,.w3-button:disabled{cursor:not-allowed;opacity:0.3}.w3-disabled *,:disabled *{pointer-events:none}
.w3-btn.w3-disabled:hover,.w3-btn:disabled:hover{box-shadow:none}
.w3-badge,.w3-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.w3-badge{border-radius:50%}
.w3-ul{list-style-type:none;padding:0;margin:0}.w3-ul li{padding:8px 16px;border-bottom:1px solid #ddd}.w3-ul li:last-child{border-bottom:none}
.w3-tooltip,.w3-display-container{position:relative}.w3-tooltip .w3-text{display:none}.w3-tooltip:hover .w3-text{display:inline-block}
.w3-ripple:active{opacity:0.5}.w3-ripple{transition:opacity 0s}
.w3-input{padding:8px;display:block;border:none;border-bottom:1px solid #ccc;width:100%}
.w3-select{padding:9px 0;width:100%;border:none;border-bottom:1px solid #ccc}
.w3-dropdown-click,.w3-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.w3-dropdown-hover:hover .w3-dropdown-content{display:block}
.w3-dropdown-hover:first-child,.w3-dropdown-click:hover{background-color:#ccc;color:#000}
.w3-dropdown-hover:hover > .w3-button:first-child,.w3-dropdown-click:hover > .w3-button:first-child{background-color:#ccc;color:#000}

.w3-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0;z-index:50}

.w3-check,.w3-radio{width:24px;height:24px;position:relative;top:6px}
.w3-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.w3-bar-block .w3-dropdown-hover,.w3-bar-block .w3-dropdown-click{width:100%}
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,.w3-bar-block .w3-dropdown-click .w3-dropdown-content{min-width:100%}
.w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button{width:100%;text-align:left;padding:8px 16px}
.w3-main,#main{transition:margin-left .4s}
.w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.w3-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.w3-bar{width:100%;overflow:hidden}.w3-center .w3-bar{display:inline-block;width:auto}
.w3-bar .w3-bar-item{padding:8px 16px;float:left;width:auto;border:none;display:block;outline:0}
.w3-bar .w3-dropdown-hover,.w3-bar .w3-dropdown-click{position:static;float:left}
.w3-bar .w3-button{white-space:normal}
.w3-bar-block .w3-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}
.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}
.w3-responsive{display:block;overflow-x:auto}


/* .w3-container:after,.w3-container:before, */


.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}
.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}
.w3-col.s1{width:8.33333%}.w3-col.s2{width:16.66666%}.w3-col.s3{width:24.99999%}.w3-col.s4{width:33.33333%}
.w3-col.s5{width:41.66666%}.w3-col.s6{width:49.99999%}.w3-col.s7{width:58.33333%}.w3-col.s8{width:66.66666%}
.w3-col.s9{width:74.99999%}.w3-col.s10{width:83.33333%}.w3-col.s11{width:91.66666%}.w3-col.s12{width:99.99999%}
@media (min-width:601px){.w3-col.m1{width:8.33333%}.w3-col.m2{width:16.66666%}.w3-col.m3,.w3-quarter{width:24.99999%}.w3-col.m4,.w3-third{width:33.33333%}
.w3-col.m5{width:41.66666%}.w3-col.m6,.w3-half{width:49.99999%}.w3-col.m7{width:58.33333%}.w3-col.m8,.w3-twothird{width:66.66666%}
.w3-col.m9,.w3-threequarter{width:74.99999%}.w3-col.m10{width:83.33333%}.w3-col.m11{width:91.66666%}.w3-col.m12{width:99.99999%}}
@media (min-width:993px){.w3-col.l1{width:8.33333%}.w3-col.l2{width:16.66666%}.w3-col.l3{width:24.99999%}.w3-col.l4{width:33.33333%}
.w3-col.l5{width:41.66666%}.w3-col.l6{width:49.99999%}.w3-col.l7{width:58.33333%}.w3-col.l8{width:66.66666%}
.w3-col.l9{width:74.99999%}.w3-col.l10{width:83.33333%}.w3-col.l11{width:91.66666%}.w3-col.l12{width:99.99999%}}
.w3-rest{overflow:hidden}.w3-stretch{margin-left:-16px;margin-right:-16px}
.w3-content,.w3-auto{margin-left:auto;margin-right:auto}.w3-content{max-width:980px}.w3-auto{max-width:1140px}
.w3-cell-row{display:table;width:100%}.w3-cell{display:table-cell}
.w3-cell-top{vertical-align:top}.w3-cell-middle{vertical-align:middle}.w3-cell-bottom{vertical-align:bottom}
.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}
@media (max-width:1205px){.w3-auto{max-width:95%}}
@media (max-width:600px){.w3-modal-content{margin:0 10px;width:auto!important}.w3-modal{padding-top:30px}
.w3-dropdown-hover.w3-mobile .w3-dropdown-content,.w3-dropdown-click.w3-mobile .w3-dropdown-content{position:relative}	
.w3-hide-small{display:none!important}.w3-mobile{display:block;width:100%!important}.w3-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile{text-align:center}
.w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-button,.w3-dropdown-click.w3-mobile,.w3-dropdown-click.w3-mobile .w3-btn,.w3-dropdown-click.w3-mobile .w3-button{width:100%}}
@media (max-width:768px){.w3-modal-content{width:500px}.w3-modal{padding-top:50px}}
@media (min-width:993px){.w3-modal-content{width:900px}.w3-hide-large{display:none!important}.w3-sidebar.w3-collapse{display:block!important}}
@media (max-width:992px) and (min-width:601px){.w3-hide-medium{display:none!important}}
@media (max-width:992px){.w3-sidebar.w3-collapse{display:none}.w3-main{margin-left:0!important;margin-right:0!important}.w3-auto{max-width:100%}}
.w3-top,.w3-bottom{position:fixed;width:100%;z-index:1}.w3-top{top:0}.w3-bottom{bottom:0}
.w3-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.w3-display-topleft{position:absolute;left:0;top:0}.w3-display-topright{position:absolute;right:0;top:0}
.w3-display-bottomleft{position:absolute;left:0;bottom:0}.w3-display-bottomright{position:absolute;right:0;bottom:0}
.w3-display-middle-banner {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%)	;
	color: white;
	background-color: black;
	padding: 5px;
	}

w-large{
	font-size:22px!important
	font-weight: 400;
	}
	
.w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.w3-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display-hover{display:none}
.w3-display-position{position:absolute}
.w3-circle{border-radius:50%}
.w3-round-small{border-radius:2px}.w3-round,.w3-round-medium{border-radius:4px}.w3-round-large{border-radius:8px}.w3-round-xlarge{border-radius:16px}.w3-round-xxlarge{border-radius:32px}
.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:0 8px}

.w3-container,.w3-panel{
	padding:0.01em 16px;
	margin-bottom: 5px;
}



.w3-panel{margin-top:16px;margin-bottom:16px}
.w3-code,.w3-codespan{font-family:Consolas,"courier new";font-size:16px}
.w3-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.w3-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.w3-card,.w3-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}

.w3-card-4,.w3-hover-shadow:hover {
	box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
	overflow-y: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}



.w3-spin{animation:w3-spin 2s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-input{transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important}
.w3-opacity,.w3-hover-opacity:hover{opacity:0.60}.w3-opacity-off,.w3-hover-opacity-off:hover{opacity:1}
.w3-opacity-max{opacity:0.25}.w3-opacity-min{opacity:0.75}
.w3-greyscale-max,.w3-grayscale-max,.w3-hover-greyscale:hover,.w3-hover-grayscale:hover{filter:grayscale(100%)}
.w3-greyscale,.w3-grayscale{filter:grayscale(75%)}.w3-greyscale-min,.w3-grayscale-min{filter:grayscale(50%)}
.w3-sepia{filter:sepia(75%)}.w3-sepia-max,.w3-hover-sepia:hover{filter:sepia(100%)}.w3-sepia-min{filter:sepia(50%)}
.w3-tiny{font-size:10px!important}.w3-small{font-size:12px!important}.w3-medium{font-size:15px!important}.w3-large{font-size:18px!important}
.w3-xlarge{font-size:24px!important}.w3-xxlarge{font-size:36px!important}.w3-xxxlarge{font-size:48px!important}.w3-jumbo{font-size:64px!important}
.w3-left-align{text-align:left!important}.w3-right-align{text-align:right!important}.w3-justify{text-align:justify!important}.w3-center{text-align:center!important}
.w3-border-0{border:0!important}.w3-border{border:1px solid #ccc!important}
.w3-border-top{border-top:1px solid #ccc!important}.w3-border-bottom{border-bottom:1px solid #ccc!important}
.w3-border-left{border-left:1px solid #ccc!important}.w3-border-right{border-right:1px solid #ccc!important}
.w3-topbar{border-top:6px solid #ccc!important}.w3-bottombar{border-bottom:6px solid #ccc!important}
.w3-leftbar{border-left:6px solid #ccc!important}.w3-rightbar{border-right:6px solid #ccc!important}
.w3-section,.w3-code{margin-top:16px!important;margin-bottom:16px!important}
.w3-margin{margin:16px!important}.w3-margin-top{margin-top:16px!important}.w3-margin-bottom{margin-bottom:16px!important}
.w3-margin-left{margin-left:16px!important}.w3-margin-right{margin-right:16px!important}
.w3-padding-small{padding:4px 8px!important}.w3-padding{padding:8px 16px!important}.w3-padding-large{padding:12px 24px!important}
.w3-padding-16{padding-top:16px!important;padding-bottom:16px!important}.w3-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.w3-padding-32{padding-top:32px!important;padding-bottom:32px!important}.w3-padding-48{padding-top:48px!important;padding-bottom:48px!important}
.w3-padding-64{padding-top:64px!important;padding-bottom:64px!important}
.w3-padding-top-64{padding-top:64px!important}.w3-padding-top-48{padding-top:48px!important}
.w3-padding-top-32{padding-top:32px!important}.w3-padding-top-24{padding-top:24px!important}
.w3-left{float:left!important}.w3-right{float:right!important}

.w3-button:hover {
	color:#000!important;
	background-color:#ccc!important
}

.w-button:hover {
	color:#000!important;
	background-color:#ccc!important
}



.w3-transparent,.w3-hover-none:hover{background-color:transparent!important}
.w3-hover-none:hover{box-shadow:none!important}
/* Colors */
.w3-amber,.w3-hover-amber:hover{color:#000!important;background-color:#ffc107!important}
.w3-aqua,.w3-hover-aqua:hover{color:#000!important;background-color:#00ffff!important}
.w3-blue,.w3-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.w3-light-blue,.w3-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}
.w3-brown,.w3-hover-brown:hover{color:#fff!important;background-color:#795548!important}
.w3-cyan,.w3-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important}
.w3-blue-grey,.w3-hover-blue-grey:hover,.w3-blue-gray,.w3-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important}
.w3-green,.w3-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}

.w3-light-green,.w3-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important}
.w3-light-bluegrey,.w3-hover-light-bluegrey:hover{color:#000!important;background-color:##d0e8ef!important}



.w-light-grey,.w-light-grey:hover{color:#000!important;background-color:#a1cbd7!important}

.w3-indigo,.w3-hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important}
.w3-khaki,.w3-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important}
.w3-lime,.w3-hover-lime:hover{color:#000!important;background-color:#cddc39!important}
.w3-orange,.w3-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.w3-deep-orange,.w3-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important}
.w3-pink,.w3-hover-pink:hover{color:#fff!important;background-color:#e91e63!important}
.w3-purple,.w3-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important}
.w3-deep-purple,.w3-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important}
.w3-red,.w3-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.w3-sand,.w3-hover-sand:hover{color:#000!important;background-color:#fdf5e6!important}
.w3-teal,.w3-hover-teal:hover{color:#fff!important;background-color:#009688!important}
.w3-yellow,.w3-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important}
.w3-white,.w3-hover-white:hover{color:#000!important;background-color:#fff!important}
.w3-black,.w3-hover-black:hover{color:#fff!important;background-color:#000!important}
.w3-grey,.w3-hover-grey:hover,.w3-gray,.w3-hover-gray:hover{color:#000!important;background-color:#9e9e9e!important}
.w3-light-grey,.w3-hover-light-grey:hover,.w3-light-gray,.w3-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.w3-dark-grey,.w3-hover-dark-grey:hover,.w3-dark-gray,.w3-hover-dark-gray:hover{color:#fff!important;background-color:#616161!important}
.w3-pale-red,.w3-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important}
.w3-pale-green,.w3-hover-pale-green:hover{color:#000!important;background-color:#ddffdd!important}
.w3-pale-yellow,.w3-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important}
.w3-pale-blue,.w3-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important}
.w3-text-amber,.w3-hover-text-amber:hover{color:#ffc107!important}
.w3-text-aqua,.w3-hover-text-aqua:hover{color:#00ffff!important}
.w3-text-blue,.w3-hover-text-blue:hover{color:#2196F3!important}
.w3-text-light-blue,.w3-hover-text-light-blue:hover{color:#87CEEB!important}
.w3-text-brown,.w3-hover-text-brown:hover{color:#795548!important}
.w3-text-cyan,.w3-hover-text-cyan:hover{color:#00bcd4!important}
.w3-text-blue-grey,.w3-hover-text-blue-grey:hover,.w3-text-blue-gray,.w3-hover-text-blue-gray:hover{color:#607d8b!important}
.w3-text-green,.w3-hover-text-green:hover{color:#4CAF50!important}
.w3-text-light-green,.w3-hover-text-light-green:hover{color:#8bc34a!important}
.w3-text-indigo,.w3-hover-text-indigo:hover{color:#3f51b5!important}
.w3-text-khaki,.w3-hover-text-khaki:hover{color:#b4aa50!important}
.w3-text-lime,.w3-hover-text-lime:hover{color:#cddc39!important}
.w3-text-orange,.w3-hover-text-orange:hover{color:#ff9800!important}
.w3-text-deep-orange,.w3-hover-text-deep-orange:hover{color:#ff5722!important}
.w3-text-pink,.w3-hover-text-pink:hover{color:#e91e63!important}
.w3-text-purple,.w3-hover-text-purple:hover{color:#9c27b0!important}
.w3-text-deep-purple,.w3-hover-text-deep-purple:hover{color:#673ab7!important}
.w3-text-red,.w3-hover-text-red:hover{color:#f44336!important}
.w3-text-sand,.w3-hover-text-sand:hover{color:#fdf5e6!important}
.w3-text-teal,.w3-hover-text-teal:hover{color:#009688!important}
.w3-text-yellow,.w3-hover-text-yellow:hover{color:#d2be0e!important}
.w3-text-white,.w3-hover-text-white:hover{color:#fff!important}
.w3-text-black,.w3-hover-text-black:hover{color:#000!important}
.w3-text-grey,.w3-hover-text-grey:hover,.w3-text-gray,.w3-hover-text-gray:hover{color:#757575!important}
.w3-text-light-grey,.w3-hover-text-light-grey:hover,.w3-text-light-gray,.w3-hover-text-light-gray:hover{color:#f1f1f1!important}
.w3-text-dark-grey,.w3-hover-text-dark-grey:hover,.w3-text-dark-gray,.w3-hover-text-dark-gray:hover{color:#3a3a3a!important}
.w3-border-amber,.w3-hover-border-amber:hover{border-color:#ffc107!important}
.w3-border-aqua,.w3-hover-border-aqua:hover{border-color:#00ffff!important}
.w3-border-blue,.w3-hover-border-blue:hover{border-color:#2196F3!important}
.w3-border-light-blue,.w3-hover-border-light-blue:hover{border-color:#87CEEB!important}
.w3-border-brown,.w3-hover-border-brown:hover{border-color:#795548!important}
.w3-border-cyan,.w3-hover-border-cyan:hover{border-color:#00bcd4!important}
.w3-border-blue-grey,.w3-hover-border-blue-grey:hover,.w3-border-blue-gray,.w3-hover-border-blue-gray:hover{border-color:#607d8b!important}
.w3-border-green,.w3-hover-border-green:hover{border-color:#4CAF50!important}
.w3-border-light-green,.w3-hover-border-light-green:hover{border-color:#8bc34a!important}
.w3-border-indigo,.w3-hover-border-indigo:hover{border-color:#3f51b5!important}
.w3-border-khaki,.w3-hover-border-khaki:hover{border-color:#f0e68c!important}
.w3-border-lime,.w3-hover-border-lime:hover{border-color:#cddc39!important}
.w3-border-orange,.w3-hover-border-orange:hover{border-color:#ff9800!important}
.w3-border-deep-orange,.w3-hover-border-deep-orange:hover{border-color:#ff5722!important}
.w3-border-pink,.w3-hover-border-pink:hover{border-color:#e91e63!important}
.w3-border-purple,.w3-hover-border-purple:hover{border-color:#9c27b0!important}
.w3-border-deep-purple,.w3-hover-border-deep-purple:hover{border-color:#673ab7!important}
.w3-border-red,.w3-hover-border-red:hover{border-color:#f44336!important}
.w3-border-sand,.w3-hover-border-sand:hover{border-color:#fdf5e6!important}
.w3-border-teal,.w3-hover-border-teal:hover{border-color:#009688!important}
.w3-border-yellow,.w3-hover-border-yellow:hover{border-color:#ffeb3b!important}
.w3-border-white,.w3-hover-border-white:hover{border-color:#fff!important}
.w3-border-black,.w3-hover-border-black:hover{border-color:#000!important}
.w3-border-grey,.w3-hover-border-grey:hover,.w3-border-gray,.w3-hover-border-gray:hover{border-color:#9e9e9e!important}
.w3-border-light-grey,.w3-hover-border-light-grey:hover,.w3-border-light-gray,.w3-hover-border-light-gray:hover{border-color:#f1f1f1!important}
.w3-border-dark-grey,.w3-hover-border-dark-grey:hover,.w3-border-dark-gray,.w3-hover-border-dark-gray:hover{border-color:#616161!important}
.w3-border-pale-red,.w3-hover-border-pale-red:hover{border-color:#ffe7e7!important}.w3-border-pale-green,.w3-hover-border-pale-green:hover{border-color:#e7ffe7!important}
.w3-border-pale-yellow,.w3-hover-border-pale-yellow:hover{border-color:#ffffcc!important}.w3-border-pale-blue,.w3-hover-border-pale-blue:hover{border-color:#e7ffff!important}

/* 
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  content: ' \f107';
} *//* CSS Document */
@charset "utf-8";


.invisible {
	display: none;
}

.hidden {
	visibility: hidden;
}
