/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/
body .elementor-message-danger:before {
  display: none !important;
}
body .select2 {
  position: relative !important;
  float: left;
  width: 100%;
}
body .select2 .select2-selection--single {
  height: 39px;
}
body .select2 .select2-selection--single .select2-selection__rendered {
  line-height: 39px;
}
body .select2 .select2-selection--single .select2-selection__clear {
  z-index: 100;
}
body .select2 .select2-selection--clearable .select2-selection__arrow {
  display: none !important;
}
body .select2 button:hover {
  background-color: #8C0311 !important;
}
body .instructorContentInner ul {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: both;
  float: left;
  width: 100%;
}
body .instructorContentInner ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 5px;
}
body .instructorContentInner ul ul li {
  float: left;
  margin-right: 15px;
  width: 40%;
}
body .instructorContentInner ul ul li i {
  color: #007e00;
}
body .instructors .instructor-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  /* Abstand zwischen den Elementen */
  list-style: none !important;
}
body .instructors .instructor-list .instructor-item {
  position: relative;
  padding-left: 30px;
}
body .instructors .instructor-list .instructor-item::before {
  content: "👤";
  position: absolute;
  left: 0;
  top: 2px;
}
body .vereinsangebote {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 0px;
  background: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 20px;
}
body .vereinsangebote .vereinsangebot-grid-item {
  /*background: #f5f5f5;*/
  padding: 30px;
  text-align: left;
  /*border-radius: 10px;*/
  font-weight: bold;
}
body .vereinsangebote .vereinsangebot-grid-item i {
  color: green;
}
body .vereinsangebote .vereinsangebot-grid-item i.fa-circle-xmark {
  color: red;
}
body .dt-bewegungs-form label {
  width: 100%;
}
body .dt-bewegungs-form .formwidth select,
body .dt-bewegungs-form .formwidth input {
  width: 100%;
}
body .dt-bewegungs-form .dt-form-row {
  margin-bottom: 20px;
}
body .searchloop {
  /* Gerade */
}
body .searchloop .instructor-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  /* Abstand zwischen den Items */
  margin-left: 10px;
}
@media (max-width: 768px) {
  body .searchloop .instructor-list {
    grid-template-columns: 1fr;
  }
}
body .searchloop .instructor-item {
  position: relative;
  padding-left: 30px;
}
body .searchloop .instructor-item::before {
  content: "👤";
  position: absolute;
  left: 0;
  top: 2px;
}
body .searchloop .e-loop-item:nth-child(odd) {
  background-color: #e9e9e9;
}
body .rowMeldedaten {
  /* grün */
  /* rot */
  /* grau */
}
body .rowMeldedaten .e-loop-item:nth-child(odd) {
  background-color: #eee;
}
body .rowMeldedaten .e-loop-item:nth-child(even) {
  background-color: #ffffff;
}
body .rowMeldedaten .status-yes {
  color: #2ecc71;
}
body .rowMeldedaten .status-no {
  color: #e74c3c;
}
body .rowMeldedaten .status-open {
  color: #95a5a6;
}
body .gform-theme {
  --gf-field-pg-prog-bar-bg-color-blue: #8C0311 !important;
  --gf-ctrl-btn-bg-color-primary: #C00418 !important;
  --gf-local-bg-color: #8C0311 !important;
}
body .meldedaten-status-0 {
  display: none;
}
body .meldedaten-status-text {
  color: #8C0311;
  font-weight: bold;
}
body .gfield_select {
  line-height: 25px !important;
}
body .vereinsangebot {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 10px;
}
body .vereinsangebot li {
  margin: 0;
  padding-bottom: 10px;
}
body .vereinsangebot ul {
  list-style: none;
  margin: 0;
}
body .vereinsangebot ul li {
  margin: 0;
  padding-bottom: 0px;
  position: relative;
  padding-left: 20px;
}
body .vereinsangebot ul li::before {
  font-family: 'the7-feather' !important;
  content: "\e92b";
  /* check */
  position: absolute;
  left: 0;
  top: 0;
  color: #2ecc71;
}
/*# sourceMappingURL=style.css.map */