html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, form {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* end of css reset */

/*

#BAAD85 blau
#005ba9 blau stark
#d2dde7 blau hell

#d2e7d2 grün
#92ce92 grün stark

#e7d2dd rosa
#ce92b1 rosa stark

#d1868d rot 
#e7c2c6 rot-rosa

#d4a68f orange
*/

html {
    overflow-y: scroll;
}
body {
    overflow-y: hidden;
}
html, body, td {
    margin:0;
    padding:0;
    height: auto;

    font-family: 'Maven Pro', sans-serif, verdana;

    font-size: 14px;
    line-height: 20px;
    color: #00264a;
    
    empty-cells: show;

    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

td {
    margin:0;
    padding:0;

    font-family: 'Maven Pro', sans-serif, verdana;
    color: #00264a;
    empty-cells: show;
}
a, a:visited, a:active {
    color: #00264a;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}

p {
    padding: 10px;
}

ul {
    margin-left: 15px;
}

li {
    margin-left: 15px;
    list-style: circle;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
input {
    width: 100%;
    max-width: 400px;
    margin: 0px;
    margin-bottom: 2px;
    padding: 5px;
    font-size: 14px;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    color: #00264a;
    -webkit-appearance:none;   
    border: 1px solid #ccc;         
}
input[type=text], input[type=password] {
    border: 1px solid #ccc;
}
input[type=file] {
    border: 1px solid #ccc;
}
input[type=submit] {
    border: 0px solid #BAAD85;
    color: #3a3a3a;
    background-color: #BAAD85;
    padding: 5px 10px;
}
input[type=button] {
    border: 0px solid #BAAD85;
    color: #3a3a3a;
    cursor: pointer;
    background-color: #BAAD85;
    padding: 5px 10px;
}
input[type=radio] {
    width: auto !important;
    margin-right: 10px;
}
input[type=checkbox] {
    width: 18px;
    height: 18px;
}
select {
    width: 100%;
    max-width: 400px;
    margin: 0px;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0px;
    border: 1px solid #ccc; 
    background-color: #fff;
    -webkit-appearance:none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    color: #00264a;
}
textarea {
    font-family: 'Maven Pro', sans-serif, verdana;
    min-width: 220px;
    height: 35px;
    margin: 5px 0px;
    padding: 5px;
    font-size: 14px;
    border-radius: 0px;
    border: 1px solid #ccc;
    color: #00264a;
    -webkit-appearance:none;
    width: 100%;
    max-width: 400px;
    height: 80px;
}
table, div {
     -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;   
}
hr {
    height: 1px;
    color: #d2dde7;
    background-color: #d2dde7;
    border: none;
}
b,strong {
  font-weight: bold;
}
a, a:visited {
    color: #333;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    cursor: pointer;
}
#mainContent {
    width: 100%;
    padding: 0px;   
}
#hint {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    background-color: #ffffff; /* #f9f9f9 #e7dad2 #d2e7d2 #f0e8f3 */

    padding: 0px 5px;
    border: 0px solid #f9f9f9;
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.3);
    max-width: 600px;
}
#hintContainer {
    width: 100%;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    visibility: hidden;
}
#overlayBackground {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    z-index: 1000;
    visibility: hidden;
}
h1 {
    padding: 0px;
    margin: 0px;
    font-size: 18px;
}
h2 {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

.radioContainer {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-top: 0px;
  margin-right: 12px;
  margin-top: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radioContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #00264a;
  border-radius: 50%;
}
.radioContainer input:disabled ~ .checkmark {
  border: 1px solid #ddd;
}
.radioContainer:hover input ~ .checkmark {
  background-color: #fff;
}
.radioContainer input:checked ~ .checkmark {
  background-color: #fff;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radioContainer input:checked ~ .checkmark:after {
  display: block;
}
.radioContainer .checkmark:after {
    content: "✓";
    color: #00264a;
    top: -2px;
    left: 2px;
    width: 8px;
    height: 8px;
}

.icon {
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    color: #00264a;
}
.linkbutton {
    border: 1px solid #494949 !important;
    background-color: #494949 !important;
    color: #fff !important;
    border-radius: 0px;
    padding: 5px 10px;
    min-width: 120px;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
}
a.linkbutton {
    font-weight: normal;
}
a.linkbutton:hover {
    text-decoration: none;
    background-color: #BAAD85 !important;
    color: #fff !important;
    border: 1px solid #BAAD85 !important;
}
a.linkbuttonActive {
    background-color: #00264a !important;
    color: #fff !important;
}
.linkbuttonBig {
    border: 1px solid #00264a !important;
    background-color: #00264a !important;
    color: #fff !important;
    border-radius: 0px;
    padding: 16px 32px;
    min-width: 180px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.lineLink {
    display: inline-block;
    border-bottom: 0px solid #fff;
    transition: color .5s;
    text-transform: uppercase;
    font-weight: normal;
}
.lineLink:hover {
    text-decoration: none;
    font-weight: normal;
}
.lineLink::after {
    /* border-top: 2px solid #BAAD85; */
    border-top: 4px solid #BAAD85;
    display: inline-block;
    content: '';
    display: block;
    width: 0;
    transition: width .5s;    
}
.lineLink:hover::after {
    width: 100%;
}
.lineLinkActive {
    font-weight: bold !important;
}
.lineLinkActive::after {
    width: 100% !important;
}

.simpleTable tr:nth-child(odd) td {
    background-color: #BAAD85;
    color: #fff;
}
.simpleTable tr:nth-child(odd) td input {
    background-color: #ffffff;
}
.adminTable {
    background-color: #f6f7f7;
	border: 1px #888 solid;
	padding: 2px;
	width: 100%;
}
.adminTable input, .adminTable select, .adminTable textarea {
    background-color: #ffffff;
}
.adminTable td {
    padding: 5px;
}
.adminTable tr:first-child td {
    padding-top: 10px;
}
.adminTable tr:last-child td {
    padding-bottom: 10px;
}
.adminTable td:first-child {
	width: 120px;
	vertical-align: middle;
    padding-left: 10px;
}
.adminTable td:last-child {
    padding-right: 10px;
}
.listTable {
    border: 0px #BAAD85 solid;
    padding: 2px;
    width: 100%;
}
.listTable tr {
    background-color: #ffffff;
}
.listTable td {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    border-bottom: 10px solid #BAAD85;
}
.listTable td:first-child {
    padding-left: 10px;
}
.listTable tr:first-child td {
    vertical-align: top;
    background-color: #BAAD85;
    border-bottom: 0px solid #BAAD85;
    color:  #fff;
}
.listTable tr:first-child td input, .listTable tr:first-child td select {
    margin-top: 5px;
    background-color: #ffffff;
    color:  #00264a;
}
.listTable .datepicker {
    width: 100%;
}
.listTable tr:first-child a {
    color:  #fff;
}
.border {
	border: 1px #BAAD85 solid;
	padding: 2px;
}
.border:hover span {
	cursor: pointer;
}

.naviHead {
    border-right: 0px solid #d2dde7;
    background-color: #fff;
}
.naviHead td {
    padding-left: 5px;
    padding-right: 5px;
    border-right: 0px solid #d2dde7;
    background-color: #fff;
}
.productTable {
  clear: both;
}
.productTable span:nth-child(1) {
  width: 20px;
  float: left;
}
.productTable span:nth-child(2) {
  width: 300px;
  float: left;
}
.productTable span:nth-child(3) {
  width: 120px;
  float: left;
}
.productTable span:nth-child(4) {
  width: 80px;
  float: left;
}
.productTable span:nth-child(5) {
  width: 100px;
  float: left;
}
.pointer {
    cursor: pointer;
}
.blackBold {
    font-weight: 700 !important;
    color: #000000 !important;
}
.datepicker { width: 85px; }


.calTable {display: table; }
.calTableRow {display: table-row;}
.calTableCell { border-top: 1px solid #ccc; display: table-cell; width: 50px; height: 40px; text-align: center; padding: 10px; position: relative;}
.calTableCell:not(:last-child) { border-right: 1px solid #ccc; }
.calTableCell:first-child { border-left: 1px solid #ccc; }
.calTableCell:last-child { border-right: 1px solid #ccc; }
.calTableRow:last-child .calTableCell { border-bottom: 1px solid #ccc; }
.calHeader { padding: 10px;}
.calDay { font-size: 80%; color: #969696; position: absolute; top: 0; right: 3px;}
.calWeek { font-size: 80%; color: #ddd; position: absolute; top: 0; right: 3px;}
.calWeekTop { font-size: 80%; color: #ddd; position: absolute; top: 0; left: 3px;}
.calInfo { position: absolute; bottom: 0; left: 3px; text-align: left;}
.calInfoTop { position: absolute; top: 0; left: 3px; text-align: left; font-size: 70%; color: #969696;}
.calHeadCell {color: #969696;  font-size: 150%; }

.mobileNavi { display: none; }
.mobileNavi2 { display: none; }

@media screen and (max-width: 550px) {
    .desktopNavi2 { display: none; }
    .mobileNavi2 { display: block; }  
}

@media screen and (max-width: 1100px) {
    .desktopNavi { display: none; }
    .mobileNavi { display: block; }  
}

@media screen and (max-width: 550px) {
  .adminTable td:first-child {
  	width: 100px;
  }
}
