/*
 Theme Name: Divi-Mastermind-Child-Theme
 Theme URI: https://www.divimastermind.com/
 Description: Dies ist ein <b>ready-to-start</b> Child-Theme f&uuml;r Divi. Entwickelt und bereitgestellt von den Divi Masterminds. Dieses Theme beinhaltet alle notwendigen Dateien, um den schnellen und einfach Start zu erm&ouml;glichen.
 Author: Divi Mastermind - Benny Hozjan und Frank Oschatz
 Author URI: https://divimastermind.com/
 Template: Divi
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*  ==================================================================
	STANDARD CSS =====================================================
	==================================================================  */



#page-container {
    overflow-x: hidden;
}

#wpadminbar {
    z-index: 999999;
}

#top-menu li.current-menu-item>a {
    color: #e81f6f;
}


/* Texte markieren */
::selection {background: #f8d546; color: #000000;}
::-moz-selection {background: #f8d546; color: #000000;}



/*** MAKE SITE WIDER ON SMALLER SCREENS ***/
@media only screen and (max-width: 980px) {
.row-mobile-width {
width: 100%!important; /*** you might need !important ***/
}
}


/* Text / Image Hover Overlay */

.le_hover_overlay .et_pb_text {
  opacity:0;
  transition: .4s ease-in-out; 
}

.le_hover_overlay .et_pb_text:hover {
  opacity:1;
  background: rgba(3,75,154,0.6);
}


/* Align Buttons in bottom of a row */
.lem_fixed_buttons .et_pb_column {
padding-bottom:50px;}
.lem_fixed_buttons .et_pb_button_module_wrapper {
    	position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
}