/* ////////////////////////////////////////////////////////////////////////////////////////////////////
// @object:		RWD TYPO3 print style Website kumulus.ch
// @version:	8.7.29
// @date:		12.12.2021
// @autor:		LeiserPublishing GmbH, www.leiserpublishing.com
// @copyright:	LeiserPublishing GmbH, Ipsachstrasse 10, 2560 Nidau, info(at)leiserpublishing(dot)com
// //////////////////////////////////////////////////////////////////////////////////////////////////// */

/* ====================================================================================================
// PRINTSTYLE
/* ==================================================================================================== */
/* ### DISPLAY - none ### */
#HEADERMENU, #SERVICENAVI, #MAINNAVI, #LOGINNAVI, #HEADERSLIDER, .Tx-Formhandler,
#servicenaviwrapper, #mainnaviwrapper, .tt-products {
    display: none;
}
/* ### COLUMNE - WIDTH - 100% ### */
.ce-textpic.ce-right.ce-intext .ce-gallery, .ce-textpic.ce-left.ce-intext .ce-gallery,
.ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery, .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery {
    float: none;
    max-width: 100%;
    margin:0;
    height: auto;
}
.ce-textpic.ce-right.ce-intext .ce-column, .ce-textpic.ce-left.ce-intext .ce-column,
.ce-textpic.ce-right.ce-intext.ce-nowrap .ce-column, .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-column {
    margin-left: 0;
    margin-right: 0;
}
.one-one-full-column, .one-one-column, .one-half-column, .one-third-column, .two-third-column,
.three-fourth-column, .one-fourth-column, .one-fifth-column, .two-fifth-column, .three-fifth-column,
.four-fifth-column, .one-sixth-column, .five-sixth-column {
    float: none;
    width: 100%;
    clear: right;
}
.one-half-column div, .one-third-column div, .two-third-column div, .one-fourth-column div, .three-fourth-column div {
    margin-right: 0 !important;
}
.ce-row {
    float: left;
}
/* ### DESABLED SCREEN STYLE ### */
body, #HEADER, .pagefooter-inner, #FOOTERDECLARATION {
    background: transparent;
}
.pagewidth {
	max-width: 100%;
}
.page-outer {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.page-inner {
	background: transparent;
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#pagelayer {
	-webkit-box-shadow: none;
	box-shadow: none;
}
#pagewrapper {
	background: transparent);
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
    
}