/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */
/*Anpassung logo links oben*/
.site-branding .no-logo-img.has-desc .site-description, .site-branding .has-logo-img .site-description {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
  position: relative;
  top: -15px;
}
/*Größe logo links oben*/
.site-branding .site-title, .site-branding .site-text-logo {
  font-size: 20px;
}
.site-branding .no-logo-img.has-desc .site-description, .site-branding .has-logo-img .site-description {
  top: -10px;
  font-weight: 600;
}
/*drehendes Zahnrad und Spinner auf Hauptseite*/
.feature-media .fa-cog{
	-webkit-animation: fa-spin 3s infinite linear;
  	animation: fa-spin 3s infinite linear;
}
.service-image .fa-spinner{
  	-webkit-animation: fa-spin 3s infinite steps(8);
  	animation: fa-spin 3s infinite steps(8);
}
/* wird von footer-widget4 genutzt*/
a.footer:link {
  	color:#ffffff !important;
}
a.footer:hover {
  	color:#ffffff !important;
}
a.footer:visited {
  	color:#ffffff !important;
}
a.footer:active {
  	color:#ffffff !important;
}
.sidebar .widget a.footer:hover {
  	color:#ffffff !important;
}