/*
 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
*/


/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}



/* BACKGROUND VIDEO */


/* KONTAKTFORMULAR */
.happyforms-styles button[type=submit].happyforms-button--submit:hover, .happyforms-styles button[type=submit].happyforms-button--submit:focus {
    cursor: pointer;
    border-radius: 4px;
    border-color: transparent !important;
    border-color: #b4967d !important;
    background-color: #000;
    background-color: var(--happyforms-color-submit-background-hover);
    background: #000;
    background: var(--happyforms-color-submit-background-hover);
    text-transform: none;
    text-decoration: none;
    color: #fff;
    color: var(--happyforms-color-submit-text-hover);
}

/* HIDE ON DEVICE */
/* Hide on mobile */
@media (max-width: 1025px) {
.hidden-mobile {
display: none !important;
}
}

/* Hide on smartphone */
@media (max-width: 967px) {
	.hidden-smartphone {
	display: none;
	}
}
/* Hide on desktop */
@media (min-width: 968px) {
	.hidden-desktop {
	display: none;
	}
}
