/*
Theme Name: fuelped.bike - Twenty Twenty Child Theme
Theme URI: https://fuelped.bike
Description: A child theme for Twenty Twenty.
Author: Sven Schluessler
Author URI: https://www.difool.de/
Template: twentytwenty
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/**
bg = rgba(20, 20, 20, .85)


**/
.entry-header { padding: 1rem 0 !important; }
.home h1.entry-title { display: none; }
.home .entry-content div.pdfemb-viewer { margin: auto; text-align: center; background-color: #1b1919; border: 0px; }
.home .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) { max-width: inherit; width: calc(100% - 4rem); }
.home div.pdfemb-inner-div { background-color: #1b1919; }
.home .pdfemb-pagescontainer { background-color: #1b1919; }
.home div.pdfemb-viewer canvas { background-color: #1b1919; }

.entry-content { font-family: 'Roboto Condensed', Arial, sans-serif; }

h1.entry-title, h2.entry-title { opacity: .15; }

.download { text-align: center; justify-content: center; display: flex; }
.download a { text-decoration: none; }
.download img:hover { filter: drop-shadow( 1px 2px 2px hsl(221.5, 22%, 88.4%) ); }

.privacy-policy.page { color: #fff; }

/* footer */
.footer-emblem { width: 12%; margin: -5px 5% 0 5%; }
.footer-emblem-mobil { display: none; }

/********************* mobil *************************/

@media only screen and (max-device-width: 480px) {

.footer-emblem { display: none; }
.footer-copyright { float: right; margin: 0 10%; }
.footer-emblem-mobil { display: block; width: 12%; margin: -5px 0; float: left; }
a.to-the-top { top: -7px; position: relative; }

 }













