/*----------------------------------------------------------------------------------|  www.vdm.io  |----/
				Naturschutz Verein Ruswil 
/-------------------------------------------------------------------------------------------------------/

	@version		1.0.15
	@build			6th April, 2021
	@created		13th Dezember, 2020
	@package		NVR Veranstaltungen
	@subpackage		nvr_history.css
	@author			Mattia willimann <http://nv-ruswil.ch>	
	@copyright		Copyright (C) 2015. All Rights Reserved
	@license		GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
  ____  _____  _____  __  __  __      __       ___  _____  __  __  ____  _____  _  _  ____  _  _  ____ 
 (_  _)(  _  )(  _  )(  \/  )(  )    /__\     / __)(  _  )(  \/  )(  _ \(  _  )( \( )( ___)( \( )(_  _)
.-_)(   )(_)(  )(_)(  )    (  )(__  /(__)\   ( (__  )(_)(  )    (  )___/ )(_)(  )  (  )__)  )  (   )(  
\____) (_____)(_____)(_/\/\_)(____)(__)(__)   \___)(_____)(_/\/\_)(__)  (_____)(_)\_)(____)(_)\_) (__) 

/------------------------------------------------------------------------------------------------------*/

/* CSS Document */

  /* ************************************************************************************* */
    /* TYPO */
    /* ************************************************************************************* */	
    .uk-accordion-title h2{
        font-size: 1.5em;
        font-weight: 400;
    }

    .uk-accordion-title h3{
        font-size: 1.2em;
        font-weight: 300;
    }

    .uk-accordion-title h2,.uk-accordion-title h3, .zeit{
        font-family: Roboto Condensed;
        color: #2f2f2f;
    }

    p.counter.pull-right {
        margin-right: auto;
    }

    /* ************************************************************************************* */
    /* Searchbar   & pagination  */
    /* ************************************************************************************* */
    .js-stools, .pagination {
        background: #efefef;
        padding: 10px !important;
        border-radius: 5px;
    }

    /* ************************************************************************************* */
    /* Accordion */
    /* ************************************************************************************* */	
   .uk-accordion-title::before{
        background-image: none;
        font-size:30px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f150";
        color:#509746;
    }

    .uk-open>.uk-accordion-title::before {
        background-image: none;
        content: "\f151"
    }

    /* ************************************************************************************* */
    /* CALENDAR */
    /* ************************************************************************************* */
    calendar.icon year {
        position: absolute;
        top: 0;
        padding: 0.1em 0 0.1em 0;
        color: #fff;
        background-color: RGB(19, 93, 5);
        box-shadow: 0 2px 0 RGB(19, 93, 5);
        font-size: 1.3em;
    }
    calendar.icon * {
        display: block;
        width: 100%;
        font-size: 1em;
        font-weight: bold;
        font-style: normal;
        text-align: center;
        line-height: 1.3em;
    }

    calendar.icon day {
        width: 100%;
        font-size: 1.9em;
        letter-spacing: -0.05em;
        padding-top: 1.2em;
        color: RGB(67,61,52);
    }

    calendar.icon month {
        position: absolute;
        bottom: 0.2em;
        color: rgb(19, 93, 5);
        font-size: 1.1em;
    }

    calendar.icon {
        font-size: 0.6em;
        display: block;
        position: relative;
        width: 6em;
        height: 6em;
        background-color: #fff;
        margin: 1em 0 2em 0.1em;
        border-radius: 0.6em;
        box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        -webkit-transform: rotate(0deg) skewY(0deg);
        -webkit-transform-origin: 50% 10%;
        transform-origin: 50% 10%;
    }
