/*!
 * Copyright (c) 2022
 *
 * This file is part of the TYPO3 CMS-based extension by PAGE&PAPER.
 *
 * It is free software; you can redistribute it and/or modify it under
 * the terms of the GNU General Public License, either version 2
 * of the License, or any later version.
 *
 */.tx_popup{display:block;height:100%;left:0;position:fixed;top:0;width:100%;z-index:9999}.tx_popup:not(.active){display:none}.tx_popup .background{background-color:rgba(0,0,0,.5);display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.tx_popup .popup{background-color:#fff;border-radius:10px;display:block;height:auto;left:50%;line-height:1.33;max-height:90vh;max-width:800px;overflow:auto;position:absolute;top:50%;transform:translate(-50%,-50%);width:90%;z-index:2}.tx_popup .popup .btn-close{align-items:center;background-color:hsla(0,0%,93.3%,.5);border:none;border-bottom-left-radius:3px;display:flex;flex-flow:row nowrap;height:2rem;justify-content:center;padding:0;position:absolute;right:0;top:0;transition:all .25s ease;width:2rem;z-index:3}.tx_popup .popup .btn-close:hover{background-color:#ddd}.tx_popup .popup .btn-close svg{height:50%;width:50%}.tx_popup .popup .image-container{margin:0 auto;overflow:hidden;width:100%}.tx_popup .popup .image-container img{aspect-ratio:16/9;height:unset;object-fit:cover;width:100%}.tx_popup .popup .content{padding:2rem}.tx_popup .popup .title{font-size:2rem;font-weight:700;margin:1rem 0;max-width:80%;word-break:break-word}