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

/* blue / Kultur */
:root {
  --c-050: #fafdff;
  --c-100: #ebf8ff;
  --c-200: #bee3f8;
  --c-300: #90cef4;
  --c-400: #64b4ed;
  --c-500: #4199e1;
  --c-600: #3082cf;
  --c-700: #2b6bb1;
  --c-800: #234167;
  --c-900: #001829;
}


/* Widgets Termine */
#em_widget-2,
#custom_html-16,
#custom_html-12 {
  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-2 {
  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-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;
}