.headerclass {
    background: #ffffff;
    border-bottom: solid 1px #cdcdcd;
}

#menu-footer-navigation a {
    color: #bbb;
transition:color .3s ease-out,background .3s ease-out;
}
#menu-footer-navigation a:hover {
    color: #fff;
transition:color .3s ease-out,background .3s ease-out;
}

/* .topbarmenu ul li a {
    width: 100px;
    text-align: right;
} */

.nav-trigger .nav-trigger-case {
    border: 1px solid #cdcdcd;
    background: #ffffff;
}
.kad-nav-collapse {
    border: 1px solid #cdcdcd!important;
    border-top: 0!important;
}


/*** Animationen ***/
         @-webkit-keyframes fadeInLeft {
            0% {
               opacity: 0;
               -webkit-transform: translateX(-100px);
            }
            50% {
               opacity: 0;
               -webkit-transform: translateX(-100px);
            }
            100% {
               opacity: 1;
               -webkit-transform: translateX(0);
            }
         }  
         @keyframes fadeInLeft {
             0% {
               opacity: 0;
               -webkit-transform: translateX(-100px);
            }
           50% {
               opacity: 0;
               transform: translateX(-100px);
            }
            100% {
               opacity: 1;
               transform: translateX(0);
            }
         }
         @-webkit-keyframes fadeInRight {
            0% {
               opacity: 0;
               -webkit-transform: translateX(100px);
            }
            50% {
               opacity: 0;
               -webkit-transform: translateX(100px);
            }
            100% {
               opacity: 1;
               -webkit-transform: translateX(0);
            }
         }         
         @keyframes fadeInRight {
             0% {
               opacity: 0;
               transform: translateX(100px);
            }
           50% {
               opacity: 0;
               transform: translateX(100px);
            }
            100% {
               opacity: 1;
               transform: translateX(0);
            }
         }

/*
a.brand.logofont:before {
    content: "\e228";
    font-family: virtue_icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 47px;
    margin-right: -8px;
} */

a.topbar-icon-1 img {
    height: 20px;
}

.entry-content {
    padding: 0 30px;
}


@media (max-width:1139px){
.gabel, .messer {
display:none!important;
}
}
/*@media (max-width:768px){
.gabel, .messer {
display:none!important;
}
}*/
/* @media (min-width:1600px){
.gabel {
   right: calc(50% + 545px)!important;
}
} */
/*@media (max-width:1399px){
.gabel {
   left: -20px!important;
   right:unset!important;
   width:14%!important;
   height:calc(100% - 20px)!important;
}
}*/
.gabel {
   background: url(https://www.partyservice-holzinger.de/wp-content/uploads/GabelMesser-1-e1549626809585.png);
   background-size: contain; 
   background-repeat: no-repeat;
   background-position: top center;
   width:210px;
   height:100%;
   max-height: 1080px;
   top:0;
   position:absolute;
   z-index:1;
   pointer-events: none; 
   user-select: none; 
/*   right: calc(50% + 495px); */
   right: calc(50% + 419px);
}

.wrappermesser{
text-align:center;
margin: 0 auto;
}
/*
@media (min-width:1600px){
.messer{
     left: calc(50% + 526px)!important;
}
} */
/* @media (max-width:1399px){
.messer {
   right: -15px!important;
   left:unset!important;
   width:15%!important;
}
} */
.messer{
   background: url(https://www.partyservice-holzinger.de/wp-content/uploads/GabelMesser-e1549626828800.png);
   background-size: contain; 
   background-repeat: no-repeat;
   background-position: top center;
   width:210px;
   height:100%;
   max-height: 1080px;
   top:20px;
   position:absolute;
   z-index:1;
   pointer-events: none; 
   user-select: none; 
/*    left: calc(50% + 476px); */
    left: calc(50% + 400px);
}
