body {
  font-family: "Ubuntu", sans-serif;
  font-size: 1.5em;
  line-height: 130%;
  color: #000;
  margin: 0;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

/* Birthday popup */
#birthdaypopup {
  position: relative;
  overflow: hidden;
  border: 1px #000 solid;
  max-width: 100%;
  width: 800px;
}
.bdayimgcontainer img {
  max-width: 100%;
  margin-left: -30%;
  margin-top: -10%;
}
#birthdaypopup .names {
  position: absolute;
  right: 0px;
  top: 10%;
  padding: 20px 10% 10px 30px;
  background-color: #ffffff;
  min-height: 50%;
}
#birthdaypopup .names h2 {
  font-size: 20px;
  color: #707070;
}

#birthdaypopup .names .bday {
  font-size: 14px;
  font-weight: bold;
  color: #707070;
  padding-bottom: 5px;
}

#birthdaypopup .names .bday a {
  color: #707070;
  text-decoration: none;
}

@media (min-width: 580px) and (max-width: 767px) {
  #birthdaypopup .names {
    top: 20%;
  }

  #birthdaypopup .names h2 {
    font-size: 24px;
  }

  #birthdaypopup .names .bday {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #birthdaypopup .names h2 {
    font-size: 50px;
  }

  #birthdaypopup .names .bday {
    font-size: 28px;
    padding-bottom: 15px;
  }
}

@media (min-width: 992px) {
  #birthdaypopup .names h2 {
    font-size: 60px;
  }

  #birthdaypopup .names .bday {
    font-size: 32px;
    padding-bottom: 20px;
  }
}
/* END OF BDAY POPUP */

.inhoudsopgave ul,
.inhoudsopgave ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inhoudsopgave li a {
  display: block;
  color: #707070;
  padding: 10px !important;
  margin: 0px;
  line-height: 16px;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px #707070 solid;
  text-decoration: none;
}

.inhoudsopgave ul li ul li a {
  padding-left: 26px !important;
}

.inhoudsopgave li a:hover {
  color: red;
}

.navbar-nav > li {
  float: left;
  width: 100%;
  clear: both;
}

.blogitem .abs {
  position: absolute;
  bottom: 00px;
  right: 0;
}

.navbar-nav > li a {
  display: block;
  color: #707070;
  padding: 0px 0px;
  margin: 0px;
  line-height: 10px;
  border-bottom: 2px gray solid;
  font-weight: 600;
  font-size: 14px;
}

.navbar-nav > li a:not(.dropdown-toggle)::after {
  content: "\f054";
  font-family: FontAwesome;
  font-weight: 300;
  font-size: 10px;
  margin-left: 4px;
}

.navbar-nav > li a:hover {
  background: none;
  color: #e4051f;
}

.navbar-nav .dropdown-menu li a {
  padding: 8px 12px;
  line-height: 18px;
}

.navbar-nav .dropdown-menu li a {
  border-bottom: 1px silver solid;
}

.navbar-nav .dropdown-menu li:last-child a {
  border-bottom: none !important;
}

.zoek button {
  color: #ffffff;
  background: #034797;
}

.zoek button:hover {
  color: #ffffff;
  background: #000;
}

.ownprofile a {
  font-weight: 800 !important;
}

#backgroundimg {
  position: absolute;
  z-index: 1;
  margin: auto;
  max-height: 100%;
  max-width: 90%;
  left: 5%;
  top: -30px;
}

.main-container {
  position: relative;
  z-index: 2;
}

.bigtext {
  font-size: 36px;
  top: 37px;
  position: relative;
  color: #707070;
  font-weight: 400;
}

h1,
h2 {
  color: #707070;
  font-weight: 600;
  font-size: 28px;
  margin-top: 7px;
  margin-bottom: 15px;
}

h3 {
  color: #707070;
}

h4 {
  color: #707070;
  font-size: 22px;
}

a {
  color: #0071ab;
}

.top {
  background: #e4051f;
  margin-bottom: 25px;
}

.zdex {
  position: relative;
  z-index: 2;
}

.abso {
  position: absolute;
  z-index: 1;
}

.witteblok {
  background: #fff;
  padding: 30px;
  color: #707070;
}

.witteblok h2 {
  color: #e4051f;
}

.rel {
  position: relative;
}

.blogitems {
  position: relative;
}

.blogitems .reacties {
  position: absolute;
  top: -4px;
  right: 25px;
  background-color: #999;
  padding: 5px 10px 5px 10px;
  line-height: 18px;
  color: #fff;
  text-align: center;
}

.blogitems .blogtiteltjes {
  margin-top: 0px;
  width: 280px;
  font-size: 18px;
}

.nieuws-item {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  padding: 15px 50px;
  font-size: 13px;
  color: #707070;
  cursor: pointer;
}

.nieuws-item:nth-child(even) {
  background: #eaeaea;
}

.nieuws-item .btn.btn-corner {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.whiteround {
  position: absolute;
  background-color: #fff;
  -webkit-clip-path: ellipse(49% 105% at 57% 50%);
  clip-path: ellipse(49% 105% at 57% 50%);
  top: 0px;
  bottom: 0px;
  z-index: 1;
}
.whiteback {
  position: absolute;
  background-color: #fff;
  top: 0px;
  bottom: 0px;
}
.col-xs-offset-3 {
  margin-left: 25%;
}

.whitebgrighttop {
  background: #fff;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 50% !important;
  position: absolute;
}

.logo {
  margin-top: 30px;
  margin-bottom: 30px;
  z-index: 2;
  position: relative;
  width: 80%;
  float: left;
	max-width: 240px;
}

.otherlogos {
  display: inline;
  position: relative;
  height: 40px;
  z-index: 2;
  margin-top: 10px;
  margin-right: 60px;
  width: 240px;
}

.vasco {
  width: auto;
  height: 20px;
  display: inline;
  margin-right: 5px;
}

.alu {
  width: auto;
  height: 20px;
  display: inline;
  margin-right: 5px;
}

.aluvorm {
  width: auto;
  height: 20px;
  display: inline;
  margin-right: 5px;
}

.tel {
  font-size: 90%;
  padding-top: 10px;
  margin-right: 10px;
  font-weight: 500;
  font-style: italic;
}

.well {
  background: #ffffff;
  border-radius: 0px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.35);
}

.tel a {
  color: #707070;
}

.tel i {
  color: #034797;
}

.search button {
  background: #24368d;
  color: #fff;
  border-color: #24368d;
  padding: 2px 12px !important;
}

.search .form-control {
  height: auto;
  padding: 2px 12px !important;
  width: 220px !important;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  background: transparent;
  border: 0;
}

/* Mobile nav */
.navbar-collapse {
  max-height: none !important;
}

@media (max-width: 768px) {
  .otherlogos {
    position: absolute;
    left: -100px;
    margin-top: 10px;
  }

  .vasco,
  .alu,
  .aluvorm {
    height: 15px;
  }
}

/* Wrapper for page content to push down footer */
#wrap {
  height: auto !important;
  position: relative;
}

@media (max-width: 766px) {
  #greybuttons .col-md-15 {
    border-right: 0px solid #fff;
    border-bottom: 1px solid #b5b4b4;
  }
  #greybuttons .col-md-15:last-child {
    border-right: 0px solid #fff;
    border-bottom: 0px solid #b5b4b4;
  }
  .navbar-nav {
    float: none;
    margin: 15px 0;
  }
  .navbar-nav > li > a.active,
  .navbar-nav > li > a:hover {
    border-bottom: 1px solid #0455b5;
  }
  .navbar-nav > li > a {
    border-bottom: 1px solid #0455b5;
    font-size: 120%;
    font-weight: 400;
  }

  .navbar-nav > li:last-child > a {
    border-bottom: 0px solid #0455b5;
  }
  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover {
    background-color: #0455b5;
    border-color: #0455b5;
  }

  .dropdown-menu {
    background: #0455b5 !important;
  }

  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    font-size: 110%;
  }
  .logo {
    margin-top: 0px;
    margin-bottom: 25px;
    z-index: 2;
    position: relative;
    width: 100%;
    float: left;
  }
  .mintop {
    margin-top: 0px;
  }

  #prods {
    padding: 50px 0px;
    background: url(img/nederland.svg) no-repeat center center #fff;
    background-size: 800px;
  }

  #prods h2.titelgrey {
    text-align: center;
  }

  #prods .text-right {
    text-align: center;
  }

  #prods .btn {
    margin-top: 15px;
  }
  .abso {
    position: relative;
  }
  .search .form-control {
    height: auto;
    padding: 5px 12px !important;
    width: 100% !important;
  }
  .search button {
    background: #e4051f;
    color: #fff;
    border-color: #e4051f;
    padding: 5px 12px !important;
  }

  .navbar-form {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .contactbar {
    padding: 15px 0px;
    background: #034797;
    font-size: 140%;
  }

  .contactbar a {
    color: #fff;
  }

  .faq-vraag i {
    color: #e4051f;
    display: none;
  }
}

/* Set the fixed height of the footer here */
#footer {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  min-height: 150px;
  color: #707070;
}

#footer a {
  color: #707070;
  font-weight: 400;
}

#footer h4 {
  text-transform: uppercase;
  font-size: 16px;
}

#footer i {
  color: #034797;
}

.socialicoontjes {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 5px;
  margin: 0 auto;
  max-width: 240px;
  text-align: center;
}

.socialline a {
  margin-bottom: 0;
  max-width: 53px;
}

.socialline a svg {
  max-width: 53px;
  display: inline-block;
}

.socialline a svg:hover path {
  fill: #e4051f !important;
}
.socialline a svg:hover path.cls-2 {
  fill: #fff !important;
}

.socialline a img path {
  fill: red;
}

.socialline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 0.5em;
  border-top: 2px solid #c6c6c6;
  z-index: 1;
  top: 30px;
}

.socialline a img path {
  fill: red;
}

.socialline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 0.5em;
  border-top: 2px solid #c6c6c6;
  z-index: 1;
  top: 30px;
}

.bottombar {
  background: #707070;
  padding: 5px 0px;
  color: #fff !important;
}

.bottombar a {
  color: #fff !important;
  font-size: 90%;
}

@media (min-width: 768px) {
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
}

.spacer {
  height: 30px;
}

.spacer2 {
  height: 15px;
}

.red {
  color: red;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .landscapespacer {
    height: 30px;
  }
  #greybuttons h2 {
    margin: 0;
    padding: 10px;
    font-size: 160%;
  }
  h2 span.smaller {
    font-size: 70%;
    margin-left: 5px;
  }

  #prods .carousel-control.left {
    left: -30px !important;
  }

  #prods .carousel-control.right {
    right: -30px !important;
  }

  section#redbar h4 {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  #greybuttons .col-md-15:nth-child(3) {
    border-right: 0px solid #fff;
  }
  .landscapespacer {
    height: 30px;
  }

  #webshopcarousel .col-sm-4:last-child {
    display: none;
  }
  #prods .carousel-control.left {
    left: -30px !important;
  }

  #prods .carousel-control.right {
    right: -30px !important;
  }
}

@media (max-width: 766px) {
  #greybuttons .col-md-15 {
    border-right: 0px solid #fff;
    border-bottom: 1px solid #b5b4b4;
  }
  #greybuttons .col-md-15:last-child {
    border-right: 0px solid #fff;
    border-bottom: 0px solid #b5b4b4;
  }
  .navbar-nav {
    float: none;
    margin: 15px 0;
  }
  .navbar-nav > li > a.active,
  .navbar-nav > li > a:hover {
    border-bottom: 1px solid #0455b5;
  }
  .navbar-nav > li > a {
    border-bottom: 1px solid #0455b5;
    font-size: 120%;
    font-weight: 400;
  }

  .navbar-nav > li:last-child > a {
    border-bottom: 0px solid #0455b5;
  }
  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover {
    background-color: #0455b5;
    border-color: #0455b5;
  }

  .dropdown-menu {
    background: #0455b5 !important;
  }

  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    font-size: 110%;
  }
  .logo {
    margin-top: 0px;
    margin-bottom: 25px;
    z-index: 2;
    position: relative;
    width: 100%;
    float: left;
  }
  .mintop {
    margin-top: 0px;
  }

  #prods {
    padding: 50px 0px;
    background: url(img/nederland.svg) no-repeat center center #fff;
    background-size: 800px;
  }

  #prods h2.titelgrey {
    text-align: center;
  }

  #prods .text-right {
    text-align: center;
  }

  #prods .btn {
    margin-top: 15px;
  }
  .abso {
    position: relative;
  }
  .search .form-control {
    height: auto;
    padding: 5px 12px !important;
    width: 100% !important;
  }
  .search button {
    background: #e4051f;
    color: #fff;
    border-color: #e4051f;
    padding: 5px 12px !important;
  }

  .navbar-form {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .contactbar {
    padding: 15px 0px;
    background: #034797;
    font-size: 140%;
  }

  .contactbar a {
    color: #fff;
  }

  .faq-vraag i {
    color: #e4051f;
    display: none;
  }
}

.btn.btn-link,
.btn.btn-link:active,
.btn.btn-link:focus,
.btn.btn-link:hover {
  color: #000;
}

.navbar-toggle {
  font-size: 1.5em;
  position: relative;
  height: 4.25em;
  width: 4.25em;
  padding: 1em 0;
  z-index: 999;

  color: #034797;
  background-color: transparent;

  cursor: pointer;
  text-align: center;
}

.navbar-toggle:active,
.navbar-toggle:focus,
.navbar-toggle:hover {
  color: #fff;
  text-decoration: none;
}

.navbar-toggle i {
  position: absolute;
  display: block;
  height: 0.25em;
  background-color: #034797;
  width: 2em;
  left: 1em;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.navbar-toggle i:nth-child(1) {
  top: 1.25em;
}

.navbar-toggle i:nth-child(2) {
  top: 2em;
}

.navbar-toggle i:nth-child(3) {
  top: 2.75em;
}

.navbar-toggle.active i:nth-child(1) {
  top: 2em;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.navbar-toggle.active i:nth-child(2) {
  width: 0rem;
  left: 50%;
}

.navbar-toggle.active i:nth-child(3) {
  top: 2em;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.mobile-navbar {
  display: flex;
  flex-direction: row;
}
.mobile-navbar a.mobile-navbar-item,
.mobile-navbar button.mobile-navbar-item {
  flex-basis: 100%;
  max-width: 33.33%;
	padding: 0;
	margin: 0;

  color: #707070;
}
.navbar-collapse .mobile-navbar {
  flex-wrap: wrap;
}
.navbar-collapse .mobile-navbar a.mobile-navbar-item,
.navbar-collapse .mobile-navbar button.mobile-navbar-item {
  flex-basis: 33%;
}
.mobile-navbar a.mobile-navbar-item:active,
.mobile-navbar a.mobile-navbar-item:focus,
.mobile-navbar a.mobile-navbar-item:hover,
.mobile-navbar button.mobile-navbar-item:active,
.mobile-navbar button.mobile-navbar-item:focus,
.mobile-navbar button.mobile-navbar-item:hover {
  color: #707070;
}
.mobile-navbar .mobile-navbar-item .mobile-navbar-item-title {
  margin-top: 0.5em;
  margin-bottom: 1.5em;

  font-size: 0.75em;
  font-weight: 800;
  text-align: center;

  hyphens: auto;
}
.mobile-navbar .mobile-navbar-item img {
  width: 100%;
  padding: 1rem;
  aspect-ratio: 1/1;

  border-radius: 999px;
}

.mobile-slider > * {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: scroll;
}
.mobile-slider > * > * {
  min-width: calc(100vw - 10rem);
  max-width: calc(100vw - 10rem);
}
@media (min-width: 576px) {
  .mobile-slider > * > * {
    min-width: calc(576px - 60px);
  }
}
@media (min-width: 768px) {
  .mobile-slider > * {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .mobile-slider > * > * {
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
  }
}
.mobile-slider > * > .navbar-collapse {
	min-width: 100%;
	max-width: 100%;
}
.mobile-navbar a.mobile-navbar-item,
.mobile-navbar button.mobile-navbar-item  {
	background-color: transparent;
	border: none;
}
.mobile-slider .mobile-navbar a.mobile-navbar-item,
.mobile-slider .mobile-navbar button.mobile-navbar-item {
  min-width: calc(20% + 1.5rem);
}

.mobile-slider .blog-item-preview {
  margin: 1rem;
}
.mobile-slider .blog-item-preview:first-child {
  margin-left: 0;
}
.mobile-slider .blog-item-preview:last-child {
  margin-right: 4rem;
}
.blog-item-preview a.blog-item-link {
  display: block;
  color: #fff;

  /* border-radius: 1.5rem; */
  /* border-top-right-radius: 1.5rem;
	border-top-left-radius: 1.5rem; */
  /* overflow: hidden; */
}
.blog-item-preview a.blog-item-link:active,
.blog-item-preview a.blog-item-link:focus,
.blog-item-preview a.blog-item-link:hover {
  color: #fff;
  text-decoration: none;
}
.blog-item-preview a.blog-item-link .blog-item-header {
  position: relative;
  padding: 1rem 3.5em 1rem 2rem;
  background-color: #034797;
  background: linear-gradient(135deg, #034797 0%, #032145 100%);
}
.blog-item-preview a.blog-item-link .blog-item-header .icon {
  position: absolute;
  width: 1.625em;
  right: 0;
  top: 0;
  bottom: 0;

  font-size: 2em;
  background-color: #e4051f;
  background: linear-gradient(225deg, #e4051f 0%, #652020 100%);

  /* border-top-left-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem; */
}
.blog-item-preview a.blog-item-link .blog-item-header .icon i {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.blog-item-preview a.blog-item-link .blog-item-title {
  margin: 0;
  color: #fff;
  font-size: 1.25em;
  font-weight: 700;
}
.blog-item-preview a.blog-item-link .blog-item-date {
  color: #fff;
  font-weight: 400;
}
@media (min-width: 576px) {
  .blog-item-preview {
    margin: 0 !important;
  }
  .blog-preview-slider {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .blog-item-preview a.blog-item-link {
    margin: 1rem;
  }
}

.backdrop {
  padding: 2rem 2rem 1rem;
  background-color: #e5e3e3;
  /* border-radius: 2rem; */
}

.card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;

  background-color: #e5e3e3;
  /* border-radius: 2rem; */

  box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.card > * {
  margin: 2rem 0;
}
.card > *:first-child {
  margin-left: 2rem;
}
.card > *:last-child {
  margin-right: 2rem;
}
.card-content {
  flex-grow: 1;
}
.mobile-slider .card-link {
  margin: 1rem;
}
.mobile-slider .card-link:first-child {
  margin-left: 0;
}
.mobile-slider .card-link:last-child {
  margin-right: 4rem;
}

.card-link {
  color: inherit;

  transition-property: transform;
  transition-duration: 300ms;
  transition-easing-function: ease-in-out;
}
.card-link:active,
.card-link:focus,
.card-link:hover {
  color: inherit;
  text-decoration: none;

  transform: scale(0.975);
}
.card .card-title {
  color: var(--color);
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
}
.card .card-title + * {
  margin-top: 0.75em;
}
.card .card-prefix {
  width: 5em;
  min-width: 5em;
  margin: 0 1em 0 0;

  background-color: var(--color-dark);
  background: linear-gradient(
    225deg,
    var(--color-light) 0%,
    var(--color-dark) 100%
  );
  color: #fff;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  algin-self: stretch;
}
.card .card-suffix {
  width: 5em;
  height: 5em;

  border-radius: 999px;
  background-color: var(--color-dark);
  background: linear-gradient(
    225deg,
    var(--color-light) 0%,
    var(--color-dark) 100%
  );
  color: #fff;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .card {
    margin: 0 !important;
  }
  .mobile-slider .card-link {
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;

    margin: 0 0 1rem !important;
  }
}

.card.agenda {
  /* --color: #6D008D; */
  --color-light: #2faf00;
  --color-dark: #185800;
}
.card.birthday {
  --color: #6d008d;
  --color-light: #ba00ff;
  --color-dark: #40014b;
}
.card.employee {
  --color: #bb0e20;
  --color-light: #e4051f;
  --color-dark: #652020;
}

.day_of_month,
.month {
  font-weight: 700;
}
.day_of_month {
  font-size: 1.75em;
  line-height: 1;
}
.month {
  font-size: 1em;
  line-height: 1;
  text-transform: uppercase;
}

.section-header {
  padding: 1rem 2rem;
  background-color: #034797;
  background: linear-gradient(135deg, #034797 0%, #032145 100%);
}
.section-header,
.section-header h1,
.section-header h2,
.section-header h3,
.section-header h4,
.section-header h5,
.section-header h6 {
  color: #fff !important;
  font-weight: 700;
}

a.showZoom,
.img-responsive {
  width: 100%;
}

@media (min-width: 768px) {
  .mobmenu,
  .mobmenu.navbar-collapse,
  .mobmenu.navbar-collapse.collapse {
    display: none !important;
  }
}

.mobmenu.navbar-collapse.collapse.in + * .mobile-slider {
	display: none;
}


.mobile-slider .input-group.zoek {
	display: none;
}
.mobmenu.navbar-collapse  .input-group.zoek {
	margin-bottom: 1.5rem;
}