@charset "UTF-8";
@font-face {
  font-family: "BabyDoll";
  src: url("../fonts/BabyDoll.ttf.woff") format("woff"), url("../fonts/BabyDoll.ttf.svg#BabyDoll") format("svg"), url("../fonts/BabyDoll.ttf.eot");
  font-weight: normal;
  font-style: normal;
}
/*	General	*/
html, body {
  min-height: 100vh;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.6rem;
  color: #424242;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

h1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
h1.text-green {
  color: #B1D055;
}
h1.text-blue {
  color: #207B9D;
}

h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
h2.text-orange {
  color: #F6921E;
}

a:not(.btn) {
  color: #F6921E;
  text-decoration: underline;
}
a:not(.btn):hover {
  text-decoration: none;
}

ul.possibilities-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.possibilities-list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
  color: #4D4D4D;
  font-size: 0.95rem;
}
ul.possibilities-list li::before {
  position: absolute;
  top: 0px;
  left: 0;
  content: " ";
  background-image: url("../img/themometer-icon-blauw.svg");
  background-size: 11px 35px;
  background-repeat: no-repeat;
  height: 35px;
  width: 28px;
}

/*	Buttons	*/
.btn {
  border-radius: 0.5rem;
  border: 0;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0.75rem 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn i {
  position: relative;
  top: 1px;
}
.btn.btn-primary:not(:disabled):not(.disabled), .btn.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #B1D055;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.btn-primary:not(:disabled):not(.disabled):hover, .btn.btn-primary:not(:disabled):not(.disabled):active:hover {
  background-color: #a8ca41;
}
.btn.btn-secondary:not(:disabled):not(.disabled), .btn.btn-secondary:not(:disabled):not(.disabled):active {
  background: #FFF;
  backface-visibility: hidden;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  color: #424242;
}
.btn.btn-secondary:not(:disabled):not(.disabled) i, .btn.btn-secondary:not(:disabled):not(.disabled):active i {
  color: #F6921E;
  font-size: 1.4rem;
}
.btn.btn-secondary:not(:disabled):not(.disabled):hover, .btn.btn-secondary:not(:disabled):not(.disabled):active:hover {
  background: #F6921E;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
}
.btn.btn-secondary:not(:disabled):not(.disabled):hover i, .btn.btn-secondary:not(:disabled):not(.disabled):active:hover i {
  color: #FFFFff;
}
.btn.btn-link::after {
  display: inline-block;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  margin-left: 0.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.btn-link:hover {
  text-decoration: none;
  color: inherit !important;
}
.btn.btn-link:hover::after {
  transform: translateX(3px);
}

/*	Header	*/
header {
  position: relative;
  height: 700px;
  background-image: url("../img/gemeente/header-bg.jpg");
  background-size: cover;
  background-position: center;
}
header > * {
  position: relative;
  z-index: 5;
}
header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(140deg, #f6921e, rgba(230, 97, 33, 0.5));
  opacity: 0.85;
  z-index: 0;
}
header #logo-container #logo-gemeente {
  text-align: center;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
  border-radius: 0 0 5px 5px;
  margin-top: -5px;
  padding: 20px 15px 15px 15px;
  position: relative;
  width: 100%;
}
header #logo-container #logo-gemeente .svg-logo {
  position: absolute;
}
header p {
  color: #FFF;
  font-size: 1.3rem;
  line-height: 1.8;
}
header .wave {
  position: absolute;
  bottom: 0;
  width: 100%;
}
header .wave svg {
  width: 100%;
  height: auto;
}
header .thermometer-container {
  width: 150px;
  position: absolute;
  right: 10rem;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  header .thermometer-container {
    width: 40px;
    right: 2rem;
  }
}

/*	Content	*/
.content {
  padding: 9.5rem 15px 7.5rem 15px;
}
.content h2 {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

section.section-with-icon {
  position: relative;
  overflow: hidden;
}
section.section-with-icon.icon-music-left::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  bottom: 300px;
  left: -50px;
  font-weight: 900;
  font-size: 40rem;
  color: #000;
  opacity: 0.025;
}
section.section-with-icon.icon-music-right::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  bottom: 300px;
  right: -50px;
  font-weight: 900;
  font-size: 40rem;
  color: #000;
  opacity: 0.025;
}
section.section-with-icon.icon-football-left::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  bottom: 300px;
  left: -50px;
  font-weight: 900;
  font-size: 40rem;
  color: #000;
  opacity: 0.025;
}
section.section-with-icon.icon-football-right::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  bottom: 300px;
  right: -50px;
  font-weight: 900;
  font-size: 40rem;
  color: #000;
  opacity: 0.025;
}
section.section-with-icon.icon-volleybal-left::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  bottom: 300px;
  left: -50px;
  font-weight: 900;
  font-size: 40rem;
  color: #000;
  opacity: 0.025;
}
section.section-with-icon.icon-volleybal-right::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  bottom: 300px;
  right: -50px;
  font-weight: 900;
  font-size: 40rem;
  color: #000;
  opacity: 0.025;
}
section.section-with-icon.icon-drums-left::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  bottom: 300px;
  left: -50px;
  font-weight: 900;
  font-size: 40rem;
  color: #000;
  opacity: 0.025;
}
section.section-with-icon.icon-drums-right::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  bottom: 300px;
  right: -50px;
  font-weight: 900;
  font-size: 40rem;
  color: #000;
  opacity: 0.025;
}
section.section-with-icon.icon-guitar-left::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  bottom: 300px;
  left: -50px;
  font-weight: 900;
  font-size: 40rem;
  color: #000;
  opacity: 0.025;
}
section.section-with-icon.icon-guitar-right::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  bottom: 300px;
  right: -50px;
  font-weight: 900;
  font-size: 40rem;
  color: #000;
  opacity: 0.025;
}
section.section-with-icon.icon-swimmer-left::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  bottom: 300px;
  left: -50px;
  font-weight: 900;
  font-size: 40rem;
  color: #000;
  opacity: 0.025;
  transform: scaleX(-1);
}
section.section-with-icon.icon-swimmer-right::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  bottom: 300px;
  right: -50px;
  font-weight: 900;
  font-size: 40rem;
  color: #000;
  opacity: 0.025;
}
section.section-with-icon.icon-whistle-left::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  bottom: 300px;
  left: -50px;
  font-weight: 900;
  font-size: 45rem;
  color: #000;
  opacity: 0.025;
}
section.section-with-icon.icon-whistle-right::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  bottom: 300px;
  right: -50px;
  font-weight: 900;
  font-size: 45rem;
  color: #000;
  opacity: 0.025;
}

/*	Footer	*/
footer {
  position: relative;
  background-image: url("../img/gemeente/header-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 5rem 0 1rem 0;
  color: #ffffff;
  font-size: 0.9rem;
}
footer > * {
  position: relative;
  z-index: 5;
}
footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #207B9D;
  opacity: 0.85;
  z-index: 0;
}
footer .container {
  margin-top: 6rem;
}
footer a {
  color: #ffffff !important;
}
footer .wave-footer {
  transform: rotate(180deg);
  position: absolute;
  top: -1px;
  width: 100%;
}

/*# sourceMappingURL=site-overall.css.map */
