/*
 Theme Name:   Hello Elementor Child
 Description:  Hello Elementor Child
 Author:       fourplex
 Author URI:   https://fourplex.de
 Template:     hello-elementor
 Version:      1.0
 Text Domain:  hello-elementor-child
*/

.elementor-column-gap-default>.elementor-column>.elementor-element-populated, .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 40px !important;
}

*:focus {
	outline:none !important;
}

/*
section {
	padding: 40px;
}
*/

@media(max-width: 1024px){
	/*section {
	padding: 20px;
}*/
	.elementor-column-gap-default>.elementor-column>.elementor-element-populated, .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 40px !important;
}

}


h1, h2, h3, h4, h5, h6, p, span {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

::selection {
    background-color: #53bec5;
    color: #fff;
}

header {
	width: 100%;
	position: absolute !important;
	z-index: 9999;
	top: 0;
}

a.elementor-button {
    -ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
    transform: skewX(-20deg);
}
a.elementor-button span.elementor-button-text {
    -ms-transform: skewX(20deg); /* IE 9 */
    -webkit-transform: skewX(20deg); /* Safari */
    transform: skewX(20deg);
}