
* {
    -moz-box-sizing: border-box;
    -webkkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body { 
    position: relative;
    background-color: #f1eef4 !important;
    /*TestHP
    background-color: #fafd01;*/
    margin:0 !important;
    padding:0 !important;
    font-family: ‘Oswald’, sans-serif !important;
    font-size: 0.95em !important;
    color: #222222 !important;
    height: 100%;
    /*overflow-y: scroll;
    -webkit-overflow-scrolling: touch;*/
}
body.print, body.show,.body_start {
    /*position: relative;*/
    background-color: #FFF !important;
    /*TestHP
    background-color: #fafd01;*/
    height: auto;
}
.clear {
    clear: both;
}
.clear:after {
    clear: both;
    content: "";
    display: table;
}
a:link { color:#2b3755; text-decoration: none;}
a:visited { color:#2b3755; text-decoration: none;}
a:hover { color:#2b3755; text-decoration: underline; }
a:active, a:focus { color:#000000; text-decoration: underline;}

h1, h2, h3, h4, h5, h6 {
    color: #134563;
    margin: 0 0 10px 0;
}
.center {
    text-align: center;
}
.fontRed {
    color: red;
}
.fontGreen {
    color: green;
}
.fontBlue {
    color: blue;
}
.fontColorBlue {
    color:#1975bb;
}
.fontColorRed {
    color:#ec1822;
}
.fontDarkBlue {
    color: darkblue;
}
.fontBig {
    font-size:1.5em;
}
.fontSmall {
    font-size:0.8em;
}
.bgRed {
    background: red;
    color: #FFF;
}
.bgGreen {
    background: green;
    color: #FFF;
}
.bgGreenLight {
    background: #d8f0d8;
    color: #000;
}
.bgRedLight {
    background: #ecd2d5;
    color: #000;
}
.bgGrey {
    background: grey;
}
hr.styleDashed {
    border-top: 1px dotted #134563; 
    background: #f1eef4;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #EEE;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #EEE;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #EEE;
}
:-moz-placeholder { /* Firefox 18- */
  color: #EEE;
}
input[type="text"], 
input[type="number"],
input[type="password"],
textarea {
    border: 1px solid #AAA;
    color: #6E6E6E;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1.1em;
    box-shadow: 0 1px 2px rgba(185,185,185,0.2) inset, 0 -1px 0 rgba(185,185,185,0.05) inset;
    transition: all 0.2s linear;    
    height: 35px;
    border-radius: 5px ;
    padding: 5px 10px;
    vertical-align: middle;
    display:block; 
}
input.error, textarea.error {
    border: 1px solid #FF0000;
    box-shadow: 0 1px 2px rgba(185,185,185,0.2) inset, 0 -1px 0 rgba(185,185,185,0.05) inset;
    transition: all 0.2s linear;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1.1em;
    color: #A2A2A2;
    height: 35px;
    border-radius: 5px ;
    padding: 0 10px;
    vertical-align: middle;
    display:block;
}
.searchButton {
    background: #FFFFFF url('../images/icons/search-128.png') center center no-repeat;
    background-size: 25px 25px;
    padding: 15px;
    margin-left:2px;
}
input[type="radio"],
input[type="checkbox"] {
    vertical-align: middle;
    transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    height: 12px;
    width: 12px;
    cursor: pointer;
    margin: 0 5px 0 0;
    border: 1px solid #134563;
}
input[type="radio"]:checked,
input[type="checkbox"]:checked {
    border: 1px solid #134563;
}
input[type="radio"]:hover,
input[type="checkbox"]:hover {
    border: 3px solid #134563;
}
input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
    height: 12px;
    width: 12px;
    position: absolute;
    content: '';
    display: inline-block;
    font-size: 26.66667px;
    text-align: center;
    line-height: 40px;
    padding: 5px;
}
input[type="radio"]:checked::after,
input[type="checkbox"]:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: navy;
    content: '';
    display: block;
    position: relative;
}
input[type="radio"] {
    border-radius: 100%;
}
input[type="checkbox"] {
    border-radius: 2%;
}

input[type="radio"]::after,
input[type="checkbox"]::after {
    border-radius: 100%;
}
input:disabled, input[readonly="readonly"] {
    background: #DDD;
}
input.matchedit, input.matcheditShamd, input.matcheditAn, input.matcheditAb, input.matcheditAbgeholt, input.matcheditSammelNr, 
input.matcheditContainerDatum, input.matcheditTara, input.matcheditPlombeNr, input.matcheditShamdNr, input.matcheditCon,
input.matcheditInventur, input.matcheditBarbetrag,
input.matcheditOelwechsel_km {
    border: transparent;
    width: 125px;
    height: 25px;
    padding: 5px;
    margin: 0;
    font-size: 1.05em;
    color: #555;
}
input.matcheditProtocol  {
    border: 1px solid #F5F5F5;
    width: 125px;
    height: 25px;
    padding: 5px;
    margin: 0;
    font-size: 1.05em;
    color: #555;
}
input.inputBig {
    /*height: 15px;
    width: 15px;*/
    transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    margin: 10px;
}
input.inputBig:checked::before {
    /*height: 15px;
    width: 15px;*/
}
input.inputBig:checked::after {
    background: #CCC;  
}
span.spanMobile {
    font-size:2em;
}
span.spanBig {
    font-size:1.5em;
}
.hidden {
  display: none;
  opacity: 0;
}
.imgImagesOuter {
    width: auto;
    height: auto;
    text-align: center;
}
img.imgImages {
    background:#FFF;
    border-radius: 5px ;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    overflow: hidden;
    padding: 3px;
    height: 90px;
}
select {
    background: #FFF url(../images/icons/arrow_right2-128.png) left no-repeat;
    background-size: 30px 30px;
    border-radius: 5px ;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    overflow: hidden;
    padding: 5px 0px 5px 30px;
    height: 43px;  /* Chrome & Safari height */
}
select.ohneImg {
    background:#FFF;
    border-radius: 5px ;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    overflow: hidden;
    padding: 8px;
}
option {
    padding: 5px 0px 5px 30px;
    background: #FFF url(../images/icons/arrow_right2-128.png) left no-repeat;
    background-size: 30px 30px;
    /*border-bottom: 1px dotted black;*/ 
    cursor: pointer;
    
    border-width: 1px;
    border-style: solid;
    border-color: #000;
}
option.ohneImgTitel {
    padding: 5px 0px 5px 5px;
    background:url(../images/icons/transparent.png) left no-repeat;
    font-weight: bold;
}
option.ohneImg {
    padding: 5px 0px 5px 5px;
    background:url(../images/icons/transparent.png) left no-repeat;    
}

.dropbtn {
    background-color: #cbf9fc;
    padding: 3px 10px;
    font-size:14px;
    border:1px solid #5a5a5a;
    border-radius: 3px 3px 0 0;
    cursor: pointer;
    text-align: center;
}
.dropbtnSort {
    background-color: #FFF;
    padding: 5px 10px;
    font-size:14px;
    border:1px solid #5a5a5a;
    border-radius: 3px 3px 0 0;
    cursor: pointer;
    text-align: center;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
    min-width: 200px;
    border: 1px solid #A2A2A2;
}
/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 8px 10px;
    text-decoration: none;
    display: block;
}
.dropbtnSort .dropdown-content a {
    color: black;
    padding: 0px 10px;
    text-decoration: none;
    display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1eef4}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #2b3755;
    color:#FFF;
}
.dropbtnSort:hover {
    background-color: #2b3755;
    color:#FFF;
}
#showVorlage {
    display:none;
    background:#FFF;
    position: absolute;
    z-index: 1;
    border:1px solid #DDD;
    right: 0;
    top:50px;
    width:400px;
    max-height:400px;
    overflow: auto;
    padding:8px;
}

button.posNr {
    width:auto;
    font-size:1em; 
    padding: 5px 10px;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    border:1px solid #2b3755;
    background: transparent;
    text-align:center;
}
button.posNrActive {
    width:auto;
    font-size:1em; 
    padding: 5px 10px;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    border:1px solid #2b3755;
    background: #900000;
    color: #FFF;
    text-align:center;
}

.floatLeft {
    float:left;
}
.floatRight, .searchRight {
    float: right;
}
.divLeft19 {
    float:left;
    width:19%;
}
.divRight19 {
    float:right;
    width:19%;    
}
.divLeft24 {
    float:left;
    width:24%;
}
.divRight24 {
    float:right;
    width:24%;    
}
.divLeft33 {
    float:left;
    width:33%;
}
.divRight33 {
    float:right;
    width:33%;    
}
.divLeft50 {
    float:left;
    width:50%;
}
.divRight50 {
    float:right;
    width:50%;    
}

.whiteDiv,.whiteDiv0 {
    background: #FFF;
    padding: 10px;
    margin: 5px;
    display:block;
    width:auto;
    border: 1px solid #FFF;
}
.adminEmailsDiv0 {
    background: #e0e8fb;
    padding: 10px;
    margin: 5px;
    display:block;
    width:auto;
    border: 1px solid #000;
}
.whiteDiv:hover,.whiteDiv0:hover, .adminEmailsDiv0:hover {
    /*background:#e0edf3;*/
    background: #f3f9fc;
    border: 1px solid #2b3755;
}
.whiteDiv .title,
.whiteDiv0 .title {
    width: 100%;
    padding: 10px;
    background: #e0edf3;
    font-size:1.1em;
}
.greyDiv {
    background: #DDD;
    padding: 10px;
    margin: 5px;
}
.buttonTransparent, .buttonTransparentHover {
    width: 100%;
    border: 0; 
    background: transparent;
    cursor:pointer;
    text-align:left;
}
.buttonTransparentHover:hover {
    background: #2b3755;
    color:#FFF;
}
.buttonTransparentActive {
    width: 100%;
    border: 0; 
    background: #2b3755;
    cursor:pointer;
    text-align:left;
    color: #FFF;
}
.buttonTransparentBorder {
    border: 1px dotted #2b3755; 
    border-radius: 3px;
    margin: 0px 5px;
    background: transparent;
    cursor:pointer;
    text-align:left;
    padding: 3px 5px;   
}
.buttonTransparentBorder:hover {
    background: #FFFFFF;
    border: 1px solid #FF0000;
}
.buttonTransparentActiveC {
    width: 100%;
    border: 0;
    background: #FFF;
    cursor:pointer;
    text-align:left;
    color: #FFF;
}
.buttonGreenLightBorder {
    border: 1px solid #2b3755; 
    border-radius: 3px;
    background: #d8f0d8;
    cursor:pointer;
    text-align:left;
    padding: 5px 10px;   
}
.buttonGreenLightBorder:hover {
    background: #FFFFFF;
}
.buttonReset {
    border-radius: 3px;
    cursor:pointer;
    padding: 7px 10px;
    border: 1px solid #FF0000;
    margin: 5px;
    font-size:1.3em;
}
.buttonWithout {
    cursor:pointer;
    padding: 5px 10px;
    background: transparent;
    border:0;
    border-bottom: 2px dotted #FFF;
    text-align:left;
    margin: 5px;
    min-width: 180px;
}
.buttonWithout:hover {
    border-bottom: 2px dotted blueviolet;
    color: blueviolet;
}
.buttonNeuEmail {
    cursor: pointer;
    padding: 10px;
    background: #2b3755;
    color:#FFF;
    border-radius: 5px;
    border: 2px dotted #2b3755;
    text-align:center;
    width: 100%;
}
.buttonNeuEmail:hover {
    cursor: pointer;
    padding: 10px;
    background: #FFF;
    color: #2b3755;
    border-radius: 5px;
    border: 2px dotted #2b3755;
    text-align:center;
    width: 100%;
}
.image {
    border-radius: 5px;
    padding: 6px;
    border: 1px dotted #A2A2A2;
}
.imageFormat {
    float:left;
    font-size:1em; 
    font-style: italic;
    margin: 5px 10px;
}
.thumb60 {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-position: center center;
    background-size: cover;
}
.thumb50 {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-position: center center;
    background-size: cover;
}
div.table { 
    display: table; 
    border-collapse:collapse; 
    table-layout: fixed;
    white-space: normal;
}
div.tablePrint { 
    display: table; 
    border-collapse:collapse; 
    table-layout: fixed;
    font-size:1em;
    white-space: normal;
}
div.tablePrintTD {
    position:absolute;
    /*top: 10%;*/
    left: -360px;
    bottom:0;
}
div.tableBorder { 
    display: table; 
    border-collapse:collapse;
    table-layout: fixed; 
    border: 1px dotted navy;
    white-space: normal;
}
/*div.thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}*/
div.tr { 
    display:table-row; 
    page-break-inside: avoid;
}
div.trBorder { 
    display:table-row; 
    /*page-break-inside: avoid;*/
    border: 1px solid navy;
    white-space: nowrap;
}
div.td, div.td50 { 
    display:table-cell; 
    border: 0px solid navy; 
    padding: 3px; 
    vertical-align: middle;
    page-break-inside: avoid;
}
div.td0 { 
    display:table-cell; 
    border: 0px solid navy; 
    padding: 0px; 
    vertical-align: middle;
    overflow: hidden;
    page-break-inside: avoid;
    /*white-space: nowrap;*/
}
div.tdBorder {
    display:table-cell; 
    border: 1px dotted navy; 
    padding: 3px; 
    vertical-align: middle;
    /*white-space: nowrap;*/
    width: auto !important;
}
.sticky {
    position: absolute;
    height: 5em; 
    background:#FFF;
    z-index:5;
}
.tall {
}
div.tdBorder.cellEditing {
    background:black;
    color:white;
    /*white-space: nowrap;*/
}
div.colspan {
  /* What to do here? */
  display: table-caption; 
}
div.cell {
    display: table-cell;
}
div.cell.empty {
    position: absolute;
    width: 5px;
}
strong.pos {
    font-size: 1.3em;
    color: #4b5e8d;
}
.textCenter {
    text-align: center;
}
.textLeft {
    text-align: left;
}
.textRight {
    text-align: right;
}

.rowTablewrapper {
  position: relative;
}
.rowTable {
  display: table;
}
.rowTr {
  display: table-row;
}
.rowTd {
  display: table-cell;
  border: 1px solid red;
  padding: 1em;
}
.rowTd.empty {
  border: none;
  width: 100px;
}
.rowTd.rowspanned {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
}
.fixed {
    position:fixed;
    top:10px;
    left:28px;
    z-index: 99999;
}

#content {
    width:auto;
    overflow: auto;
    padding: 90px 10px 10px 30px;
}
#contentshow {
    overflow: auto;
    padding: 10px 10px 10px 30px;
    /*width: 100%;
    height: 100%;*/
}
#logo {
    margin: 0 auto;  
    max-width: 360px; 
    text-align: center;
}
#logo img { 
    max-width: 360px; 
}
.imageLogoInvoice {
    width:60%;
}
#loginOuter {
    width: auto;
    text-align: center;
}
#loginInfo {
    padding: 5px;
    border: 3px solid #FF0000;
}
#login {
    display: inline-block;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #2b3755;
    background: #FFF;
    /*max-width: 360px;*/
}
#login .top {
    background: #2b3755;
    height: 50px;
    color:#FFF;
    text-align: center;
    font-size: 1.8em;
    text-transform: uppercase;
    padding: 10px;
}
#login .content {
    padding: 15px;
}
#login .content .imgUser, .contentTable .imgUser {
    border-radius: 50px;
    padding: 2px;
    border: 1px solid #2b3755;
    vertical-align: middle;
    margin: 5px 10px 5px 0;
}
#login .content .imgUserNo, .contentTable .imgUserNo  {
    width: 50px; 
    border-radius: 50px;
    padding: 2px;
    vertical-align: middle;
    margin: 5px 10px 5px 0;
}
#login .content .imgUserButton {
    border: 1px dotted #2b3755;
    text-align:left;
    background: #F5F5F5;
    cursor: pointer;
    margin: 10px 0;
    width: 100%;
    font-size: 1.7em;
    padding: 0 10px 0 5px;
}
.imgUserLogo {
    border-radius: 40px;
    width:40px;
    padding: 2px;
    border: 1px solid #2b3755;
    vertical-align: middle;
    margin: 5px 5px 5px 0;
}
.imgUserLogoHeader {
    border-radius: 90%;
    width: 90%;
    padding: 2px;
    border: 1px solid #2b3755;
    vertical-align: middle;
    margin: 5px 5px 5px 0;
}
.inputPasswortUsername {
    float:left;
    width: 35px;
    height: 37px;
    background: #EEE url('../images/login/login_passwort.png') center center no-repeat; 
    background-size: 30px 30px;
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 1px 2px rgba(185,185,185,0.2) inset, 0 -1px 0 rgba(185,185,185,0.05) inset;
    transition: all 0.2s linear;
}
input[name="passwort_username"] {
    border: 1px solid #eaeaea;
    box-shadow: 0 1px 2px rgba(185,185,185,0.2) inset, 0 -1px 0 rgba(185,185,185,0.05) inset;
    transition: all 0.2s linear;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1.2em;
    color: #A2A2A2;
    height: 35px;
    width: 93%;
    padding-left: 45px;
    background: url('../images/login/login_passwort.png') left center no-repeat; 
    background-size: 35px 35px;
    border-radius: 5px ;
    margin: 10px;
}
input[type="submit"][name="cancelContract"] {
    box-shadow: 0 1px 2px rgba(185,185,185,0.2) inset, 0 -1px 0 rgba(185,185,185,0.05) inset;
    transition: all 0.2s linear;
    font-family: "Helvetica Neue", sans-serif;
    color: #FFFFFF;
    height: 35px;
    border:1px solid #FF0000;
    background: #FF0000;
    background: -moz-linear-gradient(top, #f6f7e7 0%,#FF0000 100%);
    background: linear-gradient(to bottom, #f6f7e7 0%,#FF0000 100%);
    border-radius: 5px ;
    margin: 10px;
}
input[type="submit"][name="cancelContract"]:hover {
    border:1px solid #f6f7e7;
    background: #f6f7e7;
    background: -moz-linear-gradient(top, #FF0000 0%,#f6f7e7 100%);
    background: linear-gradient(to bottom, #FF0000 0%,#f6f7e7 100%);
}
button.submitLogin, input[type="submit"] {
    width:auto;
    font-size:1em; 
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    border:1px solid #2b3755;
    background: #2b3755;
    background: -moz-linear-gradient(top, #f6f7e7 0%,#2b3755 100%);
    background: linear-gradient(to bottom, #f6f7e7 0%,#2b3755 100%);
}
button.submitLogin:hover, input[type="submit"]:hover {
    width:auto;
    font-size:1em; 
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    border:1px solid #2b3755;
    background: #2b3755;
    background: -moz-linear-gradient(top, #2b3755 0%,#f6f7e7 100%);
    background: linear-gradient(to bottom, #2b3755 0%,#f6f7e7 100%);
}
button.submitCancel, .submitCancel {
    width:auto;
    font-size:1em; 
    color: #FFFFFF;
    padding: 2px 6px;
    border-radius: 3px;
    cursor: pointer;
    border:1px solid #cc4824;
    background: #cc4824;
    background: -moz-linear-gradient(top, #f6f7e7 0%,#cc4824 100%);
    background: linear-gradient(to bottom, #f6f7e7 0%,#cc4824 100%);
}
button.submitCancel:hover, .submitCancel:hover {
    width:auto;
    font-size:1em; 
    color: #FFFFFF;
    padding: 2px 6px;
    border-radius: 3px;
    cursor: pointer;
    border:1px solid #cc4824;
    background: #cc4824;
    background: -moz-linear-gradient(top, #cc4824 0%,#f6f7e7 100%);
    background: linear-gradient(to bottom, #cc4824 0%,#f6f7e7 100%);
}
button.buttonSignature {
    float:left;
    border-radius: 5px;
    background: #FFF;
    border: 1px solid #2b3755;
    padding: 5px 10px;
    cursor: pointer;
}
button.buttonSignature:hover {
    float:left;
    border-radius: 5px;
    background: #2b3755;
    color: #FFF;
    border: 1px solid #2b3755;
    padding: 5px 10px;
    cursor: pointer;
}
button.buttonPage {
    float:left;
    border-radius: 5px;
    background: #FFF;
    border: 1px solid #2b3755;
    padding: 5px 10px;
    cursor: pointer;
}
button.buttonPageActive, button.buttonPage :hover {
    float:left;
    border-radius: 5px;
    background: #4b5e8d;
    border: 1px solid #2b3755;
    padding: 5px 10px;
    color: #FFF;
    cursor: pointer;
}
button.buttonPageActive:hover {
    background: #e0e8fb;
    color: #4b5e8d;
}
button.buttonPageEmail {
    float:left;
    border: 1px solid #4b5e8d;
    border-radius:2px;
    background: #FFF;
    padding: 2px 5px;
    cursor: pointer;
}
button.buttonPageEmailActive, button.buttonPageEmail :hover {
    float:left;
    border: 1px solid #4b5e8d;
    border-radius:2px;
    background: #4b5e8d;
    padding: 2px 5px;
    color: #FFF;
    cursor: pointer;
}
button.buttonContract {
    float:left;
    border-radius: 5px;
    background: #FFF;
    border: 1px solid #2b3755;
    padding: 5px;
    cursor: pointer;
    width:100px;
    height: 45px;
    text-align: left;
    margin:0 3px 3px 0;
}
button.buttonContract:hover {
    background: #CCC;
}
.reiterDiv {
    /*margin: 10px 30px;*/
}
button.reiter {
    float:left;
    border-radius: 5px 5px 0 0;
    background: #FFF;
    border: 1px solid #2b3755;
    padding: 5px 10px;
    cursor: pointer;
}
button.reiterActive {
    float:left;
    border-radius: 5px 5px 0 0;
    /*background: #4b5e8d;*/
    background: #900000;
    border: 1px solid #2b3755;
    padding: 5px 10px;
    color: #FFF;
    cursor: pointer;
}
button.disabled {
    background: #DDD;
}
.errorDiv {
    margin: 10px 0px 10px 0px;
    color:#FF0000;
    background: #FFF url('../images/icons/48-warning.png') left center no-repeat; 
    width: 100%;
    padding: 10px 20px 20px 50px; 
    font-size: 1.2em;
}

header {
    background: #4b5e8d;
    box-shadow: 0 1px 2px rgba(255,255,122,0.2) inset, 0 -1px 0 rgba(255,255,122,0.05) inset;
    transition: all 0.2s linear;
    color: #FFF;
    position: fixed;
    z-index:1;
    width: 100%;
}
header .goMenuMobil{
    display: none;
}

header .menu {
    float:left;
    width: 70px;
    text-align:center;
    padding: 10px 5px;
    border: 0;
    background: transparent;
    cursor: pointer;
    margin: 5px 0px 0 0;
    color: #FFF;
    font-size:0.9em;
}

header .menuActive {
    float:left;
    width: 70px;
    text-align:center;
    padding: 10px 5px;
    background: #f1eef4;
    color: #134563;
    border-radius: 5px 5px 0 0 ;
    margin: 5px 0px 0 0;
    border: 0;
    cursor: pointer;
}
header .menu img, header .menuActive img {
    width: 50px;
}
header .menuOut {
    display: none;
}
header .logo {
    float:right;
    width: auto;
    height: auto;
    background: #FFF; 
}
header #goUser {
    width:80px;
    padding:15px 10px;
    cursor:pointer;
}
#userShowInfo {
    display: none;
    background: #FFF;
    position: fixed;
    right:0px;
    top:80px;
    z-index:2;
    border:1px dotted blue;
}
.dashShow {
    position: fixed;
    float:right !important;
    right:0px;
    top:93px;
    background:#FFF;
    font-size: 0.8em;
    border: 1px dotted #2b3755;
    border-radius: 5px 0px 0 5px;
    text-align:center;
    z-index:2;
}

.plus {
    width:  50px;
    margin: 0 20px;
}
.contentTable {
    display: inline-block;
    /*display: table-cell;
    width: calc(100% - 150px);*/
    border: 1px dotted #2b3755;
    margin: 20px 0px;
    padding: 10px;
    overflow: hidden;
    width: auto;
}
.contentTableEmailSave {
    width: 70%;
    display: inline-block;
    /*display: table-cell;
    width: calc(100% - 150px);*/
    border: 1px dotted #2b3755;
    margin: 20px 0px;
    padding: 10px;
    overflow: hidden;
}
#divInfoLogin, #divInfoEmail, #divInfoInvoice {
    position:absolute;
    background-color: white;
    z-index: 1000;
    padding: 30px 20px;
    border-radius: 10px;
    border: 1px solid #2b3755;
    text-align:center;
    /*display:none;*/
    max-width: 360px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.divInfoZoll, .divInfoDropzone, .divInfoMerge, .divInfoPdf  {
    position:fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    width:60em;
    height:46em;
    margin-top: -23em; /*set to a negative number 1/2 of your height*/
    margin-left: -30em; /*set to a negative number 1/2 of your width*/
    display: none;
    background-color: white;
    padding: 30px 20px;
    border-radius: 10px;
    border: 1px solid #2b3755;
    text-align:center;
}
.divInfoStatistic, .divInfoChart  {
    position:fixed;
    z-index: 9999;
    top: 5%;
    left: 5%;
    width: 90%;
    max-height: 90%;
    display: none;
    background-color: white;
    padding: 30px 20px;
    border-radius: 10px;
    border: 1px solid #2b3755;
    overflow: auto;
}
.divInfoShipping {
    position:fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    width:35em;
    height:35em;
    margin-top: -16em; /*set to a negative number 1/2 of your height*/
    margin-left: -16em; /*set to a negative number 1/2 of your width*/
    display: none;
    background-color: white;
    padding: 30px 20px;
    border-radius: 10px;
    border: 1px solid #2b3755;
    text-align:center;
}
.dropzoneShow {
    height: 230px;
    border: 2px solid rgba(230, 230, 230, 0.6);
    border-radius: 5px;
    background: white;
    padding: 10px;
    font-size: 2em;
    color: #CCC;
    margin: 2px;
}
.showQRScan {
    position:absolute;
    z-index: 9999;
    display: none;
    left:3%;
    top:1%;
    width:95%;
    height:auto;
    background-color: white;
    padding: 30px 20px;
    border-radius: 10px;
    border: 1px solid #2b3755;
    text-align:center;
}
.backgroundBlack {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5); /* black semi-transparent */
   	z-index:5;
    display:none;
}
.backgroundColorBlue {
    background: #1975bb;
}
.backgroundColorRed {
    background: #ec1822;
}
.titleBg {
    padding: 10px 20px;
    background: #e0edf3;
    text-align:center;
    font-size:1.4em;
}
.zollbeschau {
    font-size: 0.8em;
    color: navy;
    margin: 10px 0 0 0;
    width: 750px;
    height: 1097px;
}
.ckeditor {
    width: 100%;
    height: 150px;
    line-height: 1.5em;
    padding:5px;
    text-align: justify;
}
textarea.editor150 {
    height: 150px;
    line-height: 1.5em;
    padding:1%;
    width:100%;
}
textarea.editor250 {
    height: 250px;
    line-height: 1.5em;
    padding:1%;
    width:100%;
}
textarea.editor350 {
    height: 350px;
    line-height: 1.5em;
    padding:1%;
    width:100%;
}
.posNr {
    color: #134563;
    font-size:1.2em;
}
.invoiceFont {
    color: #555;
    font-size: 1.4em;
}
.invoiceFontPos {
    color:#555;
    font-size: 1.4em;
}

.rightsIcons {
    position:relative;
    width:30px;
    vertical-align:middle;
}
.rightsIconsOut {
    width:30px;
    vertical-align:middle;
    opacity: 0.4;
}
.rightsCrossOut {
    position:absolute;
    width:30px; 
    vertical-align:middle;
    margin: 0px 0 0 0px;
    left:0;
    right:0;
    bottom:0;
}

.imgEmailLogo {
    font-size:1.2em;
    text-align: center;
    padding:2px;
    border-radius: 25px;
    width:25px;
    border: 1px solid #2b3755;
    vertical-align: middle;
    margin: 0;
}
.imgEmailBackground_U {
    background: #b4eefb;
    color: #000;
}
.imgEmailBackground_M {
    background: #b4fbd7;
    color: #000;
}
.imgEmailBackground_L {
    background: #edeeb4;
    color: #000;
}
.imgEmailBackground_H {
    background: #dafcbe;
    color: #006400;
}
.imgEmailBackground_I {
    background: #f2f9ff;
    color: #000;
}
.imgEmailBackground_User {
    background: #eac6f6;
    color: #000;
    font-size:1em;
}
.imgEmailBackground_X {
    background: #fec0b7;
    color: #000;
}
.imgEmailBackground_C {
    background: #006400;
    color: #FFF;
}
.showEmailVorschau {
    width:25px;
}
.showEmailVorschauDiv {
    display: none;   
    position: absolute;
    z-index:1;
    background: #FFF;
    border: 1px dotted red;
    top: 350px;
    left: 100px;
    max-width:650px;
}
.showEmailVorschauNo {
    display: none;   
    position: absolute;
    z-index:1;
    background: #FFF;
    border: 1px dotted red;
    bottom: 200px;
    left: 100px;
    padding: 25px;
}
a.noUnderline {
    text-decoration: none !important;
}
.buttonEmailsGo {
    padding:7px;
    width: 100%;
    background:#FFF;
    border:0;
    cursor: pointer;    
}
.buttonEmailsGo:hover {
    background:#cae8ee;
}
.buttonEmailsGoActiv {
    padding:7px;
    width: 100%;
    background:#cae8ee;
    border:0;
    cursor: pointer;
}
.buttonEmailsSearch, .buttonEmailsSearchCC, .buttonEmailsSearchBCC {
    background: #FFF;
    border: 1px dotted #2b3;
    padding: 5px 15px;
    color: #A2A2A2;
    min-width: 250px;
    left: 50px;
}
.buttonEmailsSearch:hover, .buttonEmailsSearchCC:hover, .buttonEmailsSearchBCC:hover {
    background: #DDD;
}
.divAttachment {
    /*width: 100%;*/
    min-height:80px;
    padding: 5px;
    margin: 0 0 5px 0;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 2px 3px rgba(90,85,85,0.2) inset, 0 -2px 0 rgba(85,85,85,0.05) inset;
}
.divAttachment img {
    max-width: 110px;
    padding: 10px;
}
.buttonAttachementSave {
    text-align: center;
    width: 100%;
    padding: 5px;
    margin: 5px 0 0 0;
    border:1px solid #5a5a5a;
    border-radius: 3px 3px 0 0;
    cursor: pointer;
    background: #cbf9fc;
}

.divSchadenPos {
    position:absolute;
    font-size: 1.8em;
    color:#FF0000;
    font-weight: bolder;
    cursor: crosshair;
}
.divSchadenPosBorder {
    position:absolute;
    font-size: 1.8em;
    color:#FF0000;
    font-weight: bolder;
    border: 1px solid #FF0000;
    background: #DDD;
}
.divSchadenChange {
    display:none;
    /*visibility:hidden;*/
}



@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* ++++++++++++++++++ FOOTER ++++++++++++++ */
#footerM {
    clear: both;
    position: fixed;
    bottom: 0px;
    padding: 10px 20px;
    text-align: right;
    color: #585858;
    font-size: 0.8em;
    font-weight: bold;
    background: #FFF;
    width: 100%;
}
#footerDivDeveloper {
    position: fixed;
    padding: 10px;
    background:#FFF;
    font-size: 0.8em;
    width:400px;
    height: 300px;
    border: 1px dotted red;
    border-radius: 0px 5px 0 0;
    overflow:auto;
    text-align:center;
    bottom: 50px;
}
#footerDivDeveloper .title {
    width: 100%;
    padding: 10px 20px;
    background: #e0edf3;
    text-align:center;
    font-size:1.6em;
}
.footerDivNotizenOuter {
    position: absolute;
    bottom: 30px;
    right: 0px;
    width: 250px;
    text-align:center;
    z-index:2;
}
.footerDivNotizenOuter .titleOuter {
    background: #4b5e8d;
    padding: 7px 5px;
    border: 1px dotted #FFF;
    color: #FFF;
    font-size:1.4em;
    width:215px;
}
.footerDivNotizen {
    background:#FFF;
    padding: 10px;
    width: 250px;
    font-size: 0.8em;
    border: 1px dotted red;
    opacity: 1;
}
.footerDivNotizen:hover {
    /*opacity: 1;*/   
}
.footerDivNotizen .title {
    font-weight: lighter;
    padding: 5px 0;
    line-height: 14px;
}
.footerDivEmailsOuter {
    position: absolute;
    bottom: 30px;
    right: 224px;
    width: 235px;
    text-align:center;
    z-index:2;
}
.footerDivEmailsOuter .titleOuter {
    background: #980000;
    padding: 7px 5px;
    border: 1px dotted #FFF;
    color: #FFF;
    font-size:1.4em;
    width:180px;
}

/*.body_login {
    background-image: url('../images/bg.jpg');        
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
}*/


/* Arrows */
.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid blue;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid blue;
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid blue;
}

.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  border-right:10px solid blue; 
}
.arrowCode {
    font-size: 1.3em;
    color:#FF0000;
}
.signature {
    border: 1px dotted #BBB;
    height: 62px;
    color: #222222;
    background: #FFFFFF;
    width: 100%;    
}
.divSignatureAn,.divSignatureAus,
.divSignature1_1,.divSignature1_2,.divSignature1_3,
.divSignature4b,
.divSignature14,.divSignature14a,.divSignature14b,.divSignature14c,.divSignature14d,
.divSignature19,.divSignature22,
.divSignature23_1,.divSignature23_2,.divSignature23_3,
.divSignature29,.divSignature30,
.divSignature33,.divSignature33a,
.divSignature100,.divSignature101,
.divSignature102,.divSignature103  {
    position:fixed;
    background-color: white;
    z-index: 1000;
    padding: 30px 20px;
    border-radius: 10px;
    border: 1px solid #2b3755;
    text-align:center;
    left: 3%;
    top: 3%;
}
.signatureImgAn,.signatureImgAus  {
    float:left;
    width:50px;
    border: 1px dashed #CCC;
    padding:5px;
    cursor:  pointer;
}
/*++++++++++++++++++++++++Loader ++++++++++++++*/
#divLoader {
    position: fixed;
    background: transparent;
    z-index: 1000;
    padding: 30px 20px;
    border-radius: 10px;
    border: 0;
    text-align:center;
    width: auto;
    top:30%;
    left:40%;
    margin: 0 auto;
}
#divLoaderEmails {
    background: transparent;
    padding: 10px 5px;
    border-radius: 5px;
    border: 0;
    text-align:center;
    width: auto;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-right: 16px solid green;
  border-bottom: 16px solid red;
  border-left: 16px solid pink;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loaderEmails {
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid blue;
  border-right: 12px solid green;
  border-bottom: 12px solid red;
  border-left: 12px solid pink;
  width: 40px;
  height: 40px;
}
.loaderEmailsMove {
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid blue;
  border-right: 12px solid green;
  border-bottom: 12px solid red;
  border-left: 12px solid pink;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#divSigWait {
    position: absolute;
    background-color: white;
    z-index: 1000;
    padding: 30px 20px;
    border-radius: 10px;
    border: 1px solid #2b3755;
    text-align:center;
    width: 300px;
    top: 50px;
    left: 200px;
    margin: 0 auto;
}
#emailsNeuOpen {
    /*display:none;*/
    position: fixed;
    background-color: white;
    z-index: 1000;
    padding: 30px 20px;
    border-radius: 5px;
    border: 1px solid #2b3755;
    text-align:center;
    width: 97%;
    height: 95%;
    top: 20px;
    left: 20px;
    margin: 0 auto;
}
#emailOpenNeu {
    position: fixed;
    right: 0;
    bottom: 25px;
    padding: 0 0 35px 0;
}
#offerRemind {
    position: fixed;
    left: 20px;
    bottom: 25px;
    padding: 5px;
}
/*.js-signatureAn, .js-signatureAus, .js-signature14, .js-signature19, .js-signature22,
.js-signature23_1, .js-signature23_2, .js-signature29, .js-signature30, .js-signature100, .js-signature101 {
    width: 650px;
    height: 310px;
    border: 1px dashed #CCC;
}*/


/* ---------- Calendar Events ---------- */
/*.calendar {  
    font-size:14px;
    width: 100%;
}*/
.day-number	 {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size:2.5em;
    color: #CCC; 
}
.day-number_free	 {
    position: absolute;
    background: #04b277;
    right: 0px;
    top: 0px;
    padding: 5px 8px;
    font-size:2.5em;
    color: #FFF;
}
.day-number_today	 {
    position: absolute;
    background: #4b5e8d;
    right: 0px;
    top: 0px;
    padding: 5px 8px;
    font-size:2.5em;
    color: #FFF;
}
.day-number_small	 {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px 8px;
    font-size:1.5em;
    color: #CCC; 
}
.day-number_free_small	 {
    position: absolute;
    background: #04b277;
    right: 0px;
    top: 0px;
    padding: 5px 8px;
    font-size:1.5em;
    color: #FFF;
}
.day-number_today_small	 {
    position: absolute;
    background: #4b5e8d;
    right: 0px;
    top: 0px;
    padding: 5px 8px;
    font-size:1.5em;
    color: #FFF;
}
.date { 
    background-color: #FFFFFF;
    padding: 5px 3px;
    font-weight:bolder;
    text-align:center;
}
.eintrag {
    border:1px dotted #4b5e8d; 
    text-align:center; 
    width:100%;    
    /*min-height: 100px;
    display:inline-block;
    vertical-align: top;
    height:auto;
    background: #FFF;*/
}
.eintragGestellung {
    border:1px dotted #4b5e8d; 
    text-align:center; 
    width:100%; 
    background: #eff1bf;
}
.eintrag_heute {
    border:1px dotted #4b5e8d; 
    text-align:center; 
    width:100%;
    background: #e0edf3;   
}
.eintrag:hover,.eintrag_week:hover {
    background: #eff1bf;
}
.eintrag_frei {
    border:1px dotted #E5E5E5;
    width:100%;
    /*min-height: 100px;*/
}
/* ++++ week +++ */
.eintrag_week { 
    border: 1px dotted #4b5e8d;
    /*width:100%;
    height: 250px;
    background: #FFF;*/
}
.eintrag_week_hover { 
    border: 1px dotted #4b5e8d;
    /*width: 100%;
    height: 250px;*/
    background: #eff1bf;
}
.eintrag_week-placeholder {
	border: 3px dashed #aaa;
	background: #FFF;
}
.resetCustomerHeight {
    width: 100%;
    border-radius: 5px;
    border: 3px dotted #4b5e8d;
    padding: 5px;
    height: 180px;
}
.resetCustomer {
    width: 100%;
    border-radius: 5px;
    border: 3px dotted #4b5e8d;
    padding: 5px;
    display:inline-block;
    /*height:auto;*/
}
.resetCustomer_hover {
    background: #eff1bf;
}
.resetCustomerNone {
    border:1px dotted #4b5e8d;
    padding: 10px;   
    height: 50px;
}
.dropable-list {
    text-align:left;
    font-size:0.9em;
    background:#FFF;
    margin: 5px;
    cursor: move;
    border-radius:5px;
    border: 1px solid #4b5e8d;
    /*background: #fafbe9;*/
    box-shadow: inset 0px 0px 5px #4b5e8d;
    box-shadow: 0px 0px 5px #4b5e8d;
}
.dragCopy {
    text-align:left;
    font-size:0.9em;
    background:#FFF;
    margin: 5px;
    cursor: move;
    border-radius:5px;
    border: 1px solid #4b5e8d;
    text-align: center;
    box-shadow: inset 0px 0px 5px #4b5e8d;
    box-shadow: 0px 0px 5px #4b5e8d;
    width:100px;height:75px;
    overflow: hidden;
}
.dropCopy {
    text-align:left;
    font-size:0.9em;
    margin: 5px;
    border-radius:5px;
    border: 1px solid #FFF;
    text-align: center;
    box-shadow: inset 0px 0px 5px #FFF;
    box-shadow: 0px 0px 5px #FFF;
    width:100px;height:75px;
}
.dragCopy-placeholder {
	border: 3px dashed #aaa;
	background: #FFF;
}

.dropable-list img {
    width:20px;
    vertical-align:middle;
}
.divBemerkung {
    text-align:left;
    font-size:0.9em;
    background:#FFF;
    margin: -5px 0 5px 5px;
    border: 1px solid #4b5e8d;
    background: #fafbe9;
    box-shadow: inset 0px 0px 5px #4b5e8d;
    box-shadow: 0px 0px 5px #4b5e8d;   
    width:150px;
    padding:5px 10px; 
}
.eintrag_monthOuter {
    padding: 50px 10px 10px 10px;
}
.eintrag_monthOuter_small {
    padding: 40px 10px 5px 5px;
    margin: 0 -5px;
    width: 45px;
}
.eintrag_month {
    text-align:left;
    margin: 2px;
    padding:5px;
    border: 1px solid #CCC;
    border-radius:5px;
    padding: 2px;
    background: #FFF;
    box-shadow: 2px 2px 0px rgba(0,0,0, .2);
}
.divImportBackground {
    background: #e3f6ff;
}
.fontImport {
    color: #2134ed;
}
.divImportBorder {      
    border: 1px solid #2134ed;
}
.divExportBackground {
    background: #f8eae9;
}
.fontExport {
    color: #d4041d;
}
.divExportBorder {      
    border: 1px solid #d4041d;
}
.divBesichtigungBackground {
    background: #c7f194;
}
.divBesichtigungBorder {      
    border: 1px solid #3fe2ba;
}
.divInselBackground {
    background: #FFF;
}
.fontInsel {
    color: #ff8800;
}
.divInselBorder {      
    border: 1px solid #ff8800;
}
.divTrennungBackground {
    background: yellow;
    height:26px !important;
}
.divTrennungBorder {
    border: 1px solid #A2A2A2;
}
.einlagerungClosed {
    background: #cbe0e5;
    padding: 10px;
    margin: 5px;
    display:block;
    width:auto;
    border: 1px solid #FFF;
}
.archiv {
    clear: both;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    margin: 5px 5px 0 5px;
    /*background:#f3f9fc;*/
    background: #c5fbe7;
    text-align:center;
    width:97%;
    font-weight: 600;
    font-size: 0.9em;
    color: #111;
}
.overlay {
    background: #FFF url('../images/icons/cross_out-128_grey.png');
    background-size: 100%  100% ;
    /*position: absolute;*/
    border: 1px solid #A2A2A2;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    transition: .5s ease;
}
.overlay:hover {
    opacity: 1;
    background: transparent;
    border: 1px solid #f3f9fc;
}
.overlayButton {
    float:left;
    border-radius: 5px 5px 0 0;
    padding: 5px 10px;
    cursor: pointer;    
    background: #FFF url('../images/icons/cross_out-128.png');
    background-size: 100%  100% ;
    border: 1px solid #A2A2A2;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    transition: .5s ease;    
}
.overlayButtonActive {
    float:left;
    border-radius: 5px 5px 0 0;
    padding: 5px 10px;
    cursor: pointer;    
    background: #990000 url('../images/icons/cross_out-128.png');
    background-size: 100%  100% ;
    color: #FFF;
    border: 1px solid #A2A2A2;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease; 
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #4b5e8d; /* If you want dots under the hoverable text */
}

/* Tooltip text with arrow*/
.tooltip .tooltiptext-bottomarrow {
    visibility: hidden;
    /*width: 120px;*/
    background-color: #4b5e8d;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 130%;
    left: 50%;
    margin-left: -60px;
    white-space: normal;
}
.tooltip .tooltiptext-bottomarrow::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #4b5e8d transparent transparent transparent;
}
.tooltip:hover .tooltiptext-bottomarrow {
    visibility: visible;
}

.tooltip .tooltiptext-toparrow {
    visibility: hidden;
    /*width: 120px;*/
    background-color: #4b5e8d;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
    white-space: normal;
}
.tooltip .tooltiptext-toparrow::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #4b5e8d transparent;
}
.tooltip:hover .tooltiptext-toparrow {
    visibility: visible;
}

.tooltip .tooltiptext-leftarrow {
    visibility: hidden;
    /*width: 120px;*/
    background-color: #4b5e8d;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 110%;
    white-space: normal;
}
.tooltip .tooltiptext-leftarrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #4b5e8d transparent transparent;
}
.tooltip:hover .tooltiptext-leftarrow {
    visibility: visible;
}
.tooltip .tooltiptext-rightarrow {
    visibility: hidden;
    /*width: 120px;*/
    background-color: #4b5e8d;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 110%;
    white-space: normal;
}
.tooltip .tooltiptext-rightarrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #4b5e8d;
}
.tooltip:hover .tooltiptext-rightarrow {
    visibility: visible;
}
.inputPrint {
    height: 20px;
    width: 20px;
    margin: 0 5px 0 0;
    border: 1px solid #134563;
    text-align: center;
}


/* ++++++++++++++++ Tour Karte +++++++++++++++++++++ */
.p1 {
	background-image: url(../tour-karte/inc/p1.gif);
	/*background-position: 4px 4px;*/
}

.p2 {
	background-image: url(../tour-karte/inc/p2.gif);
}

.p3 {
	background-image: url(../tour-karte/inc/p3.gif);
}

.p4 {
	background-image: url(../tour-karte/inc/p4.gif);
}


/* Mobile Version max 1024px */
@media screen and (max-width: 1024px) {
    #content {
        padding: 50px 10px 10px 10px;
    }
    header h3 {
        display: none;
    }
    header .menu {
        width: 50px;
        padding: 2px;
    }
    header .menuActive, header #goUser {
        width: 50px;
        padding: 2px;
    }
    header .menuText {
        font-size: 0.8em;
    }
}


/* Mobile Version max 900px */
@media screen and (max-width: 900px) {
    html{
        overflow: auto;
        width:100%;
    }
    body.show {
        height:100%;
        position:fixed; /* prevent overscroll bounce*/
        overflow-y:scroll;
        -webkit-overflow-scrolling: touch; /* iOS velocity scrolling */
    }
    #content {
        padding: 50px 10px 10px 10px;
    }    
    header .goMenuMobil {
        display: block;
        cursor: pointer;
        width: 100px;
    }
    header .menuMobil  {
        display: none;
        padding: 0 0 10px 7px;
        max-width: 85px;
        height: 100%;
        overflow: auto;
        /*max-height: 750px;*/
        position: fixed;
        background: #4b5e8d;
    }
    
    header .menuText {
        font-size: 1em;
    }
    header h3 {
        display: none;
    }
    header .menu {
        width: 70px;
        padding:2px;
    }
    header .menuActive {
        width: 70px;
        padding:2px;
    }
    header #goUser {
        width: 60px;
        padding:2px;   
    }
    /*header .menu img, header .menuActive img {
        width: 25px;
    }
    .contentTable {
        display: block;
    }*/
    #userShowInfo {
        top: 45px;
    }
    /*
    div.table, div.tableBorder, div.tr, div.trBorder {
        display: block;
    }
    div.td, div.td50,div.td0,div.tdBorder {
        display:inline-block;
    }*/   
    
    #dashShow {
        /*display:none;*/
    }
    .dashShow {
        top:60px;
    }
    .divLeft19,.divRight19,
    .divLeft24,.divRight24 {
        width:32%;
    }    
    input:disabled {
        background: #FEFEFE;
        color:#000;
        font-weight: bolder;
    }
    /*
    .divSignatureAn,.divSignatureAus,.divSignature14,
    .divSignature19,.divSignature22,
    .divSignature23_1,.divSignature23_2,
    .divSignature29,.divSignature30,.divSignature100,.divSignature101  {
        width: 80%;
    }*/
}



/* Mobile Version max 479px */
@media screen and (max-width: 479px) {
    .whiteDiv {
        width: 98%;    
    }
    .contentTableEmailSave{
        width: 98%;    
    }
    div.table, div.tableBorder, div.tr, div.trBorder {
        display: block;
    }    
    div.td, div.td50,div.td0,div.tdBorder {
        display:inline-block;
    }
    .divLeft19,.divRight19,
    .divLeft24,.divRight24 {
        width:49%;
    }
    .searchRight {
        float:none;
        width:100%;
    }
    #footerDivNotizen {
        display:none;
    }
    .eintrag_frei {
        border:1px dotted #E5E5E5;
        width:100%;
        width:45px;
        margin: 0 -5px;
    }
    .eintrag {
        border:1px dotted #4b5e8d; 
        text-align:center; 
        /*width:100%;*/    
        position:relative;
        height:60px;
        width:45px;
        margin: 0 -5px;
        padding:0px;
    }
    #offerRemind {
        display:none;
    }
    
}

/*
@media all and (max-width: 130px) and (orientation:landscape) {
    input[type="radio"],
    input[type="checkbox"] {
        transform: scale(3);
        -moz-transform: scale(3);
        -ms-transform: scale(3);
        -webkit-transform: scale(3);
        -o-transform: scale(3);
        height: 30px;
        width: 30px;
    }
    input[type="radio"]:checked::before,
    input[type="checkbox"]:checked::before {
        height: 30px;
        width: 30px;
        font-size: 50px;
        line-height: 60px;
        padding: 10px;
    }
    input[type="radio"]:checked::after,
    input[type="checkbox"]:checked::after {
        -webkit-animation: click-wave 2s;
        -moz-animation: click-wave 2s;
        animation: click-wave 2s;
    }
    input[type="checkbox"] {
        border-radius: 5%;
    }

}*/

@media print {
    div.tablePrintTD {
        position:absolute;
        bottom:0;
    } 
    /*body {
        -webkit-print-color-adjust: exact;
    }*/
    html, body {
         background: white !important;
         border: 1px solid white;
         height: auto !important;
         min-height: 0;
         page-break-after: avoid !important;
         page-break-before: avoid !important;
         -webkit-print-color-adjust: exact;
      }
    header,footer, #footerM, h1,h5, .reiterDiv, .dashShow {
        display: none;
    }
    #content {
        background: white !important;
        height: auto !important;
        min-height: 0;
    }
}
/* print without title, data */
@page { size: auto;  margin: 0mm; }






