/*
 Theme Name:     717media Theme
 Theme URI:      https://physio-nagel.de
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         717media
 Author URI:     https://717media.de
 Template:       Divi
 Version:        1.0.0
*/
 
/* Custom CSS
------------------------------------------------------- */



/*center footer content*/
#footer-info { width: 100%; margin:0 auto; text-align: center !important; }
@media only screen and (min-width: 980px) { 
    #footer-bottom .et-social-icons { margin-bottom:-28px; }}


/*-----------------[Text markieren]----------------*/
.et_project_meta_title {
display: none;
}
.et_full_width_portfolio_page .et_project_meta {
display: none;}
::selection {
 background: #cccccc; /* WebKit/Blink Browsers */
 color: black;
}
::-moz-selection {
 background: #cccccc; /* Gecko Browsers */
 color: white;
}
span.mobile_menu_bar:before {
    color: black !important;
}


/* hover color menu */
#top-menu-nav #top-menu a:hover,
#mobile_menu_slide a:hover { 
    color: #aa0a0a !important; 
    opacity:1 !important;
}


/* font weight menu */
#et-top-navigation {
font-weight: 600;
}



/*image zoom on hover*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.zoom {
  position: relative;
  

  margin: 0%;
  overflow: hidden;

}
.zoom img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zoom:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


