@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Merriweather:wght@300..900&display=swap");

:root {
  --beige: #f9efdb;
  --brown: #3c2414;
  --green: #00564d;
}

@media (min-width: 999px) {
.Tarieven_Mobile{
  display: none;
}

.Services_Mobile{
  display: none;
}

.Fenny_Block_HeaderText_Mobile{
  display: none;
}

  * {
    border-radius: 5px;
  }

  a {
    all: unset;
    text-decoration: underline;
    cursor: pointer;
  }

  html {
    height: 100vh;
    width: 100vw;
    display: flex;
    font-weight: 300;
    font-size: 1.4rem;
  }

  body {
    font-family: "Inter", sans-serif;
    margin: 0px;
    padding: 0px;
    height: 100vh;
    width: 100vw;
    background-color: var(--beige);
  }

  .HeaderText {
    font-family: "Merriweather";
    font-size: 1.5rem;
  }

  .Content {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  /* HEADER */
  .Header {
    display: flex;
    position: relative;
  }

  .Header .Logo {
    display: flex;
    width: 360px;
    height: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .Header .Contact {
    display: flex;
    color: var(--brown);
    flex-direction: column;
    position: absolute;
    height: 85px;
    width: 200px;
    right: 20px;
    bottom: 0px;
  }

  .Header .Header_Text {
    display: flex;
    font-family: "Merriweather", serif;
    font-size: 1rem;
    font-weight: 600;
    justify-content: flex-end;
  }

  .Header .Info_Text {
    display: flex;
    font-weight: 400;
    justify-content: flex-end;
    text-align: right;
    flex-direction: column;
  }

  /* SNUITLAAT_BLOCK */
  .Snuitlaat_Block {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    background-color: var(--green);
  }

  .Snuitlaat_Block .Image {
    display: flex;
    height: 500px;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 25px;
  }

  .Snuitlaat_Block .Text {
    display: flex;
    color: var(--beige);
    padding: 3%;
    padding-right: 5%;
    margin-top: auto;
    margin-bottom: auto;
    flex-direction: column;
  }

  .Snuitlaat_Block strong{
    font-weight: 700;
  }

  .Snuitlaat_Block i {
    font-weight: 500;
  }

  .Snuitlaat_Block .Text p{
    margin-bottom: 7px;
    margin-top: 7px;
  }

  .Snuitlaat_Block_Mobile{
    display: none;
  }

  /* FENNY_BLOCK */

  .Fenny_Block_Mobile{
    display:none;
  }

  .Fenny_Block_HeaderText{
    padding-left: 3%;
    padding-top: 5%;
    margin-bottom: -3%;
    margin-top: 3%;
    font-weight: 700;
  }

  .Fenny_Block {
    display: flex;
    color: var(--brown);
    width: 100%;
    height: 550px;
  }

  .Fenny_Block .Image {
    display: flex;
    height: 90%;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 40px;
  }

  .Fenny_Block .Text {
    display: flex;
    padding: 3%;
    padding-right: 8%;
    margin-top: auto;
    margin-bottom: auto;
    flex-direction: column;
  }

  /* Table */
  .container {
    flex-direction: column;
    background-color: var(--green);
    display: flex;
    padding: 4%;
    width: 92%;
  }

  .table {
    color: var(--beige);
    border-collapse: collapse; /* Ensure borders collapse without gaps */
  }

  .table .Asteriks {
    text-decoration: none;
    font-size: 0.5rem;
    margin-left: -10px;
    padding-top: -5px;
    color: black;
  }

  .table th {
    text-align: left;
    height: 100%;
    padding-bottom: 20px;
  }

  .TarievenHeader {
    text-align: center !important;
  }

  .table tr {
    padding-bottom: 50px !important;
  }

  .table td {
    height: 100%;
    padding: 15px;
    padding-left: 0px;
    border: none;
    font-weight: 200;
  }

  .table td .title {
    display: flex;
    font-size: 1rem;
  }
  .container .Table_Data_Left {
    width: 50%;
  }

  .table .Table_Data_Pricing {
    /* vertical-align: top;
  padding-top: 50px; */
    text-align: center;
  }

  .table .Table_Data_Pricing_Left {
    width: 25%;
    text-align: center;
    position: relative;
  }

  .table .Table_Data_Pricing_Left::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100px; /* Adjust as needed to control where the border starts */
    bottom: 100px; /* Adjust as needed to control where the border ends */
    width: 3px;
    background-color: var(--beige);
  }

  .table .Table_Data_Pricing_Right {
    text-align: center;
  }

  /* FENNY_BLOCK */

  .Werkwijze_Block_Mobile{
    display:none;
  }

  .Werkwijze_Block_HeaderText{
    padding-left: 3%;
    padding-top: 3.5%;
    margin-bottom: -3%;
    font-weight: 700;
  }

  .Werkwijze_Block {
    display: flex;
    color: var(--brown);
    width: 100%;
    height: 270px;
  }

  .Werkwijze_Block .Text {
    display: flex;
    padding: 3%;
    padding-right: 8%;
    margin-top: auto;
    margin-bottom: auto;
    flex-direction: column;
  }
  /* Snuitjes */

  .SnuitjesHeader {
        background-color: var(--green);
    color: var(--beige);
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    
  }

  .SnuitjesHeader .Insta_Block {
    margin-top: auto;
    margin-bottom: auto;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    display: flex;
    cursor: pointer;
  }

  .SnuitjesHeader .Insta {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1rem;
    padding-left: 15px;
    text-decoration: none;
  }

  .SnuitjesHeader .Insta_Handle {
    margin-top: 6.5px;
    margin-bottom: auto;
    font-size: 1rem;
    padding-left: 2px;
    text-decoration: none;
  }

  .SnuitjesHeaderText {
    padding-left: 15px;
    font-size: 1.5rem;
  }

  .Snuitjes {
    background-color: var(--green);
    color: var(--beige);
    display: flex;
    width: 100%;
    justify-content: space-around; /* or space-around / space-evenly */
    align-items: center;
    padding-bottom: 50px;
  }

  .Snuitjes img {
    width: 17%;
  }

  /* Footer */
  .Footer {
    display: flex;
    height: 120px;
    width: 100%;
    background-color: var(--brown);
  }

  .Footer .Logo {
    height: 120px;
    padding-left: 10px;
  }

  .Footer .Contact {
    display: flex;
    font-weight: 400;
    justify-content: flex-end;
    text-align: right;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 25px;
    color: var(--beige);
    flex-direction: column;
    font-size: 0.8rem;
  }

  .Footer .Contact_Header {
    padding-bottom: 5px;
    font-size: 0.8rem;
  }
}
