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

    Theme Name:   Lerch Child
    Theme URI:    https://lerch-familie.de
    Description:  Just another child theme ;-)
    Author:       Moritz Lerch
    Author URI:   https://github.com/MoritzLerch
    Template:     twentytwenty
    Version:      1.0
    License:      GNU General Public License v2 or later
    License URI:  http://www.gnu.org/licenses/gpl-2.0.html

-----------------------------------------------------------------------------------
  1. Header Styling
  2. Body Styling
  3. Footer Styling
----------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------- */
/*	1. Header Styling
/* -------------------------------------------------------------------------------- */

/* Hide all menues in the header */
#site-header .header-navigation-wrapper, #site-header .mobile-nav-toggle {
	display: none;
}

header .site-logo img.custom-logo {
  transition: filter 1s linear;
}
header .site-logo img.custom-logo:hover {
  filter: hue-rotate(60deg);
}
.entry-title:hover {
	transform: scale(1.05);
}
.entry-title {
	transition: 0.5s cubic-bezier(.77,0,.18,1);
}

/* -------------------------------------------------------------------------------- */
/*	2. Body Styling
/* -------------------------------------------------------------------------------- */

/* Hidden Link */
a.hiddenlink {
  cursor: inherit !important;
  text-decoration: none !important;
}
a.hiddenlink:hover {
  text-decoration: none !important;
}

/* -------------------------------------------------------------------------------- */
/*	3. Footer Styling
/* -------------------------------------------------------------------------------- */

p.footerlinks {
  margin: 0 0 0 1rem;
}
.footerlink a {
  color: inherit;
}
.footerlink {
  color: #9e9e9e;
  margin: 0 0 0 1.5rem;
}