/* Mobile Menü */

#toggle-bar-wrap.toggle-bar-fade-slide.active-bar {
    padding: 0;
}

#mobile-overlay a {
 color: #ffffff;
  font-size: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  text-decoration: none;
}

#mobile-overlay .sub-menu a:hover {
 color: #80d7ee;
  text-decoration: none;
}

#mobile-overlay a:hover {
 color: #80d7ee;
  text-decoration: none;
}

#mobile-overlay .sub-menu a {
 color: #ffffff;
  font-size: 0.9em;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
}


/* Body */

.navbar-style-one {
    top: 60%;
}

#mobile-menu {
  display: none;
  }

/* Portfolio */

.portfolio-entry-media img {

    padding-bottom: 20px;

}

.portfolio-entry-details {
    background: #ffffff; 
    border: none;
    padding: 0px;
}

.linien-blau {
  border-left: #00aedc solid 3px;
  border-right: #00aedc solid 3px;
}


/* Button */

#naturopata-button {
	background-image: url("https://la-naturopata.ch/wp-content/uploads/2019/07/button-background.jpg") !important;
	width: 300px;
}




/* Footer */

.footer h5 {
	color: #80d7ee;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;

}

.footer a {
	color: #80d7ee;
  font-size: 16px;

}

.footer a:visited {
	color: #80d7ee;

}

.footer a:hover {
	color: #ffffff;
  font-size: 16px;
  text-decoration: none;

}

@media screen and (max-width: 944px) {
 .mobile-none {
  display: none;
  } 
  
  .linien-blau {
  border: none;
  }  
 
 .toggle-bar-btn {
    display: block;
    position: absolute;
    top: 30px;
    right: 10px;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
    z-index: 10002;
    color: #8ebf21;
  
}
 
  .toggle-bar-btn span.ticon {
   font-size: 30px;
  }  
  
a.toggle-bar-btn.fade-toggle.open-togglebar {
  top: 30px;
    right: 10px;
  width: 50px;
  } 

}

@media screen and (min-width: 945px) {

.toggle-bar-btn {
  display: none;
  }

}

@media screen and (max-width: 767px) {

  


  
  }
