/*! otm, Compiled at 2024-07-17 10:15:59 */
/**
 * Oldenburg
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2016 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @author     Steven Schöning <schoening@infomax-it.de>
 * @since      2016-11-14
 * @version    $$Id$$
 **/
/**
 * OTM - Hauptportal 2016
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage imageCopyright
 * @author     schöning
 * @since      23.02.2017
 * @version    $Id$
 **/
/* dimensions */
/* ultra tiny introduced for iPhone 5s */
/* corporate design */
/* @see src/portal/assets/styles/_brand for css variables */
/* other colors */
/* percentage dimensions */
/* percentage margins */
/* percentage paddings */
/* default font settings */
/* vertical aligns */
.verticalAlignHelper {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  margin: 0;
}
@media all {
  .copyright {
    position: relative;
    font-family: MyriadPro, Arial, sans-serif;
  }
  .imageCopyright {
    display: block;
    right: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer;
    z-index: 2;
    color: rgb(var(--color-white));
    padding: 5px 15px 5px 15px;
    font-size: 18px;
    font-family: MyriadPro, Arial, sans-serif;
  }
  .imageCopyright.hidden {
    visibility: hidden;
  }
  .imageCopyrightTextfield {
    text-decoration: none;
    overflow: hidden;
    display: block;
    right: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer;
    font-size: 12px;
    z-index: 2;
    color: rgb(var(--color-white));
    padding: 5px 15px 5px 15px;
    font-family: MyriadPro, Arial, sans-serif;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
  .imageCopyrightTextfield.hidden {
    visibility: hidden;
  }
}
