@font-face { 
    font-family: 'Roboto'; /* Name you will use in CSS */ 
    src: url('fonts/Roboto-Regular.ttf') format('ttf'); /* Path to your font file */ 
    font-weight: normal; /* Specify the weight */ 
    font-style: normal; /* Specify the style */ 
} 
@font-face { 
    font-family: 'Playwrite'; /* Name you will use in CSS */ 
    src: url('fonts/Playwrite.ttf') format('ttf'); 
    font-weight: normal; /* Specify the weight */ 
    font-style: normal; /* Specify the style */ 
} 

*,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}
body {
  background-color: #fafafa;
}
a {
  text-decoration: underline;
  color: #ffffff;
}
a:hover {
  color: rgb(0, 132, 255);
  text-decoration: none;
  cursor: pointer;
}
h1 {
  font-size: 19pt;
  line-height: 1.2em;
  font-family: 'Roboto', sans-serif !important;
  font-weight: normal;
  color: #2e2e2e;
  margin: 0;
}
h2 {
  font-size: 17px;
  line-height: 32px;
  margin-bottom: 5px;
  font-family: 'Roboto', sans-serif;
  color: #111016;
}
h3 {
  font-size: 16px;
  line-height: 32px;
  font-family: 'Roboto', sans-serif;
  color: #111016;
  font-weight: normal;
}

h4{
  font-size: 15px;
  line-height: 15pt;
  font-family: 'Roboto', sans-serif;
  color: #111016;
  font-weight: normal;
}
p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  color: #272727;
}
li {
  list-style-position: outside;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  color: #272727;
}
.wrapper {
  margin: 0 auto;
  max-width: 800px;
} 
header {
  background-color: #ffffff;
  min-width: 320px;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 5px;
}
.nav{
  border-bottom: solid 1px rgb(232, 232, 232);
  margin-bottom: 20px;
}
.main {
  max-width: 100%;
  height: auto;
  overflow: auto;
  background: rgb(255, 255, 255);
  margin: 0 auto;
}
#logo {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding-top: 10px;
}
#logo img {
  display: block;
  margin: auto;
  width: 320px;
}
.hero {
  width: 100%;
  margin: 0 auto;
  display: block;
}
#photo {
  height: 200px;
  background-position-x: 45%;
  margin: 0 auto;
  display: block;
  background-size: cover;
  max-width: 900px;
  margin-top: 0 !important;
}

.caption {
  text-align: center;
  background-color: #ffffff;
  padding: 20px;
  margin: 50px 0;
  line-height: 1em;
  color: rgb(98, 98, 98);
  border: #e4e4e4 solid;
  border-width: 1px ;
  width: 250px;
  max-width: 400px;
  margin: 10px auto;
  border-radius: 1.5em;
}
.caption p {
  width: auto;
  pointer-events: none;
  text-decoration: none;
  color: inherit;
  font-size: 16px;
}
.phone i {
  font-size: 1.2em;
}
.chat i {
  font-size: 1.6em;
}
.section {
  margin: 100px auto 0 auto;
  max-width: 100%;
  height: auto;
  overflow: auto;
  border: 1px #ececec solid;
  background-color: #fff;
  padding: 40px 0;
}
.section_header {
  text-align: center;
  max-width: 100%;
  height: auto; 
  overflow: auto;
  padding: 30px 0;
}

.section_header h1 {
  color: #0a0c0e;
  font-weight: thin;
}

small{
  color: #a3a3a3;
  font-family: 'Playwrite', sans-serif;
  font-size: 11pt;
}
.item {
  height: auto;
  width: auto;
  overflow: auto;
  margin: 0px 6% 0px 6%;
  border-style: solid;
  border-color: #ececec;
  border-width: 1px 0 0 0;
  background: #ffffff;
  padding: 30px 0 0 0;
}
.item-info {
  height: auto;
  width: auto;
  overflow: auto;
  margin: 40px 6% 60px 6%;
  padding: 34px 50px;
  border-style: solid;
  border-color: rgb(53, 53, 53);
  border-width: 1px;
  background: rgb(255, 255, 255);
}
.item_name {
  float: left;
  text-align: left;
  margin-bottom: 1.2em;
}

.item_price {
  float: left;
  text-align: right;
  margin-bottom: 1.2em;
}
.item_price2 {
  float: left;
  text-align: right;
}
.item_desc {
  float: left;
  text-align: left;
  margin-top: -10px;
  margin-bottom: 16px;
  max-width: 88%;

  line-height: 1em;
}
.item_list_ind {
  float: left;
  text-align: left;

  line-height: 1em;
}
.item_list {
  float: left;
  text-align: left;
  margin-bottom: 16px;

  line-height: 1em;
}
.item_product {
  float: left;
  text-align: left;
}
.item_product2 {
  float: left;
  text-align: left;
}
.item_time {
  float: left;
  text-align: right;
  margin-bottom: 20px;
  line-height: 1em;
}
.td_prijs {
  text-align: center;
}

.item table {
  width: 100%;
}
.item th {
  font-family: 'Roboto', sans-serif;
  padding-bottom: 4px;
}
.item td {
  width: 15%;
  border-bottom: #f1f1f1 dotted 2px;
  padding: 4px 0 0 0;
}

.item td p{
  padding: 0 5px ;
}

footer {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.01em;
  height: auto;
  margin: 0 auto;
  font-size: 1em;
  padding-bottom: 160px;
}
.footer_item {
  padding: 20px;
}

.footer_header h2 {
  color: #000000;
}
.footer_desc {
  overflow: auto;
}
#hours {
  max-width: 400px
}
#contact{
  max-width: 500px;
}
.footer_item table {
  width: 100%;
}
.footer_item td {
  padding-top: 10px;
}
.item_price{
  font-size: 16px;
  text-decoration: none !important;
}

.item_top{
  border: none;
}

.td-1 {
  color: #768696;
}