/**
* 2007-2025 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author PrestaShop SA <contact@prestashop.com>
*  @copyright  2007-2025 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
.tvcmssingle-block {
    margin-bottom: 100px;
}
.tvsingle-block-image-block {
    /*display: inline-block;*/
    text-align: right;
}
.tvsingle-block-image1 {
    position: absolute;
    bottom: 80px;
    left: 15px;
}
.tv-single-block-content {
    text-align: left;
    /*padding: 165px 0;*/
    /*left: 50%;*/
    position: unset;
    display: inline-block;
}
.tvcmssingle-block .tvsingle-block {
    position: relative;
}
.tv-single-block-content-inner {
    text-align: left;
    padding: 70px 87px;
    position: relative;
    box-shadow: 19px 19px 6px var(--box-shadow-color);
    --box-shadow-color: #319be678;
    background-color: rgba(95, 94, 94, .43);
    -webkit-transform: skew(-205deg);
    -o-transform: skew(-205deg);
    -ms-transform: skew(-205deg);
    -moz-transform: skew(-205deg);
    transform: skew(-205deg);
    width: 80%;
    margin-top: 0;
    margin-bottom: 50px;
    margin: auto;
}
.tvsingle-block-bg-text {
    position: absolute;
    left: -46%;
    top: 20%;
    font-size: 200px;
    font-weight: 800;
    opacity: .03;
    transform: rotate(-90deg);
}
.tvsingle-block-main-title-wrapper .tvcms-main-title .tvmain-title h2 {
    text-align: initial;
}
.tvsingle-block-desc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    color: #333;
    letter-spacing: 0.5px;
}
.tvsingle-block-desc h6 {
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    letter-spacing: 0.4px;
    font-weight: 600;
    margin-bottom: 20px;
}
.tvsingle-block-desc h1 {
    font-size: 24px;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.tvsingle-block-desc h2 span {
    font-size: 107px;
    font-weight: 900;
}
.tvsingle-block-desc h2 {
    font-size: 56px;
    margin-bottom: 25px;
    font-weight: 700;
    color: #222222;
    font-family: "Playfair Display";
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.tvsingle-bolck-btn.tvall-inner-btn {
    margin: 50px 0 0 0;
}
.tvsingle-block-desc {
    width: 89%;
    margin: 0;
}
@media (max-width: 575px) {
    .tvsingle-block-desc p {
        font-size: 12px;
    }
}
.tvsingle-block-desc p span {
    color: #000000;
    margin-left: 5px;
}
.tv-single-block-content a {
    color: #319be6;
    position: relative;
    font-size: 12px;
    font-weight: 500;
}
.tv-single-block-content a i {
    font-size: 15px;
}
.tv-single-block-content a:before {
    content: '';
    position: absolute;
    background-color: #319be6;
    height: 1px;
    width: 100%;
    bottom: 0;
}
.tvcmssingle-block {
    position: relative;
}
.tvcmssingle-block:before {
    /*content: '';*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b8;
}
@media (max-width: 1440px) {
    .tv-single-block-content-inner {
        padding: 40px 97px;
    }
    .tv-single-block-content h1 {
        font-size: 27px !important;
    }
}
@media (max-width: 1024px) {
    .tv-single-block-content-inner {
        padding: 20px 63px;
        width: 90%;
    }
    .tv-single-block-content h3:first-child {
        font-size: 20px;
    }
    .tv-single-block-content h1 {
        font-size: 21px !important;
    }
    .tv-single-block-content h3 {
        font-size: 13px;
        margin-bottom: 0;
    }
    .tvnews-event-titel h3 {
        font-size: 15px;
    }
}
.tvcms-singleblock-link {
    text-align: right;
}
.tvsingle-block-title {
    font-size: 15px;
    color: #555555;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.tvsingle-block-sub-desc {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    color: #000000;
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
}
@media (max-width: 1280px) {
    .tvsingle-block-desc h1 {
        font-size: 20px;
    }
    .tvsingle-block-desc h2 {
        font-size: 50px;
    }
    .tvsingle-block-desc h2 span {
        font-size: 95px;
    }
}
@media (max-width: 1199px) {
    .tvsingle-block-desc {
        width: auto;
    }
    .tvsingle-block-bg-text {
        left: -160px;
    }
}
@media (max-width: 991px) {
    .tvsingle-block-image2 {
        margin-left: 40px;
    }
    .tvsingle-bolck-btn.tvall-inner-btn {
        margin: 30px 0 0 0;
    }
    .tvsingle-block-image1 {
        bottom: -10px;
    }
}
@media (max-width: 767px) {
    .tvcmssingle-block .tvsingle-block {
        text-align: center;
    }
    .tvsingle-block-image1 {
        bottom: 40px;
        left: auto;
    }
    .tvsingle-block-image-block{
        text-align: center;
        margin-top: 15px;
    }
    .tvsingle-block-desc{
        padding: 0 5%;
    }
}
@media (max-width: 580px) {
    .tvsingle-block-title,
    .tvsingle-block-sub-desc {
        display: block;
    }
    .tvsingle-block-title {
        margin-bottom: 5px;
    }
    .tvsingle-block-desc{
        padding: 0 15px;
    }
}
@media (max-width: 360px) {
    .tvsingle-block-title,
    .tvsingle-block-sub-desc {
        font-size: 13px;
    }
    .tvsingle-block-desc{
        padding: 0 0px;
    }
}
/***** single block *****/
.tvsingle-block-image-content-inner {
    position: relative;
}
.tv-single-block-content .tvsingle-block-sub-description {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
}
.tv-single-block-content .tvsingle-block-title {
    font-size: 36px;
    color: #feed01;
    font-weight: 700;
    display: block;
    text-align: left;
    padding-bottom: 0;
}
.tv-single-block-content .tvsingle-block-desc {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
}
.tvsingle-block-info-box {
    text-align: right;
}
@media (min-width: 768px) {
    .tvsingle-block-main-title-wrapper .tvcmsmain-title-wrapper {
        text-align: initial;
    }
}
@media(max-width: 1380px) {
    .tv-single-block-content .tvsingle-block-sub-description {
        font-size: 14px;
    }
    .tv-single-block-content .tvsingle-block-title {
        font-size: 28px;
    }
    .tv-single-block-content .tvsingle-block-desc {
        font-size: 14px;
    }
    .tvsingle-bolck-btn-link.tvsingle-bolck-btn {
        font-size: 14px;
    }
}
.lang-rtl .tvsingle-block-image-content-inner,
.lang-rtl .tvsingle-block-image-content-inner,
.lang-rtl .tvsingle-block-image-info-wrapper {
    direction: ltr;
}
@media(max-width: 425px) {
    .tvsingle-block-desc h2 span {
        font-size: 65px;
    }
    .tvsingle-block-desc h2 {
        font-size: 30px;
    }
}