﻿@font-face {
    font-family: 'TAZ Regular';
    font-display: auto;
    src: url(../fonts/Taz_05_Regular_TT.eot);
    src: local(":relaxed:"), url(../fonts/Taz_05_Regular_TT.eot?#iefix) format("embedded-opentype"), url(../fonts/Taz_05_Regular_TT.woff) format("woff"), url(../fonts/Taz_05_Regular_TT.svg#font) format("svg");
    font-weight: 100;
    font-style: normal
}
@font-face {
    font-family: 'TAZ Bold';
    font-display: auto;
    src: url(../fonts/Taz_05_Bold_TT.eot);
    src: local(":relaxed:"), url(../fonts/Taz_05_Bold_TT.eot?#iefix) format("embedded-opentype"), url(../fonts/Taz_07_Bold_TT.woff) format("woff"), url(../fonts/Taz_07_Bold_TT.svg#font) format("svg");
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: 'TAZ Bold Italic';
    font-display: auto;
    src: url(../fonts/Taz_07_BoldItalic_TT.eot);
    src: local(":relaxed:"), url(../fonts/Taz_07_BoldItalic_TT.eot?#iefix) format("embedded-opentype"), url(../fonts/Taz_07_BoldItalic_TT.woff) format("woff"), url(../fonts/Taz_07_BoldItalic_TT.svg#font) format("svg");
    font-weight: 700;
    font-style: italic
}
:root {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}
body {
    background-color: #ffffff;
    font-family: 'TAZ Regular';
    font-size: 1.1rem;
    padding-top: 79px;
    color: #666;
}
@media screen and (min-width: 580px) {
    body {
        padding-top: 89px;
    }
}
p {
    max-width: 780px;
    margin: 0 auto 1rem;
}
a, a:not([href]) {
    color: inherit;
    text-decoration: underline;
}
a.btn {
    text-decoration: none;
}
a:hover, a:not([href]):hover {
    text-decoration: none;
    color: #dc3545;
}
a.cookies-confirm {
    color: #fff;
    text-decoration: none;
}
a.cookies-confirm:hover {
    color: #fff;
    text-decoration: none;
}
a.text-white:hover {
    color: #fff;
}
b, strong {
    font-family: 'TAZ Bold';
    font-weight: 700;
}
.visually-hidden {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important;
}
.introduction-container {
    padding: 20px 100px 0 100px;
}
.btn-primary {
    background-color: #1FB300;
    border-color: #1FB300;
    font-size: 1.3rem;
    padding: 10px 20px;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
}
.btn-ghost {
    background-color: #fff;
    color: #1FB300;
    border: 2px solid #1FB300;
    text-decoration: none;
}
.btn-ghost:hover {
    background-color: #1FB300;
    color: #fff;
    border: 2px solid #1FB300;
}
.btn-primary.btn-xs {
    font-size: 1rem;
    padding: 5px 10px;
}
.btn-primary:hover {
    background-color: #1fa000;
    border-color: #1fa000;
    box-shadow: none;
}
.btn-primary:focus,
.btn-primary:active {
    background-color: #1FB300;
    border-color: #1FB300;
    box-shadow: none;
    color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #1FB300;
    border-color: #1FB300;
    box-shadow: 0;
}
.btn-secondary {
    background-color: #E30613;
    border-color: #E30613;
    font-size: 1.3rem;
    padding: 10px 20px;
    border-radius: 0;
}
.btn-secondary.btn-xs {
    font-size: 1rem;
    padding: 5px 10px;
}
.btn-secondary:hover {
    background-color: rgb(197, 5, 18);
    border-color: rgb(197, 5, 18);
    box-shadow: none;
}
.btn-secondary:focus,
.btn-secondary:active {
    background-color: rgb(197, 5, 18);
    border-color: rgb(197, 5, 18);
    box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: rgb(197, 5, 18);
    border-color: rgb(197, 5, 18);
    box-shadow: 0;
}
.footer {
    background-color: #fff;
    color: #000;
}
.footer ul {
    list-style-type: none;
}
.green-text {
    color: #1FB300;
}
.redline {
    background-color: #ed1c24;
    color: #fff;
}
h1 {
    font-family: 'TAZ Bold';
    color: #000;
}
h2 {
    font-family: 'TAZ Bold';
    font-weight: 700;
    color: #000;
    margin-bottom: 2rem;
    /* color: #ed1c24; */
}
h3 {
    font-family: 'TAZ Bold';
    font-weight: 700;
    color: #000;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}
.grey-text {
    color: #999;
}
.black-text {
    color: #000;
}
.small-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}
.email-input {
    font-size: 1.2rem;
    margin: 0 auto;
    padding: 10px 15px;
    border-radius: 0;
}
.email-input:focus {
    border: none;
    box-shadow: 0 0 0 .2rem #1fa000;
    box-shadow: 0 0 0 .2rem #1fa00066;
}
.email-input:invalid {
    border: none;
    box-shadow: 0 0 0 .2rem #ed1c2466;
}
.red-border {
    border-color: #ed1c24;
}
.red-text {
    color: #ed1c24;
}
#map_wrapper {
    height: 600px;
}
#map_canvas {
    width: 100%;
    height: 100%;
}
.address-container {
    font-size: 14px;
    text-align: left;
}
.address-container h3 {
    font-size: 18px;
}
.address-container a {
    color: #ed1c24;
}
.hover-red:hover {
    color: #ed1c24;
}
.img-footer {
    position: absolute;
    left: 350px;
}
.img-responsive {
    width: 100%;
    height: auto;
}
@media (max-width: 1400px) {
    .img-footer {
        position: absolute;
        left: 100px;
    }
}
@media (max-width: 900px) {
    .img-footer {
        display: none;
    }
}
#navbarTop {
    position: fixed;
    top: 0;
    z-index: 8888;
    height: 80px;
    width: 100%;
}
@media screen and (min-width: 580px) {
    #navbarTop {
        height: 90px;
    }
}
#navbarMobile {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    opacity: 0;
    display: none;
    transition: opacity 500ms;
}
.new-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    flex-wrap: wrap;
    padding: 0 16px;
}
.new-mobile-navbar {
    background-color: #E30613;
}
.new-navbar__brand {
    height: 55px;
}
.new-navbar__list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    margin: 0;
    height: 54px;
}
.new-mobile-navbar__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0 16px 0;
    margin: 0;
}
.new-navbar__list li {
    margin: 0 16px;
    text-align: center;
}
.new-navbar__hamburger {
    display: none;
}
.new-navbar__close {
    position: absolute;
    right: 34px;
    top: 20px;
}
.new-navbar__mobile {
    margin-bottom: 10px;
}
.new-navbar__link {
    color: #FFF;
    font-size: 1.125rem;
    text-align: center;
    text-decoration: none;
}
.new-navbar__link:hover {
    color: #FFF;
    text-decoration: underline;
}
@media (max-width: 767px) {
    .new-navbar__hamburger {
        display: block;
        height: 30px;
    }
    .new-navbar__desktop {
        display: none;
    }
    .new-navbar__list {
        padding: 0;
        height: 30px;
    }
}
@media (min-width: 768px) {
    #navbarMobile {
        display: none !important;
    }
}
/* Section trees */
.c-price-tag {
    display: inline-block;
    padding: 0.25rem 0.75rem 0.25rem 0.5rem;
    background-color: #c00;
    color: #fff;
    margin: 1px 0 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 100%;
}
.c-price-tag__txt {
    font-size: 0.75rem;
    line-height: 100%;
}
.tree-card a {
    color: #666;
    text-decoration: none;
}
.tree-card a:hover, 
.tree-card a:focus {
    color: #666;
}
@media screen and (min-width: 767px) {
    .danska-jedle {
        margin-top: -3rem;
    }
}
.danska-jedle img {
    max-width: 180px;
}
.danska-jedle img.w100 {
    max-width: 100%;
}
.danska-jedle .col-12 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 1rem;
}
.img-box {
    text-align: center;
}
.img-box img {
    max-width: 100%;
}
.ideal-width {
    max-width: 300px;
    margin: 0 auto;
}
@media screen and (max-width: 575px) {
    .ideal-width {
        margin-top: 2rem;
    }
}
/* Section Jedle v kontejneru */
.jedle-v-kontejneru {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}
.jedle-v-kontejneru > * {
    flex: 1 0 50%;
}
.jedle-v-kontejneru img {
    max-width: 100%;
    height: auto;
}
.jedle-v-kontejneru p {
    text-align: left;
}
.jedle-v-kontejneru .contains-arrow {
    position: relative;
}
.jedle-v-kontejneru .contains-arrow::after {
    content: '';
    position: relative;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
.jedle-v-kontejneru__texts img {
    margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
    .jedle-v-kontejneru .contains-arrow.contains-arrow-large::after {
        background-image: url('../img/2021/161x52_spodek_sipka_1.png');
        width: 161px;
        height: 52px;
        -webkit-transform: translateX(-75%);
        -moz-transform: translateX(-75%);
        -ms-transform: translateX(-75%);
        transform: translateX(-75%);
    }
    .jedle-v-kontejneru .contains-arrow.contains-arrow-small::after {
        background-image: url('../img/2021/108x48_vrch_sipka_1.png');
        width: 108px;
        height: 48px;
    }
    .jedle-v-kontejneru__texts p:first-child {
        margin-bottom: 0;
        -webkit-transform: translateX(-25%);
        -moz-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        transform: translateX(-25%);
    }
    .jedle-v-kontejneru__texts img {
        margin-top: -32px;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .jedle-v-kontejneru .contains-arrow.contains-arrow-small::after {
        -webkit-transform: translateX(-35%);
        -moz-transform: translateX(-35%);
        -ms-transform: translateX(-35%);
        transform: translateX(-35%);
    }
}
@media screen and (max-width: 767px) {
    .jedle-v-kontejneru {
        flex-direction: column;
    }
    .jedle-v-kontejneru > * {
        flex: 1 0 100%;
    }
    .jedle-v-kontejneru .contains-arrow {
        text-align: center;
    }
    .jedle-v-kontejneru .contains-arrow:after {
        display: none;
    }
}
/* Section produkt */
.produkt {
    max-width: 680px;
    margin: 24px auto 0;
}
.produkt .ideal-width {
    margin-top: 0;
}
.subheading {
    font-size: 1.75rem;
    font-weight: 400;
    font-family: 'TAZ Regular';
}
.shadows {
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.11);
}
.logo {
    width: 200px;
    height: auto;
}
@media screen and (min-width: 580px) {
    .logo {
        width: 255px;
    }
}
.articleHeader {
    position: relative;
    background-color: #fff;
}
.article-heading {
    z-index: 1;
    line-height: 1.75;
    font-size: 1.75rem;
    margin: 0;
    margin-top: 1rem;
    text-align: center;
}
@media screen and (min-width: 580px) {
    .article-heading {
        line-height: 1.3;
        position: absolute;
        bottom: -30px;
        transform: rotate(356deg);
        line-height: 1.5;
    }
}
@media screen and (min-width: 840px) {
    .article-heading {
        font-size: 2.5rem;
    }
}
.h1-line {
    background-color: #fff;
    padding: 10px 1rem;
    box-shadow: 0 0.125rem 0.6rem rgba(0,0,0,.3);
    z-index: 2;
    color: #222;
    position: relative;
}
.h1-line.grey {
    color: #666;
    z-index: 1;
}
.related-article {
    margin-bottom: 30px;
}
.related-article .play-btn {
    position: absolute;
    transition: linear .3s all;
    top: calc(50% - 45px);
    right: calc(50% - 45px);
    width: 90px;
}
.video {
    cursor: pointer;
}
.modal {
    /* max-width: 1024px !important; */
    padding: 0 !important;
    max-width: 840px;
}
.modal a.close-modal {
    top: 7.5px !important;
    right: 7.5px !important;
}
.swal2-popup {
    padding: 1em !important;
}
.swal2-content {
    padding: 0 !important;
}
.swal2-close {
    background-color: #fff !important;
    width: 1em;
    height: 1em;
}
.swal-video {
    width: 100%;
    max-width: 768px;
    min-width: 320px;
    min-height: 180px;
}
@media screen and (min-width: 768px) {
    .swal-video {
        min-width: 640px;
        min-height: 360px;
    }
}
.related-article a {
    position: relative;
}
.related-article a:hover .play-btn {
    transform: scale(1.2);
    transition: linear .3s all;
}
.related-article img {
    max-width: 100%;
}
.related-article a {
    text-decoration: none !important;
}
.h2-other-articles {
    font-size: 30px;
    text-align: center;
    margin: 30px auto;
    font-weight: 100;
    font-family: 'TAZ Bold';
}
.enter-article {
    font-family: 'TAZ Bold';
    font-size: 20px;
    text-align: left;
    color: #000;
    margin-bottom: 1rem;
}
.btn-red {
    background-color: #e30613;
    border: 3px solid #e30613;
    text-decoration: none;
}
.btn-red:hover {
    background-color: #f70715;
    border-color: #f70715;
    color: #fff;
}
ul {
    padding-left: 18px;
}
ul li {
    line-height: 1.3;
}
.c-cta-img {
    position: relative;
    overflow: hidden;
    display: block;
    max-width: 355px;
    margin: 0 auto;
}
.c-cta-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s linear;
}
.c-cta-img:hover::after,
.c-cta-img:focus-visible::after {
    opacity: 1;
}
.video-wrap {
   float: none;
   clear: both;
   width: 100%;
   position: relative;
   padding-bottom: 56.25%;
   padding-top: 25px;
   height: 0;
}
.video-wrap .youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}