@font-face {
  font-family: 'Muli';
  src: url('../assets/fonts/duurzame-vecht/Muli-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muli-Bold';
  src: url('../assets/fonts/duurzame-vecht/Muli-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #00BC50; 
  --secondary: #1D94D6; 
  --text: #112337;
  --fontParagraph: 'Muli';
  --fontHeader: 'Muli-Bold';
  --gf-font-size-secondary: 15px !important;
  --formButtonBgColor: #ffc500;
  --backgroundColor: #ECF5F3;
}

* {
  font-family: var(--fontParagraph);
  color: var(--text);
}

body.template-duurzame-vecht {
  background-color: var(--backgroundColor);
}

body.template-duurzame-vecht h3 {
  color: var(--secondary);
  font-family: var(--fontHeader);
}

header.entry-header {
  background-color: transparent;
  background-image: linear-gradient(140deg, #00BC50 31%, #1D94D6 89%);
  /* background-color: red !important; */
  width: 100%;
  /* height: 400px; */
  font-family: var(--fontHeader);
  font-weight: 700;
  padding: 2rem 0;
  display: flex;
  justify-content: flex-start;
  /* background-image: url('../assets/images/duurzame-vecht/logo-duurzame-vecht.webp'); */
  background-size: cover;
  background-position: center;  
  background-repeat: no-repeat;
}

header.entry-header .entry-header-inner {
  width: 100%;
  max-width: 1320px !important;
  margin: 0 auto;
}



header.entry-header .entry-header-inner .logo-wrapper {
  width: 100%;
  max-width: unset;
  height: auto;
  max-height: 80px;
  position: relative;
}

header.entry-header .entry-header-inner .logo-wrapper img {
  width: auto;
  height: 100%;
  max-height: 100px;
}

.template-duurzame-vecht .entry-content .gform_wrapper {
  width: 100%;
  max-width: 1320px !important;
  margin: 0 auto;
  --gf-font-size-secondary: 15px !important;
}

.gfield_label {
  font-family: var(--fontParagraph) !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  margin-bottom: 8px !important;
}

.gform_body input[type=text], .gform_body input[type=email], 
.gform_body input[type=tel], .gform_body input[type=url], 
.gform_body input[type=number],
.gform_body textarea.textarea, .gform_body select {
  background: #fff;
  border: 1px solid #D9F1EE !important;
  color: #1B3333;
  border-radius: 18px !important;
  padding: 22px 14px;
  font-size: 15px;
  box-shadow: 0 4px 12px hsl(174 30% 20% / .1);
  transition: border-color .2s, box-shadow .25s, background-color .2s;
}

.gform_footer input[type=submit] {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 20px 35px !important;
  border-radius: 12px !important;
  background: #ffc500 !important;
  color: #1B3333 !important;
  border: none !important;
  cursor: pointer !important;
  font-weight: 700 !important;
  box-shadow: 0 5px 12px rgba(0, 0, 0, .12) !important;
  transition: transform .2s, box-shadow .25s, background-color .2s !important;
  text-transform: unset !important;
  font-family: var(--fontHeader) !important;
  font-size: 16px !important;
}

.gform_footer input[type=submit]:hover {
  text-decoration: none !important;
}

.gfield_required {
  font-style: normal !important;
}

.ginput_container_consent label a {
  color: #FF9000;
}

body .gform_wrapper .gform_heading .gform_title,
body .gform_wrapper .gform_heading h2 {
  display: unset;
  display: block !important;
  font-family: var(--fontHeader) !important;
  font-weight: 700 !important;
  color: var(--text);
  font-size: 48px;
  line-height: 1.3em;
}

body .gform_wrapper .gform_heading .gform_description {
  display: unset;
  display: block !important;
  font-family: var(--fontParagraph) !important;
  font-weight: 400 !important;
  color: var(--text);
  font-size: 18px;
  line-height: 1.3em;
}