/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
margin: 0;
padding: 0;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
}

html {
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
overflow-x: hidden;
}

h1,h2{
color: #c62126;
font-family: Libre Franklin;
}

h3{
color: #1c1c1c;
font-family: Libre Franklin;
}

h4{
color: #f1f1f1;
font-family: Libre Franklin;
}

hr.header_btm{
  border-top: 3px solid #c3c3c3; /* Voegt een strakke lijn toe */
  width: 140px;
  border-radius: 5px;
  margin-top: 15px;
}

#footer_top{
  background-color: #c62126;
  width: 100%;
  float: left;
  min-height: 120px;
  height: auto;
  color: #fdfdfd;
}

.footer_top_button{
  display: block;
  color:#1c1c1c;
  background-color: #fdfdfd;
  height: 40px;
  font-family: Source Sans Pro;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  border: 2px solid #fdfdfd;
  border-radius: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer_top_button:hover{
  color: #fdfdfd;
  background-color: transparent;
}

#footer_middle{
  background-color: #292929;
  width: 100%;
  float: left;
  min-height: 250px;
  height: auto;
  padding-bottom: 30px;
}

a.news_link_footer{
  text-decoration: none;
  color:inherit;
}

a.news_link_footer:hover, a.news_link_footer svg{
  color: #7fb800;
}

a.news_link_footer:hover svg{
  color: #ffffff;
}

.news_footer{
  line-height: 35px;
  height: 35px;
  border-bottom: 1px solid #c3c3c3;
  width: 85%;
  margin-left: 15px;
  margin-right: auto;
}

.news_footer svg{
  margin-left: 10px;
}

.news_footer span{
  margin-left: 10px;
  height: 35px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}

#footer_middle .column_h{
  font-family: Libre Franklin;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fdfdfd;
}

#footer_middle .column{
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #abacae;
}

#footer_middle .column_link{
  line-height: 18px;
  margin-top: 10px;
}

#footer_middle .column_link svg{
  margin-right: 15px;
  color: #fdfdfd;
}

#footer_middle .column_link a{
  text-decoration: none;
  color: #abacae;
}

/*Desktop*/
@media only screen and (min-width: 992px){

  .footer_top_left{
  margin-top: 34px;
  margin-left: 12%;
  float: left;
  }

  .footer_top_right{
  margin-right: 17%;
  float: right;
  text-align: center;
  }

  .footer_top_button{
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  }

  .footer_top_header{
  font-family: Libre Franklin;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 2px;
  }

  .footer_top_text{
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  }

  #footer_middle .container{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  }

  #footer_middle .column_h{
  font-size: 16px;
  line-height: 26px;
  }

  #footer_middle .column{
  width: 30%;
  margin-left: 2%;
  float:left;
  text-align: left;
  }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 991px) {   

  .footer_top_left{
  width: 100%;
  margin-top: 20px;
  text-align: center;
  float: left;
  }

  .footer_top_right{
  width: 80%;
  margin-left: 10%;
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
  float: left;
  }

   .footer_top_button{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  }

  .footer_top_header{
  font-family: Libre Franklin;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 2px;
  }

  .footer_top_text{
  font-family: Source Sans Pro;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  }

  #footer_middle .container{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  }

  #footer_middle .column_h{
  font-size: 14px;
  line-height: 24px;
  }

  #footer_middle .column{
  width: 100%;
  float:left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  }

  #footer_middle .column:nth-child(2){
  display: none;
  }

}

#footer_btm{
  display: table-cell;
  vertical-align: middle;
  background-color: #1c1c1c;
  width: 100%;
  float: left;
  min-height: 80px;
  height: auto;
  color: #fdfdfd;
  text-align: center;
  font-size: 14px;
  font-family: Source Sans Pro;
  color:#abacae;
  line-height:30px;
  padding-top: 10px;
}

#footer_btm a{
color: #7fb800;
text-decoration: none;
font-size: 16px;
margin-left: 5px;
margin-right: 5px;
}

#footer_btm a:hover{
color: #fdfdfd;
text-decoration: none;
}

/*Menu top*/

#menu_top{
background-color: #f3f3f3; 
height: 40px;
width: 100%;
border-top: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
}

#menu_top p{
font-size: 12px;
font-family: Source Sans Pro;
color:#abacae;
line-height: 12px;
height:40px;
display: table-cell;
vertical-align: middle;
}

#menu_top a{
color: #7fb800;
text-decoration: none;
}

#menu_top a:hover{
color: #333;
text-decoration: none;
}

#menu_bottom{
background-color: #fdfdfd;
width:100%;
}

/*Desktop*/
@media only screen and (min-width: 992px){

    #menu_top p{
    padding-left: 200px;
    }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 991px) {   

    #menu_top{
    display: flex;
    justify-content: center;
    align-items: center;
    }

    #menu_top p{
    margin-top: 15px;
    }

}


/* menu bottom*/

/*Desktop*/
@media only screen and (min-width: 992px){

    #menu_bottom{
    display: block;
    background-color: #fdfdfd; 
    height: 100px;
    width: 100%;
    }

    #menu_bottom_left{
    background-color: #fdfdfd;
    text-align: right;
    width: calc(50% - 60px);
    height: 90px;
    float: left;
    }

    #menu_bottom_left ul {
      list-style-type: none;
      margin: 0;
      margin-right: 40px;
      padding: 0;
      overflow: hidden;
      background-color: #fdfdfd;
      float: right;
    }

    #menu_bottom_left li {
      float: left;
    }

    #menu_bottom_left li a, #menu_bottom_left .dropbtn .menu_top{
      display: inline-block;
      color: #777777;;
      text-align: center;
      padding: 30px 16px;
      text-decoration: none;
      font-family: Libre Franklin;
      font-size: 16px;
      font-weight: 500;
      line-height: 30px;
    }

    #menu_bottom_left li a.menu_top_select{
      display: inline-block;
      color: #c62126;;
      text-align: center;
      padding: 30px 16px;
      text-decoration: none;
      font-family: Libre Franklin;
      font-size: 16px;
      font-weight: 500;
      line-height: 30px;
    }

    #menu_bottom_left li a.menu_top_select:after {
      display:block;
      content: '';
      border-bottom: solid 4px #c62126;  
      transform: scaleX(1);  
      transition: transform 250ms ease-in-out;
    }

    #menu_bottom_left li a.menu_top:after {
      display:block;
      content: '';
      border-bottom: solid 4px #c62126;  
      transform: scaleX(0);  
      transition: transform 250ms ease-in-out;
    }

    #menu_bottom_left li a.menu_top:hover:after { transform: scaleX(1); }

    #menu_bottom_left li a.menu_top:hover:active { transform: scaleX(1); }

    #menu_bottom_left li.dropdown {
      display: inline-block;
    }

    #menu_bottom_left .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f9f9f9;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
      margin-top: -34px;
      border-top: solid 4px #c62126;
    }

    #menu_bottom_left .dropdown-content a {
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      text-align: left;
      font-family: Libre Franklin;
      font-size: 14px;
      font-weight: 500;
    }

    #menu_bottom_left .dropdown-content a:hover {
      color: #c62126;  
      background-color: #f1f1f1;
    }

    #menu_bottom_left .dropdown:hover .dropdown-content {
      display: block;
    }

    #menu_bottom_cntr{
    width: 120px;
    height: 90px;
    float:left;
    display: flex;
    justify-content: center;
    align-content: center;
    }

    .logo_menu{
    height: 80px;
    width: auto;
    border: 0;
    margin-top: 10px;
    }

    #menu_bottom_right{
    background-color: #fdfdfd;
    text-align: left;
    width: calc(50% - 60px);
    height: 90px;
    float: left;
    }

    #menu_bottom_right ul {
      list-style-type: none;
      margin: 0;
      margin-left: 40px;
      padding: 0;
      overflow: hidden;
      background-color: #fdfdfd;
      float: left;
    }

    #menu_bottom_right li {
      float: left;
    }

    #menu_bottom_right li a, #menu_bottom_right .dropbtn .menu_top{
      display: inline-block;
      color: #777777;;
      text-align: center;
      padding: 30px 16px;
      text-decoration: none;
      font-family: Libre Franklin;
      font-size: 16px;
      font-weight: 500;
      line-height: 30px;
    }

    #menu_bottom_right li a.menu_top:after {
      display:block;
      content: '';
      border-bottom: solid 4px #c62126;  
      transform: scaleX(0);  
      transition: transform 250ms ease-in-out;
    }

    #menu_bottom_right li a.menu_top:hover:after { transform: scaleX(1); }

    #menu_bottom_right li a.menu_top_select{
      display: inline-block;
      color: #c62126;;
      text-align: center;
      padding: 30px 16px;
      text-decoration: none;
      font-family: Libre Franklin;
      font-size: 16px;
      font-weight: 500;
      line-height: 30px;
    }

    #menu_bottom_right li a.menu_top_select:after {
      display:block;
      content: '';
      border-bottom: solid 4px #c62126;  
      transform: scaleX(1);  
      transition: transform 250ms ease-in-out;
    }

    #menu_bottom_right li.dropdown {
      display: inline-block;
    }

    #menu_bottom_right .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f9f9f9;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
      margin-top: -34px;
      border-top: solid 4px #c62126;
    }

    #menu_bottom_right .dropdown-content a {
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      text-align: left;
      font-family: Libre Franklin;
      font-size: 14px;
      font-weight: 500;
    }

    #menu_bottom_right .dropdown-content a:hover {
      color: #c62126;  
      background-color: #f1f1f1;
    }

    #menu_bottom_right .dropdown:hover .dropdown-content {
      display: block;
    }

    nav.hamburger{
      display: none;
    }

    #menu_small_logo{
      display: none;
    }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 991px) { 

  nav.dropdown{
      display: none;
    }

  nav.hamburger {
    background-color: Inherit;
    height: 20px;
    width: 30px;
    padding: 20px 16px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    float: left;
    font-family: Libre Franklin;
    
    /* fade in checked menu */
  }
  nav .m-menu__checkbox {
    display: none;
  }
  nav label.m-menu__toggle {
    cursor: pointer;
  }
  nav .m-menu {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 450px;
    width: calc(100vw - 30px);
    height: 100%;
    -moz-transform: translate3d(-450px, 0, 0);
    -o-transform: translate3d(-450px, 0, 0);
    -ms-transform: translate3d(-450px, 0, 0);
    -webkit-transform: translate3d(-450px, 0, 0);
    transform: translate3d(-450px, 0, 0);
    -moz-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    -webkit-transition: transform 0.35s;
    transition: transform 0.35s;
    z-index: 1;
    overflow: hidden;
    background-color: #fdfdfd;
  }
  nav .m-menu__overlay {
    background-color: rgba(103, 103, 103, 0.5);
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    z-index: 1;
    display: none;
  }
  nav .m-menu__header {
    padding: 0 16px;
    height: 50px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    background-color: #f1f1f1;
    color: #7fb800;
  }
  nav .m-menu__header span {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
  }
  nav .m-menu .m-menu {
    -moz-transform: translate3d(480px, 0, 0);
    -o-transform: translate3d(480px, 0, 0);
    -ms-transform: translate3d(480px, 0, 0);
    -webkit-transform: translate3d(480px, 0, 0);
    transform: translate3d(480px, 0, 0);
  }
  nav .m-menu ul {
    height: 100%;
    overflow-y: auto;
  }
  nav .m-menu ul li a, nav .m-menu ul li label {
    display: block;
    text-align: left;
    padding: 0 15px;
    line-height: 47px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    font-size: 1rem;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
  }

  nav .m-menu ul li a{
    display: block;
    text-align: left;
    padding: 0;
    line-height: 47px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    font-size: 1rem;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
  }

  nav .m-menu ul li label.a-label__chevron::after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-color: #333;
    border-style: solid;
    border-width: 1px 1px 0 0;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -5px;
    right: 16px;
  }
  nav .m-menu ul li .-invisible {
    border-bottom: 0;
  }
  nav .m-menu .m-menu label.m-menu__toggle {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border-bottom: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  nav .m-menu__checkbox:checked ~ .m-menu__overlay {
    display: block;
  }
  nav .m-menu__checkbox:checked ~ .m-menu {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  #menu_small_logo{
    height: 90px;
    width: calc(100%-36px);
    background-color: #fdfdfd;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #menu_small_logo img{
    height: 80px;
    margin-left: -18px;
    margin-top: 15px;
  }

}

/*Main content*/

.main_header{
display: block;
background-color: #f3f3f3; 
width: 100%;
border-top: 2px solid #e8e8e8;
}

.main_header p{
font-family: Libre Franklin;
color:#777777;
display: table-cell;
vertical-align: middle;
font-weight: 600;
letter-spacing: 2px;
}

.main_content_header{
  width:100%;
  text-align: center;
}

.main_content_text{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: Source Sans Pro;
  color: #777777;
  margin-top: 20px;
}

.main_content_small{
  float: left;
  text-align: center;
}

.main_text_small{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: Source Sans Pro;
  color: #777777;
  margin-top: 20px;
}

.main_text_small_left{
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-family: Source Sans Pro;
  color: #777777;
  margin-top: 20px;
}

.main_content_text a, .main_text_small a, .main_text_small_left a{
color:#7fb800;
text-decoration: none;
}

.main_content_text a:hover, .main_text_small a:hover, .main_text_small_left a:hover{
color:#000;
text-decoration: none;
}


/*Desktop*/
@media only screen and (min-width: 992px){

  .main_header{
    height: 100px;
  }

  .main_header p{
    font-size: 17px;
    line-height: 17px;
    height:100px;
    padding-left: 210px;
  }

  .main_content_header, .main_content_header_left {
      margin-top: 50px;
  }
    
  .main_content_header h1{
    font-size: 28px;
    letter-spacing: 2px;
  }

  .main_content_text{
    width: 60%;
    font-size: 18px;
    line-height: 28px;
  }

  .main_content{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .main_content_small{
    width: 50%;
    padding-bottom: 50px;
  }

  .main_text_small, .main_text_small_left{
    width: 90%;
    font-size: 18px;
    line-height: 28px;
  }

  .main_text_small h3, .main_text_small_left h3{
    font-size: 18px;
    line-height: 28px;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 991px) {   
  
  main{
  margin-top: 20px;
  }
  
    .main_header{
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    .main_header p{
    font-size: 16px;
    line-height: 80px;
    height:80px;
    }

    .main_content_header, .main_content_header_left {
      margin-top: 30px;
    }

    .main_content_header h1{
    font-size: 20px;
    letter-spacing: 2px;
    }

    .main_content_text{
    width: 90%;
    font-size: 16px;
    line-height: 22px;
    }

    .main_text_small, .main_text_small_left{
    width: 90%;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 30px;
    }

    .main_text_small h3, .main_text_small_left h3{
    font-size: 16px;
    line-height: 28px;
    }

    .main_content{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    }

  .main_content_small{
    width: 100%;
  }
}

/* Homepage */

#header_img{
  background-image: url("/upload/images/website/header_bg.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#header_img .home_banner_text{
  position: absolute;
  background-color: #c62126;
  color: #fff;
  font-family: Libre Franklin;
}

#homepage_left{
  float: left;
}

.homepage_text{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: Source Sans Pro;
  color: #777777;
  margin-top: 20px;
}

/*Desktop*/
@media only screen and (min-width: 992px){
  
  #header_img{
    height: 550px;
  }

  #header_img .home_banner_text{
  position: absolute;
  width: 35%;
  height: auto;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;  
  margin-top: 20%;
  margin-left: 10%;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  }

  #homepage_left{
    width: 65%;
    margin-top: 50px;
    float: left;
  }

  #homepage_right{
    width: 34%;
    margin-top: 50px;
    float: left;
  }

  .homepage_text{
    width: 75%;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 50px;
  }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 991px) {   
  
  #header_img{
    height: 200px;
  }

  #header_img .home_banner_text{
  position: absolute;
  width: 50%;
  height: auto;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;  
  margin-top: 100px;
  margin-left: 20px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  }

  #homepage_left{
    width: 100%;
  }

  #homepage_right{
    display: none;
  }

  .homepage_text{
    width: 80%;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}

/*Bestuur  */

.mana_content{
  width: 100%;
  min-height: 200px;
  height: auto;
  background-color: #f3f3f3;
  margin-top: 50px;
  overflow:auto;
  padding-bottom: 50px;
}

.mana_content_header{
  width:100%;
  text-align: center;
}

.manager{
  display: block;
  background-color: white;
  float: left;
  margin-top: 20px;
  text-align: center;
  border-radius: 20px;
}

.manager_img{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.manager_img img{
  width: 90%;
}

.manager_name{
  font-family: Libre Franklin;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;  
  margin-top: 10px;
}

.manager_function{
  font-family: Source Sans Pro;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #abacae;
}

/*Desktop*/
@media only screen and (min-width: 992px){

  .mana_content_header {
      padding-top: 50px;
  }
    
  .mana_content_header h1, .mana_content_header h2{
    font-size: 24px;
    letter-spacing: 2px;
  }

  .mana_content_text{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  }

  .manager{
  min-width: 200px;
  width: 20%;
  height: 300px;
  padding: 20px;
  float: left;
  margin-left: 10px;
  }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 991px) {   

    .mana_content_header {
      padding-top: 30px;
    }

    .mana_content_header h1, .mana_content_header h2{
    font-size: 18px;
    letter-spacing: 2px;
    }
    
    .mana_content_text{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    }

    .manager{
    width: 100%;
    min-height: 300px;
    height: auto; 
    padding-top: 20px;
    padding-bottom: 20px;
    }
}

/*AdoptieContact  */

.ac_content{
  width: 100%;
  min-height: 200px;
  height: auto;
  background-color: #f3f3f3;
  margin-top: 50px;
  overflow:auto;
  padding-bottom: 50px;
}

.ac_content_list{
  display: block;
  background-color: #f3f3f3;
  float: left;
  margin-top: 20px;
  text-align: left;
}

.ac_title{
  font-family: Libre Franklin;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;  
  margin-top: 10px;
  margin-bottom: 10px;
  color: #1c1c1c;
}

.ac_title svg{
  color:#c62126;
  margin-right: 5px;
}

.ac_text{
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #abacae;
}

.adoptiecontact_img{
  height: 400px;
  width: auto;
}

/*Desktop*/
@media only screen and (min-width: 992px){

  .ac_content_text{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  }

  .ac_content_list{
  min-width: 200px;
  width: 20%;
  height: 220px;
  padding: 20px;
  float: left;
  margin-left: 10px;
  }

  .adoptiecontact_img{
    margin-top: 60px;
  }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 991px) {   

    .ac_content_text{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    }

    .ac_content_list{
    width: 100%;
    min-height: 150px;
    height: auto; 
    padding-top: 20px;
    padding-bottom: 20px;
    }

    .adoptiecontact_img{
    margin-bottom: 30px;
  }
}

/*AdoptieContact  */

.adieu_middle{
  text-align: center;
  vertical-align: center;
  width: 100%;
  background-image: url("/upload/images/website/adieu_middle.webp");
  background-position: center top;
  background-repeat: no-repeat;
}

/*Desktop*/
@media only screen and (min-width: 992px){

.adieu_middle{  
  height: 200px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.adieu_middle h4{
  font-size: 26px;
  line-height: 200px;
  font-weight: 600;
}

 .adieu_img{
  height: 300px;
  width: auto;
  margin-top: 60px;
  }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 991px) {   

.adieu_middle{  
  height: 180px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.adieu_middle h4{
  font-size: 18px;
  line-height: 180px;
  font-weight: 600;
}

 .adieu_img{
    width: 90%;
    height: auto;
    margin-bottom: 30px;
  }
}

/*Documents*/

.document_content_text{
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-family: Source Sans Pro;
  color: #777777;
  margin-top: 20px;
  margin-bottom: 40px;
}

.document_content_text a {
color:#7fb800;
text-decoration: none;
}

.document_content_text a:hover {
color:#000;
text-decoration: none;
}

.document_content_text h2{
  display: block;
  width: 100%;
  text-align: center;
}

.document_content_text ul, .document_content_text ol{
  margin-left: 30px;
}


/*Desktop*/
@media only screen and (min-width: 992px){

  .document_content_text{
    width: 60%;
    font-size: 16px;
    line-height: 26px;
  }

  .document_content_text h2{
    font-size: 20px;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .document_content_text ul{
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 991px) {   
  
    .document_content_text{
    width: 90%;
    font-size: 14px;
    line-height: 20px;
    }

    .document_content_text h2{
    font-size: 16px;
    line-height: 26px;
    margin-top: 30px;
    margin-bottom: 10px;
    }

    .document_content_text ul{
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/*Formulieren */

.form_row{
  text-align: left;
}

.form_row_center{
  text-align: center;
}

.form_row h4{
  color: #1c1c1c;
  padding-top: 30px;
}

.form_row p{
  color: #777777;
  font-family: Libre Franklin;
}

.form_row a{
color:#7fb800;
text-decoration: none;
}

.form_row a:hover{
color:#000;
text-decoration: none;
}

.forms label{
  font-family: Source Sans Pro;
  font-weight: 400;
  color: #777777;
  padding-left: 10px;
}


.forms input[type=text], .forms input[type=email], .forms input[type=tel], .forms input[type=number], .forms input[type=date], .forms textarea, .forms select{
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
  font-family: Libre Franklin;
  padding-left: 20px;
  padding-right: 20px;
}

.forms input[type=radio]{
  margin-top: 10px;
}

.forms input[type=submit]{
  background-color: #7fb800;
  border: 1px solid #7fb800;
  border-radius: 15px;
  color: #fff;
  text-transform: uppercase;
  font-family: Libre Franklin;
  padding-left: 20px;
  padding-right: 20px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  cursor: pointer;
}

.forms .member_price{
  color: #c62126;
  padding-left: 5px;
}



  /*Desktop*/
@media only screen and (min-width: 992px){

  .forms{
    width: 60%;
    min-height: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .form_row{
    margin-bottom: 20px;
    width: 100%;
  }

  .form_row h4{
  font-size: 18px;
  line-height: 28px;
  }

  .form_row p{
  font-size: 14px;
  line-height: 24px;
  }

  .forms label{
  font-size: 16px;
  line-height: 26px;
  }

  .forms input[type=radio]{
  margin-left: 20px;
  }

  .forms input[type=text], .forms input[type=email], .forms input[type=tel], .forms textarea{
  font-size: 14px;
  line-height: 28px;
  width: 100%;
  }

  .forms input[type=number], .forms input[type=date]{
  font-size: 14px;
  line-height: 28px;
  width: 200px;
  }

  .forms select{
    font-size: 14px;
    line-height: 28px;
    width: 100%;
    height: 28px;
  }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 991px) {   

  .forms{
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    }

  .form_row{
    width: 90%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .form_row h4{
  font-size: 16px;
  line-height: 26px;
  }

  .form_row p{
  font-size: 14px;
  line-height: 24px;
  }

  .forms label{
  font-size: 16px;
  line-height: 26px;
  }

  .forms input[type=text], .forms input[type=email], .forms input[type=tel], .forms input[type=number], .forms input[type=date], .forms textarea{
  font-size: 14px;
  line-height: 22px;
  width: 90%;
  }
  
  .forms select{
    font-size: 14px;
    line-height: 28px;
    width: 100%;
    height: 28px;
  }

  }

/*Contactpagina*/

.contact_left{
  float: left;
}

.contact_right{
  float: left;
}

.contact_right h4{
  color: #1c1c1c;
}

.contact_right_content{
  margin-top: 30px;
}

.contact_right_content p{
  font-family: Source Sans Pro;
  color: #777777;
}

.contact_right_content p.company_name{
  font-family: Source Sans Pro;
  color: #c62126;
  margin-top: 10px;
  font-weight: 600;
}

.contact_right_content p.new_row{
  margin-top: 20px;
}

.contact_right_content a{
color: #7fb800;
text-decoration: none;
}

.contact_right_content a:hover{
color: #1c1c1c;
text-decoration: none;
}

.contact_right_content svg{
  margin-right: 15px;
}

  /*Desktop*/
@media only screen and (min-width: 992px){

  .contact_content{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact_left{
  width: 70%;
  }

  .contact_right_content p{
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
  }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 991px) { 

  .contact_content{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .contact_left, .contact_right{
  width: 100%;
  }

  .contact_right_content{
    margin-bottom: 30px;
  }

  .contact_right_content p{
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
  }
  
}

/* Agenda */

.calendar_month{
width: 80%;
margin-left: auto;
margin-right: auto;
border-bottom: #c3c3c3 3px solid;
height: 70px;
}

.calendar_row{
  width: 80%;
  margin-top: 30px;
  border-bottom: #c3c3c3 1px solid;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.calendar_row:hover{
   -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    transition: 0.5s ease;
}

.calendar_row_date{
  font-family: Source Sans Pro;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  background-color: #1c1c1c;
  display:block;
  height: 55px;
  width: 55px;
  text-transform: uppercase;
  text-align: center;
  float: left;
  margin-right: 10px;
}

.calendar_row_date span{
  background-color: #464646;
  display: block;
  width: 55px;
  height: 30px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}

h4.month{
 color: #1c1c1c;
 padding-top: 30px;
 font-family: Source Sans Pro;
 text-transform: uppercase;
}

.calendar_row_text_title h5, .list_column_h{
 color: #1c1c1c;
 font-weight: 600;
 font-family: Libre Franklin;;
 text-transform: uppercase;
}

.calendar_row_text_text, .list_column_text{
  font-family: Source Sans Pro;
  color: #777777; 
}

.list_column{
  border: 1px solid #777777;
  border-radius: 10px;
  display: inline-block;
  min-width: 100px;
  padding: 15px;
  background-color: #f3f3f3;
  margin-top: 20px;
}

.list_column_h svg, .calendar_menu_link svg{
  color: #c62126;
  margin-right: 10px;
}

a.calendar_link{
  text-decoration: none;
}

.calendar_menu_link{
  display: block;
  color: #1c1c1c;;
  background-color: #f3f3f3;
  height: 40px;
  font-family: Source Sans Pro;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  border: 2px solid #7fb800;
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
}

.calendar_menu_link:hover{
  color: #7fb800;
  background-color: transparent;
}

 /*Desktop*/
@media only screen and (min-width: 992px){

  .calendar{
  margin-top: 50px;
  margin-bottom: 50px;
  }

  h4.month{
  font-size: 22px;
  line-height: 24px;
  }

  .calendar_row_text_title h5{
  font-size: 14px;
  line-height: 30px;
  }

  .list_column{
    margin-right: 20px;
  }

  .list_column_h{
  font-size: 14px;
  line-height: 30px;
  }

  .calendar_row_text_text, .list_column_text{
  font-size: 14px;
  }

  .calendar_list{
    margin-top: 20px;
    margin-bottom: 50px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 991px) { 

  .calendar{
  margin-top: 30px;
  margin-bottom: 30px;
 }

  h4.month{
  font-size: 22px;
  line-height: 24px;
  }

  .calendar_row_text_title h5, .list_column_h{
  font-size: 14px;
  line-height: 18px;
  }

  .calendar_row_text_text, .list_column_text{
  font-size: 14px;
  }

  .calendar_list{
  margin-top: 20px;
  margin-bottom: 30px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  }

}

/* Links */


.link_category{
width: 80%;
margin-left: auto;
margin-right: auto;
border-bottom: #c3c3c3 3px solid;
min-height: 70px;
height: auto;
}

.link_row{
  width: 80%;
  margin-top: 30px;
  border-bottom: #c3c3c3 1px solid;
  min-height: 80px;
  height:auto;
  margin-left: auto;
  margin-right: auto;
}

.link_row:hover{
   -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    transition: 0.5s ease;
}

h4.link_header{
 color: #1c1c1c;
 padding-top: 30px;
 font-family: Source Sans Pro;
 text-transform: uppercase;
}

.link_row_text_title h5 {
 color: #1c1c1c;
 font-weight: 600;
 font-family: Libre Franklin;;
 text-transform: uppercase;
}

.link_row_text_text{
  padding-top: 10px;
  font-family: Source Sans Pro;
  color: #777777; 
}

a.link_row{
  text-decoration: none;
}

.link_adress{
  color: #7fb800;
  padding-top: 10px;
  padding-bottom: 20px;
}

 /*Desktop*/
@media only screen and (min-width: 992px){

  .link_content{
  margin-top: 50px;
  margin-bottom: 50px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  }

  h4.link_header{
  font-size: 20px;
  line-height: 22px;
  }

  .link_row_text_title h5{
  font-size: 14px;
  line-height: 30px;
  }

  .link_row_text_text, .link_adress{
  font-size: 14px;
  }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 991px) { 

  .link_content{
  margin-top: 30px;
  margin-bottom: 30px;
 }

  h4.link_header{
  font-size: 20px;
  line-height: 22px;
  }

  .link_row_text_title h5{
  font-size: 14px;
  line-height: 18px;
  }

  .link_row_text_text, .link_adress{
  font-size: 14px;
  }

}

/* Nieuws */

a.news_link{
  text-decoration: none;
}

.news_item{
  display: block;
  width: 250px;
  background-color: #f1f1f1;
  margin-top: 20px;
  text-align: left;
  border: 2px solid #c3c3c3;
  border-radius: 20px;
  padding-top: 20px;
  min-height: 300px;
  height: auto;
  margin-bottom: 30px;
  cursor: pointer;
}

.news_item h2{
color: #1c1c1c;
font-family: Libre Franklin;
font-size: 20px;
font-weight: 500;
line-height: 30px;
}

.news_item_img{
  width: 100%;
  text-align: center;
}

.news_item img{
  width: 225px;
  height: auto;
}

.news_item_title{
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.news_item_text{
  font-family: Source Sans Pro;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #777777;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.news_read_more{
  float: right;
  background-color: #7fb800;
  border-color: 2px solid #7fb800;
  border-radius: 15px;
  color: #fff;
  font-size: 12px;
  font-family: Libre Franklin;
  font-weight: 500;
  line-height: 35px;
  height: 35px;
  width: auto;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 15px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.news_image{
  margin-top: 30px;
  text-align: center;
}

/*Desktop*/
@media only screen and (min-width: 992px){

  .news_content{
  margin-top: 50px;
  margin-bottom: 50px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  }

  .news_item{
  float: left;
  margin-left: 20px;
  }

  article{
    margin-bottom: 50px;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 991px) { 

  .news_content{
  margin-top: 30px;
  margin-bottom: 30px;
 }

 .news_item{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
 }

 article{
    margin-bottom: 30px;
  }
}
