.upper {
    text-transform: uppercase;
}

a { text-decoration: none !important; color: #2ebce7; }

.modal-content { border-radius: 0 !important; }

#edit-bar { display: none !important; }
body.plone-toolbar-top { padding-left: 0 !important; }

.topspace { margin-top: 15px; }

body { font-size: 13px !important; line-height: 20px !important; hyphens: auto; lang: de; word-wrap: break-word; }


.modal-wrapper {
  z-index: 9000;
  opacity: .9;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.modal-background {
  opacity: 1;
  background-color: #d0d0d0;
  position: absolute;
  inset: 0%;
}

.modal-header {
  border-bottom: 1px solid #d0d0d0;
  padding: 5px 10px;
}

.modal-title {
  color: #2ebce7;
  text-transform: uppercase;
}

.modal-footer {
  text-align: right;
  padding-bottom: 10px;
  padding-right: 5px;
}

.modal-card, .modal-content {
  background-color: #fff;
  position: relative;
}
