/*
Theme Name: myfirsttheme
Theme URI: https://infos-zu-meinemsuper-coolen-theme/myfirsttheme
Author: Iwan Perepelin
Author URI: http://infos-zum-super-coolen-author-ausrufezeichen
Description: Ein minimales WordPress-Theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mein-eigenes-theme
*/

.menu-main_menu-container {
	font-size: 28px;
}


.menu-main_menu-container ol, ul, a {
	list-style: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#menu-main_menu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}



.first-menu-item {
   flex: 0 1 auto;
   
   display: flex;
   flex-direction: row;
}

.remaining-menu-items {
    flex: 0 1 auto;
	
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	
	
	gap: 0px 50px; /* row-gap column gap */
}

.remaining-menu-items .menu-item {
	
}