/*
Theme Name: M22 Elementor Theme
Theme URI: https://module22.de
Author: Fabian Lindner / Deniz Bünyamin Temiz
Author URI: https://module22.de
Description: Das Standard M22 Elementor Theme des Unternehmens MODULE22
Version: 0.0.1
*/

html,
html > body{
    font-family: Arial, sans-serif;
}
img{
    width: 100%;
}
body.post-type-attachment img{
    width: auto;
}
body{
    margin:0;
}
body #gallery-1 img,
body #gallery-2 img{
	border:none;
}
body #gallery-1 .gallery-item{
	margin-top:-5px;
}
.elementor-slideshow__footer{
	display:none;
}
body .elementor a{
	color:#D84D2B;
}



/*tablet*/
@media only screen and (max-width: 1024px) and (min-width: 768px){
	.elementor-nav-menu--dropdown .elementor-nav-menu {
		height: calc(100vh - 80px);
	}
	.elementor-nav-menu .sub-arrow{
		position:absolute;
		right:15px;
	}
}

/*mobile*/
@media only screen and (max-width: 767.99px){
	.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a{
		justify-content:left!important;
	}
	.elementor-nav-menu .sub-arrow{
		position:absolute;
		right:24px;
		font-size:25px;
	}
	.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{
		min-height:100vh;
	}
	.elementor-640 .elementor-element.elementor-element-cfbefa7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{
		background-image:none!important;
		background-size: 0vw auto !important;
	}
}