

.linker_kolom {
  margin-right: 20px; }

.rechter_kolom {
  margin-left: 20px; }

body {
  font: 600 14px/24px "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Sans-Serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  background-color: #e0e0e0;
  background: url("../opmaak/bg.gif"); }

h1 {
  font-weight: bold;
  font-size: 2em; }

h2 {
  font-weight: bold;
  font-size: 1.6em; }

h3 {
  font-weight: bold;
  font-size: 1.4em; }

/* Clearfix na section en rij (prevents parent with floats to collapse) */
.rij:after {
  content: "";
  clear: both;
  display: table; }

.text--center {
  text-align: center; }

header {
  position: relative;
  background: url("../opmaak/bg_header_small.png") no-repeat center center;
  background-size: cover;
  min-height: 6em; }
  header::after {
    content: "";
    clear: both;
    display: table; }

.titel {
  text-align: center;
  color: AntiqueWhite;
  padding-top: 170px; }

nav {
  top: 1em;
  left: 1em;
  z-index: 99;
  position: fixed; }

.logo img {
  position: relative;
  max-width: 189px; }

/*========================================================================
Menu - icoon (hamburger) 
========================================================================== */
.menu__dropdown__icoon__bar1,
.menu__dropdown__icoon__bar2,
.menu__dropdown__icoon__bar3 {
  width: 35px;
  height: 5px;
  background-color: AntiqueWhite;
  margin: 6px 0;
  transition: 0.2s;
  border-radius: 6px; }

.change {
  /* Rotate first bar */
  /* Fade out the second bar */
  /* Rotate last bar */ }
  .change .menu__dropdown__icoon__bar1 {
    -webkit-transform: rotate(-45deg) translate(-10px, 5px);
    transform: rotate(-45deg) translate(-10px, 5px); }
  .change .menu__dropdown__icoon__bar2 {
    opacity: 0; }
  .change .menu__dropdown__icoon__bar3 {
    -webkit-transform: rotate(45deg) translate(-10px, -5px);
    transform: rotate(45deg) translate(-10px, -5px); }

/*========================================================================
Dropdown menu en inhoud
========================================================================== */
.menu__dropdown {
  display: inline-block;
  cursor: pointer;
  width: 90px; }

.menu__dropdown__icoon {
  float: left; }

.menu__inhoud {
  display: none;
  position: absolute;
  background-color: rgba(176, 196, 222, 0.9);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 6px;
  padding: 24px; }
  .menu__inhoud a {
    color: Navy;
    transition: background 0.25s ease;
    padding: 12px 16px;
    text-decoration: none;
    display: block; }
    .menu__inhoud a:hover {
      background: #f1f1f1; }

.menu__tekst {
  color: antiquewhite;
  float: right; }

.menu-inhoud-aan {
  display: block; }

section {
  color: Navy;
  position: relative;
  margin-bottom: 20px; }
  section::after {
    content: "";
    clear: both;
    display: table; }

.section-top {
  margin-bottom: 0px; }

footer {
  position: relative;
  color: #fff;
  background: url("../opmaak/bg_footer_small.png") no-repeat center center;
  min-height: 6.25em;
  background-size: cover; }
  footer::after {
    content: "";
    clear: both;
    display: table; }
  @media (min-width: 30em) {
    footer {
      background: url("../opmaak/bg_footer@1x.png") no-repeat center center;
      min-height: 12.5em;
      background-size: cover; } }
  @media (min-width: 56em) {
    footer {
      background: url("../opmaak/bg_footer@2x.png") no-repeat center center;
      min-height: 13.125em;
      background-size: cover; } }

.footer-rij-3delen {
  display: grid;
  grid-template-columns: 3fr 3fr 3fr;
  padding: 20px; }

.footer__menu__item {
  font-size: 1em;
  color: Navy;
  text-align: center; }

.footer__menu__item--icon {
  display: inline-block;
  padding-right: 0.5em; }

.footer__menu__item--text {
  display: inline-block; }

.footer__teller {
  display: inline; }

.header1-grid {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  padding: 20px; }

.lijst-grid {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  padding: 20px; }

.footer-rij-3delen {
  display: grid;
  grid-template-columns: 3fr 3fr 3fr;
  padding: 20px; }

header {
  background: url("../opmaak/bg_page_header_small.png") no-repeat center center;
  min-height: 6.4375em;
  background-size: cover; }
  @media (min-width: 30em) {
    header {
      background: url("../opmaak/bg_page_header@1x.png") no-repeat center center;
      min-height: 13.6875em;
      background-size: cover; } }
  @media (min-width: 56em) {
    header {
      background: url("../opmaak/bg_page_header@2x.png") no-repeat center center;
      min-height: 17.125em;
      background-size: cover; } }

.welkom__kopregel {
  font-size: 150%;
  color: navy;
  text-align: center; }

.alfawrap {
  margin-bottom: 1em;
  -webkit-column-rule: thin dashed #607d8b;
  /* Chrome, Safari, Opera */
  -moz-column-rule: thin dashed #607d8b;
  /* Firefox */
  column-rule: thin dashed #607d8b;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.28);
  background: url("../opmaak/bg_beige.gif");
  -webkit-column-count: 1;
  /* Chrome, Safari, Opera */
  -moz-column-count: 1;
  /* Firefox */
  column-count: 1;
  -webkit-column-gap: 0px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 0px;
  /* Firefox */
  column-gap: 0px; }
  @media (min-width: 30em) {
    .alfawrap {
      -webkit-column-count: 2;
      /* Chrome, Safari, Opera */
      -moz-column-count: 2;
      /* Firefox */
      column-count: 2;
      -webkit-column-gap: 30px;
      /* Chrome, Safari, Opera */
      -moz-column-gap: 30px;
      /* Firefox */
      column-gap: 30px; } }
  @media (min-width: 56em) {
    .alfawrap {
      -webkit-column-count: 3;
      /* Chrome, Safari, Opera */
      -moz-column-count: 3;
      /* Firefox */
      column-count: 3;
      -webkit-column-gap: 30px;
      /* Chrome, Safari, Opera */
      -moz-column-gap: 30px;
      /* Firefox */
      column-gap: 30px; } }

.alfatekst {
  padding: 2px 0; }

.alfatitel::first-letter {
  font-size: 110%; }
  @media (min-width: 30em) {
    .alfatitel::first-letter {
      font-size: 150%; } }
  @media (min-width: 30em) {
    .alfatitel::first-letter {
      font-size: 200%; } }

.alfatitel {
  text-align: center; }
  @media (min-width: 30em) {
    .alfatitel {
      padding: 2px 0 2px 5px; } }

.regel {
  padding-left: 1em; }

/*# sourceMappingURL=D:/WEBSERVER/kampen/app/public/maps/styles_lijsten.css.map */

/*# sourceMappingURL=C:/Data/WEBSERVER/kampen/app/public/maps/styles_dagelijks.css.map */
