/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 12 2025 | 09:43:36 */
/*
 * Hide recaptcha badge
 */
.grecaptcha-badge { 
    visibility: hidden !important;
}

/*///////////////////////////////////////////////////////////////*/

/*
 * Hide kontakt item from menu if on tablet or desktop view
 */
@media (min-width:481px) {
    .hide-if-tablet-desktop {
        display: none !important;
    }
}/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 29 2023 | 09:16:13 */
@media only screen and (max-width:500px){
.img-mobile {
   object-fit: contain !important;
   width: auto !important;
   min-height: auto !important;
}

}