/* fonty */
h1, h2, h3, h4, h5, h6{
  font-family: termina, sans-serif !important;
font-weight: 700 !important;
font-style: normal;
}

body, p, a {
  font-family: aktiv-grotesk, sans-serif !important;
font-weight: 400 !important;
font-style: normal;
}


/* animace linek */
@keyframes linka-animace-keyframes {
            0% {
                transform: scale(0,1);
            }
  
            100% {
                transform: scale(1,1);
            }
        }


@keyframes linka-animace-keyframes-vertical {
            0% {
                transform: scale(1,0);
            }
  
            100% {
                transform: scale(1,1);
            }
        }

.linka-animace-scroll-vertical { 
width: 1px;
            height: 100%;
            background: #e0dddd;
            transform: scale(1,0); 
  margin-left: 0px;
  margin-right: auto;
  transform-origin: top center;
}

.linka-animace-play-vertical{
  animation: linka-animace-keyframes-vertical 1s ease 0.5s 1 normal forwards;
}

.linka-animace-scroll { 
width: 100%;
            height: 1px;
            background: #e0dddd;
            transform: scale(0,1); 
  transform-origin: 30% 30%
}

.linka-animace-play{
  animation: linka-animace-keyframes 1.5s ease 0.3s 1 normal forwards;
}



/* linky vertikální - full height of row */
.divider-full-height .sppb-container-inner{
height: 100%;
align-items: center;
}

.divider-full-height, .divider-full-height .sppb-container-inner .sppb-row, .divider-full-height .sppb-container-inner .sppb-row .sppb-col-md-1, .divider-full-height .sppb-container-inner .sppb-row .sppb-col-md-1 .sppb-addon-wrapper {
height: 100%;
}

@media screen and (max-width: 767px){
.divider-full-height-mobile .sppb-container-inner .sppb-row {
    height: auto !important;
}
}

.divider-align-bottom .sppb-row{
align-items: end !important;
}

/* opravuje šířku sloupce*/
.divider-full-height-spravna-sirka .sppb-col-md-1 {
    flex: 0 0 8.333333% !important;
    max-width: 8.333333% !important;
}

@media screen and (max-width: 991px){
.divider-full-height-spravna-sirka .sppb-col-md-1 {
    display: none !important;
}
}


/* stylizace menu */
#sp-logo{
flex: 0 0 25%;
    width: 25%;
}

#sp-menu{
    flex: 0 0 75%;
    width: 75%;
}

@media screen and (max-width: 767px){
#sp-logo{
flex: 0 0 30%;
    width: 30%;
}
}

@media screen and (max-width: 767px){
#sp-menu{
    flex: 0 0 70%;
    width: 70%;
}

}

#sp-logo .sp-column{
text-align: center;
}

#sp-header.full-header{
padding-left: 0px
}

#sp-header {
    background: #fff;
    backdrop-filter: blur(0px);
}

#sp-header.header-sticky{
    background: #fff;
}

#sp-header a{
color: #1a2834;
font-family: aktiv-grotesk, sans-serif !important;
font-weight: 400 !important;
font-size: 12px;
transition: .6s all;
line-height: 70px;
text-transform: uppercase !important;
}

#sp-header a:before{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 4px;
    transform: translate(-50%, -50%);
    background-color: #f4d08c;
    transition: 0.6s;
}

#sp-header a:hover:before{
width: 100%;
}

#sp-header a:hover{
color: #f4d08c;
}

#sp-header li.active a {
font-family: aktiv-grotesk, sans-serif !important;
font-weight: 700 !important;
}

#sp-header li.active a:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 4px;
    transform: translate(-50%, -50%);
    background-color: #f4d08c;
    transition: 0.3s;
}

#sp-header li.active a:before{
width: 100%;
}

.sp-megamenu-parent>li:last-child>a {
    padding: 0px 15px 0px 15px;
}

.logo-image {
    height: auto;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.burger-icon span{
background-color: #1a2834 !important;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span{
    padding: 0 15px;
}


#sp-main-body{
margin-top: 0px;
}

#sp-header {
    height: 70px;
}

#sp-header .logo{
height: 70px;
}

#sp-menu>.sp-column {
    height: 70px;
}

.offcanvas-menu {
    background-color: #ffffff;
    color: #1a2834;
}

.offcanvas-inner li a {
color: #1a2834;
font-family: aktiv-grotesk, sans-serif !important;
font-weight: 400 !important;
font-size: 14px;
transition: .6s all;
padding: 25px 10px !important;
}

.offcanvas-menu .offcanvas-inner ul.menu>li a, .offcanvas-menu .offcanvas-inner ul.menu>li span {
    color: #1a2834;
transition: .6s all !important;
}

.offcanvas-inner li.active a {
font-family: aktiv-grotesk, sans-serif !important;
font-weight: 700 !important;
color: #1a2834 !important;
}

.offcanvas-inner a:hover{
color: #f4d08c !important;
}

.offcanvas-inner li.active a:hover{
color: #f4d08c !important;
}



.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li {
    border-bottom: 1px solid #e0dddd !important;
    margin-bottom: 0;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    opacity: 1 !important;
}


.offcanvas-inner li.active a:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 4px;
    transform: translate(-50%, -50%);
    background-color: #f4d08c;
    transition: 0.3s;
width: 100%;
}


.offcanvas-inner a:before{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 4px;
    transform: translate(-50%, -50%);
    background-color: #f4d08c;
    transition: 0.6s;
}

.offcanvas-inner a:hover:before{
width: 100%;
}


@media screen and (max-width: 1160px) and (min-width: 992px){
.menu-with-offcanvas .menu-claim{
display: none;
}
}

@media screen and (max-width: 1218px) and (min-width: 1160px){
#sp-header a {
    font-size: 10px;
}
}








#sp-bottom .sp-module {
    margin-bottom: 0px !important;
}


/*load more*/
.load-more-content {
    display:none;
}

.load-more-content-ostatni {
    display:none;
}


/*šipky otočené pro mobil*/
.arrow-mobile{
transform-origin: center !important;
}

@media screen and (max-width: 767px){
  .arrow-mobile{
  transform: rotate(45deg) !important;
  }
}



/* automatická výška řádku podle obsahu pro mobil*/
@media screen and (max-width: 767px){
.mobile-row-height-auto{
height: auto !important;
}
}


/* větší popup videa*/
.mfp-iframe-holder .mfp-content {
    max-width: 1200px !important;
}



/* slider odstranění bílého pruhu vpravo na mobilu*/
.ls-overflow-visible {
overflow: none !important;
}


/* custom scroll to top*/
.sp-scroll-up {
display: block !important;
    position: unset !important;
    bottom: auto !important;
    right: unset !important;
    left: unset !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: transparent !important;
    border-radius: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
    margin: 0px auto !important;
opacity: 1 !important;
}

.sp-scroll-up {
    background: transparent !important;
}



/* headliny pro velké obrazovky */
@media screen and (min-width: 1800px){
.slider-headline{
margin-left: 20% !important
}
}