/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* BACK TO TOP Button anpassen */
.generate-back-to-top {
	border-right: 1px solid #ffffff;
	border-left: 0px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	border-top: 0px solid #ffffff;
    border-radius: 100%;
	line-height: 45px;
	width: 45px;
	!important;
}	
	
/*Back-to-top mobil*/
@media(max-width:768px) {
	.generate-back-to-top {margin-bottom: -15px; margin-right: -15px;}
}	


/*UEBERSCHRIFTEN underline
.underline {
color: #000;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-thickness: 0.2em;
text-underline-offset: -0.1em;
text-decoration-skip-ink: none;
	text-decoration-color: #e3f1f3;}*/
	




     