/* =========================================== */

/* MG-Systems 2018 */
/* Digitale Anleitung */
/* Entwicklung: Sven Apel & Swen Zuechner
/* Design: Sven Apel

/* =========================================== */ 

@import url('/assets/css/fonts.css');

/* =========================================== */

/* Style für Grundlayout, ohne inc. Anleitung! */

/* =========================================== */ 


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.print {
	display: none;
}
body {
	background: #fff;
}
h1 {
	margin-bottom: 0.6em;
	font-size: 1.2em;
	text-align: center;
	color: #0B3B5A;
}

h2 {
	font-size: 1.1em;
	font-weight: 300;
	color: #0B3B5A;
}

h3 {
	font-size: 0.9em;
	font-weight: 400;
	color: #0B3B5A;
}

p {
	font-size: 0.9em;
	font-weight: 400;
	color: #0B3B5A;
}

a {
	text-decoration: none;
	color: #fff;
}

li {
	color: #0B3B5A;
}
#MainWrapper {
	font-family: 'Roboto', sans-serif;
	text-align: center;
}


#HeaderIndex {
	position: relative;
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #F4F4F4;
	height: 3.3em;
}

#MainNav {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40%;
	background: #f4f4f4;
}

#MainNav p {
	text-align: center;
	font-size: 1.2em;
	font-weight: 400;
	color: #0B3B5A;
	padding: 0.2em 0 0 0.5em;
}

#MainNav:hover {
	background: #F4F4F4;
	cursor: pointer;
}

.Websitewindowfashion {
	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: #0B3B5A;
}

.DropDown-Content li {
	list-style: none;
	text-align: left;
	color: #F4F4F4;
	border-bottom: 1px solid #6e8a97;
	transition: background-color 0.5s;
}


.DropDown-Content li a {
	display: block;
	padding: 0.8em 1.5em 0.8em 1.5em;
	text-decoration: none;
	color: #F4F4F4;
	font-weight: 300;
}

.DropDown-Content li:hover {
	background-color: #001B2E;
	border-left: 0.5em solid #10DE9F;
}
.DropDown-Content li a:hover {
	font-weight: 300;
}

.DropDown {
	position: relative;
    display: inline-block;
}

.IconHinweis {
	padding-left: 2em;
	background: url(../images/icon-hinweis_weiss.svg) no-repeat 1em 50%;
	background-size: auto 50%;
}

.IconPrint {
	padding-left: 2em;
	background: url(../images/icon-drucken_weiss.svg) no-repeat 1em 50%;
	background-size: auto 50%;
}

.IconPackung {
	padding-left: 2em;
	background: url(../images/icon-packungsinhalt_weiss.svg) no-repeat 1em 50%;
	background-size: auto 50%;
}

.IconVideo {
	padding-left: 2em;
	background: url(../images/icon-video_weiss.svg) no-repeat 1em 50%;
	background-size: auto 50%;
}
.IconMont {
	padding-left: 2em;
	background: url("../images/icon-montage_weiss.svg") no-repeat 1em 50%;
	background-size: auto 50%;
}

.IconMess {
	padding-left: 2em;
	background: url(../images/icon-mess_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: 70%;
}

#ToWebsite img:last-child {
	margin-left: 1em;
	padding-top: 0.1em;
}

footer {
	width: 100%;
/*	position: fixed; */
}

#WrapperCont ~ .fixed {
	position: fixed;
	bottom: 0;
}

#ContFooter {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
	background: #F4F4F4;
}

#ContFooter a {
	display: flex;
	align-items: center;
	align-content: center;
	text-decoration: none;
	padding: 0.8em 0;
	color: #0B3B5A;
}

#ContFooter .icon {
	height: 18px;
	padding-left: 0.8em;
}

#ContFooter p {
	font-weight: 200;
	padding-left: 0.8em;
}

#CopyInfo {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	background: #0D1B2A;
}

#ItemCopy {
	height: 1.2em;
	padding-right: 0.5em;
	color: #cccccc;
}

#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;
}
.hidden {
	display: none;
}

.OptionMat {
	margin-left: 10em;
	margin-right: 10em;
	margin-bottom: 3em;
	border: 2px solid #f2f2f2;
}

.OptionMat .Grafikbox {
	padding: 2em;
}


/* =================== ENDE ===================*/




/* =========================================== */

/* ------ Style Layout inc. Anleitung! ------- */

/* =========================================== */

.qr-code-altg {
	max-width: 360px;
	margin: 1.6em auto 0.4em;
	display: flex;
	/*flex-direction: wrap;*/
	width: 100%;
	
}

.qr-code-altg img {
	width: 100px;
}

.qr-code-altg h2 {
	margin-top: 0.6em;
	padding-bottom: 0.6em;
	font-weight: 600;
	font-size: 1.2em;
}

.qr-code-altg p {
	font-weight: 400;
	font-size: 1em;
	line-height: 1.2em;
}

.qr-code-altg h2, p{
	text-align: left;
}




#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;
}

.bedienung {
	max-width: 1560px;
	margin: 0 auto 1.5em auto;
	padding: 1.5em;
	text-align: left;
	background: #f4f4f4;	
}

.bedinung > span {
	margin-bottom: 1.5em;
	display: block;
	font-size: 1.25em;
	line-height: 1.3em;
	padding-left: calc(1.5em + 6px);
	background: url(../image/icon_bedienung.svg) no-repeat 6px 50%);
	background-size; auto 90%;
}


#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;
}

.Packungsinhalt {
	
}

.Packungsinhalt ul {
	margin: 1.2em 0 0 1em;
	list-style: none;
	text-align: left;
}

.Packungsinhalt ul li {
	line-height: 1.5em;
}

.Cont-Anltg {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.Cont-Anltg ul{
	display: flex;
	flex-direction: row;
	text-decoration: none;
	/*width: calc(100% - 1.6em);
	max-width: 800px;
	margin: auto;*/
}
.Cont-Anltg.buttons2 ul{
	width: calc(100% - 1.6em);
	max-width: 800px;
	margin: auto;
}
/*
.Cont-Anltg ul li {
	background: #0B3B5A;
	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: #0D1B2A;
	border-bottom: 0.2em solid #10DE9F;
}
*/
.Cont-Anltg ul li {
	list-style: none;
	font-weight: 200;
	margin: 1em 1em 0 1em;
	/*width: 50%;*/
}
.Cont-Anltg.buttons2 ul li {
	width: 50%;
}

.Cont-Anltg ul li a {
	background: #0B3B5A;
	text-decoration: none;
	font-weight: 200;
	/*margin: 1em 1em 0 1em;*/
	padding: 0.85em 4em;
	border-radius: 1px;
	display: block;
	border-bottom: 0.2em solid transparent;
	border-bottom: 1px solid #0B3B5A;
	
	background-image: url(images/arrow_bedienung_weiss_rechts.svg);
	background-repeat: no-repeat;
	background-position: 90% 51%;
	background-size: auto;
	transition: border 0.5s, color 0.5s, background 0.5s;
}
.Cont-Anltg ul li a.back, .Cont-Anltg ul li a.back:hover {
	background-image: url(images/arrow_back.svg);
	background-position: 10% 51%;
	background-color: #fff;
	color: #0B3B5A;
	border: 1px solid #0B3B5A;
}
.Cont-Anltg ul li a.back:hover {
	color: #001B2E;
	border-color: #001B2E;
}
.Cont-Anltg ul li a:hover {
	background-color: #001B2E;
	/*border-bottom: 0.2em solid #10DE9F;*/
	/*border-bottom: 1px solid #10DE9F;*/
}
.Cont-Anltg a {
	/*margin-top: 4em;*/
}

#ContAnleitung {
	width: 100%;
	max-width: 1920px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
#ContAnleitung.box2 {
	margin: auto;
}
#ContAnleitung.box2 > div {
	width: calc(50% - 2em);
}
/*
.ContFlex {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	margin: 1em 0;
}
*/
.ContFlex {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	margin: 1em 0;
	position: relative;
	max-width: 560px;
	width: 100%;
	margin: auto;
}

.ContFlex-2 {
	display: flex;
	flex-direction: row;
	background-color: #fff;
}

.Button:first-child {
	/*margin-right: 2em;*/
	/*margin-top: 6em;*/
	/* margin: 6em auto 0.2em auto; */
}


.Button  {
	max-width: 360px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-size: 0.9em;
	margin: 1.4em;
	padding: 1.2em;
	border-bottom: 3px solid #F4F4F4;
	border-top: 3px solid #F4F4F4;
	color: #03090F;
}

.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;
}
/*
.AltgBox.box2 {
	width: calc(50% - 2em);
	margin: 1em auto;
	max-width: 550px;
}
*/
.HinweisBox {
	max-width: 360px;
	margin: 1.5em auto 0 auto;
	padding: 1em;
	background: #F4F4F4;
	color: #001B2E;
	text-align: center;
	line-height: 1.5em;
	font-weight: 400;
	border-radius: 2px;
	width: 100%;
}

.Modelluebersicht {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}

.Modelluebersicht img {
	width: 100%;
	padding: 3.2em 1.5em 2.5em 1.5em;
}

.AltgBox p {
	background: #F4F4F4;
	margin-top: 0.5em;
	padding: 0.8em;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: left;
}

.AltgBox .InfoText {
	background: #F4F4F4 url(../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;
	/*width: 33.333%;*/
}
div[id^="anleitung"] .Grafikbox {
	width: 100%;
	max-width: 300px;
}
.Grafikbox h4 {
	padding: 1em 0;
	font-size: 0.9em;
	font-weight: 400;
	text-align: center;
}

.Grafikbox img {
	margin: 0 auto;
	max-width: 300px;
	width: 100%;
}
	

.HeaderAltgBox {
	background: #1C3551;
	padding: 1em;
	font-size: 1em;
	font-weight: 400;
	color: #fff;
}

.ueberschriftHinweis{
	display: block;
	width: 100%;
	text-align: left;
	color: #0B3B5A;
	font-weight: 600;
}

.MontVideo {
	display: flex;
	flex-direction: row;
	width: 55px;
	height: 55px;
	margin: 1em 1em 0 0;
	border-bottom: 3px solid #F4F4F4;
}

.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: #1C3551 url(../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: #03090F;
}

#PDF-Erklaerung {
	background: #001B2E;
	/* padding: 0 0.5em 2em 0em; */
	padding: 0 1em 2em 1em;
}

#PDF-Erklaerung a p{
	color: #cccccc;
	text-align: center;
}
#PDF-Erklaerung p {
	font-size: 0.8em;
}
/************************************************/
ul#right span {
	/*padding-left: 0 0 0.8em 4em;*/
	/*text-align: center;*/
}
.ContFlex.sliderMenu ul, .Cont-Anltg.sliderMenu ul {
	display: block;
	position: absolute;
	z-index: 90;
	overflow: hidden;
	height: 4.5em;
	padding: 0.85em 0;
	transition: height 0.5s;
}
#menuController:checked + ul, #menuController2:checked + ul {
	/*height: 25.75em;*/
	height: auto;
}
.ContFlex.sliderMenu {
	
}
.ContFlex.sliderMenu ul li, .ContFlex.sliderMenu ul li:hover, .Cont-Anltg.sliderMenu ul li, .Cont-Anltg.sliderMenu ul li:hover {
	margin: 0;
	padding: 0;
	color: #fff;
	border-bottom: 0;
	text-align: left;
}
.ContFlex.sliderMenu ul li a, .Cont-Anltg.sliderMenu ul li a {
	display: block;
	margin: 0;
	padding: 0.85em 2em 0 2em;
	border-bottom: 0.25em solid transparent;
	background: #0B3B5A;
	transition: background 0.5s;
}
.ContFlex.sliderMenu ul li a:hover, .Cont-Anltg.sliderMenu ul li a:hover {
	background-color: #001B2E;
	border-bottom: 0.25em solid #10DE9F;
}
.ContFlex.sliderMenu ul li a:hover span, .Cont-Anltg.sliderMenu ul li a:hover span {
	border-color: transparent;
}
.ContFlex.sliderMenu ul li:last-child a span, .Cont-Anltg.sliderMenu ul li:last-child a span {
	border-color: transparent;
}
.ContFlex.sliderMenu ul a[class^=bg_], .Cont-Anltg.sliderMenu ul a[class^=bg_] {
	background-image: url(../programmieren-grafiken/kette.svg);
	background-repeat: no-repeat;
	background-position: 1.8em 50%;
	background-size: 2.5em auto;
}
.ContFlex.sliderMenu ul a.bg_clip, .Cont-Anltg.sliderMenu ul a.bg_clip {
	background-image: url(../images/clip.svg);
}
.ContFlex.sliderMenu ul a.bg_wandw, .Cont-Anltg.sliderMenu ul a.bg_wandw {
	background-image: url(../images/wandwinkel.svg);
}
.ContFlex.sliderMenu ul a.bg_bef, .Cont-Anltg.sliderMenu ul a.bg_bef{
	background-image: url(../images/befestigungswinkel.svg);
}
.ContFlex.sliderMenu ul a.bg_glasl, .Cont-Anltg.sliderMenu ul a.bg_glasl {
	background-image: url(../images/glasleistenwinkel.svg);
}
.ContFlex.sliderMenu ul a.bg_klemm, .Cont-Anltg.sliderMenu ul a.bg_klemm {
	background-image: url(../images/klemmtraeger.svg);
}

.ContFlex.sliderMenu ul a.bg_haltepl, .Cont-Anltg.sliderMenu ul a.bg_haltepl {
	background-image: url(../images/seitenf_halteplaettchen.svg);
}
.ContFlex.sliderMenu ul a.bg_befest, .Cont-Anltg.sliderMenu ul a.bg_befest{
	background-image: url(../images/seitenf_befestigungswinkel.svg);
}
.ContFlex.sliderMenu ul a.bg_glaslei, .Cont-Anltg.sliderMenu ul a.bg_glaslei {
	background-image: url(../images/seitenf_glasleistenwinkel.svg);
}
.ContFlex.sliderMenu ul a.bg_klemmtr, .Cont-Anltg.sliderMenu ul a.bg_klemmtr {
	background-image: url(../images/seitenf_klemmtraeger.svg);
}
.ContFlex.sliderMenu ul a.bg_1634, .Cont-Anltg.sliderMenu ul a.bg_1634 {
	background-image: url(../images/1634.svg);
}
.ContFlex.sliderMenu ul a.bg_p1662, .Cont-Anltg.sliderMenu ul a.bg_p1662 {
	background-image: url(../images/1662.svg);
}
.ContFlex.sliderMenu ul a.bg_p1636, .Cont-Anltg.sliderMenu ul a.bg_p1636 {
	background-image: url(../images/1636.svg);
}
.ContFlex.sliderMenu ul a.bg_p1637, .Cont-Anltg.sliderMenu ul a.bg_p1637 {
	background-image: url(../images/1637.svg);
}
.ContFlex.sliderMenu ul a.bg_p1635, .Cont-Anltg.sliderMenu ul a.bg_p1635 {
	background-image: url(../images/1635.svg);
}
.ContFlex.sliderMenu ul a.bg_p1663, .Cont-Anltg.sliderMenu ul a.bg_p1663 {
	background-image: url(../images/1663.svg);
}
.ContFlex.sliderMenu ul a.bg_p3650, .Cont-Anltg.sliderMenu ul a.bg_p3650 {
	background-image: url(../images/3650.svg);
}
.ContFlex.sliderMenu ul a.bg_p3600, .Cont-Anltg.sliderMenu ul a.bg_p3600 {
	background-image: url(../images/3600.svg);
}
.ContFlex.sliderMenu ul li a span, .Cont-Anltg.sliderMenu ul li a span {
	display: block;
	border-bottom: 1px solid #fff;
	padding: 0 0 0.85em 4em;
}
.ContFlex.sliderMenu ul li:first-child, .Cont-Anltg.sliderMenu ul li:first-child {
	margin-bottom: 0.25em;
}
.ContFlex.sliderMenu label, .Cont-Anltg.sliderMenu label {
	padding: 1.25em;
	line-height: 1em;
	display: block;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
	background: #0B3B5A;
	transition: background 0.5s;
}
.ContFlex.sliderMenu label:hover, .Cont-Anltg.sliderMenu label:hover {
	background-color: #0D1B2A;
}
.ContFlex.sliderMenu ~ .ContFlex .Button, .Cont-Anltg.sliderMenu ~ .Cont-Anltg .Button {
	margin-top: 5.8em;
}

/************************************************/
.ContFlex.sliderMenu.double ul, .Cont-Anltg.sliderMenu.double ul{
	position: absolute;
	width: 100%;
	display: block;
	width: calc(50% - 1em);
}
ul#left{
	left: 0;
}
ul#right {
	right: 0;
}
.ContFlex.sliderMenu.double .Button, .Cont-Anltg.sliderMenu.double .Button {
	margin-top: 5.75em;
	margin-bottom: 0;
}
/*
.Cont-Anltg.sliderMenu.double ul {
	width: calc(280px - 1.8em);
	margin-left: calc(-280px - 0em + 0.8em);
}
.Cont-Anltg.sliderMenu.double ul + input + ul {
	margin-left: calc(280px - 0.8em);
}
.Cont-Anltg.sliderMenu.double ul + input + ul a{
	background-image: none;
}
.Cont-Anltg.sliderMenu.double ul + input + ul span{
	padding-left: 0;
	text-align: center;
}
*/

/************************************************/
/* =================== ENDE ===================*/




/* =========================================== */

/* --- Layout Sicherheit und Datenschutz ----- */

/* =========================================== */ 

ol.Data-Liste {
	padding-left: 1em;
	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;
}


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;	
}

.DatenschutzCont h3{
	margin-top: 2em;	
}

.DatenschutzCont a{
	color: #0B3B5A;
	font-weight: 500;
	word-wrap: break-word;
}

ul.Anschrift{
	text-align: left;
	list-style: none;
	padding: 1.2em;
	margin: 0 auto;
	border-bottom: 3px solid #F4F4F4;
	border-top: 3px solid #F4F4F4;
}

#WrapperDatenschutz {
	max-width: 800px;
	margin: 0 auto;
}


p.Information{
	padding: 1em;
	background: #F4F4F4;
	margin: 0 auto;
	margin-top: 1.5em;
	margin-bottom: 1em;
	text-align: left;
}

ul.Aufzaehlungen{
	text-align: left;
	padding: 1.2em;
	background: #F4F4F4;
	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: #0B3B5A;
	margin: 1.2em auto;
	padding-top: 0.8em;
	border-radius: 2px;
}

.BackBtn p{
	color: #fff;
	text-align: center;
}

@media only screen and (max-width: 900px) {
    #WrapperDatenschutz {
        margin: 2em;
    }
	
	h2.Paragraph{
	font-size: 1em;
	font-weight: 400;
	max-width: 30em;
	margin: 0 auto;
	margin-top: 2em;
	}
}


/* =================== ENDE ===================*/


/* =========================================== */

/* ------ Style Layout MENU - Colorbox! ------- */

/* =========================================== */

.Menu-ColorBox {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1em;
}

.Menu-ColorBox p{
	padding-left: 8em;
	margin-bottom: 2em;
	color: #fff;
	font-size: 1em;
}


.Menu-ColorBox  ul {
	margin-top: 2em;
}
/*
.Menu-ColorBox  ul a {
	background: #0B3B5A;
	border-radius: 2px;
	display: block;
	margin-bottom: 0.4em;
	text-decoration: none;
	list-style: none;
}

.Menu-ColorBox  ul a:hover{
	color: #ffffff;
	background-color: #0D1B2A;
	border-bottom: 0.25em solid #10DE9F;
	transition: 0.3s;
	
}
*/
.Menu-ColorBox ul li {
	list-style: none;
}
.Menu-ColorBox ul li a {
	height: 10px;
	text-decoration: none;
	padding: 2em;
	background-color: #0B3B5A;
	border-radius: 2px;
	display: block;
	border-bottom: 0.25em solid #0B3B5A;
	margin-bottom: 0.4em;
}
.Menu-ColorBox  ul a:hover{
	color: #fff;
	background-color: #001B2E;
	border-bottom: 0.25em solid #10DE9F;
	transition: 0.3s;	
}

.Auswahl_Ue {
	margin-top: 1.2em;
	text-align: center;
	font-size: 1.2em;
}

.kette a {
	background: url(../programmieren-grafiken/kette.svg) no-repeat 1.8em 0.8em;
	background-size: 13% auto;
	padding-left: 1em;
}

.cm11 a {
	background: url(../programmieren-grafiken/cm11.svg) no-repeat 1.8em 0.8em;
	background-size: 13% auto;
	padding-left: 1em;
}

.cm12 a {
	background: url(../programmieren-grafiken/cm12.svg) no-repeat 1.8em 0.8em;
	background-size: 13% auto;
	padding-left: 1em;
}

.cm13 a {
	background: url(../programmieren-grafiken/cm13.svg) no-repeat 1.8em 0.8em;
	background-size: 13% auto;
	padding-left: 1em;
}

.cm16 a {
	background: url(../programmieren-grafiken/cm16.svg) no-repeat 1.8em 0.8em;
	background-size: 13% auto;
	padding-left: 1em;
}


.cm17 a {
	background: url(../programmieren-grafiken/cm17.svg) no-repeat 1.8em 0.8em;
	background-size: 9% auto;
	padding-left: 1em;
}









/* =================== ENDE ===================*/



/* =========================================== */

/* ------------ Screen ab 1080px ------------- */

/* =========================================== */ 

@media only screen and (max-width: 1080px) {
	
	.AltgBox {
		width: calc(50% - 2em);
	}
	
	.Button img {
		width: 2em;
	}
	
	.Cont-Anltg {
		/*margin: 0.8em;
		display: flex;
		flex-direction: column;*/
	}
	
	.Button.boxed {
		margin: 2em auto 0 auto;
	}
	
	.double .Button.boxed {
		margin: 6em auto 0;
	}
	
	.Cont-Anltg  ul{
		display: flex;
		flex-direction: column;
		margin: 0 auto;
		text-decoration: none;
	}
	.Cont-Anltg.buttons2 ul li {
		margin-left: auto;
		margin-right: auto;
		max-width: 400px;
		width: 100%;
	}
	
}

/* =================== ENDE ===================*/




/* =========================================== */

/* ------------- Screen ab 560px ------------- */

/* =========================================== */ 


@media only screen and (max-width: 560px) {
	
	#WrapperAnleitung {
		/*margin: 0.2em 0.8em;*/
		/*margin: 0.8em 0.8em 0.2em 0.8em;*/
		margin: 2em 0.8em 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 #F4F4F4;
		border-top: 3px solid #F4F4F4;
		color: #03090F;
	}
	#ContAnleitung.box2 > div {
		width: 100%;
		float: none;
	}
	.AltgBox/*, .AltgBox.box2*/ {
		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: 270px;
	}
	
	#CopyInfo {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 80px;
		font-size: 0.8em;
	}

	#ItemCopy {
		height: 1.2em;
		color: #cccccc;
	}

	#ItemData {
		height: 1.2em;
		font-size: 1em;
		color: #fff;
		border-left: 0px solid;
		margin-top: 0.5em;
		padding-left: 0;
		border-left: 0px;
	}
	
	#BackToTop {
		right: 0.5em;
		bottom: 1em;
	}
	
	.Cont-Anltg  ul{
		display: flex;
		flex-direction: column;
		text-decoration: none;
	}
	.ContFlex.sliderMenu.double ul + input + ul, .Cont-Anltg.sliderMenu.double ul + input + ul  {
		margin-top: 3.75em;	
	}
	#menuController:checked + ul + input + ul {
		display: none;
	}
	.sliderMenu ~ .ContFlex .Button, .sliderMenu ~ .Cont-Anltg .Button {
		margin-top: 9.8em;
	}
	ul#right, ul#left {
		left: 0;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	
	ul#only {
		margin-left: auto;
		margin-right: auto;
		width: 93%;
	}
	.ContFlex.sliderMenu.double .Button, .Cont-Anltg.sliderMenu.double .Button {
		margin-top: 10em;
	}
}

/* =================== ENDE ===================*/