@import url("https://use.typekit.net/rsa6crf.css");
#TFL_container {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  font-family: "din-2014", sans-serif;
  font-size: 20px;
  line-height: 140%;
  color: #5e5e5e;
  background-color: #310200; }
  #TFL_container * {
    outline: none;
    -webkit-font-smoothing: antialiased !important;
    box-sizing: border-box; }
    #TFL_container *::after, #TFL_container *::before {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  #TFL_container .TFL_row:after, #TFL_container .TFL_row:before {
    display: table;
    content: " "; }
  #TFL_container .TFL_section {
    z-index: 2;
    width: 100%;
    max-width: 920px;
    height: auto;
    position: relative;
    margin: 0px auto 20px;
    overflow: hidden; }
  #TFL_container .TFL_row {
    width: 100%;
    float: left;
    clear: both; }
    #TFL_container .TFL_row > div {
      float: left; }
    #TFL_container .TFL_row .TFL_c2 {
      width: 50%;
      padding: 0 15px; }
      @media (max-width: 768px) {
        #TFL_container .TFL_row .TFL_c2 {
          width: 100%; } }
    #TFL_container .TFL_row .TFL_c3 {
      width: 33%;
      padding: 0 15px; }
      @media (max-width: 768px) {
        #TFL_container .TFL_row .TFL_c3 {
          width: 100%; } }
    #TFL_container .TFL_row .TFL_c4 {
      width: 25%;
      padding: 0 15px; }
      @media (max-width: 768px) {
        #TFL_container .TFL_row .TFL_c4 {
          width: 100%; } }
    #TFL_container .TFL_row .TFL_c5 {
      width: 20%;
      padding: 0 15px; }
      @media (max-width: 768px) {
        #TFL_container .TFL_row .TFL_c5 {
          width: 100%; } }
    #TFL_container .TFL_row .TFL_c6 {
      width: 16.66%;
      padding: 0 15px; }
      @media (max-width: 768px) {
        #TFL_container .TFL_row .TFL_c6 {
          width: 100%; } }
  #TFL_container .TFL_d-mobile {
    display: none; }
    @media (max-width: 768px) {
      #TFL_container .TFL_d-mobile {
        display: block; } }
  #TFL_container .TFL_d-desktop {
    display: flex; }
    @media (max-width: 768px) {
      #TFL_container .TFL_d-desktop {
        display: none; } }

.TFL_card-wrapper {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #310200; }

.TFL_zoom {
  padding: 2rem !important; }

.TFL_bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
  min-width: 100%; }

.TFL_w-80 {
  width: 80%; }
  @media (max-width: 768px) {
    .TFL_w-80 {
      width: 100%; } }

.TFL_p-0 {
  padding: 0rem !important; }

.TFL_p-2 {
  padding: 2rem !important; }
  @media (max-width: 768px) {
    .TFL_p-2 {
      padding: 0rem 2rem !important; } }

.TFL_p-0-2 {
  padding: 0rem 2rem !important; }

.TFL_p-0-4 {
  padding: 0rem 4rem !important; }

.TFL_mb-2 {
  margin-bottom: 2rem !important; }

.TFL_mb-3 {
  margin-bottom: 3rem !important; }

.TFL_text-center {
  text-align: center; }

.TFL_text-left {
  text-align: center; }

/* Hero --------------------------------- */
.TFL_hero {
  z-index: 2;
  position: relative;
  width: 100%;
  height: auto; }

.TFL_hero-image {
  position: relative;
  display: block;
  width: 100%;
  height: auto; }

/* END : Hero --------------------------- */
/* Headings --------------------------------- */
.TFL_heading-section {
  padding: 0rem 2rem !important; }

.TFL_heading {
  display: block;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  background-image: radial-gradient(circle, #b6803f 0%, #ae2700 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  overflow: hidden;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  margin: 0; }
  @media (max-width: 768px) {
    .TFL_heading {
      font-size: 38px; } }

.TFL_heading--small {
  font-size: 32px;
  font-weight: 400; }
  @media (max-width: 768px) {
    .TFL_heading--small {
      font-size: 28px; } }

/* END : Headings --------------------------- */
/* coffie-slider-elements ------------ */
.TFL_slider-section {
  z-index: 1;
  position: relative;
  overflow: hidden; }

.TFL_slider {
  position: relative;
  height: auto;
  white-space: nowrap;
  font-size: 0;
  transition: 0.8s; }

.TFL_slider > * {
  font-size: 1rem;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  height: auto;
  width: 100%;
  background: none 50% no-repeat;
  background-size: cover; }

/* end : coffie-slider-elements ------ */
/* coffie-slider ------------------------------- */
.TFL_coffie-slider > s:target ~ .TFL_prevNext > * {
  visibility: hidden; }

#TFL_coffie-slider__s1:target ~ .TFL_prevNext > *:nth-child(1) {
  visibility: visible; }

#TFL_coffie-slider__s2:target ~ .TFL_prevNext > *:nth-child(2) {
  visibility: visible; }

#TFL_coffie-slider__s3:target ~ .TFL_prevNext > *:nth-child(3) {
  visibility: visible; }

#TFL_coffie-slider__s4:target ~ .TFL_prevNext > *:nth-child(4) {
  visibility: visible; }

#TFL_coffie-slider__s5:target ~ .TFL_prevNext > *:nth-child(5) {
  visibility: visible; }

#TFL_coffie-slider__s6:target ~ .TFL_prevNext > *:nth-child(6) {
  visibility: visible; }

#TFL_coffie-slider__s7:target ~ .TFL_prevNext > *:nth-child(7) {
  visibility: visible; }

#TFL_coffie-slider__s8:target ~ .TFL_prevNext > *:nth-child(8) {
  visibility: visible; }

#TFL_coffie-slider__s9:target ~ .TFL_prevNext > *:nth-child(9) {
  visibility: visible; }

#TFL_coffie-slider__s10:target ~ .TFL_prevNext > *:nth-child(10) {
  visibility: visible; }

#TFL_coffie-slider__s11:target ~ .TFL_prevNext > *:nth-child(11) {
  visibility: visible; }

#TFL_coffie-slider__s12:target ~ .TFL_prevNext > *:nth-child(12) {
  visibility: visible; }

#TFL_coffie-slider__s13:target ~ .TFL_prevNext > *:nth-child(13) {
  visibility: visible; }

#TFL_coffie-slider__s14:target ~ .TFL_prevNext > *:nth-child(14) {
  visibility: visible; }

#TFL_coffie-slider__s15:target ~ .TFL_prevNext > *:nth-child(15) {
  visibility: visible; }

#TFL_coffie-slider__s1:target ~ .TFL_slider {
  transform: translateX(0%);
  -webkit-transform: translateX(0%); }

#TFL_coffie-slider__s2:target ~ .TFL_slider {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%); }

#TFL_coffie-slider__s3:target ~ .TFL_slider {
  transform: translateX(-200%);
  -webkit-transform: translateX(-200%); }

#TFL_coffie-slider__s4:target ~ .TFL_slider {
  transform: translateX(-300%);
  -webkit-transform: translateX(-300%); }

#TFL_coffie-slider__s5:target ~ .TFL_slider {
  transform: translateX(-400%);
  -webkit-transform: translateX(-400%); }

#TFL_coffie-slider__s6:target ~ .TFL_slider {
  transform: translateX(-500%);
  -webkit-transform: translateX(-500%); }

#TFL_coffie-slider__s7:target ~ .TFL_slider {
  transform: translateX(-600%);
  -webkit-transform: translateX(-600%); }

#TFL_coffie-slider__s8:target ~ .TFL_slider {
  transform: translateX(-700%);
  -webkit-transform: translateX(-700%); }

#TFL_coffie-slider__s9:target ~ .TFL_slider {
  transform: translateX(-800%);
  -webkit-transform: translateX(-800%); }

#TFL_coffie-slider__s10:target ~ .TFL_slider {
  transform: translateX(-900%);
  -webkit-transform: translateX(-900%); }

#TFL_coffie-slider__s11:target ~ .TFL_slider {
  transform: translateX(-1000%);
  -webkit-transform: translateX(-1000%); }

#TFL_coffie-slider__s12:target ~ .TFL_slider {
  transform: translateX(-1100%);
  -webkit-transform: translateX(-1100%); }

#TFL_coffie-slider__s13:target ~ .TFL_slider {
  transform: translateX(-1200%);
  -webkit-transform: translateX(-1200%); }

#TFL_coffie-slider__s14:target ~ .TFL_slider {
  transform: translateX(-1300%);
  -webkit-transform: translateX(-1300%); }

#TFL_coffie-slider__s15:target ~ .TFL_slider {
  transform: translateX(-1400%);
  -webkit-transform: translateX(-1400%); }

/* END :  coffie-slider ------------------------ */
/* coffie-slider - content elements ------------ */
.TFL_coffie-slider__wrapper {
  position: relative; }
  @media (max-width: 610px) {
    .TFL_coffie-slider__wrapper {
      position: relative;
      flex-direction: column;
      display: flex; } }

.TFL_coffie-slider__image {
  z-index: 3;
  display: block;
  width: 100%;
  height: auto;
  margin: 0; }

.TFL_coffie-slider__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }

/* end : coffie-slider - content elements ------ */
/* coffie-slider - bullets --------------------- */
.TFL_coffie-slider__bullets {
  z-index: 2;
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }

.TFL_coffie-slider__bullets > a {
  display: flex;
  width: 120px;
  margin: .5rem;
  text-decoration: none; }
  @media (max-width: 610px) {
    .TFL_coffie-slider__bullets > a {
      width: 120px; } }

.TFL_coffie-slider__bullets > a:hover {
  text-decoration: none; }
  .TFL_coffie-slider__bullets > a:hover .TFL_coffie-slider__bullets-title {
    color: #f7be0d;
    text-decoration: none; }

.TFL_coffie-slider__bullets-item {
  width: 100%; }

.TFL_coffie-slider__bullets-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 130px;
  width: 100%; }

.TFL_coffie-slider__bullets-image {
  display: block;
  left: 50%;
  bottom: 0px;
  transform: translate(10%, 5px) scale(0.8); }

.TFL_coffie-slider__bullets-title {
  font-size: 14px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: white;
  transition: color .3s ease-in-out; }

.TFL_image-center {
  transform: translate(0%, 5px) scale(0.8); }

/* end : coffie-slider - bullets --------------- */
.TFL_info {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  @media (max-width: 768px) {
    .TFL_info {
      flex-direction: column; } }

.TFL_info__heading {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  color: #f1762a;
  text-align: left; }
  .TFL_info__heading strong {
    font-weight: 700; }

.TFL_info__description {
  font-size: 16px;
  line-height: 1.4;
  color: #fff; }
  @media (max-width: 768px) {
    .TFL_info__description {
      font-size: 15px; } }

.TFL_info__description--small {
  font-size: 13px; }
  @media (max-width: 768px) {
    .TFL_info__description--small {
      font-size: 15px; } }

.TFL_image-section__image {
  max-width: 100%;
  height: auto; }
  @media (max-width: 768px) {
    .TFL_image-section__image {
      margin-bottom: 2rem; } }

.TFL_info-t2 .TFL_info__col-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%; }
  @media (max-width: 768px) {
    .TFL_info-t2 .TFL_info__col-left {
      width: 100%; } }

.TFL_info-t2 .TFL_info__col-right {
  width: 70%; }
  @media (max-width: 768px) {
    .TFL_info-t2 .TFL_info__col-right {
      width: 100%; } }

.TFL_info-t3 .TFL_info__col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%; }
  @media (max-width: 768px) {
    .TFL_info-t3 .TFL_info__col-left {
      width: 100%; } }

.TFL_info-t3 .TFL_info__col-right {
  width: 50%; }
  @media (max-width: 768px) {
    .TFL_info-t3 .TFL_info__col-right {
      width: 100%; } }

.TFL_info-t4 .TFL_info__col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%; }
  @media (max-width: 768px) {
    .TFL_info-t4 .TFL_info__col-left {
      width: 100%; } }

.TFL_info-t4 .TFL_info__col-right {
  width: 60%; }
  @media (max-width: 768px) {
    .TFL_info-t4 .TFL_info__col-right {
      width: 100%; } }

.TFL_smart-screen {
  padding: 2rem !important;
  position: relative; }

.TFL_smart-screen__wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto; }
  .TFL_smart-screen__wrapper:before {
    content: '';
    display: block;
    padding-top: 60%; }
  .TFL_smart-screen__wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none; }

/* accessories --------------------- */
.TFL_accessories__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 2rem 8rem 0rem; }

.TFL_accessories__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem; }
  @media (max-width: 610px) {
    .TFL_accessories__item {
      margin-bottom: 2rem; } }

.TFL_accessories__item-image {
  width: 100%;
  height: auto; }

.TFL_accessories__item-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: white;
  text-align: center; }

.TFL_accessories__item-strong {
  font-weight: 700; }

/* end : accessories --------------- */
/* Table --------------------------------- */
.TFL_table-section {
  position: relative;
  padding: 2rem !important; }
  @media (max-width: 768px) {
    .TFL_table-section {
      overflow-x: scroll !important; } }

.TFL_table {
  border-spacing: 0px !important;
  border-collapse: separate !important;
  width: 100% !important;
  font-size: 13px; }
  @media (max-width: 768px) {
    .TFL_table {
      font-size: 12px !important; } }
  .TFL_table thead td {
    padding: .5rem !important;
    width: 160px; }
  .TFL_table tbody tr th {
    font-weight: 700 !important;
    text-align: left !important;
    color: #eeeeee;
    padding: 1rem !important;
    vertical-align: top !important; }
    @media (max-width: 768px) {
      .TFL_table tbody tr th {
        padding: 1rem !important; } }
  .TFL_table tbody tr td {
    color: #eeeeee;
    text-align: center;
    vertical-align: middle;
    padding: 1rem !important; }
    @media (max-width: 768px) {
      .TFL_table tbody tr td {
        line-height: 13px !important;
        padding: .7rem !important; } }
  .TFL_table tbody tr:nth-of-type(even) th, .TFL_table tbody tr:nth-of-type(even) td {
    background-color: rgba(255, 255, 255, 0.1); }
  .TFL_table tbody tr:nth-of-type(even) th:first-of-type {
    border-radius: 10px 0 0 10px; }
  .TFL_table tbody tr:nth-of-type(even) td:last-of-type {
    border-radius: 0 10px 10px 0; }
  .TFL_table tbody tr td:nth-of-type(1) {
    color: #fda700; }
  .TFL_table tbody tr:nth-of-type(4) td {
    vertical-align: top; }

.TFL_table__image {
  max-width: 100%;
  height: auto; }

/* END : Table --------------------------- */
/* Faq --------------------------------- */
.TFL_faq {
  padding: 0rem 4rem;
  font-size: 18px;
  list-style-type: none;
  counter-reset: faq-counter 0; }
  @media (max-width: 768px) {
    .TFL_faq {
      font-size: 16px;
      padding: 0rem 2rem; } }

.TFL_sup {
  font-size: 10px; }

.TFL_faq-item {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fca600;
  overflow: hidden;
  /*   .TFL_faq-input:checked + .TFL_faq-question:before {
            transform: rotate(270deg);
        } */ }
  .TFL_faq-item .TFL_faq-input {
    display: none; }
  .TFL_faq-item .TFL_faq-input + .TFL_faq-question + .TFL_faq-answer {
    display: block; }
  .TFL_faq-item .TFL_faq-input:checked + .TFL_faq-question + .TFL_faq-answer {
    display: block; }
  .TFL_faq-item:last-of-type {
    margin-bottom: 0rem; }

.TFL_faq-question {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  transition: ease .5s;
  counter-increment: faq-counter 1; }

.TFL_faq-answer {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: white;
  margin-top: .5rem;
  margin-bottom: 1rem; }

.TFL_faq-description {
  color: white; }

/* END : Faq --------------------------- */
.TFL_video-container {
  position: relative; }
  .TFL_video-container video {
    top: 50%;
    left: 50%; }

.TFL_euro {
  max-width: 920px !important;
  /*        .TFL_bg.lazy.loaded{
            width: 150% !important;
            max-width: 150% !important;
        } 
 */ }
  .TFL_euro img.lazy {
    width: auto !important;
    max-width: 100% !important; }
  .TFL_euro .TFL_heading {
    font-size: 48px !important;
    font-weight: 400 !important;
    color: transparent !important;
    background-image: radial-gradient(circle, #b6803f 0%, #ae2700 70%) !important; }
    @media (max-width: 768px) {
      .TFL_euro .TFL_heading {
        font-size: 38px !important; } }
  .TFL_euro .TFL_heading--small {
    font-size: 32px !important;
    font-weight: 400 !important; }
    @media (max-width: 768px) {
      .TFL_euro .TFL_heading--small {
        font-size: 28px !important; } }
  .TFL_euro .TFL_table__image {
    max-width: 100% !important;
    height: auto !important; }

/*# sourceMappingURL=dev.css.map */
