/* Start of CMSMS style sheet 'Gardasee - Datenschutz' */
#container {
  overflow: hidden;
}

#content {
  width: 585px;
  overflow: hidden;
}

#scroll_content {
   width: 100%;
   height: 100%;
   overflow-y: scroll;
   padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
   box-sizing: content-box; /* So the width will be 100% + 17px */
}

#scroll_content h1 {
  color: #333;
}

@keyframes fold_down {
  from { height: 0%; }
  to { height: auto; }
}

.dps span.dps_fold_down {
  display: inline-block;
  position: relative;
  left: 95%;
  top: -3ex;
  z-index: 100;

  width: 0px;
  height: 0px;
  -webkit-transform: rotate(0deg);
  border-style: solid;
  border-width: 13.3px 8.5px 0 8.5px;
  border-color: #aaa transparent transparent transparent;
}

.dps span.dps_fold_up {
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(180deg);
  border-style: solid;
  border-width: 13.3px 8.5px 0 8.5px;
  border-color: #aaa transparent transparent transparent;
}

.dps .dps_hidden_element {
  display: none;
}

.dps {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  text-align: left;
}

.dps p {
  margin: 0px;
}

.dps li
{
  margin-top: 4px;
  margin-bottom: 4px;
}

.dps .dps_title {
  box-sizing: border-box;
  min-height: 0;

  text-align: left;
  float: none;
}

.dps span.dps_title {
  display: block;
  z-index: -1;

  margin: 1ex 0 0;
  padding: 0.5ex 1ex 0ex 4ex;
  background: linear-gradient(#f0f0f0, rgba(255, 255, 255, 0.5));
  /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); */
  border: 1px solid #ccc;
  border-bottom: none;

  border-radius: 15px 15px 0px 0px;
  cursor: pointer;
}

.dps div.dps_paragraph {
  box-sizing: border-box;

  background: rgba(255, 255, 255, 0.5);
  /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); */
  border: 1px solid #ccc;
  border-top: none;
  margin: 0em 0em 1em;
  padding: 1em 3em 1em 0em;
  border-radius: 0px 0px 15px 15px;
}

.dps li.dps_title {
  padding-top: 1em;
  padding-left: 1em;
  font-weight: bold;
}

.dps .dps_subtitle {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  line-height: 150%;
  text-align: justify;
}

.dps ol.dps_subtitle > li {
  margin-top: 2ex;
  font-weight: bold;
}

.dps ul.dps_itemization {
  list-style-type: lower-alpha;
  list-style-position: outside;
  margin-top: 0.5ex;
}

.dps ul.dps_itemization li {
  font-weight: normal;
}

.dps ul.dps_itemization li:before {
  content: ")";
  margin-right: 1em;
}

.dps .dps_textrank_1 {
  margin-top: 1ex;
}

.dps .dps_indiction {
  display: inline-block;
  width: 10ex;
}

/* End of 'Gardasee - Datenschutz' */

