/* 
Theme Name: sichtbarkeit.ch – Child Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child Theme.
Author: Martin Aue Sichtbarkeit GmbH
Author URI: https://www.sichtbarkeit.ch
Template: hello-elementor
Version: 1.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
*/

/* Custom Styles sichtbarkeit.ch */

body, html {
	overflow-x: hidden;
}

.elementor-button {
	color: #fff !important;
}

.site-navigation ul.menu li {
    display: flex;
    position: relative;
    align-items: center;
}

ul:last-child {
    margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
	.cta-nav a {
		font-size: 17px !important;
		font-weight: 600;
		background-image: linear-gradient(59deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
		border-radius: 8px 8px 8px 8px;
		color: #fff !important;
		padding: 14px 20px 14px 20px !important;
		margin-left: 20px;
	}
}

@media screen and (max-width: 1200px) {
	.site-header .header-inner{
        max-width: 90% !important;
    }
}