@charset "UTF-8";
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/roboto-v27-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/roboto-v27-latin-300.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v27-latin-300.woff2") format("woff2"), url("fonts/roboto-v27-latin-300.woff") format("woff"), url("fonts/roboto-v27-latin-300.ttf") format("truetype"), url("fonts/roboto-v27-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/roboto-v27-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/roboto-v27-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v27-latin-regular.woff2") format("woff2"), url("fonts/roboto-v27-latin-regular.woff") format("woff"), url("fonts/roboto-v27-latin-regular.ttf") format("truetype"), url("fonts/roboto-v27-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/roboto-v27-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/roboto-v27-latin-500.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v27-latin-500.woff2") format("woff2"), url("fonts/roboto-v27-latin-500.woff") format("woff"), url("fonts/roboto-v27-latin-500.ttf") format("truetype"), url("fonts/roboto-v27-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/roboto-v27-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/roboto-v27-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v27-latin-700.woff2") format("woff2"), url("fonts/roboto-v27-latin-700.woff") format("woff"), url("fonts/roboto-v27-latin-700.ttf") format("truetype"), url("fonts/roboto-v27-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/roboto-v27-latin-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/roboto-v27-latin-900.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v27-latin-900.woff2") format("woff2"), url("fonts/roboto-v27-latin-900.woff") format("woff"), url("fonts/roboto-v27-latin-900.ttf") format("truetype"), url("fonts/roboto-v27-latin-900.svg#Roboto") format("svg");
  /* Legacy iOS */
}
.digas th.column-id {
  width: 4em;
}

.digas th.column-edit_hash {
  width: 8em;
}

.w-post-elm-before {
  vertical-align: top;
  min-width: 15%;
  max-width: 15%;
  font-weight: bold;
}

.details-indication-list, .details-counterindication-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-left: 0;
  line-height: 28px;
}
.details-indication-list li, .details-counterindication-list li {
  padding: 3px 10px;
  margin: 5px;
  color: white;
  background-color: #002e94;
  border-radius: 15px;
  line-height: 20px;
  font-weight: 800;
}

.tribe-events-before-html {
  text-align: center;
  margin-bottom: 25px !important;
}

.details-age-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-left: 0;
}
.details-age-list li {
  margin-bottom: 3px;
}
.details-age-list li:after {
  content: " Jahre,";
}
.details-age-list li:last-child:after {
  content: " Jahre";
}
.details-age-list li:before {
  content: " ";
}
.details-age-list li:first-child:before {
  content: "";
}

.details-platform-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-left: 0;
}
.details-platform-list li {
  margin-bottom: 3px;
}
.details-platform-list li:after {
  content: "/";
}
.details-platform-list li:last-child:after {
  content: "";
}

.details-pzn-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-left: 0;
}
.details-pzn-list li:after {
  content: ", ";
}
.details-pzn-list li:last-child:after {
  content: "";
}

.cme-suggestions-list {
  margin-left: 0;
  list-style-type: none;
}

/* Frontend: Add app form -- BEGIN */
.wp-form-example {
  font-size: 75%;
  color: #999999;
  margin-left: 10px;
}

input[type=submit] {
  margin-top: 20px;
}

.required:after {
  content: "*";
  font-weight: bold;
  color: #00A99D;
  margin-left: 5px;
}

.wp-form {
  width: 100%;
  margin: 0 auto;
}

.wp-form-row {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.wp-form-row .wpcf7-form-control {
  width: 100%;
}

.wp-form-column {
  flex: 1;
  padding: 0.5rem 0;
  width: 100%;
}
.wp-form-column .wpcf7-spinner {
  top: -36px;
}

.wp-form-row input[type=file]:not([aria-required]) {
  width: 80%;
}

img.wp-form-icon {
  height: 60px;
  max-width: 15%;
  margin-left: 4%;
}

/* Notebook / Desktop */
@media only screen and (min-width: 48em) {
  .wp-form-row {
    flex-direction: row;
  }

  .wp-form-column {
    padding: 0.5rem 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .mobile-wrap-flex {
    flex-wrap: wrap;
  }
}
/* Frontend: Add app form -- END */
/* Backend: DiGA table -- BEGIN */
.column-details {
  padding-top: 1.5em !important;
}

.wp-lightbox-button {
  font-size: 16px;
  line-height: 1.2 !important;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  border-radius: 4em;
  padding: 0.9em 1.8em;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  background: #00A99D;
  border-color: transparent;
  color: #ffffff !important;
}

.wp-lightbox-button img {
  height: 1.2em;
  margin-right: 0.5em;
  vertical-align: middle;
}

.wp-lightbox-details {
  border: 3px solid #00A99D;
  border-radius: 4em;
}

.wp-lightbox-details img {
  height: 6em;
  vertical-align: middle;
}

.wp-lightbox-details h2 {
  display: inline;
  margin-left: 0.5em;
  font-size: 350%;
  vertical-align: middle;
}

.wp-lightbox-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  text-align: left;
  font-size: 120%;
}

.wp-lightbox-definition {
  flex: 1;
  padding: 0.5rem 0;
  width: 100%;
  font-weight: bold;
}

.wp-lightbox-column {
  flex: 3;
  padding: 0.5rem 0;
  width: 100%;
}

.wp-lightbox-approved {
  color: #00A99D;
}

.wp-lightbox-unapproved {
  color: #ffe082;
}

.mfp-close {
  right: 4em !important;
  top: 0.5em !important;
}

.mfp-close:before {
  content: "Schießen";
  font-size: 75%;
  margin-right: 0.5em;
  vertical-align: bottom;
}

/* Backend: DiGA table -- END */

/*# sourceMappingURL=style.css.map */
