/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
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
*/

/* Mobile */
@media (max-width: 767px) {
	/**/
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
	/**/
}

/* Desktop */
@media (min-width: 1025px) {
	/**/
}

.nettis-header {
	height: 70px!important;
	background-color: none!important;
}

.nettis-logo img {
    height: 40px;
    width: auto;
}

.teamviewer-logo img {
    height: 15px;
    width: auto;
}

.nettis-header.elementor-sticky--effects {
    background: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
    transition: box-shadow 0.3s ease !important;
}

.elementor-nav-menu a {
	color: #00529b!important;
    padding: 10px 10px!important;
}

.elementor-nav-menu a::after {
  background-color: #00529b!important; ; /* Underline color */
  bottom: 3px!important; 
}

.anchor-container{
	min-height:0px;
	height:0px;
	max-height:0px;
}

.partner-logo img {
    height: 100px;
    width: auto;
}

.footer-copyright{
	font-weight:700;
	color: #ffffff;
}

.cookieyes-powered-by,
.cky-powered-by {
  display: none !important;
}