/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/* Layout */

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

header *, a, .ani * {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Header */

header.sticky-header.elementor-sticky--effects .logo img {
	
}


/* Body */

.elementor-location-footer .elementor-field-type-email input{
	min-height: 50px;
}

.formNieuwsbrief .elementor-field-type-submit button {
	position: absolute;
    top: -59px;
  	right: 0px;
}


/* Gradients */

.gradPaars {
	background-color:#382B65;
	background-image: conic-gradient(#A2DBCE 45deg, #A2DBCE 90deg, #382B65 320deg);
}

.gradPaarsVert {
	background-color:#382B65;
	background-image: conic-gradient(from 90deg, #A2DBCE 45deg, #A2DBCE 90deg, #382B65 320deg);
}

.gradOranje {
	background-color:#FF7A34;
	background-image: conic-gradient(#F6C5DD 45deg, #F6C5DD 90deg, #FF7A34 320deg);
}

.gradGroen {
	background-color:#235726;
	background-image: conic-gradient(#EDDD87 45deg, #EDDD87 90deg, #235726 320deg);
}

.gradBlauwgeel {
	background-color:#688FD6;
	background-image: conic-gradient(#EDDD87 45deg, #EDDD87 90deg, #688FD6 320deg);
}

.gradBlauworanje {
	background-color:#688FD6;
	background-image: conic-gradient(#FF7A34 45deg, #FF7A34 90deg, #688FD6 320deg);
}

/*  MEDIA Q */

@media only screen and (max-width: 768px) {
	
.gradPaars {
	background-image: conic-gradient(from 90deg, #A2DBCE 45deg, #A2DBCE 90deg, #382B65 320deg);
}
	
.gradOranje {
	background-image: conic-gradient(from 90deg, #F6C5DD 45deg, #F6C5DD 90deg, #FF7A34 320deg);
}
	
.gradGroen {
	background-image: conic-gradient(from 90deg, #EDDD87 45deg, #EDDD87 90deg, #235726 320deg);
}

.gradBlauwgeel {
	background-image: conic-gradient(from 90deg, #EDDD87 45deg, #EDDD87 90deg, #688FD6 320deg);
}
	
}