       .monodate {
           font-family: 'Share Tech Mono', monospace;
       }

       body {
           background-image: url("bg_kleur3.png");
       }

       #kop1 {
           background-color: rgb(59, 139, 56);
       }

       .tab1 {
           background-color: rgb(59, 139, 56);
       }

       .tab2 {
           background-color: rgb(222, 43, 109);
       }

       .tab3 {
           background-color: rgb(43, 32, 114);
       }

       .tab4 {
           background-color: rgb(51, 140, 215);
       }

       .tab1-hover:hover {
           color: white !important;
           background-color: rgb(86, 141, 84) !important;
       }

       .tab2-hover:hover {
           color: white !important;
           background-color: rgb(223, 111, 152) !important;
       }

       .tab3-hover:hover {
           color: white !important;
           background-color: rgb(56, 47, 112) !important;
       }

       .tab4-hover:hover {
           color: white !important;
           background-color: rgb(85, 157, 216) !important;
       }

       .w3-theme {
           color: #fff !important;
           background-color: #3b8b38 !important;
       }

       .w3-hover-theme:hover {
           color: #fff !important;
           background-color: #3b8b38 !important;
       }

       .slideshow,
       .slidezoom,
       .slideshow2,
       .slidezoom2,
       .slideshow3,
       .slidezoom3,
       .m_slideshow,
       .m_slideshow2,
       .m_slideshow3,
       .slideshow4,
       .slidezoom4,
       .m_slideshow4,
       .slideshow5,
       .slidezoom5,
       .m_slideshow5,
       .slideshow6,
       .slidezoom6,
       .m_slideshow6,
       .slideshow7,
       .slidezoom7,
       .m_slideshow7 {
           display: none;
       }

       @media only screen and (min-width: 993px) {

           .inzoom {
               cursor: zoom-in;
           }
       }