/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* content table in editor */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
.contenttable {
  width: 100%;
}

.contenttable th, .contenttable td {
  border-top: 1px solid #dadada;
}

.contenttable th, .contenttable td {
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.contenttable td, .contenttable th {
  vertical-align: top;
}



/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* responsive table */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
.table-responsive {
  width: 100%;
  background: #fff;
}

.table-responsive th {
    background-color: rgba(218,218,218, .1);
}

.table-mobile {
  background-color: #fff;
}

.table-mobile table {
  width: 100%;
  margin-bottom: 2em;
  border-bottom: 1px solid #dadada;
}


.table-mobile th,
.table-mobile td {
  padding: 0.5em 0.75em;
  vertical-align: top;
  border-top: 1px solid #dadada;
}

.table-mobile th{
  width: 30%;
  text-align: right;
  background-color: rgba(218,218,218, .2);
}

.table-mobile td{
  width: 70%;
  text-align: left;
}

@media screen and (max-width: 600px) {
  .table-responsive table.ce-table,
  .table-responsive table.contenttable {
    display: none !important;
  }

  .table-responsive + .table-mobile {
    display: block !important;
  }

}


@media screen and (min-width: 601px) {

  .table-responsive {
    display: block;
  }

  .table-responsive + .table-mobile {
    display: none;
  }

  .table-responsive.js-mobile-table {
    position: relative;
    height: 0;
    overflow: hidden;
  }

  .table-responsive.js-mobile-table + .table-mobile {
    display: block;
  }
}


/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* sub header after header */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

.frame.frame-type-header h1 + h2::before {
  display: block;
  width: 80vw;
  position: relative;
  content: "";
  height: 20px;
}

.frame.frame-type-header h1 + h2 {
  display: inline-block;
  font-size: 1em;
  text-transform: none;
  color: #777;
  top: 0;
  background-color: transparent;
}


/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* candidate detail */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

.ce-image-candidate .ce-gallery .bs-col .image {
  padding-left: 0;
}


/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* Bewerbungsformular  
   Digital Marketing Basiszertifikat – DACH     
   1:/user_upload/grundkursDACHOnlineprfung.form.yaml */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

#basiszertifikatDACH .checkbox label {
  line-height: 2rem;
}
#basiszertifikatDACH .checkbox label > span {
  padding-left: 5px;
}

#basiszertifikatDACH .help-block {
  color: inherit
}
