/*
 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
*/
skip-link {background-color: #000000 !important;}

/*Automatische Silbentrennung*/
p {   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;}

/*Barrierefreiheit*/
/*Tastatureingabe*/
*:focus:not(:focus-visible) {outline: none;}
*:focus-visible {outline: 3px !important; outline-style: solid !important; outline-color: grey !important; color: black !important; background-color: #f0f0f0; border-radius: 0px !important;}

/* Listenpunkte in CD Farbe, Listen linksbündig ausrichten */
ul li::marker, 
ol li::marker  {
  color: #a75773; text-align: right;}
ul li {text-align: left;}
.site-content li {margin-left: -30px;}
/*End LISTENPUNKTE*/

/*scrollbalken anpassen*/
* {scrollbar-color: #a75773 #222;}
/* width */
::-webkit-scrollbar {width: 18px;}
/*End Scrollbalken anpassen*/
/* width */
::-webkit-scrollbar {width: 15px;}
/* Track */
::-webkit-scrollbar-track {box-shadow: inset 0 0 5px grey;border-radius: 0px;}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #a75773;
  border-radius: 0px;}

.generate-back-to-top {
    border-radius: 100%;
	line-height: 45px;
	width: 45px;
	z-index: 99;
	!important;}

/*Back-to-top mobil*/
@media(max-width:768px) {.generate-back-to-top {margin-bottom: -15px; margin-right: -15px;}
	.inside-site-info {padding-left: 20px; padding-right: 19px; padding-bottom: 30px}}	
/*Back-to-top Desktop*/
@media(min-width:769px) {.generate-back-to-top {margin-bottom: -18px; margin-right: -18px;}}
/*Back to top bei Hover bunt*/
.generate-back-to-top:hover {color: black !important; background: linear-gradient(to top, #1a1a25 0%, #a75773 100%); opacity: 0.9;}
a.generate-back-to-top {color: #a75773; !important;}
	a.generate-back-to-top:focus {color: white !important;}

.site-info a:hover {color: #74baf8;}
	.footer-bar .widget_nav_menu .current-menu-item a {color: #a75773 !important;}
	.footer-bar .widget_nav_menu .current-menu-item a:hover {color: #74baf8 !important}
	
