html.ccm-edit-mode ._anchor {
  visibility: visible !important;
  margin-top: 0 !important;
  height: 0 !important;
  text-align: center;
  letter-spacing: 6px;
  text-shadow: 0 0 3px #a72d2d;
  color: transparent;
  font-weight: bold;
}
html.ccm-edit-mode #stripeTopImages {
  height: auto !important;
}
html.ccm-edit-mode #ccm-check-in-preview {
  display: none;
}
body {
  padding: 0;
  border: 0;
  margin: 0;
}
.ccm-page {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #000000;
  background-color: #ffffff;
  /* generic elements **************************************************************************/
  /* top secion ********************************************************************************/
  /* menu **************************************************************************************/
  /* SIDE BOOKMARKS ******************************************************************/
  /* CONTENT *************************************************************************/
  /* COLOPHONY ************************************************************************/
  /* FORMS ***************************************************************************/
}
.ccm-page a {
  color: #418a73;
  text-decoration: none;
}
.ccm-page .aEmulated {
  color: #316756;
  cursor: not-allowed;
}
.ccm-page input {
  font-family: "Open Sans", sans-serif;
}
.ccm-page div._anchor {
  visibility: hidden;
  position: relative;
  z-index: -1;
  _top: calc(12.9em);
}
.ccm-page #stripeTopIdentity {
  margin: 2px;
}
.ccm-page #stripeTopIdentity img {
  display: block;
  _margin: auto;
  position: relative;
  left: 80px;
  height: 70px;
  width: auto;
}
@media screen and (max-width: 639px) {
  .ccm-page #stripeTopIdentity img {
    left: 40px;
    height: 50px;
    width: auto;
    padding-top: 4px;
  }
}
@media screen and (max-width: 479px) {
  .ccm-page #stripeTopIdentity img {
    left: 14px;
    height: 40px;
    padding-top: 8px;
  }
}
.ccm-page #stripeTopImages {
  margin: 2px;
  height: 130px;
  overflow: hidden;
  _display: table;
  _table-layout: fixed;
}
.ccm-page #stripeTopImages span {
  height: 100%;
  _display: table-cell;
  display: inline-block;
}
.ccm-page #stripeTopImages span:first-child {
  width: 70px;
  background-color: #418a73;
  border-radius: 0 0px 0px 0;
  margin-right: 2px;
}
.ccm-page #stripeTopImages span.images {
  font-size: 0;
  /* "remove" inline spaces */
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 799px) {
  .ccm-page #stripeTopImages span.images {
    max-width: calc(100% - 71px -  8px );
  }
}
@media screen and (max-width: 1151px) and (min-width: 800px) {
  .ccm-page #stripeTopImages span.images {
    max-width: calc(100% - 100px - 200px);
  }
}
@media screen and (min-width: 1152px) {
  .ccm-page #stripeTopImages span.images {
    max-width: calc(100% - 100px - 400px);
  }
}
.ccm-page #stripeTopImages span.images img {
  font-size: 14px;
  border-radius: 0px;
  display: inline;
  height: 130px;
  width: auto;
  padding: 0 1px;
}
.ccm-page #stripeTopImages span.images img:first-of-type {
  padding-left: 0;
}
.ccm-page #stripeTopImages span.images img:last-of-type {
  padding-right: 0;
}
.ccm-page #stripeTopImages span:last-child {
  width: 1.2em;
  background-color: rgba(239, 145, 139, 0.63);
  border-radius: 0px;
  margin-left: 2px;
}
.ccm-page .menuAsIcon {
  margin: 2px;
  padding: 15px 28px;
  display: none;
  cursor: pointer;
}
.ccm-page #menuAsIcon {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
}
@media screen and (max-width: 799px) {
  .ccm-page #menuAsIcon {
    display: block;
  }
}
@media screen and (max-height: 499px) {
  .ccm-page #menuAsIcon {
    display: block;
  }
}
.ccm-page #menuUnfolded {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
}
@media screen and (max-width: 799px) {
  .ccm-page #menuUnfolded {
    display: none;
    font-size: 1.1em;
    z-index: 50;
    bottom: 0;
    background-color: #ffffff;
    box-shadow: 0 0 10px gray;
  }
  .ccm-page #menuUnfolded .menuAsIcon {
    display: block;
    font-size: 25px;
    margin: auto;
    text-align: center;
  }
}
@media screen and (max-height: 499px) {
  .ccm-page #menuUnfolded {
    display: none;
    overflow-y: auto;
    font-size: 1.1em;
    z-index: 50;
    bottom: 0;
    transition: right 1s;
    background-color: #ffffff;
    box-shadow: 0 0 10px gray;
  }
  .ccm-page #menuUnfolded .menuAsIcon {
    display: block;
    font-size: 25px;
    margin: auto;
    text-align: center;
  }
}
@media screen and (max-width: 1151px) and (min-width: 800px) and (min-height: 500px) {
  .ccm-page #menuUnfolded {
    position: fixed;
    display: block !important;
  }
}
@media screen and (min-width: 1152px) and (min-height: 500px) {
  .ccm-page #menuUnfolded {
    display: block !important;
  }
  .ccm-page #menuUnfolded .menuItem {
    display: inline-block;
    vertical-align: top;
  }
}
.ccm-page #menuUnfolded ol,
.ccm-page #menuUnfolded li {
  margin: 0;
  padding: 0;
}
.ccm-page #menuUnfolded a {
  color: inherit;
  text-decoration: none;
}
.ccm-page #menuUnfolded #languageSelector {
  padding: 0.4em 1.2em 0.4em 0;
}
.ccm-page #menuUnfolded .menuItem {
  margin-right: 1em;
  padding-right: 1em;
  line-height: 1.2em;
  width: 5.9em;
}
.ccm-page #menuUnfolded .menuItem:nth-of-type(5) {
  padding-right: 0;
}
.ccm-page #menuUnfolded .menuItem .menuItem_heading {
  margin-top: 0.7em;
  border-top: #ef918b 0.6em solid;
  padding-top: 0.5em;
  font-weight: bold;
}
.ccm-page #menuUnfolded .menuItem .menuItem_heading:hover {
  _border-top-color: #ef918b;
  color: #e33c31;
}
.ccm-page #menuUnfolded .menuItem li:hover {
  color: #e33c31;
  font-weight: bold;
}
.ccm-page #menuUnfolded .menuItem.active .menuItem_heading {
  color: #e33c31;
}
.ccm-page #sideBookmarks {
  position: fixed;
  z-index: 40;
  right: 0;
  top: 26em;
  transition: 1s;
  margin-top: 2em;
}
@media screen and (max-width: 799px) {
  .ccm-page #sideBookmarks {
    font-size: 0.9em;
    bottom: 1em;
    top: auto;
  }
}
@media screen and (max-width: 499px) {
  .ccm-page #sideBookmarks {
    font-size: 0.8em;
    bottom: 1em;
    top: auto;
  }
}
@media screen and (max-height: 499px) {
  .ccm-page #sideBookmarks {
    font-size: 0.8em;
    bottom: 1em;
    top: auto;
  }
}
@media screen and (min-width: 1152px) and (min-height: 500px) {
  .ccm-page #sideBookmarks {
    top: 11em;
  }
}
.ccm-page .sideBookmark {
  font-size: 1.1em;
  text-align: center;
  _font-weight: bold;
  padding: 0.7em 0.9em;
  clear: right;
  margin-bottom: 0.2em;
  color: white;
}
.ccm-page .sideBookmark#sideBookmark_donate {
  background-color: #b75837;
}
.ccm-page .sideBookmark#sideBookmark_input {
  background-color: #418a73;
}
.ccm-page .sideBookmark svg {
  float: right;
  margin: 0.2em 0 0 0.8em;
  height: 1em;
}
.ccm-page #content {
  margin: 2px;
  margin-bottom: 0px;
  width: calc(100% - 190px);
  box-sizing: border-box;
}
.ccm-page #content .leftBorder {
  width: 130px;
  background-color: #86d3b0;
  border-radius: 0 0px 0 0;
}
.ccm-page #content .rightSpace {
  padding: 1.5em;
  letter-spacing: -0.015em;
}
.ccm-page #content h1 {
  font-family: "Liberation Sans", sans-serif;
  font-weight: normal;
  font-size: 2em;
  letter-spacing: -0.03em;
  opacity: 0.7;
  _text-shadow: 4px 5px 7px rgba(0, 0, 0, 0.2);
}
.ccm-page #content h2 {
  font-weight: normal;
  margin: 1.3em 0 0.5em 0;
}
.ccm-page #content h2:first-of-type {
  margin-top: 0;
}
.ccm-page #content #mapTeaser {
  position: relative;
  background-image: url('/application/themes/rememberingKlassisch/img/kartenausschnitt.jpg');
  background-position: center center;
  _box-shadow: 0px 2px 10px 6px rgba(0, 0, 0, 0.4) inset;
  margin: 1em 0;
  height: 300px;
  width: 80%;
  max-width: 1196px;
}
@media screen and (max-width: 479px) {
  .ccm-page #content #mapTeaser {
    width: 100%;
  }
}
.ccm-page #content #mapTeaser .sideBookmark {
  position: absolute;
  right: 20%;
  top: 25%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  color: #418a73;
  font-weight: bold;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
}
.ccm-page #content #mapTeaser .sideBookmark svg {
  float: right;
  margin: 0.2em 0 0 0.8em;
  height: 1em;
}
.ccm-page #content #mapTeaser .sideBookmark svg polygon {
  fill: #418a73;
}
.ccm-page #content .img-responsive {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1440px) {
  .ccm-page #content {
    width: calc(100% -  300px );
  }
  .ccm-page #content .leftBorder {
    width: 300px;
  }
}
@media screen and (max-width: 799px) {
  .ccm-page #content {
    border-left: none;
    width: auto;
  }
  .ccm-page #content .leftBorder {
    display: none;
  }
  .ccm-page #content h1 {
    font-size: 1.7em;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .ccm-page #content h1 {
    font-size: 1.5em;
    text-align: center;
  }
}
.ccm-page #content .aufklappElement_toggle {
  font-weight: bold;
  color: #418a73;
}
.ccm-page #contentColophonySeparator {
  margin: 0 0 0 2px;
  height: 2px;
  background-color: white;
  position: relative;
  z-index: 80;
}
.ccm-page #colophony {
  margin: 0 0 0 2px;
  position: relative;
  z-index: 80;
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  padding: 2em 2em;
  background-color: #e7f6ef;
  _background-color: #eaf5f1;
}
.ccm-page #colophony .colophonyColumn {
  vertical-align: top;
  box-sizing: border-box;
  width: 25%;
  max-width: 250px;
  display: inline-block;
  _padding: 1.4em;
  margin: 1.4em auto 2.8em auto;
}
.ccm-page #colophony .colophonyColumn div.headline {
  font-weight: bold;
  margin-bottom: 1em;
  _text-align: center;
  _border-bottom: 1px solid #418a73;
  width: 90%;
}
.ccm-page #colophony .colophonyColumn span {
  font-size: 0.9em;
}
.ccm-page #colophony .colophonyColumn span {
  display: block;
  _margin: 0 2em 2em 0 0.3em;
}
.ccm-page #colophony .colophonyColumn span + span {
  _margin-top: 0.1em;
}
.ccm-page #colophony .colophonyColumn a img {
  display: inline-block;
  margin: 0 2em 2em 0.3em;
  max-width: 80%;
}
.ccm-page #colophony .colophonyColumn a:last-child img {
  margin-bottom: 0;
}
.ccm-page #colophony #colophonyClosingLine {
  border-top: 1px solid #418a73;
  padding-top: 1em;
  font-size: 0.9em;
  font-weight: bold;
}
.ccm-page #colophony #colophonyClosingLine span + span {
  margin-left: 2em;
}
@media screen and (max-width: 800px) {
  .ccm-page #colophony .colophonyColumn {
    vertical-align: top;
    box-sizing: border-box;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .ccm-page #colophony .colophonyColumn {
    width: 60%;
    display: block;
  }
}
@media screen and (max-width: 799px) {
  .ccm-page #colophony #colophonyClosingLine span {
    display: block;
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 1152px) {
  .ccm-page #colophony {
    border-left: solid 130px #418a73;
  }
}
@media screen and (min-width: 1440px) {
  .ccm-page #colophony {
    border-left-width: 300px;
  }
}
.ccm-page form .form-group {
  margin-top: 0.5em;
}
.ccm-page form label.control-label {
  display: block;
}
.ccm-page form input {
  box-sizing: border-box;
  margin-left: 1em;
  max-width: calc(100% - 3em);
  width: 400px;
}
.ccm-page form input[type="checkbox"] {
  margin-left: 0;
  width: 28px;
  vertical-align: text-bottom;
}
.ccm-page form .ccm-file-selector {
  box-sizing: border-box;
  margin-left: 1em;
  max-width: calc(100% - 3em);
  width: 400px;
}
.ccm-page form .text-muted.small {
  color: blue;
  float: left;
  padding-right: 0.3em;
}
.ccm-page form .captcha {
  float: right;
}
.ccm-page form .captcha img,
.ccm-page form .captcha input {
  margin: 0 !important;
  width: 300px;
  max-width: 100%;
}
.ccm-page form .captcha input {
  position: relative;
  top: -1em;
  width: 200px;
  left: 50px;
}
.ccm-page form .form-actions {
  clear: right;
  float: right;
}
.ccm-page form .form-actions button {
  width: 300px;
  max-width: 100%;
}
html .captcha label {
  font-size: 1px;
  font-size: 0;
  visibility: hidden;
  max-width: 300px;
}
html .captcha label:after {
  font-size: 13px;
  visibility: visible;
}
html:lang(en) .captcha label:after {
  content: "If unreadable, please click the image for a new captcha!";
}
html:lang(de) .captcha label:after {
  content: "Das Captcha ist unlesbar? Per Klick auf das Bild gibt's ein Neues!";
}
