/*======================================
Theme Name: SGS Buhk
Description: Design und Funktionalität für sgs-buhk.de
Version: 1.0
Author: meilenweit webdesign | Julia Kleinediekmann
Author URI: https://meilenweit-webdesign.de/
Template: Divi
======================================*/

/**
 *	DISABLE SIDEBAR
 *	https://www.elegantthemes.com/blog/divi-resources/how-to-remove-sidebars-from-divi
 **/
/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}

/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
	#left-area {
	    width: 100%;
	    padding: 23px 0px 0px !important;
	    float: none !important;
	}
}

/**
 * Make Divi Rows reversible
 */
@media screen and (max-width: 980px) {
	.reverse {
 		display: flex;
		flex-direction: column-reverse;
	}
}


.mw-menu-notclickable > a {
	cursor: default;
}