/* Verander hier het gelinkte lettertype */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500&display=swap");
/* Verander hier de waarden (font-size en kleuren) - niet de variabele naam !*/
body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  background-color: #000; }

.section-bg-zwart {
  background-color: #000000; }

.section-bg-grijs {
  background-color: #202020; }

.section-bg-blauw {
  background-color: #435aa5; }

.bg-wit {
  background-color: #ffffff; }

.bg-lichtgrijs {
  background-color: #f2f2f2; }

.bg-middengrijs {
  background-color: #e6e6e6; }

.tekstZwart {
  color: #000000; }

.tekstBlauw {
  color: #435aa5 !important; }

.tekstWit {
  color: #ffffff; }

#top a, #contact a {
  color: #ffffff !important; }
  #top a:hover, #contact a:hover {
    color: #435aa5 !important; }

.tekstZwart p {
  color: #000000; }

.afgerond {
  border-radius: 20px; }

img.rond {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid #435aa5; }

.extra a:hover {
  border-radius: 1px solid #435aa5;
  color: #000000; }

img.logo {
  width: 30%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

ul.keuze button {
  height: 2.2em;
  line-height: 2.2em;
  padding: 0 10px;
  color: black;
  border: 1px solid #435aa5;
  margin: 5px 0;
  transition: all 0.4s ease; }
  ul.keuze button:hover {
    border-radius: 20px;
    border: 1px solid #435aa5;
    color: black !important;
    background-color: white; }

a {
  color: #435aa5;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none !important;
  transition: all 0.4s ease; }
  a:hover {
    color: #ffffff !important; }

.ml4 {
  margin-left: 4px; }

p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #ffffff; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold; }

h1 {
  color: #435aa5;
  font-size: 2.2em;
  text-transform: uppercase;
  margin: 24px 0;
  text-align: center; }

h2 {
  color: #ffffff;
  font-size: 1.8em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center; }

.lijn {
  width: 5%;
  border-bottom: 1px solid #435aa5; }

h3 {
  font-size: 1.2em;
  color: #435aa5;
  text-transform: uppercase; }

h3,
b, strong {
  font-weight: bold; }

.kleinTop {
  font-size: 14px;
  color: white; }

.klein {
  font-size: 14px;
  color: white; }

.kleinMenu {
  font-size: 0.7em; }

a {
  cursor: grab !important; }

.titel {
  height: 15vh; }

/*.row {
	padding-bottom:5vh;
	padding-top:5vh;
}*/
section {
  height: 90vh; }

#boven {
  position: fixed;
  top: 0;
  left: 0;
  height: 5vh;
  line-height: 5vh;
  z-index: 102;
  width: 100%; }

#raadpleging, #links, #contact, #diensten {
  position: relative;
  top: 10vh;
  left: 0; }

.top {
  position: fixed;
  z-index: 99;
  bottom: 10px;
  right: 20px;
  display: flex;
  justify-content: flex-end; }

#top, nav {
  height: 5vh;
  line-height: 5vh; }

#footer {
  width: 100%;
  height: 50px;
  line-height: 50px; }

nav ul li a {
  margin-right: 40px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1em; }
  nav ul li a:hover {
    color: #ffffff;
    border-bottom: 1px solid #435aa5; }

.voedingKolommen {
  min-height: 200px !important;
  width: 100%;
  display: flex; }

.top {
  position: fixed;
  z-index: 99;
  bottom: 10px;
  right: 20px;
  display: flex;
  justify-content: flex-end; }

header {
  height: 90vh;
  z-index: 101;
  position: relative;
  top: 10vh;
  background-color: black; }

#medicatie, #noodgeval, #contact {
  min-height: 300px;
  height: auto; }

#noodgeval a {
  color: black; }

#afspraak {
  border-radius: 20px;
  width: 70%;
  margin-top: 190px; }

td, th {
  padding-left: 30px; }

.btn, .btn2 {
  /*	width:auto;
  	margin:0 auto;*/
  border-radius: 20px;
  background-color: white;
  border: 2px solid #435aa5;
  font-weight: bold;
  transition: all 0.4s ease; }
  .btn:hover, .btn2:hover {
    background-color: #435aa5;
    border: 2px solid #202020; }

.groter {
  font-size: 1.2em; }

.carousel-item {
  height: 90vh !important;
  width: 100% !important; }

.carousel-control-next-icon {
  background-image: url("../img/pijlRe.svg") !important;
  width: 50px !important;
  height: 50px !important; }

.carousel-control-prev-icon {
  background-image: url("../img/pijlLi.svg") !important;
  width: 50px !important;
  height: 50px !important; }

#hond {
  background-image: url("../img/headerHond.jpg");
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat; }

#hond2 {
  background-image: url("../img/headerHond2.jpg");
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat; }

#kat {
  background-image: url("../img/headerKat.jpg");
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat; }

#kat2 {
  background-image: url("../img/headerKat2.jpg");
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat; }

#raadpleging {
  background-image: url("../img/headerKat.jpg");
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat; }

#medicatie {
  background-image: url("../img/headerHond.jpg");
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat; }

.custom-btn {
  color: #ffffff;
  font-weight: bold;
  border-radius: 20px;
  padding: 13px 29px;
  font-size: 14px;
  line-height: normal;
  overflow: hidden;
  transition: all 0.4s ease; }
  .custom-btn:hover {
    color: #ffffff; }
  .custom-btn.custom-btn-bg {
    background: #435aa5;
    color: #ffffff; }
    .custom-btn.custom-btn-bg:hover {
      background: #ffffff;
      color: #000000 !important; }

@keyframes BottomTotop {
  0% {
    opacity: 0; }
  5% {
    opacity: 0;
    transform: translateY(5px); }
  10% {
    opacity: 1;
    transform: translateY(0px); }
  25% {
    opacity: 1;
    transform: translateY(0px); }
  30% {
    opacity: 0;
    transform: translateY(5px); }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
#myTopnav {
  position: fixed;
  top: 5vh;
  left: 0;
  height: 5vh;
  z-index: 102;
  width: 100%; }

.copyright-text {
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  text-align: center; }
  .copyright-text a {
    color: #ffffff; }
    .copyright-text a:hover {
      color: #000000; }

.color-mode {
  font-weight: bold;
  cursor: pointer; }

.color-mode-icon {
  position: relative;
  right: 6px; }
  .color-mode-icon:after {
    font-family: 'unicons';
    content: '\ea9f';
    font-size: 30px;
    font-weight: 300;
    font-style: normal; }
  .color-mode-icon.active:after {
    font-family: 'unicons';
    content: '\eb65';
    font-size: 30px;
    color: #ffffff; }

.owl-carousel .owl-nav span {
  display: none; }
.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
  background: none;
  padding: 0;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-family: 'unicons';
  font-size: 100px;
  line-height: normal; }
.owl-carousel .owl-nav .owl-prev:before {
  content: '\e833';
  left: -45px; }
.owl-carousel .owl-nav .owl-next:before {
  content: '\e836';
  right: -45px; }

.owl-theme .owl-nav [class*=owl-] {
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-size: inherit; }
  .owl-theme .owl-nav [class*=owl-]:hover {
    color: #ffffff; }
.owl-theme .owl-dots .owl-dot {
  outline: none; }
  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px; }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff; }

.google-map iframe {
  width: 100%; }

.contact-form {
  position: relative; }
  .contact-form .form-control {
    background: transparent;
    border-radius: 2px;
    outline: none;
    box-shadow: none;
    font-weight: bold;
    margin: 16px 0; }
    .contact-form .form-control:not(textarea) {
      height: 48px; }
    .contact-form .form-control:hover, .contact-form .form-control:focus {
      border-color: #ffffff; }
  .contact-form .submit-btn {
    background: #ffffff;
    border-radius: 50px;
    color: #ffffff;
    font-weight: bold;
    border: 0;
    cursor: pointer;
    transition: all 0.4s ease; }
    .contact-form .submit-btn:hover {
      background: #435aa5; }

.contact-info {
  background: #435aa5;
  border-radius: 0 0 3px 3px;
  position: relative;
  bottom: 8px; }
  .contact-info p, .contact-info a {
    color: #f7f3f3; }

.social-links .uil {
  color: #f7f3f3;
  font-size: 20px;
  display: block;
  margin: 5px 0; }
  .social-links .uil:hover {
    color: #ffffff; }

@media (min-width: 1270px) {
  .owl-theme .owl-dots {
    position: relative;
    bottom: 50px; } }
@media (max-width: 991px) {
  .full-screen {
    padding-bottom: 4rem; }

  .color-mode {
    display: none; }

  .about-image {
    margin-top: 4em; }

  .mobile-mt-2,
  .contact-form {
    margin-top: 2em; }

  .contact-info {
    padding: 0 2rem; } }
@media (max-width: 767px) {
  h1 {
    font-size: 2.4em; }

  h2 {
    font-size: 2em; }

  .animated-item {
    font-size: 28px; }

  .navbar-collapse {
    /*background: $text-white;*/
    text-align: center;
    padding-bottom: 20px; }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding: 3px 20px; } }
img.icon {
  width: 3%; }

img.iconKleiner {
  width: 2.2%; }

img.iconContact {
  width: 1.5%; }

img.iconContact2 {
  width: 2%; }

#adres {
  text-align: right; }

img.huis {
  width: 20%; }

@media (max-width: 580px) {
  img.logo {
    width: 70%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center; }

  .ml4 {
    margin-left: 0px; }

  button.btnCenter {
    width: 60%;
    margin: 0 20% 0 20%;
    font-size: 85%; }

  figure {
    margin: 0 0 0 28%; }

  #afspraak {
    width: 90%;
    margin: 20px auto; }

  section#raadpleging {
    margin-top: 80px;
    padding-bottom: 20px;
    height: auto; }

  .textRaad {
    width: 90%;
    margin: 0 auto;
    text-align: center; }

  header {
    top: 18vh;
    height: 82vh; }

  .kleinTop {
    font-size: 10px; }

  #boven {
    display: none; }

  #adres {
    text-align: left; }

  section {
    min-height: 500px; }

  #myTopnav {
    position: fixed;
    top: 0;
    left: 0;
    height: 18vh;
    z-index: 102;
    width: 100%;
    border-bottom: 1px solid white; }

  .titel {
    height: 15vh; }

  h1 {
    font-size: 1.4em; }

  h2 {
    font-size: 1.4em; }

  p {
    font-size: 0.9em; }

  hr.lijn {
    width: 15%; }

  .copyright-text {
    font-size: 0.8em; }

  img.huis {
    width: 60%; }

  img.icon {
    width: 6%; }

  img.iconKleiner {
    width: 4.5%; }

  img.iconContact, img.iconContact2 {
    width: 5%; }

  .animated-item {
    font-size: 24px; }

  .custom-btn-group {
    text-align: center; }

  .custom-btn {
    display: block;
    margin: 10px 0; }

  .owl-theme .owl-nav, section#diensten, section#links {
    display: none !important; }

  #diensten, #links {
    display: none !important;
    position: relative;
    height: 0vh !important; }

  .timeline-info small {
    display: block;
    margin: 10px 0 0 0; } }
@media (max-width: 320px) {
  img.logo {
    width: 70%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center; }

  figure {
    margin: 0 0 0 28%; }

  .ml4 {
    margin-left: 0px; }

  button.btnCenter {
    width: 60%;
    margin: 0 20% 0 20%;
    font-size: 85%; }

  #afspraak {
    width: 90%;
    margin: 20px auto; }

  section#raadpleging {
    margin-top: 80px;
    padding-bottom: 20px;
    height: auto; }

  .textRaad {
    width: 90%;
    margin: 0 auto;
    text-align: center; }

  header {
    top: 18vh;
    height: 82vh; }

  .kleinTop {
    font-size: 10px; }

  #boven {
    display: none; }

  #adres {
    text-align: left; }

  section {
    height: auto;
    min-height: 500px; }

  #myTopnav {
    position: fixed;
    top: 0;
    left: 0;
    height: 18vh;
    z-index: 102;
    width: 100%;
    border-bottom: 1px solid white; }

  .titel {
    height: 15vh; }

  h1 {
    font-size: 1.4em; }

  h2 {
    font-size: 1.4em; }

  p {
    font-size: 0.8em; }

  hr.lijn {
    width: 15%; }

  .copyright-text {
    font-size: 0.8em; }

  img.icon {
    width: 6%; }

  img.iconKleiner {
    width: 4.5%; }

  img.iconContact, img.iconContact2 {
    width: 5%; }

  .owl-theme .owl-nav, section#diensten, section#links {
    display: none !important; }

  #diensten, #links {
    display: none !important;
    position: relative;
    height: 0vh !important; }

  /*.row {
  	padding-bottom:5vh;
  	padding-top:5vh;
  }*/
  nav ul li {
    width: 100%;
    background-color: white;
    text-align: center; }

  nav ul li a {
    margin-right: 40px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em; }
    nav ul li a:hover {
      color: #ffffff;
      border-bottom: 1px solid #435aa5; } }
.animation {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.reveal {
  position: relative;
  opacity: 0; }

.reveal.active {
  opacity: 1; }

.active.fade-bottom {
  animation: fade-bottom 1s ease-in; }

.active.fade-left {
  animation: fade-left 1s ease-in; }

.active.fade-right {
  animation: fade-right 1s ease-in; }

.active.wipe-enter {
  animation: wipe-enter 1s ease-in; }

.animation.fade-bottom {
  animation: fade-bottom 1s ease-in; }

.animation.fade-up {
  animation: fade-up 1s ease-in; }

.animation.fade-left {
  animation: fade-left 1s ease-in; }

.animation.fade-right {
  animation: fade-right 1s ease-in; }

.animation.fade {
  animation: fade 1s ease-in both; }

.active.fade2 {
  animation: fade2 2s ease-in both; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade2 {
  0% {
    opacity: 0;
    background-color: #202020; }
  100% {
    opacity: 1;
    background-color: #f2f2f2; } }
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@keyframes fade-up {
  0% {
    transform: translateY(0px);
    opacity: 0; }
  100% {
    transform: translateY(50px);
    opacity: 1; } }
@keyframes fade-left {
  0% {
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes fade-right {
  0% {
    transform: translateX(50px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes wipe-enter {
  0% {
    transform: scale(0, 0.005); }
  50% {
    transform: scale(1, 0.005); } }
