/*
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 .dialog-close-button{
	color:transparent!important;
}
.eicon-close:before{
	color:white!important;
}
.elementor-lightbox .elementor-lightbox-image{
	box-shadow:none;
}
body .elementor-field-type-recaptcha_v3{
	visibility: hidden;
}
body .elementor-mark-required .elementor-field-label:after{
	color:#86c455;
}

/*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){

}