/** WORLD VISION CUSTOMIZATION **/

/**                                                                                                                                          
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
**/
@import url('https://worldvision.at/wp-content/fonts/7eb2ebcc30a5472c6ee56f97feaede7d.css');

body {
  font-family: "Inter";
}
h1, h2, h3 {
  font-family: "Work Sans";
  font-weight: 900;
  text-transform: uppercase;
}

step-navigation .step-navigation span[role=button] {
  background: none;
  color: #fff;
  border-radius: 5px;
}
step-navigation .step-navigation span[role=button]:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px 15px 5px 50px;
  color: #000;
  content: "zurück";
}
step-navigation .step-navigation:hover span[role=button] {
  background-color: #ff5515;
  color: #ff5515;
}
step-navigation .step-navigation:hover i,
step-navigation .step-navigation:hover span[role=button]:before {
  color: #fff;
}


.widget-header.widget {
  background: #fff;
}

amount-image img,
thankyou-order-media img {
  border-radius: 1rem !important;
}

input[type=radio]:checked+label,
.button[type=submit] {
  color: #fff;
}
