/*
Theme Name: Mesmerize Child
Description: Ein Childtheme von Mesmerize
Author: Carlos Baez
Author URI: www.baezdesign.de
Template: mesmerize
Version: 1.0
Tags: Physiotherapie Mainz
*/

  .header, 
  .header-homepage,
  .header-wrapper {
    display: none;
  }

  .inner-header-description.gridContainer {
    display: none;
  }

  .inner-header-description {
    display: none;
  }

  a:hover {
    color: #A3D3BD;
  }

  a:link  { 
    text-decoration: none;
    color: #A3D3BD;
  }

  a:link:hover  { 
    text-decoration: none;
    color: #A3D3BD;
  }

  a:active  {
    text-decoration: none;
  }

  .footer a:hover {
    color: #A3D3BD;
    text-decoration: none;
  }

  a {
    color: #A3D3BD;
  }

@media (max-width: 768px) {
  h1.hero-title {
    font-size: 2.5rem;
    font-weight: 300;
  } 
}

@media (max-width: 768px) {
  .button8,
  .overlay.bg-color1 {
    margin-bottom: 40px;
  } 
}

@media (max-width: 768px) {
  .header-homepage .header-description-row {
    padding-top: 40% !important;
    padding-bottom: 40% !important;
  } 
}

@media (max-width: 768px) {
  .col-md-4 {
    padding-top: 30px;
  } 
}