/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Child Theme für die individuelle Entwicklung auf Basis von GeneratePress.
 Author:       Big Ears Webagentur
 Author URI:   https://bigears.work
 Template:     generatepress
 Version:      0.1
*/

@media (prefers-reduced-motion: reduce) {
  .motion--up {
    transition: none !important;
  }
  .motion--up:is(:hover, :focus) {
    transform: none !important;
  }
}


/* Menu */
.btn--menu{
	border: solid 2px var(--primary-dark);
	margin:0.5rem;
	border-radius:1rem;
}

.btn--menu:hover{
	background: var(--primary-dark);
}


#menu-item-751 > a{
	padding-inline:1rem;
	line-height:1.75rem
}

#menu-item-751 > a:hover{
	color:var(--light);
}


/* CF7 Styles */
.wpcf7-list-item-label{
	font-size: clamp(0.9rem, 2vw, 1rem);
}

.wpcf7-not-valid-tip{
	padding-top:0.2rem;
	font-size:0.9rem;
color: var(--light);
}