/*
 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
 Tag: divi, child-theme, rawbone, easy-to-use, mastermind, german-group, 
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


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


/* Menue Background */

#main-header {
    background-size: initial;
    background-repeat: repeat;
    background-image: url(/wp-content/uploads/2020/01/menue-bg.jpg)!important;
}

/* ##### DROPDOWN MENU WIDTH ##### */
.nav li ul {
   width: 280px !important; /* Width of the dropdown menu */
}
.nav li li ul {
   left: 280px !important; /* Use the same size as above */
}
#top-menu li li a {
   width: 240px; /* Make this 40 less then the width of the dropdown menu */
}
.dropdown_fix ul {
right: 0px !important;
}


/*Divi - Swap Columns*/


/***Switch column order on mobile***/
@media only screen and ( max-width: 980px ) {
.flip {
display: -webkit-flex;
-webkit-flex-direction: column-reverse;
display: flex;
flex-direction: column-reverse !important;}
}
/***end switch column on mobile***/