/**
* 2007-2026 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-2026 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

.tvsingle-block {
    min-height: 590px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: left;
}

.tv-single-block-image {
    display: inline-block;
}
.tv-single-block-content {
    float: none;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    text-align: center;
}

/*.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;
}*/

/*.tv-single-block-content-wrapper {
    -webkit-transform: skew(205deg);
    -o-transform: skew(205deg);
    -ms-transform: skew(205deg);
    -moz-transform: skew(205deg);
    transform: skew(205deg);
}*/
.tv-single-block-content-wrapper {
    background-color: #ffffff;
    width: min(100%, 760px);
    min-height: 265px;
    padding: 42px 50px 44px;
    border-radius: 0;
    text-align: center;
}
.tv-single-block-content-wrapper h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 400;
    color: #183b1b;
    margin: 0 0 28px;
    text-transform: none;
}
.tvsingle-block-text,
.tv-single-block-content-wrapper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 0;
    letter-spacing: 0;
}
.tv-single-block-content a {
    color: #ffffff;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: block;
    line-height: 18px;
}
.tv-single-block-content a i {
    font-size: 15px;
    display: none;
}

/*.tv-single-block-content a:before {
    content: '';
    position: absolute;
    background-color: #319be6;
    height: 1px;
    width: 100%;
    bottom: 0;
}*/
.tvcmssingle-block {
    position: relative;
    margin-bottom: 80px;
    min-height: 590px;
    display: flex;
    align-items: center;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
/*.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;
    }
    .tv-single-block-content{
        padding: 0;
    }
    .tvcmssingle-block,
    .tvsingle-block {
        min-height: 520px;
    }
}

@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;
    }
}
@media (max-width: 991px){
    .tvcmssingle-block {
        min-height: 420px;
        padding: 40px 15px;
    }
    .tvsingle-block {
        min-height: 0;
        justify-content: center;
    }
    .tv-single-block-content {
        justify-content: center;
    }
    .tv-single-block-content-wrapper{
        padding: 34px 24px 36px;
    }
    .tv-single-block-content-wrapper h2 {
        font-size: 32px;
    }
}
.tvall-inner-btn.tvcms-singleblock-link{
    margin-top: 26px;
    text-align: center;
    border: 1px solid #183b1b;
    background-color: #183b1b;
    display: inline-block;
    min-width: 94px;
    min-height: 45px;
    border-radius: 3px;
    padding: 13px 24px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    line-height: 0;
}
.tvall-inner-btn.tvcms-singleblock-link:after {
    display: none;
}
.tvall-inner-btn.tvcms-singleblock-link a {
    position: relative;
    z-index: 1;
}
.tvall-inner-btn.tvcms-singleblock-link span{
    color: #ffffff;
}
.tvall-inner-btn.tvcms-singleblock-link:hover span{
    color: #fff;
}
.tvcms-singleblock-link:hover a{
    color: #ffffff;
}
.lang-rtl .tv-single-block-content-wrapper{
    text-align: center;
}
