div.ccm-page {
  background: url(http://www.ferienhaus-laboe.com/themes/ferienhaus/images/bg-image.gif) no-repeat;
}
div.ccm-page > main {
  background: none !important;
}
div.ccm-page > main > .container {
  background: white;
}
table.striped tr:nth-child(odd) {
  background-color: rgba(7, 142, 141, 0.1);
}
table td {
  padding: 5px;
}
table thead td {
  font-weight: bold;
}
table.dashed {
  border-left: 1px dashed #ccc;
  border-top: 1px dashed #ccc;
}
table.dashed td {
  border-right: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}
div.ccm-page div.col-sidebar ul {
  list-style-image: url(/finished-work.png);
}
div.ccm-page div.col-sidebar ul li {
  margin-left: 24px;
}
div.ccm-page header .header-site-title img {
  width: unset;
}
div.ccm-page header {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  div.ccm-page header {
    height: 80px;
  }
}
