.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  margin: 40px 0;
}

/* MENU BLOCK */
.menu-block {
  background: #1f1e1b;
  border: 2px solid #f8b600;
  padding: 30px;
  border-radius: 10px;
  width: 860px;
    margin: 0 auto;
}

.menu-block h3 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #f8b600 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ITEM */
.menu-item {
  margin-bottom: 20px;
}

.menu-item-title {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.menu-item-desc {
  font-size: 15px;
  color: #ffffff;
  opacity: 0.85;
  padding-left: 2px;
  margin-top: 4px;
  line-height: 1.5;
}

.menu-line {
  flex: 1;
  border-bottom: 1px dashed #555;
  margin: 0 10px;
  opacity: 0.4;
}

/* RESPONSIVE FIXES */
@media (max-width: 480px) {
  .menu-item-title {
    font-size: 18px;
  }
}






/* Scope everything to this block to avoid conflicts */
 
  .trudo-burgers * { box-sizing:border-box; }

  .trudo-burgers .menu-wrap{
    background: #1f1e1b;
    border: 1px solid #1f1e1b;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
  }
  .trudo-burgers .menu-title{
    margin: 0 0 14px;
    font-size: 40px;
    text-align: center;
    line-height: 1.1;
    color: #f8b600 !important;
  }.section-about-home.menukaart.onsverhaal {
    margin-top: 10px;
}
  .trudo-burgers .burger-table{
    width:100%; border-collapse:separate; border-spacing:0 14px;
  }
  .trudo-burgers .burger-row{
    background: #1f1e1b;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    transition: transform .12s 
ease, box-shadow .12s 
ease;
  }
img.center-block.responsive.terrassfeer {
    margin-top: -20px;
    height: 93px;
    width: auto;
}
  .trudo-burgers .burger-row:hover{
    transform:translateY(-1px); box-shadow:0 10px 22px rgba(0,0,0,.06);
  }
  .trudo-burgers td{ padding:14px 16px; vertical-align:middle; }
  .trudo-burgers .col-photo{ width:200px; text-align:center; }
  .trudo-burgers .photo{
    width:160px; aspect-ratio:1/1; object-fit:cover; border-radius:12px;
    background:#eae7df; display:inline-block;
  }
  .trudo-burgers .name{ font-size:20px;
    font-weight:800; letter-spacing:.5px; text-transform:uppercase; color:#fff;
  }
  .trudo-burgers .desc{
    margin-top:6px; color:#fff; font-size:18px; line-height:1.45;
  }
  .trudo-burgers .price{
   white-space: nowrap;
    font-weight: 800;
    color: var(--tb-dark);
    background: #f8b600;
    border: 2px solid #f8b600;
    padding: 6px 12px;
    border-radius: 999px;
    text-align: right;
    min-width: 78px;
    display: inline-block;
  }
  
  table.menu-table.bakjes {
    background-image: url(//cms.ice.be/images/1448/week-van-de-friet-removebg-preview.png);
    background-repeat: no-repeat;
    background-position: bottom center;background-size: 50%;
}
table.menu-table.puntzak {
    background-image: url(//cms.ice.be/images/1448/cornet-frites-blanc-190x75mm-1000pcs-removebg-preview.png);
    background-repeat: no-repeat;
    background-position: bottom !important;
    background-size: 27%;
}
table.menu-table.bicky {
    background-image: url(//cms.ice.be/images/1448/bicky2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 20%;
}

table.menu-table.roomboter {
    background-image: url(//cms.ice.be/images/1448/klassieke-aardappel-krokettjes-thuis-gemaakt-removebg-preview.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 25%;
}


table.menu-table.rondejuliens {
    background-image: url(//cms.ice.be/images/1448/julienstransparant.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 20%;
}

table.menu-table.lokalehelden {
    background-image: url(//cms.ice.be/images/1448/lokalehelden.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 20%;
}
  


  /* Mobile */
  @media (max-width: 720px){
    .trudo-burgers .col-photo{ width:86px; }
    .trudo-burgers .photo{ width:72px; border-radius:10px; }
    .trudo-burgers .desc{ font-size:13px; }
    .trudo-burgers td.price-cell{ width:1%; }
  }


@media (min-width:991px) {
    .section-intro h2 {
    font-weight: 300;
    max-width: 900px;color: #ffffff !important;
}
}

@media (max-width: 768px) {
  .menu-wrapper {
    column-count: 1;
  }
}
b, strong {
    color: #f8b600;
}

::-webkit-scrollbar {
  width: 5px;height:0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #1f1e1b;
  
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f8b600;
  
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
 
}



.reviews-section {
  background-color: #111;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
  overflow: hidden;
  position: relative;
  max-width:100% !important;
}

.reviews-title {
  font-size: 2rem;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.reviews-carousel {
  display: flex;
  gap: 25px;
  transition: transform 0.8s ease-in-out;
  will-change: transform;
}

.review {
  flex: 0 0 calc(33.333% - 20px);
  background: rgba(255, 255, 255, 0.05);
  padding: 25px 20px;
  border-radius: 10px;
  text-align: left;
}

.review-text {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.review-author {
  font-weight: bold;
  color: #f8b600;
  margin-bottom: 5px;
}

.stars {
  color: #f8b600;
  font-size: 1.2rem;
}

/* Responsive: 2 per rij op tablet, 1 op mobiel */
@media (max-width: 992px) {
  .review { flex: 0 0 calc(50% - 20px); }
}

@media (max-width: 600px) {
  .review { flex: 0 0 100%; }
}
h3.green {
    color: #add47e !important;
}
.section-intro.test2 {
    background: #1f1e1b;
}.section-intro.test h3 {
    color: white !important;
}.block-about-info strong {
    color: white;
}

.section-intro.test {
    background: #ffffff00;padding-top: 300px;
}section.section-services-info.info2 .row {
    margin-left: -15px;
    margin-right: 15px;
}
.main-footer-info-inner img {
    margin-top: -110px !important;
}
a.info-table-more {
    color: #f8b600 !important;
    text-decoration: underline !important;
    font-size: 20px !important;
}.section-about-home.menukaart .content2 {
    width: 100%;
}
.menu-wrapper {
  column-count: 2;
  column-gap: 2rem;
}.btn.btn-default, .submit.btn-default {
    color: #fff !important;
    background-color: #314588;
}
.section-about-home.menukaart .lead {
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
}

.menu-table {
  display: table;
  width: 100%;
  margin-bottom: 2rem;
  break-inside: avoid;
  page-break-inside: avoid;
  box-sizing: border-box;
    font-size: 1.05rem;
   background: #1d1514;
  color: white;
  border-radius: 8px;
  overflow: hidden;
  font-size: 21px;
    line-height: 35px;
   
}
.menu-table thead th h3 {
    font-size: 2.5rem;
    text-transform: uppercase;
}.menu-table tbody tr:last-child td {
    border-bottom: none;
}

.section-about-home.menukaart .content2 {
    
    padding-left: 40px;
}

.menu-table thead th {
  background-color: #1d1514;
  color: #314588;
  text-align: left;
  padding: 14px 16px;
  font-weight: 600;
  font-size: 1.1rem;
}.section-about-home.menukaart::before {
    display: none;
}

.menu-table tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid rgb(255 255 255 / 29%);
}

.menu-table tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.05);
}.section-about-home.menukaart {
    background: #1f1e1b;
}
.menu-table td:last-child {
  text-align: right;
  color: #ffffff;
  font-weight: 500;
}
.section-intro p {
    max-width: 840px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    font-size: 23px;color: #ffffff !important;
}section.section-services-info p {
    font-size: 21px;
    line-height: 35px;
    height: 245px;
}.section-intro .home-setting p {
    color: #ffffff !important;
}span.color {
    color: #f8b600 !important;
}

.section-services-info .info-table .info-table-header {
     background-color: #151515;

    display: block;position: relative;
    height: 100px;
    width: 100%;
}.section-services-info .info-table .info-table-wrapper {
    padding: 0 30px 40px;background: #151515;

}
.section-services-info .info-table .info-table-wrapper .info-table-icon {
    margin-top: -50px;
    position: relative;
    text-align: center;
}.info-table-wrapper h3 {
    color: white !important;
}
.section-info-top {
    text-align: center;
    display: block;
    padding: 10px 0;
    background: #31458800;
}
.info-table-icon img {
    width: 110px;
}section.section-services-info .block-title h3 {
    font-size: 50px !important;
    margin-bottom: 40px;
}section.section-services-info {
    margin-top: 60px;
    margin-bottom: 100px;
}
.section-about-home::before {
    content: "";
    position: absolute;
    top: 0;
    right: -20%;
    width: 70%;
    height: 100%;
    background: url(//cms.ice.be/images/1448/whatsapp-image-2025-10-11-at-12.09.09.jpeg) no-repeat center center;
    background-size: cover;
    z-index: 0;
    pointer-events: none;
}
.block-about-img {
    display: none !important;
}
.section-about-home .col-sm-12.col-md-6 {
    
    padding-left: 40px;
    padding-right: 40px;
}.content2 {
    width: 50%;
}
.vegas-slide-inner[style] {
    background: linear-gradient(to bottom, #1f1e1b 10%, #1f1e1b00 100%), url(//cms.ice.be/images/1448/8banner-trudofrit2.png) top center no-repeat !important;

    background-size: cover;
    background-attachment: scroll;
    background-size: cover !important;
    background-attachment: scroll !important;
}
body.vegas-container > .vegas-slide {
    position: absolute;
}.content2 a {
    text-decoration: underline !important;
    color: #f8b600 !important;
}
.lead {
    font-size: 21px;
    line-height: 35px;
}
.section-about-home  .col-sm-12.col-md-6 {
    width:100%;
   
}
.btn, .submit {
    font-family: "Nunito", sans-serif !important;
}
.section-about-home {
   display: block;
    padding: 70px 40px 40px 0px;
    background: #1f1e1b;
    position: relative;
    overflow: hidden;
    margin-top:200px;


}.content2 a.btn.btn-default {
    text-decoration: none !important;
    background: #f8b600;
    color: black !important;

}.block-about-info h3 {
    color: #f8b600 !important;
}
    .section-intro h2 {
        color: #24305b;
    }.section-info-top ul > li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}
.section-about-home .block-about-img .block-about-image:first-child {
    background-image: url(//cms.ice.be/images/1154/jacob.png);
    background-size: cover;
    background-position: center;
    
}.section-info-top a {
    color: #ffffff !important;
}.section-info-top ul > li p {margin: 0 0 0px;
    
    color: #ffffff;
}h1, h2, h3, h4 { color: #1f1e1b !important;

    
    font-family: "Bowlby One SC", sans-serif !important;
}body {
    
    font-family: "Nunito", sans-serif !important;
}

.vegas-slide {
            background-color: #1f1e1b;

}
.section-about-home .block-about-img .block-about-image:first-child {
    
    border-right: 1px solid #314588;
}.block-module-gallery .list-gallery > li img {
    border: solid 0px #314588;
  
    
}.textpage img {
   
}

.popup-box {
    color: black !important;
}.vegas-slide-inner {
    opacity: 1 !important;
}
.popup-box h2 {
    color: black;
    font-size: 30px;
}.form-group.bevestiging {
    display: none;
}

iframe {
  aspect-ratio: 16/9;
  width: 100%;
 
}
.btn.btn-secundary, .submit.btn-secundary {
    color: #fff !important;
    background-color: #314588;
}
.section-about-home .block-about-img {
  
    border: 1px solid #314588;
}.textpage ul {
    margin-left: 30px;
    padding-bottom: 20px;
    font-size: 18px;
}

.section-about-home .block-about-img .block-about-image:nth-child(2) {
    border-bottom: 1px solid #314588;
}
.masonry-content {
    overflow: hidden;
    text-align: center;
}.main-footer-info .main-footer-info-inner h4 {
    
    color: white !important;
    font-weight: 300 !important;
}.main-footer-info .main-footer-info-inner p a {
    
    color: #f8b600;
}

.block-grid-item .fa {
    font-size: 22px;
    margin-right: 5px;color:white;
}.section-intro .btn {
    background: #c78e36;
    color: white !important;
    text-transform: uppercase;
}.main-footer-info .main-footer-info-inner p {
    color: #ffffff;
}

.main-footer-info .main-footer-info-inner {
    background: #1f1e1b;
}
.home-setting {
    padding-bottom: 80px;
}h3 {
    color: #24305b;
    font-size: 28px;
    font-weight: 400;
}.block-module-gallery {
    display: block;
    margin-bottom: 20px;
    margin-top: 80px;padding-left: 10px;
    padding-right: 10px;
}

body {
   
    color: #241e1f;
}
.main-menu #nav > .active > a {
   text-shadow: none;
    color: #f8b600;
}.main-menu #nav > li > a:before {
    background-color: #fde9b6;
    top: 25px;
}
.section-intro .firm {
    font-family: "Miss Robertson", serif;
    font-size: 44px;
    color: #241e1f !important;
    margin-top: 40px;
    text-shadow: 0 0 21px #8e7916;}

.section-about-home .block-about-info {
    padding-top:0px;}
a:hover, a:focus, a:link, a:visited {
    color: #314588;
    text-decoration: none;
}.section-intro .firm {
    font-family: "Miss Robertson", serif;
    font-size: 44px;
    color: #314588;
    margin-top: 40px;
}

.main-footer-info .main-footer-info-inner h4:after {
   
 
    background: #c4a657;
}.section-intro .test2 {
 
    margin-bottom: 0px;background: #1f1e1b !important; padding-bottom: 50px;

}.home-setting h3 {
    color: #f8b600 !important;
}

.main-menu #nav > li > a {
     color: #fee7b3;

}


.section-info-top ul > li p .fa {
    color: #ffc875;
}

.vegas-slide-inner[style]{
background-attachment:fixed !important;transition: all 10000ms ease 0s !important;}

nav.main-menu .fa {
   color: #f8b600 !important;
    font-size: 22px;
    margin-right: 5px;

}
.page-lists {
    columns: 2 !important;
    column-gap: 10px;
}
.btn, .submit {
    background-color: #f8b600;
    color: #1f1e1b !important;
}
h1 span{display:none;}

.list-content {
    width: 20% !important;}

.list-title {
    width: 100% !important;
}
.masonry-wrapper {
    max-width: 100% !important;box-shadow: rgb(209 176 91 / 58%) 0px 48px 100px 0px;
}
.page-list {
    padding: 10px;
    
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.btn-social {display:none;}
.page-list {
    border: 1px solid #ece0d1 !important;
}
.page-list {
    padding: 10px;
    background: #fff !important;
   
    -webkit-box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
    box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
}

.page-list h4 {
    color: #314588 !important;
}
.list-title {
    border-bottom: 1px solid #241e1f26;
    padding-bottom: 5px;
    padding-top: 5px;
}

.list-title {
    color: #1b1b1b;
}.list-content {
    color: #151515;
}.list-title strong {
    color: #151515;
}

.block-sidebar-content {
    
    display: none;}div#section-content .col-md-3 {
    display: none;
}div#section-content .col-md-9 {
    width: 100%;
}

.section-about-home .block-about-img .block-about-image:first-child {
    max-width: 288px;
    height: 500px;}
    
    .section-about-home .block-about-img .block-about-image:first-child img {
    display: none;
}
.text-right {
    text-align: left;
}textarea {
    color: black;
    overflow: auto;
}
.main-menu #nav > li {
   
    margin-right: 15px;}

input {color:black;
    padding: .5em .6em !important;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    line-height: normal;
}
#google-map {
    overflow: hidden;
    float: right;
  
    width: 100%;
    height: 365px;
    background: #fafafa;
    margin-top: 25px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.section-info-top ul > li:after {display:none;}

.main-header {
    display: block;
    padding-top: 20px;
    
    z-index: 10;
   background-color: #1f1e1b;



    width: 100%;
}h2.reviews-title {
    color: #f8b600 !important;
}
    
    .section-about-home .block-about-info p {
    font-size: 18px;
    line-height: 26px;
    font-size: 21px;
    line-height: 35px;
    color: #ffffff;

}img#logo {
   border-radius: 0%;
    width: 200px;
    padding: 0px;
    margin-top: 20px;
}.block-module-gallery .list-gallery > li {
   
   padding-left: 5px;
    padding-right: 5px;
}
img.img-responsive {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.block-module-gallery .list-gallery > li {
    float: left;
    width: 20%;
}

.section-about-home .block-about-info p.firm {
    font-family: "Miss Robertson", serif;
    font-size: 44px;
    color: #314588;
    margin-top: 40px;
}
.main-footer-info.versie2 {
    margin: auto;
}
.main-footer-info.versie2 .container {
    width: auto;
    margin: auto 0;
}
.section-content {
    background: rgb(43 41 39 / 0%);}
    
   .block-grid-item .btn {
    background: #314588;
}

.page-list h4 {
    font-weight: 600;
    color: #314588 !important;
    font-size: 24px;
}.main-footer-info.versie2 {
    margin-top: 130px !important;
}.block-module-gallery h4 {
    font-size: 24px;
    color: #241e1f;
}.section-content .block-content-inner {
    max-width:100% !important;
    padding: 65px 5px;    margin-top: 100px !important;
    display: block;
    margin-top: -85px;
    background: linear-gradient(to bottom, rgba(31, 30, 27, 0) 0%, rgba(31, 30, 27, 0) 70%, rgba(31, 30, 27, 1) 20%, rgba(31, 30, 27, 1) 100%);
    
}.page-lists {
   
   }
    
    
    .vegas-slide-inner[style] {
    background-position: top center !important;
}
.main-footer {
    background: #fff0;}
    
    .main-footer p {
   
    color: black;}
.section-intro.internal {
    
    display: none;
}

@media(min-width:1500px){

html {
    background: #1f1e1b !important;
    margin-left: 2em;
    margin-right: 2em;
    padding-bottom:2em !important;
    
}.vegas-slide {
    background-color: #000000;
    margin-left: 2em;
    margin-right: 2em;
   padding-bottom:2em !important;
}

}
html {
        background: #1f1e1b !important;}

@media(min-width:1800px){

html {
    background: #1f1e1b !important;
    margin-left: 5em;
    margin-right: 5em;
    padding-bottom:2em !important;
    
}.vegas-slide {
    background-color: #000000;
    margin-left: 5em;
    margin-right: 5em;padding-bottom:2em !important;
    
}

}


@media(min-width:2000px){

html {
    background: #1f1e1b !important;
    margin-left: 10em;
    margin-right: 10em;
    padding-bottom:2em !important;
    
}.vegas-slide {
    background-color: #000000;
    margin-left: 10em;
    margin-right: 10em;padding-bottom:2em !important;
    
}



}


@media(max-width:2000px) {
    .section-intro.test {
    background: #ffffff00;
    padding-top: 150px;
}
.section-about-home {
    
    margin-top: 100px;
}
}

@media(max-width:1560px){
    
    .main-menu #nav > li {
    margin-right: 15px;
}
  nav.main-menu .btn {
    display: none;
}

section.section-services-info p {
    font-size: 21px;
    line-height: 35px;
    height: 300px;
}

.info-table-wrapper h3 {
    color: white !important;
    font-size: 20px;
}
}

@media(max-width:1200px){
    
    .main-menu #nav > li {
    margin-right: 5px;
}

nav.main-menu .btn{
   
    padding: 14px 5px 12px;
   
}
.section-about-home .block-about-img .block-about-image:first-child {
    max-width: 100%;
    height: 500px;
}section.section-services-info p {
        font-size: 18px;
        line-height: 31px;
        height: 300px;
    }

}

@media(max-width:1024px){
    .page-lists {
    columns: 1 !important;}
    
    .page-lists {
   
    margin-bottom: 0px;}
    
    .section-about-home .block-about-img .block-about-image:first-child {
    background-image: url(https://cms.ice.be/images/1154/jacob.png);
   
    background-size: cover;
    
}
    
}

@media(max-width:991px){
    
    .menu-block {
   
    width: 100%;
    
}
    .section-about-home::before {display:none !important;}
    
    header.main-header .col-md-3 {
    width: 20%;
    float: left;
}
    .main-header .col-md-9.text-right {
    width: 80%;
    float: right;
    text-align: right;
}nav.main-menu .btn {
    padding: 10px 16px 11px;
        border-radius: 5px;
}
nav.main-menu .btn {
    display: initial;
}
img#logo {
    
}
.main-header {
    height: 100px;}
    .main-header.menu-is-open {
    z-index: 100;
    background: #1f1e1b;
}
.menu-mobile {
   
    background: #1f1e1be8;}
    .block-module-gallery .list-gallery > li {
    float: left;
    width: 33%;
}.main-header .menu-burger {
   
    background-color: #1f1e1b;}
    
    img.drank[style] {
    width: 100% !important;
}
    
    .section-intro h2 {
    color: #ffffff !important;
}
.menu-mobile > ul li a {
    font-family: "Bowlby One SC", sans-serif !important;
}
    .main-header.menu-is-open {
        z-index: 100;
        background: #3b3b3b;
        background: #1f1e1b;
    }.content2 {
    width: 100%;
}
.col-sm-4 {
        width: 100%;
    }

.info-table.revealOnScroll.animated.flipInY {
    margin-bottom: 30px;
}
section.section-services-info p {
    font-size: 21px;
    line-height: 35px;
    height: auto;
}
.menu-wrapper {
    column-count: 1;
    column-gap: 0rem;
}.section-about-home.menukaart .content2 {
    padding-left: 0px;
}

.section-about-home {
    display: block;
    padding: 60px 10px 40px 10px;
}
}




@media (max-width: 767px){
.main-header .logo-header .logo img {
    height: auto;width: 150px;
    margin-top: -33px;
}.masonry-wrapper {
    max-width: 100% !important;
}.textpage img[style] {
    width: 100% !important;
}.section-about-home.menukaart {
    
}.block-content-inner .col-md-12 img {
    display: none;
}.block-content-inner .row:nth-of-type(2) {
    background: white;
}

.block-content-inner .col-md-12 .form {
    background:white;
}.home-setting {
    padding-bottom: 80px;
    margin-top: -140px;
}
img#logo {margin-top: 0px;
    
}.block-grid-item img {
    width: 70% !important;
}
.block-grid-item {
    display: block;
    margin: auto 0;
    padding: 15px;
    height: auto;
    float: none;
    list-style: none;
}
 .block-module-gallery .list-gallery > li {
    float: left;
    width: 50%;
}
img.img-responsive {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.section-intro.internal h2 {
    font-size: 42px;
}

    .vegas-slide.vegas-transition-fade.vegas-transition-fade-in {
    height: 2000px;
}section.section-services-info {
    margin-top: 0px;
}    .textpage .menu-table img[style] {
        width: 50% !important;
    }.section-content .block-content-inner {
margin-top: 0px !important;
}.menu-table thead th h3 {
    font-size: 2rem;
    text-transform: uppercase;
}nav.main-menu .btn {
        padding: 10px 6px 10px;
        border-radius: 5px;
        color: white !important;
    }.trudo-burgers .col-photo {
        width: 86px;
        display: none;
    }
}

@media(max-width: 510px){
   img#logo {
    border-radius: 0%;
    width: 126px;
    padding: 0px;
    margin-left: 66px;
    margin-top: 5px;
}
.section-info-top ul > li {
   
    padding-right: 7px;
}
   section.section-services-info.info2 .row {
    margin-left: 0px;
    margin-right: 0px;
}.section-intro.test {
    background: #ffffff00;
    padding-top: 140px;
}
.section-about-home {
  
    margin-top: 90px;
}.menu-table thead th h3 {
    font-size: 2rem;
    text-transform: uppercase;
}
}


@media(max-width: 420px){
    
    .section-content .block-content-inner {
    padding: 65px 10px;}
    
    .block-module-gallery .list-gallery > li {
    float: left;
    width: 49%;
}.masonry-wrapper {
    max-width: 100% !important;
}

.section-content .block-content-inner {
    padding: 65px 0px;}



.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.section-info-top ul > li p.mail a {
 
    font-size: 13px;
}

.section-info-top a {
   
    font-size: 13px;
}



    
}

.masonry-wrapper {
    background: #0f0e0ee3;
    padding: 5px;
}

.list-title {
    margin-bottom: 10px;
}

.page-list {
    padding: 10px;
    background: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.page-list {
    border: 1px solid #ece0d100 !important;
}

h4 span {
    color: white;
}
.list-content, .list-title {
     color: #241e1f;
    font-size: 15px;font-weight: 200;
}.page-list {
   
    background: #fff0 !important;}

.info-message__icon svg .icon__background {
    fill: #3b3b3b !important;}

#resengo-booknow #resengo-process-flow > #resengo-wrapper .grey-box .ui-datepicker-header {     background-color: Red; }

#resengo-process-flow>#resengo-wrapper .light-blue-box {
    background-color: #3b3b3b !important;
    background-color: #3b3b3b !important;
}

.list-content, .list-title {
     color: #241e1f;
    font-size: 18px;
    font-weight: 300;
}.main-footer p {
    color: #f1f1f1;
    opacity: 1;
}

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;color:white; font-size:15px;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 0px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.cc-color-override--1762072787.cc-window {
    color: rgb(131, 131, 145);
    background-color: rgb(255 255 255) !important;
}

.cc-color-override--1762072787 .cc-btn {
    color: rgb(255, 255, 255);
    border-color: transparent;
    background-color: rgb(31 30 27) !important;
}
.cc-color-override--1762072787 .cc-highlight .cc-btn:first-child {
    color: rgb(131, 131, 145);
    background: white !important;
}

.block-about-info h3.green {
    color: #add47e !important;
}

.block-about-info h3.blauw {
    color: #52b7ff !important;
}

table.menu-table.bakjes tbody td, table.menu-table.puntzak tbody td, table.menu-table.bicky tbody td, table.menu-table.roomboter tbody td {
    
    border-bottom: 1px solid rgb(255 255 255 / 13%);
}