/*
Theme Name:   Landeseiten Design Child
Theme URI:    #
Description:  Child theme for Hello Elementor for Landeseiten Design projects.
Author:       Your Name
Author URI:   #
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  landeseiten-design-child
*/

/*----------------------------------------------------------------*/
/* Add your custom CSS below this line
/*----------------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');



.cc-animate.cc-revoke.cc-bottom {
	display:none !important;
}
.cc-revoke {
	display:none !important;
}

html,body {
	max-width:100% !important;
	overflow-x:hidden !important;}

*{
  word-wrap: break-word;
	
}

/*Remove blue highlight from links in mobile*/

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
}




/*gform increment hide*/
.gfield input[type=number]::-webkit-inner-spin-button, 
.gfield input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}

.gfield input[type=number] {
  -moz-appearance: textfield;
}

.animated.fadeInUp {
    animation-name: customFadeInUp !important;
}

@keyframes customFadeInUp {
    from {
        transform: translateY(30px); /* Adjust the starting position */
        opacity: 0;
    }
    to {
        transform: translateY(0); /* End position */
        opacity: 1;
    }
}

.site-header, site-footer{
display:none;}
.page-content a{
text-decoration: none;}