/*
Theme Name: Franks Fleischermeister Grill
Description: Franks Fleischermeister Grill Theme.
Author: Marcel Ströter
Author URI: http://www.marcelstroeter.com
Template: tm-beans
Version: 1.0.0
Text Domain: tm-beans
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Asap:400,500,700,900'); 


html {
    background-color: #000;
}


body {
    font-size: 110%;
    line-height: 1.5;
    background-color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #fff;
}


h1, h2, h3, h4 {
  font-family: 'Asap', sans-serif;
  color: #862121;
}


h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
}


h2 {
  
}


h2.uk-article-title {
    
}


h2.uk-article-title a:hover {
    
}


h3 {
  
}



h4 {
  
}



a, .uk-link, a:visited, .uk-link:visited {
    color: #862121;  
    transition: color .5s ease;
    text-decoration: underline;
    
}

a:hover, .uk-link:hover, a:active, .uk-link:active {
   color: #fff; 
}

hr {
  border: 0;
  height: 45px;
  background: url(./assets/img/divider.svg) 50% 0 no-repeat;
  margin: 1em 0;
}

/* =Helpers */
.white { color:#fff; }
.txt-black { color:#000; }

/*  =Header */
.hero-section {
  height: 100vh;
  background-attachment: fixed;
}



/* =Mouse Animation */
@-webkit-keyframes ani-mouse {
  0% {
  opacity: 1;
  top: 29%;
  }
  15% {
  opacity: 1;
  top: 50%;
  }
  50% {
  opacity: 0;
  top: 50%;
  }
  100% {
  opacity: 0;
  top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
  opacity: 1;
  top: 29%;
  }
  15% {
  opacity: 1;
  top: 50%;
  }
  50% {
  opacity: 0;
  top: 50%;
  }
  100% {
  opacity: 0;
  top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
  opacity: 1;
  top: 29%;
  }
  15% {
  opacity: 1;
  top: 50%;
  }
  50% {
  opacity: 0;
  top: 50%;
  }
  100% {
  opacity: 0;
  top: 29%;
  }
}

.pointer {
  
  
  
}

 .scroll-btn {
  display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 150px;
    margin: 0 auto;
    bottom: 20px;
  text-align: center;
}
.scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  font-family: "OpenSans", sans-serif;
  
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
  color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 28px;
    height: 49px;
    margin: 0 auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px;
}
.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: white;
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;

}


.tm-site-branding, .tm-site-branding a {
    
}



.tm-logo {
  
}

.logo-wrap {
  width: 40%;
  
}

.logo-wrap img {
  max-width: 500px;
  
}

.tm-primary-menu {
  
    
}


.tm-header {
   border-bottom: none;
    
}


.tm-header.uk-active {
    
}




/* =Menus & Navigation */

.uk-offcanvas-bar {
  position: relative;
}

.ffg-burger {
    position: absolute;
    top: -5px;
    left: 27px;
}



.wrapper-menu {
  width: 30px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: all .5s ease-out;
  margin-top: 3em;
  position: relative;
  z-index: 999;
}

.wrapper-menu .line-menu {
  background-color: #fff; 
  transition: all .5s ease;
}

.wrapper-menu:hover .line-menu {
  background-color: #862121;  
}

/*.wrapper-menu.open {
  transform: rotate(-45deg);  
}*/

.line-menu {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  height: 2px;
  
}


/*.wrapper-menu.open .line-menu {
  background-color: #fff;
  
}*/

.line-menu.half {
  width: 50%;
}

/*.line-menu.start {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: right;
}

.open .line-menu.start {
  transform: rotate(-90deg) translateX(3px);
}

.line-menu.end {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: left;
}

.open .line-menu.end {
  transform: rotate(-90deg) translateX(-3px);
}*/






.uk-navbar-nav > li > a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 62px;
    margin-right: 1em;
    line-height: 40px;
    color: #fff;
    font-size: 19px;
    font-family: "Asap", Arial, sans-serif;
    font-weight: 700;
    
    
}


.uk-navbar-nav > li:hover > a,  .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
    background-color: #A90620 !important;
    color: #fff !important;
    border-bottom: 8px solid #DF0023;
}


.uk-navbar-nav > li.uk-active > a, .uk-navbar-nav > li.current-menu-parent > a {
    background-color: #A90620;
    color: #fff;
    border-bottom: 8px solid #DF0023;
}


/* =Sub-Navigation  1. Level */
.uk-dropdown, .uk-dropdown-blank {
    
}

.uk-dropdown-navbar {
    
    
}


ul.sub-menu {
  
  
}

ul.sub-menu li {
  
}


ul.sub-menu > li > a {
  
  
}

ul.sub-menu > li > a:hover, ul.sub-menu > li > a:focus {
  
}


.some-menu {
    
  
}



.uk-nav-offcanvas > li > a {
  color: #fff;
}



.uk-nav-offcanvas > li > a:before {
  
}


.uk-nav-offcanvas > li:hover,  .uk-nav-offcanvas > li > a:active {
 background-color: #862121;
}


.uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
    background: #862121;
    color: #fff;
    outline: none;
}


.uk-nav-offcanvas > li:last-child > a {
    
    
}



html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    
}



html .uk-nav.uk-nav-offcanvas > li.current-page-parent > a {
    
}

.uk-nav-parent-icon > .uk-parent > a:after {
    
    
}






.uk-dropdown-bottom {
     margin-top: 0; 
}




a.uk-button-primary {
 
}



a.uk-button-primary:hover, a.uk-button-primary:active {
  
}




.uk-block-primary {
  
}



.uk-block-secondary {
  
}


.uk-panel-box {
   
}



/* Site width */
.uk-container {
    max-width: 1200px;
}



.tm-primary {
  background-color: #727272;
}


.uk-offcanvas-bar {
    background-color: #1F1F1F;
}


/* =Header Section */

.uk-sticky-placeholder {
    z-index: 999;
    position: absolute;
    width: 100%;
}


header.uk-block {
    
}


/* =The Footer */
.tm-footer {
    background-color: #000;
    padding: 1em 0;
    border: none;
}

.footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #919191;
    text-align: center;
}

a.footer-link {
    color: #fff;
    text-decoration: none;
}

a:hover.footer-link {
    color: #862121;
    text-decoration: underline;
}

/*ul.footer-menu {
  list-style: none;
  display: inline-block;
}

ul.footer-menu > li {
  float: left;
  margin-right: 2.5em;
}


ul.footer-menu > li:after {
  content: "\f111"; 
  font-family: "FontAwesome";
  font-size: 5px;
  margin-left: 5em;
  vertical-align: center;
  color: #5d5d5d;
}


ul.footer-menu > li:last-child:after {
  content: ""; 
}


ul.footer-menu > li > a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1em;
}*/

/* =Landing */

.intro {
  background-image: url(./assets/img/bg-intro.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: none;
}


.cta-button {
  
  
}

a.red-button {
    display: block;
    background: url(./assets/img/button-bg.svg) 50% 0 no-repeat;
    height: 55px;
    color: #fff;
    font-family: "Asap", sans-serif;
    font-size: 27px;
    padding: .2em 1em 0 1em;
    margin: 0 auto;
    width: 300px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    transition: all .5s ease;
}


a.red-button:hover {
  color: #521414;
  text-decoration: none;
  transform: scale(1.2);
}


.contact-section {
  background-image: url(./assets/img/bg-wood.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: none;
  position: relative;
  overflow: hidden;
}

.schaschlik {
    position: absolute;
    right: -133px;
    width: 550px;
    z-index: 999;
    top: 140px;
}


/* =Feed */
#efblcf {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 40px;
    border-bottom: 0px solid #eee;
}


#efblcf .efbl_story_meta {
    display: none !important;
}


/* =Modal */
.uk-modal-dialog-blank > .uk-close:first-child {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    margin: 0;
    float: none;
    color: #000;
}
