/*

@font-face {
 font-family: "Avenir";
src:url(/layout/frontend/manual/css/font/AvenirLTStd-Roman.otf) format("opentype");
src:url(/layout/frontend/manual/css/font/AvenirLTStd-Roman.eot);
}

@font-face {
 font-family: "Avenir";
src:url(/layout/frontend/manual/css/font/AvenirLTStd-Medium.otf) format("opentype");
src:url(/layout/frontend/manual/css/font/AvenirLTStd-Medium.eot);
}
}

@font-face {
 font-family: "Avenir";
src:url(/layout/frontend/manual/css/font/AvenirLTStd-Book.otf) format("opentype");
src:url(/layout/frontend/manual/css/font/AvenirLTStd-Book.eot);






body {
    font-family: Avenir, Avenir_IE, Roboto, Helvetica Neue , Arial, sans-serif;
}

*/

/* Varisol Sonderanpassung Login */

#login-area div#logo img {
  width: 450px;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

#background-area {
  background-image: url(/userdata/images/background.jpg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

#login-area {
  position: relative;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.promoted a.button_delete[data-formname="form_ticket_card"] {
  background-image: url(/userdata/images/close_ticket.png);
  background-size: 30px !important;
  background-position: center 20px !important;
}

/* body.login-area {
  background-image: url(/userdata/images/background.jpg);
  background-size: cover;
  background-position: right;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: fixed;
} */

/*
div, .focus-input2::after,.input2, .dashboard_box_description {
	font-family: Avenir, Avenir_IE, Roboto, Helvetica Neue , Arial, sans-serif !important;
}
#form_order_card .cardform td[colspan] {
    font-weight: 600;
    padding: 20px;
    color: rgba(187, 37, 72, 1);
}

*/

a:hover {
  color: var(--accent) !important;
}

table.cardform td div.input + div > div div.label {
  float: left;
}
table.cardform .mail-container-box {
  border: 1px solid rgba(187, 37, 72, 1);
  float: left;
  padding: 7px 17px;
  margin-top: 17px;
  width: 100%;
}

table.cardform .mail-container-box p {
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 5px;
}

#input_sales_request_email_1,
#input_sales_request_email_2 {
  background: rgb(209, 209, 209);
  float: left;
  border: none;
  padding: 5px;
  width: 100%;
}

.login-area input {
  background: transparent;
}

div#portalmail {
  background: #ececec;
  float: left;
  padding-top: 15px;
  width: 100%;
}
.mail-container-box .input {
  width: 58%;
}

#overlayContent .toolbar_menu li.promoted a {
  height: auto;
  width: auto;
  padding: 60px 15px 15px 15px;
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
}

.wrapper-login {
  width: 100%;
  float: left;
  padding-right: 20px;
}

#form_support_mail table.cardform td:first-child {
  padding-left: 0px !important;
}

div#login {
  float: right;
  width: 100%;
}

.login-area #button-area a {
  font-weight: 400;
  background: var(--third);
  padding: 5px 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #666666;
  -webkit-box-shadow: 0 0 0px 1000px rgba(3, 33, 95, 0) inset !important;
  transition: background-color 5000s ease-in-out 0s;
}

.focus-input2::after {
  color: #fff;
}

input:-webkit-autofill + .focus-input2::after,
input:-webkit-autofill:hover + .focus-input2::after,
input:-webkit-autofill:focus + .focus-input2::after,
textarea:-webkit-autofill + .focus-input2::after,
textarea:-webkit-autofill:hover + .focus-input2::after,
textarea:-webkit-autofill:focus + .focus-input2::after,
select:-webkit-autofill + .focus-input2::after,
select:-webkit-autofill:hover + .focus-input2::after,
select:-webkit-autofill:focus + .focus-input2::after {
  top: -13px;
}

div#login {
  position: relative;
  top: 0;
  right: 0;
  left: unset !important;
  height: 100%;
}

.wrapper-login.password-request {
  width: 100%;
}
div#login_1 {
  font-size: 3.4rem;
  font-weight: 500;
}

.login-area div#login_1 {
  font-size: 34px;
  font-weight: 600 !important;
  margin-bottom: 17px;
  color: var(--dark-font);
  line-height: 42.5px;
  margin-top: 86px;
  position: relative;
  float: left;
  margin-bottom: 7px;
}

div#login_2 {
  padding-right: 50px;
}

.wrap-input2 {
  width: 100%;
  position: relative;
  border-bottom: 3px solid #ffffff;
  margin-bottom: 20px;
}

#login_2 input.button {
  border: none;
  background: none;
  font-size: 0;
  color: var(--accent);
  font-weight: normal;
  width: 50px !important;
  height: 50px !important;
  height: auto;
  text-align: left;
  cursor: pointer;
  float: left;
  width: auto;
  padding-left: 0;
  background-image: url(../img/login.svg);
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: 35px;
}

#login_2 input.button-login:hover {
  color: #fff;
  background: var(--main);
  border: 1px solid var(--main);
  border-radius: 0;
}

#login_2 input.button-login {
  position: relative;
  float: left;
  margin-right: 20px;
  transition: 300ms;
  top: 0;
  display: inline-flex;
  padding: 12px 20px 16px;
  line-height: 18px;
  border: 1px solid #343433;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  background: #ffad60;
  color: #fff;
  border-color: #ffad60;
  font-weight: 300 !important;
  font-size: 16px !important;
  padding-top: 16px !important;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  float: left;
}

.collection_list {
  font-size: 14px;
}
.supportnews.collection_list,
.salesperson_box {
  min-width: 350px;
}

.blue_box {
  font-size: 14px;
}

#content h1,
#overlaycrumb,
h1 {
  color: #000000 !important;
}

.tabulator .tabulator-row.tabulator-selected {
  background-color: #cccccc !important;
}

a.dashoard_box span {
  font-size: 14px;
  font-weight: 700;
}

div#overlayContent {
  font-size: 14px;
}

#overlaycrumb {
  margin-left: 15px;
}

div#portalmail p,
.inbound p {
  font-size: 14px;
}

.tabulator
  .tabulator-header
  .tabulator-col.tabulator-sortable
  .tabulator-col-title:hover {
  background: #cccccc !important;
}

.icon-search:hover {
  background-color: #cccccc;
}

.cardform label,
#service_integration label {
  font-size: 14px;
  color: #666 !important;
}

.focus-input2::after {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 200 !important;
  color: rgba(255, 255, 255, 0.59);
}
a.dashoard_box.button_inhalt_collection {
  min-width: 170px;
}

.successbox {
  float: left;
  width: 100%;
}

.focus-input2::before {
  content: "";
  display: none;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  font-family: acumin-pro, Helvetica, Arial, sans-serif;
  background: var(--accent);
  background: -moz-linear-gradient(left, #649d9c 0%, #96ebe9 100%);
  background: -webkit-linear-gradient(
    left,
    var(--accent) 0%,
    var(--accent) 100%
  );
  background: linear-gradient(to right, var(--accent) 0%, var(--accent) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#649d9c', endColorstr='#96ebe9',GradientType=1 );
}

div#button-area {
  right: 15px;
  position: fixed;
  bottom: 20px;
}

div#button-area a {
  color: var(--dark-font);
  text-decoration: none;
  font-weight: 200;
  font-size: 16px;
  padding: 0 20px;
}

div#container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 1600px;
}

/* Frontend inner */

body.home-area div#content-area {
  padding-left: 0px;
}

input.text {
  border: 1px solid #cccccc;
  font-size: 14px;
  padding: 3px 5px;
  width: 250px;
}

table.table-top-search input.text,
table.table-top-search select#activitySelect {
  border: none;
  font-size: 14px;
  padding: 3px 3px;
  border-bottom: 1px solid #000;
  margin-left: 10px;
}

select.select {
  width: 250px !important;
  background-image: url(../img/arrow-down.svg);
  background-position: right;
  background-repeat: no-repeat;
  padding: 3px 3px 2px 3px !important;
  background-size: 17px;
  -webkit-appearance: unset;
  font-size: 14px;
  color: #80807f;
}
body.home-area div#background-area {
  background-image: url(/userdata/images/background.jpg);
  background-size: cover;
  background-position: bottom left;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 70px;
  height: 100%;
  position: fixed;
  top: 0;
}

body.home-area .content-area-gray {
  float: left;
  padding: 40px 0px;
  width: 100%;
}

div#area-gray {
  background: var(--main);
  margin-bottom: 40px;
}

body.home-area div#header-area {
  height: 112px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* margin-top: 0; */
  /* margin-bottom: .5rem; */
  margin-block-start: 0.57em;
  margin-block-end: 0.37em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  word-wrap: break-word;
  white-space: normal;
  line-height: 100%;
}
/* a.dashoard_box:hover span {
  color: #fff;
} */
body.home-area div#logo {
  height: 112px;
  width: 266px;
  float: left;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  justify-content: end;
  padding-left: 36px;
  left: 4px;
}

body.home-area #logo img {
  width: 256px !important;
  /*height: 56px !IMPORTANT;*/
}

body.home-area #nav-area ul li {
  font-size: 16px !important;
}
body.home-area div#nav-area {
  width: 100%;
  height: auto;
  float: left;
  margin-left: 0px;
  padding-left: 292px;
}

.content-area {
  float: left;
  width: 100%;
  padding: 40px 0;
}
body.home-area .textcontent {
  float: left;
  width: 100%;
}
body.home-area nav#SupportMenu {
  height: auto;
  padding: 10px 10px 6px 10px;
  float: left;
}
#SupportMenu ul.level_1 {
  width: 100%;
}

div#mainContent {
  margin: 0;
  max-width: unset !important;
  padding: 0;
}
ul.level_2,
li#user_menu ul {
  padding: 0px 0px;
  font-size: 14px !important;
  width: auto;
  min-width: 100%;
  text-align: center;
  z-index: 1;
}
.chosen-drop {
  background: none;
}

ul.chosen-results {
  background: none;
}
a.chosen-single {
  /* background: red; */
  border: none !important;
  box-shadow: none !important;
}
li.active-result {
  background: #cccccc;
}
.chosen-drop {
  border: none !important;
  box-shadow: none !important;
}
.chosen-container .chosen-results li.active-result {
  background: #cccccc;
  color: #fff !important;
  margin: 0;
}
ul.chosen-results {
  box-shadow: none !important;
}
ul.chosen-results {
  margin: 0 !important;
}

.menu_box ul li ul li a {
  color: #333 !important;
  text-align: left;
}

li#user_menu ul a:hover,
li#help_menu li.level_2 a:hover {
  background-color: none !important;
  background: none !important;
  color: var(--accent) !important;
  border-radius: 0px !important;
  background-image: none !important;
}

#SupportMenu li.level_2 a:hover {
  background-color: var(--hover) !important;
  color: #fff !important;
  border-radius: 0px !important;
  background-image: none !important;
}

#user_menu li.menu_userdata a:hover {
  background-image: url(/layout/admin/img/2015/user.png) !important;
  background-position: 20px center;
}

body.home-area h1 {
  font-family: acumin-pro, Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #000;
  text-transform: none;
  display: block;
  color: #ffffff !important;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-size: 60px;
  margin: 20px 0px !important;
  margin-top: 100px !important;
}

.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
  background: var(--main);
}

form#contactformular_2 {
  max-width: 50%;
}

.h6,
h6 {
  font-size: 1.2rem;
}

body {
  font-size: 1.6rem;
}

span.dashboard_box_number {
  font-size: 25px !important;
}

#portalmail div.inbound_header {
  margin: 30px 0px 0px 0px;
  font-weight: bold;
  color: #fff;
  font-size: 13px;
  text-align: center;
  font-weight: 300;
  float: left;
  max-width: none;
  width: 90%;
  float: right;
  background: var(--accent);
}

body.home-area h2 {
  font-family: Roboto, Helvetica Neue, Arial, sans-serif;
  font-weight: 700;
  text-transform: none;
  line-height: 1.2;
  display: block;
  font-size: 40px;
  color: #c5c5c5;
  margin: 0px 0px 5px 0px;
}

.collection_list {
  width: 33%;
  float: left;
  position: relative;
  height: 200px;
  /* background: var(--accent) !important; */
}

.collection_content.Bild {
  position: absolute;
  padding: 0;
  width: 33.3333%;
  max-width: 100%;
  height: 100%;
  opacity: 1;
}

.collection_content.Bild a {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  position: absolute;
}

.collection_content.Bild a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

ul.toolbar_menu li.promoted {
  height: 89px;
  border: 1px solid #fff;
  margin-right: 11px;
}

.toolbar_menu li.promoted a:hover {
  background-color: transparent;
}

div#tabulator-state-container dd {
  margin: 0;
  height: auto;
}

div#ticket_list_form {
  min-height: 500px;
}

.p-states {
  margin-top: -21px;
  margin-bottom: 5px;
  padding-right: 5px;
}

#form_order_list {
  width: 100%;
}

p.multiSel {
  margin: 0;
}

.tabulator-col-content dd {
  /* display: none; */
  margin: 0;
}
div#background-area a {
  position: fixed;
  left: 0;
  height: 100%;
  width: 70px;
  background-image: url(../img/login.svg);
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: 35px;
  z-index: 10;
}

div#background-area a:hover {
  background-image: url(../img/login-cronus-gruen.svg);
}

li.promoted:hover {
  background-color: rgba(154, 162, 167, 0.3);
}

.tabulator .tabulator-footer .tabulator-page.active {
  color: #ffffff;
  background: var(--accent);
  border: var(--accent);
}

li.promoted:hover a {
  color: #666666 !important;
}

ul.toolbar_menu li.promoted a {
  color: #fff !important;
}

.collection_list .collection_content.Bild a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.tabulator .notification.formatter {
  background-color: var(--accent);
}

.collection_list .collection_content.headline,
.collection_list .collection_content.summary {
  width: 100%;
  position: absolute;
  /* bottom: 90px; */
  /* font-size: 50px !important; */
}

.collection_list .collection_content.summary {
  bottom: 0;
  padding: 20px;
  height: auto;
  width: 66.66666%;
  right: 0;
}

.collection_list .collection_content.headline {
  top: 0px;
  padding: 20px;
  width: 66.66666%;
  right: 0;
}
.collection_list .collection_content.headline a {
  font-size: 13px !important;
}

.collection_list:hover {
  background-color: var(--accent) !important;
  cursor: pointer;
}
.collection_content.headline a {
  font-size: 20px;
}
.chosen-container-single .chosen-single {
  background: none;
  border: 1px solid #c70a36;
  box-shadow: none;
  padding: 3px 10px !important;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
}

div#nav-area ul li.level_2 a {
  padding: 0 20px;
  background: var(--main);
  font-size: 14px;
  color: #fff !important;
  border-bottom: 1px solid hsla(hsl 0, 0%, 100%, 1);
}

nav ul li a,
nav ul li a:link,
nav ul li a:visited,
nav ul li a:active,
nav ul ul li a,
nav ul ul li a:link,
nav ul ul li a:visited,
nav ul ul li a:active {
  background: none;
  color: var(--accent);
}
#user_menu li.menu_userdata a {
  white-space: nowrap;
  padding: 5px 21px !important;
  padding-left: 60px !important;
  line-height: 30px;
}
#SupportMenu li a.active_tree,
#SupportMenu li a.active {
  background-image: none;
}
#user_menu li.spacer {
  margin: 0px 0px;
}
nav li.spacer {
  height: 1px;
  line-height: 1px;
  background-color: hsla(hsl 0, 0%, 100%, 1);
  margin: 0px 20px;
}

a.active_tree {
  color: var(--accent) !important;
}

li#user_menu ul a {
  padding: 0px 10px;
}

a.dashoard_box.button_inhalt_collection {
  width: 14%;
  margin: 0;
  margin-right: 1%;
  padding: 0;
  background: #9aa2a7 !important;
  border-right: 70px;
  margin-bottom: 1%;
}

span.dashboard_box_description {
  font-weight: bold;
}

body.home-area nav#SupportUserMenu {
  height: 112px;
  padding: 36px;
  padding-top: 18px;
  padding-right: 21px;
}

div#ticket_list_form {
  float: left;
  width: 100%;
}

#SupportMenu li a:hover {
  background: none;
  color: #666666 !important;
}

a.dashoard_box:hover {
  background: var(--accent) !important;
}
ul.toolbar_menu {
  border: none;
}
.content-area .toolbar_menu li.promoted {
  margin-bottom: 20px;
}

.login-area .success {
  color: #6ca219;
  font-weight: 600;
  margin-top: 10px;
  width: max-content;
  font-size: 20px;
  padding-left: 30px;
  margin-bottom: 10px;
  max-width: 100%;
}

a.back_button {
  font-weight: 600;
  margin-right: 20px;
}

#login_2 input#input_login,
#login_2 input#input_password {
  -webkit-text-fill-color: #000;
}

#overlayContent h2 {
  background-color: var(--main);
}

.menu_link_userdata .user-account:before {
  content: "";
  width: 20px;
  height: 30px;
  margin-right: 5px;
  background: url(/userdata/images/user.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  float: left;
}

li.menu_link_logout a:before {
  content: "";
  width: 20px;
  height: 30px;
  margin-right: 5px;
  background: url(/userdata/images/logout.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  float: left;
}

.topmenu a.password-menu:before {
  content: "";
  width: 20px;
  height: 30px;
  margin-right: 5px;
  background: url(/userdata/images/lock.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  float: left;
}

.footer-box3 a.phone:before {
  content: "";
  width: 20px;
  height: 30px;
  margin-right: 5px;
  background: url(/userdata/images/phone-icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  float: left;
}

.footer-box3 a.mail:before {
  content: "";
  width: 20px;
  height: 30px;
  margin-right: 5px;
  background: url(/userdata/images/mail-icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  float: left;
}

body {
  font-family: acumin-pro, Helvetica, Arial, sans-serif !important;
}

.footer-bottomline {
  float: left;
  width: 100%;
  margin-top: 60px;
  padding: 50px 40px;
  padding-bottom: 46px;
  font-size: 17px;
}

div#footer_navigation_legal {
  position: relative;
  top: -1px;
}

#site-footer .container {
  max-width: 1550px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tabulator-row.tabulator-selectable.tabulator-row-odd:first-child {
  border-top: 1px solid #ccc;
}

.tabulator .tabulator-tableHolder {
  top: 68px;
}

div#ticket_list_form .tabulator-cell {
  height: 36px !important;
}

table.table-top-search {
  top: 34px;
}

.tabulator-footer {
  margin-top: 100px;
}

body.home-area.Tickets.helpdesk_start div#main-area h1 {
  padding-left: 0;
}

#shop-nav a {
  color: var(--dark-font) !important;
}

#shop-nav a:hover {
  color: var(--accent) !important;
}

.tabulator-cell {
  font-family: var(--font-family) !important;
}

/*BC - MW - 20220222*/

/*Hidden Content*/

li#user_menu.topmenu.gray_arrow > a {
  display: none;
}

/*Elemente in .topmenu*/
.topmenu li.menu_userdata,
.topmenu .spacer {
  display: none;
}

.focus-input2::after {
  display: none !important;
}

/*Hidden Content - END*/

:root {
  --font-family: acumin-pro, Helvetica, Arial, sans-serif !important;
  --main: #707d65;
  --hover: rgb(112 125 101 / 80%);
  --footer-bg: #dad1bc;
  --accent: #ffad60;
  --third: #dad1bc;
  --dark-font: #343433;
}

.helpdesk_start div#main-area {
  position: relative;
  float: left;
  width: 100%;
  background: url(/userdata/images/banner_markise.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

div#nav-area {
  position: relative;
  float: left;
  width: 100%;
  z-index: 1;
}

#area-gray .container {
  background: unset;
  padding: 40px;
  max-width: 1670px !important;
  padding: 0;
}

.dashboard_box_description {
  color: var(--main);
}

span.dashboard_box_number {
  color: var(--main);
}

a.dashoard_box.button_inhalt_collection {
  background: rgb(255 255 255 / 80%) !important;
}

a.dashoard_box.button_inhalt_collection:hover {
  background: rgb(255 255 255 / 100%) !important;
}

div#area-gray h2 {
  margin-bottom: 40px;
  font-size: 3.5em;
  font-weight: 600;
}

body.home-area h1 {
  font-size: 5em;
  font-weight: 500;
}

.home-area .content-area {
  padding: 0;
}

.promoted a.button_edit {
  background-image: url(/userdata/images/edit_big.png) !important;
}

.promoted a.button_new {
  background-image: url(/userdata/images/neu_big.png);
}

.promoted a.button_reset {
  background-image: url(/userdata/images/restore_big.png);
}

.promoted a.button_save {
  background-image: url(/userdata/images/save_big.png);
}

.tabulator .notification.formatter {
  background-color: var(--main);
}

.promoted a.button_left {
  background-image: url(/userdata/images/left_big.png);
}

.helpdesk_start.Tickets div#main-area {
  background: none;
}

.Tickets #area-gray .container,
.Belege #area-gray .container,
.Downloads #area-gray .container,
.MeinKonto #area-gray .container,
.PasswortAendern #area-gray .container {
  max-width: unset;
}

#area-gray .container {
  max-width: 1700px;
}

.home-area.Tickets h1 {
  color: var(--main) !important;
  margin-bottom: 60px !important;
}

.tabulator-col-title {
  background: none !important;
  color: #000;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
  border: none;
}

.tabulator-row.tabulator-selectable {
  border-bottom: 2px solid #ccc;
  padding: 5px 0 !important;
}

.tabulator .tabulator-tableHolder .tabulator-table {
  width: 100%;
}

.tabulator .tabulator-footer {
  border: none;
}

#tabulator-notification-container div.notification.checked,
#notification_title {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 23px;
  width: 20px;
  margin: 0;
}

.mutliSelect ul {
  padding: 10px 5px;
  background: #efefef;
}

div#ticket_list_form .tabulator-cell {
  color: #000;
}

.icon-search {
  background-image: url(/userdata/images/search.png);
  background-color: unset;
}

td.cue .icon-search.filter-icon {
  display: none;
}

td.cue:before {
  content: "";
  width: 22px;
  height: 30px;
  background: url(/userdata/images/stable.png);
  position: relative;
  float: left;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

input#input_search:focus-visible {
  border-bottom: 1px solid #333 !important;
  outline: none !important;
}

#site-footer {
  padding: 50px 0;
  background: var(--footer-bg);
  float: left;
  width: 100%;
  position: relative;
  margin-top: 100px;
  padding-bottom: 0;
  height: 457px;
}

body.home-area div#content-area {
  padding-left: 0px;
  position: relative;
  float: left;
  width: 100%;
}

.footer-right {
  position: relative;
  float: left;
  width: 36.8%;
}

.footer-left {
  position: relative;
  float: left;
  width: 63.2%;
}

.footer-box-left {
  width: 23.9%;
  float: left;
  padding-right: 40px;
}

.footer-box4.footer-box-right {
  margin-top: 40px;
}

.footer-box5.footer-box-right img {
  width: 180px;
}

.footer-box-right {
  width: 45.6%;
  float: left;
  padding-right: 40px;
  margin-top: 0px;
  padding-left: 10px;
}

.footer-box5.footer-box-right {
  padding-left: 80px;
  padding-right: 0;
  width: 51%;
}

.footer-box3.footer-box-left {
  margin-top: 2px;
}

.sm-icon img:hover {
  opacity: 0.8;
}

.footer-box5.footer-box-right p {
  margin-top: 6px;
}

.sm-icon img {
  cursor: pointer;
  width: 40px;
}

.sm-icon {
  width: 33.33333%;
  float: left;
  display: flex;
  justify-content: center;
  padding: 0 10px;
}

#site-footer ul,
#site-footer li {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}

#site-footer h3 {
  margin-bottom: 30px;
  font-weight: 500;
  margin-top: 21px;
}

.footer-box3 a {
  font-weight: 600;
}

.footer-box3 a {
  margin-bottom: 30px !important;
  float: left;
}

.footer-bottomline {
  float: left;
  width: 100%;
  margin-top: 0px;
  padding: 50px 40px;
  padding-bottom: 34px;
  position: absolute;
  bottom: 4px;
  font-size: 16px;
}

.footer-bottomline a {
  font-size: 16px;
}

.footer-copyright {
  float: left;
  width: auto;
  padding-left: 0;
}

.footer-privacy {
  float: right;
  width: auto;
}

.footer-privacy li {
  float: left;
  margin-left: 30px;
}

.footer-box5.footer-box-right img {
  margin-bottom: 20px;
}

.footer-box2.footer-box-left a,
.footer-box1.footer-box-left a {
  margin-bottom: 10px;
  float: left;
  clear: left;
}

.top-button:hover {
  background: var(--hover);
  padding: 7px;
  transition: 300px;
}

.top-button {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  width: 40px;
  height: 40px;
  background: var(--accent);
  transition: 300ms;
  position: fixed;
}

.top-button img {
  position: relative;
  float: left;
  width: 100%;
}

.footer-box5.footer-box-right a {
  cursor: pointer;
}

div#shop-nav {
  position: relative;
  float: left;
  width: auto;
  padding: 0px 12px 10px 12px;
  clear: left;
}

#shop-nav li {
  list-style: none;
  padding: 0 17px;
  float: left;
  font-weight: 600;
}

#shop-nav li a {
  font-size: 21px;
}

#shop-nav ul {
  padding: 0;
  margin: 0;
}

.component.header_logo {
  display: flex;
  align-items: center;
}

.main-nav {
  float: left;
}

div#user-menu {
  float: right;
}

nav#SupportUserMenu ul {
  display: block;
  float: left;
  position: relative;
  height: 35px;
}

div#a2 a {
  max-width: 200px;
}

li#user_menu li {
  width: auto;
  position: relative;
  float: left;
  height: auto;
}

nav ul ul {
  background: #fff;
}

#SupportMenu li.level_1:hover {
  background: #ececec;
  color: var(--main) !important;
}

.Downloads a.dashoard_box.button_inhalt_collection:hover {
  float: left;
  position: relative;
  bottom: unset;
  top: -1px !important;
  box-shadow: 3px 3px 6px rgb(0 0 0 / 17%);
}

.Downloads a.dashoard_box.button_inhalt_collection {
  background: rgb(226 229 224) !important;
}

li.level_2 a.active_tree {
  background: var(--main) !important;
  color: #fff !important;
}

li.level_2 a.active_tree:hover {
  color: var(--main);
  background: #efefef;
}

div#site-footer a:hover {
  text-decoration: none;
}

div#logo {
  z-index: 2;
}

ul.cart-menu {
  float: right !important;
  clear: left;
  top: -6px;
}

li.cart_button a {
  font-weight: 600;
  color: #000 !important;
  font-size: 1.2em;
}

li.cart_button a:hover {
  color: var(--accent) !important;
}

li.cart_button a:hover:before {
  background: url(/userdata/images/shopping-cart-hover.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

li.cart_button a:before {
  content: "";
  width: 20px;
  height: 30px;
  margin-right: 5px;
  background: url(/userdata/images/shopping-cart.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  float: left;
}

#site-footer a {
  color: var(--dark-font);
  font-size: 16px;
}

div#shop-nav a:hover {
  text-decoration: none;
}

#login #button-area a:hover {
  background: var(--accent) !important;
  color: #fff !important;
}

.footer-box5.footer-box-right img {
  max-width: 100%;
}

body.home-area.helpdesk_start div#main-area h1 {
  margin-bottom: 70px !important;
  padding-left: 40px;
}

body.home-area.helpdesk_start div#area-gray {
  background: none;
}

body.home-area.helpdesk_start div#area-gray .container {
  background: var(--main);
  padding: 40px;
}

body.home-area.Tickets.helpdesk_start div#area-gray {
  background: var(--main);
  margin-bottom: 40px;
}

li.cart_button a {
  padding: 0 10px !important;
}

li.cart_button a {
  font-size: 21px;
}

.component.header_logo .textcontent {
  margin-top: 41px;
}

div#site-footer h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 30px;
}

input.input2 {
  height: 48px;
  border: 1px solid #000;
  padding: 11px 15px 13px;
}

input.input2 {
  height: 48px;
  border: 1px solid #000;
  padding: 11px 15px 13px;
}

input.input2:focus {
  border-color: var(--accent) !important;
}

div#login_2 form label {
  font-size: 16px;
  margin-bottom: 0;
  font-family: var(--font-family);
}

div#login_1 > strong {
  font-weight: 600;
}

#logo svg#Ebene_1 {
  padding-top: 48px;
  max-width: 290px;
  padding-bottom: 40px;
}

#site-footer a:hover {
  color: var(--main) !important;
}

form#form_support_contact_card input {
  background: none;
  border: 1px solid #000;
  padding: 11px 15px 10px;
}

nav#SupportMenu nav ul {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}

/*BC - MW - 20220222 - END*/

#support_instant_ticket #login {
  position: relative;
  float: center;
  left: auto;
  margin: 0px;
  margin-bottom: 80px !important;
  margin-right: 80px !important;
}

#support_instant_ticket #login_2 {
  margin: 0px !important;
}

#support_instant_ticket #container_1 {
  display: none !important;
}

#support_instant_ticket #header-area #logo {
  text-align: center;
}
#support_instant_ticket a:hover {
  color: #666;
}

body#support_instant_ticket div#logo {
  height: 68px;
  float: left;
  text-align: center;
  display: flex;
  vertical-align: middle;
  padding: 15px;
  position: relative;
}

.login-area .error {
  color: red;
  font-weight: 600;
  margin-top: 10px;
  width: max-content;
  font-size: 20px;
  margin-bottom: 10px;
  max-width: 100%;
}

#login_2 a {
  border-radius: 5px;
  color: #000 !important;
  margin-right: 20px;
  float: left !important;
}

#login_2 a:hover {
  color: var(--accent) !important;
  text-decoration: underline !important;
}

#support_instant_ticket #background-area a {
  background-image: url(/userdata/images/background.jpg);
  background-size: cover;
  background-position: bottom left;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 70px;
  height: 100%;
  position: fixed;
  top: 0;
}

div.errorbox {
  font-size: 1.2em;
}

body#support_instant_ticket div#nav-area {
  width: 100%;
  height: 112px;
  float: left;
  margin-left: 0px;
  padding-left: 270px;
}

body#support_instant_ticket div#nav-area {
  width: 100%;
  height: 56px !important;
  float: left;
  margin-left: 0px;
  padding-left: 0px !important;
  background-color: #000000;
  margin: auto;
}

#support_instant_ticket .header_sit {
  /*display: none;*/
}

body#support_instant_ticket div#header-area {
  height: 112px;
}

#support_instant_ticket h1 {
  text-align: left;
  padding: 0px;
}

#support_instant_ticket h2 {
  text-transform: uppercase;
  position: relative;
  float: left;
}

#support_instant_ticket input,
#support_instant_ticket select {
  max-width: 450px;
  width: 100%;
  min-height: 35px;
  font-size: 18px;
}

#support_instant_ticket #cke_input_comment {
  max-width: 450px !important;
}

.header_sit {
  margin-top: 25px;
}

input.button_2 {
  position: relative;
  float: right;
  width: max-content;
  height: 32px;
  background: #000;
  color: #fff;
  height: auto;
  padding: 9px 24px;
  margin-top: 0px;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid #000;
  width: max-content !important;
}

input.button_2:hover {
  background: #fff;
  color: #000;
  border-color: #000;
}

body#support_instant_ticket .footer p {
  position: relative;
  float: left;
}
.footer .container {
  padding: 8px 16px;
}
#support_instant_ticket .footer {
  height: auto;
  font-size: 0.75rem;
}
#support_instant_ticket .footer p {
  font-size: 0.75rem;
}

ul.footer_navbar {
  position: relative;
  float: right;
}

ul.level_1 {
  padding-left: 0px;
}
ul.footer_navbar li {
  padding: 0px 16px;
}
ul.footer_navbar a {
  padding: 0px;
  text-decoration: none;
}
ul.footer_navbar a:hover {
  color: #fff !important;
}

#support_instant_ticket input.button {
  display: none !important;
}

.submit_btn_txt::after {
  content: "SEND REQUEST";
  position: relative;
  float: right;
  width: max-content;
  height: 32px;
  background: #000;
  color: #fff;
  height: auto;
  padding: 9px 24px;
  margin-top: 0px;
  font-size: 12px;
  cursor: pointer;
  display: none;
}

#support_instant_ticket label {
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-weight: 300;
  font-size: 18px;
}

#support_instant_ticket {
  line-height: 1.42857;
}

.submit_btn_txt {
  position: relative;
  float: left;
  max-width: 501px;
  width: 100%;
  margin-top: 40px;
}

#support_instant_ticket input#input_dataprivacy {
  width: 15px;
}

#support_instant_ticket label {
  font-weight: 400;
  font-size: 0.6875rem !important;
  text-transform: uppercase;
  font-family: Lato, Helvetica, Arial sans-serif;
}

#support_instant_ticket input,
#support_instant_ticket select {
  max-width: 501px;
  width: 100%;
  min-height: 35px;
}
#support_instant_ticket textarea {
  width: 501px !important;
}

#support_instant_ticket label.input-group.js-file-input {
  width: 501px;
}

#support_instant_ticket span.form-control.js-file-input__text {
  border-color: #000;
}
#support_instant_ticket span.btn.btn-primary.btn-sm.d-flex.align-items-center {
  border-color: #000;
  border-top-color: rgb(0, 0, 0);
  border-right-color: rgb(0, 0, 0);
  border-bottom-color: rgb(0, 0, 0);
  border-left-color: rgb(0, 0, 0);
}

.footer {
  float: left;
  width: 100%;
  background: black;
  color: #fff;
}
.footer ul.footer_navbar a {
  color: #fff;
}

body#support_instant_ticket nav#SupportMenu {
  width: 100% !important;
  float: left;
}

body#support_instant_ticket nav#SupportMenu ul.level_1 {
  height: 56px;
  padding: 8px;
  width: auto !important;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  padding: 0;
}

body#support_instant_ticket div#nav-area {
  margin-top: 45px !important;
}

body#support_instant_ticket div#nav-area {
  padding: 0px !important;
  overflow: hidden;
}
body#support_instant_ticket nav#SupportMenu {
  max-width: 100% !important;
  min-width: 100%;
}

body#support_instant_ticket nav#SupportMenu {
  overflow: visible;
}

body#support_instant_ticket nav#SupportMenu {
  background: black;
  width: 100%;
  height: auto;
  float: left;
}

body#support_instant_ticket nav#SupportMenu ul.level_1 {
  position: absolute;
  background: black;
  top: 55px;
  width: 100% !important;
  z-index: 10000000000000000;
  display: none;
  height: auto !important;
}

body#support_instant_ticket div#nav-area.open nav#SupportMenu ul.level_1 {
  display: block;
}

body#support_instant_ticket div#nav-area {
  overflow: visible !important;
}

body#support_instant_ticket nav#SupportMenu ul.level_1 li.level_1 {
  width: 100%;
  text-align: center;
}

body#support_instant_ticket nav#SupportMenu:after {
  content: "MenÃ¼";
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  padding: 15px;
  text-transform: uppercase;
}

div#login_2 {
  padding: 0;
  position: relative;
  top: -15px;
  padding-right: 20px;
}

#support_instant_ticket input,
#support_instant_ticket select {
  width: 100%;
  max-width: none;
}

.check_ds.daten {
  width: 100%;
  max-width: 100%;
}

#support_instant_ticket textarea {
  width: 100% !important;
}

#support_instant_ticket label.input-group.js-file-input {
  width: 100%;
}

/*IC - AB - 20201028 ---*/
div#login_change_pass {
  position: relative;
  left: 0;
  line-height: 1;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.31);
}
div#login_change_pass {
  font-size: 27px;
}
div#login_change_pass_2 {
  margin-top: 40px;
}
div#login_change_pass_2 {
  padding-right: 0px;
}
div#login_change_pass_2 {
  margin-top: 20px;
}
.wrap-change_pass {
  width: 50%;
  position: relative;
  border-bottom: 3px solid #ffffff;
  margin-bottom: 37px;
}
#login_change_pass_2 input.button-change-pass {
  border: none;
  position: absolute;
  top: 240px;
  background: none;
  font-size: 0;
  color: var(--accent);
  font-weight: normal;
  width: 50px !important;
  height: 50px !important;
  text-align: left;
  cursor: pointer;
  float: left;
  padding-left: 0;
  background-image: url(../img/login.svg);
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: 35px;
}
div#error_change {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
  width: max-content;
}
/*IC - AB - 20201028 +++*/

.position-top-right {
  position: absolute;
  right: 0px;
  top: 0px;
}

#portalmail .outbound_header {
  background: var(--main) !important;
}

div#mainContent div#content_full h1 {
  color: var(--main) !important;
  margin-top: 0px !important;
  margin-bottom: 40px !important;
}

table.cardform td:first-child {
  width: 450px;
  padding-left: 0;
}

.tabulator-col-title {
  background: var(--main) !important;
  color: #fff;
}

.tabulator-col-title:hover {
  color: var(--main);
}

.tabulator-col-title {
  min-height: 35px !important;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
  background: none;
  margin-top: 18px;
}

.tabulator-header input[type="search"] {
  border: none !important;
}

.tabulator .tabulator-header {
  margin-bottom: 15px;
  position: relative !important;
  float: left;
  width: 100%;
}

nav#SupportUserMenu {
  min-width: unset;
}

#SupportMenu a {
  font-size: 16px;
}

#SupportMenu a {
  font-size: 16px;
  min-height: 40px;
  align-items: center;
  display: flex;
}

.main-nav #shop-nav a {
  text-decoration: none !important;
}

#shop-nav li {
  height: 31.5px;
  display: flex;
  align-items: center;
}

nav#SupportMenu a {
  color: var(--dark-font);
}

li#user_menu ul a {
  padding: 0px 10px;
  height: 30px;
}

#SupportUserMenu ul ul li a {
  min-height: 30px;
}

li.menu_link_userdata a,
li.menu_link_logout a {
  font-size: 16px;
  display: flex !important;
  align-items: center !important;
}

li.cart_button a {
  display: flex !important;
  align-items: center !important;
}

ul.cart-menu {
  top: 3px;
}

div#login-area {
  width: 50% !important;
  float: left;
  height: auto;
}

body.home-area div#container_2 {
  float: left;
  width: 100% !important;
  max-width: unset;
  display: flex;
  height: auto;
}

div#login-content-area {
  position: relative;
  float: left;
  width: 50%;
}

div#login-content-area a:hover {
  color: var(--main) !important;
  transition: 300ms;
}
div#login-content-area a {
  color: var(--accent);
  transition: 300ms;
  font-weight: 300;
}

div#login-content-area a.back_button {
  color: var(--accent) !important;
}

div#login-content-area a.back_button:hover {
  color: var(--hover) !important;
}

#container {
  height: auto;
}

body.login-area.home-area #container {
  min-height: 534px;
}

body.login-area.home-area #site-footer a {
  text-decoration: none;
}

.footer-left a.phone,
.footer-left a.mail {
  position: relative;
  float: left;
  width: 100%;
}

body.login-area.home-area.helpdesk_start #shop-nav {
  display: none !important;
}

/*BC - MW 01-08-2022*/

.chosen-drop {
  height: auto;
  max-height: unset;
  overflow: visible;
}

ul.chosen-results {
  height: auto !important;
  max-height: 450px !important;
  overflow-y: scroll !important;
}

ul.chosen-results li {
  width: 100% !important;
  text-align: left;
  padding-bottom: 7px !important;
  padding-top: 7px !important;
  line-height: 1.4 !important;
  border-bottom: 1px solid #dddddd;
}

ul.chosen-results li:hover {
  background: #737e66 !important;
  color: #fff !important;
  transition: 200ms;
}

.salesperson_select form .input select#input_contact_no {
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
  border: none !important;
  line-height: unset !important;
}

nav#SupportUserMenu ul {
  height: auto;
}

li.salesperson_select {
  position: relative;
  float: left;
  width: 100%;
  background: #ccc;
}

li#user_menu ul {
  position: relative;
  float: left;
  display: block;
}

li.salesperson_select {
  position: relative;
  float: left;
}

nav#SupportUserMenu ul.cart-menu {
  float: left !important;
}

.menu_box {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
}

#dropdown_header .chosen-container-single .chosen-single span {
  max-width: 200px;
}

li.cart_button {
  float: right;
}

li.salesperson_select {
  background: none;
}

li.menu_link_logout {
  padding-top: 46px;
  margin-right: -117px;
}

li.cart_button {
  z-index: 1;
}

div#dropdown_header .input {
  background: #eee !important;
}

/*END - BC - MW 01-08-2022*/

/*RESPONSIVE*/

@media (min-width: 1400px) {
  .container {
    max-width: 1700px;
  }
  .content-area .toolbar_menu li.promoted {
    margin-bottom: 20px;
    position: absolute;
    right: 50%;
    z-index: 1000;
  }
}
@media (min-width: 769px) {
  div#overlaycrumb + ul.toolbar_menu {
    position: fixed;
    top: 40px;
    width: 1000px;
    z-index: 10000;
    background: var(--main);
    margin-left: -20px;
  }
  #overlayWrapper {
    padding-top: 99px;
  }

  div#overlaycrumb {
    border: none;
    border-top: 0px solid #afafaf;
    padding-top: 8px;
  }
  #closeoverlay {
    position: fixed;
    z-index: 1000000;
    margin-left: 900px;
    margin-top: -122px;
    width: 24px;
    height: 50px;
    background: none;
  }
  div#closeoverlay:after {
    content: "x";
    color: #fff;
    font-family: monospace;
  }

  div#overlayContent {
    position: relative;
  }
}

div#header {
  position: relative;
}

a.dashoard_box.button_inhalt_collection + div + ul {
  border-top: 1px solid #d0dae0;
  padding-top: 29px;
  margin-top: 16px;
}
div#overlayWrapper li.promoted {
  border: none;
}
/* Frontend inner END*/

@media only screen and (max-width: 1750px) {
  nav ul li a,
  nav ul li a:link,
  nav ul li a:visited,
  nav ul li a:active {
    padding: 0px 13px;
  }

  body.home-area nav#SupportMenu {
    padding: 36px 0px;
  }
}

@media only screen and (max-width: 1000px) {
  ul.cart-menu {
    z-index: 0;
  }

  .menu_box {
    flex-direction: column;
  }

  body a.logout {
    position: relative!important;
    right: unset!important;
    top: unset!important;
    transform: unset!important;
    font-size: 16px!important;
    opacity: 1!important;
    display: inline-block!important;
    margin-top:10px!important;
    padding: 7px 15px!important;
}

  div#nav-area {
    background: var(--main);
    color: #fff !important;
  }

  ul.cart-menu {
    background: var(--accent);
  }

  div#nav-area a,
  #shop-nav a {
    color: #fff !important;
  }

  body.login-area.home-area.helpdesk_start .main-nav {
    overflow: hidden;
  }

  .footer-box4.footer-box-right {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-box5.footer-box-right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    margin-top: 40px;
  }

  div#site-footer {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
  }

  .footer-box4.footer-box-right,
  .footer-box5.footer-box-right {
    width: 100%;
    position: relative;
  }

  .sm-icon {
    width: auto;
  }

  #site-footer {
    margin-top: 60px;
  }

  .footer-right {
    width: 100%;
    height: auto;
    float: left;
  }

  .footer-bottomline {
    position: relative;
    float: left;
    height: 70px;
    padding: 20px;
  }

  body.login-area.home-area.helpdesk_start div#button-area {
    display: none;
  }

  .footer-left {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .footer-box-left {
    width: 33.33333%;
  }

  ul.level_2,
  li#user_menu ul {
    top: 0px;
  }

  div#header-area::after {
    content: " ";
    position: absolute;
    width: 50px;
    height: 50px;
    right: 60px;
    top: 31px;
    background: url(/userdata/images/hamburger-menu_open_cronus.svg);
    background-repeat: no-repeat;
    background-size: 90%;
    cursor: pointer;
    background-position: center;
  }
  div#nav-area {
    display: none;
  }
  div#header-area.open::after {
    background: url(/userdata/images/hamburger-menu_close_cronus.svg);
  }
  div#header-area.open div#nav-area {
    display: block;
  }
  div#nav-area {
    max-width: 540px;
    padding: 0;
    position: absolute;
    right: 0;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
  }

  div#nav-area {
    /* width: 100% !important; */
  }

  div#nav-area nav#SupportUserMenu,
  div#nav-area nav#SupportMenu {
    width: 100%;
    height: auto !important;
  }

  nav#SupportMenu ul.level_1 {
    padding: 0;
  }

  body.home-area #nav-area ul li {
    width: 100%;
    text-align: center;
  }

  nav#SupportUserMenu {
    text-align: center;
  }

  nav#SupportUserMenu ul {
    width: 100%;
  }

  div#nav-area {
    background: #f2f2f2;
    z-index: 100000;
    right: 60px;
    top: 72px;
    box-shadow: 0px 6px 19px rgba(0, 0, 0, 0.19);
  }

  div#nav-area {
  }

  div#nav-area {
    padding: 20px 0px !important;
  }
  nav#SupportUserMenu {
    padding: 0 !important;
  }

  nav#SupportMenu {
    padding: 0 !important;
  }
  nav#SupportUserMenu {
    position: absolute;
    bottom: 0;
    background: var(--accent);
    left: 0;
  }

  body.home-area div#nav-area {
    padding-bottom: 10px !important;
  }

  nav#SupportUserMenu * {
    color: #fff;
  }

  nav .gray_arrow > a:hover,
  nav .gray_arrow:hover > a {
    background: none;
    color: #fff !important;
  }
  nav#SupportUserMenu * {
    color: #000;
  }

  nav .gray_arrow > a:hover,
  nav .gray_arrow:hover > a {
    background: none;
    color: #fff !important;
  }
  nav#SupportMenu ul.level_2 {
    display: block !important;
    position: relative;
    /* background: none; */
    box-shadow: none;
    background: #cecece;
    /* border: none !important; */
    /* color: #333 !important; */
  }

  nav#SupportMenu ul.level_2 a {
    border: none !important;
    color: #333 !important;
  }

  li#help_menu {
    /* position: absolute !important; */
    /* bottom: 40px; */
    /* right: 0; */
  }

  li#user_menu {
    width: 100% !important;
  }

  li#help_menu {
    width: 20% !important;
    border-left: 1px solid #c70a36;
  }

  body.login-area.home-area.helpdesk_start div#nav-area {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    height: auto;
    left: unset;
    right: unset;
    top: unset;
  }

  body.login-area.home-area.helpdesk_start div#header-area {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: end;
  }

  body.login-area.home-area.helpdesk_start .main-nav {
    position: relative;
    float: left;
    width: 100%;
    display: block;
  }

  body.login-area.home-area.helpdesk_start div#shop-nav {
    position: relative;
    float: left;
    width: 100%;
  }

  body.login-area.home-area.helpdesk_start div#shop-nav li {
    position: relative;
    float: left;
    width: auto !important;
    display: block;
  }

  body.login-area.home-area.helpdesk_start div#nav-area {
    box-shadow: none;
    background: #fff;
  }
  .footer-box-left {
    padding: 0 20px;
  }

  .footer-box-left ul li {
    display: flex;
    align-items: center;
  }

  body.login-area.home-area.helpdesk_start .footer-box3.footer-box-left {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .footer-box5.footer-box-right p {
    text-align: center;
  }

  .footer-box3 a.phone:before,
  .footer-box3 a.mail:before {
    left: 15%;
  }

  body.home-area h1 {
    font-size: 3em !important;
  }

  div#area-gray h2 {
    font-size: 2em !important;
  }

  ul.cart-menu {
    position: relative;
    float: left;
    height: auto !important;
  }

  nav#SupportUserMenu ul {
    height: auto;
  }

  div#user-menu {
    position: relative;
    float: left;
    width: 100%;
    top: 140px;
    margin: 0;
  }

  body.home-area #nav-area #shop-nav ul li a {
    font-size: 1em !important;
  }

  li.cart_button a {
    background: #fff !important;
  }

  .topmenu.gray_arrow ul {
    padding: 7px 0 !important;
  }

  div#nav-area {
    background: var(--main);
  }

  .menu_box ul {
    background: var(--main);
  }

  li.cart_button,
  li.cart_button a {
    background: var(--main) !important;
  }

  nav#SupportMenu li:after {
    background: #fff;
    height: 1px;
    width: calc(100% - 30px);
    content: "";
    position: absolute;
    left: 15px;
  }

  div#shop-nav {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
  }

  div#shop-nav:after {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    background: #fff;
    position: absolute;
    left: 15px;
    bottom: 0;
  }

  nav#SupportUserMenu {
    box-shadow: 0 10px 10px rgb(0 0 0 / 15%);
  }

  .menu_link_userdata .user-account:before {
    background: url(/userdata/images/user-1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .topmenu a.password-menu:before {
    background: url(/userdata/images/lock-1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  li.menu_link_logout a:before {
    background: url(/userdata/images/logout-1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  li.cart_button a:before {
    background: url(/userdata/images/shopping-cart-1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  div#nav-area a,
  #shop-nav a {
    color: #fff !important;
    padding: 7px 15px;
  }

  div#shop-nav a {
    padding-left: 0;
    padding-right: 0;
  }

  #SupportMenu ul.level_2 a {
    display: none !important;
  }
}

@media only screen and (max-width: 1200px) {
  a.dashoard_box.button_inhalt_collection {
    width: 32%;
  }

  .collection_list,
  .salesperson_box {
    width: 50%;
  }

  #mainContent {
    overflow-x: scroll;
  }
  div#ticket_list_form {
    float: left;
    width: auto;
  }

  .tabulator .tabulator-footer {
    text-align: left;
  }
  #form_order_list {
    width: 1400px;
  }

  ul.level_2 {
  }

  nav#SupportMenu ul.level_2::after {
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4.5px 6px;
    border-color: transparent transparent #cecece;
  }

  div#nav-area nav#SupportUserMenu,
  div#nav-area nav#SupportMenu ul.level_1 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  /* div#nav-area {
    top: 90px !important;
  } */

  a.logout {
    position: relative!important;
    right: unset!important;
    top: unset!important;
    transform: unset!important;
    font-size: 16px!important;
    opacity: 1!important;
    display: inline-block!important;
    margin-top: 5px!important;
    padding: 39px 0px!important;
    padding-left: 10px!important;
}

  li#user_menu li a {
    padding: 5px 0 !important;
    margin: 5px 10px;
  }

  body.login-area.home-area.helpdesk_start {
    position: relative;
    display: block;
  }

  div#container {
    max-width: 100% !important;
    min-width: unset;
    position: relative;
  }

  div#header-area {
    margin-bottom: 25px;
  }

  body.home-area div#logo {
    padding-block-start: 32px;
}

  /* div#nav-area {
    position: absolute !important;
    left: 0;
    top: 60px !important;
    height: auto !important;
    background: none !important;
  } */

  div#header-area {
    display: block !important;
  }

  body.login-area.home-area.helpdesk_start div#header-area:after {
    display: none;
  }

  body.login-area.home-area #container {
    min-height: unset;
  }

  .login-area div#login_1 {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 0;
  }

  body.home-area h1 {
    font-size: 2em !important;
  }

  div#area-gray h2 {
    font-size: 1.5em !important;
  }

  .footer-box3 a.phone:before,
  .footer-box3 a.mail:before {
    display: none;
  }

  /* body.login-area.home-area.helpdesk_start {
    position: relative;
    float: left;
    display: block;
  } */

  #login-area,
  #login-content-area {
    width: 100% !important;
  }

  body.home-area div#container_2 {
    display: block;
  }

  #overlayWrapper {
    max-width: 100% !important;
    left: 0px;
    margin: 0px !important;
  }
  h2 {
    text-align: left;
  }
  body.home-area div#nav-area {
    width: auto;
  }
  div#overlaycrumb + ul.toolbar_menu {
    width: 98%;
  }
  #closeoverlay {
    margin-left: 92%;
  }
}

@media only screen and (max-width: 768px) {
  .footer-bottomline {
    margin-top: 40px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
  }

  .footer-privacy li {
    margin: 10px;
  }

  .footer-box-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .advice {
    padding-left: 0;
    max-width: 100%;
    width: 290px;
  }

  .wrapper-login,
  .collection_list,
  .salesperson_box {
    width: 100%;
  }

  .supportnews.collection_list,
  .salesperson_box {
    min-width: 100% !important;
  }

  table.cardform td:first-child {
    width: auto !important;
  }

  table.cardform tbody > tr > td {
    float: left;
    width: 100%;
    padding: 0;
  }

  #closeoverlay {
    margin-left: auto;
  }

  table.table-top-search {
    position: relative;
    float: left;
    width: 100%;
  }
  div#mainContent {
    margin: -15px;
  }
  .outbound .img-communication,
  .inbound_internally .img-communication,
  .inbound .img-communication {
    position: relative !important;
    width: 100% !important;
    float: left !important;
    max-width: 100% !important;
    border: none;
    border-bottom: 1px solid #666;
    margin-bottom: 20px;
  }
  div#portalmail {
    padding-right: 15px !important;
  }

  .img-communication img {
    width: auto !important;
  }

  li.promoted:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  .outbound,
  .outbound_internally,
  div.inbound {
    padding: 10px !important;
  }
  div.label {
    width: 100%;
  }

  div#overlayWrapper li.promoted {
    border: none;
    width: 100%;
    margin-bottom: 10px;
  }

  div#ticket_list_form .tabulator-col.tabulator-sortable:nth-child(3),
  div#ticket_list_form
    .tabulator-tableHolder
    .tabulator-row.tabulator-selectable
    .tabulator-cell:nth-child(3),
  div#ticket_list_form .tabulator-col.tabulator-sortable:nth-child(6),
  div#ticket_list_form
    .tabulator-tableHolder
    .tabulator-row.tabulator-selectable
    .tabulator-cell:nth-child(6) {
    display: inline-grid;
  }

  .tabulator-row.tabulator-selectable.tabulator-row-odd {
    background-color: #f6f6f6;
  }

  div#nav-area {
    width: 100%;
    right: 0;
    max-height: 100%;
    top: 112px;
    /* box-shadow: none; */
  }
  a.dashoard_box.button_inhalt_collection {
    width: 49%;
  }

  div#background-area {
    display: none;
  }
  div#header-area::after {
    right: 20px;
  }
  body.home-area div#content-area {
    padding: 0;
  }

  div#login_1 {
    position: relative;
    left: 0;
    line-height: 1;
    margin-top: 30px;
    color: rgba(255, 255, 255, 1);
  }

  div#logo {
    padding: 0px 59px;
  }
  div#button-area {
    right: 0;
    position: relative;
    width: 100%;
    clear: both;
    bottom: 0;
  }
  div#login_2 {
    margin-top: 40px;
  }
  div#login_1 {
    font-size: 27px;
  }

  div#overlayWrapper {
    max-width: 100%;
    right: 0;
    left: 0;
    top: 0;
    margin: 0;
  }

  .border-styling.grid td {
    display: blok;
    display: block;
    float: left;
    width: 100% !important;
    padding: 13px !important;
  }

  .border-styling.grid td .label,
  .border-styling.grid td .input {
    width: 100%;
  }

  .border-styling.grid td .label label,
  .border-styling.grid td .input input {
    width: 100%;
  }

  .toolbar_menu li a:link,
  form .toolbar_menu li a:visited,
  .toolbar_menu li a:active {
    width: 100% !important;
    font-size: 15px;
    margin-top: 10px;
    background-color: #6f7d64;
    padding-top: 7px;
    height: 45px;
    padding-bottom: 15px;
    padding-left: 60px;
    background-position: 15px center;
  }
  div#overlayWrapper form .toolbar_menu li.not_promoted {
    width: 100%;
    /* text-align: CENTER; */
  }

  table.table-top-search td {
    width: 100% !important;
    display: block;
  }

  table.table-top-search td .input {
    width: 100% !important;
  }

  table.table-top-search td .input {
    width: 100%;
    display: block;
  }
  table.table-top-search td {
    width: 100% !important;
    display: block;
  }

  table.table-top-search td .input {
    width: 100% !important;
  }

  table.table-top-search td .input {
    width: 100%;
    display: block;
  }
  div#area-gray li.promoted {
    width: 100px;
    padding-bottom: 10px;
    height: 110px;
  }
  table.table-top-search td .input select#activitySelect,
  table.table-top-search td .input label {
    /* display: block; */
    width: 100% !important;
    max-width: 300px;
  }

  table.table-top-search td .icon-search.filter-icon {
    width: 100%;
    margin-bottom: -3px;
    max-width: 300px;
  }

  div#mainContent {
    padding: 10px;
  }
  table.table-top-search td .input select#activitySelect,
  table.table-top-search td .input label {
    /* display: block; */
    width: 100% !important;
    max-width: 300px;
  }
  table.cardform td:first-child {
    padding: 0;
  }
  table.table-top-search td .icon-search.filter-icon {
    width: 100%;
    max-width: 300px;
    margin-bottom: -3px;
  }
  form#form_support_contact_card td input,
  form#form_support_contact_card td label,
  form#form_support_contact_card td .input,
  form#form_support_contact_card td .label {
    width: 100%;
  }

  form#form_support_contact_card td {
    width: 100%;
    display: block;
    float: left;
    padding: 0;
  }
}

@media only screen and (max-width: 769px) {
  .footer-box4.footer-box-right {
    padding: 0;
  }

  div#login-area {
    width: 100% !important;
    float: left;
    height: auto;
  }

  div#login {
    left: 0px;
    margin-top: 0%;
  }

  div#logo {
    padding: 0px 0px;
  }
  #login #logo img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  div#login_1 {
    margin-top: 0;
  }

  a.phone {
    margin-bottom: 10px !important;
  }

  #site-footer ul,
  #site-footer li {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 350px) {
}

@media only screen and (max-width: 350px) {
}
