<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*== CSS Document TAEKEMAbiz ==*/
/*
 @mixin for-phone-only {
 @media (max-width: 575px) { @content; } /* 575 * /
 }@mixin for-phone-landscape-up {
 @media (min-width: 576px) { @content; } /* 576 * /
 }@mixin for-tablet-portrait-up {
 @media (min-width: 768px) { @content; }
 }@mixin for-tablet-landscape-up {
 @media (min-width: 992px) { @content; }
 }@mixin for-desktop-up {
 @media (min-width: 1200px) { @content; }
 }@mixin for-big-desktop-up {
 @media (min-width: 1400px) { @content; }
 }
 */
/*----------------------------------*/
* {
  border-radius: 0 !important;
  box-sizing: border-box;
  font-family: 'Poppins';
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: #F7FCFF;
  margin: 0;
  padding: 0;
}
body {
  color: #102352;
}
header {
  background-image: url("../../static/pics/sites/TAEK/logo_taekemabiz.svg"), url("../../static/pics/sites/TAEK/logo_taekemabiz-01.svg");
  background-repeat: no-repeat, repeat;
  /*background-position:0px 0px; /* Left Top */
  height: 10vw;
  padding-left: 16px;
  background-size: contain;
  margin-bottom: 15px;
}
.local-logo {
  color: red;
  text-shadow: 2px 2px 1px #fff;
  font-size: 200%;
  font-weight: bold;
  text-align: left;
  padding-top: 0vmin;
  padding-left: 0px;
}
.pagina {
  margin: 0 auto;
  padding: 0 10px;
  /*max-width:$site-maxwidth;*/
}
.spacer {
  width: 100%;
  height: 15px;
  border: none;
}
/*-- --*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.1;
  color: #0B70FF;
}
h1, .h1 {
  font-size: 18px;
  font-weight: 800;
}
h2, .h2 {
  font-size: 18px;
  font-weight: 500;
}
h3, .h3 {
  font-size: 16px;
  font-weight: 500;
}
h4, .h4 {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
}
h5, .h5 {
  font-size: 14px;
  font-weight: 200;
}
h6, .h6 {
  font-size: 14px;
  font-weight: 200;
  font-style: italic;
}
#page-title {
  font-size: 18px;
  font-weight: 800;
  padding-right: 15px;
  margin-left: -5px;
  color: #0B70FF;
}
.klein, .klein p {
  font-size: 12px;
}
.klein-commentaar {
  font-size: 12px;
  font-style: italic;
  color: #AAAAAA;
}
select {
  font-size: 14px;
}
.narrow {
  font-family: 'Arial Narrow', 'Arial', 'Poppins';
}
a, a:hover, a:visited {
  color: #383838;
  text-decoration: none;
}
.uitleg-smal {
  font-family: Arial Narrow, Arial, sans-serif;
}
/*-- --*/
hr, .dropdown-divider {
  border: hidden;
  border-top: 1px dotted #AAAAAA;
  margin: 0;
}
/*-- topmenu --*/
.topnav.navbar {
  background-color: #F7FCFF;
  padding: 0px;
  margin-bottom: 15px;
}
.navbar-brand {
  padding: 0px;
}
.sitelogo img {
  height: 39px;
  width: auto;
  background-color: red;
}
/*-- --*/
.topnav .navbar-toggler {
  padding: 2px 5px;
  border: 1px solid #0B70FF;
  background-color: white;
  width: 39px;
  height: 39px;
}
.topnav-body {
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus, .navbar-toggler-icon:active, .nav-link:focus, .nav-link:active {
  outline: none;
  box-shadow: none;
}
.navbar-toggler svg {
  color: #0B70FF;
}
/*-- topnav knoppen --*/
.navbar-collapse.collapse.show .btn-tekst, .navbar-collapse.collapse.show .disabled {
  padding-left: 10px;
}
.navbar-collapse.collapse.show .dropdown-item.btn-tekst {
  padding-left: 20px;
}
.topnav a, .topnav a:hover, .topnav a:visited, .btn-aktie, .btn-aktie:hover, .btn-aktie:visited, .btn-secondary, .btn-secondary:visited, .btn-danger, .btn-danger:visited, .btn-success, .btn-success:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.btn-secondary, .btn-secondary:visited {
  background-color: #6c757d;
  color: #FFFFFF;
  text-decoration: none;
}
.btn-secondary:hover {
  background-color: #5c636a;
  color: #FFFFFF;
  text-decoration: none;
}
.btn-warning {
  background-color: #ffc107;
}
.btn-outline-primary, .btn-outline-primary:visited {
  color: #0d6efd;
  text-decoration: none;
}
a.btn-primary, a.btn-primary:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.btn-outline-primary:hover {
  background-color: #0d6efd;
  color: #FFFFFF;
  text-decoration: none;
}
.btn-outline-success, .btn-outline-success:visited {
  color: #198754;
  text-decoration: none;
}
.btn-outline-success:hover {
  background-color: #198754;
  color: #FFFFFF;
  text-decoration: none;
}
.btn-success, .btn-success:visited {
  background-color: #198754;
  color: #FFFFFF;
  text-decoration: none;
}
.btn-success:hover {
  background-color: #198754;
  color: #FFFFFF;
  text-decoration: none;
}
.btn-dark {
  background-color: #212529;
}
.btn-dark:hover {
  background-color: #4B545D;
}
.nav-item {
  padding-top: 1px;
}
.nav-item .btn {
  margin-top: 0px;
  padding: 0px;
  font-size: 26px;
  width: 45px;
  height: 41px;
  border: 1px solid #FFFFFF;
}
.btn-tekst, .disabled {
  background-color: #0B70FF;
  font-size: 16px;
  height: 41px;
  border: 1px solid #FFFFFF;
}
.btn-primary:hover, .btn-tekst:hover {
  background-color: #0057D4;
}
.btn-aktie {
  padding: 0;
  margin-top: -6px;
  font-size: 25px;
  padding-top: 2px;
  width: 45px;
  text-align: center;
}
.btn-klein {
  height: 28px;
  width: 30px;
  padding: 3px;
}
.btn-dflt {
  height: 12px;
  width: 12px;
  padding: 0px;
  background-color: #ccc !important;
}
.btn-login {
  height: 40px;
  width: 145px;
  padding: 0 5px;
  color: white;
}
a.btn-wwkwijt {
  height: 40px;
  width: 145px;
  padding-top: 6px;
  line-height: 1;
  color: #FFD237;
}
.btn-login:hover, .btn-wwkwijt:hover {
  color: black;
  opacity: 0.8;
}
#btn-back-to-top {
  background-color: #999;
  display: none;
}
.schaduw {
  box-shadow: 2px 2px 2px #ccc;
}
/*-- big menu --*/
.bigmenu {
  height: auto;
  padding: 0;
  margin: 10px 0;
}
.bigmenu, .pagina, #topnav {
  margin: 0 auto;
  /*max-width:$site-maxwidth;*/
}
/*-- tab-knop --*/
.tabknop {
  margin-top: 0px;
  padding-top: 0px;
  border-bottom: 1px dotted #AAAAAA;
}
.tabknop .nav-item {
  margin: 1px;
}
.tabknop .nav-link {
  border: 1px solid #0B70FF;
}
.nav-item button {
  padding: 3px 5px;
}
.tabknop .nav-link:hover {
  color: #FFFFFF;
  background-color: #0B70FF;
}
.tabknop .nav-link.active {
  color: #102352;
  background-color: #FDE00C;
}
/*-- Krantenkop--*/
.krantenkop {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
}
.krantenkopbinnen {
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  max-width: 600px;
  height: auto;
}
.krantenkopbinnen h3 {
  font-family: Montserrat;
  font-weight: bold;
}
.bg-none {
  background-color: transparent;
}
.bg-blauw {
  background-color: #e5edff;
}
.bg-rood {
  background-color: #FECACA;
}
.bg-grijs {
  background-color: #D4D4D4;
}
.bg-geel {
  background-color: #FFF3CD;
}
.fg-blauw {
  color: #0049ff;
}
.fg-rood {
  color: #C40202;
}
.fg-grijs {
  color: #575757;
}
.fg-geel {
  color: #FFC100;
}
/*-- nieuws --*/
.nieuws-foto {
  height: auto;
  background-color: #FFFFFF;
  margin-top: 2px;
  width: 50%;
}
.float-R {
  float: right;
  margin-left: 5px;
}
.img-thumbnail {
  border: none !important;
}
.float-L {
  float: left;
  margin-right: 5px;
}
.nieuwsfoto img {
  width: 100%;
}
.nieuws-artikel {
  border: 1px solid #0B70FF;
  margin-top: 20px;
  padding: 5px;
  background-color: #FFFFFF;
  overflow: auto;
}
.nieuws-titel {
  font-weight: 600;
  background-color: #0B70FF;
  color: #F7FCFF;
  border-bottom: 1px solid #000000;
  font-size: 14px;
  padding: 3px 10px;
  margin-bottom: 5px;
  font-family: 'Montserrat';
}
.nieuws-tekst {
  padding: 3px;
}
.nieuws-datum {
  font-size: 7pt;
  font-style: italic;
  margin: 5px;
  text-align: right;
}
.nieuws-auteur {
  font-size: 9pt;
  font-style: italic;
  width: 97%;
  text-align: right;
  margin-top: 10px;
}
.nieuws-btn {
  width: 35px;
}
.nieuws-btn:hover {
  color: white !important;
}
.nieuws-btn, .lage-btn, .alert-btn {
  height: 25px;
  padding: 2px;
  font-size: 9pt;
  border-radius: 0;
}
/*-- footer --*/
footer {
  width: 100%;
  clear: left;
  margin: 0px;
  padding: 20px 20px 50px 0;
  background-color: #1B558F;
}
.footer-ALG {
  background-color: #1C5E9F;
}
footer h4 {
  color: #ddd;
}
.vertical-menu {
  border-bottom: 5px solid #1B558F;
  border-right: 5px solid #1B558F;
  padding-bottom: 10px;
}
.vertical-menu-naam {
  font-style: italic;
  text-transform: uppercase;
  font-weight: 400;
}
.vertical-menu-label {
  font-style: italic;
  font-variant: small-caps;
  padding-left: 7px;
  color: #ddd;
  font-weight: bold;
}
.vertical-menu a, .vertical-menu a:visited {
  color: #ddd;
  display: block;
  padding-left: 15px;
}
.vertical-menu a:hover, .vertical-menu a:active {
  color: #FFFFFF;
  background-color: #005FE7;
  text-decoration: none;
}
/*-- Tabs --*/
.tab-pane {
  padding-left: 10px;
  padding-right: 10px;
}
/*-- grote knoppen --*/
.menu-menunaam {
  font-size: 20px;
  font-style: italic;
  color: #0B70FF;
  margin-top: 15px;
  margin-bottom: 15px;
}
.groteknop {
  position: relative;
  height: auto;
  float: left;
  opacity: 100%;
  text-align: center;
  margin-bottom: 0px;
  padding: 5px;
}
.groteknop img {
  width: 100%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 2px solid #999;
  border-bottom: 2px solid #999;
  border-radius: 5px !important;
}
.groteknop img:hover {
  border: 3px solid #0B70FF;
}
/*-- --*/
.halfgroteknop {
  position: relative;
  height: auto;
  float: left;
  opacity: 100%;
  text-align: center;
}
.halfgroteknop {
  background-color: #F7FCFF;
  min-height: 90px;
  margin: 0px 3px 3px 3px;
  display: block;
  border: 1px solid #ccc;
  border-right: 2px solid #AAAAAA;
  border-bottom: 2px solid #AAAAAA;
}
.halfgroteknop-a {
  width: 100%;
  height: 100%;
  background-repeat: initial;
  border: none;
  display: block;
  font-size: 18px;
}
.halfgroteknop:hover, .halfgroteknop:focus, .halfgroteknop:active {
  opacity: 80%;
}
/*.fa-trash-can {
 color:#FF9D9D;
 }*/
.fa-floppy-disk {
  color: #A3FFA3;
}
/*-- forms --*/
form.invoer {
  background-color: #FFFFFF;
  border: 1px solid #B8DEFF;
  margin: 15px auto;
  padding: 0px 0px 15px 0px;
  max-width: 1000px;
}
.verplicht {
  background-color: #FAF7D2;
}
.page-link {
  color: #007bff !important;
}
select {
  background-color: #FFFFFF;
}
select option {
  font-family: "Myriad Pro", Helvetica, Arial, "sans-serif";
}
select.page-link {
  width: 55px;
  padding-top: 3px;
  text-align: center;
}
/*-- labels en velden --*/
.form-control {
  padding: 0.2rem 0.75rem;
}
/*.col-form-label {
 padding-top: calc(.2rem + 1px);
 padding-bottom: calc(.2rem + 1px);
 }*/
.msg {
  color: red;
}
/*-- table --*/
.table {
  /*  font-size: 14px; */
}
thead {
  position: sticky;
  top: 0;
  border-bottom: 2px solid #ccc;
}
.table th {
  font-size: 10px;
  font-weight: normal;
  background-color: #ccc;
  cursor: auto;
}
.fout {
  background-color: #FFE5E5;
  border: 1px solid red;
}
th.sorteren {
  background-color: #ddd;
  cursor: default;
  border: 1px solid #C6EBFF;
}
th.sorteren:hover {
  background-color: #FFFFFF;
}
th.ASC, th.DESC {
  background-color: #DDF3FF;
  background-position: top right;
  background-repeat: no-repeat;
}
th.ASC {
  background-image: url('../../static/pics/ASC.png');
}
th.DESC {
  background-image: url('../../static/pics/DESC.png');
}
th.ASC:hover, th.DESC:hover {
  background-color: #C6EBFF;
}
.selectiebalk {
  height: auto;
  margin-bottom: 10px;
}
.selectiebalk-item {
  height: 30px;
  width: 100%;
  min-width: 200px;
  margin-bottom: 10px;
}
.nrecords {
  margin-left: 5px;
  padding-top: 7px;
  font-size: 10px;
}
.table-footer {
  width: 100%;
  background-color: beige;
  color: black;
}
.td-rechten {
  width: 300px;
  text-align: left;
}
.rechtenrubriek {
  color: #102352;
}
/*-- aanpassingen bootstrap --*/
.date-selector-wrapper {
  z-index: 1021;
}
.form-select {
  background-position: right 0.1rem bottom;
  background-size: 10px 10px;
}
.form-control::placeholder {
  color: #ccc;
  opacity: 1;
  /* Firefox */
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}
.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc;
}
/*---------------------*/
@media (max-width: 320px) {
  .groteknop {
    width: 100%;
  }
  .halfgroteknop {
    width: 100%;
    /*background-color:green;*/
  }
  .table-footer {
    margin-left: -20px;
    /*background-color:#A56815;*/
  }
  .table-footer td {
    width: 100%;
  }
  .pagina, #topnav {
    max-width: 599px;
  }
}
@media (min-width: 321px) {
  .groteknop {
    width: 47%;
  }
  .halfgroteknop {
    width: 47%;
    /*background-color:green;*/
  }
  .table-footer {
    margin-left: -20px;
    /*background-color:#A56815;*/
  }
  .table-footer td {
    width: 100%;
  }
  .pagina, #topnav {
    max-width: 599px;
  }
}
@media (min-width: 576px) {
  .groteknop {
    width: 33.3%;
  }
  .halfgroteknop {
    width: 48%;
    /*background-color:green;*/
  }
  .table-footer {
    margin-left: -20px;
    /*background-color:#A56815;*/
  }
  .table-footer td {
    width: 100%;
  }
  .pagina, #topnav {
    max-width: 600px;
  }
  .selectiebalk-item {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .groteknop {
    width: 25%;
  }
  .halfgroteknop {
    width: 32.1%;
    /*background-color:yellow;*/
  }
  .table-footer {
    margin-left: -20px;
    /*background-color:#DE8C1D;*/
  }
  .table-footer td {
    width: 100%;
  }
  .pagina, #topnav {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .groteknop {
    width: 20%;
  }
  .halfgroteknop {
    width: 24%;
    /*background-color:blue;*/
  }
  .table-footer {
    margin-left: -20px;
    /*background-color:#EAB061;*/
  }
  .table-footer td {
    width: 48%;
  }
  .pagina, #topnav {
    max-width: 1000px;
  }
  .selectiebalk-item {
    width: 33%;
  }
  .sitelogo img {
    margin-top: 7px;
  }
}
@media (min-width: 1200px) {
  .groteknop {
    width: 16%;
  }
  .halfgroteknop {
    width: 19.3%;
    /*background-color:red;*/
  }
  .table-footer {
    margin-left: 0px;
    /*background-color:#FAEBD7;*/
  }
  .table-footer td {
    width: 48%;
  }
  .pagina, #topnav {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .groteknop {
    width: 16%;
  }
  .halfgroteknop {
    width: 19.3%;
    /*background-color:brown;*/
  }
  .table-footer {
    margin-left: 0px;
    /*background-color:#A56815;*/
  }
  .table-footer td {
    width: 48%;
  }
  .pagina, #topnav {
    max-width: 1000px;
  }
}
@media print {
  header, footer, .noprint, #topNav, .spacer, .bigmenu, .menu-menunaam {
    display: none !important;
  }
  form.invoer, .pagina, .tab-pane {
    background-color: #FFFFFF;
    border: none;
    margin: 0px auto;
    padding: 0px;
  }
  .table tr td, td.p-0, td.p-1 {
    padding: 0px !important;
  }
}
/*Functional Styling
 @media (pointer: coarse), (hover: none) {
 [title] {
 position: relative;
 display: flex;
 justify-content: center;
 }
 [title]:focus::after {
 content: attr(title);
 position: absolute;
 top: 90%;
 color: #000;
 background-color: #fff;
 border: 1px solid;
 width: fit-content;
 padding: 3px;
 }
 }
 */
</pre></body></html>