@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

/* Helper Classes */
.schuessler-nm-100 {
    margin-top: -100px;
    position:relative;
    z-index:1;
}

.schuessler-nm-200 {
    margin-top:-200px;
    position: relative;
    z-index: 1;
}


/*Silbentrennung*/
body {
    hyphens: auto;
    hyphenate-limit-chars: 9 4 4;
}

/*Navigation:*/
.uk-navbar-left {
    position: absolute;
    top: -55px;
    filter: drop-shadow(0 0 3.273px rgba(0, 0, 0, 0.25));
}
.uk-navbar-left {
  overflow: auto;
  max-width: 50%;
  white-space: nowrap;
  scrollbar-width: thin;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.uk-navbar-nav .uk-nav li {
  white-space: normal;
}
.uk-navbar-nav > li > a {
    color: #ffffff;
}
.uk-navbar-nav > li:hover > a {
    color: #ffffff;
}
.uk-navbar-nav > li.uk-active > a {
    color: #ffffff;
    font-weight: 700;
}
.uk-navbar-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
/*Mobile Menu*/
/*Logo offcanvas zentrieren*/
.uk-margin-small-top {
    text-align: center
}
.uk-nav-primary {
    font-size:2rem;
}
.uk-navbar-toggle {
    color: #ffffff;
}
.uk-navbar-toggle:hover {
    color: #f8ebe5;
}





/*Buttons*/
.uk-button-secondary {
    border: 1px solid #1D1D1B;
}


/*Typostyling*/
h1, h2, h3, h4, h5, h6 {
    line-height:1 !important;
}


/*Styling Hero Stage Startseite*/

@media (min-width: 1600px) {
    .schuessler-hero-text {padding-left: 10%; padding-right: 10%;}
}
@media (min-width: 1200px) {
    .schuessler-hero-text {padding-left: 5%; padding-right: 5%;}
}
@media (min-width: 1080px) {
    .schuessler-hero-text {padding-left: 5%; padding-right: 1%;}
}
.uk-slidenav-container {
display: flex !important;
}






/*Styling Angebote*/

.schuessler-angebote .uk-grid {
margin-left: 0px;
}

.schuessler-mittagsangebote {
  height: 100%;
  padding: 32px !important;
}
.schuessler-mittagsangebote dt {
    font-size:20px;
    padding-top: 24px;
    border-top: 1px solid white;
}
#wochenangebote {
  height: 100%;
  padding: 32px !important;
}
#wochenangebote dt {
    font-size:20px;
    padding-top: 24px;
    border-top: 1px solid white;
}





/*Styling Abschnitt "Team" Startseite*/
.schuessler-foto-nm {
    margin-top: -100px;
    position: relative;
    z-index: 1;
}


/*Styling Footer*/
.footer-angebote {
    margin-top: -150px;
    filter: drop-shadow(0 4px 0 #FFF);
}
.footer-angebote:hover {
    animation-name: rotate; 
    animation-duration: 15s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/*Styling Unterseite "Fleisch"*/

.schuessler-video figure {
    margin-top: -200px;
    position: relative;
    z-index: 1;
}

/*Speisekarten-Unterseiten*/
.schuessler-speisekarte-tabelle tr {
    border-bottom: 1px solid #a41f35;
}
.schuessler-jumpback a {
    width: 100%;
}
.schuessler-jumpback .tm-button-link-line {
    width: 100%;
}

.schuessler-jumpback .tm-button-link-line::after {
    background-color: #A41F35 !important;
}

/* Offcanvas-Close an Burger-Menü angleichen (Größe + Position wie menu-2) */
#offcanvas .uk-offcanvas-close {
    top: 30px;
    right: 25px;
    padding: 0;
}
#offcanvas .uk-offcanvas-close svg {
    width: 25px;
    height: 25px;
}