/*
Theme Name: GM
Description: Ein angepasstes Theme für die 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 */

/* gold / GM */
:root {
  --c-050: #fffefa;
  --c-100: #fffcf0;
  --c-200: #fff5cc;
  --c-300: #ffeb99;
  --c-400: #ffdb4d;
  --c-500: #ffcc00;
  --c-600: #e4b407;
  --c-700: #c0960c;
  --c-800: #6d5b1c;
  --c-900: #251d04;
}

/* Widgets Termine */
#em_widget-3,
#custom_html-15,
#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;
  } */
}

#em_widget-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-kultur) !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-bridge) !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;
}