/*
Site: style.css
Theme Name: Flash Child Theme
Theme URI: http://themegrill.com/themes/flash/
Description: Das Childtheme © by Christian Röder
Author: Christian Röder
Author URI: http://www.cis-roeder.de
Template: flash
Version: 1.3
Tags:
*/

/* 
-----------------------------------------------
Version Change to 1.3
- Added local Fonts instead of Google Fonts
to prevent DSGVO Breach
----------------------------------------------- */

/* Abstand Bild Startseite */
#wp-custom-header {
		padding-bottom: 10px;
}

/* Abstand Rechte Widget Area */
#secondary .widget-title {
		padding-top: 30px;
}

/* Footer Kleiner */
#top-footer {
		padding: 30px 0 30px;
}
#bottom-footer {
		padding: 10px 0 10px;
}

/* Footer auf 3 Spalten 
.tg-column-wrapper .tg-column-4 {
	width: 33%;
}
*/