/* =========================================== */

/* MG-Systems 2018 */
/* Digitale Mess- / Montageanleitung */
/* Entwicklung: Sven Apel & Swen Zuechner
/* Design: Sven Apel

/* =========================================== */ 


/*

page-break-after:always;
page-break-before:always;
page-break-after:avoid;
page-break-before:avoid;

*/

@import url('/assets/css/fonts.css');

body {
	font-size: 0.4cm;

}
h1 {
	font-size: 0.7cm;
}
h2 {
	font-size: 0.6cm;
}
h3 {
	font-size: 0.5cm;
}
header, #DropDown, .ContNavBox, footer, .MontVideo, #BackToTop, #PrintAltg {
	display: none;
	/*
	padding: 1.5em;
	text-align: center;
	Border-Bottom: 2px solid #070707;
	*/
}

img {
	height: 7cm;
	display: block;
	margin: auto;
}
.GrafikPrint img {
	height: 2cm;
}
.Cont-GrafikBox, .ContAnleitung {
	display: flex;
	flex-wrap: wrap;
}
.Cont-GrafikBox {
	margin-bottom: 1cm;
}
#ContAnleitung {
	margin-bottom: 1cm;
}
#ContAnleitung:after {
	content: "";
	width: 100%;
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}
.Grafikbox {
	margin: auto;
}
.AltgBox {
	width: calc(50% - 1cm);
	float: left;
	margin-left: 1cm;
}
.AltgBox:nth-child(2n+1) {
	margin-left: 0;
}
#ContZusatzInfos {
	page-break-before:always;
	clear: both;
}
.hidden {
	display: none;
}
/* =========================================== */

/* Style für Grundlayout, ohne inc. Anleitung! */

/* =========================================== */ 

/*
* {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	box-sizing: border-box;
	
}
body {
	color: #070707;
	width: 10cm;
	border: 1px solid black;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 0.6em;
}

h2 {
	font-size: 1em;
	margin-bottom: 1em;
}

h3 {
	font-size: 1em;
}

p {
	font-size: 0.8em;
}

header {
	padding: 1.5em;
	text-align: center;
	Border-Bottom: 2px solid #070707;
	
}

header span {
	font-size: 1em;
}

.Button, .MontVideo, #MainNav, #BackToTop, #ContFooter img, a, ul {
	display: none;
}

.PckgBox {
	margin: 1.2em;
}

#ContAnleitung {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
 
.Cont-GrafikBox {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;

	
}

.Grafikbox {
	margin: 1em;
	padding: 1em;
}

.Grafikbox img{
	max-width: 180px;
	margin-top: 2em;
}

.AltgBox p {
	background: #f1f1f1;
	padding: 0.8em;
}

.AltgBox {
	max-width: 220px;
	margin-bottom: 2em;
	border: 1px solid #070707;
}

.AltgBox h3 {
	padding: 1em;
}
*/