﻿/*body.overlay_active #overlay {
    background-color: #000;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    position: fixed;
    right: 0px;
    top: 0;
}

#overlay {
    display: none;
}*/
/*header {


    #search-bar-lg {

        .search {
            position: absolute;
            height: 30px;
            right: 10px;
            top: 60px;
            cursor: pointer;
        }

        input[type=text] {
            margin-top: 50px;
            font-size: 28px;
            padding: 5px 0px;
            width: 100%;
            background-color: transparent;
        }
    }

    #search-bar-md {
        .search {
            position: absolute;
            height: 49px;
            right: 22px;
            top: 0px;
            cursor: pointer;
        }

        input[type=text] {
            background-color: transparent;
            font-size: 23px;
            padding: 12px 15px;
            width: 100%;
        }
    }

    #search-bar-lg, #search-bar-md {
        height: 0px;
        overflow: hidden;
        position: relative;

        input[type=text] {
            border: 0px;
            border-bottom: 2px solid #ccc;


            &:focus {
                outline: none;
            }
        }
    }
}*/
ul.navbar-nav {
  display: block;
  width: 100%; }

.navbar-expand-lg .navbar-nav .nav-link,
.nav-link {
  padding: 1rem 1rem; }

.nav-link.active {
  font-weight: bold; }

nav.navbar {
  padding: 0px;
  border-radius: 0.25rem;
  font-size: 0.9em;
  line-height: 1; }
  nav.navbar a {
    text-decoration: none !important; }
  nav.navbar .search-icon {
    padding-right: 0px;
    padding-left: 0;
    margin-left: 0px; }
    nav.navbar .search-icon .toggle-search {
      display: inline-block;
      padding-right: 0;
      cursor: pointer; }
  nav.navbar .nav-item {
    z-index: 100; }
    nav.navbar .nav-item .dropdown-item, nav.navbar .nav-item .nav-link {
      opacity: .85;
      white-space: unset; }
    nav.navbar .nav-item .dropdown-item:hover, nav.navbar .nav-item .dropdown-item:focus,
    nav.navbar .nav-item .nav-link:hover, nav.navbar .nav-item .nav-link:focus {
      opacity: 1; }
    nav.navbar .nav-item.dropdown .dropdown-toggle {
      padding-right: 15px; }
      nav.navbar .nav-item.dropdown .dropdown-toggle::after {
        border-style: solid;
        border-width: 0.05em 0.05em 0 0;
        content: '';
        display: inline-block;
        height: 0.45em;
        position: absolute;
        vertical-align: top;
        width: 0.45em;
        top: 14px;
        right: 16px;
        transform: rotate(135deg);
        margin-left: 0;
        border-bottom: 0;
        border-left: 0; }
    nav.navbar .nav-item.dropdown .dropdown-menu {
      filter: brightness(101%);
      border: 0;
      font-size: 0.9rem;
      line-height: 1; }
      nav.navbar .nav-item.dropdown .dropdown-menu.sub-menu {
        right: 101%;
        left: unset;
        margin-top: -10%; }
    nav.navbar .nav-item.dropdown .dropdown-item {
      padding: .45rem 1.5rem;
      position: relative;
      /*&:before {
                    position: absolute;
                    top: 6px;
                    left: 10px;
                    display: block;
                    content: '\002022';
                    transition: color 0.2s ease;
                    text-align: center;
                    font-size: 20px;
                    line-height: 1;
                }*/ }
    nav.navbar .nav-item.dropdown li.sub-dropdown {
      position: relative; }
      nav.navbar .nav-item.dropdown li.sub-dropdown > .dropdown-toggle::after {
        top: 13px;
        left: 13px;
        position: absolute; }
      nav.navbar .nav-item.dropdown li.sub-dropdown.show > .dropdown-toggle::after {
        top: 13px;
        transform: rotate(45deg);
        transition: top .2s, transform .2s;
        left: 13px; }
    nav.navbar .nav-item.dropdown.show > .dropdown-toggle::after {
      top: 7px;
      transform: rotate(-45deg);
      transition: top .2s, transform .2s; }
  @media (max-width: 768px) {
    nav.navbar .nav-item.dropdown .dropdown-menu.sub-menu {
      left: 101%;
      right: unset;
      margin-left: 20px;
      margin-top: 0; }
    nav.navbar .nav-item.dropdown li.sub-dropdown > .dropdown-toggle::after {
      right: 13px;
      left: unset; }
    nav.navbar .nav-item.dropdown li.sub-dropdown.show > .dropdown-toggle::after {
      transform: rotate(45deg);
      right: 13px;
      left: unset; }
    nav.navbar .nav-item.dropdown li.sub-dropdown.show > .dropdown-toggle::after {
      top: 12px;
      transform: rotate(-45deg);
      transition: top .2s, transform .2s; } }

@media (max-width: 992px) {
  body .logo {
    max-width: 50%;
    top: 30px;
    left: 30px; }
  .navbar-collapse {
    z-index: 4;
    position: fixed;
    transition-property: right;
    transition-duration: .5s !important;
    transition-delay: .25s !important;
    top: 0px;
    bottom: 0;
    width: 80%;
    right: -80%; }
    .navbar-collapse ul.navbar-nav {
      margin-top: 55px; }
      .navbar-collapse ul.navbar-nav li {
        padding: 5px 20px 5px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  body nav.navbar .nav-item.dropdown .dropdown-toggle {
    position: relative !important;
    outline: none; }
  body nav.navbar .nav-item.dropdown .dropdown-toggle::after {
    height: 0.85em !important;
    position: absolute !important;
    top: 0.15em !important;
    width: 0.85em !important;
    top: 7px !important;
    right: 0px !important; }
  body nav.navbar .nav-item.dropdown.show > .dropdown-toggle::after {
    top: 15px; }
  body .dropdown-menu {
    padding: 0px; }
  nav.navbar .nav-item.dropdown .dropdown-item {
    padding-left: 0px !important; }
  .navbar-collapse ul.navbar-nav li .dropdown-menu li {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 10px; }
  .navbar-collapse ul.navbar-nav li .dropdown-menu li:last-child {
    border-bottom: 0 !important; }
  body nav.navbar .nav-item.dropdown.show:after {
    display: none; }
  body.overlay_active .navbar-collapse {
    right: 0px;
    opacity: 1; }
  body .navbar-collapse {
    display: block !important;
    height: 100% !important;
    opacity: 0;
    overflow-y: scroll; }
  body .navbar-toggler {
    position: fixed;
    margin: 0 !important;
    right: 15px;
    top: 0px;
    margin: 1em;
    width: 30px;
    padding: 0;
    border: 0;
    z-index: 5; }
    body .navbar-toggler:focus {
      outline: none; }
    body .navbar-toggler:after, body .navbar-toggler:before,
    body .navbar-toggler div {
      border-radius: 3px;
      content: '';
      display: block;
      height: 3px;
      margin: 9px 0;
      transition: all .2s ease-in-out; }
    body .navbar-toggler.collapsed:after, body .navbar-toggler.collapsed:before,
    body .navbar-toggler.collapsed div {
      transform: initial; }
    body .navbar-toggler:before {
      transform: translateY(12px) rotate(135deg); }
    body .navbar-toggler:after {
      transform: translateY(-12px) rotate(-135deg); }
    body .navbar-toggler div {
      transform: scale(0); } }

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .7rem;
    padding-left: .7rem; }
  .navbar-expand-lg.menuleft .navbar-nav {
    flex-direction: column; }
  nav.navbar.menuleft .nav-item.dropdown li.sub-dropdown > .dropdown-toggle::after {
    right: 13px;
    left: unset; }
  nav.navbar.menuleft .nav-item.dropdown .dropdown-menu.sub-menu {
    left: 101%;
    right: unset; }
  .navbar-expand-lg .navbar-nav .main-menu.dropdown-menu {
    position: relative; } }

.tekst-blok {
  margin-bottom: 15px; }

a.right-item, A.right-item, A.right-item:link, A.right-item:visited {
  text-decoration: none; }

h1, h2, .h2, h3, h4, h5, h6 {
  font-weight: inherit;
  line-height: 1.2; }

h1 {
  font-size: 6vw;
  line-height: 1;
  margin-bottom: 0.5em;
  line-height: 1; }

ul.nolisting,
ul.nolisting li {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px; }

footer .navigeernaar {
  font-size: .8em;
  margin-bottom: 0; }
  footer .navigeernaar li a {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 5px; }

@media (max-width: 26.7em) {
  h1 {
    font-size: 1.602em; } }

@media (min-width: 52.61667em) {
  h1 {
    font-size: 3.157em; } }

h2, .h2 {
  font-size: 4vw;
  line-height: 1; }

@media (max-width: 31.65em) {
  h2, .h2 {
    font-size: 1.266em; } }

@media (min-width: 44.425em) {
  h2, .h2 {
    font-size: 1.777em; } }

h3 {
  font-size: 3vw; }

@media (max-width: 37.5em) {
  h3 {
    font-size: 1.125em; } }

@media (min-width: 44.43333em) {
  h3 {
    font-size: 1.333em; } }

h4 {
  font-size: 2vw; }

@media (max-width: 50em) {
  h4 {
    font-size: 1em; } }

@media (min-width: 50em) {
  h4 {
    font-size: 1em; } }

h5,
h6 {
  font-size: 1vw; }

@media (max-width: 88.9em) {
  h5,
  h6 {
    font-size: 0.889em; } }

@media (min-width: 75em) {
  h5,
  h6 {
    font-size: 0.75em; } }

.headerTdBanner {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.headerTdBanner,
.logoklantTable {
  height: 150px; }

.logoklantTable {
  max-width: 150px;
  width: 100%; }

.logoklantTd {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover; }

.headerTdLogoPKN {
  padding-right: 0px !important;
  background: #FFFFFF; }

@media (max-width: 992px) {
  .headerTdLogoPKN img {
    margin-top: 24px; }
  .headerTdBanner,
  .logoklantTable {
    height: 100px; } }

@media (min-width: 992px) {
  .BCKleftTd, .middenTable, .BCKrightTd {
    padding-top: 15px; } }

/* CSS Document */
/* Sjabloon 2 */
/* ALGEMEEN */
.fris_iframe_container iframe {
  min-width: 750px; }

html {
  height: 100%;
  font-size: 14px; }

body img, .itemTd img,   body .w-100 {
  max-width: 100%;
  height: auto !important; 
}

body .w-100 {
    width: unset !important;
 }


body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-y: scroll; }

body, td, span, li, input, div, a, h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.01em;
  /*line-height: 14px;*/ }

td {
  vertical-align: top;
  text-align: left;
  margin: 0px;
  padding: 0px; }

hr {
  border: solid 1px #999999; }

A, A:link, A:visited {
  text-decoration: underline; }

A.uitloglink, A.uitloglink:link, A.uitloglink:visited {
  text-decoration: underline;
  color: #414141; }

A.uitloglink:hover {
  text-decoration: none;
  color: #414141; }

A:hover {
  text-decoration: underline;
  color: #35829f; }

#butzoek {
  cursor: pointer;
  margin-left: 5px; }

#zoekvenster {
  width: 80%;
  margin-bottom: 10px;
  float: left; }

.footerHeaderTd {
  font-size: 1rem !important;
  padding: 0px 5px 2px 5px !important;
  text-align: left !important; }

.witregelTd {
  height: 8px;
  width: 100%; }

.meer-info {
  text-align: right; }

/* NAAM WEBSITE */
.naamwebsiteTd {
  text-align: left;
  line-height: 2em;
  margin-bottom: 30px; }

/* LEFT */
.leftTable {
  height: 100%;
  margin-top: 3px; }

/* RIGHT */
.rightTdZoeken {
  padding-left: 6px;
  text-align: left; }

.rightTd {
  overflow: hidden; }

/* FOOTER */
.footerTable {
  width: 999px;
  height: 18px; }

.footerTd {
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
  font-size: 0.75em; }

a.footer, a.footer:link, a.footer:visited {
  text-decoration: none; }

a.footer:hover {
  text-decoration: underline; }

/* ********************************************** */
/* MIDDENSTUK */
.wrapper-main {
  width: 100%; }

.middenTd, .itemTable {
  width: 100%; }

.itemAlertTekst {
  color: #c21d1c;
  font-weight: bold; }

.itemTitle {
  font-weight: bold;
  text-transform: uppercase; }

.itemTd {
  padding: 5px;
  display: block; }

.itemTdMeer {
  text-align: right;
  vertical-align: middle;
  padding-right: 3px;
  height: 12px; }

a.meer, a.meer:link, a.meer:visited {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: bold; }

a.meer:hover {
  text-decoration: underline;
  font-size: 0.85em;
  text-transform: uppercase;
  font-weight: bold; }

.divAfbeeldingOnderschrift {
  width: 200px;
  padding: 0px 5px 5px 5px;
  font-style: italic;
  font-size: smaller; }

/* #####menu #######*/
/* CSS Document */
/* MENU */
.pijl {
  float: right;
  display: block;
  margin-right: 3px;
  margin-top: 0px;
  background: url("../image/pijldown.png") center center;
  width: 14px;
  height: 14px; }

.pijlSelected {
  background: url("../image/pijlup.png") center center; }

.glossymenu div.submenu ul li {
  margin-left: 0px !important; }

.glossymenu div.submenu ul.subcategoryitems li a {
  padding-left: 20px; }

.glossymenu div.submenu .pijl {
  float: right;
  background: url("../image/pijldownkl.png") center center;
  width: 10px;
  height: 10px;
  margin-top: 3px;
  margin-right: 4px; }

.glossymenu div.submenu .pijlSelected {
  background: url("../image/pijlupkl.png") center center; }

.glossymenu {
  overflow: hidden; }

.glossymenu {
  margin: 0px;
  padding: 0;
  width: 100%;
  border: none; }

.glossymenu a.menuitem {
  display: block;
  position: relative;
  /*To help in the anchoring of the ".statusicon" icon image*/
  width: auto;
  padding: 4px 0;
  padding-left: 10px;
  text-decoration: none; }

.glossymenu a.menuitem .statusicon {
  /*CSS for icon image that gets dynamically added to headers*/
  position: absolute;
  top: 5px;
  right: 5px;
  border: none; }

.glossymenu div.submenu {
  /*DIV that contains each sub menu*/
  background: white; }

.glossymenu div.submenu ul {
  /*UL of each sub menu*/
  list-style-type: none;
  margin: 0;
  padding: 0; }

.glossymenu div.submenu ul li a {
  display: block;
  text-decoration: none;
  padding: 2px 0;
  padding-left: 10px; }

/* ####### TO DO TYO DO TO DO TO DO ##################*/
/*forum*/
.forumSubjectTable {
  border: solid 1px #c4c4c4;
  width: 99%; }

.forumSubjectTd, .forumSubjectTopTd {
  padding: 5px;
  color: #444444;
  font-weight: normal;
  font-size: 100%; }

.forumReactieTable {
  width: 99%; }

.forumReactieTd {
  padding-bottom: 10px 5px 10px 5px;
  border-bottom: solid 1px #c4c4c4;
  font-size: 100%; }

.forumTekstd {
  font-size: 100%; }

.quote {
  padding: 6px;
  background-color: #e8e8e8;
  border: solid 1px #c4c4c4;
  width: 60%;
  font-style: italic;
  color: #444444;
  text-align: left;
  font-size: 100%; }

/* fotoalbum*/
.fotoalbumFotoTd {
  text-align: center;
  vertical-align: middle;
  padding: 4px; }

.fotoalbumFotoListTd {
  width: 25%;
  text-align: center;
  vertical-align: middle;
  padding: 6px;
  border: solid 1px #c4c4c4; }

.fotoalbumFotoListTable {
  width: 98%; }

.fotoalbumFotoOnderschriftTd {
  font-style: italic;
  padding: 4px;
  text-align: left;
  vertical-align: top; }

.fotoalbumPijlTd {
  vertical-align: bottom;
  text-align: center;
  height: 28px; }

A.fotopijlen, A.fotopijlen:link, A.fotopijlen:visited {
  text-decoration: none;
  color: #c21d1c; }

A.fotopijlen:hover {
  text-decoration: none;
  color: #414141; }

.formTd {
  padding: 4px; }

.titel {
  font-weight: bold; }

input, textarea, .inputcss {
  color: #000000; }
