/*
Theme Name: GM-TENNIS
Description: Ein angepasstes Theme für die Tennisabteilung der Gesellschaft Museum e.V. in Nürnberg.
Version: 1.0
Author: Norbert Klostermann
Author URI: http://webagentur-klostermann.de
Template: enfold
*/

/*Add your own styles here:*/
/* FARBCODES */

/* red / Tennis */
:root {
  --c-050: #fffbfa;
  --c-100: #fff4f0;
  --c-200: #ffd9cc;
  --c-300: #f5b8a3;
  --c-400: #ef815d;
  --c-500: #e8663b;
  --c-600: #c15733;
  --c-700: #ab4321;
  --c-800: #812308;
  --c-900: #211008;
}

/* Widgets Termine */
#em_widget-3,
#custom_html-25,
#custom_html-29 {
  padding: 0;
  margin-top: 1em;

  .datum {
    font-weight: 600;
    font-style: italic;
    padding-right: .25em;
  }

  /* .titel {
      padding: 0 0 0 4px;
      font-weight: bolder;
      font-style: italic !important;
    } */
}

#custom_html-3 {
  ul li {
    padding: 4px 0;

    a {
      color: var(--c-800);

      &:hover {
        text-decoration: underline var(--c-800) !important;
      }
    }
  }
}

#footer .srr-tab-wrap li:nth-child(1).srr-active-tab,
#footer .srr-tab-wrap li:nth-child(1):hover {
  border-bottom: 1px solid var(--c-gmuseum) !important;
}

#footer .srr-tab-wrap li:nth-child(2).srr-active-tab,
#footer .srr-tab-wrap li:nth-child(2):hover {
  border-bottom: 1px solid var(--c-kultur) !important;
}

#footer .srr-tab-wrap li:nth-child(3).srr-active-tab,
#footer .srr-tab-wrap li:nth-child(3):hover {
  border-bottom: 1px solid var(--c-tennis) !important;
}