/****************************************************** header ******************************************************/

.bgpicture {
  height: 100vh;
  background-image: url('img/werking-01_v3.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*opacity: 90%;*/
}


.bg-height {
  height: 100vh;
  min-height: 500px;
}

.negative-margin {
  margin: -180px;
}

.image-under-construction {
  padding-left: 50px;
  padding-bottom: 20px;
}



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

.header-img {
  height: 200px;
  filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.6));
}



/* animated arrow */
.box {
  position: absolute;
  bottom: 8%;
  left: 50%;
  animation: anim 1.5s cubic-bezier(1.000, 0.045, 0.355, 1.000) infinite;
  animation-fill-mode: forwards;
}

.box span {
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

@keyframes anim {
  0% {
    transform: translate(-50%, 0px);
  }

  50% {
    transform: translate(-50%,10px);
  }
  100% {
    transform: translate(-50%,0px);
  }
}
/* end animated arrow */


/****************************************************** end header ******************************************************/

/****************************************************** start footer ******************************************************/

.footer-background {
  background-color: white;
  filter: drop-shadow(0px -3px 6px rgba(0,0,0,0.1));
}

.aligned-left {
  text-align: left;
}

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

.aligned-right {
  text-align: right;
}

.icon {
  text-decoration: none;
  color: #00549F;
  font-size: 20px;
}

.icon:hover {
  text-decoration: none;
  color: #C9DD03;
  transition: all 0.2s ease;
}

.login-span {
  text-align: center;
  font-family: 'MontserratThin';
  font-size: 14px;
  text-transform: uppercase;
}

.padding-left-zero {
  padding-left: 0!important;
}

.padding-right-zero {
  padding-right: 0!important;
}

/****************************************************** end footer ******************************************************/

/****************************************************** start navbar ******************************************************/

.nav-background-blue {
  background-color:#00549F;
  filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.6));
}

.navbar-brand img {
  height: 50px;
}

.navbar {
  font-size: 15px;
}

.navbar-nav a {
  font-family: 'MontserratBlack';
  text-transform: uppercase;
  color: #fff;  
}

.navbar-nav a:hover {
  transition: all 0.2s ease-in-out;
  color: #C9DD03;
}

.nav-btn-color {
  color: #fff;
}

.nav-item {
  padding-left: 30px;
}

.brand-dropshadow {
  filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.3));
}



.dropdown-menu a {
  font-family: 'MontserratRegular';
  color: white;
  font-size: 15px;
  text-align: center;
}

.my-dropdown-menu {
  background-color: transparent;
  border: none;
}

.drop-item {
  background-color: #00549F;
  color: white;
  margin-bottom: 3px;
  border-radius: 2px;
}




.dropdown-toggle::after {
  display: inline-block;
  width: .3em;
  height: .3em;
  margin: -.3em 0 0 .4em;
  vertical-align: middle;
  border: .1em solid;
  border-width: 0 1px 1px 0;
  transform: rotateZ(45deg)
}

/****************************************************** end navbar ******************************************************/

/****************************************************** section ******************************************************/

.section-padding {
  padding: 100px 0;
}

.section-title {
  text-align: center;
  padding-bottom: 50px;
}

/****************************************************** end section ******************************************************/

/****************************************************** news post ******************************************************/

.post-margin  {
  margin: 50px 0px;
}

.date-post {
  font-size: 15px;
  font-family: 'SSpELight';
}

.post-content {
  text-align: justify;
}

.post-image {
  height: 500px;
  width: 100%;
  background-image: url('img/mg-test.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 1rem;
}

.werkingpost-image {
  height: 500px;
  width: 100%;
  background-image: url('img/mg-test.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 1rem;
}


/****************************************************** end news post ******************************************************/

/****************************************************** werking post ******************************************************/

.extra-padding {
  padding-bottom: 30px;
}

.werkingpost-image-1 {
  height: 700px;
  width: 100%;
  background-image: url('img/zomerkamp.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 1rem;
}

.post-content a {
  color: #00549F;
  text-decoration: none;
}

.post-content a:hover {
  color: #C9DD03;
  text-decoration: none;
  transition: all 0.2s ease;
}

/****************************************************** end werking post ******************************************************/


/****************************************************** start kalender ******************************************************/

.background-roze {
  background-color: #F4A089;
}

.background-blue {
  background-color: #00549F;
}

.background-green {
  background-color: #C9DD03;
}

.inverse-white {
  color: white;
}

.calender-item {
  background-color: #00549F;
  height: 60px;
  border-radius: 15px;
  margin: 8px 0;
}

.left {
  text-align: left!important;
}

.right {
  text-align: right!important;
}
/****************************************************** end kalender ******************************************************/


/****************************************************** TAKPAGINA ******************************************************/

.tak-intro-content {
  text-align: justify;
  margin: 0;
}

.tak-info p {
  font-family: 'Montserrat-bold';
}

.info-tak-color h3 {
  color: white;
}
.info-tak-color p {
  color: white;
  font-size: 20px;
}

.leider-bg-pic {
  height: 300px;
  width: 300px;
  background-image: url('img/koegoear.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin: auto;
  filter: drop-shadow(1px 3px 6px rgba(0,0,0,0.6));
}

.leider-profile h6 {
  font-family: 'MontserratBlack';
  color: white;
  font-size: 25px;
}

.leider-profile p {
  font-family: 'MontserratBlack';
  color: #C9DD03;
  font-size: 20px;
}

.leider-profile {
  padding: 30px;
}

.leider-naam {
  padding-top: 20px;
}

.tak-info-blok {
  padding-top: 30px;
}


/****************************************************** end TAKPAGINA ******************************************************/

/****************************************************** startafspraken ******************************************************/

.list-afspraken li {
  font-family: 'SSpLight';
  color: black;
  font-size: 16px;
}

.list-afspraken-item {
  margin-bottom: 10px;
}

/****************************************************** end afspraken ******************************************************/

/****************************************************** start documenten ******************************************************/


.maandprogramma-item {
  background-color: #00549F;
  height: 60px;
  border-radius: 15px;
}

.maandprogramma-item h4:hover {
  color: #C9DD03;
  transition: all 0.2s ease;
}

.document-item {
  background-color: #F4A089;
  height: 60px;
  border-radius: 15px;
}

.document-item h4:hover {
  color: #00549F;
  transition: all 0.2s ease;
}

.title-color-red {
  color: #F4A089;
}

.docs-section-title {
  font-size: 30px;
}
/****************************************************** end documenten ******************************************************/

/****************************************************** start nieuw lid ******************************************************/

.nieuw-lid-image-1{
  height: 300px;
  width: 100%;
  background-image: url('img/werking-2.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 1rem; 
}

.vetgedrukt-in-tekst {
  font-family: 'SSpBold';
}

.colored-blue {
  color: #00549F;
}

/****************************************************** end nieuw lid ******************************************************/

/****************************************************** start contactpagina ******************************************************/

/***** start padding/margin*****/
.no-padding {
  padding: 0 !important;
}

.no-padding-left {
 padding-left: 0 !important;
}

.no-padding-right {
 padding-right: 0 !important;
}

.no-margin {
   margin: 0!important;
}

.no-bottom-margin {
   margin-bottom: 0!important;
}


.small-padding {
 padding: 5px 0px !important;
}


/* form */
input {
 width: 100%;
 padding: 5px;
 border: none;
 background-color: white;
 font-size: 15px;
 font-family: 'SSpBold';
 color: #1b1B1B;
 box-sizing: border-box;
 outline: none;
 filter: drop-shadow(0px 2px 6px rgba(0,0,0,0.15));
 border-radius: 5px;
}

input:focus {
 background-color: rgb(247, 247, 247) ;
}

textarea {
 height: 150px;
 padding: 5px;
 width: 100%;
 background-color: white;
 filter: drop-shadow(0px 2px 6px rgba(0,0,0,0.15));
 border: none;
 border-radius: 8px;
 font-size: 15px;
 font-family: 'SSpLight';
 color: #1b1b1b;
 box-sizing: border-box;
 outline: none;
 resize: none;
}

textarea:focus {
  background-color: rgb(247, 247, 247) ;
 }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #00549F;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #00549F;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #00549F;
}
/****************************************************** end contactpagina ******************************************************/



/****************************************************** BUTTONS ******************************************************/
.btn-button {
  filter: drop-shadow(1px 3px 6px rgb(0,0,0));
  font-family: "MontserratBlack";
  font-size: 25px;
  text-transform: uppercase;
  background-color: #00549F;
  color: white;
  border-radius: 8px;
}

.btn-button:hover {
  background-color: #C9DD03;
  color: white;
}

.btn-contact {
  width: 100%;
  font-family: "MontserratBlack";
  font-size: 20px;
  text-transform: uppercase;
  background-color: #00549F;
  color: white;
  border-radius: 8px;
  filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.15));
}

.btn-contact:hover {
  background-color: #C9DD03;
  transition: all 0.2s ease-in-out;
  color: white;
}
/******************************************************  end BUTTONS ******************************************************/

/******************************************************  start loginform ******************************************************/


.loginform-p {
  margin: 0;
  padding-top: 20px
}

/* Bordered form */
.loginform {
  margin-top: 100px;
}

/* Full-width inputs */
.loginform input[type=text], .loginform input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 10px 0;
  display: inline-block;
  border: none;
  background-color: white;
  font-size: 15px;
  font-family: 'SSpBold';
  color: #1b1B1B;
  box-sizing: border-box;
  outline: none;
  filter: drop-shadow(0px 2px 6px rgba(0,0,0,0.15));
  border-radius: 5px;
}

/* Set a style for all buttons 
button {
  background-color: #00549F;
  color: white;
  padding: 14px 20px;
  margin: 35px 0 10px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  font-family: 'MontserratBlack';
  text-transform: uppercase;
  border-radius: 10px;
  filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.15));
  
}

Add a hover effect for buttons
button:hover {
  background-color: #C9DD03;
  transition: all 0.2s ease;
  
}
*/

/****************************************************** end loginform ******************************************************/



/****************************************************** typography ******************************************************/

h1 {
  font-family: 'MontserratEB';
  color: white;
  margin-bottom: 20px;
  filter: drop-shadow(1px 3px 6px rgb(0,0,0));
  font-size: 35px;
}

h2 {
  font-family: 'MontserratBlack';
  color: #00549F;
  margin-bottom: 0;
  font-size: 40px;
  text-transform: uppercase;
}

h3 {
  font-family: 'MontserratBlack';
  color: #00549F;
  margin-bottom: 30px;
  font-size: 25px;
  text-transform: uppercase;
}

h4 {
  font-family: 'MontserratBlack';
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
} 

h5 {
  font-family: 'MontserratBlack';
  color: white;
  margin-bottom: 20px;
  filter: drop-shadow(1px 3px 6px rgb(0,0,0));
  font-size: 50px;
  text-transform: uppercase;
}

p {
  font-family: 'SSpLight';
  color: black;
  font-size: 16px;
}




/* font-face */
@font-face {
  font-family: "MontserratBlack";
  src: url('css/fonts/montserrat-Black.ttf') format('truetype');
}

@font-face {
  font-family: "MontserratEB";
  src: url('css/fonts/Montserrat-ExtraBold.ttf') format('truetype');
}

@font-face {
  font-family: "MontserratRegular";
  src: url('css/fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
  font-family: "MontserratLight";
  src: url('css/fonts/Montserrat-Light.ttf') format('truetype');
}

@font-face {
  font-family: "MontserratThin";
  src: url('css/fonts/Montserrat-Thin.ttf') format('truetype');
}

@font-face {
  font-family: "SSpBold";
  src: url('css/fonts/SourceSansPro-Bold.otf') format('opentype');
}

@font-face {
  font-family: "SSpLight";
  src: url('css/fonts/SourceSansPro-Light.otf') format('opentype');
}

@font-face {
  font-family: "SSpELight";
  src: url('css/fonts/SourceSansPro-ExtraLight.otf') format('opentype');
}

@font-face {
  font-family: "SSpRegular";
  src: url('css/fonts/SourceSansPro-Regular.otf') format('opentype');
}
/****************************************************** end typography ******************************************************/



@media (max-width: 576px) { 
  h1 {
    font-size: 30px;
  }
  
  .btn-button {
    font-size: 20px;
  }

  p {
    font-size: 18px!important;
  }

  h2 {
    font-size: 32px;
  }

  .docs-section-title {
    font-size: 22px;
    text-align: center;
  }

  .maandprogramma-item h4,
  .document-item h4 {
    font-size: 16px;
    text-align: center;
  }

  .image-height-mobile {
    height: 300px;
  }
  .info-werking-btn {
    font-size: 14px!important;
  }

  .calender-item h4 {
    font-size: 16px;
  }

  .dropdown-menu a {
    text-align: right;
    padding-right: 0;
  }

  .mobile-image-height {
    height: 350px;
  }
}
