/*!
 * 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;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999}.tx_popup:not(.active){display:none}.tx_popup .background{display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1}.tx_popup .popup{display:block;position:absolute;top:50%;left:50%;width:90%;max-width:800px;height:auto;max-height:90vh;transform:translate(-50%, -50%);z-index:2;background-color:#fff;overflow:auto;border-radius:10px;line-height:1.33}.tx_popup .popup .btn-close{display:-webkit-box;display:-ms-flexbox;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;position:absolute;top:0;right:0;z-index:3;width:2rem;height:2rem;padding:0;border:none;background-color:rgba(238,238,238,.5);transition:all 250ms ease;border-bottom-left-radius:3px}.tx_popup .popup .btn-close:hover{background-color:#ddd}.tx_popup .popup .btn-close svg{width:50%;height:50%}.tx_popup .popup .image-container{width:100%;margin:0 auto;overflow:hidden}.tx_popup .popup .image-container img{width:100%;aspect-ratio:16/9;height:auto;height:initial;-o-object-fit:cover;object-fit:cover}.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}
