/* FONTS
---------*/
/* TABLEDATA OVERRIDES
-----------------------*/
table.dataTable {
  margin-top: 1em;
}
/* JQUERY UI THEME OVERRIDES
-----------------------------*/
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br,
.ui-corner-bl,
.ui-corner-tl,
.ui-corner-tr {
  border: 0;
  border-radius: 0;
}
/* DATEPICKER
-------------*/
.ui-datepicker {
  border-radius: 0.3em;
}
.ui-datepicker.ui-widget-content {
  background-color: #2e2e2e;
}
.ui-datepicker.ui-widget-content .ui-state-default {
  background-color: #5bc0de;
}
.ui-datepicker.ui-widget-content .ui-state-default:hover {
  background-color: #04437a;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  color: #2e2e2e;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-hover {
  background-color: transparent;
}
.ui-datepicker .ui-datepicker-header.ui-widget-header {
  margin-top: 0 !important;
  background-color: #b1d249;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar th {
  color: #fff;
  background-color: #04437a;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background-color: #b1d249;
}
*:focus {
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* UI TABS
----------*/
.koop-detail-wrapper .ui-tabs.ui-widget-content {
  padding: 0;
  background-color: #f7f7f7;
}
.koop-detail-wrapper .ui-tabs > .ui-tabs-nav {
  border: 0;
  padding: 0;
  margin-top: 1.5em;
}
.koop-detail-wrapper .ui-tabs .ui-widget-header {
  background: #fff;
}
.koop-detail-wrapper .ui-tabs .ui-tabs-nav li {
  border: 0;
  border-bottom: none;
}
.koop-detail-wrapper .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  border: 0;
  border-radius: 2px 2px 0px 0px;
  padding-bottom: 0;
  padding-left: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.koop-detail-wrapper .ui-tabs-vertical {
  padding: 0;
}
.koop-detail-wrapper .ui-tabs-vertical .ui-tabs-nav {
  padding: 0;
  margin: 0;
  width: 20%;
  float: left;
  border: none;
  overflow: hidden;
  min-width: 220px;
}
.koop-detail-wrapper .ui-tabs-vertical .ui-tabs-nav li {
  display: block;
  float: none;
  margin: 0;
  width: 100%;
  border-radius: 0;
  background: #f9f9f9;
  padding: 8px !important;
  margin: 0 !important;
  border: none;
  border: 0;
}
.koop-detail-wrapper .ui-tabs-vertical .ui-tabs-nav li a,
.koop-detail-wrapper display block {
  float: none !important;
}
.koop-detail-wrapper .ui-tabs-vertical .ui-tabs-nav li:first-child {
  border-top: none;
}
.koop-detail-wrapper .ui-tabs-vertical .ui-tabs-nav li:last-child {
  border-bottom: none !important;
}
.koop-detail-wrapper .ui-tabs-vertical .ui-tabs-nav li.ui-state-hover {
  background: #fff;
}
.koop-detail-wrapper .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  border-bottom: 0;
  border-right: 0px none #fff;
  border-left: 1px solid #eee;
  border-top: 0px none #fff;
  margin-top: 0;
  background: none;
}
.koop-detail-wrapper .ui-tabs-vertical .ui-tabs-nav li a {
  float: none;
  display: block;
  outline-width: 0;
  white-space: normal;
}
.koop-detail-wrapper .ui-tabs-vertical .ui-tabs-panel {
  padding: 0 1em;
  margin-left: 0;
  padding-left: 0;
  background: none;
  border-left: none;
}
.koop-detail-wrapper .ui-tabs .ui-tabs-panel {
  padding: 0;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  font-family: 'Titillium Web', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: none;
  background: #718c1d;
  color: #fff;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #fff;
  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 {
  border: none;
  background: #b1d249;
  color: #fff;
}
.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 {
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: none;
  background: #b1d249;
  color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
/* UI DIALOG
-------------*/
.ui-dialog.ui-widget {
  font-size: 1rem;
}
.ui-dialog.ui-widget.ui-widget-content {
  padding-bottom: 1.5em !important;
}
.ui-dialog > .ui-widget-header {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
.ui-dialog-title {
  text-align: center;
  width: 100% !important;
  font-size: 1.1em;
}
.ui-dialog > .ui-widget-header .ui-dialog-title:before {
  content: none;
}
.ui-dialog .ui-dialog-content {
  padding-top: 1.5em;
}
/* STEPS WIZARD
----------------*/
.wizard h6 {
  display: none;
}
.wizard > .steps ul,
.wizard > .actions ul {
  text-align: center;
}
.wizard > .steps li,
.wizard > .actions li {
  display: inline;
}
.wizard > .steps li:not(:last-of-type),
.wizard > .actions li:not(:last-of-type) {
  margin-right: 2em;
}
.wizard > .steps li span,
.wizard > .actions li span {
  display: none;
}
.wizard > .steps li.current a,
.wizard > .actions li.current a {
  background-color: #04437a;
}
.wizard > .steps {
  margin-bottom: 2em;
}
.wizard > .steps li.done a {
  background-color: #04437a;
}
.wizard > .steps li.current a {
  background-color: #b1d249;
}
.wizard > .steps li.current a:hover {
  background-color: #b1d249;
}
.wizard > .steps li.disabled a {
  background-color: #aaa;
}
.wizard > .steps li.disabled a:hover {
  background-color: #aaa;
}
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}
.wizard > .steps ul {
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  border-radius: 0.3em;
}
.wizard > .actions {
  height: 1px;
  margin-top: 2em;
  padding-top: 1em;
  border: none;
  border-top: 1px dashed #ccc;
}
.wizard > .actions li {
  margin: 0;
}
.wizard > .actions li:not(:last-of-type) {
  margin: 0;
}
.wizard > .actions li:nth-of-type(1) {
  float: left;
}
.wizard > .actions li:nth-of-type(2) {
  float: right;
}
.wizard > .actions li:nth-of-type(3) {
  float: right;
  clear: right;
}
.wizard > .actions li.disabled {
  display: none;
}
.wizard > .actions a {
  margin-top: 0 !important;
}
.wizard > .content {
  min-height: 400px;
}
.wizard > .content h6.title:not(.current) {
  display: none;
}
/* DARK-TOOLTIP
----------------*/
.button-with-tooltip-icon {
  text-align: center;
}
.button-with-tooltip-icon > button[type="submit"] {
  display: inline;
  vertical-align: baseline;
}
h1 > i[id^="tooltip-"],
button + i[id^="tooltip-"],
select + i[id^="tooltip-"],
label > i[id^="tooltip-"] {
  color: #bcbc56;
  background-color: #f7f77c;
  border: 1px solid #bcbc56;
  border-radius: 0.3em;
}
h1 > i[id^="tooltip-"],
label > i[id^="tooltip-"] {
  margin-left: 0.3em;
  padding: 0.3em;
  font-size: 0.8em;
}
button + i[id^="tooltip-"],
select + i[id^="tooltip-"] {
  margin-left: 0.5em;
  padding: 0.3em;
  font-size: 1.2em;
}
select + i[id^="tooltip-"] {
  vertical-align: middle;
}
label > i[id^="tooltip-"] {
  font-size: 1.2em;
}
ins[id^="darktooltip-tooltip-"].yellow {
  padding: 0;
}
ins[id^="darktooltip-tooltip-"] > div {
  border: 1px solid #bcbc56;
  border-radius: 0.3em;
}
ins[id^="darktooltip-tooltip-"] > div > div {
  padding: 0.5em;
  font-size: 0.9em;
}
ins[id^="darktooltip-tooltip-"] > div > div p {
  margin: 0.2em 0;
}
.tooltipbox-wm-bestellung {
  display: none;
}
#darktooltip-tooltip-contactperson-marketing {
  z-index: 111;
}
/* NORMALIZE AND SETUP THE BASICS
----------------------------------*/
html {
  font-size: 0.9375em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
::selection {
  background-color: #ffc;
}
body {
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #2e2e2e;
  background-color: #fff;
  height: 100%;
}
body.noscroll {
  overflow: hidden;
}
.fixedsticky {
  top: 0;
}
img {
  max-width: 100%;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Titillium Web', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
  font-weight: 400;
  color: #1e1e1e;
}
h1 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: 'Titillium Web', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  text-align: center;
  color: #2e2e2e;
}
h1:first-of-type {
  margin-top: 0;
}
h2,
.wizard .content h6.title.current {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: 'Titillium Web', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
  font-weight: 600;
  font-size: 1.4em;
  text-align: center;
}
h2.leftme,
.wizard .content h6.title.current.leftme {
  text-align: left;
}
h3 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: 'Titillium Web', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
  font-weight: 600;
  font-size: 1.2em;
}
h4 {
  margin-top: -1.5em;
  margin-bottom: 1em;
  font-size: 0.85em;
  text-align: center;
  color: #ccc;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
address {
  font-style: normal;
}
a {
  text-decoration: none;
  color: #2e2e2e;
  border-bottom: 1px solid #8dc9e5;
}
a:hover {
  border: 0;
}
a.nodeco {
  border: 0;
}
mark {
  font-style: italic;
  background-color: transparent;
  color: #04437a;
}
b {
  font-weight: 600;
}
hr {
  margin: 1.5em 0;
  border: 0;
  border-bottom: 1px dashed #ccc;
}
label.required {
  position: relative;
}
label.required:after {
  position: absolute;
  right: -0.6em;
  content: "*";
  color: #e43a4a;
}
label.required.garantie:after {
  position: static;
  margin-left: 0.2em;
  font-size: 1.1em;
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 500;
}
.smallcaps {
  font-size: 0.9em;
  text-transform: uppercase;
}
.textuppercase {
  text-transform: uppercase;
}
.dontcenterme {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.centerme {
  text-align: center;
  margin: 0 auto;
}
.top-space {
  margin-top: 2.5em;
}
.bottom-space {
  margin-bottom: 2.5em;
}
.vertical-space {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.ishidden {
  display: none !important;
}
.fa-check-circle {
  color: #6ac93a;
}
.fa-times-circle {
  color: #bd1d2c;
}
.fa-thumbs-up {
  font-size: 1.2em;
  color: #999;
}
.fa-thumbs-down {
  font-size: 1.2em;
  color: #999;
}
.infotext {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 2em;
  padding: 0.5em;
  color: #464200;
  background-color: #f9f5b8;
  border: 1px solid #e3e187;
  border-radius: 0.3em;
}
.infotext p {
  line-height: 1.2;
}
.formfield-additional-info {
  font-size: 0.8em;
  color: #999;
  white-space: normal;
}
.pure-form textarea.fullwidth {
  width: 100%;
}
/* L O G I N
-------------*/
body.user.login .header-wrapper,
body.user.request-password-reset .header-wrapper,
body.user.password-reset .header-wrapper,
body.user.login .menu-wrapper,
body.user.request-password-reset .menu-wrapper,
body.user.password-reset .menu-wrapper,
body.user.login .footer-wrapper,
body.user.request-password-reset .footer-wrapper,
body.user.password-reset .footer-wrapper {
  display: none;
}
body.user.login h2,
body.user.request-password-reset h2,
body.user.password-reset h2 {
  text-transform: uppercase;
}
/* F I L E U P L O A D
-----------------------*/
body.product.edit .fileupload:not(.empty) {
  border: 0;
}
body.product.edit .fileupload:not(.empty) .preview-image {
  border: 8px solid #eee;
}
body.product.edit .fileupload.progress {
  border: 1px solid rgba(0,0,0,0.1);
}
/* B U T T O N S
-----------------*/
.btn,
.btn-new,
.koop-pdf-download__button,
.wizard .steps li,
.wizard .actions li {
  display: inline-block;
  white-space: nowrap;
}
.btn a,
.btn-new a,
.koop-pdf-download__button a,
.wizard .steps li a,
.wizard .actions li a {
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 0;
  vertical-align: middle;
  padding: 1em 1em !important;
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 500;
  font-size: 1em;
  color: #fff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 0;
  border-radius: 0.3em;
  background-color: #5bc0de;
}
.btn a:hover,
.btn-new a:hover,
.koop-pdf-download__button a:hover,
.wizard .steps li a:hover,
.wizard .actions li a:hover {
  background-color: #04437a;
  border: 0;
}
.btn-new {
  margin-left: 1em;
  padding: 0 !important;
}
.btn-new a {
  margin: 0;
  padding: 0.8em 0.6em !important;
  font-size: 1.1rem;
  background-color: #b1d249;
}
.btn-new a:hover {
  background-color: #92ad3c;
}
.error-enabled-select {
  position: relative;
}
.error-enabled-select select.error {
  margin-bottom: 1.5em;
  vertical-align: baseline;
}
.error-enabled-select select.error + label.error {
  position: absolute;
  display: block;
  top: 2.8em;
}
.btn-csv-download,
.btn-pdf-download,
.btn-cancel-coop,
.btn-delete-coop,
.btn-copy {
  margin-left: 0.3em;
}
.btn-csv-download a,
.btn-pdf-download a,
.btn-cancel-coop a,
.btn-delete-coop a,
.btn-copy a {
  padding: 0.55em 1em 0.45em !important;
  vertical-align: baseline;
}
.btn-pdf-download,
.btn-cancel-coop,
.btn-copy {
  margin-top: 0.5em;
}
.btn-csv-download {
  display: none;
}
.btn-cancel-coop a,
.btn-delete-coop a {
  background-color: #9e3c3c;
}
.btn-cancel-coop a:hover,
.btn-delete-coop a:hover {
  background-color: #790707;
}
.btn.btn-deactivate a {
  background-color: #9e3c3c;
}
.btn.btn-deactivate a:hover {
  background-color: #790707;
}
.btn.btn-reactivate a {
  background-color: #999;
}
.btn.btn-reactivate a:hover {
  background-color: #333;
}
.koop-pdf-download-inkl {
  position: relative;
}
.koop-pdf-download__button {
  position: absolute;
  margin-left: 0.7em;
  top: -0.1em;
}
.koop-pdf-download__button i {
  margin-right: 0.3em;
}
.koop-pdf-download__button a {
  margin: 0;
  padding: 0.2em 0.7em !important;
  font-size: 0.75em;
  letter-spacing: 0;
  background-color: #96c03d;
}
.paginate_button.current {
  background-color: #f00;
}
.pure-button {
  white-space: normal;
}
button[type="submit"],
input[type="submit"],
.pure-button-deactivate,
.pure-button-activate {
  color: #fff;
  padding: 0.4em 1em;
  border-radius: 0.3em;
  display: block;
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 1em;
}
button[type="submit"] a,
input[type="submit"] a,
.pure-button-deactivate a,
.pure-button-activate a {
  color: #fff;
  border: 0;
}
button[type="submit"] a:hover,
input[type="submit"] a:hover,
.pure-button-deactivate a:hover,
.pure-button-activate a:hover {
  border: 0;
}
button[type="submit"],
input[type="submit"] {
  background-color: #5bc0de;
}
button[type="submit"]:hover,
input[type="submit"]:hover {
  background-color: #04437a;
}
.pure-button-deactivate {
  background-color: #9e3c3c;
}
.pure-button-deactivate:hover {
  background-color: #790707;
}
.pure-button-activate {
  background-color: #90ab07;
}
.pure-button-activate:hover {
  background-color: #7b8e1d;
}
.pure-button[disabled] {
  background-color: #ccc;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.pure-button[disabled]:hover {
  background-color: #ccc;
}
.form-table button[type="submit"],
.form-table input[type="submit"],
.form-table .pure-button[type="submit"] {
  margin: 0;
  margin-top: 2em;
}
/* H E A D E R
---------------*/
.header-wrapper {
  width: 100%;
  min-width: 67.26666666666667em;
  background-color: #f1ece6;
  background: url("../img/header-background.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.header {
  width: auto;
  max-width: 80em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
}
.header::after {
  content: '';
  display: table;
  clear: both;
}
.header::after {
  content: '';
  display: table;
  clear: both;
}
.header-column {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.header-column::after {
  content: '';
  display: table;
  clear: both;
}
.header-column:last-child {
  margin-right: 0%;
}
.header-logo {
  max-width: 11em;
  margin: 0.8em;
  margin-left: 0;
}
.header-logo a {
  border: 0;
}
.header-logo a:hover {
  border: 0;
}
.header-logo img {
  vertical-align: middle;
}
.header-user {
  float: right;
  margin-top: 0.9em;
}
.header-user::after {
  content: '';
  display: table;
  clear: both;
}
.header-user-portrait {
  width: 4em;
  height: 4em;
  float: left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 3px solid #fff;
  border-radius: 50%;
}
.header-user-data {
  float: right;
  margin-left: 1em;
  white-space: nowrap;
}
.header-user-data p:nth-of-type(2) {
  font-size: 0.8em;
  font-style: italic;
}
.header-user-data p:nth-of-type(3) {
  margin-top: 1em;
  font-size: 0.7em;
  text-transform: uppercase;
}
/* M E N U
-----------*/
.menu-wrapper {
  width: 100%;
  min-width: 67.26666666666667em;
  background-color: #04437a;
  position: relative;
  white-space: nowrap;
}
.menu {
  width: auto;
  max-width: 80em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 0.3em;
}
.menu::after {
  content: '';
  display: table;
  clear: both;
}
.menu::after {
  content: '';
  display: table;
  clear: both;
}
.menu-list-wrapper {
  float: left;
}
.menu-list-wrapper ul {
  margin: 0;
  margin-top: 0.5em;
  margin-bottom: 0.7em;
  padding: 0;
}
.menu-list-wrapper li {
  display: inline;
  margin: 0;
  margin-left: -0.35em;
  padding: 0;
  padding-top: 0.8em;
  padding-bottom: 0.3em;
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 500;
  font-size: 1.1em;
  letter-spacing: 0.04em;
  color: #fff;
}
.menu-list-wrapper li a {
  padding-left: 0.8em;
  padding-right: 0.8em;
  padding-top: 0.5em;
  padding-bottom: 0.3em;
  border: 0;
  color: #fff;
}
.menu-list-wrapper li a:hover {
  border-bottom: 0.4em solid #f2f2f2;
  cursor: pointer;
}
.menu-list-wrapper li:hover .submenu-wrapper {
  display: block;
  z-index: 999;
}
/* S U B M E N U
-----------------*/
.submenu-wrapper {
  display: none;
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 1rem;
  color: #989898;
  background-color: #f2f2f2;
}
body.home .menu-list>.home>.submenu-wrapper,
body.cooperations .menu-list>.cooperations>.submenu-wrapper,
body.cooperation .menu-list>.cooperations>.submenu-wrapper,
body.eventactivities .menu-list>.eventactivities>.submenu-wrapper,
body[class^="customer p"] .menu-list>.cooperations>.submenu-wrapper,
body.customers .menu-list>.cooperations>.submenu-wrapper,
body.products .menu-list>.products>.submenu-wrapper,
body.product .menu-list>.products>.submenu-wrapper,
body.settings .menu-list>.settings>.submenu-wrapper,
body.user .menu-list>.settings>.submenu-wrapper,
body.eventactivity .menu-list>.eventactivities>.submenu-wrapper,
body.education .menu-list>.education>.submenu-wrapper {
  display: block;
}
body.settings.cooperationstates .menu-list>.cooperations>.submenu-wrapper {
  display: block;
}
body.settings.cooperationstates .menu-list>.settings>.submenu-wrapper {
  display: none;
}
body.settings.cooperationstates .menu-list>.settings:hover >.submenu-wrapper {
  display: block;
}
.submenu-wrapper-inner {
  width: auto;
  max-width: 80em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
}
.submenu-wrapper-inner::after {
  content: '';
  display: table;
  clear: both;
}
.submenu {
  float: left;
  padding-top: 12px;
  padding-bottom: 12px;
}
.submenu-list-wrapper ul {
  margin: 0;
  padding: 0;
}
.submenu-list-wrapper li {
  display: inline;
  margin: 0;
  margin-right: -0.35em;
  padding: 0;
  font-size: 0.95em;
}
.submenu-list-wrapper li:hover {
  border: 0;
}
.submenu-list-wrapper li a {
  padding-bottom: 8px;
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
  font-style: italic;
  border: 0;
  color: #989898;
}
.submenu-list-wrapper li a:hover {
  border-bottom: 0.3em solid #b3b3b4;
}
/* MENUPUNKTE als AKTIV markieren
----------------------------------*/
body .menu-list>li:hover> a {
  border-bottom: 0.4em solid #f2f2f2 !important;
}
body.home .menu-list>li.home> a {
  border-bottom: 0.4em solid #f2f2f2;
}
body.cooperations .menu-list>li.cooperations > a {
  border-bottom: 0.4em solid #f2f2f2;
}
body.cooperation .menu-list>li.cooperations > a {
  border-bottom: 0.4em solid #f2f2f2;
}
body.cooperation.new .menu-list>li.cooperations ul li.new a {
  border-bottom: 0.3em solid #b3b3b4;
}
body.customers .menu-list>li.cooperations > a,
body[class^="customer p"] .menu-list>li.cooperations > a {
  border-bottom: 0.4em solid #f2f2f2;
}
body.customers .menu-list>li.cooperations ul li.customers a,
body[class^="customer p"] .menu-list>li.cooperations ul li.customers a {
  border-bottom: 0.3em solid #b3b3b4;
}
body[class="cooperations "] .menu-list>li.cooperations ul li.unset a,
body[class^="cooperation p"] .menu-list>li.cooperations ul li.unset a,
body.cooperation.edit .menu-list>li.cooperations ul li.unset a {
  border-bottom: 0.3em solid #b3b3b4;
}
body.eventactivities .menu-list>li.eventactivities > a,
body.eventactivity .menu-list>li.eventactivities > a {
  border-bottom: 0.4em solid #f2f2f2;
}
body.eventactivities[class="eventactivities "] .menu-list>li.eventactivities ul li.unset a,
body.eventactivity[class="eventactivities "] .menu-list>li.eventactivities ul li.unset a {
  border-bottom: 0.3em solid #b3b3b4;
}
body.eventactivity[class^="eventactivity p"] .menu-list>li.eventactivities ul li.unset a,
body.eventactivity.edit .menu-list>li.eventactivities ul li.unset a {
  border-bottom: 0.3em solid #b3b3b4;
}
body.eventactivity.new .menu-list>li.eventactivities ul li.new a {
  border-bottom: 0.3em solid #b3b3b4;
}
body.eventactivity.eventactivitycategories .menu-list>li.eventactivities ul li.categories a {
  border-bottom: 0.3em solid #b3b3b4;
}
body.eventactivity.eventactivityvouchers .menu-list>li.eventactivities ul li.vouchers a {
  border-bottom: 0.3em solid #b3b3b4;
}
body.products .menu-list>li.products> a {
  border-bottom: 0.4em solid #f2f2f2;
}
body.products.shop .menu-list>li.products ul li.shop a,
body.products.categories .menu-list>li.products ul li.categories a,
body.products.category .menu-list>li.products ul li.categories a,
body.products.inventory .menu-list>li.products ul li.inventory a {
  border-bottom: 0.3em solid #b3b3b4;
}
body.product .menu-list>li.products> a {
  border-bottom: 0.4em solid #f2f2f2;
}
body.product.add .menu-list>li.products ul li.add a {
  border-bottom: 0.3em solid #b3b3b4;
}
body[class="products "] .menu-list>li.products ul li.unset a,
body[class^="product p"] .menu-list>li.products ul li.unset a,
body.product.edit .menu-list>li.products ul li.unset a {
  border-bottom: 0.3em solid #b3b3b4;
}
body.education .menu-list>li.education> a {
  border-bottom: 0.4em solid #f2f2f2;
}
body.education.browse .menu-list>li.education ul li.shop a,
body.education.userparticipations .menu-list>li.education ul li.userparticipations a,
body.education .menu-list>li.education ul li.list a,
body.education.new .menu-list>li.education ul li.add a,
body.education.participations .menu-list>li.education ul li.participations a,
body.education.categories .menu-list>li.education ul li.categories a {
  border-bottom: 0.3em solid #b3b3b4;
}
body.settings .menu-list>li.settings> a {
  border-bottom: 0.4em solid #f2f2f2;
}
body.settings.agencies .menu-list>li.settings ul li.agencies a,
body.settings.agency .menu-list>li.settings ul li.agencies a,
body.settings.editions .menu-list>li.settings ul li.editions a,
body.settings.orderstates .menu-list>li.settings ul li.orderstates a,
body.settings.users .menu-list>li.settings ul li.users a {
  border-bottom: 0.3em solid #b3b3b4;
}
body[class="settings "] .menu-list>li.settings ul li.overview a {
  border-bottom: 0.3em solid #b3b3b4;
}
body.settings.cooperationstates .menu-list>li.settings> a {
  border: 0;
}
body.settings.cooperationstates .menu-list>li.cooperations> a {
  border-bottom: 0.4em solid #f2f2f2;
}
body.settings.cooperationstates .menu-list>li.cooperations ul li.cooperationstates a {
  border-bottom: 0.3em solid #b3b3b4;
}
body.settings.user .menu-list>li.settings> a {
  border-bottom: 0.4em solid #f2f2f2;
}
body.settings.user .menu-list>li.settings ul li.users a {
  border-bottom: 0.3em solid #b3b3b4;
}
body.user.profile .menu-list>li.settings> a {
  border-bottom: 0.4em solid #f2f2f2;
}
body.user.profile.profile .menu-list>li.settings ul li.profile a {
  border-bottom: 0.3em solid #b3b3b4;
}
.search-wrapper {
  position: relative;
  float: right;
}
.search-wrapper .pure-form select:not([multiple]),
.search-overlay .pure-form select:not([multiple]) {
  border: 0;
}
.search-wrapper .pure-form select:not([multiple]):hover,
.search-overlay .pure-form select:not([multiple]):hover {
  background-color: #5bc0de;
  border: 0;
}
.search-overlay .pure-form select:not([multiple]) {
  height: 1.9em;
  margin-right: 0.2em;
}
.search-box {
  position: relative;
  margin-top: 0.15em;
}
.search-box .pure-form input {
  width: 13em !important;
  padding: 0.2em;
  border-color: #04437a;
}
.search-box-icon {
  position: absolute;
  z-index: 10;
  bottom: 0.5em;
  right: 0.4em;
  color: #ccc;
}
.hide-search-box-icon,
.hide-input-icon {
  display: none;
}
.search-results {
  display: none;
  position: absolute;
  width: 13em;
  margin-top: 0.1em;
  padding: 0.2em;
  background-color: #fff;
  border: 1px;
  border-radius: 4px;
  border: 2px solid #04437a;
}
.search-results ul {
  margin: 0;
  margin-top: 0.1em;
  margin-right: 0.2em;
  padding: 0;
}
.search-results li {
  margin: 0;
  padding: 0;
  line-height: 1.4em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow-x: hidden;
  color: #ccc;
}
.search-results a {
  color: #2e2e2e;
  border: 0;
}
.search-results .search-group {
  color: #ccc;
  font-size: 0.9em;
}
/* C O N T E N T
-----------------*/
.content-wrapper {
  width: auto;
  max-width: 80em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
  min-width: 67.26666666666667em;
  margin-top: 4em;
  margin-bottom: 2em;
  min-height: 400px;
}
.content-wrapper::after {
  content: '';
  display: table;
  clear: both;
}
body.products.shop>.content-wrapper {
  margin-top: 2.2em;
  margin-bottom: 0;
}
.linklist-app-pages {
  line-height: 2em;
}
/* L O G I N
-------------*/
.login-inner,
.login-new-password,
.login-reset-password {
  width: auto;
  max-width: 25em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
  text-align: center;
}
.login-inner::after,
.login-new-password::after,
.login-reset-password::after {
  content: '';
  display: table;
  clear: both;
}
.login-inner img[src$="logo-tips.png"],
.login-new-password img[src$="logo-tips.png"],
.login-reset-password img[src$="logo-tips.png"] {
  max-width: 16em;
}
.login-inner img[src$="logo-kooptool.svg"],
.login-new-password img[src$="logo-kooptool.svg"],
.login-reset-password img[src$="logo-kooptool.svg"] {
  max-width: 202em;
  margin-top: 4em;
  margin-bottom: 2em;
}
.login-inner .pure-form input,
.login-new-password .pure-form input,
.login-reset-password .pure-form input {
  display: block;
}
.login-inner form>div[class$="-box-input-wrapper"],
.login-new-password form>div[class$="-box-input-wrapper"],
.login-reset-password form>div[class$="-box-input-wrapper"] {
  margin-bottom: 0.5em;
}
.login-inner form>div[class$="-box-input-wrapper"]:last-of-type,
.login-new-password form>div[class$="-box-input-wrapper"]:last-of-type,
.login-reset-password form>div[class$="-box-input-wrapper"]:last-of-type {
  margin-bottom: 2.5em;
}
.login-inner input,
.login-new-password input,
.login-reset-password input {
  margin: 0 auto;
}
.login-inner input[type="submit"],
.login-new-password input[type="submit"],
.login-reset-password input[type="submit"] {
  margin-top: 2em;
}
.login-inner .user-box-input-wrapper,
.login-new-password .user-box-input-wrapper,
.login-reset-password .user-box-input-wrapper,
.login-inner .password-box-input-wrapper,
.login-new-password .password-box-input-wrapper,
.login-reset-password .password-box-input-wrapper,
.login-inner .password-confirm-box-input-wrapper,
.login-new-password .password-confirm-box-input-wrapper,
.login-reset-password .password-confirm-box-input-wrapper {
  position: relative;
}
.login-inner .user-input-icon,
.login-new-password .user-input-icon,
.login-reset-password .user-input-icon,
.login-inner .password-input-icon,
.login-new-password .password-input-icon,
.login-reset-password .password-input-icon {
  position: absolute;
  z-index: 10;
  bottom: 0.5em;
  right: 0.6em;
  color: #ccc;
}
.login-inner input {
  width: 100% !important;
}
.login-inner form>p:last-of-type,
.login-new-password form>p:last-of-type,
.login-reset-password form>p:last-of-type {
  margin-top: 2em;
  font-size: 0.8em;
}
.login-inner form>p:last-of-type a,
.login-new-password form>p:last-of-type a,
.login-reset-password form>p:last-of-type a {
  color: #666;
}
.login-new-password,
.login-reset-password {
  width: auto;
  max-width: 35em;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
}
.login-new-password::after,
.login-reset-password::after {
  content: '';
  display: table;
  clear: both;
}
.form-new-password-wrapper input,
.form-reset-password-wrapper input {
  margin-top: 2em;
  margin-bottom: 2.5em;
}
.form-new-password-wrapper h2,
.form-reset-password-wrapper h2 {
  margin-top: 0;
}
.form-new-password-wrapper p,
.form-reset-password-wrapper p {
  text-align: left;
  margin: 0 auto;
}
.form-reset-password-wrapper input.password {
  margin-bottom: 0;
}
.form-reset-password-wrapper input.password-confirm {
  margin-top: 0;
  margin-bottom: 0;
}
form#reset-password>p {
  text-align: center;
}
.rembemerme {
  margin: 1em 0;
  padding: 0.5em 0;
}
.rembemerme label {
  color: #b2b2b2;
  padding: 0.2em;
}
/* LISTS - TABLES
------------------*/
.tbl-list table {
  width: 100%;
  width: 100%;
  table-layout: fixed;
  white-space: nowrap;
}
.tbl-list a {
  border: 0;
}
.tbl-list a:hover {
  border: 0;
}
.tbl-list tr {
  background-color: #f1f1f1;
}
.tbl-list tr:nth-child(even) {
  background-color: #e6e6e6;
}
.tbl-list tr.inactive td {
  color: #bbb;
}
/*	tr:not(.inactive):hover
		td
			color $text-color
			background-color #fffbb8*/
tr.highlight {
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 500;
  color: #bd1d2c;
}
table.clickable-rows tr:not(.inactive) {
  cursor: pointer;
}
table.clickable-rows tr:not(.inactive):hover td {
  color: #2e2e2e;
  background-color: #fffbb8;
}
th {
  text-align: left;
  padding: 0.5em;
  background-color: #b1d249;
  font-size: 1em;
  color: #fff;
  letter-spacing: 0.05em;
}
th a {
  color: #d9f972;
}
th a:hover {
  color: #d9f972;
}
td {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 0.5em;
}
tr.inactive .fa {
  color: #666;
}
.tbl-list-empty {
  display: none;
  width: 100%;
  padding: 1em;
  border: 1px solid #dcdcdc;
  border-top: 0;
  color: #999;
  background-color: #fafafa;
  text-align: center;
}
/* Table Kooperations
----------------------*/
.koops-filter-wrapper {
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 0.5em;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  border-radius: 0.3em;
}
.koops-filter-wrapper::after {
  content: '';
  display: table;
  clear: both;
}
.koops-filter-wrapper label {
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #04437a;
}
.koops-filter-wrapper .koops-filter-status-wrapper {
  float: left;
  width: 45%;
}
.koops-filter-wrapper .koops-filter-status-wrapper .status-label {
  float: left;
  width: 25%;
  padding-right: 2em;
  text-align: right;
}
.koops-filter-wrapper .koops-filter-status-wrapper .status-field {
  float: left;
  width: 75%;
}
.koops-filter-wrapper .koops-filter-status-wrapper .status-field select {
  height: 4.4em;
}
.koops-filter-wrapper .koops-filter-period-wrapper {
  float: right;
  width: 55%;
}
.koops-filter-wrapper .koops-filter-period-wrapper input[type="text"] {
  width: 8em;
  margin-left: 0.5em;
}
.koops-filter-wrapper .koops-filter-period-wrapper label[for="period-all"] {
  margin-left: 125px;
}
.koops-filter-wrapper .koops-filter-period-wrapper label[for="bis"] {
  margin-left: 0.5em;
}
.koops-filter-wrapper button[type="submit"] {
  position: absolute;
  right: 1em;
  bottom: 0.6em;
  display: block;
  margin: 0;
}
.tbl-cooperations th {
  white-space: normal;
}
.tbl-cooperations img {
  max-width: 6em;
}
.tbl-cooperations .col-1 {
  width: 10%;
}
.tbl-cooperations .col-2 {
  width: 10%;
}
.tbl-cooperations .col-3 {
  width: 10%;
}
.tbl-cooperations .col-4 {
  width: 25%;
}
.tbl-cooperations .col-5 {
  width: 20%;
}
.tbl-cooperations .col-6 {
  width: 15%;
}
.tbl-cooperations .col-7 {
  width: 8%;
}
.tbl-cooperations .col-8 {
  width: 2%;
}
.tbl-cooperations td:nth-of-type(1) {
  text-align: center;
}
.tbl-cooperations td:nth-of-type(1) img {
  height: 30px;
}
.tbl-cooperations td:nth-of-type(2) {
  text-align: right;
  padding-right: 1em;
}
.tbl-cooperations td:nth-of-type(7) {
  text-align: right;
  padding-right: 2em;
}
.tbl-cooperations-todo th {
  white-space: normal;
}
.tbl-cooperations-todo .col-1 {
  width: 10%;
}
.tbl-cooperations-todo .col-2 {
  width: 10%;
}
.tbl-cooperations-todo .col-3 {
  width: 35%;
}
.tbl-cooperations-todo .col-4 {
  width: 35%;
}
.tbl-cooperations-todo .col-5 {
  width: 10%;
}
.tbl-cooperations-todo td:nth-of-type(1) {
  text-align: center;
}
.tbl-cooperations-todo td:nth-of-type(1) img {
  height: 30px;
}
.tbl-cooperations-todo td:nth-of-type(2) {
  text-align: right;
  padding-right: 1em;
}
.tbl-cooperations-todo td:nth-of-type(5) {
  text-align: right;
  padding-right: 2em;
}
.tbl-cooperations-customer-detail iframe {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}
.tbl-cooperations-customer-detail th {
  white-space: normal;
}
.tbl-cooperations-customer-detail .col-1 {
  width: 10%;
}
.tbl-cooperations-customer-detail .col-2 {
  width: 10%;
}
.tbl-cooperations-customer-detail .col-3 {
  width: 70%;
}
.tbl-cooperations-customer-detail .col-4 {
  width: 10%;
}
.tbl-cooperations-customer-detail td:nth-of-type(1) {
  text-align: center;
}
.tbl-cooperations-customer-detail td:nth-of-type(2) {
  text-align: right;
  padding-right: 1em;
}
.tbl-cooperations-customer-detail td:nth-of-type(4) {
  text-align: right;
  padding-right: 2em;
}
.tbl-cooperations-customer-detail tr.customer-cooperation td {
  position: relative;
  text-align: left;
}
.tbl-cooperations-customer-detail tr.customer-cooperation td .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.tbl-cooperations-customer-detail table.clickable-rows tr.customer-cooperation {
  cursor: auto;
}
.tbl-cooperations-customer-detail table.clickable-rows tr.customer-cooperation:hover td {
  color: #2e2e2e;
  background-color: transparent;
}
.tbl-cooperations-customer-detail table.clickable-rows tr.customer-cooperation tr {
  cursor: auto;
}
.tbl-cooperations-customer-detail.tbl-list > table > tbody > tr {
  background-color: #f1f1f1;
}
.tbl-cooperations-customer-detail.tbl-list > table > tbody > tr:nth-child(4n) {
  background-color: #e6e6e6;
}
.tbl-cooperations-customer-detail .koop-detail-summary-sector1,
.tbl-cooperations-customer-detail .koop-detail-summary-sector2,
.tbl-cooperations-customer-detail .koop-detail-summary-sector3,
.tbl-cooperations-customer-detail .koop-detail-summary-sector4,
.tbl-cooperations-customer-detail .koop-detail-summary-sector5 {
  background-color: #fff;
}
.cooperation-message p.btn a {
  padding: 0.8em !important;
}
.cooperation-message .message {
  margin-top: 1em;
  margin-bottom: 2em;
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 0.3em;
  background-color: #f5f5f5;
}
.cooperation-message .message br {
  line-height: 2em;
}
#cooperations .status-wrapper {
  width: 100%;
  margin-bottom: 2em;
}
#cooperations .status-wrapper::after {
  content: '';
  display: table;
  clear: both;
}
#cooperations .status {
  float: left;
  clear: none;
  text-align: inherit;
  width: 14.166666666666664%;
  margin-left: 0%;
  margin-right: 3%;
  margin-top: 1em;
}
#cooperations .status::after {
  content: '';
  display: table;
  clear: both;
}
#cooperations .status:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
#cooperations .status:nth-child(6n) {
  margin-right: 0%;
  float: right;
}
#cooperations .status:nth-child(6n + 1) {
  clear: both;
}
#cooperations .status img {
  max-width: 6em;
}
#cooperations .status ul {
  margin-top: 0.5em;
  font-size: 0.8em;
}
#cooperations .status li {
  margin-top: 0.2em;
}
/* Table ToDo-Liste
--------------------*/
.tbl-executive-todo .col-1 {
  width: 12%;
  text-align: center;
}
.tbl-executive-todo .col-2 {
  width: 23%;
}
.tbl-executive-todo .col-3 {
  width: 10%;
}
.tbl-executive-todo .col-4 {
  width: 17%;
}
.tbl-executive-todo .col-5 {
  width: 15%;
}
.tbl-executive-todo .col-6 {
  width: 15%;
}
.tbl-executive-todo .col-7 {
  width: 8%;
  text-align: center;
}
.tbl-executive-todo td:nth-of-type(1) {
  text-align: center;
}
.tbl-executive-todo td:nth-of-type(3) {
  text-align: right;
  padding-right: 2em;
}
.tbl-executive-todo td:nth-of-type(7) {
  text-align: center;
  font-size: 1.3em;
  padding: 0.2em;
}
.tbl-executive-todo td .done,
.tbl-executive-todo td .loan,
.tbl-executive-todo td .receive {
  margin-right: 0.5em;
}
.tbl-executive-todo td .loan,
.tbl-executive-todo td .receive {
  color: #a59420;
}
.tbl-executive-todo td .undo {
  color: #666;
}
.tbl-executive-todo td .undo:hover {
  color: #666;
  cursor: pointer;
}
.tbl-editorial-todo .col-1 {
  width: 9%;
  text-align: center;
}
.tbl-editorial-todo .col-2 {
  width: 23%;
}
.tbl-editorial-todo .col-3 {
  width: 15%;
}
.tbl-editorial-todo .col-4 {
  width: 15%;
}
.tbl-editorial-todo .col-5 {
  width: 15%;
}
.tbl-editorial-todo .col-6 {
  width: 15%;
}
.tbl-editorial-todo .col-7 {
  width: 8%;
  text-align: center;
}
.tbl-editorial-todo td:nth-of-type(1) {
  text-align: center;
}
.tbl-editorial-todo td:nth-of-type(7) {
  text-align: center;
  font-size: 1.3em;
  padding: 0.2em;
}
/* Table Werbemittel-Bestellungen
----------------------------------*/
.tbl-wm-bestellung .col-1 {
  width: 10%;
  text-align: center;
}
.tbl-wm-bestellung .col-2 {
  width: 25%;
}
.tbl-wm-bestellung .col-3 {
  width: 47%;
}
.tbl-wm-bestellung .col-4 {
  width: 10%;
  text-align: center;
}
.tbl-wm-bestellung .col-5 {
  width: 8%;
  text-align: center;
}
.tbl-wm-bestellung td:nth-of-type(1),
.tbl-wm-bestellung td:nth-of-type(4),
.tbl-wm-bestellung td:nth-of-type(5) {
  text-align: center;
}
.tbl-wm-bestellung td:nth-of-type(5) {
  font-size: 1.3em;
  padding: 0.2em;
}
.tbl-wm-bestellung .fa-check-circle {
  margin-right: 0.5em;
}
/* Table Werbemittel-Nachbestellungen
--------------------------------------*/
.tbl-wm-nachbestellungen .col-1 {
  width: 15%;
  text-align: center;
}
.tbl-wm-nachbestellungen .col-2 {
  width: 35%;
}
.tbl-wm-nachbestellungen .col-3 {
  width: 30%;
}
.tbl-wm-nachbestellungen .col-4 {
  width: 10%;
  text-align: center;
}
.tbl-wm-nachbestellungen .col-5 {
  width: 10%;
  text-align: center;
}
.tbl-wm-nachbestellungen td {
  color: #bd1d2c;
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 500;
}
.tbl-wm-nachbestellungen td:nth-of-type(1) {
  text-align: center;
}
.tbl-wm-nachbestellungen td:nth-of-type(4),
.tbl-wm-nachbestellungen td:nth-of-type(5) {
  text-align: right;
  padding-right: 2.3em;
}
/* Table Werbemittel-Lagerliste
--------------------------------------*/
.tbl-wm-lagerliste .row-0 {
  width: 6%;
  text-align: center;
}
.tbl-wm-lagerliste .row-1 {
  width: 34%;
  text-align: center;
}
.tbl-wm-lagerliste .row-2 {
  width: 16%;
  text-align: center;
}
.tbl-wm-lagerliste .row-3 {
  width: 20%;
  text-align: center;
}
.tbl-wm-lagerliste .row-4 {
  width: 8%;
  text-align: center;
}
.tbl-wm-lagerliste .row-5 {
  width: 8%;
  text-align: center;
}
.tbl-wm-lagerliste .row-6 {
  width: 8%;
  text-align: center;
}
.tbl-wm-lagerliste td:nth-of-type(5),
.tbl-wm-lagerliste td:nth-of-type(6),
.tbl-wm-lagerliste td:nth-of-type(7) {
  text-align: right;
  padding-right: 2em;
}
/* Table Werbemittel-Lagerliste - Update
-----------------------------------------*/
.inventory-update-list .tbl-list {
  margin-top: 2em;
}
.inventory-update-list .tbl-list .row-1 {
  width: 10%;
  text-align: center;
}
.inventory-update-list .tbl-list .row-2 {
  width: 20%;
}
.inventory-update-list .tbl-list .row-3 {
  width: 20%;
}
.inventory-update-list .tbl-list .row-4 {
  width: 22%;
}
.inventory-update-list .tbl-list .row-5 {
  width: 8%;
  text-align: center;
}
.inventory-update-list .tbl-list td:nth-of-type(1) {
  text-align: center;
}
.inventory-update-list .tbl-list td:nth-of-type(5) {
  text-align: right;
  padding-right: 2em;
}
.inventory-update-list.pure-form input[type="text"].input-calendar-field {
  width: 8em;
}
/* Table Termine in Events
---------------------------*/
.tbl-events {
  margin-bottom: 2em;
}
.tbl-events .row-1 {
  width: 20%;
  text-align: center;
}
.tbl-events .row-2 {
  width: 45%;
}
.tbl-events .row-3 {
  width: 30%;
}
.tbl-events .row-4 {
  width: 5%;
  font-size: 1.3em;
  padding: 0.2em;
}
.tbl-events td:nth-of-type(1) {
  text-align: center;
}
.tbl-events td:nth-of-type(4) {
  text-align: center;
}
.tbl-events-modal-leasingproduct {
  margin-bottom: 2em;
}
.tbl-events-modal-leasingproduct .row-1 {
  width: 20%;
  text-align: center;
}
.tbl-events-modal-leasingproduct .row-2 {
  width: 35%;
}
.tbl-events-modal-leasingproduct .row-3 {
  width: 25%;
}
.tbl-events-modal-leasingproduct .row-4 {
  width: 20%;
}
.tbl-events-modal-leasingproduct td:nth-of-type(1) {
  text-align: center;
}
/* Form KOOP
-------------*/
.form-koop-add select,
.form-koop-update select,
.form-koop-detail-event select {
  width: 20em;
}
.customercontact-specialinfo-wrapper {
  position: relative;
  display: inline;
}
.customercontact-specialinfo-wrapper p.customercontact-specialinfo-icon {
  display: inline-block;
  padding-top: 0 !important;
}
.customercontact-specialinfo-wrapper p.customercontact-specialinfo-icon a {
  border: 0;
}
.customercontact-specialinfo-wrapper p.customercontact-specialinfo-icon i {
  color: #bd1d2c;
}
.customercontact-specialinfo-wrapper p.customercontact-specialinfo-icon i.fa-lg {
  vertical-align: -25%;
  padding-left: 0.2em;
}
.customercontact-specialinfo-wrapper .customercontact-specialinfo-text {
  display: none;
  position: absolute;
  right: -19em;
  top: -1em;
  padding: 0 0.5em 0.5em 0.5em;
  width: 18em;
  height: 9em;
  overflow-y: auto;
  background: #f7f77c;
  border: 1px solid #bcbc56;
  border-radius: 0.3em;
}
.customercontact-specialinfo-wrapper .customercontact-specialinfo-text p {
  white-space: normal;
  font-size: 0.9em;
}
.customer-specialinfo-wrapper {
  position: relative;
  display: inline;
}
.customer-specialinfo-wrapper p.customer-specialinfo-icon {
  display: inline-block;
  padding-top: 0 !important;
}
.customer-specialinfo-wrapper p.customer-specialinfo-icon a {
  border: 0;
}
.customer-specialinfo-wrapper p.customer-specialinfo-icon i {
  color: #bd1d2c;
}
.customer-specialinfo-wrapper p.customer-specialinfo-icon i.fa-lg {
  vertical-align: -25%;
  padding-left: 0.2em;
}
.customer-specialinfo-wrapper .customer-specialinfo-text {
  display: none;
  position: absolute;
  right: -19em;
  top: -1em;
  padding: 0 0.5em 0.5em 0.5em;
  width: 18em;
  height: 9em;
  overflow-y: auto;
  background: #f7f77c;
  border: 1px solid #bcbc56;
  border-radius: 0.3em;
}
.customer-specialinfo-wrapper .customer-specialinfo-text p {
  white-space: normal;
  font-size: 0.9em;
}
.form-koop-update {
  margin-bottom: 2em;
}
.form-koop-update p > a {
  border: 0;
  padding: 0.2em 0.5em;
  color: #fff;
  background-color: #5bc0de;
  border-radius: 0.3em;
}
.form-koop-update p > a:hover {
  background-color: #04437a;
}
.form-koop-update p + p {
  margin-top: 0.5em;
  font-size: 0.8em;
  color: #999;
}
.form-koop-update .form-koop-udpate-exklusiv {
  white-space: normal;
}
.form-koop-update .form-koop-udpate-exklusiv p {
  font-size: 1em;
  color: #2e2e2e;
  margin: 0;
  margin-bottom: 0.5em;
}
.form-koop-update-exclusiv {
  margin-bottom: 2em;
}
.form-koop-update-exclusiv label[for="exclusiv-exempt"] {
  display: inline;
  margin-right: 1em;
}
.form-koop-update-exclusiv .exclusiv-exempt-name {
  width: 10em;
}
.form-koop-update-logoplacement {
  margin-bottom: 2em;
}
.form-koop-update-logoplacement label[for="freeadvertisement"] {
  display: inline;
  margin-right: 2em;
}
.form-koop-update-logoplacement .freeadvertisement-format {
  width: 35%;
  margin-left: 0.5em;
}
.form-koop-update-logoplacement input#tipsaudiotvspot + label {
  margin-left: 0.6em;
}
.form-koop-update-logoplacement .form-koop-update-logoplacement-otherinfo {
  margin-top: 1em;
}
.form-koop-update-logoplacement .form-koop-update-logoplacement-otherinfo .form-col-left {
  width: 13%;
  padding-left: 1.7em;
  text-align: left;
}
.form-koop-update-logoplacement .form-koop-update-logoplacement-otherinfo .form-col-right {
  width: 87%;
}
.form-koop-update-logoplacement .form-koop-update-logoplacement-otherinfo textarea {
  width: 100%;
  height: 5em;
}
.form-koop-detail-event-otherinfo {
  margin-top: 1em;
}
.form-koop-detail-event-otherinfo .form-col-left {
  width: 13%;
  padding-left: 1.7em;
  text-align: left;
}
.form-koop-detail-event-otherinfo .form-col-right {
  width: 87%;
  padding-right: 1em;
}
.form-koop-detail-event-otherinfo textarea {
  width: 100% !important;
  height: 5em;
}
/* Table KOOP Termine
----------------------*/
.koop-status-image {
  width: 20em;
  margin: 0 auto;
  margin-bottom: 2.5em;
}
.koop-status-image img {
  max-width: 10em;
  display: block;
  margin: 0 auto;
}
.koop-status-image p {
  margin-top: 0.5em;
  text-align: center;
}
.koop-detail-wrapper {
  cursor: auto;
  color: #2e2e2e;
  background-color: #fff;
}
.koop-detail-tabs a {
  border: 0;
}
.koop-detail-tabs a:hover {
  border: 0;
}
.input-calendar-field-wrapper {
  position: relative;
}
.input-calendar-field-wrapper:first-of-type {
  margin-bottom: 0.2em;
}
.input-calendar-field+i.fa-calendar-o {
  color: #ccc;
  position: absolute;
  top: 0.4em;
  right: 0.7em;
  pointer-events: none;
}
input[type="number"]+input[type="checkbox"]+label,
input[type="text"]+input[type="checkbox"]+label {
  margin-left: 2em;
}
.tbl-koop-events {
  margin-bottom: 2em;
}
.tbl-koop-events h3 {
  margin-top: 0;
}
.tbl-koop-events span.date {
  margin-right: 2.5em;
}
.tbl-koop-events span.zip {
  margin-right: 1em;
}
.tbl-koop-events tr {
  color: #fff;
  background-color: #2e2e2e;
}
.tbl-koop-events tr.active {
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 500;
  text-align: center;
}
.tbl-koop-events tr.active:hover td {
  color: #fff;
  background-color: transparent;
}
.tbl-koop-events tr:nth-child(even) {
  background-color: #59514a;
}
.tbl-koop-events tr:nth-child(even) .koop-detail-tabs {
  background-color: #59514a;
}
.tbl-koop-events td {
  position: relative;
  padding: 0;
}
.tbl-koop-events td i.fa-chevron-down,
.tbl-koop-events td i.fa-chevron-up {
  position: absolute;
  top: 0.6em;
  right: 0.8em;
}
.tbl-koop-events .tbl-row-wrapper {
  padding: 0.8em;
}
.tbl-koop-events .tbl-row-wrapper span {
  font-size: 1.2em;
}
.koop-detail-event-wrapper p.btn {
  margin-top: 2em;
  margin-bottom: 1em;
}
.koop-detail-event-wrapper button[type="submit"] {
  margin-top: 2em;
  margin-bottom: 1em;
}
.koop-detail-event-wrapper .eventcards-wrapper p:first-of-type {
  margin-bottom: 1em;
}
.koop-detail-event-wrapper .tbl-eventcards tr,
.koop-detail-event-wrapper .tbl-salesproducts tr,
.koop-detail-event-wrapper .tbl-leasingproduct tr,
.koop-detail-event-wrapper .tbl-editorialproduct tr {
  background-color: #f1f1f1;
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 1rem;
}
.koop-detail-event-wrapper .tbl-eventcards thead tr,
.koop-detail-event-wrapper .tbl-salesproducts thead tr,
.koop-detail-event-wrapper .tbl-leasingproduct thead tr,
.koop-detail-event-wrapper .tbl-editorialproduct thead tr {
  cursor: auto !important;
}
.koop-detail-event-wrapper .tbl-eventcards tr:nth-child(even),
.koop-detail-event-wrapper .tbl-salesproducts tr:nth-child(even),
.koop-detail-event-wrapper .tbl-leasingproduct tr:nth-child(even),
.koop-detail-event-wrapper .tbl-editorialproduct tr:nth-child(even) {
  background-color: #e6e6e6;
}
.koop-detail-event-wrapper .tbl-eventcards td,
.koop-detail-event-wrapper .tbl-salesproducts td,
.koop-detail-event-wrapper .tbl-leasingproduct td,
.koop-detail-event-wrapper .tbl-editorialproduct td {
  color: #2e2e2e !important;
  position: static;
  padding: 0.5em;
}
.koop-detail-event-wrapper .tbl-eventcards .col-1 {
  width: 10%;
  text-align: center;
}
.koop-detail-event-wrapper .tbl-eventcards .col-2 {
  width: 40%;
}
.koop-detail-event-wrapper .tbl-eventcards .col-3 {
  width: 10%;
  text-align: center;
}
.koop-detail-event-wrapper .tbl-eventcards .col-4 {
  width: 35%;
}
.koop-detail-event-wrapper .tbl-eventcards .col-5 {
  width: 5%;
  font-size: 1.3em;
  padding: 0.2em;
}
.koop-detail-event-wrapper .tbl-eventcards td:nth-of-type(1) {
  text-align: right;
  padding-right: 2em;
}
.koop-detail-event-wrapper .tbl-eventcards td:nth-of-type(3) {
  text-align: right;
  padding-right: 2em;
}
.koop-detail-event-wrapper .tbl-eventcards td:nth-of-type(5) {
  text-align: center;
  font-size: 1.3em;
  padding: 0.2em;
}
.koop-detail-event-wrapper .tbl-leasingproduct .col-1 {
  width: 20%;
  text-align: center;
}
.koop-detail-event-wrapper .tbl-leasingproduct .col-2 {
  width: 8%;
  text-align: center;
}
.koop-detail-event-wrapper .tbl-leasingproduct .col-3 {
  width: 22%;
  text-align: left;
}
.koop-detail-event-wrapper .tbl-leasingproduct .col-4 {
  width: 22%;
  text-align: left;
}
.koop-detail-event-wrapper .tbl-leasingproduct .col-5 {
  width: 18%;
  text-align: left;
}
.koop-detail-event-wrapper .tbl-leasingproduct .col-6 {
  width: 5%;
  text-align: center;
}
.koop-detail-event-wrapper .tbl-leasingproduct tr {
  cursor: pointer !important;
}
.koop-detail-event-wrapper .tbl-leasingproduct tr:hover td {
  background-color: #fffbb8;
}
.koop-detail-event-wrapper .tbl-leasingproduct td {
  color: #2e2e2e !important;
  position: static;
  padding: 0.5em;
}
.koop-detail-event-wrapper .tbl-leasingproduct td:nth-of-type(1) {
  text-align: center;
}
.koop-detail-event-wrapper .tbl-leasingproduct td:nth-of-type(2) {
  text-align: right;
  padding-right: 1em;
}
.koop-detail-event-wrapper .tbl-leasingproduct td:nth-of-type(3) {
  text-align: left;
}
.koop-detail-event-wrapper .tbl-leasingproduct td:nth-of-type(4) {
  text-align: left;
}
.koop-detail-event-wrapper .tbl-leasingproduct td:nth-of-type(5) {
  text-align: left;
}
.koop-detail-event-wrapper .tbl-leasingproduct td:nth-of-type(6) {
  text-align: center;
}
.koop-detail-event-wrapper .tbl-leasingproduct td.icons {
  font-size: 1.3em;
  padding: 0.2em;
}
.koop-detail-event-wrapper .tbl-salesproducts .col-1 {
  width: 7%;
  text-align: center;
}
.koop-detail-event-wrapper .tbl-salesproducts .col-2 {
  width: 10%;
  text-align: center;
}
.koop-detail-event-wrapper .tbl-salesproducts .col-3 {
  width: 38%;
  text-align: left;
}
.koop-detail-event-wrapper .tbl-salesproducts .col-4 {
  width: 20%;
  text-align: left;
}
.koop-detail-event-wrapper .tbl-salesproducts .col-5 {
  width: 20%;
  text-align: left;
}
.koop-detail-event-wrapper .tbl-salesproducts .col-6 {
  width: 5%;
  text-align: center;
}
.koop-detail-event-wrapper .tbl-salesproducts tr {
  cursor: pointer !important;
}
.koop-detail-event-wrapper .tbl-salesproducts tr:hover td {
  background-color: #fffbb8;
}
.koop-detail-event-wrapper .tbl-salesproducts td {
  color: #2e2e2e !important;
  position: static;
  padding: 0.5em;
}
.koop-detail-event-wrapper .tbl-salesproducts td:nth-of-type(2) {
  text-align: right;
  padding-right: 1em;
}
.koop-detail-event-wrapper .tbl-salesproducts td:nth-of-type(3) {
  text-align: left;
}
.koop-detail-event-wrapper .tbl-salesproducts td:nth-of-type(4) {
  text-align: left;
}
.koop-detail-event-wrapper .tbl-salesproducts td:nth-of-type(5) {
  text-align: left;
}
.koop-detail-event-wrapper .tbl-salesproducts td:nth-of-type(6) {
  text-align: center;
}
.koop-detail-event-wrapper .tbl-salesproducts td.icons {
  font-size: 1.3em;
  padding: 0.2em;
}
.koop-detail-event-wrapper .tbl-salesproducts .salesproduct-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 2.5em;
  height: 2.5em;
  border-radius: 10%;
}
.tbl-editorialproduct {
  margin-bottom: 2em;
}
.tbl-editorialproduct .col-1 {
  width: 10%;
  text-align: center;
}
.tbl-editorialproduct .col-2 {
  width: 13%;
  text-align: left;
}
.tbl-editorialproduct .col-3 {
  width: 27%;
  text-align: left;
}
.tbl-editorialproduct .col-4 {
  width: 30%;
  text-align: left;
}
.tbl-editorialproduct .col-5 {
  width: 15%;
  text-align: left;
}
.tbl-editorialproduct .col-6 {
  width: 5%;
  text-align: center;
}
.tbl-editorialproduct tr {
  cursor: pointer !important;
}
.tbl-editorialproduct tr:hover td {
  background-color: #fffbb8;
}
.tbl-editorialproduct td {
  color: #2e2e2e !important;
  position: static;
  padding: 0.5em;
  vertical-align: top;
}
.tbl-editorialproduct td:nth-of-type(1) {
  text-align: center;
}
.tbl-editorialproduct td:nth-of-type(2) {
  text-align: left;
}
.tbl-editorialproduct td:nth-of-type(3) {
  text-align: left;
  white-space: normal;
}
.tbl-editorialproduct td:nth-of-type(4) {
  text-align: left;
  white-space: normal;
}
.tbl-editorialproduct td:nth-of-type(5) {
  text-align: left;
  white-space: normal;
}
.tbl-editorialproduct td:nth-of-type(6) {
  text-align: center;
}
/* Koop Detail Summary
-----------------------*/
.cooperation.new .step-indicator,
.cooperation.edit .step-indicator {
  margin-bottom: 1em;
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  text-align: center;
  text-transform: uppercase;
}
.koop-detail-summary-sector1,
.koop-detail-summary-sector2,
.koop-detail-summary-sector3,
.koop-detail-summary-sector4,
.koop-detail-summary-sector5 {
  margin-bottom: 1em;
  padding: 1em;
  background-color: #f7f7f7;
  border-radius: 0.3em;
}
.koop-detail-summary-sector1 .editicon,
.koop-detail-summary-sector2 .editicon,
.koop-detail-summary-sector3 .editicon,
.koop-detail-summary-sector4 .editicon,
.koop-detail-summary-sector5 .editicon {
  text-align: right;
}
.koop-detail-summary-sector1 .editicon a,
.koop-detail-summary-sector2 .editicon a,
.koop-detail-summary-sector3 .editicon a,
.koop-detail-summary-sector4 .editicon a,
.koop-detail-summary-sector5 .editicon a {
  border: 0;
}
.koop-detail-summary-head-wrapper {
  margin-bottom: 2em;
}
.koop-detail-summary-head-wrapper::after {
  content: '';
  display: table;
  clear: both;
}
.koop-detail-summary-head-statusimage,
.koop-detail-summary-head-text {
  float: left;
  margin-right: 2%;
}
.koop-detail-summary-head-pdf,
.koop-detail-summary-head-decline,
.koop-detail-summary-head-copy {
  float: right;
}
.koop-detail-summary-head-decline {
  margin-right: 0;
  padding-right: 0;
  text-align: right;
}
.koop-detail-summary-head-statusimage {
  width: 10%;
  font-size: 0.8em;
  text-align: center;
}
.koop-detail-summary-head-text {
  width: 39%;
}
.koop-detail-summary-head-text a {
  display: inline-block;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  border: 0;
  padding: 0.2em 0.5em;
  color: #fff;
  background-color: #5bc0de;
  border-radius: 0.3em;
}
.koop-detail-summary-head-text a:hover {
  background-color: #04437a;
}
.koop-detail-summary-head-pdf a {
  margin: 0;
  border-bottom: 0;
}
.koop-detail-summary-head-pdf i {
  margin-left: 0.5em;
}
.koop-detail-summary-head-decline a {
  margin: 0;
  border-bottom: 0;
}
.koop-detail-summary-head-decline i {
  margin-left: 0.5em;
}
.koop-detail-summary-head-decline i.fa-times-circle {
  color: #fff;
}
.koop-detail-summary-head-copy a {
  margin: 0;
  border-bottom: 0;
}
.koop-detail-summary-head-copy i {
  margin-left: 0.5em;
}
.koop-detail-summary-event {
  margin-bottom: 2em;
}
.koop-detail-summary-event p {
  margin-bottom: 0.2em;
}
.koop-detail-summary-event p:first-of-type {
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
}
.koop-detail-summary-sector1 .tbl-list thead,
.koop-detail-summary-sector3 .tbl-list thead,
.koop-detail-summary-sector4 .tbl-list thead {
  display: none;
}
.koop-detail-summary-sector1 .tbl-list tr,
.koop-detail-summary-sector3 .tbl-list tr,
.koop-detail-summary-sector4 .tbl-list tr {
  background-color: transparent;
  cursor: default;
}
.koop-detail-summary-sector1 .tbl-list tr:hover td,
.koop-detail-summary-sector3 .tbl-list tr:hover td,
.koop-detail-summary-sector4 .tbl-list tr:hover td {
  background-color: transparent;
}
.koop-detail-summary-sector1 .tbl-list td,
.koop-detail-summary-sector3 .tbl-list td,
.koop-detail-summary-sector4 .tbl-list td {
  padding-left: 0;
}
.koop-detail-summary-sector1 .tbl-koop-detail-summary-people td {
  text-align: left;
}
.koop-detail-summary-sector1 .tbl-koop-detail-summary-people td:nth-of-type(1) {
  width: 20%;
}
.koop-detail-summary-sector1 .tbl-koop-detail-summary-people td:nth-of-type(2) {
  width: 30%;
}
.koop-detail-summary-sector1 .tbl-koop-detail-summary-people td:nth-of-type(3) {
  width: 12%;
}
.koop-detail-summary-sector1 .tbl-koop-detail-summary-people td:nth-of-type(4) {
  width: 38%;
}
.koop-detail-summary-sector1 .tbl-koop-detail-summary-eventcards {
  margin-bottom: 0em;
}
.koop-detail-summary-sector1 .tbl-koop-detail-summary-eventcards td {
  text-align: left;
}
.koop-detail-summary-sector1 .tbl-koop-detail-summary-eventcards td li {
  padding-bottom: 0.2em;
}
.koop-detail-summary-sector1 .tbl-koop-detail-summary-eventcards td.comments p {
  white-space: pre-line;
}
.koop-detail-summary-sector1 .tbl-koop-detail-summary-eventcards td:nth-of-type(1) {
  width: 20%;
  vertical-align: top;
}
.koop-detail-summary-sector1 .tbl-koop-detail-summary-eventcards td:nth-of-type(2) {
  width: 80%;
}
.koop-detail-summary-sector2 .tbl-list tr:hover td {
  background-color: transparent;
}
.koop-detail-summary-sector2 .tbl-koop-detail-summary-printonline {
  margin-bottom: 2em;
}
.koop-detail-summary-sector2 .tbl-koop-detail-summary-printonline .col-1 {
  width: 5%;
  text-align: center;
}
.koop-detail-summary-sector2 .tbl-koop-detail-summary-printonline .col-2 {
  width: 11%;
  text-align: center;
}
.koop-detail-summary-sector2 .tbl-koop-detail-summary-printonline .col-3 {
  width: 15%;
}
.koop-detail-summary-sector2 .tbl-koop-detail-summary-printonline .col-4 {
  width: 23%;
}
.koop-detail-summary-sector2 .tbl-koop-detail-summary-printonline .col-5 {
  width: 18%;
}
.koop-detail-summary-sector2 .tbl-koop-detail-summary-printonline .col-6 {
  width: 18%;
}
.koop-detail-summary-sector2 .tbl-koop-detail-summary-printonline .col-7 {
  width: 10%;
  text-align: center;
}
.koop-detail-summary-sector2 .tbl-koop-detail-summary-printonline td {
  text-align: left;
  white-space: normal;
}
.koop-detail-summary-sector2 .tbl-koop-detail-summary-printonline td:nth-of-type(1) {
  text-align: right;
  padding-right: 1em;
}
.koop-detail-summary-sector2 .tbl-koop-detail-summary-printonline td:nth-of-type(2) {
  text-align: right;
}
.koop-detail-summary-sector2 .tbl-koop-detail-summary-printonline td:nth-of-type(7) {
  text-align: right;
}
.koop-detail-summary-sector2 .tbl-koop-detail-summary-printonline tr:last-of-type {
  background-color: transparent;
}
.koop-detail-summary-sector2 .tbl-koop-detail-summary-printonline tr:last-of-type td:nth-of-type(6) {
  text-align: right;
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 500;
}
.koop-detail-summary-sector2 .tbl-koop-detail-summary-printonline tr:last-of-type td:nth-of-type(7) {
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 500;
}
.koop-detail-summary-sector3 .tbl-koop-detail-summary-leasing td {
  text-align: left;
}
.koop-detail-summary-sector3 .tbl-koop-detail-summary-leasing td li {
  padding-bottom: 0.2em;
}
.koop-detail-summary-sector3 .tbl-koop-detail-summary-leasing td:nth-of-type(1) {
  width: 20%;
  vertical-align: top;
}
.koop-detail-summary-sector3 .tbl-koop-detail-summary-leasing td:nth-of-type(2) {
  width: 80%;
}
.koop-detail-summary-sector4 .tbl-koop-detail-summary-sale td {
  text-align: left;
}
.koop-detail-summary-sector4 .tbl-koop-detail-summary-sale td li {
  padding-bottom: 0.2em;
}
.koop-detail-summary-sector4 .tbl-koop-detail-summary-sale td:nth-of-type(1) {
  width: 20%;
  vertical-align: top;
}
.koop-detail-summary-sector4 .tbl-koop-detail-summary-sale td:nth-of-type(2) {
  width: 80%;
}
/* Status History
------------------*/
.tbl-status-history .col-1,
.tbl-order-update-history .col-1 {
  width: 20%;
  text-align: center;
}
.tbl-status-history .col-2,
.tbl-order-update-history .col-2 {
  width: 20%;
}
.tbl-status-history .col-3,
.tbl-order-update-history .col-3 {
  width: 60%;
}
.tbl-status-history td,
.tbl-order-update-history td {
  white-space: normal;
  vertical-align: top;
}
.tbl-status-history td:nth-of-type(1),
.tbl-order-update-history td:nth-of-type(1) {
  text-align: center;
}
.tbl-status-history td .tbl-status-history-text,
.tbl-order-update-history td .tbl-status-history-text {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.8em;
  border-radius: 0.2em;
  background-color: #fff;
  color: #999;
  font-size: 0.9em;
}
.tbl-status-history td .tbl-status-history-notification,
.tbl-order-update-history td .tbl-status-history-notification {
  margin-top: 0.5em;
}
.tbl-status-history .tbl-status-history-owner+.tbl-status-history-notification {
  margin-top: 0.5em;
}
.tbl-status-history ul {
  margin: 0.8em 0;
}
.tbl-status-history li {
  padding: 1em 0;
}
.tbl-order-update-history td .tbl-status-history-text {
  margin: 0;
}
/* Table Order Details
-----------------------*/
.tbl-order-details-misc .form-col-right p:first-of-type {
  padding-top: 0.3em;
}
.tbl-order-details-products .col-1 {
  width: 12%;
  text-align: center;
}
.tbl-order-details-products .col-2 {
  width: 15%;
}
.tbl-order-details-products .col-3 {
  width: 38%;
}
.tbl-order-details-products .col-4 {
  width: 25%;
}
.tbl-order-details-products .col-5 {
  width: 10%;
}
.tbl-order-details-products td {
  white-space: normal;
  vertical-align: middle;
}
.tbl-order-details-products td:nth-of-type(1) {
  text-align: right;
  padding-right: 1.5em;
}
.tbl-order-details-products td:nth-of-type(1) input {
  width: 100%;
}
.tbl-order-details-products td:nth-of-type(3) .product-attribute {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.2em 0.5em;
  background-color: #b1d249;
  border-radius: 0.3em;
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #fff;
}
.tbl-order-details-products td:nth-of-type(5) {
  text-align: right;
  padding-right: 1.5em;
}
/* Table ShopOrders
--------------------*/
table.dataTable thead th {
  border: 0;
  padding: 0.5em;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  -webkit-background-size: 16px;
  -moz-background-size: 16px;
  background-size: 16px;
  background-position: right 5px center;
}
table.dataTable thead .sorting_asc {
  background-image: url("../img/sort_asc.svg");
}
table.dataTable thead .sorting_desc {
  background-image: url("../img/sort_desc.svg");
}
table.dataTable thead .sorting {
  background-image: url("../img/sort_both.svg");
}
table.dataTable.no-footer {
  border: 0;
}
table.dataTable tbody tr {
  background-color: #f1f1f1;
}
.dataTables_wrapper .dataTables_length {
  margin-bottom: 1em;
}
.dataTables_wrapper .dataTables_length select {
  margin-right: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  color: #666;
}
#tbl-datatable_paginate a.paginate_button,
#stateHistoryTable_paginate a.paginate_button,
#cooperationToDoTable_paginate a.paginate_button,
#cooperationShopOrdersTable_paginate a.paginate_button,
#cooperationMinimumStockTable_paginate a.paginate_button {
  vertical-align: baseline;
  padding: 0.4em 1em !important;
  font-size: 1em;
  color: #2e2e2e;
  text-transform: uppercase;
  border: 0;
  border-radius: 0.3em;
  background-color: #fff;
  background-image: none;
}
#tbl-datatable_paginate a.paginate_button:hover,
#stateHistoryTable_paginate a.paginate_button:hover,
#cooperationToDoTable_paginate a.paginate_button:hover,
#cooperationShopOrdersTable_paginate a.paginate_button:hover,
#cooperationMinimumStockTable_paginate a.paginate_button:hover {
  color: #fff;
  background-color: #04437a;
  border: 0;
}
#tbl-datatable_paginate a.paginate_button.current,
#stateHistoryTable_paginate a.paginate_button.current,
#cooperationToDoTable_paginate a.paginate_button.current,
#cooperationShopOrdersTable_paginate a.paginate_button.current,
#cooperationMinimumStockTable_paginate a.paginate_button.current {
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 500;
  color: #fff !important;
  background-color: #5bc0de;
}
#tbl-datatable_paginate a.paginate_button.current:hover,
#stateHistoryTable_paginate a.paginate_button.current:hover,
#cooperationToDoTable_paginate a.paginate_button.current:hover,
#cooperationShopOrdersTable_paginate a.paginate_button.current:hover,
#cooperationMinimumStockTable_paginate a.paginate_button.current:hover {
  background-color: #04437a;
  border: 0;
}
#tbl-datatable_paginate a.paginate_button.disabled,
#stateHistoryTable_paginate a.paginate_button.disabled,
#cooperationToDoTable_paginate a.paginate_button.disabled,
#cooperationShopOrdersTable_paginate a.paginate_button.disabled,
#cooperationMinimumStockTable_paginate a.paginate_button.disabled {
  color: #999;
}
#tbl-datatable_paginate a.paginate_button.disabled:hover,
#stateHistoryTable_paginate a.paginate_button.disabled:hover,
#cooperationToDoTable_paginate a.paginate_button.disabled:hover,
#cooperationShopOrdersTable_paginate a.paginate_button.disabled:hover,
#cooperationMinimumStockTable_paginate a.paginate_button.disabled:hover {
  background-color: #fff;
}
.dataTables_filter {
  margin-bottom: 0.5em;
}
.dataTables_filter input {
  color: #2e2e2e;
}
/* Table Settings Customers
----------------------------*/
.tbl-settings-customers .col-1 {
  width: 40%;
  text-align: center;
}
.tbl-settings-customers .col-2 {
  width: 40%;
}
.tbl-settings-customers .col-3 {
  width: 20%;
}
.tbl-settings-customer-contacts .col-1 {
  width: 30%;
}
.tbl-settings-customer-contacts .col-2 {
  width: 20%;
}
.tbl-settings-customer-contacts .col-3 {
  width: 20%;
}
.tbl-settings-customer-contacts .col-4 {
  width: 25%;
}
.tbl-settings-customer-contacts .col-5 {
  width: 5%;
  text-align: center;
}
.tbl-settings-customer-contacts tr td:nth-of-type(5) {
  text-align: center;
  font-size: 1.3em;
  padding: 0.2em;
}
/* Table Settings Users
------------------------*/
.tbl-settings-users .col-1 {
  width: 50%;
}
.tbl-settings-users .col-2 {
  width: 50%;
}
#users>h1 + .centerme > p.btn > a {
  margin-bottom: 3em;
}
/* Table Settings Orderstatus
------------------------------*/
.tbl-settings-orderstates {
  margin-top: 2em;
}
.tbl-settings-orderstates .col-1 {
  width: 20%;
}
.tbl-settings-orderstates .col-2 {
  width: 80%;
}
/* Settings User Add
---------------------*/
.settings-user-add-wrapper {
  margin-top: 2em;
}
/* BREADCRUMB
--------------*/
.cd-breadcrumb li:nth-child(1) em {
  background: #d1d1d1;
}
.cd-breadcrumb li:nth-child(1) em:after {
  border-left-color: #d1d1d1;
}
.cd-breadcrumb li:nth-child(2) em {
  background: #bcbcbc;
}
.cd-breadcrumb li:nth-child(2) em:after {
  border-left-color: #bcbcbc;
}
.cd-breadcrumb li:nth-child(3) em {
  background: #a7a7a7;
}
.cd-breadcrumb li:nth-child(3) em:after {
  border-left-color: #a7a7a7;
}
.cd-breadcrumb li:nth-child(4) em {
  background: #909090;
}
.cd-breadcrumb li:nth-child(4) em:after {
  border-left-color: #909090;
}
.cd-breadcrumb li:last-child em {
  background: #008000 !important;
}
nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cd-breadcrumb em {
  white-space: nowrap;
}
.cd-breadcrumb em p {
  padding-left: 3em;
  background: url("../img/icon-eventstatus-letter.svg") no-repeat;
}
.cd-breadcrumb img {
  display: inline-block;
  width: 22px;
  float: left;
  margin-right: 1em;
}
/* KOOP - Add new CUSTOMER - MODAL
---------------------------------*/
.modal-koop-customer-add-wrapper .form-col-left {
  width: 20%;
}
.modal-koop-customer-add-wrapper .form-col-right {
  width: 80%;
}
.modal-koop-customer-add-wrapper .radio-col {
  padding-top: 0.7em;
}
.modal-koop-customer-add-wrapper input[type="radio"] + label {
  margin-left: 0.5em;
}
.modal-koop-customer-add-wrapper input[type="radio"] + label:nth-of-type(2) {
  margin-left: 2em;
}
.modal-koop-customer-add-wrapper button[type="submit"] {
  margin-top: 2.5em;
  margin-bottom: 1em;
}
.modal-koop-customer-add-wrapper textarea {
  width: 100% !important;
  height: 7em;
}
.modal-koop-customer-add-wrapper .form-row.koop-customer-marketing .form-col-left {
  white-space: normal;
}
.modal-koop-customer-add-wrapper .form-row.koop-customer-marketing .form-col-right {
  vertical-align: middle;
}
.modal-settings-customer-edit-wrapper textarea,
.modal-settings-customer-add-wrapper textarea {
  width: 100% !important;
  height: 7em;
}
/* KOOP - Add new CUSTOMERCONTACT - MODAL
------------------------------------------*/
.form-area-2-col::after {
  content: '';
  display: table;
  clear: both;
}
.form-col-left.empty-td-div,
.form-col-right.empty-td-div {
  padding-top: 2.1em;
}
.modal-koop-customercontact-add-wrapper .form-col-left,
.modal-settings-customercontact-add-wrapper .form-col-left,
.modal-settings-customercontact-edit-wrapper .form-col-left {
  width: 16.799999999999997%;
}
.modal-koop-customercontact-add-wrapper .form-col-right,
.modal-settings-customercontact-add-wrapper .form-col-right,
.modal-settings-customercontact-edit-wrapper .form-col-right {
  width: 83.2%;
}
.modal-koop-customercontact-add-wrapper .form-area-left .form-col-left,
.modal-settings-customercontact-add-wrapper .form-area-left .form-col-left,
.modal-settings-customercontact-edit-wrapper .form-area-left .form-col-left,
.modal-koop-customercontact-add-wrapper .form-area-right .form-col-left,
.modal-settings-customercontact-add-wrapper .form-area-right .form-col-left,
.modal-settings-customercontact-edit-wrapper .form-area-right .form-col-left {
  width: 35%;
}
.modal-koop-customercontact-add-wrapper .form-area-left .form-col-right,
.modal-settings-customercontact-add-wrapper .form-area-left .form-col-right,
.modal-settings-customercontact-edit-wrapper .form-area-left .form-col-right,
.modal-koop-customercontact-add-wrapper .form-area-right .form-col-right,
.modal-settings-customercontact-add-wrapper .form-area-right .form-col-right,
.modal-settings-customercontact-edit-wrapper .form-area-right .form-col-right {
  width: 65%;
}
.modal-koop-customercontact-add-wrapper .form-area-left,
.modal-settings-customercontact-add-wrapper .form-area-left,
.modal-settings-customercontact-edit-wrapper .form-area-left {
  width: 50%;
  padding-right: 2%;
  float: left;
}
.modal-koop-customercontact-add-wrapper .form-area-right,
.modal-settings-customercontact-add-wrapper .form-area-right,
.modal-settings-customercontact-edit-wrapper .form-area-right {
  width: 50%;
  padding-left: 2%;
  float: right;
}
.modal-koop-customercontact-add-wrapper input,
.modal-settings-customercontact-add-wrapper input,
.modal-settings-customercontact-edit-wrapper input {
  width: 100% !important;
}
.modal-koop-customercontact-add-wrapper input#settings-customercontact-position,
.modal-settings-customercontact-add-wrapper input#settings-customercontact-position,
.modal-settings-customercontact-edit-wrapper input#settings-customercontact-position {
  width: 37.5% !important;
}
.modal-koop-customercontact-add-wrapper .form-koop-customercontact-add-notes .form-col-left,
.modal-settings-customercontact-add-wrapper .form-koop-customercontact-add-notes .form-col-left,
.modal-settings-customercontact-edit-wrapper .form-koop-customercontact-add-notes .form-col-left {
  padding-right: 1.5em;
}
.modal-koop-customercontact-add-wrapper .form-koop-customercontact-add-notes textarea,
.modal-settings-customercontact-add-wrapper .form-koop-customercontact-add-notes textarea,
.modal-settings-customercontact-edit-wrapper .form-koop-customercontact-add-notes textarea {
  width: 100% !important;
  height: 7em;
}
.modal-koop-customercontact-add-wrapper button[type="submit"],
.modal-settings-customercontact-add-wrapper button[type="submit"],
.modal-settings-customercontact-edit-wrapper button[type="submit"] {
  margin-top: 2.5em;
  margin-bottom: 1em;
}
.modal-settings-customercontact-add-wrapper .form-settings-customercontact-add-notes .form-col-left,
.modal-settings-customercontact-edit-wrapper .form-settings-customercontact-add-notes .form-col-left {
  padding-right: 1.5em;
}
.modal-settings-customercontact-add-wrapper .form-settings-customercontact-add-notes textarea,
.modal-settings-customercontact-edit-wrapper .form-settings-customercontact-add-notes textarea {
  width: 100% !important;
  height: 7em;
}
/* KOOP - Edit LEASING PRODUCT - MODAL
------------------------------------------*/
.modal-koop-leasingproduct-edit-wrapper .add-more-padding-top,
.modal-koop-leasingproduct-add-wrapper .add-more-padding-top {
  padding-top: 0.9em;
}
.modal-koop-leasingproduct-edit-wrapper .pure-form input[type="text"].input-calendar-field,
.modal-koop-leasingproduct-add-wrapper .pure-form input[type="text"].input-calendar-field {
  width: 8em;
}
.modal-koop-leasingproduct-edit-wrapper .pure-form textarea,
.modal-koop-leasingproduct-add-wrapper .pure-form textarea {
  width: 100%;
}
/* KOOP - Add new SALES PRODUCT - MODAL
----------------------------------------*/
.modal-koop-salesproduct-edit-wrapper .form-col-left,
.modal-koop-salesproduct-add-wrapper .form-col-left {
  width: 20%;
}
.modal-koop-salesproduct-edit-wrapper .form-col-left.add-more-padding-top,
.modal-koop-salesproduct-add-wrapper .form-col-left.add-more-padding-top {
  padding-top: 0.9em;
}
.modal-koop-salesproduct-edit-wrapper .form-col-right,
.modal-koop-salesproduct-add-wrapper .form-col-right {
  width: 80%;
}
.modal-koop-salesproduct-edit-wrapper #koop-salesproduct-quantity,
.modal-koop-salesproduct-add-wrapper #koop-salesproduct-quantity {
  width: 5em;
}
.modal-koop-salesproduct-edit-wrapper .pure-form input[type="text"].input-calendar-field,
.modal-koop-salesproduct-add-wrapper .pure-form input[type="text"].input-calendar-field {
  width: 8em;
}
.modal-koop-salesproduct-edit-wrapper .pure-form textarea,
.modal-koop-salesproduct-add-wrapper .pure-form textarea {
  width: 100%;
}
/* KOOP - Add new EDITORIAL PRODUCT - MODAL
--------------------------------------------*/
.modal-koop-editorial-add-wrapper #koop-editorial-price:focus:invalid,
.modal-koop-editorial-edit-wrapper #koop-editorial-price:focus:invalid {
  color: unset;
}
.modal-koop-editorial-add-wrapper #koop-editorial-miscarea,
.modal-koop-editorial-edit-wrapper #koop-editorial-miscarea {
  width: 15em;
}
.modal-koop-editorial-add-wrapper #koop-editorial-comments,
.modal-koop-editorial-edit-wrapper #koop-editorial-comments {
  width: 100%;
  height: 5em;
}
.modal-koop-editorial-add-wrapper #koop-editorial-bookings,
.modal-koop-editorial-edit-wrapper #koop-editorial-bookings {
  height: 10em;
}
.modal-koop-editorial-add-wrapper .koop-editorial-competition .form-col-left,
.modal-koop-editorial-edit-wrapper .koop-editorial-competition .form-col-left,
.modal-koop-editorial-add-wrapper .modal-koop-editorial-edit .form-col-left,
.modal-koop-editorial-edit-wrapper .modal-koop-editorial-edit .form-col-left {
  width: 16.799999999999997%;
}
.modal-koop-editorial-add-wrapper .koop-editorial-competition .form-col-right,
.modal-koop-editorial-edit-wrapper .koop-editorial-competition .form-col-right,
.modal-koop-editorial-add-wrapper .modal-koop-editorial-edit .form-col-right,
.modal-koop-editorial-edit-wrapper .modal-koop-editorial-edit .form-col-right {
  width: 83.2%;
}
.modal-koop-editorial-add-wrapper .koop-editorial-competition .form-area-left .form-col-left,
.modal-koop-editorial-edit-wrapper .koop-editorial-competition .form-area-left .form-col-left,
.modal-koop-editorial-add-wrapper .modal-koop-editorial-edit .form-area-left .form-col-left,
.modal-koop-editorial-edit-wrapper .modal-koop-editorial-edit .form-area-left .form-col-left,
.modal-koop-editorial-add-wrapper .koop-editorial-competition .form-area-right .form-col-left,
.modal-koop-editorial-edit-wrapper .koop-editorial-competition .form-area-right .form-col-left,
.modal-koop-editorial-add-wrapper .modal-koop-editorial-edit .form-area-right .form-col-left,
.modal-koop-editorial-edit-wrapper .modal-koop-editorial-edit .form-area-right .form-col-left {
  width: 35%;
}
.modal-koop-editorial-add-wrapper .koop-editorial-competition .form-area-left .form-col-right,
.modal-koop-editorial-edit-wrapper .koop-editorial-competition .form-area-left .form-col-right,
.modal-koop-editorial-add-wrapper .modal-koop-editorial-edit .form-area-left .form-col-right,
.modal-koop-editorial-edit-wrapper .modal-koop-editorial-edit .form-area-left .form-col-right,
.modal-koop-editorial-add-wrapper .koop-editorial-competition .form-area-right .form-col-right,
.modal-koop-editorial-edit-wrapper .koop-editorial-competition .form-area-right .form-col-right,
.modal-koop-editorial-add-wrapper .modal-koop-editorial-edit .form-area-right .form-col-right,
.modal-koop-editorial-edit-wrapper .modal-koop-editorial-edit .form-area-right .form-col-right {
  width: 65%;
}
.modal-koop-editorial-add-wrapper .koop-editorial-competition .form-area-left,
.modal-koop-editorial-edit-wrapper .koop-editorial-competition .form-area-left,
.modal-koop-editorial-add-wrapper .modal-koop-editorial-edit .form-area-left,
.modal-koop-editorial-edit-wrapper .modal-koop-editorial-edit .form-area-left {
  width: 50%;
  padding-right: 2%;
  float: left;
}
.modal-koop-editorial-add-wrapper .koop-editorial-competition .form-area-right,
.modal-koop-editorial-edit-wrapper .koop-editorial-competition .form-area-right,
.modal-koop-editorial-add-wrapper .modal-koop-editorial-edit .form-area-right,
.modal-koop-editorial-edit-wrapper .modal-koop-editorial-edit .form-area-right {
  width: 50%;
  padding-left: 2%;
  float: right;
}
.clearMiscArea > i {
  font-size: 1.4em;
  vertical-align: middle;
}
.modal-koop-editorial-add-wrapper .pure-form input[type="text"].input-calendar-field,
.modal-koop-editorial-edit-wrapper .pure-form input[type="text"].input-calendar-field {
  width: 8em;
}
.modal-koop-editorial-add-wrapper .pure-form select,
.modal-koop-editorial-edit-wrapper .pure-form select {
  width: initial;
}
.modal-koop-editorial-add-wrapper .form-koop-editorial-competition input[type="radio"] + label + input[type="text"],
.modal-koop-editorial-edit-wrapper .form-koop-editorial-competition input[type="radio"] + label + input[type="text"] {
  margin-left: 0.5em;
}
.modal-koop-editorial-add-wrapper button,
.modal-koop-editorial-edit-wrapper button {
  margin-top: 3em;
  margin-bottom: 1.5em;
}
.form-koop-editorial-competition-add-right .form-row:first-of-type .form-col-one input,
.form-koop-editorial-competition-edit-right .form-row:first-of-type .form-col-one input {
  margin-left: 0.6em;
}
.form-koop-editorial-competition-add-left #koop-editorial-competitonamount,
.form-koop-editorial-competition-edit-left #koop-editorial-competitonamount {
  width: 6em;
}
.form-koop-editorial-locations-wrapper h2,
.form-koop-editorial-locations-edit-wrapper h2,
.form-settings-user-regions-abos-wrapper h2 {
  margin-bottom: 1em;
}
.form-koop-editorial-locations-container::after,
.form-settings-user-regions-abos-container::after {
  content: '';
  display: table;
  clear: both;
}
.form-koop-editorial-locations-add,
.form-koop-editorial-locations-edit {
  float: left;
  clear: none;
  text-align: inherit;
  width: 19.36%;
  margin-left: 0%;
  margin-right: 0.8%;
  margin-top: 1em;
  white-space: nowrap;
}
.form-koop-editorial-locations-add::after,
.form-koop-editorial-locations-edit::after {
  content: '';
  display: table;
  clear: both;
}
.form-koop-editorial-locations-add:nth-child(n),
.form-koop-editorial-locations-edit:nth-child(n) {
  margin-right: 0.8%;
  float: left;
  clear: none;
}
.form-koop-editorial-locations-add:nth-child(5n),
.form-koop-editorial-locations-edit:nth-child(5n) {
  margin-right: 0%;
  float: right;
}
.form-koop-editorial-locations-add:nth-child(5n + 1),
.form-koop-editorial-locations-edit:nth-child(5n + 1) {
  clear: both;
}
.form-koop-editorial-locations-add input[type="checkbox"]:nth-of-type(1)+label,
.form-koop-editorial-locations-edit input[type="checkbox"]:nth-of-type(1)+label {
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 500;
  margin-bottom: 0.8em;
}
.form-settings-user-regions-abos-edit h3 {
  margin-bottom: 10px;
}
.modal-koop-editorial-edit-wrapper #koop-editorial-bookings {
  height: 1.75em;
}
/* SETTINGS - CUSTOMER ADD - MODAL
-----------------------------------*/
.modal-settings-customer-add-wrapper .form-col-left,
.modal-settings-customer-edit-wrapper .form-col-left,
.settings-customer-detail-wrapper .form-col-left {
  width: 20%;
  padding-right: 1.5em;
}
.modal-settings-customer-add-wrapper .form-col-right,
.modal-settings-customer-edit-wrapper .form-col-right,
.settings-customer-detail-wrapper .form-col-right {
  width: 80%;
}
.modal-settings-customer-add-wrapper .radio-col,
.modal-settings-customer-edit-wrapper .radio-col,
.settings-customer-detail-wrapper .radio-col {
  padding-top: 0.7em;
}
.modal-settings-customer-add-wrapper input[type="radio"] + label,
.modal-settings-customer-edit-wrapper input[type="radio"] + label,
.settings-customer-detail-wrapper input[type="radio"] + label {
  margin-left: 0.5em;
}
.modal-settings-customer-add-wrapper input[type="radio"] + label:nth-of-type(2),
.modal-settings-customer-edit-wrapper input[type="radio"] + label:nth-of-type(2),
.settings-customer-detail-wrapper input[type="radio"] + label:nth-of-type(2) {
  margin-left: 2em;
}
.modal-settings-customer-add-wrapper button[type="submit"],
.modal-settings-customer-edit-wrapper button[type="submit"],
.settings-customer-detail-wrapper button[type="submit"] {
  margin-top: 2.5em;
  margin-bottom: 1em;
}
.modal-settings-customer-add-wrapper .form-col-left,
.modal-settings-customer-edit-wrapper .form-col-left,
.settings-customer-detail-wrapper .form-col-left {
  width: 16.799999999999997%;
}
.modal-settings-customer-add-wrapper .form-col-right,
.modal-settings-customer-edit-wrapper .form-col-right,
.settings-customer-detail-wrapper .form-col-right {
  width: 83.2%;
}
.modal-settings-customer-add-wrapper .form-area-left .form-col-left,
.modal-settings-customer-edit-wrapper .form-area-left .form-col-left,
.settings-customer-detail-wrapper .form-area-left .form-col-left,
.modal-settings-customer-add-wrapper .form-area-right .form-col-left,
.modal-settings-customer-edit-wrapper .form-area-right .form-col-left,
.settings-customer-detail-wrapper .form-area-right .form-col-left {
  width: 35%;
}
.modal-settings-customer-add-wrapper .form-area-left .form-col-right,
.modal-settings-customer-edit-wrapper .form-area-left .form-col-right,
.settings-customer-detail-wrapper .form-area-left .form-col-right,
.modal-settings-customer-add-wrapper .form-area-right .form-col-right,
.modal-settings-customer-edit-wrapper .form-area-right .form-col-right,
.settings-customer-detail-wrapper .form-area-right .form-col-right {
  width: 65%;
}
.modal-settings-customer-add-wrapper .form-area-left,
.modal-settings-customer-edit-wrapper .form-area-left,
.settings-customer-detail-wrapper .form-area-left {
  width: 50%;
  padding-right: 2%;
  float: left;
}
.modal-settings-customer-add-wrapper .form-area-right,
.modal-settings-customer-edit-wrapper .form-area-right,
.settings-customer-detail-wrapper .form-area-right {
  width: 50%;
  padding-left: 2%;
  float: right;
}
.modal-settings-customer-add-wrapper .form-area-2-col input[type="text"],
.modal-settings-customer-edit-wrapper .form-area-2-col input[type="text"],
.settings-customer-detail-wrapper .form-area-2-col input[type="text"] {
  width: 100%;
}
/* SETTINGS - PRODUCT - ADD and EDIT
-------------------------------------*/
.modal-product-category-add-wrapper textarea,
.modal-product-category-edit-wrapper textarea,
.modal-eventactivity-category-add-wrapper textarea,
.modal-eventactivity-category-edit-wrapper textarea,
.modal-eventactivity-voucher-add-wrapper textarea,
.modal-eventactivity-voucher-edit-wrapper textarea {
  height: 7em;
}
.modal-eventactivity-category-add-wrapper .form-row .btn,
.modal-eventactivity-category-edit-wrapper .form-row .btn {
  margin-top: 0 !important;
}
.modal-eventactivity-voucher-add-wrapper input[type="text"],
.modal-eventactivity-voucher-edit-wrapper input[type="text"] {
  width: 35em !important;
}
/* SETTINGS - AGENCY - DETAIL
------------------------------*/
.settings-agency-detail-wrapper .form-table {
  margin: 0 auto;
  width: 50%;
}
.settings-agency-detail-wrapper .form-table .form-col-left {
  width: 40%;
}
.settings-agency-detail-wrapper .form-table .form-col-right {
  width: 60%;
}
.settings-agency-detail-wrapper .form-settings-agency-detail-people.noedit .form-col-right {
  white-space: normal;
}
/* SETTINGS - AGENCY - EDIT
----------------------------*/
.modal-settings-agency-add-wrapper .pure-form #settings-agency-name,
.settings-agency-edit-wrapper .pure-form #settings-agency-name {
  width: 33em;
}
.modal-settings-agency-add-wrapper .pure-form #settings-agency-zip,
.settings-agency-edit-wrapper .pure-form #settings-agency-zip {
  width: 5em;
}
.modal-settings-agency-add-wrapper .pure-form #settings-agency-city,
.settings-agency-edit-wrapper .pure-form #settings-agency-city {
  width: 22.5em;
}
.modal-settings-agency-add-wrapper .pure-form #settings-agency-streetnr,
.settings-agency-edit-wrapper .pure-form #settings-agency-streetnr {
  width: 5em;
}
/* SETTINGS - EDITIONS
-----------------------*/
.tbl-editions table.clickable-rows tr {
  cursor: pointer;
}
.modal-settings-editions-edit-wrapper .btn-deactivate modal-product-deactivate-button,
.modal-settings-editions-edit-wrapper .btn-activate modal-product-activate-button {
  margin: 0 auto;
}
/* PRODUCT - OVERVIEW
----------------------*/
.tbl-products .col-1 {
  width: 6%;
  text-align: center;
}
.tbl-products .col-2 {
  width: 44%;
}
.tbl-products .col-3 {
  width: 30%;
}
.tbl-products .col-5 {
  width: 20%;
}
.tbl-products td {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.product-image-thumbnail {
  margin: 0 auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 2.5em;
  height: 2.5em;
  border-radius: 10%;
}
/* PRODUCT - PREVIEW & STORE DATA
----------------------------------------*/
.product-preview>h1:first-of-type {
  margin: 0;
  margin-bottom: 1.5em;
}
.product-preview h1 .product-attribute {
  padding: 0.3em 0.5em 0.25em 0.5em;
  background-color: #b1d249;
  border-radius: 0.2em;
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 500;
  font-size: 0.7em;
  text-transform: uppercase;
  color: #fff;
}
.product-preview h1 .category {
  font-family: 'Titillium Web', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
  font-weight: 600;
  color: #aaa;
}
.product-details-wrapper {
  margin-bottom: 1em;
}
.product-details-wrapper::after {
  content: '';
  display: table;
  clear: both;
}
.product-details-wrapper a[data-fancybox="images"] {
  border-bottom: 0;
}
.product-image-col {
  float: left;
  clear: none;
  text-align: inherit;
  width: 19.88888888888889%;
  margin-left: 0%;
  margin-right: 3%;
}
.product-image-col::after {
  content: '';
  display: table;
  clear: both;
}
.product-image-col:last-child {
  margin-right: 0%;
}
.product-image-col .product-image-container {
  float: left;
  border: 8px solid #eee;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 12.666666666666666em;
  width: 12.666666666666666em;
}
.product-details-col {
  float: left;
  clear: none;
  text-align: inherit;
  width: 77.11111111111111%;
  margin-left: 0%;
  margin-right: 3%;
}
.product-details-col::after {
  content: '';
  display: table;
  clear: both;
}
.product-details-col:last-child {
  margin-right: 0%;
}
.product-details-tbl {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.product-details-tbl ul li {
  margin: 0;
  padding: 0;
  padding-left: 1.6em;
  line-height: 1.5em;
  background: url("../img/checkbox-button-on-inactive.svg") 0.2em no-repeat;
}
body.education.detail .product-details-tbl ul li {
  margin: 0;
  padding: 0;
  background: none;
}
body.education.detail .product-image-container {
  background-image: url("../img/icon-tips-academy-course.png");
}
.product-details-education__description-html ul {
  list-style: disc;
  margin-left: 2em;
}
.product-details-education__description-html ul li {
  margin: 0;
  padding: 0;
  background: none;
}
.product-details-row {
  display: table-row;
}
.product-details-col-left,
.product-details-col-right {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 0.8em;
}
.product-details-col-left {
  padding-right: 1em;
}
.product-details-col-left p:nth-of-type(1) {
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 500;
  font-size: 1em;
  text-transform: uppercase;
}
.product-details-tbl .product-details-col-left {
  width: 20%;
}
.product-details-tbl .product-details-col-left p {
  text-transform: uppercase;
  color: #04437a;
}
.product-details-tbl .product-details-col-right {
  width: 80%;
}
.product-details-tbl .product-details-col-right p.subtype {
  text-transform: capitalize;
}
.leasing-wrapper::after,
.editorial-wrapper::after {
  content: '';
  display: table;
  clear: both;
}
.leasing-wrapper .leasing,
.editorial-wrapper .editorial {
  margin-top: 0.8em;
}
.leasing-wrapper .leasing:nth-child(1),
.editorial-wrapper .editorial:nth-child(1) {
  float: left;
  width: 30%;
  padding-right: 1em;
}
.leasing-wrapper .leasing:nth-child(2) {
  float: left;
  text-align: right;
}
.text-low-importance {
  color: #ccc;
}
.editorial-wrapper .editorial:nth-child(2) {
  float: left;
  width: 70%;
}
.editorial-wrapper {
  text-transform: capitalize;
}
.tbl-products-stock {
  margin-bottom: 2em;
}
.tbl-products-stock table {
  width: 70%;
  margin: 0 auto;
}
.tbl-products-stock .col-1 {
  width: 70%;
}
.tbl-products-stock .col-2,
.tbl-products-stock .col-3,
.tbl-products-stock .col-4 {
  width: 10%;
  text-align: center;
}
.tbl-products-stock td:nth-of-type(2),
.tbl-products-stock td:nth-of-type(3),
.tbl-products-stock td:nth-of-type(4) {
  text-align: right;
  padding-right: 1.5em;
}
.tbl-products-stock td input {
  height: 1.6em !important;
}
.product-stock {
  background-color: #fff;
  margin: 2em;
}
/* PRODUCT - ADD
-----------------*/
.addProduct p.infotext-usergroups {
  margin-bottom: 0.6em;
}
/* PRODUCT - EDIT
------------------*/
.editProduct .product-editorial #possible-coverage {
  height: 7em;
}
/* PRODUCTGRID
---------------*/
.productgrid-wrapper {
  margin-top: 3em;
}
.productgrid-wrapper::after {
  content: '';
  display: table;
  clear: both;
}
.productgrid-product {
  float: left;
  clear: none;
  text-align: inherit;
  width: 9.875%;
  margin-left: 0%;
  margin-right: 3%;
  margin-bottom: 1em;
}
.productgrid-product::after {
  content: '';
  display: table;
  clear: both;
}
.productgrid-product:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.productgrid-product:nth-child(8n) {
  margin-right: 0%;
  float: right;
}
.productgrid-product:nth-child(8n + 1) {
  clear: both;
}
.productgrid-product-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 7.6em;
  max-width: 100%;
  border-radius: 0.3em;
}
.productgrid-product-name {
  margin-top: 0.5em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 0.9em;
  color: #999;
}
.productgrid-product-name .product-attribute {
  display: block;
  margin-top: 0.3em;
  padding: 0.2em 0.5em 0.25em 0.5em;
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 500;
  color: #fff;
  background-color: #b1d249;
  font-size: 0.8em;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-radius: 0.2em;
}
/* PRODUCT CATEGORY
---------------------*/
.tbl-categories.tbl-list tbody tr.inactive {
  cursor: pointer;
}
.category-upload-wrapper {
  display: block;
  width: 20%;
  margin: 0 auto;
  margin-bottom: 2em;
  text-align: center;
}
.form-category-details .form-col-left {
  padding-top: 0.2em;
}
/* F O R M S
------------*/
.koop-detail-summary-sector1 .tbl-list label,
.koop-detail-summary-sector2 .tbl-list label,
.koop-detail-summary-sector3 .tbl-list label,
.koop-detail-summary-sector4 .tbl-list label,
.koop-detail-summary-sector5 .tbl-list label,
.form-col-left label,
.eventcards-wrapper label,
.statusupdate-wrapper label {
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #04437a;
}
.statusupdate-wrapper input[type="checkbox"]:disabled + label {
  color: #999;
}
.tbl-status-history-owner a,
.tbl-status-history-file a {
  border: 0;
  padding: 0.2em 0.5em;
  color: #fff;
  background-color: #5bc0de;
  border-radius: 0.3em;
}
.tbl-status-history-owner a:hover,
.tbl-status-history-file a:hover {
  background-color: #04437a;
}
label.form-col-right-label {
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #04437a;
  margin-left: 2em;
  margin-right: 1em;
}
.form-table {
  display: table;
  width: 100%;
  table-layout: fixed;
  white-space: nowrap;
}
.form-row {
  display: table-row;
}
.form-row::after {
  content: '';
  display: table;
  clear: both;
}
.form-col-left,
.form-col-right,
.form-col-one {
  display: table-cell;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  vertical-align: top;
}
.form-col-right p:first-of-type,
.form-col-one p:first-of-type {
  padding-top: 0.5em;
}
.form-col-left {
  width: 30%;
  padding-top: 0.5em;
  padding-right: 1.5em;
  text-align: right;
}
.form-col-left.noedit {
  padding-top: 0;
}
.form-table.noedit .form-col-left,
.form-table.noedit .form-col-right,
.form-table.noedit .form-col-one {
  display: table-cell;
  padding-top: 0.5em;
  padding-bottom: 0.3em;
  vertical-align: top;
}
.form-table.noedit .form-col-right,
.form-table.noedit .form-col-one {
  padding-top: 0.2em;
}
.form-table.noedit .form-col-right p:first-of-type,
.form-table.noedit .form-col-one p:first-of-type {
  padding-top: 0.3em;
}
.form-col-right,
.form-col-one {
  width: 70%;
}
.form-col-right >p.subtype,
.form-col-one >p.subtype {
  margin-top: 0.6em;
  margin-bottom: 0.4em;
  text-transform: capitalize;
}
.form-col-one {
  width: 100%;
}
.form-col-right>input+p:not(.btn-new),
.form-col-one>input+p:not(.btn-new),
.form-col-right>select+p:not(.btn-new),
.form-col-one>select+p:not(.btn-new),
.form-col-right p.product-unit,
.form-col-one p.product-unit {
  display: inline;
  margin-left: 1em;
  font-size: 0.8em;
  color: #999;
}
.form-col-right textarea + p {
  white-space: normal;
  font-size: 0.8em;
  color: #999;
}
p.form-field-sonstiges {
  display: inline;
  padding-right: 1em;
}
.hr-line>div {
  margin-top: 2em;
  border: none;
  border-top: 1px dashed #ccc;
  height: 1px;
}
.form-col-right>select+a,
.form-col-one>select+a {
  margin-left: 2em;
  margin-top: 1em;
  color: #008000;
  vertical-align: baseline;
  vertical-align: -webkit-baseline-middle;
}
.form-row .btn {
  margin-top: 2em;
}
.product-upload-image {
  max-width: 12em;
  border: 6px solid #eee;
}
/*
*
* Override Pure-Form
*
*/
.pure-form select:not([multiple]) {
  height: 1.75em;
  padding: 0;
  background-color: #fff;
  color: #2e2e2e;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pure-form select:not([multiple]):hover {
  cursor: pointer;
}
.pure-form input[type="text"]:focus,
.pure-form input[type="password"]:focus,
.pure-form input[type="email"]:focus,
.pure-form input[type="url"]:focus,
.pure-form input[type="date"]:focus,
.pure-form input[type="month"]:focus,
.pure-form input[type="time"]:focus,
.pure-form input[type="datetime"]:focus,
.pure-form input[type="datetime-local"]:focus,
.pure-form input[type="week"]:focus,
.pure-form input[type="number"]:focus,
.pure-form input[type="search"]:focus,
.pure-form input[type="tel"]:focus,
.pure-form input[type="color"]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
  outline: 0;
  border-color: #04437a;
}
.pure-form input[type="text"],
.pure-form input[type="password"],
.pure-form input[type="email"],
.pure-form textarea,
.pure-form input[type="number"],
.pure-form input[type="url"] {
  padding: 0.3em;
  width: 20em;
}
.pure-form input[type="search"] {
  margin-top: -0.25em;
  padding: 0.3em;
}
.pure-form input[type="text"].alignright {
  text-align: right;
}
.pure-form input[type="text"].alignleft {
  text-align: left;
}
.pure-form textarea {
  resize: vertical;
}
.pure-form input[type="text"].numberfield,
.pure-form input[type="number"] {
  text-align: right;
  width: 7em;
}
.pure-form select[multiple] {
  height: auto;
  background-color: #fff;
  color: #000;
}
.pure-form textarea#description {
  height: 8em;
}
.pure-form input:not([type]):focus {
  outline: 0;
  border-color: #04437a;
}
.pure-form input[type="file"]:focus,
.pure-form input[type="radio"]:focus,
.pure-form input[type="checkbox"]:focus {
  outline: thin solid #04437a;
  outline: 1px auto #04437a;
}
.pure-form .pure-radio,
.pure-form .pure-checkbox {
  margin-left: 0.6em;
}
.pure-form .form-col-right .pure-radio:first-of-type,
.pure-form .form-col-right .pure-checkbox:first-of-type {
  margin-top: 0.2em;
}
.pure-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
/*
/
/ Custom radio button CSS solution from:
/ http://www.onextrapixel.com/2012/10/26/custom-style-all-your-form-elements-with-pure-css-and-no-javascript/
/
*/
input[type="radio"],
input[type="checkbox"] {
  position: absolute;
  left: -999em;
}
input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 0.14em;
  left: -0.666666666666667em;
  width: 1em;
  height: 1em;
  background-image: url("../img/radio-button-off.svg");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
input[type="radio"]:checked + label:before {
  background-image: none;
  background-image: url("../img/radio-button-on.svg");
}
input[type="checkbox"] + label:before {
  background-image: none;
  background-image: url("../img/checkbox-button-off.svg");
}
input[type="checkbox"]:checked + label:before {
  background-image: none;
  background-image: url("../img/checkbox-button-on.svg");
}
/* KOOP FORMS
--------------*/
.koop-detail-event-wrapper .pure-form input[type="text"].input-calendar-field,
.modal-koop-edit .pure-form input[type="text"].input-calendar-field,
.modal-koop-add .pure-form input[type="text"].input-calendar-field {
  width: 8em;
}
.koop-detail-event-wrapper .pure-form input[type="text"].input-street-number-field,
.modal-koop-edit .pure-form input[type="text"].input-street-number-field,
.modal-koop-add .pure-form input[type="text"].input-street-number-field {
  width: 5em;
}
.koop-detail-event-wrapper .pure-form input[type="text"].input-plz-field,
.modal-koop-edit .pure-form input[type="text"].input-plz-field,
.modal-koop-add .pure-form input[type="text"].input-plz-field {
  width: 5em;
}
.koop-detail-event-wrapper .pure-form input[type="text"].eventcards-category,
.modal-koop-edit .pure-form input[type="text"].eventcards-category,
.modal-koop-add .pure-form input[type="text"].eventcards-category {
  width: 8em;
}
.koop-detail-event-wrapper .pure-form input[type="number"].input-visitor-field,
.modal-koop-edit .pure-form input[type="number"].input-visitor-field,
.modal-koop-add .pure-form input[type="number"].input-visitor-field {
  width: 5em;
}
.koop-detail-event-wrapper .pure-form input[type="number"].input-participant-field,
.modal-koop-edit .pure-form input[type="number"].input-participant-field,
.modal-koop-add .pure-form input[type="number"].input-participant-field {
  width: 5em;
}
.koop-detail-event-wrapper .pure-form input[type="number"].eventcards-quantity,
.modal-koop-edit .pure-form input[type="number"].eventcards-quantity,
.modal-koop-add .pure-form input[type="number"].eventcards-quantity {
  width: 5em;
}
.koop-detail-event-wrapper .pure-form input[type="number"].eventcards-value,
.modal-koop-edit .pure-form input[type="number"].eventcards-value,
.modal-koop-add .pure-form input[type="number"].eventcards-value {
  width: 5em;
}
.koop-detail-event-wrapper .pure-form .eventcards-wrapper p,
.modal-koop-edit .pure-form .eventcards-wrapper p,
.modal-koop-add .pure-form .eventcards-wrapper p {
  margin-top: 1em;
  margin-bottom: 1.5em;
}
.koop-detail-event-wrapper .pure-form .eventcards-wrapper p.btn,
.modal-koop-edit .pure-form .eventcards-wrapper p.btn,
.modal-koop-add .pure-form .eventcards-wrapper p.btn {
  margin: 0;
  margin-bottom: 2em;
}
.koop-detail-event-wrapper .pure-form .eventcards-wrapper p.btn #addFreeEventTickets,
.modal-koop-edit .pure-form .eventcards-wrapper p.btn #addFreeEventTickets,
.modal-koop-add .pure-form .eventcards-wrapper p.btn #addFreeEventTickets {
  margin: 0;
}
.koop-detail-event-wrapper .pure-form .eventcards-wrapper input,
.modal-koop-edit .pure-form .eventcards-wrapper input,
.modal-koop-add .pure-form .eventcards-wrapper input,
.koop-detail-event-wrapper .pure-form .eventcards-wrapper select,
.modal-koop-edit .pure-form .eventcards-wrapper select,
.modal-koop-add .pure-form .eventcards-wrapper select {
  margin-left: 0.5em;
  margin-right: 1em;
}
.koop-detail-event-wrapper .pure-form .eventcards-wrapper select,
.modal-koop-edit .pure-form .eventcards-wrapper select,
.modal-koop-add .pure-form .eventcards-wrapper select {
  margin-left: 0;
}
.statusupdate-wrapper {
  margin-top: 2em;
}
.statusupdate-wrapper .button-row {
  text-align: center;
}
.statusupdate-wrapper .button-row button[type="submit"] {
  display: inline;
}
.statusupdate-wrapper .pure-form input {
  margin-left: 0.5em;
  margin-right: 1em;
}
.statusupdate-wrapper .pure-form textarea {
  width: 100%;
  height: 15em;
  margin: 1em 0;
}
.statusupdate-wrapper .pure-form button[type="submit"] {
  margin-top: 2.5em;
}
.statusupdate-wrapper .koop-status-fileupload-wrapper,
.statusupdate-wrapper .email-notification-contact-persons,
.statusupdate-wrapper .email-notification-placeholder {
  margin-left: 0.5em;
}
.statusupdate-wrapper .email-notification-placeholder p+p {
  margin-top: 0.3em;
}
.statusupdate-wrapper input#koop-status-email {
  width: 30em;
}
.modal-koop-customercontact-add-wrapper .pure-form input[type="text"],
.modal-settings-customercontact-add-wrapper .pure-form input[type="text"],
.modal-settings-customercontact-edit-wrapper .pure-form input[type="text"] {
  width: 17em;
}
.modal-koop-customer-add-wrapper .pure-form #koop-customer-name {
  width: 33em;
}
.modal-koop-customer-add-wrapper .pure-form #koop-customer-zip {
  width: 5em;
}
.modal-koop-customer-add-wrapper .pure-form #koop-customer-city {
  width: 22.5em;
}
.modal-koop-customer-add-wrapper .pure-form #koop-customer-streetnr {
  width: 5em;
}
.modal-koop-customer-add-wrapper .pure-form #koop-customer-coop-nr-jjk-input {
  width: 13em;
}
.modal-settings-customer-add-wrapper .pure-form #settings-customer-name,
.modal-settings-customer-edit-wrapper .pure-form #settings-customer-name {
  width: 33em;
}
.modal-settings-customer-add-wrapper .pure-form #settings-customer-zip,
.modal-settings-customer-edit-wrapper .pure-form #settings-customer-zip {
  width: 5em;
}
.modal-settings-customer-add-wrapper .pure-form #settings-customer-city,
.modal-settings-customer-edit-wrapper .pure-form #settings-customer-city {
  width: 22.5em;
}
.modal-settings-customer-add-wrapper .pure-form #settings-customer-streetnr,
.modal-settings-customer-edit-wrapper .pure-form #settings-customer-streetnr {
  width: 5em;
}
/*
.modal-settings-customer-edit-wrapper
	.pure-form
		#settings-customer-name
			width 33em
		#settings-customer-zip
			width 5em
		#settings-customer-city
			width 22.5em
		#settings-customer-streetnr
			width 5em
		#settings-customer-coop-nr-jjk-input
			width 13em
*/
/*.modal-settings-customer-add-wrapper
	.pure-form
		#settings-customer-name
			width 30.5em
		#settings-customer-zip
			width 5em
		#settings-customer-city
			width 33.5em
		#settings-customer-streetnr
			width 5em
*/
.contactpersons-wrapper::after {
  content: '';
  display: table;
  clear: both;
}
.contactpersons-wrapper .contactperson {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
}
.contactpersons-wrapper .contactperson::after {
  content: '';
  display: table;
  clear: both;
}
.contactpersons-wrapper .contactperson:last-child {
  margin-right: 0%;
}
.contactpersons-wrapper .contactperson label {
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #04437a;
  text-align: center;
  display: block;
}
.contactpersons-wrapper .contactperson select {
  margin-top: 0.8em;
  width: 100%;
}
.contactpersons-wrapper .contactperson:not(:first-child) label {
  padding-top: 0.45em;
  padding-bottom: 0.45em;
}
.contactpersons-wrapper.noedit p {
  margin-top: 0.3em;
  text-align: center;
}
/*
*  Form Errors
*/
label.error {
  display: block;
  font-size: 0.7em;
  color: #bd1d2c;
  text-transform: uppercase;
  font-weight: 500;
}
.pure-form input[type="text"].error {
  background-color: #f2dee0;
  border: 2px solid #bd1d2c;
  color: #bd1d2c;
}
/*
*
* Override YDL CSS for jQuery image upload
*
*/
.uploader-actions li.upload {
  display: none !important;
}
.fileupload {
  background-image: url("../img/icon-image-upload.svg") !important;
}
/* S H O P
-----------*/
.wm-shop-wrapper {
  margin-top: -0.2em;
}
.wm-shop-wrapper::after {
  content: '';
  display: table;
  clear: both;
}
.wm-shop-products {
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.99999999999999%;
  margin-left: 0%;
  margin-right: 2%;
  padding-top: 0em;
}
.wm-shop-products::after {
  content: '';
  display: table;
  clear: both;
}
.wm-shop-products:last-child {
  margin-right: 0%;
}
.wm-shop-products h1 {
  margin-top: 1em;
}
.wm-shop-products-wrapper::after,
.wm-shop-courses-wrapper::after {
  content: '';
  display: table;
  clear: both;
}
.wm-shop-products-wrapper:last-child,
.wm-shop-courses-wrapper:last-child {
  margin-bottom: 4em;
}
.wm-shop-product-col {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
  margin-bottom: 1.5em;
}
.wm-shop-product-col::after {
  content: '';
  display: table;
  clear: both;
}
.wm-shop-product-col:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.wm-shop-product-col:nth-child(4n) {
  margin-right: 0%;
  float: right;
}
.wm-shop-product-col:nth-child(4n + 1) {
  clear: both;
}
.wm-shop-product-col p:nth-of-type(1) {
  margin-top: 0.6em;
  font-size: 0.9em;
  text-align: center;
}
.wm-shop-product-col p:nth-of-type(2) {
  margin-top: 0.4em;
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 500;
  font-size: 0.7em;
  text-align: center;
  color: #be1e2d;
}
.wm-shop-product-col a {
  border: 0;
}
.wm-shop-product-col a:hover {
  border: 0;
}
.wm-shop-course-col {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  margin-bottom: 1.5em;
  background: #fafafa;
  border-radius: 4px;
}
.wm-shop-course-col::after {
  content: '';
  display: table;
  clear: both;
}
.wm-shop-course-col:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.wm-shop-course-col:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.wm-shop-course-col:nth-child(2n + 1) {
  clear: both;
}
.wm-shop-course-col a {
  border: 0;
}
.wm-shop-course-col a:hover {
  border: 0;
}
.wm-shop-course-header,
.wm-shop-course-title {
  font-weight: 500;
  text-transform: uppercase;
  color: #04437a;
}
.wm-shop-course-header {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  padding: 0 0.8em;
  font-family: 'Titillium Web', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.wm-shop-course-subtitle {
  text-align: center;
  padding: 0 0.8em;
}
.wm-shop-course-spacer {
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
}
.wm-shop-course-title {
  margin-bottom: 0.2em;
  padding: 0 0.8em;
}
.wm-shop-course-detail {
  margin-top: 0.6em;
}
.wm-shop-course-info {
  margin-bottom: 0.8em;
  padding: 0 0.8em;
}
.wm-shop-product-image,
.wm-shop-course-image {
  position: relative;
  height: 11em;
  max-width: 100%;
  background-image: url("../img/icon-tips-academy-course.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.wm-shop-product-image .wm-shop-product-image-border,
.wm-shop-course-image .wm-shop-product-image-border {
  position: relative;
  height: 100%;
  width: 100%;
  border: 0;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
.wm-shop-product-image .wm-shop-product-image-border:hover,
.wm-shop-course-image .wm-shop-product-image-border:hover {
  border: 5px solid #b1d249;
}
.wm-shop-product-image .wm-shop-product-amount,
.wm-shop-course-image .wm-shop-product-amount {
  position: absolute;
  top: 0.6em;
  right: 0.6em;
  padding: 0.3em 0.5em;
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #dc1818;
  border: 2px solid #fff;
  border-radius: 0.7em;
}
.wm-shop-product-image .icon-edit,
.wm-shop-course-image .icon-edit {
  position: absolute;
  right: 0.8em;
  bottom: 3em;
  width: 2em;
}
.wm-shop-product-image .icon-cursor,
.wm-shop-course-image .icon-cursor {
  position: absolute;
  right: 0.8em;
  bottom: 0.5em;
  width: 2em;
}
.wm-shop-product-image .icon-cursor img,
.wm-shop-course-image .icon-cursor img {
  height: 2.6em;
}
.wm-shop-product-image .enter-number-overlay,
.wm-shop-course-image .enter-number-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #333;
  background-color: rgba(30,30,30,0.8);
}
.wm-shop-product-image .enter-number-overlay>p,
.wm-shop-course-image .enter-number-overlay>p {
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #fff;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.wm-shop-product-image .enter-number-overlay input[type="number"],
.wm-shop-course-image .enter-number-overlay input[type="number"] {
  width: 5em;
  margin-top: 1em;
  text-align: right;
}
.wm-shop-product-image .enter-number-overlay .overlay-buttons-wrapper,
.wm-shop-course-image .enter-number-overlay .overlay-buttons-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 0.5em;
}
.wm-shop-product-image .enter-number-overlay .overlay-buttons-wrapper img,
.wm-shop-course-image .enter-number-overlay .overlay-buttons-wrapper img {
  max-width: 4em;
  height: 2.6em;
}
.wm-shop-product-image .enter-number-overlay .overlay-buttons-wrapper a:first-child>img,
.wm-shop-course-image .enter-number-overlay .overlay-buttons-wrapper a:first-child>img {
  margin-right: 0.5em;
}
.wm-shop-course-image {
  height: 11em;
  max-width: 100%;
  background-image: url("../img/icon-tips-academy-course.png");
  -webkit-background-size: 11em;
  -moz-background-size: 11em;
  background-size: 11em;
  background-repeat: no-repeat;
}
.wm-shop-product-dropdown {
  margin-top: 0.3em;
}
.wm-shop-product-dropdown .pure-form select {
  width: 100%;
  margin-bottom: 0.2em;
  font-size: 0.8em;
}
.wm-shop-course-add::after {
  content: '';
  display: table;
  clear: both;
}
.wm-shop-course-add-link {
  padding: 0.3em;
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(90,190,220,0.6);
  border-radius: 0.3em;
  text-align: center;
}
.wm-shop-course-add-link:hover {
  background-color: #04437a;
  cursor: pointer;
}
.wm-shop-course-add-link a {
  color: #fff;
}
.wm-shop-course-add-link a:hover {
  color: #fff;
}
.wm-shop-product-numbers::after {
  content: '';
  display: table;
  clear: both;
}
.wm-shop-product-numbers a:nth-child(1)>div {
  background-color: rgba(90,190,220,0.6);
}
.wm-shop-product-numbers a:nth-child(2)>div {
  background-color: rgba(90,190,220,0.7);
}
.wm-shop-product-numbers a:nth-child(3)>div {
  background-color: rgba(90,190,220,0.9);
}
.wm-shop-product-numbers a:nth-child(4)>div {
  background-color: #5abedc;
  margin-right: 0% !important;
}
.wm-shop-product-numbers a div:hover {
  background-color: #04437a !important;
}
.wm-shop-product-number {
  margin-top: 0.3em;
  padding-top: 0.7em;
  padding-bottom: 0.5em;
  font-size: 0.8em;
  text-align: center;
  width: 23%;
  margin-right: 2.66%;
  float: left;
  color: #fff;
}
.wm-shop-product-number:hover {
  background-color: #04437a;
  cursor: pointer;
}
.wm-shop-product-number a {
  color: #fff;
}
.wm-shop-product-number a:hover {
  color: #fff;
}
.wm-shop-basket-wrapper-fixed {
  position: static;
}
.wm-shop-basket-wrapper-fixed.fixed {
  position: fixed;
  top: 0;
  height: 100%;
  width: auto;
  min-width: 65.33333333333333em;
  max-width: 78em;
  padding-right: 2em;
  pointer-events: none;
}
_:-ms-lang(x),
.wm-shop-basket-wrapper-fixed.fixed {
  width: 100%;
}
.wm-shop-basket-wrapper {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.999999999999996%;
  margin-left: 0%;
  margin-right: 2%;
  float: right;
  z-index: 20;
  height: 100%;
  overflow-y: auto;
  padding: 0em 1em 0em 1em;
  background: #fff url("../img/bg-shop-basket-bright.svg") no-repeat;
  background-position: -20px 60px;
  pointer-events: auto;
}
.wm-shop-basket-wrapper::after {
  content: '';
  display: table;
  clear: both;
}
.wm-shop-basket-wrapper:last-child {
  margin-right: 0%;
}
.wm-shop-basket .pleasecenterme {
  padding-bottom: 4em;
}
.wm-shop-basket h3:first-child {
  margin-top: 1.5em;
}
.wm-shop-basket .pure-button {
  margin-top: 3em;
}
.wm-shop-basket .pleasecenterme {
  margin-bottom: 0;
}
.wm-shop-basket .pleasecenterme .pure-button.pure-button-primary {
  margin-bottom: 0;
}
.wm-shop-basket-choice-wrapper .pure-form textarea[name="comments"],
.wm-shop-basket-choice-wrapper .pure-form textarea[name="usageMethodData"] {
  resize: none;
  font-size: 0.9em;
  width: 100%;
  height: 10em;
}
.wm-shop-basket-choice-wrapper .pure-form textarea[name="usageMethodData"] {
  height: 6em;
  margin-top: 2em;
}
.wm-shop-basket-choice-wrapper .pure-form select {
  width: 100%;
}
.wm-shop-basket-choices-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.wm-shop-basket-choices-row {
  display: table-row;
}
.wm-shop-basket-choices-row::after {
  content: '';
  display: table;
  clear: both;
}
.wm-shop-basket-choices-col {
  display: table-cell;
  padding: 0.4em 0.2em;
  font-size: 0.9em;
  vertical-align: middle;
}
.wm-shop-basket-choices-col:nth-of-type(1) {
  width: 2em;
}
.wm-shop-basket-choices-col:nth-of-type(1) a {
  border: 0;
  color: #be1e2d;
  font-size: 1.4em;
}
.wm-shop-basket-choices-col:nth-of-type(1) a:hover {
  border: 0;
  color: #be1e2d;
}
.wm-shop-basket-choices-col:nth-of-type(2) {
  width: 4.5em;
}
.wm-shop-basket-choices-col:nth-of-type(3) {
  width: 100%;
}
.wm-shop-basket-choices-col:nth-of-type(3) p.title {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.wm-shop-basket-choices-col:nth-of-type(3) p.unit {
  color: #999;
}
.wm-shop-basket-choices-col:nth-of-type(3) p.groupablevalue {
  display: inline-block;
  padding: 0.2em 0.5em;
  background-color: #b1d249;
  border-radius: 0.3em;
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #fff;
}
.wm-shop-basket-choices-col input[type="number"] {
  width: 4em;
  padding: 0.2em;
}
.wm-shop-basket-success {
  width: 100%;
  min-height: 30em;
  margin-top: 2em;
  display: none;
}
.wm-shop-basket-success table {
  width: 100%;
  margin-top: 1em;
}
.wm-shop-basket-success .tbl-empty-make-div-work {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.wm-shop-basket-success td {
  vertical-align: top;
  padding: 0.4em 0.2em;
  font-size: 0.9em;
}
.wm-shop-basket-success td:first-child {
  padding-right: 0.5em;
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 500;
  text-align: right;
}
.wm-shop-basket-success p.btn {
  margin-top: 2em;
}
.message-success,
.message-error {
  width: 100%;
  margin-bottom: 2em;
  padding: 0.8em 0.5em;
  background-color: #b1d249;
  border: 1px solid #7b8e1d;
  border-radius: 0.3em;
  text-align: left;
  font-size: 0.9em;
  color: #6a7a19;
}
.message-error {
  background-color: #f2dee0;
  border: 1px solid #bd1d2c;
  color: #bd1d2c;
}
body.user.request-password-reset .message-error {
  margin-top: 2em;
}
/*

	AKTIVITÄTEN

*/
/* Filter Event Activity Overview
----------------------------------*/
.eventactivity-filter-wrapper {
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 0.5em;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  border-radius: 0.3em;
}
.eventactivity-filter-wrapper::after {
  content: '';
  display: table;
  clear: both;
}
.eventactivity-filter-wrapper label {
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #04437a;
}
.eventactivity-filter-group {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding-bottom: 1em;
}
.eventactivity-filter-group label[for="bis"] {
  margin-left: 0.5em;
}
.eventactivity-filter-button {
  padding-top: 0.5em;
  border-top: 1px solid #ddd;
}
.eventactivity-filter-button button {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.eventactivity-filter-period-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.eventactivity-filter-period {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.eventactivity-filter-period label {
  margin-right: 10px;
}
.eventactivity-filter-period input[type="text"] {
  width: auto;
}
.eventactivity-filter-period:nth-of-type(2) {
  margin-top: auto;
}
.eventactivity-filter-col {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.eventactivity-filter-col::after {
  content: '';
  display: table;
  clear: both;
}
.eventactivity-filter-col:last-child {
  margin-right: 0%;
}
.eventactivity-filter-col .filter-label {
  margin-top: 7.5px;
  margin-right: 10px;
}
.eventactivity-filter-col .filter-field {
  width: 100%;
}
.eventactivity-filter-col .filter-field select {
  width: 100%;
}
/* Table Event Activity
----------------------------------*/
.tbl-eventactivity-overview {
  position: relative;
}
.tbl-eventactivity-overview .button-exportcsv {
  position: absolute;
  z-index: 1000;
  top: -20px;
  left: 0;
}
.tbl-eventactivity-overview .fa-shield {
  color: #9c9c9c;
}
.tbl-eventactivity-overview .fa-thumbs-up {
  color: #6ac93a;
}
.tbl-eventactivity-overview .fa-thumbs-down {
  color: #bd1d2c;
}
.tbl-eventactivity-overview .col-0 {
  width: 5%;
}
.tbl-eventactivity-overview .col-1 {
  width: 20%;
}
.tbl-eventactivity-overview .col-2 {
  width: 30%;
}
.tbl-eventactivity-overview .col-3 {
  width: 15%;
}
.tbl-eventactivity-overview .col-4 {
  width: 15%;
}
.tbl-eventactivity-overview .col-5 {
  width: 10%;
}
.tbl-eventactivity-overview .col-6 {
  width: 5%;
}
.tbl-eventactivity-overview .user-portrait {
  display: block;
  margin: 0 auto;
  width: 2em;
  height: 2em;
  background-image: url("../img/user-portrait-empty.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.tbl-eventactivity-overview td:nth-of-type(1) {
  font-size: 20px;
  text-align: center;
}
.tbl-eventactivity-overview td:nth-of-type(7) {
  text-align: center;
}
.form-eventactivity-add .fileupload {
  display: block;
  width: 100%;
  height: 120px;
}
.form-eventactivity-add .fileupload:not(.empty) {
  background-position: center 10px;
  -webkit-background-size: 40px;
  -moz-background-size: 40px;
  background-size: 40px;
}
.form-eventactivity-add .fileupload .background-pattern,
.form-eventactivity-add .fileupload .preview-image {
  display: none;
}
.form-eventactivity-add .fileupload .caption {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.form-eventactivity-add .tbl-eventactivity-persons select,
.form-eventactivity-add .tbl-eventactivity-persons input {
  width: 100%;
}
.form-eventactivity-add .tbl-eventactivity-persons .col-1 {
  width: 40%;
}
.form-eventactivity-add .tbl-eventactivity-persons .col-2 {
  width: 45%;
}
.form-eventactivity-add .tbl-eventactivity-persons .col-3 {
  width: 5%;
}
.form-eventactivity-add .tbl-eventactivity-persons td:nth-of-type(3) {
  text-align: center;
}
.form-eventactivity-add .tbl-eventactivity-persons button {
  margin: 0;
}
.form-eventactivity-add label.set-inline-block {
  display: inline-block;
}
.form-eventactivity-add label + p.info {
  display: inline-block;
  margin-left: 10px;
  white-space: normal;
  padding-top: 0.5em;
  font-size: 0.8em;
  color: #999;
}
.form-eventactivity-add .form-table.detail .form-col-right {
  padding-top: 0.5em;
  white-space: normal;
}
.form-eventactivity-detail .form-col-right {
  padding-top: 0.5em;
  white-space: normal;
}
.form-eventactivity-detail li:not(:last-of-type) {
  padding-bottom: 0.6em;
}
.eventactivity-button-bar {
  margin-bottom: 2em;
}
.eventactivity-button-bar p.btn a {
  padding: 0.55em 1em 0.45em !important;
  vertical-align: baseline;
}
.eventactivity-button-bar p.btn a i {
  margin-left: 0.5em;
}
.eventactivity-button-bar p.btn a.finish {
  background-color: #90ab07;
}
.eventactivity-button-bar p.btn a.finish:hover {
  background-color: #7b8e1d;
}
.eventactivity-button-bar p.btn a.deactivate {
  background-color: #9e3c3c;
}
.eventactivity-button-bar p.btn a.deactivate:hover {
  background-color: #790707;
}
.eventactivity-button-bar p.btn a.reactivate {
  background-color: #999;
}
.eventactivity-button-bar p.btn a.reactivate:hover {
  background-color: #333;
}
.eventactivity-button-bar p.btn a.delete {
  background-color: #790707;
}
.eventactivity-button-bar p.btn a.delete:hover {
  background-color: #550707;
}
.eventactivity-button-bar p.btn:not(:first-of-type) {
  margin-left: 0.3em;
}
.eventactivity-comment textarea {
  width: 100%;
}
.eventactivity-copy-from {
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1em;
  border: 5px solid #9e3c3c;
  font-size: 1.6em;
  border-radius: 0.3em;
  -webkit-background-size: 10%;
  -moz-background-size: 10%;
  background-size: 10%;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.eventactivity-copy-from a {
  text-decoration: none;
  border-bottom: 2px solid #2e2e2e;
}
.eventactivity-copy-from a:hover {
  text-decoration: none;
  border-bottom: 0;
}
.eventactivity-copy-from ul {
  margin-top: 0.5em;
}
.eventactivity-copy-from li {
  font-size: 0.8em;
}
.eventactivity-copy-from li:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.eventactivity-thumbs-bar {
  margin-top: 2em;
  margin-bottom: 2em;
}
.eventactivity-thumbs-bar input[type="radio"] + label:before {
  content: none;
  background-image: none;
}
.eventactivity-thumbs-bar input[type="radio"]:checked + label:before {
  content: none;
  background-image: none;
}
.eventactivity-thumbs-bar p:first-of-type {
  margin-bottom: 1em;
}
.eventactivity-thumbs-bar .btn-thumb {
  cursor: pointer;
  display: inline-block;
  padding: 0.2em;
  text-decoration: none;
  font-size: 2.8em;
}
.eventactivity-thumbs-bar .btn-thumb:not(:first-of-type) {
  margin-left: 0.5em;
}
.eventactivity-thumbs-bar .btn-thumb.thumb-up.active i[class*="fa-"] {
  color: #6ac93a;
}
.eventactivity-thumbs-bar .btn-thumb.thumb-up:hover i[class*="fa-"] {
  color: #6ac93a;
}
.eventactivity-thumbs-bar .btn-thumb.thumb-down.active i[class*="fa-"] {
  color: #bd1d2c;
}
.eventactivity-thumbs-bar .btn-thumb.thumb-down:hover i[class*="fa-"] {
  color: #bd1d2c;
}
.eventactivity-thumbs-bar input[type="radio"]:checked+label.thumb-up i {
  color: #6ac93a;
}
.eventactivity-thumbs-bar input[type="radio"]:checked+label.thumb-down i {
  color: #bd1d2c;
}
.tbl-vouchers table > thead > tr > th:nth-of-type(2) {
  width: 50px;
}
.tbl-vouchers table > tbody > tr > td:nth-of-type(2) {
  font-size: 1.3em;
  text-align: center;
}
.modal-eventactivity-voucher-add-wrapper .slim + p.info,
.modal-eventactivity-voucher-edit-wrapper .slim + p.info {
  margin-bottom: 1em;
  white-space: normal;
  padding-top: 0.5em;
  font-size: 0.8em;
  color: #999;
}
.modal-eventactivity-voucher-add-wrapper .form-row .btn,
.modal-eventactivity-voucher-edit-wrapper .form-row .btn {
  margin-top: 0 !important;
}
/* PDF Upload
---------------------*/
.modal-eventactivity-pdf-wrapper input[type="text"] {
  width: 35em !important;
}
.modal-eventactivity-pdf-wrapper .fileupload {
  width: 100%;
}
.modal-eventactivity-pdf-wrapper .fileupload .caption {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* Form Activity Add
---------------------*/
.form-eventactivity-add select {
  width: 20em;
}
/*

	USER PROFIL PHOTOS/IMAGES UPLOAD

*/
.modal-user-image-upload-wrapper .fileupload {
  width: 100%;
  height: 400px;
}
.slim {
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff !important;
  background-color: #5bc0de !important;
}
.slim-btn {
  font-size: 0 !important;
}
/* SEARCH
----------*/
.search-overlay {
  display: none;
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  padding: 3em;
  padding-top: 0;
  color: #fff;
  background-color: rgba(0,0,0,0.9);
}
.search-overlay .form-wrapper {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
}
.search-overlay .form-wrapper button#searchbox {
  display: inline;
  margin: 0;
  margin-left: 0.8em;
  padding-top: 0.35em;
  padding-bottom: 0.35em;
}
.search-overlay input#search {
  color: #999;
}
.search-close {
  text-align: right;
  padding-top: 1em;
}
.search-close a {
  border: 0;
  color: #fff;
}
.search-close img {
  max-width: 1.666666666666667em;
}
.searchresults-wrapper {
  width: 50%;
  min-width: 67.26666666666667em;
  margin: 0 auto;
}
.searchresult-group {
  margin-top: 5em;
  margin-bottom: 2em;
}
.searchresult-group:not(:nth-of-type(1)) {
  margin-top: 5em;
}
.searchresult-group a {
  color: #fff;
  border: 0;
}
.searchresult-group h2 {
  margin: 0;
  margin-bottom: 1.3em;
  font-size: 1.3em;
  text-transform: uppercase;
}
.searchresult-group h2 a {
  color: #b1d249;
  padding: 0;
}
.searchresult-group h2 a:hover {
  border-bottom: 2px solid #b1d249;
}
p.searchresults-more {
  margin-top: 2em;
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
  font-style: italic;
}
p.searchresults-more a {
  padding: 0.2em 0.4em;
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
  border-radius: 0.2em;
}
p.searchresults-more a:hover {
  color: #fff;
  background-color: transparent;
}
.searchresult-item {
  margin-bottom: 0.1em;
  padding: 0.3em;
  padding-left: 0.8em;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  -ms-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.searchresult-item:hover {
  background-color: rgba(91,192,222,0.5);
  border-left: 6px solid #5bc0de;
  border-right: 6px solid #5bc0de;
  margin-left: -6px;
  margin-right: -6px;
}
.searchresult-item::after {
  content: '';
  display: table;
  clear: both;
}
.searchresult-item .searchresult-noimage {
  float: left;
  clear: none;
  text-align: inherit;
  width: 8.333333333333332%;
  margin-left: 0%;
  margin-right: 0%;
}
.searchresult-item .searchresult-noimage::after {
  content: '';
  display: table;
  clear: both;
}
.searchresult-item .searchresult-text-wrapper {
  float: left;
  clear: none;
  text-align: inherit;
  width: 91.66666666666666%;
  margin-left: 0%;
  margin-right: 0%;
  color: #fff;
}
.searchresult-item .searchresult-text-wrapper::after {
  content: '';
  display: table;
  clear: both;
}
.searchresult-item .searchresult-image-wrapper .searchresult-image-container {
  background: url("../img/bg-white-circle.svg") no-repeat;
  width: 2.666666666666667em;
  height: 2.666666666666667em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  float: right;
}
.searchresult-item .searchresult-image-wrapper .searchresult-image-container .searchresult-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
}
.searchresult-item .searchresult-text-wrapper {
  color: #fff;
}
.searchresult-item .searchresult-text-wrapper .searchresult-area-content-wrapper::after {
  content: '';
  display: table;
  clear: both;
}
.searchresult-item .searchresult-text-wrapper .searchresult-area-container {
  float: left;
  clear: none;
  text-align: inherit;
  width: 17.6%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: right;
}
.searchresult-item .searchresult-text-wrapper .searchresult-area-container::after {
  content: '';
  display: table;
  clear: both;
}
.searchresult-item .searchresult-text-wrapper .searchresult-area-container:last-child {
  margin-right: 0%;
}
.searchresult-item .searchresult-text-wrapper .searchresult-content-container {
  float: left;
  clear: none;
  text-align: inherit;
  width: 79.4%;
  margin-left: 0%;
  margin-right: 3%;
  line-height: 1.4;
}
.searchresult-item .searchresult-text-wrapper .searchresult-content-container::after {
  content: '';
  display: table;
  clear: both;
}
.searchresult-item .searchresult-text-wrapper .searchresult-content-container::after {
  content: '';
  display: table;
  clear: both;
}
.searchresult-item .searchresult-text-wrapper .searchresult-content-container:last-child {
  margin-right: 0%;
}
.searchresult-item .searchresult-text-wrapper .searchresult-content-container .content-text {
  float: left;
}
.searchresult-item .searchresult-text-wrapper .searchresult-content-container .product-image {
  float: left;
  margin-left: 2em;
}
.searchresult-item .searchresult-text-wrapper .searchresult-area {
  padding: 0.2em 0.4em;
  margin-bottom: 0.2em;
  color: #fff;
  background-color: #555;
  font-size: 0.7em;
  border-radius: 0.2em;
  display: inline-block;
}
.searchresult-item .searchresult-text-wrapper .searchresult-user-username {
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.searchresult-item .searchresult-text-wrapper .searchresult-user-contact-email {
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.searchresult-item .searchresult-text-wrapper .searchresult-salesproduct-title .product-attribute,
.searchresult-item .searchresult-text-wrapper .searchresult-leasingproduct-title .product-attribute,
.searchresult-item .searchresult-text-wrapper .searchresult-editorialproduct-title .product-attribute {
  padding: 0.2em 0.5em 0.1em 0.5em;
  background-color: #9fba49;
  border-radius: 0.2em;
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 500;
  font-size: 0.7em;
  text-transform: uppercase;
  color: #fff;
}
.searchresult-item .line-secondary {
  font-size: 0.8em;
  color: #f2f2f2;
}
/* SETTINGS OVERVIEW
---------------------*/
.settings-overview-form h3 {
  text-align: center;
}
.settings-overview-form .form-col-left {
  width: 40%;
  white-space: normal;
}
.settings-overview-form .form-col-right {
  width: 60%;
  vertical-align: middle;
}
.settings-overview-form .form-col-right p:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.settings-overview-form textarea[name="cooperationCompetitionTypes"] {
  height: 8em;
}
.settings-overview-form textarea[name="cooperationDisclaimer"] {
  width: 100%;
  height: 15em;
}
.settings-overview-form .fileupload + p {
  font-size: 0.8em;
  color: #999;
}
/* SETTINGS USER
-----------------*/
.settings-user-image-wrapper {
  margin: 0 auto;
  margin-bottom: 2em;
  cursor: pointer;
  background: url("../img/bg-white-circle.svg") no-repeat;
  width: 10.666666666666666em;
  height: 10.666666666666666em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.settings-user-image-wrapper:.editable {
  cursor: pointer;
}
.settings-user-image-wrapper .settings-user-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 10em;
  height: 10em;
  border-radius: 50%;
  border: 10px solid #04437a;
}
.settings-user-person-wrapper .form-col-left,
.settings-user-contact-wrapper .form-col-left,
.settings-user-address-wrapper .form-col-left,
.settings-user-person-show-wrapper .form-col-left {
  width: 16.799999999999997%;
}
.settings-user-person-wrapper .form-col-right,
.settings-user-contact-wrapper .form-col-right,
.settings-user-address-wrapper .form-col-right,
.settings-user-person-show-wrapper .form-col-right {
  width: 83.2%;
}
.settings-user-person-wrapper .form-area-left .form-col-left,
.settings-user-contact-wrapper .form-area-left .form-col-left,
.settings-user-address-wrapper .form-area-left .form-col-left,
.settings-user-person-show-wrapper .form-area-left .form-col-left,
.settings-user-person-wrapper .form-area-right .form-col-left,
.settings-user-contact-wrapper .form-area-right .form-col-left,
.settings-user-address-wrapper .form-area-right .form-col-left,
.settings-user-person-show-wrapper .form-area-right .form-col-left {
  width: 35%;
}
.settings-user-person-wrapper .form-area-left .form-col-right,
.settings-user-contact-wrapper .form-area-left .form-col-right,
.settings-user-address-wrapper .form-area-left .form-col-right,
.settings-user-person-show-wrapper .form-area-left .form-col-right,
.settings-user-person-wrapper .form-area-right .form-col-right,
.settings-user-contact-wrapper .form-area-right .form-col-right,
.settings-user-address-wrapper .form-area-right .form-col-right,
.settings-user-person-show-wrapper .form-area-right .form-col-right {
  width: 65%;
}
.settings-user-person-wrapper .form-area-left,
.settings-user-contact-wrapper .form-area-left,
.settings-user-address-wrapper .form-area-left,
.settings-user-person-show-wrapper .form-area-left {
  width: 50%;
  padding-right: 2%;
  float: left;
}
.settings-user-person-wrapper .form-area-right,
.settings-user-contact-wrapper .form-area-right,
.settings-user-address-wrapper .form-area-right,
.settings-user-person-show-wrapper .form-area-right {
  width: 50%;
  padding-left: 2%;
  float: right;
}
.settings-user-person-wrapper .form-col-left,
.settings-user-contact-wrapper .form-col-left,
.settings-user-address-wrapper .form-col-left,
.settings-user-person-show-wrapper .form-col-left {
  padding-right: 1.5em;
}
.settings-user-person-wrapper .form-area-right>.form-table>.form-row:nth-of-type(3)>div {
  padding-bottom: 0.6em;
}
.settings-user-person-wrapper .form-area-left>.form-table>.form-row:nth-of-type(1)>div:nth-of-type(2) {
  padding-top: 0.4em;
}
.settings-user-contact-wrapper {
  margin-top: 0;
}
.settings-user-address-wrapper {
  margin-bottom: 3em;
}
.form-settings-user-wrapper .pure-form input[type="text"] {
  width: 100%;
}
.form-settings-user-wrapper .pure-form input[type="text"]#settings-user-title {
  width: 8em;
}
.form-settings-user-wrapper .pure-form input[type="text"]#settings-user-street {
  width: 30em;
}
.form-settings-user-wrapper .pure-form input[type="text"]#settings-user-street-nr {
  width: 5.5em;
}
.form-settings-user-wrapper .pure-form input[type="text"]#settings-user-zip {
  width: 5em;
}
.form-settings-user-wrapper .pure-form input[type="text"]#settings-user-city {
  width: 30em;
}
.form-settings-user-wrapper .pure-form input[type="text"]#settings-user-province {
  width: 20em;
}
.form-settings-user-person-show .form-col-right {
  padding-top: 0.5em;
}
.form-settings-user-regions-abos-wrapper h3 a.clearactivities {
  margin-left: 1em;
  font-size: 0.7em;
  padding: 0.2em 0.5em;
  color: #999;
  background-color: #fff;
  border: 1px solid #ccc;
  text-decoration: none;
  border-radius: 0.3em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.form-settings-user-regions-abos-wrapper h3 a.clearactivities:hover {
  color: #fff;
  background-color: #ccc;
  border: 1px solid #ccc;
  text-decoration: none;
}
.table-settings-user-regions-wrapper .activitynew {
  display: inline-block;
  margin-top: -0.2em;
  margin-left: 0.2em;
  font-size: 0.7em;
  padding: 0.2em 0.5em;
  color: #fff;
  background-color: #b1d249;
  border-radius: 0.3em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  vertical-align: middle;
}
.table-settings-user-regions {
  width: 100%;
  table-layout: fixed;
}
.table-settings-user-regions tbody > tr > td label {
  position: relative;
  padding-left: 22px;
}
.table-settings-user-regions tbody > tr > td label:before {
  position: absolute;
  left: 0;
  top: 1px;
}
.table-settings-user-regions tr > td {
  width: 25%;
  padding: 5px 12px;
  vertical-align: top;
  white-space: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.table-settings-user-regions tr > td:first-of-type {
  padding-left: 2px;
}
.table-settings-user-regions tr > td:last-of-type {
  padding-right: 0;
}
.table-settings-user-regions tr > td label {
  margin: 2px 0 2px;
  display: inline-block !important;
}
.table-settings-user-regions tr > td label:before {
  left: 0;
  margin-right: 7px;
}
.table-settings-user-regions tr > td label.pure-checkbox,
.table-settings-user-regions tr > td label.pure-radio {
  margin-top: 0;
  margin-bottom: 0;
}
/* SETTINGS - CUSTOMER DETAILS
-------------------------------*/
body.customers h1+.centerme {
  margin-bottom: 2.5em;
}
.settings-customer-detail-title {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
.settings-customer-detail-title h1 {
  margin-bottom: 0;
}
.settings-customer-image-wrapper {
  margin: 0 auto;
  cursor: pointer;
  background: url("../img/bg-white-circle.svg") no-repeat;
  width: 10.666666666666666em;
  height: 10.666666666666666em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.settings-customer-image-wrapper .settings-customer-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 10em;
  height: 10em;
  border-radius: 50%;
}
.settings-customer-detail-wrapper .form-table {
  margin: 0 auto;
  width: 50%;
}
.settings-customer-detail-wrapper .form-table .form-col-left {
  width: 40%;
}
.settings-customer-detail-wrapper .form-table .form-col-right {
  width: 60%;
}
/* SETTINGS COOPERATION STATS
------------------------------*/
body.settings.cooperationstates p#openAddStateForm {
  margin-bottom: 3em;
}
.cooperation-prototype {
  display: none;
}
.cooperation-states-wrapper::after {
  content: '';
  display: table;
  clear: both;
}
.cooperation-states-wrapper .cooperation-state {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5em;
  padding: 0.5em;
  padding-bottom: 4em;
  background-color: #eaf3f5;
  border: 1px solid #aac4ca;
  border-radius: 0.3em;
}
.cooperation-states-wrapper .cooperation-state::after {
  content: '';
  display: table;
  clear: both;
}
.cooperation-states-wrapper .cooperation-state:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
.cooperation-states-wrapper .cooperation-state:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
.cooperation-states-wrapper .cooperation-state:nth-child(3n + 1) {
  clear: both;
}
.cooperation-states-wrapper .cooperation-state .title {
  font-family: 'Titillium Web', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
  font-weight: 600;
  font-size: 1.4em;
}
.cooperation-states-wrapper .cooperation-state .description {
  font-size: 0.8em;
  color: #999;
}
.cooperation-states-wrapper .cooperation-state .actionRoles,
.cooperation-states-wrapper .cooperation-state .successor {
  margin-top: 0.5em;
  font-family: 'Roboto', Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
  font-size: 0.8em;
}
.cooperation-states-wrapper .cooperation-state .actionRoles+p,
.cooperation-states-wrapper .cooperation-state .successor+p {
  color: #999;
  font-size: 0.8em;
}
.cooperation-states-wrapper .cooperation-state p.btn {
  position: absolute;
  bottom: 1em;
  left: 0.5em;
}
.cooperation-states-wrapper .cooperation-state p.btn a {
  margin: 0;
}
.cooperation-states-coopstatus-add textarea,
.cooperation-states-coopstatus-edit textarea,
.cooperation-states-coopstatus-add input[name="description"],
.cooperation-states-coopstatus-edit input[name="description"],
.cooperation-states-coopstatus-add input[name="selectionTitle"],
.cooperation-states-coopstatus-edit input[name="selectionTitle"] {
  width: 100%;
}
.cooperation-states-coopstatus-add textarea,
.cooperation-states-coopstatus-edit textarea {
  height: 10em;
}
.cooperation-states-coopstatus-add .add-checkbox-margin-left,
.cooperation-states-coopstatus-edit .add-checkbox-margin-left {
  margin-left: 0.8em;
}
.cooperation-states-coopstatus-add .form-table .form-col-left,
.cooperation-states-coopstatus-edit .form-table .form-col-left {
  white-space: normal;
}
/* F O O T E R
---------------*/
.footer-wrapper {
  width: 100%;
}
.footer {
  margin-top: 4em;
  color: #d1c5b8;
}
.footer-nav {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
  font-size: 0.8em;
}
.footer-nav::after {
  content: '';
  display: table;
  clear: both;
}
.footer-nav:last-child {
  margin-right: 0%;
}
.footer-nav a {
  color: #d1c5b8;
  border: 0;
}
.footer-nav a:hover {
  border-bottom: 1px solid #d1c5b8;
}
.footer-nav h3 {
  margin-bottom: 0.5em;
  padding-bottom: 0.5mem;
  border-bottom: 1px solid #d1c5b8;
  text-align: center;
  color: #d1c5b8;
}
.footer-nav ul {
  margin: 0;
  padding: 0;
}
.footer-nav li {
  margin: 0;
  padding: 0 0.3em;
  line-height: 1.8em;
}
@media print {
  .header-wrapper,
  .menu-wrapper,
  .tooltip-wm-bestellung {
    display: none;
  }
}
.reduced .header-wrapper,
.reduced .menu-wrapper,
.reduced .tooltip-wm-bestellung {
  display: none;
}
.reduced .content-wrapper {
  min-width: 0;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}
.reduced .content-wrapper .koop-detail-summary-head-pdf {
  display: none;
}
.reduced .footer {
  margin-top: 0;
}
