body {
  font-size: 14px;
  padding: 0px;
  margin: 0;
  color: #383838;
  font-family:'Open Sans', sans-serif;
  font-weight: 300;
  background: #fff;
}
b, strong {
  font-weight: 600;
}
.borderGruen {
  border: 3px solid #d7f9d3;
}
.pointer {
  cursor: pointer;
}
.flo-r {
  float: right;
}
.flo-l {
  float: left;
}
#container {
  width: 100%;
  float: left;
  padding: 0;
  top:0px;
}
#kcontainer {
  width: 100%;
  margin-bottom: 10px;
  padding: 0 0 15px 0;
  float: left;
  border: 0px solid #e3e3e3;
}
#head {
  width: 100%;
  float: left;
}
#headleft {
  width: 50%;
  float: left;
  margin: 10px 0 0 10px;
}
#headright {
  float: right;
  text-align: right;
  padding: 5px 10px 0 0;
}
#headright a {
  color: #3099f2;
  margin: 0 15px:
  text-decoration: none;
}
#navi {
  width: 100%;
  float: left;
  background: #D24982;
  height: 3px;
  margin: 5px 0 0 0;
}
.sidebar {
  width: 100%;
  float: left;
  background: #f8f8f8;
  padding: 25px 0;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.sidebarMenuTop {
  width: 100%;
  float: left;
  background: #D24982;
  color: #FFFFFF;
  height: 40px;
  cursor: pointer;
  border-top: 1px solid #F8F8F8;
  border-bottom: 1px solid #F8F8F8;
}
.sidebarMenuTop p {
  font-size: 14px;
  margin: 10px 0 0 40px;
  font-weight: normal;
}
.sidebar ul {
  float: left;
  list-style: square;
  margin: 0;
  padding: 0 0 0 20px;
  color: #636363;
}
.sidebar ul li {
  margin: 9px 0 6px 15px;
  padding: 0 0 0 5px;
}
.sidebar ul li a {
  color: #000000;
  text-decoration: none;
}
.sidebar ul li a:hover {
  text-decoration: underline;
}
.sidebarTop {
  background-color: #d24982;
  float: left;
  margin-top: 10px;
  padding: 1px 0;
  width: 100%;
}

.sidebarTop .sidebar {
  background-color: #d24982;
  border-bottom: 1px solid #f8f8f8;
  border-right: 0 none;
  border-top: 1px solid #f8f8f8;
  margin: 0;
  padding: 0;
}


.topMenue {
  float: left;
  list-style-type: none;
  margin: 0 20px;
}

.topMenue ul {
  display: none;
  background-color: #f8f8f8;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  list-style-type: none;
  padding: 0;
  position: absolute;
  top: 40px;
  white-space: nowrap;
  z-index: 1000;
}

.topMenue:hover ul {
  display: block;
}

.topMenue .sidebarMenuTop {
  border: 0 none;
  position: relative;
}

.topMenue .sidebarMenuTop p {
  margin: 12px 0 0;
}

.topMenue .sidebarMenuTop ul li {
  margin: 0;
  padding: 0;
}

.topMenue .sidebarMenuTop ul li span {
  display: inline-block;
  padding: 10px 20px;
  width: calc(100% - 40px);
}

.topMenue .sidebarMenuTop ul li:hover span {
  background-color: #ffffff;
}

.internright {
  float: left;
  width: 100%;
}
.internright h1 {
  background-color: #f3f3f3;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 10px 10px 10px 20px;
}
.internright li {
  margin: 5px 0;
  padding: 3px;
}
.internformbox {
  float: left;
  margin: 0 0 5px;
  min-height: 30px;
  width: 100%;
}
.internformbox:hover {
  background: #F8F8F8;
}
.internformdaten {
  float: left;
  font-weight: 400;
  margin: 0 15px;
  padding: 10px 0 0;
  width: 29%;
}
.internformfelder {
  background: none repeat scroll 0 0 #f8f8f8;
  float: left;
  padding: 5px;
  width: 65%;
}
.internformfelder input:not([type=checkbox]) {
  font-size: 15px;
  padding: 8px;
  width: 97%;
  border: 1px solid #ccc;
  font-family: 'Open Sans';
  font-weight: 300;
}
.internformfelder textarea {
  font-size: 14px;
  padding: 8px;
  width: 97%;
  border: 1px solid #ccc;
}
.internformfelder select {
  padding: 8px;
  width: 100%;
  border: 1px solid #ccc;
}
.internformfelder input.halb,
.internformfelder select.halb {
  width: 44%;
}
.inputbutton {
  background: none repeat scroll 0 0 #d7f9d3;
  color: #555555;
  cursor: pointer;
  font-size: 16px !important;
  margin: 0 0 5px;
  width: 100% !important;
}
.internrightTopLine {
  width: 100%;
  margin: 0 0 5px 0;
  position: relative;
}

.tabelleLinks {
  width: 10%;
  min-width: 210px;
}
table {
  border-spacing: 0;
}
td {
  vertical-align: top;
}
a {
  color: #3099F2;
  text-decoration: underline;
}
input.text {
  width: 100%;
}
select.text {
  width: 100%;
}
input.filter {
  border: 1px solid #cccccc;
  box-shadow: 2px 2px 1px 1px #e8e8e8;
  margin: 5px 0;
  padding: 4px 5%;
  width: 75%;
}
.interncontainer {
  float: left;
  width: 99%;
  margin: 5px 0 10px 0;
  padding: 0 0 10px 10px;
}
.gruen {
  color: #017f3f;
}
.error {
  margin-bottom: 20px;
  font-size: 14px;
  color: #FF0000;
}

.loginForm {
  width: 350px;
  margin: 8px auto 8px auto;
  padding: 16px 16px 40px 16px;
  font-weight: bold;
  border-radius: 11px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 4px 18px rgba(200,200,200,1);
}

.loginForm label {
  color: #777;
  font-size: 13px;
}

.loginForm .submit {
  float: right;
}

.loginForm p {
  margin-bottom: 15px;
}

.loginForm input[type=text],
.loginForm input[type=password] {
  font-size: 24px;
  width: 97%;
  padding: 3px;
  margin-top: 2px;
  margin-right: 6px;
  margin-bottom: 16px;
  border: 1px solid #e5e5e5;
  background: #fbfbfb;
}

table.kunden {
  border-collapse: collapse;
  margin-bottom: 50px;
  width: 100%;
}

table.kunden tr.headline {
  border-bottom: 1px solid #CCCCCC;
  background-color: #fbcceb;
}
table.kunden tr.headline th {
  text-align: center;
  font-weight: 600;
}
table.kunden tr.topline th {
  font-weight: 600;
}
table.kunden tr.footline {
  background-color: #fbcceb;
}
table.kunden tr.footline td {
  font-weight: 600;
}
table.kunden tr {
  border-bottom: 1px solid #CCCCCC;
}
table.kunden th {
  padding: 5px 0;
  text-align: left;
  font-weight: 400;
}

table.kunden th {
  padding: 5px;
}

table.kunden td {
  padding: 12px 5px;
}

table.kunden td.row0,
table.kunden tr.row0 td,
table.kunden tr:nth-child(odd) td {
  background-color: #ffffff;
}

table.kunden td.row1,
table.kunden tr.row1 td,
table.kunden tr:nth-child(even) td {
  background-color: #f3f3f3;
}

.gesperrt,
table.kunden td.gesperrt,
table.kunden .gesperrt td.row0,
table.kunden .gesperrt td.row1,
table.kunden .gesperrt tr.row0 td,
table.kunden .gesperrt tr.row1 td,
table.kunden tr.gesperrt:nth-child(odd) td,
table.kunden tr.gesperrt:nth-child(even) td {
  background-color: #FFA500 !important;
}

table.kunden tr.standard:nth-child(odd) td,
table.kunden tr.standard:nth-child(even) td {
  background-color: #00ff00 !important;
}

table.kunden td.termin {
  border: 1px solid #999999;
  background-color: #f0ffff;
}

table.kunden td.naechsterTermin {
  background-color: #d7f9d3;
}

table.kunden td.aktuellerTermin {
  background-color: #fbcceb;
}

table.kunden td.bearbeiteterTermin {
  background-color: #FFFFCC;
}

table.kunden th.feiertag,
table.kunden td.feiertag {
  background: url("/img/bg_15.png") repeat scroll 0 0 #C45AEC;
  color: #ffffff;
}

table.kunden td.termin .aktionen {
  float: right;
}

table.kunden ul {
  padding: 0 0 0 15px;
  margin: 5px 0 0;
  list-style-type: circle;
}

table.kunden li {
  padding: 0;
  margin: 0;
}

table.kunden .monatTage {
  border-bottom: 1px solid #CCCCCC;
}

table.kunden .monatTage th {
  text-align: center;
  font-weight: 400;
}

table.kunden td.monatBox {
  border: 1px solid #999999;
  height: 100px;
  position: relative;
  width: 13.5%;
}

table.kunden td.monatBoxInaktiv {
  border: 1px solid #999999;
  background-color: #eeeeee;
  width: 13.5%;
}

table.kunden td.monatBox span.tag {
  display: block;
  font-size: 10px;
  text-align: right;
  background-color: #eeeeee;
  padding: 2px;
}
table.kunden td.monatBox span.neuerTermin {
  display: block;
  font-size: 10px;
  position: absolute;
  padding: 2px;
  margin: 0 5px 5px 0;
  width: 12px;
  text-align: center;
  bottom: 0;
  right: 0;
}
table.kunden td.termin span.neuerTermin {
  display: block;
  font-size: 10px;
  position: relative;
  padding: 2px;
  margin: 15px 2px 0 0;
  float: right;
  border: 1px solid #cccccc;
  width: 12px;
  text-align: center;
}

table.kunden td.monatBox a {
  color: #383838;
  text-decoration: none;
}

table.kunden td.monatBox li a {
  color: #3099f2;
  text-decoration: underline;
}

table.kunden td.monatBox ul {
  padding: 0;
  margin: 5px 0 0;
  list-style-type: none;
}

h2.termine {
  font-size: 17px;
  font-weight: 400;
}

h2 span.andereAnsicht {
  border: 1px solid #cccccc;
  border-radius: 4px;
  float: right;
  margin: -5px 5px 5px;
  padding: 10px;
  cursor: pointer;
}

h2 span.kalenderVor {
  background-color: #f3f3f3;
  border: 1px solid #cccccc;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  float: left;
  line-height: 16px;
  margin: -5px 10px 5px 0;
  padding: 10px;
}

h2 span.kalenderZurueck {
  background-color: #f3f3f3;
  border: 1px solid #cccccc;
  border-right: none;
  border-radius: 4px 0 0 4px;
  cursor: pointer;
  float: left;
  line-height: 16px;
  margin: -5px 0 5px;
  padding: 10px;
}

h2 a {
  text-decoration: none;
}

.hinzufuegen {
  border: 1px solid #e3e3e3;
  display: inline-block;
  float: left;
  height: 40px;
  margin: 0 0 20px 20px;
  padding: 8px 8px 0;
}

.hinzufuegen .plus {
  background: url("/img/plus.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  float: left;
  height: 32px;
  position: relative;
  width: 32px;
}

.hinzufuegen .text {
  color: #000000;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 32px;
  padding: 8px 0 0 10px;
  position: relative;
}

.kundendaten {
  border: 3px solid #d7f9d3;
  float: left;
  margin-right: 2%;
  padding: 1%;
  width: 45%;
}

.kundendaten .head {
  font-size: 20px;
  color: #999999;
  padding: 5px 10px 0;
}

.kundendaten .head .optionen {
  float: right;
  margin-top: 5px;
}

.kundendaten .headline {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  font-size: 14px;
  font-weight: 600;
  color: #999999;
  padding: 10px;
  clear: left;
  margin: 15px 0;
  float: left;
  width: calc(98% - 6px);
}

.kundendaten .optionen {
  float: right;
}

.kundendaten .label {
  color: #666666;
  width: 35%;
  float: left;
  clear: left;
  margin-left: 2%;
  padding: 1%;
}

.kundendaten .data {
  color: #999999;
  width: 58%;
  float: left;
  padding: 1%;
}

.kundendaten .data b {
  font-weight: 600;
}

.interncontainer .left {
  float: left;
  margin-right: 1%;
  padding: 1% 0;
  width: 48%;
}

.interncontainer .right {
  float: left;
  width: 48%;
  padding: 0 1%
}

table.terminListe {
  float: left;
  width: 100%
}
.terminListe thead th {
  border-bottom: 1px solid #cccccc;
  padding: 8px 0;
}

.terminListe tr.termin td {
  background-color: #F75D59;
  border-bottom: 3px solid #ffffff;
  color: #ffffff;
}

.terminListe td {
  padding: 8px 5px;
  text-align: center;
}

.termin_info {
  cursor: pointer;
  position: relative;
}

.termin_info .kommentar {
  display: none;
}

.termin_info:hover .kommentar {
  background-color: #f3f3f3;
  border: 1px solid #cccccc;
  bottom: 20px;
  display: block;
  max-width: 300px;
  left: 18px;
  padding: 5px;
  position: absolute;
}

.imgBox {
  float: left;
  padding: 5px;
  height: 150px;
  width: 150px;
}

.imgBox .k-img {
  max-height: 150px;
  max-width: 150px;
}

.imgBox .datum {
  float: left;
}

.imgBox .big {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  display: none;
  height: calc(100% - 100px);
  float: left;
  left: 100px;
  padding: 4px;
  position: fixed;
  top: 50px;
  width: calc(100% - 200px);
  z-index: 20;
}

.imgBox .big img {
  float: left;
  max-height: 100%;
  max-width: 79%
}

.imgBox .big div {
  border-left: 1px solid #cccccc;
  float: right;
  height: calc(100% - 10px);
  padding: 5px;
  width: 20%;
}

.imgBox .big div textarea {
  height: calc(100% - 10px);
  width: calc(100% - 10px);
}

.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 19;
}

.testNL {
  cursor: pointer;
  float: right;
}

.testNL:hover {
  text-decoration: underline;
}

.testnewsletter textarea {
  width: 100%;
}

/*.interncontainer, .left,
.internformdaten {
  width: 98%;
}*/
