/*
Theme Name: Tjällmo Grävmaskiner AB
Theme URI: https://github.com/elementor/hello-theme/
Description: Ett skräddarsytt WordPress-tema för Tjällmo Grävmaskiner AB – ett B2B-företag inom mark- och anläggning, el, fiber, fjärrvärme och borrning. 
Temat är utvecklat för att presentera företagets tjänster, kontakter och karriärmöjligheter på ett professionellt och lättnavigerat sätt.
Author: Aurora Profil
Author URI: https://www.auroraprofil.se/
Template: hello-elementor
Version: 1.0.0
Text Domain: tgsab
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* Tablet (768px till 1024px) */
@media (min-width: 768px) and (max-width: 1024px) { body { margin: 0px; } }


/******************
** Scroll - menu **
******************/
.elementor-nav-menu__container { top: 0px !important; }
#menuhopin.headershow { transform: translateY(0); }

#menuhopin { position: fixed; z-index: 99999!important; top:0; width: 100%; -webkit-transition: transform 0.34s ease; transition : transform 0.34s ease; transform: translateY(-130px); /*adjust this value to the height of your header*/ }
#menuhopin { background: #ffffff; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); }


#menuhopin-tablet.headershow { transform: translateY(0); }

#menuhopin-tablet { position: fixed; z-index: 99999 !important; top:0; left:0; width: 100%; -webkit-transition: transform 0.34s ease; transition : transform 0.34s ease; transform: translateY(-100px); /*adjust this value to the height of your header*/ }
#menuhopin-tablet { box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); }