:root {
--green: #00812D;
--black: #000000;
--white: #ffffff;
--menu-fixed: rgba(255, 255, 255, .9);
--beige: #F6F1E5;
}  @font-face {
font-display: swap; font-family: 'Bebas Neue';
font-style: normal;
font-weight: 400;
src: url(//catering-traun.at/fonts/bebas-neue-v14-latin-regular.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Heebo';
font-style: normal;
font-weight: 400;
src: url(//catering-traun.at/fonts/heebo-v22-latin-regular.woff2) format('woff2'); }
p {
margin: 0 0 12px;
}
h1, h2, h3, h4, h5, h6, .elementor-widget-container .elementor-heading-title, .elementor-counter-number, .elementor-image-carousel-caption {
font-family: 'Bebas Neue';
line-height: 1.3em;
letter-spacing: 1px;
}
.elementor-image-carousel-caption {
font-size: 24px;
color: var(--black);
}
body,html {
scroll-behavior: smooth;
margin: 0;
padding: 0; 
font-family: 'Heebo'!important;
font-weight: 400;
font-size: 20px; 
line-height: 1.6em;
color: var(--black);
}
* {
box-sizing: border-box;
outline: none;
}
img {
max-width: 100%;
height: auto;
}
.button_top {
position: fixed;
bottom: 10px;
right: 10px;
display: none;
background: var(--black);
padding: 0;
width: 36px;
height: 36px;
border-radius: 50%;
}
.header__logo .logo {
position: relative;
width: 180px;
height: auto;
z-index: 1;
transition: all 1s;
}
.navigation__wrapper li a.activehpl {
color: var(--green);
}
header {
position: fixed;
height: 0;
top: 0;
z-index: 1;
width: 100%;
background-color: var(--menu-fixed);
transition: all 0.5s;
display: flex;
align-items: center;
padding: 15px 0;
opacity: 0;
visibility: hidden;
}
.header__fixed {
opacity: 1;
height: 80px;
visibility: visible;
box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
header .header__wrapper {
width: 100%;
display: flex;
flex-wrap: wrap;
max-width: 1140px;
margin: 0 auto;
}
#hamburger {
width: 40px;
height: 30px;
display: block;
position: relative;
z-index: 1;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
cursor: pointer;
}
div#hamburger.open span {
background: var(--black);
}
.header__fixed #hamburger span{
background: var(--green);
}
#hamburger span {
display: block;
position: absolute;
height: 4px;
width: 100%;
background: var(--black);
border-radius: 6px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.25s ease-in-out;
-moz-transition: 0.25s ease-in-out;
-o-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out;
}
#hamburger span:nth-child(1) {
top: 0px;
}
#hamburger span:nth-child(2) {
top: 12px;
}
#hamburger span:nth-child(3) {
top: 24px;
}
#hamburger.open span:nth-child(1) {
top: 14px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}
#hamburger.open span:nth-child(2) {
opacity: 0;
left: -60px;
}
#hamburger.open span:nth-child(3) {
top: 14px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.header__mobile--wrapper{display:none;}
.navigation__wrapper{ 
display:flex; 
flex-wrap: wrap;
margin: 0;
width: 100%; 
padding: 10px;
text-align: center;
transition: all 0.5s;
}
.navigation__wrapper li a{color: var(--black);text-decoration: none;font-size: 14px;position: relative;text-transform: uppercase;}
.navigation__wrapper li.current_page_item a {
font-weight: 700;
}
#menu-hauptnavigation li {
display:inline-flex;
padding:0 2%;
}
#menu-hauptnavigation{margin:0; padding: 0;width:100%;}
.menu-hauptnavigation-container, .menu-subnavigation-container{width:100%;}
.menu-subnavigation-container a{font-size:18px!important;}
.header__logo {
flex: 15%;
position: relative;
}
.navigation {
flex: 70%;
display: flex;
align-items: center;
justify-content: center;
}
.navigation__buttons {
flex: 15%;
display: flex;
align-items: center;
justify-content: flex-end;
}
.navigation__buttons ul {
margin: 0 10px 0 0;
padding: 0;
transition: all 0.5s;
display: flex;
gap: 12px;
}
.navigation__buttons ul li {
display: inline-flex;
}
.navigation__buttons ul li  a {
display: flex;
align-items: center;
}
.navigation__buttons ul li svg {
width: 36px;
height: 36px;
transition: all 0.5s;
background-color: var(--black);
border-radius: 50%;
}
.navigation__buttons .wc-block-mini-cart__button {
padding: 0;
width: 36px;
height: 36px;
}
.wc-block-components-totals-item__description, .wc-block-components-product-badge {
display: none!important;
}
.wc-block-mini-cart {
display: flex!important;
}
.header__fixed .navigation__buttons ul li svg {
background-color: var(--white);
color: var(--black);
}
@media screen and (max-width:1024px) {
#menu-hauptnavigation li {
padding: 0 1%;
}
.navigation__wrapper li a {
font-size: 12px;
}
}
@media screen and (max-width:768px) {
.navigation {
display:none;
}
.header__mobile--wrapper { 
padding:10px;
display: flex;
width:60%;
align-items: center;
justify-content: flex-end;
}
.header__logo {
display:flex;
width:40%;
padding: 10px;
}
header .header__wrapper{display:flex; flex-wrap: wrap;align-items: center;}
#menu-hauptnavigation li{
width:100%;
padding: 0;
margin: 12px 0;
}
.subnavigation__wrapper li{margin:5px 0;}
.menu-subnavigation-container .menu{text-align: center!important;}
.subnavigation__wrapper li a{font-size:20px;}
.navigation__wrapper li a {
font-size: 24px;
float: left; 
width: 100%;
text-align: center;
}
.navigation__wrapper {
position: absolute;
top: 0;
left: 0;
align-items: center;
width: 100%;
height: 100vh;
margin:0;
background-color: var(--white);
}
.navigation__wrapper li.current-menu-item a:after {
display: none;
}
.navigation__wrapper li.current-menu-item a {
color: var(--black);
}
.navigation__buttons {
position: fixed;
left: 10px;
bottom: 10px;
}
}