/**
 * CCDM Base Less Print
 * @author: André Müller <am@ccdm.de>
 */
/**
 * Variables
 */
/*@brandPrimary: NavajoWhite;
@brandSecondary: LightSkyBlue;*/
/**
 * Mixin Library
 */
/**
 * Finally The Layout
 */
/**[class*=""] {
	position: static !important;
	height: auto !important;
}*/
* {
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  text-shadow: none;
}
/*nav {
	display: none;
}*/
h1,
h2,
h3,
h4,
h5,
header {
  page-break-inside: avoid;
  page-break-after: avoid;
  break-after: avoid;
}
p,
figure,
dl,
ol,
ul,
blockquote,
table,
[class^="layout-"] {
  page-break-inside: avoid;
}
div,
header,
nav,
aside,
figure {
  position: relative;
  height: auto;
  width: auto;
  max-width: none;
}
.maxwidth {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
body {
  background: transparent;
}
/*
#toolbar {
	position: absolute;
}

#logo {
	right: 12px;
}

.teaser {
	color: @textColor;
}

nav#mainmenu,
nav#share,
nav.social,
nav.meta,
.bx-controls,
aside,
#footer {
	display: none;
}

.flex-wrap,
.ce-gridelement .ce-flex-grid {
	display: block;
}

main, 
.ce-gridelement .ce-flex-grid > [data-grid] {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

.ce-accordion {
	.dynamic-content {
		display: block !important;
	}
}*/
