/***** CORE.CSS *****/
@font-face {
  font-family: 'uni';
  src: url('../fonts/uni.eot');
  src: local('☺'), url('../fonts/uni.svg') format('svg'), url('../fonts/uni.woff') format('woff'), url('../fonts/uni.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'uni';
  src: url('../fonts/uni400.eot');
  src: local('☺'), url('../fonts/uni400.svg') format('svg'), url('../fonts/uni400.woff') format('woff'), url('../fonts/uni400.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'uni';
  src: url('../fonts/uniBold.eot');
  src: local('☺'), url('../fonts/uniBold.svg') format('svg'), url('../fonts/uniBold.woff') format('woff'), url('../fonts/uniBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
*:not(ul, li) {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: 0;
}
body {
  line-height: 1.425;
  font-family: 'uni', Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #141215;
}
a:link,
a:visited {
  text-decoration: none;
  color: #9d2624;
  outline: none;
}
a:hover {
  color: #444444;
}
a img {
  border: none;
}
h1 {
  display: inline-block;
  font-size: 2em;
  color: #9d2624;
  text-transform: uppercase;
  font-weight: normal;
}
h2 {
  color: #888;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
}
h3 {
  color: #9d2624;
  font-size: 2.6em;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
}
ul {
  padding: 0;
}
#wrapper {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
#header {
  background: #FFF;
  height: 130px;
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  min-width: 900px;
}
#body {
  position: inherit;
  margin: 130px 20px 0;
}
#body.loginScreen {
  margin: auto;
  position: initial;
}
#body.loggedIn {
  left: 20px;
  position: absolute;
  right: 20px;
  top: 130px;
  margin: 0;
}
#footer {
  background-color: #FFF;
  bottom: 0;
  height: 70px;
  left: 20px;
  position: absolute;
  right: 20px;
}
#footer.inside {
  bottom: auto;
  display: inline-block;
  left: auto;
  position: inherit;
  right: auto;
  width: 100%;
  margin-top: 25px;
}
#copy {
  color: #BBB;
  float: left;
  font-size: 10px;
  margin-top: 25px;
}
#copy a {
  color: #bbb;
}
.menu {
  float: right;
  padding: 90px 50px 0 0;
}
.menu ul li {
  display: inline-block;
  list-style: none outside none;
  margin: 5px 10px;
}
.menu ul li a {
  display: block;
}
/** kontakt **/
.errorBox {
  background: #FFB6C1;
  border: 1px solid red;
  margin: 20px 0;
  padding: 1%;
  width: 98%;
  display: inline-block;
}
.errorBox .error-message,
.infobox .message {
  display: inline-block;
  width: 100%;
}
.errorBox .error-message .field,
.infobox .message .field {
  font-weight: bold;
}
.successBox {
  background: #90EE90;
  border: 1px solid green;
  margin: 20px 0;
  padding: 1%;
  width: 98%;
  display: inline-block;
}
.successBox .success-message,
.infobox .message {
  display: inline-block;
  width: 100%;
}
.successBox .success-message .field,
.infobox .message .field {
  font-weight: bold;
}
.infoBox {
  background: #FFFBE9;
  border: 1px solid #FFC262;
  display: inline-block;
  margin: 20px 0;
  padding: 1%;
  width: 98%;
}
#contact-form {
  display: block;
  margin: 30px 0 25px 37px;
  border-right: 1px solid #c4c4c4;
  width: 500px;
  float: left;
}
#contact-form label {
  width: 80px;
  display: inline-block;
  vertical-align: top;
}
#contact-form input,
#contact-form textarea {
  margin: 0 0 15px;
  padding: 5px;
  width: 350px;
}
#contact-form textarea {
  height: 300px;
}
#contact-form .btn {
  background: none repeat scroll 0 0 #47A;
  border: medium none;
  color: #FFF;
  cursor: pointer;
  margin: 0 0 0 357px;
  padding: 5px 10px;
}
#contact-info {
  float: left;
  margin: 35px;
  width: 362px;
}
#contact-info .fotoKontakt {
  margin: 30px 75px 30px 0;
  width: 100px;
  float: left;
}
#contact-info > div {
  margin: 25px 0 0 0;
  display: inline-block;
}
#contact-info > div p span {
  color: #47A;
  display: inline-block;
  font-size: 17px;
  margin: 15px 0 0 -20px;
}
#output {
  background: #90EE90;
  border: 1px solid #006400;
  color: #006400;
  display: block;
  float: left;
  margin: 20px;
  padding: 15px;
  width: 360px;
}
/** Button **/
a.stdbtn,
input.stdbtn,
button.stdbtn {
  background: #9d2624;
  padding: 5px 20px;
  color: #fff;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  font-size: 1em;
}
a.stdbtn:hover,
input.stdbtn:hover,
button.stdbtn:hover {
  background: #444;
  color: #ffffff;
}
a.backBtn {
  background: url("../images/btn/backbtn.png") no-repeat scroll left center transparent;
  display: inline-block;
  height: 36px;
  margin-right: 10px;
  width: 25px;
}
a.backBtn:hover {
  background-position: -24px center;
}
a.stdbtn.deleteBtn,
button.stdbtn.deleteBtn {
  background: #F00;
}
a.stdbtn.inactive,
button.stdbtn.inactive {
  background: #ccc;
  cursor: default;
}
/** Checkboxen & Radios **/
label {
  font-weight: 400;
}
/*input[type="checkbox"], input[type="radio"] {position: absolute; clip: rect(0,0,0,0);}*/
input[type="checkbox"]:hover + label,
input[type="radio"]:hover + label {
  color: #9d2624;
}
input[type="radio"] + label {
  background: transparent url("../images/s-radio.png") no-repeat 0 5px;
  padding: 0 20px;
  cursor: pointer;
}
input[type="radio"][value*="nein"] + label {
  background-position: 0 -50px;
}
input[type="radio"]:checked + label {
  background-position: 0 -17px;
}
input[type="radio"][value*="nein"]:checked + label {
  background-position: 0 -18px;
  color: red;
}
input[type="checkbox"] + label {
  background: transparent url("../images/s-checkbox.png") no-repeat 0 5px;
  padding-left: 20px;
  cursor: pointer;
}
input.nolabel[type="checkbox"] + label {
  background: transparent url("../images/s-checkbox.png") no-repeat 0 4px;
  padding-left: 20px;
  cursor: pointer;
}
input[type="checkbox"]:checked + label {
  background-position: 0 -17px;
}
input.nolabel[type="checkbox"]:checked + label {
  background-position: 0 -18px;
}
input[type="checkbox"]:-moz-ui-invalid + label {
  background: transparent url("../images/s-checkbox.png") no-repeat 0 -32px;
  color: red;
}
input[type="checkbox"]:-moz-ui-invalid + label:after {
  content: '<<<--- Pflichtfeld!';
}
input[type="text"].calendar,
input[type="date"].calendar {
  padding: 5px 25px 5px 10px;
  background: url('../images/icons/calendar.png') no-repeat right center;
  border: 1px solid #CCC;
  text-align: right;
}
/** helper **/
.cf:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.cf {
  display: inline-block;
}
html[xmlns] .cf {
  display: block;
}
* html .cf {
  height: 1%;
}
.bold {
  font-weight: 600;
}
.animate,
a,
.stdbtn,
tr,
.stdPopup .ui-dialog-buttonset .ui-button,
label,
.ui-state-default {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.left {
  float: left;
}
.right {
  float: right;
}
.cell {
  color: #444;
  display: inline-block;
  font-size: 1.4em;
  line-height: 1.6;
  vertical-align: top;
}
.todo {
  color: red;
}
input[disabled] {
  background: #EEE;
  border: 1px solid #CCC;
  padding: 3px 0;
  width: 100%;
}
a.disabled {
  background: #ccc !important;
  text-decoration: none;
}
a.disabled:hover {
  cursor: default;
}
.hidden {
  display: none;
}
.nolabel label {
  display: none;
}
/** tabellen **/
.grid .align-right {
  text-align: left;
}
.grid_body .last-column {
  text-align: right;
}
/** Header & Footer **/
#header {
  min-width: 0px;
}
#header .logo > img {
  margin-top: 13px;
}
#header .userInfo {
  position: relative;
  right: auto;
  top: auto;
  width: auto;
}
#header .userImg {
  display: none;
  float: none;
}
#header .userName {
  float: left;
  font-size: 1.3em;
  margin-left: 5px;
  margin: 5px 30px 0 5px;
  text-transform: uppercase;
}
#header .userLogout .logout {
  margin: auto;
  background: red;
  color: #FFF;
  display: inline-block;
  padding: 6px 50px;
  text-transform: uppercase;
}
#header .userLogout {
  float: none;
}
/** Login **/
.loginScreen .l50 {
  background: url('../images/login_background.jpg') center center no-repeat transparent;
  box-shadow: 5px 0 5px #ccc;
  background-size: auto 100%;
}
.loginForm {
  margin: 25% 0;
  width: 100%;
  text-align: center;
}
.loginForm input:not(:last-child) {
  border: 1px solid #CCC;
  margin-bottom: 25px;
  padding: 10px 15px;
  width: 390px;
  box-shadow: 0 13px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.1);
  font-size: 1.5em;
  font-family: 'uni', Arial, Helvetica, sans-serif;
}
.loginForm .Loginlogo {
  margin-bottom: 25px;
}
.loginForm .submitLogin {
  background: #9d2624;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.5em;
  padding: 15px;
  text-transform: uppercase;
  width: 420px;
  box-shadow: 0 13px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.1);
}
.loginForm .submitLogin:hover {
  background: #505d63;
  color: #ffffff;
}
.loginForm .errorBox {
  display: block;
  margin: 0 auto 20px;
  width: 42%;
}
#remember_me {
  display: none;
}
input#remember_me[type="checkbox"] + label {
  display: inline-block;
  margin: -5px 0 20px;
  padding: 6px 0 0 20px;
}
/** Layout **/
.col {
  display: inline-block;
  vertical-align: top;
}
.l50 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
}
.r50 {
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 50%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w33 {
  width: 33%;
}
.w50 {
  width: 50%;
}
.aboveContent {
  display: inline-block;
  margin: 20px 0;
  width: 100%;
}
.aboveContent .stdbtn,
.btnPannel .stdbtn {
  font-size: 1.3em;
  margin-top: 15px;
  padding: 7px 40px;
  display: inline-block;
}
/** tables **/
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
table tr {
  font-size: 1.3em;
  height: 45px;
  vertical-align: middle !important;
}
table tr.rows:nth-child(2n+2) {
  background: #F4F4F4;
}
table:not(.staticTable) a {
  color: #928E8D !important;
}
table tr.rows:hover a {
  color: #9d2624 !important;
}
table tr.rows:hover {
  background: #E4E4E4;
}
table tr:nth-child(2) th {
  font-weight: normal;
  vertical-align: top;
}
/*table thead tr:first-child {border-top: 1px solid #CCC; margin-top: 30px; padding-top: 12px; position: absolute; width: 100%;}*/
table tr.search {
  height: 50px;
}
table tr.search input {
  border: 1px solid #918d8d;
  padding: 4px 5px;
  width: 90%;
}
table tr.search input.s50 {
  width: 20%;
}
table tr th {
  font-weight: normal;
}
table tr.filtering th {
  border-top: 1px solid #ccc;
  padding: 10px 10px 10px 0;
}
/** Popups **/
.stdPopup {
  background: #FFF;
  padding: 30px;
  box-shadow: 0 0 10px #AAA;
  text-transform: uppercase;
  width: 50% !important;
  outline: none;
  z-index: 100;
}
.stdPopup .ui-button {
  cursor: pointer;
}
.stdPopup .ui-dialog-title {
  font-size: 3em;
  text-transform: uppercase;
}
.stdPopup .ui-dialog-titlebar {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: 100%;
  color: #aaa;
}
.stdPopup .ui-dialog-titlebar button.ui-dialog-titlebar-close {
  background: none;
  border: medium none;
  float: right;
  font-family: 'uni', Arial, Helvetica, sans-serif;
  font-size: 3em;
  color: #aaa;
}
.stdPopup form {
  font-size: 1.5em;
}
.stdPopup label {
  color: #555;
  display: inline-block;
  margin: 5px 20px 10px 0;
}
.stdPopup input[type="text"] {
  border: 1px solid #CCC;
  display: inline-block;
  font-family: 'uni', Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin: 0.5% 0.5% 0.5% 0;
  padding: 7px 2%;
  width: 40%;
}
.stdPopup .ui-dialog-buttonpane {
  border-top: 1px solid #CCC;
  margin-top: 15px;
  padding-top: 15px;
  display: inline-block;
  width: 100%;
}
.stdPopup .ui-dialog-buttonset .ui-button {
  background: #9d2624;
  border: medium none;
  color: #FFF;
  float: right;
  font-family: 'uni', Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  margin: 20px 0 0 20px;
  padding: 7px 30px;
  outline: none;
}
.stdPopup .ui-dialog-buttonset .ui-button:active {
  outline: none;
}
.stdPopup .ui-dialog-buttonset .ui-button.stdPopupCancel {
  background: #AAA;
}
.stdPopup .ui-dialog-buttonset .ui-button.stdPopupDelete {
  float: left;
  margin-left: 0;
  background-color: Red;
}
.stdPopup .ui-dialog-buttonset .ui-button:hover,
.stdPopup .ui-dialog-buttonset .ui-button.stdPopupCancel:hover {
  background: #444;
}
.ui-widget-overlay.ui-front {
  background: rgba(100, 100, 100, 0.2);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.stdPopup .ui-dialog-content p:first-child {
  color: #AAA;
  font-size: 1.8em;
  margin-bottom: 30px;
}
.stdPopup .ui-dialog-content {
  height: auto !important;
}
.stdPopup.stdPopup80 {
  width: 80% !important;
}
.stdPopup .ui-dialog-content > p > b {
  font-weight: 600;
  text-transform: none;
}
.modal-dialog {
  margin: 0 auto;
  top: calc(-150%);
}
.modal-header {
  color: #aaaaaa;
  margin-bottom: 20px;
  padding: 0 0 10px;
  width: 100%;
}
.modal-header h4 {
  font-size: 3em;
  text-transform: uppercase;
}
.modal-content {
  padding: 30px;
}
.modal-backdrop.in {
  opacity: 0.2;
}
.modal-body .btnBottomSet {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  padding-top: 25px;
}
.modal-body .btnBottomSet button,
.modal-body .btnBottomSet a {
  font-size: 1.5em;
  padding: 7px 30px;
}
/** Datepicker **/
.ui-datepicker {
  background: #ffffff;
  box-shadow: 0 2px 5px #cccccc;
  padding: 10px;
  width: 182px;
  z-index: 10;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-prev {
  float: left;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
  float: right;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
}
.ui-datepicker table.ui-datepicker-calendar thead tr {
  position: inherit;
  font-size: 1em;
}
.ui-datepicker .ui-datepicker-week-end > span {
  color: #9d2624;
}
.ui-datepicker table.ui-datepicker-calendar .ui-state-default:hover {
  color: #9d2624 !important;
}
/** Tabs & Subtabs **/
#sub_tabs .ui-tabs-nav {
  border: medium none;
}
#sub_tabs .ui-state-default {
  background: #9d2624;
  border: none;
}
#sub_tabs .ui-tabs-active {
  background: #ccc !important;
  cursor: default !important;
}
#sub_tabs .ui-tabs-anchor {
  color: #ffffff;
}
#sub_tabs .ui-state-default:hover {
  background: #444444;
}
#sub_tabs .ui-state-active a {
  cursor: default;
}
.nav-tabs > li > a {
  border-radius: 0;
  font-size: 1.5em;
  text-transform: uppercase;
  padding: 10px 26px;
  color: #777777;
  background: none repeat scroll 0 0 #eeeeee;
  border: 1px solid #cccccc;
  margin-right: 10px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #777777;
}
/** Startseite **/
.bodyStart {
  bottom: 70px;
}
.bodyStart h1,
.bodyStart img {
  display: none;
  color: #000000;
}
.baseMenu > a {
  color: #FFF;
  display: inline-block;
  font-size: 1.6em;
  height: 90px;
  margin-bottom: 2.5%;
  overflow: hidden;
  padding: 0 0.5% 0 0;
  text-align: right;
  text-transform: uppercase;
  vertical-align: top;
  width: 92%;
  background: #9d2624;
}
.baseMenu > a:last-child {
  margin-right: 0;
}
.baseMenu .number {
  color: #000;
  float: left;
  font-size: 6em;
  line-height: 0.8;
  margin-left: -3px;
  opacity: 0.1;
}
.baseMenu > a:hover .number {
  color: #ffffff;
}
.baseMenu a b {
  float: right;
  width: 80%;
  margin-top: 10px;
}
.baseMenu.extended {
  bottom: 0;
  display: block;
  height: 120px;
  position: absolute;
  text-align: right;
  width: 99%;
}
.baseMenu.extended > a {
  background: #ff0000;
}
.baseMenu.extended > a.simple {
  display: inline-block;
  float: left;
  background-color: #9d2624;
}
.baseMenu.extended > a:hover,
.baseMenu.extended > a.simple:hover {
  background: #444444;
}
/** Kundendetail **/
.ui-tabs-nav {
  border-bottom: 1px solid #CCC;
}
.ui-tabs .ui-state-default {
  background: #EEE;
  border: 1px solid #CCC;
  display: inline-block;
  font-size: 1.5em;
  margin-right: 10px;
  position: relative;
  text-transform: uppercase;
  top: 1px;
}
.ui-tabs .ui-tabs-anchor {
  color: #777;
  display: inline-block;
  padding: 10px 26px;
}
.ui-tabs .ui-tabs-active {
  background: #FFF;
  border-bottom: 1px solid #FFF;
}
.ui-tabs .ui-state-hover .ui-tabs-anchor {
  color: #9d2624;
}
#tabs #detail ul {
  font-size: 1.6em;
  line-height: 1.6;
  list-style: none outside none;
  text-transform: uppercase;
  width: 50%;
}
#tabs .ui-tabs-panel {
  padding: 40px 0;
  overflow: hidden;
}
#tabs .left,
#tabs .right {
  width: 50%;
}
#tabs table:not(.dataTable) {
  margin: 0 20px 100px 0;
}
#tabs tr {
  vertical-align: top;
}
#tabs tr .label {
  width: 130px;
}
#tabs .highlight {
  background: #F7F7F7;
}
#tabs .highlight table {
  margin: 20px;
}
#form_edit_address.overviewPopup {
  font-size: 1.5em;
}
#addUser .modal-body {
  padding: 0;
}
#addUser .modal-body .row {
  margin-left: -15px;
  margin-right: -15px;
}
#addUser .modal-body label {
  display: none;
}
#addUser .modal-body select,
#addUser .modal-body input {
  font-size: 1.4em;
  height: auto;
  padding: 8px 15px;
  width: 100%;
}
#addUser form ul {
  background: #ffcccc;
  border: 1px solid #ff0000;
  list-style: outside none none;
  padding: 5px;
}
#addresses div .btn.btn-primary {
  display: none;
}
#editUser {
  display: inline-block;
}
#editUser .basics input,
#editUser .basics select {
  height: auto;
  padding: 12px;
  width: 100%;
}
/** Kunden bearbeiten **/
.editUserInfos > input,
.editUserInfos > select {
  border: 1px solid #CCC;
  font-family: 'uni', Arial, Helvetica, sans-serif;
  font-size: 1.7em;
  margin-right: 1%;
  min-width: 18%;
  padding: 7px 10px;
}
.editUserInfos > select {
  padding: 6px 10px;
}
#dialog_edit_address_success > p {
  display: inline-block;
  font-size: 1.6em;
  margin: 0 0 20px;
}
#addAddress input[type="text"] {
  font-size: 1.4em;
  height: auto;
  padding: 10px 15px;
  width: 100%;
}
/** Bestellungsdetail **/
.aboveContent .status {
  color: #AAA;
  display: block;
  font-size: 2em;
  text-transform: uppercase;
  text-align: right;
  margin-top: 12px;
}
.aboveContent .store {
  float: right;
  vertical-align: bottom;
}
.aboveContent .bestellungVom {
  color: #AAA;
  display: inline-block;
  float: left;
  margin-top: 2px;
  vertical-align: top;
  margin-right: 15px;
  font-size: 1.5em;
}
.content {
  margin: 50px 0 0;
  display: inline-block;
  width: 100%;
}
.cell h2 {
  color: #777;
  font-size: 1em;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 600;
}
.cell.highlight {
  background: #F6F6F6;
  padding: 1%;
  width: 31%;
}
.cell.highlight .kommissioniert {
  margin-top: 15px;
  border-top: 2px dotted #CCC;
  padding-top: 10px;
  margin-right: 10px;
}
.cell.cellWithInputs input {
  padding: 5px;
  width: 300px;
  margin-bottom: 5px;
  border: 1px solid #DDD;
}
.productTable {
  margin: 50px 0;
}
.productTable .total_sum {
  color: #888;
  font-weight: 600;
  padding-right: 20px;
  text-align: right;
}
.productTable .tfoot td {
  border-bottom: 2px solid #DDD;
  border-top: 1px solid #DDD;
  color: #888;
}
.productTable .headers > th {
  color: #888;
  font-weight: 600;
}
.productTable table .filtering > th {
  border-top: 1px solid #DDD;
  height: 45px;
  vertical-align: middle;
}
.productTable table td > img {
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.productTable table .uPos td {
  color: #888888;
}
.productTable table .uPos.first td {
  border-top: 1px solid #DDD;
}
.handleOrderBtn {
  text-align: right;
  margin-top: 15px;
}
.comment {
  display: block;
  margin-bottom: 70px;
  width: 70%;
}
.comment > img {
  float: left;
  margin-right: 20px;
  width: 15%;
}
.comment > .right {
  width: 80%;
}
.comment .title {
  border-bottom: 1px solid #CCC;
  display: block;
  font-size: 1.3em;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
  width: 100%;
}
.comment .title .date {
  float: right;
}
.comment .commentText {
  display: inline-block;
  font-size: 1em;
  line-height: 1.6;
  width: 100%;
}
.comment .commentText textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CCC;
  font-family: 'uni', Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
}
.comment .commentText .stdbtn {
  float: right;
}
.comment .commentText label {
  padding-top: 7px;
}
.comment .customer_informed {
  margin-top: 10px;
}
.comment b {
  color: #9d2624;
  font-weight: 600;
}
.order_nr > img {
  position: relative;
  top: 2px;
}
#select_process_positions {
  float: right;
  padding: 4px 10px;
  position: relative;
  z-index: 0;
}
.payments .staticTable {
  font-size: 11px;
}
.payments .staticTable tr {
  height: 30px;
}
.payments .staticTable td {
  width: 60px !important;
}
#bestellungsdetails.extras {
  background: #F6F6F6;
  display: inline-block !important;
  margin-top: 20px;
  padding: 25px 0;
  width: 100%;
}
#dialog_anzahlung > label {
  font-size: 1.5em;
}
#dialog_anzahlung #anzahlung_description {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'uni', Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  padding: 10px;
}
/** Bestellung anlegen **/
#artikelInfos #positionsuebersicht_wrapper {
  margin-top: 50px;
}
#artikelInfos #positionsuebersicht tfoot tr td:first-child {
  padding-right: 40px;
  text-align: right;
}
#artikelInfos #positionsuebersicht tfoot tr.options td {
  border-top: 1px solid #CCC;
}
#artikelInfos #positionsuebersicht tfoot tr.sum td {
  border-top: 2px solid #CCC;
  font-weight: 600;
}
#artikelInfos > input,
#kundenInfos > input {
  color: #909090;
  font-family: 'uni', Arial, Helvetica, sans-serif;
  margin-bottom: 8px;
  min-width: 180px;
  padding: 5px 10px;
  text-transform: uppercase;
}
#artikelInfos button.stdbtn,
#kundenInfos button.stdbtn {
  background: #9d2624;
  border: none;
  color: #FFF;
  font-family: 'uni', Arial, Helvetica, sans-serif;
  padding: 5px 15px;
  text-transform: uppercase;
  cursor: pointer;
}
#artikelInfos button.stdbtn:hover,
#kundenInfos button.stdbtn:hover {
  background: #444;
}
#kunde_adressen input[type="radio"]:checked + label {
  background: none repeat scroll 0 0 #9d2624;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 0 10px;
}
#alle_artikel.smallTable {
  font-size: 0.8em;
}
#zahlweise #select_payment_options,
#zahlweise #versandart select {
  padding: 5px 10px;
  width: 250px;
}
#zahlweise #versandart {
  font-size: 1.2em;
  margin-top: 20px;
}
#create_order #footer {
  padding-top: 50px;
}
#positionsuebersicht tbody input,
#positionsuebersicht tfoot input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 5px;
  width: 75%;
}
/** Unterseiten Allgemein **/
.subHeader {
  border-bottom: 1px solid #CCC;
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 50px;
  width: 100%;
}
.subHeader a {
  float: right;
  font-size: 2.4em;
  text-transform: uppercase;
  margin: 10px 0 20px;
}
/** Artikeldetails **/
.fullWidth {
  display: inline-block;
  width: 100%;
  margin: 50px 0;
}
#articleDetail .col .largeImg {
  width: 100%;
}
#articleDetail .col .thumbImg {
  max-width: 25%;
  max-height: 77px;
  float: left;
  margin: 3px;
}
#articleDetail .miniDesc {
  padding: 0 1%;
  width: 47%;
}
#articleDetail .importantInfo {
  background: #f6f6f6;
  width: 23%;
  padding: 1%;
}
#articleDetail .importantInfo tr:nth-child(2) {
  color: #9d2624;
  font-size: 2.2em;
}
#articleDetail .miniDesc p,
.articleDetail #details,
.articleDetail #versand_paketinfo {
  color: #909090;
  font-size: 1.3em;
  margin-top: 10px;
  text-transform: uppercase;
}
#articleDetail .miniDesc p {
  text-transform: none;
}
.articleDetail #beschreibung,
.articleDetail #versand_paketinfo {
  color: #909090;
  font-size: 1.3em;
  margin-top: 10px;
}
.articleDetail #details label,
.articleDetail #versand_paketinfo label {
  display: inline-block;
  font-weight: 200;
  width: 160px;
}
.articleDetail #details input[type="text"],
.articleDetail #versand_paketinfo input[type="text"] {
  color: #909090;
  margin-bottom: 8px;
  padding: 5px 10px;
  text-align: right;
  text-transform: uppercase;
  min-width: 180px;
  border: 1px solid #DDD;
}
.articleDetail #details input[type="text"].withEnd,
.articleDetail #versand_paketinfo input[type="text"].withEnd {
  padding: 5px 40px 5px 10px;
  min-width: 150px;
  border: 1px solid #ddd;
}
.articleDetail #details .inputEnd,
.articleDetail #versand_paketinfo .inputEnd {
  font-size: 0.7em;
  left: -33px;
  position: relative;
}
.articleDetail #details .col,
.articleDetail #versand_paketinfo .col {
  margin-bottom: 20px;
}
.articleDetail #artikelverknupfungen .dataTables_wrapper {
  margin-bottom: 50px;
}
.shoplogos.inactive {
  opacity: 0.5;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.dataTables_empty {
  vertical-align: middle !important;
}
/** Artikel anlegen & bearbeiten **/
#allgemein .w100 label {
  background: #EFEFEF;
  color: #666;
  cursor: pointer;
  font-family: 'uni', Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  margin-left: 1px;
  margin-top: 1px;
  padding: 11px 10px 10px;
  position: absolute;
  width: 65px;
}
#allgemein #product_name,
#allgemein #ils_backend_artikelbundle_artikeltype_name {
  width: 100%;
  text-transform: none;
  height: auto;
}
#allgemein .w100 input {
  color: #666666;
  font-family: 'uni', Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  padding: 9px 1% 9px 90px;
  height: auto;
  width: 92.8%;
  margin-bottom: 1%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
#allgemein > .col.w33 {
  margin: 50px 0;
}
#allgemein .col.w33 > div > input,
#allgemein .col.w33 > div > label,
#allgemein .col.w33 .inputEnd,
#paketInfos .pakete > div > label {
  color: #909090;
  font-size: 1.3em;
  text-transform: uppercase;
}
#allgemein .col.w33 > div > input,
#allgemein .col.w33 > div > select,
#paketInfos .pakete > input {
  color: #909090;
  margin-bottom: 8px;
  min-width: 180px;
  padding: 5px 10px;
  text-align: right;
  text-transform: uppercase;
  font-family: 'uni', Arial, Helvetica, sans-serif;
  border: 1px solid #ddd;
}
#allgemein .col.w33 > select {
  width: 202px !important;
}
#allgemein .col.w33 option:nth-child(n+2) {
  padding: 2px 5px;
  position: relative;
  text-align: left;
  top: 6px;
}
#allgemein .col.w33 > input.withEnd {
  min-width: 150px;
  padding: 5px 40px 5px 10px;
}
#allgemein .col.w33 > label,
#allgemein .col.w33 > div > label {
  display: inline-block;
  font-weight: 200;
  width: 160px;
}
#allgemein .col.w33 .inputEnd {
  font-size: 1em;
  left: -33px;
  position: relative;
}
.contentBlock {
  display: inline-block;
  margin-bottom: 50px;
  margin-top: 20px;
  width: 100%;
}
.contentBlock h3.subheadline {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.contentBlock > div > label {
  color: #555555;
  display: inline-block;
  margin: 5px 20px 10px 0;
  font-size: 1.5em;
  text-transform: uppercase;
}
#lieferInfos .col.w33 {
  margin-top: 20px;
}
#paketInfos .pakete {
  margin-top: 20px;
}
#paketInfos .pakete > label {
  display: inline-block;
  font-weight: 200;
  width: 160px;
}
#katInfos .item {
  color: #909090;
  font-size: 1.3em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
#katInfos .item > span {
  margin: 0 10px;
}
#katInfos .additionalAtrributes {
  margin-top: 50px;
}
#edit_kategories_div label {
  color: #555555;
  display: inline-block;
  margin: 5px 20px 10px 0;
  font-size: 1.2em;
  text-transform: uppercase;
}
#edit_categories_button,
#add_img_button {
  display: inline-block;
  margin-top: 20px;
}
#imgInfos .image_container_span {
  vertical-align: top;
}
#imgInfos .deleteImage {
  left: -18px;
  position: relative;
  vertical-align: top;
}
#priceInfos .col.w33 {
  margin-top: 20px;
}
#plattformInfo input[type="checkbox"] + label {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all .6s ease;
  /* Fade to color for Chrome and Safari */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0.5;
  background: none;
}
#plattformInfo input[type="checkbox"]:checked + label {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: none;
  /* IE6-9 */
  -webkit-filter: grayscale(0%);
  /* Chrome 19+ & Safari 6+ */
  opacity: 1;
}
#plattformInfo input[type="checkbox"] + label[disabled] {
  cursor: default;
}
/** Artikel bearbeiten - eBay-Tab **/
#span_price_auction_fixed_price {
  margin: 20px 0 0;
}
.variationen > label,
#span_price_auction_fixed_price > label,
#div_edit_new_ebay_price > label,
.ebay_variationen {
  color: #909090;
  font-size: 1.3em;
  text-transform: uppercase;
  width: 250px;
  display: inline-block;
}
.variationen > input,
#span_price_auction_fixed_price > input,
#div_edit_new_ebay_price > input,
.ebay_variationen_item > div > input {
  min-width: 150px;
  padding: 5px 40px 5px 10px;
  border: 1px solid #DDD;
  color: #909090;
  font-family: 'uni', Arial, Helvetica, sans-serif;
  margin-bottom: 8px;
  min-width: 180px;
  padding: 5px 10px;
  text-align: right;
  text-transform: uppercase;
}
.ebay_variationen_item {
  background: #EEE;
  margin: 20px 0;
  padding: 10px;
}
.ebay_variation_name,
.ebay_variation_number_values {
  margin: 0 10px;
  padding: 5px;
}
.ebay_variationen_item > div {
  border-top: 1px solid #DDD;
  margin: 15px 0 0;
  padding-top: 15px;
}
.ebay_variationen_item > div > input {
  margin-right: 25px;
}
.ebay_variationen {
  width: auto;
}
#div_edit_new_ebay_price > label {
  width: 100px;
}
#ebayTabAllgemein .w100 label,
#div_edit_new_ebay_title label,
#div_edit_new_amazon_title label {
  background: #EFEFEF;
  color: #666;
  cursor: pointer;
  font-family: 'uni', Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  margin-left: 1px;
  margin-top: 1px;
  padding: 11px 10px 10px;
  position: absolute;
  width: 85px;
}
#ebayTabAllgemein .w100 input,
#div_edit_new_ebay_title input,
#div_edit_new_amazon_title input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #DDD;
  color: #666;
  font-family: 'uni', Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  margin-bottom: 1%;
  padding: 9px 10px 9px 120px;
  width: 100%;
}
#div_edit_new_amazon_title label {
  width: 95px;
}
#div_edit_new_amazon_title input {
  padding: 9px 10px 9px 130px;
}
#generated_ebay_categories > select {
  margin-right: 5px;
  padding: 5px;
}
.siegel {
  line-height: 2;
  margin: 10px 0;
}
.siegel > label {
  display: inline-block;
}
/** Wareneingang **/
/*#select_process_positions_stock_in, .dropdownUnderTable{float: right; margin-top: -56px; padding: 3px 10px; position: relative; width: 15%; z-index: 0;}*/
#select_process_positions_stock_in > option,
.dropdownUnderTable > option {
  padding: 5px 0;
}
#dialog_create_stock_in > p,
#dialog_create_stock_in_cancel > p {
  color: #AAA;
  font-size: 1.8em;
  margin-bottom: 30px;
}
/** Warenausgang **/
#select_process_positions_lieferung,
.dropdownUnderTable {
  float: right;
  top: -39px;
  padding: 10px 30px !important;
  position: relative;
  z-index: 0;
  margin-left: 10px;
}
#select_process_positions_lieferung > option,
.dropdownUnderTable > option {
  padding: 5px 0;
}
table tr img.disabled {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}
table tr td:not(:first-child) img {
  margin-right: 5px;
}
#waren_ausgang_lieferungen .left.volumen {
  font-size: 1.3em;
  position: relative;
  top: -35px;
  width: auto;
}
#waren_ausgang_lieferungen .left.volumen input {
  margin-left: 10px;
  padding: 5px 10px;
}
#waren_ausgang_lieferungen_table,
#waren_ausgang_abgeschlossene_lieferungen_table,
#warenbestand_artikel {
  margin: 0 20px 0 0 !important;
}
#dialog_create_stock_in label {
  font-size: 1.5em;
}
/** Reklamation **/
#dialog_create_credit_memo > p {
  color: #AAA;
  font-size: 1.8em;
  margin-bottom: 30px;
}
#bestellungsdetails .comment {
  width: 50%;
}
#textarea_complaint_reason {
  width: 90%;
}
/** Verwaltung & Benutzerverwaltung **/
.lsvverwaltung input {
  padding: 7px 25px;
  width: 250px;
  border: 1px solid #ddd;
}
.lsvverwaltung table tr:nth-child(2n+2) td {
  background: #F6F6F6;
}
#userAdministration tr:nth-child(2n+3) {
  background: #F6F6F6;
}
#userAdministration tr:nth-child(2n+3) .dark {
  background: #EEE;
}
#userAdministration .dark {
  background: #F6F6F6;
}
/** Suche **/
h2.searchText {
  font-weight: normal;
  text-transform: none;
}
#input_search {
  font-size: 1.7em;
  padding: 0.7%;
  width: 70%;
  border: 1px solid #ddd;
}
#input_search_btn {
  font-size: 1.7em;
  padding: 0.7% 40px;
}
.searchTableHead th {
  font-weight: 600;
  border-bottom: 1px solid #444;
  text-transform: uppercase;
}
.line1 {
  background: #F6F6F6 !important;
}
.line2 {
  background: #EEE !important;
}
.line1 ~ tr {
  background: #F6F6F6;
}
.line2 ~ tr {
  background: #EEE;
}
#results {
  margin-top: 50px;
}
/** BOOTSTRAP CLASSIC **/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  color: #555555;
  display: inline-block;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 4px 6px;
  vertical-align: middle;
  height: 30px;
}
select {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  width: 220px;
}
select,
input[type="file"] {
  height: 30px;
  line-height: 30px;
}
/** Modal **/
.modal-content {
  border-radius: 0px;
}
/** RESPONSIVE **/
@media (max-width: 850px) {
  .loginScreen .l50 {
    display: none;
  }
  .loginScreen .r50 {
    height: 100%;
    left: 10%;
    margin: 0 auto;
    position: absolute;
    right: 10%;
    top: 0;
    width: 80%;
  }
  .loginScreen input {
    box-sizing: border-box;
    height: 50px !important;
    width: 100% !important;
  }
}
@media (min-width: 850px) {
  h1 {
    font-size: 4em;
  }
  #body {
    min-width: 900px;
  }
  /** Header & Footer **/
  #header .userInfo {
    position: absolute;
    right: 0;
    top: 0;
    width: 350px;
  }
  #header .userImg {
    float: right;
    display: block;
  }
  #header .userName {
    float: right;
    font-size: 2em;
    margin-right: 20px;
    text-transform: uppercase;
  }
  #header .userLogout {
    float: right;
  }
  #header .userLogout .logout {
    background: red;
    color: #FFF;
    display: inline-block;
    margin: 16px 20px 0 0;
    padding: 6px 50px;
    text-transform: uppercase;
  }
  #header .userLogout .logout:hover {
    background: #444444;
  }
  #footer .quicklinks {
    color: #BBB;
    float: right;
    font-size: 1.4em;
    margin-top: 25px;
    text-transform: uppercase;
  }
  #footer .quicklinks span {
    color: #bbb;
    font-weight: 600;
  }
  #footer .quicklinks .quicklink {
    margin-left: 20px;
  }
  /** Startseite **/
  .bodyStart {
    bottom: 70px;
    background: url("../images/bg/startBg.jpg") no-repeat scroll -330px -120px transparent;
    background-size: 100% auto;
  }
  .bodyStart h1 {
    font-size: 4em;
    position: relative;
    display: inline-block;
    top: 15px;
  }
  .bodyStart img {
    clear: right;
    margin: 0 55px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
  }
  .baseMenu > a {
    color: #FFF;
    display: inline-block;
    font-size: 100%;
    height: 90px;
    margin-right: 5.8%;
    overflow: hidden;
    padding: 0 0.5% 0 0;
    text-align: right;
    text-transform: uppercase;
    vertical-align: top;
    width: 11%;
    margin-bottom: 0;
  }
  .baseMenu.extended {
    height: 90px;
  }
  .baseMenu > a:last-child {
    margin-right: 0;
  }
  .baseMenu .number {
    color: #000;
    float: left;
    font-size: 3em;
    line-height: 0.8;
    margin-left: -3px;
    opacity: 0.1;
  }
  .baseMenu > a:hover .number {
    color: #ffffff;
  }
  .baseMenu a b {
    float: right;
    width: 100%;
    margin-top: 10px;
  }
  /** Zoo Hannover API **/
  .stripe {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 160px;
    display: inline-block;
    margin-top: 9%;
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .baseMenu > a {
    font-size: 130%;
    height: 120px;
  }
  .baseMenu a b {
    float: right;
    margin-top: 50px;
    width: 80%;
  }
  .baseMenu.extended {
    height: 120px;
  }
  .bodyStart {
    background-position: 0 -280px;
  }
}
@media (min-width: 1700px) {
  .baseMenu > a {
    color: #FFF;
    display: inline-block;
    font-size: 160%;
    height: 120px;
    margin-right: 5.8%;
    overflow: hidden;
    padding: 0 0.5% 0 0;
    text-align: right;
    text-transform: uppercase;
    vertical-align: top;
    width: 11%;
  }
  .baseMenu a b {
    float: right;
    margin-top: 50px;
    width: 80%;
  }
}
/** Temporär Bestelldetails Inputfelder **/
.content .cell.w33.tempInput input[type="text"] {
  border: 1px solid #DDD;
  padding: 5px;
  width: 60%;
}
.bestellung_disabled {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
#image_upload_modal {
  background: #fff;
  margin: auto !important;
}
