/*
 Theme Name:   Neve Child
 Description:  Child-Theme für Neve. Funktionen: Scroll to top mit jQuery, überflüssige Header-Informationen, WordPress-Emoji, DNS-Prefetch und Google Fonts sind draußen. REST-API ist deaktiviert.
 Author:       René Brixel Design und Entwicklung
 Author URI:   https://renebrixel.de
 Template:     neve
 Version:      1.0
 Text Domain:  neve-child
*/

.footer--row .footer--row-inner .container .row {
	align-items:flex-start!important;
}

.back-to-top {
 background: #fff;
 position: fixed;
 bottom: 20px;
 right: 20px;
 padding: 10px;
 z-index: 100;
}