/* =========================================== */

/* MG-Systems 2018 */
/* Digitale Anleitung */
/* Entwicklung: Sven Apel & Swen Zuechner
/* Design: Sven Apel

/* =========================================== */ 

@import '/anleitung/css/style.css';

@import url('/assets/css/fonts.css');

/* =========================================== */

/* Style für Grundlayout, ohne inc. Anleitung! */

/* =========================================== */ 


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.print {
	display: none;
}
h1 {
	margin-bottom: 0.6em;
	font-size: 1.2em;
	text-align: center;
	color: #263238;
}

h2 {
	font-size: 1.1em;
	font-weight: 300;
	color: #263238;
}

h3 {
	font-size: 0.9em;
	font-weight: 400;
	color: #263238;
}

p {
	font-size: 0.9em;
	font-weight: 200;
}

a {
	text-decoration: none;
	color: #fff;
}

li {
	color: #5c707a;
}
#MainWrapper {
	font-family: 'Roboto', sans-serif;
	text-align: center;
}


#HeaderIndex {
	position: relative;
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #ECEFF1;
}

#MainNav {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40%;
	background: #ECEFF1;
}

#MainNav p {
	text-align: center;
	font-size: 1.2em;
	font-weight: 400;
	color: #263238;
	padding-left: 0.2em;
}


#MainNav:hover {
	background: #ECEFF1;
	cursor: pointer;
}

.WebsiteLysel {
	display: flex;
	align-items: center;
	justify-content: center;
}

.BtnDropDown {
	display: flex;
	align-items: center;
	justify-content: center;
}
#DropDown {
	max-width: 40%;
	min-width: 360px;
	width: 100%;
	position: absolute;
	z-index: 100;
	overflow: hidden;
	height: 0px;
	transition: height 0.5s;
}
.DropDown-Content {
	width: 100%;
	background: #455A64;
}

.DropDown-Content li {
	list-style: none;
	text-align: left;
	color: #fff;
	border-bottom: 1px solid #546E7A;
	transition: background-color 0.5s;
}


.DropDown-Content li a {
	display: block;
	padding: 0.8em 1.5em 0.8em 1.5em;
	text-decoration: none;
	color: #fff;
	font-weight: 300;
}

.DropDown-Content li:hover {
	background-color: #37474F;
	border-left: 0.5em solid #c00d0d;
}
.DropDown-Content li a:hover {
	font-weight: 400;
}

.DropDown {
	position: relative;
    display: inline-block;
}

.IconHinweis {
	padding-left: 2em;
	background: url(/anleitung/images/icon-hinweis_weiss.svg) no-repeat 1em 50%;
	background-size: auto 50%;
}

.IconPrint {
	padding-left: 2em;
	background: url(/anleitung/images/icon-drucken_weiss.svg) no-repeat 1em 50%;
	background-size: auto 50%;
}

.IconPackung {
	padding-left: 2em;
	background: url(/anleitung/images/icon-packungsinhalt_weiss.svg) no-repeat 1em 50%;
	background-size: auto 50%;
}

.IconVideo {
	padding-left: 2em;
	background: url(/anleitung/images/icon-video_weiss.svg) no-repeat 1em 50%;
	background-size: auto 50%;
}

#ToWebsite {
	width: 60%;
	display: flex;
	justify-content: center;
	padding: 1em 0;
}

#ToWebsite img:first-child {
	width: 4.8em;;
}

#ToWebsite img:last-child {
	width: 1.5em;
	margin-left: 1em;
}


#ContFooter {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
	background: #455A64;
	margin-top: 2em;
}

#ContFooter a {
	display: flex;
	align-items: center;
	align-content: center;
	text-decoration: none;
	padding: 0.8em;
	color: #CFD8DC;
	border: 2px solid #90A4AE;
	border-radius: 4px;
}

#ContFooter .icon {
	height: 18px;
	padding-left: 0.8em;
}

footer p {
	font-weight: 200;
	padding-left: 0.8em;
	color: #CFD8DC;
}

#CopyInfo {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	background: #263238;
}

#ItemCopy {
	height: 1.2em;
	padding-right: 0.5em;
	color: #90A4AE;
}

#ItemData {
	height: 1.2em;
	padding-left: 0.5em;
	color: #fff;
	border-left: 1px solid #fff;
}


#BackToTop {
	position: fixed;
	right: 0.5em;
	bottom: 0.5em;
	cursor: pointer;
	transform: scale(0);
	transition: transform 0.25s;
}

#PrintAltg {
	position: fixed;
	right: 0.5em;
	top: 0.5em;
	transform: scale(0);
	cursor: pointer;
	transition: transform 0.25s;
}
article.fixed {
	padding-bottom: 260px;
}
article.fixed ~ footer {
	position: fixed;
	width: 100%;
	bottom: 0;
}
article.notFixed ~ footer {
	position: static;
}
/* =================== ENDE ===================*/


/* =========================================== */

/* ------ Style Layout inc. Anleitung! ------- */

/* =========================================== */ 


#HeaderAnleitung {
	display: flex;
	flex-direction: column;
	margin: 2em 0.8em 0 0.8em;
	line-height: 1.5em;
}

#WrapperAnleitung {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0.8em 0.8em;
}

#PakgInhtAnleitung  {
}

#PakgInhtAnleitung .PckgBox{
}
#packungsinhalt .PckgBox{
}

#ContAnleitung {
	display: flex;
	flex-wrap: wrap;
}
#EinleitungAuswahl {
	margin-top: 4em;
}

#Auswahl-Anltg {
	background: #fff;
	margin-top: 4em;
}

#Auswahl-Anltg span h3 {
	display: block;
	font-size: 1em;
	font-weight: 200;
	font-style: italic;
}

.Cont-Anltg {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.Cont-Anltg  ul{
	display: flex;
	flex-direction: row;
	text-decoration: none;
}

.Cont-Anltg ul li{
	background: #5c707a;
	text-decoration: none;
	list-style: none;
	font-weight: 200;
	margin: 1em 1em 0 1em;
	padding: 0.85em 4em;
	border-radius: 1px;
	border-bottom: 0.2em solid transparent;
}

.Cont-Anltg ul li:hover {
	background-color: #263238;
	border-bottom: 0.2em solid #c00d0d;
}

.Cont-Anltg a {
	margin-top: 2em;
}

#PakgInhtAnleitung  {
}

#ContAnleitung {
	display: flex;
	flex-wrap: wrap;
}

.ContFlex {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	margin: 1em 0;
}

.Button:first-child {
	margin-right: 2em;
}


.Button  {
	max-width: 360px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-size: 0.9em;
	margin-top: 1em;
	padding: 1.2em 1.2em 1em 1.2em;
	border-bottom: 3px solid #f3f7f9;
	border-top: 3px solid #f3f7f9;
	color: #070707;
}

.Button p {
	margin-right: 0.8em;
	font-size: 1.2em;
	font-weight: 400;
}

.AltgBox {
	width: calc(25% - 2em);
	width: calc(33.3333333333333% - 2em);
	margin: 1em;
	
}

.HinweisBox {
	max-width: 360px;
	margin: 1.5em auto 0 auto;
	padding: 1em;
	background: #E3F2FD;
	color: #263238;
	text-align: center;
	line-height: 1.5em;
	font-weight: 400;
	border-radius: 2px;
	width: 100%;
}

.AltgBox p {
	background: #ECEFF1;
	margin-top: 0.5em;
	padding: 0.8em;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: left;
}

.AltgBox .InfoText {
	background: #ECEFF1 url(/anleitung/images/icon-hinweis.svg) no-repeat 1em 50%;
	background-size: auto 40%;
	font-size: 0.8em;
	font-weight: 700;
	padding: 0.8em 0.8em 0.8em 4.2em;
}
.Grafikbox {
	display: flex;
	flex-direction: column;
	margin: 0 1em 1em 1em;
	padding: 0 1em;
}

.Grafikbox h4 {
	padding: 0 1em 1em 1em;
	padding: 0 1em 1em 0;
	font-size: 0.9em;
	font-weight: 400;
	text-align: center;
}

.Grafikbox  img {
	margin: 0 auto;
	padding-top: 1em;
	max-width: 270px;
	width: 100%;
	height: 100%;
}

.HeaderAltgBox {
	background: #37474F;
	padding: 1em;
	font-size: 1em;
	font-weight: 400;
	color: #fff;
}

.MontVideo {
	display: flex;
	flex-direction: row;
	width: 55px;
	height: 55px;
	margin: 1em 1em 0 0;
	border-bottom: 3px solid #ECEFF1;
}

.MontVideo img {
	padding: 0.6em;
	height: 80%;
	width: auto;
}

.ContNavBox {
	display: flex;
	flex-direction: row;
}

.Cont-GrafikBox {
	
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 0.5em;
	text-align: left;
	max-width: 66em;
	width: 100%;
	margin: auto;
}
#hinweise {
	background: #37474F url(/anleitung/images/icon-hinweis_weiss.svg) no-repeat 1em 50%;
}

#ContZusatzInfos {
	margin-top: 1em;
}

#InfoListe {
	margin: 0 auto;
	padding: 2em;
}

#InfoListe  li {
	line-height: 1.5em;
	padding: 1em 1em 1em 0;
	text-align: left;
	font-size: 0.9em;
	color: #070707;
}


#PDF-Erklaerung {
	background: #263238;
	padding: 0 0.5em 2em 0em;
	
}


#PDF-Erklaerung a p{
	color: #90A4AE;
}

/* =================== ENDE ===================*/


/* =========================================== */

/* ------ Layout Sicherheit und Datenschutz ------- */

/* =========================================== */ 

ol.Data-Liste {
	margin: 1em 6em;
	text-align: left;
	line-height: 1.5em;
}

ol.Data-Liste h3 {
	font-weight: 700;
	font-size: 0.9em;
}

ol.Data-Liste {
	max-width: 75em;
	margin: 0 auto;
	padding-left: 1em;
}

h2.Paragraph {
	font-size: 1em;
	font-weight: 400;
	max-width: 30em;
	margin: 0 auto;
	margin-top: 4em;
	margin-bottom: 2em;
}

#Anschrift {
	margin-top: 1em;
}

#Allgemein {
	margin-top: 1.7em;	
}

ul.Anschrift {
	text-align: left;
	list-style: none;
	padding: 1.2em;
	background: #eeeeee;
	margin: 0 auto;
}

#WrapperDatenschutz  {
	max-width: 800px;
	margin: 0 auto;	
}

#WrapperDatenschutz a {
	font-weight: 500;
	color: #c81624;
}

p.Information  {
	padding: 1em;
	padding-left: 1em;
	background: #E3F2FD;
	margin: 0 auto;
	margin-top: 1.5em;
	margin-bottom: 1em;
	text-align: center;
}

ul.Aufzaehlungen {
	text-align: left;
	padding: 1.2em;
	background: #eeeeee;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 2em;
	font-size: 0.9em;
}

.Aufzaehlungen li {
	margin-left: 1.5em;
}

.BackBtn {
	width: 280px;
	height: 45px;
	display: block;
	background-color: #37474F;
	margin: 1.2em auto;
	padding-top: 0.9em;
	border-radius: 2px;
}

.BackBtn p{
	color: #fff;
}


/* =================== ENDE ===================*/




/* =========================================== */

/* ------------- Screen ab 900px ------------- */

/* =========================================== */ 


@media only screen and (max-width: 900px) {
    #WrapperDatenschutz {
        margin: 2.5em;
    }
}


/* =================== ENDE ===================*/




/* =========================================== */

/* ------------ Screen ab 1080px ------------ */

/* =========================================== */ 

@media only screen and (max-width: 1080px) {
	
	.AltgBox {
		width: calc(50% - 2em);
		/*width: calc(33.333333333333333333% - 2em);*/
	}
	
	.Button img {
		width: 2em;
	}	
}



/* =================== ENDE ===================*/




/* =========================================== */

/* ------------- Screen ab 560px ------------- */

/* =========================================== */ 


@media only screen and (max-width: 560px) {
	
	#WrapperAnleitung {
	margin: 0.2em 0.8em;
	}
	
	.Button  {
		max-width: 360px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		font-size: 0.9em;
		margin: 1.2em auto;
		padding: 1.2em 1.2em 1em 1.2em;
		border-bottom: 3px solid #ECEFF1;
		border-top: 3px solid #ECEFF1;
		color: #070707;
	}
	
	.AltgBox {
		width: 100%;
		margin: 1.2em 0em 3em 0em;
		margin: 1em 0 1em 0;
	}
	#DropDown {
		width: 100%;
		min-width: 320px;
		max-width: none;
	}

	#packungsinhalt .PckgBox {
		margin: 0;
	}
		
	#PakgInhtAnleitung .Cont-GrafikBox {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.Cont-GrafikBox, .Cont-GrafikBox h3 {
		text-align: center;
	}
	
	.Grafikbox  img {
		max-width: 200px;
	}
	
	#CopyInfo {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 80px;
		font-size: 0.8em;
	}

	#ItemCopy {
		height: 1.2em;
		color: #90A4AE;
	}

	#ItemData {
		height: 1.2em;
		font-size: 1em;
		color: #fff;
		border-left: 0px solid;
		margin-top: 0.5em;
		padding-left: 0;
		border-left: 0px;
	}
	
	.Cont-Anltg {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.Cont-Anltg a{
		margin-top: 1.5em;
	}
	
	.Button:first-child {
		margin: 0 auto;
		margin-top: 2em;
	}
	
	.Cont-Anltg  ul{
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0;
	}
	
	#ContFooter {
		margin-top: 1em;
	}
	
}


/* =================== ENDE ===================*/