@charset "UTF-8";
html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; }

body {
  display: flex;
  flex-direction: column; }

main {
  flex: 1; }
/*
 /   Styling for the header 
 */
header {
  background-color: #343a40; }
  header nav {
    background-color: #343a40; }
    header nav img {
      height: 50px; }
    header nav .fab {
      color: #50c4cb; }
    header nav #defaultMenu a:hover {
      color: #50c4cb !important; }
      header nav #defaultMenu .fab:hover {
        color: #19769c; }

.bg-light {
  background-color: #fff !important; }

.nav-link {
  color: #19769c !important; }
/*
 /   Styling for the footer 
 */
footer .page-footer {
  color: #19769c; }
  footer .page-footer img {
    padding: 1rem 0;
    height: 75px; }
  footer .page-footer a {
    color: #50c4cb; }
  footer .page-footer a:hover {
    color: #19769c; }
  footer .page-footer .row {
    background-color: white;
    border-radius: 25px;
    opacity: 75%;
    padding: 1rem; }
  footer .footer-copyright {
    color: #fff;
    background-color: #19769c !important; }
  footer .footer-copyright i {
    color: red; }
  footer .footer-copyright a {
    color: #fff; }
  footer .footer-copyright a:hover {
    color: red;
    text-decoration: none; }
    footer .footer-copyright a:hover i {
      color: white; }
/*
 /   Styling for the preloader 
 */
/*
 /   Styling for the hover cards 
 */
.no-hover-card {
  width: 100%;
  position: relative;
  background-color: #50c4cb; }
  .no-hover-card .content-text {
    color: #fff;
    width: 100%;
    padding: 2rem 4rem; }

.hover-card {
  position: relative;
  width: 100%; }
  .hover-card .image {
    display: block;
    width: 100%;
    height: auto; }
  .hover-card .background {
    background-color: #50c4cb; }
  .hover-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #50c4cb;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease; }
  .hover-card .text-block {
    position: absolute;
    bottom: 0px;
    background-color: #19769c;
    color: white;
    width: 100%;
    text-align: center;
    padding: 1rem; }
  .hover-card .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }

.hover-card:hover .overlay {
  height: 100%; }

@media screen and (max-width: 576px) {
  .hover-card {
    margin: 1rem 0; } }
/*
 /   Styling for the utilities
 */
.pt-6 {
  padding-top: 4rem !important; }

h1 {
  font-size: 5rem; }
/* Header Parallax Element Style*/
.paral {
  min-height: 300px;
  background-size: cover;
  background-position: 50% 50%; }
/* Paragraph for Parallax Section */
.paral p {
  font-size: 24px;
  color: #f5f5f5;
  text-align: center;
  line-height: 60px; }
/* Heading for Parallax Section */
.paral h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 60px;
  text-align: center;
  line-height: 100px; }
/* Image for Parallax Section */
.paralsec {
  background-image: url(../themes/bodycentralbreda/assets/images/cta_bg.png); }

.paralsec1 {
  background-image: url(../themes/bodycentralbreda/assets/images/cta_bg2.png); }

.paralsec2 {
  background-image: url("https://img.webnots.com/2015/11/parallax2.jpg"); }
/* Add more images for more sections */
/* Remove Bottom Margin from Jumbotron */
.jumbotron {
  margin-bottom: 0; }

#first {
  padding: 1rem 0 2rem 0; }
  #first .header {
    height: 400px;
    background-color: #343a40;
    display: flex;
    justify-content: center;
    align-items: center; }
  #first .header img {
    height: 75%; }

#second .btn-container {
  display: flex;
  justify-content: center;
  padding-top: 1rem; }
  #second .avatar-box {
    display: flex;
    justify-content: center;
    align-items: center; }
  #second .avatar {
    vertical-align: middle;
    width: 250px;
    height: 250px;
    border-radius: 50%; }
  #second .mb-6 {
    margin-bottom: 2rem !important; }
  #second .card-img {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    height: 100%;
    object-fit: cover; }
  #second .card-body {
    background-color: #50c4cb;
    height: 100%; }
  #second .card-title {
    color: #19769c;
    text-transform: uppercase; }
  #second .card-text {
    color: #fff; }
  #second a {
    color: #19769c !important;
    text-transform: uppercase !important;
    border-color: #19769c; }
  #second a:hover {
    background-color: #19769c;
    color: #fff !important;
    border-color: #fff; }
  #second .just-text {
    height: 300px; }
  #second .just-text .card-body {
    background-color: #19769c; }
  #second .just-text .card-title {
    color: #50c4cb; }
  #second .just-text a {
    color: #50c4cb !important;
    text-transform: uppercase !important;
    border-color: #50c4cb; }
  #second .just-text a:hover {
    background-color: #50c4cb;
    color: #fff !important;
    border-color: #fff; }
  #second .tarieven {
    background-color: #50c4cb !important; }
  #second .tarieven .card-title {
    color: #19769c; }
  #second .tarieven a {
    color: #19769c !important;
    text-transform: uppercase;
    border-color: #19769c; }
  #second .tarieven a:hover {
    background-color: #19769c;
    color: #fff;
    border-color: #fff; }
  #second .offset {
    background-color: #19769c !important; }

.sp-header-container {
  max-width: 100%;
  /*any size*/
  height: 300px;
  /*any size*/
  background-size: cover;
  position: relative;
  text-align: center; }
  .sp-header-container h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    word-break: inherit; }
  .sp-header-container img {
    height: 300px;
    min-width: 100%; }

.object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*magic*/ }

.sp-container {
  padding: 2rem; }
  .sp-container img {
    padding-bottom: 1rem; }
  .sp-container p {
    width: 100%; }

.contactForm {
  background-color: #19769c;
  color: #fff;
  padding: 1rem; }
  .contactForm button {
    color: #50c4cb !important;
    text-transform: uppercase;
    border-color: #50c4cb; }
  .contactForm button:hover {
    background-color: #50c4cb;
    color: #fff !important;
    border-color: #fff; }
  .contactForm #contactForm_forms_button {
    text-align: right; }
  .contactForm #contactForm_forms_flash {
    margin-top: 1rem; }

h2, h5 {
  color: #19769c; }

.list-social-contact {
  display: flex;
  align-items: center; }
  .list-social-contact h5 {
    margin-bottom: 0;
    margin-right: 1rem; }
  .list-social-contact i:hover {
    color: #50c4cb; }

.card-blog-list {
  margin: 1rem 0;
  height: auto;
  background-color: #19769c; }
  .card-blog-list h5 {
    color: #50c4cb; }
  .card-blog-list img {
    height: 200px; }
  .card-blog-list a {
    color: #50c4cb !important;
    text-transform: uppercase;
    border-color: #50c4cb; }
  .card-blog-list a:hover {
    background-color: #50c4cb;
    color: #fff !important;
    border-color: #fff; }
  .card-blog-list .card-body {
    padding: 1rem; }

.cat-container {
  padding: 1rem 0;
  background-color: #19769c; }
  .cat-container h3 {
    text-align: center;
    color: #50c4cb; }
  .cat-container ul {
    list-style: none; }
  .cat-container a {
    color: white; }
  .cat-container .badge {
    background-color: white;
    border-radius: 100%;
    color: #50c4cb; }

.soc-container {
  margin-top: 2rem;
  height: 500px;
  padding: 1rem 0;
  background-color: #19769c; }
  .soc-container h3 {
    text-align: center;
    color: #50c4cb; }

.photos-container {
  margin-top: 2rem;
  height: 500px;
  padding: 1rem 0;
  background-color: #19769c; }
  .photos-container h3 {
    text-align: center;
    color: #50c4cb; }

.google-map {
  margin-top: 2rem; }

@media only screen and (min-width: 1141px) {
  .container {
    max-width: 1140px; } }

@media only screen and (max-width: 450px) {
  .no-gutters {
    margin-left: -15px !important;
    margin-right: -15px !important; }

  #second .just-text {
    height: auto; }
    #second .card {
      margin: 0 2rem;
      text-align: center; }

  .footer-social {
    margin-bottom: 0; }
    .footer-social ul {
      display: flex;
      justify-content: center; }

  .footer-intern a {
    padding: 0; }

  .footer-copyright div > div {
    text-align: center !important;
    padding: 0 !important;
    margin-top: 0.5rem !important;
    font-size: 0.75rem !important; }

  .header-text {
    font-size: 3rem;
    word-break: break-all;
    padding: 1rem; }

  .borderless td, .borderless th {
    border: none !important; } }
