@charset "UTF-8";

/*************************************************************************************************************************************/
/* abtei-tholey.de  */
/* Style-CSS / print.css */
/* AUTOR: ms */
/*************************************************************************************************************************************/

*:focus,
*:active,
*:link,
*:any-link {/*border: none; background: none;*/ text-decoration: none; outline: none;}

/*************************************************************************************************************************************/
/* BODY */
/*************************************************************************************************************************************/

html, body { margin: 0; padding: 0; font-size: 17px; font-family: 'Titillium Web', sans-serif; width: auto; height: auto; color: #5b5b5b;  background: #ffffff;}
.invisible {display: none !important;}

/*************************************************************************************************************************************/
/* DEL */
/*************************************************************************************************************************************/

#preheader,
#header #header-navi,
#header #spenden-button,
#header .mod_mobile_menu,
#header .mod_navigation,
#header .mod_article,
#right,
#footer {display: none;}


#copyright {border-top: 1px solid #212121; padding-top: 20px; margin-top: 40px; text-align: center;}

/*************************************************************************************************************************************/
/* CONTENT */
/*************************************************************************************************************************************/

/** accordion **/
.ui-accordion-header {font-weight: bold; font-size: 1.2em;}
.ui-accordion-content {display: block !important;}
