/*
 Theme Name: Maroggoschenke (TwentyTwenty)
 Theme URI:
 Description: Child theme WordPress Theme
 Author: softwerk Multimedia Agentur
 Author URI: http://www.smma.de
 Template: twentytwenty
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: twentytwenty
*/

/*
You can start adding your own styles here. Use !important to overwrite styles if needed. */


/* Anker Link */
:target:before {
content:"";
display:block;
height:90px; /* fixed header height*/
margin:-90px 0 0; /* negative fixed header height */
}

/*remove Firefox's dotted outline on BUTTONS as well as links?*/
:focus, :active, button:focus, button:active {outline:none!important;/*border: 0!important;*/}
::-moz-focus-inner {border:0!important;}