/* navigation.css */
.mobile_menu_trigger:before{font-family: "Font Awesome 5 Free";    font-weight: 900;    content: "\f0c9"}.mod_navigation ul{margin-bottom:0;list-style-type:none}.nav_main{font:18px 'Fira Sans Condensed', sans-serif;;font-weight:bold;text-transform:uppercase}.nav_main ul{list-style-type:none;display: flex; flex-direction: row; justify-content: space-between;flex-wrap: no-wrap}.nav_main ul li a,.nav_main ul li.active span{margin-left:15px;padding-left:20px;text-decoration:none;color:#194E8B}.nav_main ul li.active span{background-image:url("../../files/content/images/klecks.png");background-position:left center;background-repeat:no-repeat;background-size: auto 90%}.mobile_menu .inner{padding-top:150px;background-color:#fff;text-decoration:none}.mobile_menu{max-width:200px}.mobile_menu ul li a,.mobile_menu ul li.active span{display:block;padding-top:5px;padding-bottom:5px;padding-left:25px;font-weight:bold;text-decoration:none;color:#194E8B;text-transform:uppercase}.mobile_menu ul li.active span,.mobile_menu ul li:hover a{background-image:url("../../files/content/images/klecks.png");background-position:left center;background-repeat:no-repeat;background-size: 15px auto;mix-blend-mode: multiply}.mobile_menu_trigger{color:#194E8B}