@charset "utf-8";
/* CSS Document */

/* Joomla Menu by buntsucht (C) 2023 */

.navi::after {content: ""; display: table; clear: both;}
.navi {position: absolute; top: 2px; left: 0; font-family: 'Roboto Condensed', sans-serif; z-index: 333333;}
.navi ul {list-style-type: none; padding: 0; margin: 0;}
.navi ul li {float: left; padding: 5px 10px; background-color: #243036; position: relative; color: #fff; font-size: 20px; margin-right: 5px; border-radius: 6px; height: 28px; line-height: 28px; transition: all 0.5s ease 0s;}
.navi ul li a {color: #fff; text-decoration: none; font-size: 20px; transition: all 0.8s ease 0s;}
.navi ul li:hover {background-color: #34434a; border-radius: 0; transition: all 0.5s ease 0s;}
.navi ul li:hover a {color: #e2e2e2; transition: all 0.8s ease 0s;}

.mobil-navi {display: none;}