@font-face {
    font-family: 'DIN Pro'; /* No sans-serif here */
    src: url('../fonts/DINPro-Medium.woff2') format('woff2'),
         url('../fonts/DINPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-Bold.woff2') format('woff2'),
         url('../fonts/DINPro-Bold.woff') format('woff');
    font-weight: 700; /* Use numeric value instead of "bold" */
    font-style: normal;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro.woff2') format('woff2'),
         url('../fonts/DINPro.woff') format('woff');
    font-weight: 400; /* "normal" = 400 */
    font-style: normal;
}


:root {
  --primary: #007f38;
  --secondary: #f08614;
  --tetriary: #f9b400;
  --fade: #e1e7d9;
  --dark: #000000;
  --grey: #f2f2f2;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'DIN Pro';
	font-size: 18px;
	font-size: 1.1rem;
	line-height: 1.35;
  font-weight: 400; 
  font-style: normal;
}

b {
	font-weight: 700;
}

h1, h2 {
  font-weight: 700;
  font-style: normal;
  font-display: swap;
	color: var(--primary  );
}

h1 {
    text-align: left;
    font-size: clamp(2em, 3.7vw, 3.7em);
		margin-bottom: 10px;
    line-height: 1em;
}


h2 {
    font-size: clamp(1.4em, 3vw, 3em);
		margin-bottom: 10px;
    line-height: 1em;
}

h3 {
    font-size: clamp(1em, 2vw, 1.8em);
    font-weight: bold;
    color: #333;
    font-style: italic; /* Optional */
    margin-bottom: 15px;
}


p {
    font-size: clamp(12px, 2vw, 18px); /* Scales smoothly */
    line-height: 1.2; /* Improves readability */
}

tbody, td, tfoot, th, thead, tr {
    border-color: white;
    border-style: solid;
    border-width: 0;
}

.mySwiper h1 {
  font-size: clamp(1.4em, 3vw, 3em);
}

.acf-table {
  border: white solid 1px !important;
}

.acf-table>tbody>tr>td {
    border-color: #fff !important;
    border-width: 0px 0 0 0px !important;
}

#startpagefirst ul {
  margin-left: 0em;
  margin-bottom: 1em;
  list-style-type: none;
  
}
#startpagefirst ul li {
  
}

#startpagefirst ul > li {
  text-indent: -18px;
  padding-bottom: 10px;
  font-size: clamp(14px, 2vw, 18px); /* Scales smoothly */
    line-height: 1.2; /* Improves readability */
}
#startpagefirst ul > li:before {
  content: "-";
  text-indent: 0px;
  margin-right: 10px;
}

#startpagefirst .acf-table>tbody>tr {
  padding-bottom: 20px;
}
td.step-number {
  min-width: 40px;
}
td.step-image {
  padding: 0px 10px 30px 10px !important;
  min-width: 40px;
}


.introboxes p {
    font-size: clamp(14px, 2vw, 18px); /* Scales smoothly */
    line-height: 1.2; /* Improves readability */
    max-width: 75ch; /* Prevents lines from getting too long */
}
.ingress-text {
    font-size: clamp(16px, 2vw, 1.4em); /* Scales smoothly */
    line-height: 1.2; /* Improves readability */
    font-weight: bold;
    color: #333;
    font-style: italic; /* Optional */
    margin-bottom: 15px;
}
.byline-text {
    font-size: 14px; /* Scales smoothly */
    line-height: 1.2; /* Improves readability */
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
}
.attention-text {
    font-size: 14px; /* Scales smoothly */
    line-height: 1.2; /* Improves readability */
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.attention-text:before {
    content: '!';
    font-size: 3.5em;
    font-weight: bold;
    color: var(--primary);
    position: absolute;
    margin-left: 0px;
    left: 6px;
    top: -12px;
}

.introboxes h2 {
        padding: 4%;
    font-size: 1.7rem;
     line-height: 1.7rem;
    color: white; /* Change text color if necessary */
    margin: 0; /* Remove default margin */
}

.introboxes-introtext {
  color: white;
}

.mySwiper .ingress-text {
  color: var(--primary);
}

.mySwiper p {
  color: black;
  font-weight: 500; 
}
@media screen and (max-height: 680px) {
h1 {
    text-align: left;
    /*font-size: 3em;*/
}

.byline-text {
    font-size: 12px; /* Scales smoothly */
    line-height: 1.2; /* Improves readability */
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
}
  .attention-text {
    font-size: 12px
  }
  

}
.new-container .mySwiper {
  /*height: 720px;*/
}
.new-container .mySwiper h1 {
    font-size: clamp(1.7em, 2.3vw, 3.2em);
}
.new-container .custombutton {
  font-size: 0.8em;
}
.new-container .topslider-wrapper .product-image img {
width: 90%; margin-top: -10%;
}

.new-container .mySwiper .swiper-slide {
  /*height: 100vh;*/
}

.new-container .dark {
  background-color: var(--primary);
  color: white;
}
.new-container .dark h2 {
  color: white;
  margin-bottom: 20px;
}

.new-container .dark p.ingress-text {
  color: white;
  font-weight: normal;
}

@media screen and (max-width: 1024px) {
  .new-container .mySwiper h1 {
    font-size: clamp(1.4em, 2.3vw, 3.2em);
}
}
@media screen and (max-width: 680px) {
  

  .new-container .mySwiper {
   height: 100%;
  }
  
  .new-container .mySwiper .swiper-slide {
  height: 100%;
   }

  .new-container .mySwiper h1 {
  font-size: clamp(1.2em, 1.8vw, 3em);
  text-align: center;
  }

  .new-container .topslider-wrapper .product-image img {
  width:60%; margin-top: 0%;
  }
  .new-container .text-container-mobile {
    text-align: center;
  }

}
