
/*************************************************************************************
* Allgemeine Definitionen
*************************************************************************************/

html {overflow-y: scroll;}

/* HTML5 display-role reset fuer alte Browser */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {display: block;}
ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0; table-layout: fixed; empty-cells: show;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}

/* RESET & BASICS (Inspired by E. Meyers) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, center, dl, dt, dd, ul, li, fieldset, form, label, legend, caption, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:	0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}
                
/* Einbindung Schrift, LICENSE: /css/webfonts/LICENSE.txt */
@font-face {
	font-family: 'Roboto';
	src: url('/css/webfonts/roboto-light.eot');
	src: url('/css/webfonts/roboto-light.eot?#iefix') format('embedded-opentype'),
         url('/css/webfonts/roboto-light.woff2') format('woff2'),
         url('/css/webfonts/roboto-light.woff') format('woff'),
         url('/css/webfonts/roboto-light.ttf') format('truetype'),
         url('/css/webfonts/roboto-light.svg#robotolight') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('/css/webfonts/roboto-regular.eot');
	src: url('/css/webfonts/roboto-regular.eot?#iefix') format('embedded-opentype'),
         url('/css/webfonts/roboto-regular.woff2') format('woff2'),
         url('/css/webfonts/roboto-regular.woff') format('woff'),
         url('/css/webfonts/roboto-regular.ttf') format('truetype'),
         url('/css/webfonts/roboto-regular.svg#robotoregular') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('/css/webfonts/roboto-bold.eot');
	src: url('/css/webfonts/roboto-bold.eot?#iefix') format('embedded-opentype'),
         url('/css/webfonts/roboto-bold.woff2') format('woff2'),
         url('/css/webfonts/roboto-bold.woff') format('woff'),
         url('/css/webfonts/roboto-bold.ttf') format('truetype'),
         url('/css/webfonts/roboto-bold.svg#robotobold') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('/css/webfonts/roboto-black.eot');
	src: url('/css/webfonts/roboto-black.eot?#iefix') format('embedded-opentype'),
         url('/css/webfonts/roboto-black.woff2') format('woff2'),
         url('/css/webfonts/roboto-black.woff') format('woff'),
         url('/css/webfonts/roboto-black.ttf') format('truetype'),
         url('/css/webfonts/roboto-black.svg#robotoblack') format('svg');
	font-weight: 900;
	font-style: normal;
}


/* ---------------------------------------------------------------------------------
*
----------------------------------------------------------------------------------- */

body {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1;
	color: #000;
	text-align: center;
	background: #fff;
}

/* Standards */
*							{box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}

strong, b					{font-weight: 600; font-family: inherit;}
em, i						{/*font-family: 'titillium_websemibold_italic';*/}

sup, sub					{line-height: 0px !important;}
ul.NoBullet					{list-style: none; margin-left: 0;}

img, form					{overflow:hidden;}
a, input, textarea, select	{outline:0; border: 0;}
hr, .Hidden					{display: none;}

.Clear						{margin:0; width: auto; height: auto; clear: both; display: block;}
.Space						{margin:0; width: auto; height: auto; clear: both; height: 1.5em;}
.SpaceS						{height: 1em;}
.SpaceL						{height: 2.5em;}
.SpaceXL					{height: 3.5em;}
.Last						{margin-right: 0 !important;}
.NoWrap						{white-space: nowrap;}
.NoMargin					{margin: 0 !important;}
.NoMarginTop				{margin-top: 0 !important;}
.NoBorder					{border: 0 !important;}
.NoBorderRight				{border-right: 0 !important;}
.NoDec						{text-decoration:none;}
a.NoDec:hover				{text-decoration:underline;}
.Center						{text-align: center;}
.FloatLeft					{float: left !important;}
.FloatRight					{float: right !important;}
.Width25					{width: 24% !important;}
.Width33					{width: 31% !important;}
.Width50					{width: 48.25% !important;}
.Width66					{width: 65.5% !important;}
.Width75					{width: 73.35% !important;}
.Width90					{width: 95% !important;}
.Width100					{width: 100% !important;}
.Height100					{height: 100% !important;}

input, textarea, select, button {font-family:'Roboto', sans-serif;}

textarea,
button,
input[type="text"],
input[type="password"],
input[type="button"],
input[type="image"],
input[type="submit"]		{-webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border: 0;}



.Flex								{display: -ms-flexbox; display: flex;}
.FlexRow							{flex-direction: row;}
.FlexColumn							{flex-direction: column;}
.Flex.FlexStretch					{align-items: stretch; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch;}
.Flex.FlexCenter					{justify-content: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center;}
.Flex.FlexStart						{justify-content: flex-start;}
.Flex.FlexEnd						{justify-content: flex-end;}
.Flex.FlexItemsCenter				{align-items: center;}
.Flex.FlexNoWrap					{flex-wrap: nowrap;}
.Flex.FlexWrap						{flex-wrap: wrap;}
.FlexAlignSelf						{justify-content: align-self; -webkit-box-pack: align-self; -webkit-justify-content: align-self; -ms-flex-pack: align-self;}
.Flex.Column						{float: none !important; display: flex !important;}

/* Mobile Elemente ausblenden */
#MobileMenue, #MobileNav, .MobileSearch, .MobileWarenkorb, .MobileProductTitle {display: none;}

/* Links */
a {
	color: #009ee0;
	text-decoration: underline;
	outline: 0;
	-webkit-transition: opacity 200ms;
	-moz-transition: opacity 200ms;
	-o-transition: opacity 200ms;
	 transition: all 200ms;
	}

a:hover {
	color: #bababa;
	}

a:hover .TextLink {
	color: #bababa !important;
	text-decoration: underline;
	-webkit-transition: opacity 200ms;
	-moz-transition: opacity 200ms;
	-o-transition: opacity 200ms;
	transition: all 200ms;
	transition: all 200ms;
	}
		
.Content a:hover img,
.Sidebar a:hover img {
	filter: alpha(opacity = 60);
	-ms-filter: "alpha(opacity = 60)";
	opacity: .60;
	-webkit-transition: opacity 200ms;
	-moz-transition: opacity 200ms;
	-o-transition: opacity 200ms;
	transition: all 200ms;
	}

.LinkTop {}
.LinkBack {text-decoration: underline; font-weight: 600 !important;}
.LinkBack a span {display: inline-block;}
.LinkBack a:before {content: "<  "; line-height: 0; font-weight: 400;}

/* Colors */
.Color01 {color: #009ee0 !important;}
.Color02 {color: #e2007a !important;}
.Color03 {color: #eee !important;}
.Color04 {color: #444 !important;}
.Red {color: #ff0048;}

/*************************************************************************************
* Container
*************************************************************************************/

header {
	text-align: center;
	background: #fff;
	z-index: 2;
}

#TopMenue {
	height: 38px;
	background: #000;
	z-index: 1;
	position: relative;
}

#MainMenue {
	position: relative;
	height: 6.25em;
	background: #fff;
	border-bottom: 1px solid #bababa;
}

#SectionMenue {
	margin-top: -1px;
	position: relative;
	overflow: hidden;
}

.ContentRow {
	text-align: center;
	background: #fff;
}

footer {
	clear: both;
	position: relative;
	text-align: center;
}

.Wrap {
	margin: 0 auto;
	padding: 0 1.75em 0 1.75em;
	position: relative;
	width: 100%;
	max-width: 1300px;
	text-align: left;
	clear: both;
}

.WrapXL {
	width: 100%;
	max-width: 1920px;
}

header .Wrap {
	height: 100%;
	overflow: visible;
	width: 100%;
	max-width: 1920px;
}

footer .Wrap {
	height: 100%;
}


/*************************************************************************************
* Header
*************************************************************************************/


/* Top Menue ---------------------------------------------------------------------- */

header .SocialMediaLinks {
	position: absolute;
	left: 1em;
}

header .SocialMediaLinks a {
	float: left;
	display: block;
	width: 2em;
	height: 1.95em;
	background-size: 65% auto;
	background-position: center center;
	background-repeat: no-repeat;
	filter: alpha(opacity = 50);
	-ms-filter: "alpha(opacity = 50)";
	opacity: .50;
}

header .SocialMediaLinks a:hover {
	filter: alpha(opacity = 70);
	-ms-filter: "alpha(opacity = 70)";
	opacity: .70;
}

header .SocialMediaLinks a span {
	display: none;
}

header .SocialMediaLinks .Link01 {
	background-image: url("/img/icon_facebook.png");
}

header .SocialMediaLinks .Link02 {
	background-image: url("/img/icon_twitter.png");
}

header .MetaNav {
	position: absolute;
	right: 18.75em;
	top: 0;
	margin: 0;
	padding: 0;
}

header .MetaNav ul {
    margin: 0;
    padding: 0;
    list-style: none outside none;
}

header .MetaNav li {
	float: left;
	margin: 0 0 0 2.25em;
	text-align: left;
}

header .MetaNav li a {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0px none;
	font-size: 14px;
	font-weight: 600;
	line-height: 2.75;
    text-decoration:none;
}

header .MetaNav li a:hover {
    text-decoration: underline;
}

header .MetaNav li a.Color01 {
	color: #00b4ff !important;
}



/* Logo -------------------------------------------------------------------- */

header .Logo {
	position: absolute;
	left: 1.15em;
	top: 1.325em;
	width: 13.15em;
}

header .Logo a {
	display: block;
	width: 100%;
	height: 100%;
}

header .Logo a img {
	width: 100%;
	height: auto;
}

/* Main Menue -------------------------------------------------------------------- */

.NavBar nav {
	position: absolute;
	top: 3em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
}

.NavBar nav ul {
}

.NavBar nav li {
    float: left;
	position: relative;
}

.NavBar nav li a {
	display: block;
    position: relative;
	margin: 0 0.5em 0 0.5em;
    padding: 1em 1em 0.95em 1em;
	font-size: 85%;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.NavBar nav li a:hover {
    text-decoration: underline;
	color: #bababa;
}

.NavBar nav li a.Active {
	background: #009ee0;
	color: #fff;
}

.NavBar nav li a.Active:hover {
	color: #d8d8d8;
}

.NavBar nav ul ul {
	/* display: none; */
	position: absolute;
	left: 0;
	top: 2em;
	border: 1px solid grey;
}

.NavBar nav ul ul li a {
	text-transform: none;
}

.NavBar nav ul ul ul {
	/* display: none; */
}


/* Section Menue -------------------------------------------------------------------- */

.NavBarSection {
	background: #009ee0;
	overflow: hidden;
}

.NavBarSection ul {
    margin: 0;
    padding: 0;
    list-style: none outside none;
}

.NavBarSection li {
    float: left;
	margin: 0 2.5em 0 0;
	padding: 1.65em 0 1.65em 0;
    text-align: left;
}

.NavBarSection li:last-of-type {
	margin-right: 0;
}

.NavBarSection li a {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.NavBarSection li a:hover {
	color: #d8d8d8;
	text-decoration: underline;
}

.NavBarSection li a.Active {
	color: #d8d8d8;
	text-decoration: underline;
}


/* Scrolling Nav -------------------------------------------------------------------- */

#FixNavBar {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 20;
	-webkit-box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.95);
	-moz-box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.95);
	box-shadow: 0px 0px 17px -7px rgba(0,0,0,0.95);
}

#FixNavBar .Logo {
	position: absolute;
	left: 1em;
	top: 0.8em;
	width: 8.75em;
}

#FixNavBar .NavBar {
	position: static;
	height: 4em;
}

#FixNavBar .NavBar nav {
	top: 0.75em;
}

#FixNavBar .Warenkorb {
	top: 0.725em;
}

#FixNavBar .NavBarSection {
	display: block;
	position: static;
}

#FixNavBar .NavBarSection li {
	float: left;
	margin: 0 2.25em 0 0;
	padding: 0.85em 0 0.85em 0;
	text-align: left;
}


/* Search  -------------------------------------------------------------------- */

 .Search {
	position: absolute;
	top: .15em;
	right: 1.5em;
	height: calc(100% - .3em);
	text-align:left;
	overflow: hidden;
	z-index: 1;
	width: 14.625em;
}

.Search .SearchField {
	overflow: hidden;
}

.Search .SearchField input[type=text] {
	width: 100%;
	height: 2rem;
	padding: 0.525em 10% 0.35em 3%;
	color: #9c9c9c !important;
	background-color: #505050;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	border: 1px solid #000;
}

.Search .SearchField input[type="text"]:focus {
	color: #000 !important;
	background-color: #fff;
}

.Search .SearchButton {
	position: absolute;
	top: 53%;
	right: 0.1em;
	transform: translateY(-50%);
	width: 1.8em;
	height: auto;
	overflow: hidden;
}

.Search .SearchButton input[type="image"] {
	width: 100%;
	height: auto;
}

/* Warenkorb */

.Warenkorb {
	position: absolute;
	right: 2.5em;
	top: 3em;
	background: url("/img/icon_wk.png") no-repeat left top;
	background-size: 1.65em auto;
}

.Warenkorb a.Link {
	display: block;
	padding: 0.825em 0 2em 3.5em;
	text-decoration: none;
	color: #000;
	font-size: 90%;
	line-height: 1.3;
}

.Warenkorb a.Link:hover {
	color: #bababa;
	text-decoration: underline;
}

.Warenkorb a.Link .TextLink {
	text-decoration: underline;
}

.Warenkorb a.Link .Title,
.Warenkorb a.Link .Text,
.Warenkorb a.Link .TextLink {
	display: none;
}

.Warenkorb a.Link .DynEurCart {
	font-weight: 600;
}

.Warenkorb a.Link .DynAnzCart {
	display: block;
	position: absolute;
	width: 2.2em;
	height: 2.2em;
	left: 1.25em;
	top: 1.45em;
	text-align: center;
	color: #e2007a;
	font-size: 80%;
	font-weight: 600;
	line-height: 2.25;
	background: url("/img/bg_wk_anz.png") no-repeat center center;
	background-size: 100% auto;
	z-index: 1;
}

.Warenkorb a.Link .DynVKCart {
	display: block;
	display: none;
}

.Warenkorb .CartExpanded {
	position: absolute;
	right: 0;
	top: 3.25em;
	margin-right: -7px;
	padding: 1.25em 1em 1em 1em;
	width: 16.75em;
	font-size: 90%;
	background: #fff;
	-webkit-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.10);	
	border: 1px solid #BABABA;
	z-index:1;
}

.Warenkorb .CartExpanded p {
	line-height: 1.45em;
}

.Warenkorb .CartExpanded .DynAnzCart {
	font-weight: 600;
	color: #E2007A;
}

.Warenkorb .CartExpanded .DynAnzCart {
	font-weight: 600;
	color: #E2007A;
}

.Warenkorb .CartExpanded .DynEurCart {
	font-weight: 600;
}

.Warenkorb .CartExpanded .Button {
	display: block;
	margin: 0.8em 0 0 0;
	font-weight: 600;
	line-height: 2.45;
	text-decoration: none;
	text-align: center;
	color: #fff;		
}

.Warenkorb .CartExpanded .Button:hover {
	filter: alpha(opacity = 75);
	-ms-filter: "alpha(opacity = 75)";
	opacity: .75;
}

.Warenkorb .CartExpanded .Button02 {
	margin-top: 1.25em;
	background: #E2007A;
}

.Warenkorb .CartExpanded .Button03 {
	background: #009EE0;
}


/*************************************************************************************
* Content Rows
*************************************************************************************/

.ContentRow  {
        overflow: hidden;
}

/* Content Row Colors ------------------------------------------------------------- */

.RowColor01 {
	background: #009ee0;
	overflow: visible;
}

.RowColor01 .Wrap {
	overflow: visible;
}

.RowColor02 {
	background: #e2007a;
}

.RowColor03 {
	background: #f2f2f2;
}

.RowColor01 .Content .TitleXL,
.RowColor01 .Content .TitleL,
.RowColor01 .Content p,
.RowColor02 .Content .TitleXL,
.RowColor02 .Content .TitleL,
.RowColor02 .Content p {
	color: #fff;
}

.RowColor01 a,
.RowColor02 a {
	color: #fff;
}

.RowColor01 a:hover,
.RowColor02 a:hover {
	color: #dadada;

}

.RowColor03 textarea,
.RowColor03 select,
.RowColor03 input[type="text"] {
	background: #fff;
	padding: 1.15em 1em 1.15em 1em;
}

.RowColor03 input[type="submit"] {
	padding: 1.15em;
	height: auto;
	background-color: #009ee0;
}

/*************************************************************************************
* Content Grid
*************************************************************************************/

.Content  {
	position: relative;
	padding: 4em 0 6em 0;
	width: 100%;
}

.ContentLeft  {
	float: left;
	position: relative;
	padding: 5em 2em 6em 0;
	width: 65%;
}

.Sidebar {
	float: right;
	position: relative;
	padding: 5em 0 6em 0;
	width: 35%;
	border: 0;
	overflow: hidden;
}

/* Columns ------------------------------------------------------------------------ */

.Content .Column {
	display: block;
	float: left;
	margin: 1.15em 3.5% 0em 0;
	color: inherit;
	text-decoration: none;
	overflow: hidden;
}

.Content .ColumnBorder {
	padding: 1.95em 1.75em 1.95em 1.75em;
	border: 1px solid #bababa;
}

.Content .ColumnPic {
	margin-top: 2.5em;
	background: #fff;
}

.Content .ColumnPic img {
	width: 100%;
}

.Content .ColumnTipps {
	margin-top: 2em;
	min-height: 14em
}

/*************************************************************************************
* Content
*************************************************************************************/

/* Content: Title, Text, Lists ----------------------------------------------- */

.Content a {}

.Content p,
.Content ol,
.Content ul {
	line-height: 1.45;
	margin: 1.25em 0 1.25em 0;
}

.Content ul {
	padding-left: 1.25em;
	list-style-position: outside;
	list-style-type: square;
}

.Content ul li {
	margin: 0 0 0em 0;
}

.Content ul.Check {
	padding-left: 0.25em;
	list-style-type: none;
}

.Content ul.Check li {
	padding: 0 0 0 2.25em;
	background: url(/img/icon_check.png) no-repeat 0.15em 0.15em;
	background-size: 1.3em auto;
}

.Content ul li a {
	font-weight: 400;
}

.Content .Column ul {
}

.Content h1,
.Content .TitleXL {
	margin: 0;
	font-size: 288.89%;
	font-weight: 900;
	line-height: 1.05 !important;
	color: #000;
}

.Content h2,
.Content .TitleL {
	margin: 0.1em 0 0.75em 0;
	font-size: 285%;
	font-weight: 300;
	line-height: 1.15 !important;
	color: #009ee0;
}

.Content h3,
.Content .TitleM {
	margin:2.25em 0 0.15em 0;
	font-size: 138.889%;
	font-weight: 900;
	line-height: 1.35;
}

.Content .Column h3 {
	margin-top: 0;
}

.Content .Container h3 {
	margin-top: 1em;
}

.Content h4,
.Content .TitleS {
	margin:0 0 0.5em 0;
	font-size: 100%;
	font-weight: 800;
	line-height: 1.4;
}

.Content .TitleCheck {
	padding: 0 0 0 1.75em;
	margin: 0 0 -0.25em 0;
	background: url(/img/icon_check.png) no-repeat 0.1em 0.175em;
	background-size: 1.15em auto;
}

.Content .TextInfo {
	color: #adadad;
	font-weight: 400;
}

.Content .TextLarge {
	margin-top: 0.825em;
	margin-bottom: 1.25em;
	font-size: 138.889%;
}

.Content .TextM {
	font-size: 90%;
}

/* Content: Module ----------------------------------------------------------- */

.Content hr {
	margin: 0;
	display: block;
	border: medium none;
	height: 1px;
	color: #BABABA;
	background-color:  #BABABA;
}

.Content .LinkBox {
	display: block;
	margin-top: 1.5em;
	margin-bottom: 0.75em;
	text-decoration: none;
	color: inherit;
}

.Content .LinkBox .TextLink {
	color: inherit;
	text-decoration: none;
	font-weight: 600;
	color: #009ee0;
	text-decoration: underline;
	white-space: nowrap;
}

.Content .AnchorMenue {
	margin: 1em 0 0 0;
	/* margin: 2em 0 -1em 0;
	padding: 1.5em 0 1.575em 0;
	overflow: hidden;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa; */			
}

.Content .AnchorMenue a {
	display: inline-block;
	margin-right: 1.5em;
	text-decoration: none;
}

.Content .AnchorMenue a span {
	display: inline-block;
	padding-right: 0.35em;
	color: #000;
}

.Content .AnchorMenue a strong {
	text-decoration: underline;
}

.Content .Container {
	position: relative;
	margin: 4em 0 0 0;
	padding: 1.5em 3em 3em 3em;		
	border: 1px solid #bababa;
}

.Content .ContainerBg {
	position: relative;
	margin: 4em 0 5em 0;
	padding: 1.5em 3em 3em 3em;		
	 border: 0px;
}

.Content .Container .Container {
	padding-left: 0;
	padding-right: 0;	
	margin-bottom: 0;	
	border: 0;	
}

.Content .Stopper {
	display: block;
	position: absolute;
	overflow: hidden;
	z-index: 1;
}

.Content .Stopper span {
	display: none;
}

.Content .Rating {
	margin-top: 0;
	font-size: 70%;		
	border: 1px solid #BABABA;
}

.Content .Rating p {
	margin: 0.5em 0 0 0;
}

.Content .Rating p.Source {
	text-transform: uppercase;
	font-size: 120%;
}

.Content .Rating p span {
	display: block;
	float: left;
	margin-right: 1em;
	width: 5em;
	height: 1.25em;
	background: url(/img/icon_stars.png) left center no-repeat;
	background-size: 100% auto;
}


/* Link-Modul: AnchorNav */

.AnchorNav {	
	padding: 1em 0 1em 0;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	overflow: hidden;
	}

.AnchorNav a {
	display: inline-block;
	padding: 0.375em 0 0.375em 2.575em;
	margin-right: 3em;
	color: #2a2a2a;
	text-decoration: none;
	background: url(/img/icon_arrow-bottom01.png) left center no-repeat;
	background-size: 1.85em auto;
	font-weight: 600;
	}

.AnchorAim {
	position: relative;
	}

.AnchorAim a {
	position: absolute;
	top: -7em;
	}

/* Project Contents */

.ContentProductFamily .Column {
	margin-top: 0 !important;
}

.ContentProductFamily .ColumnPic img {
	margin-top: 1.5em !important;
}

.ContentTestAbo .ColumnPic {
	margin-top: 0 !important;
}

.ContentTestAbo .ColumnPic img {
	margin-top: 1em !important;
}

.ContentVollAbo .ColumnPic {
	margin-top: 0 !important;
}

.ContentVollAbo .ColumnPic img {
	margin-top: 1em !important;
}


/*************************************************************************************
* Forms
*************************************************************************************/


/* Form, Basis Variante ----------------------------------------------------------- */

.ContainerForm {
	overflow: hidden;
	margin: 2.5em 0 3.5em 0;
	padding: 0 0 1.15em 0;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
}

.ContainerForm p {
	margin-top: 0;
}

p.FormTitle {
	margin-top: 1em;
	font-weight: 900;
}

p.FormLink {
	margin-top: 1em;
	font-weight: 400;
}

.Label {
	overflow: hidden;
}

.Label span {
	display: inline-block;
	padding-left: 0.2em;
	color: #ff0048;
}

.Field {
	margin: 0.25em 0 1em 0;
	overflow: hidden;
	font-weight: 400;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="email"] {
	padding: 0.585em;
	width: 100%;
	font-size: 100%;
	background-color: #f0f0f0;
	border-radius: none !important;
	color: #000 !important;
}

label {
	line-height: 1.35;
}

.Field textarea {
	height: 8.25em;
}

.birthday_chk {
	padding: 0 !important;
	margin: 0 !important;
	font-size: 1px !important;
    visibility: hidden;
}

input[type="submit"],
button[type="submit"],
a.ButtonSubmit,
a.ButtonBack,
a.ButtonShop {
	float: right;
	width: 48.5%;
	height: 3em;
	font-size: 100%;
	font-weight: 600;
	color: #fff !important;
	border: 0;
	cursor: pointer;
	background: #009ee0;
	text-align: center;
	text-decoration: none;
}

a.ButtonShop {
	background: #292929;
}

a.ButtonSubmit,
a.ButtonBack,
a.ButtonShop {
	line-height: 3;
}

input[type="submit"]:hover,
button[type="submit"]:hover,
a.ButtonSubmit:hover,
a.ButtonBack:hover,
a.ButtonShop:hover {
	filter: alpha(opacity = 75);
	-ms-filter: "alpha(opacity = 75)";
	opacity: .75;
	-webkit-transition: opacity 200ms;
	-moz-transition: opacity 200ms;
	-o-transition: opacity 200ms;
	transition: all 200ms;
}

.Width50 input[type="submit"],
.Width50 button[type="submit"],
.Width50 a.ButtonSubmit {
	height: 2.5em;
	width: 100%;
}

.FieldRadio {}

.FieldRadio label {
	float: left;
	margin: 0 2em 0 0;
}

.FieldRadio input[type="radio"] {
	float: left;
	margin: 0.2em 0.75em 0 0;
	padding: 0 !important;
	height: 1.5em !important;
	width: 1.5em !important;
}

.FieldCheckbox {}

.FieldCheckbox label {
	float: left;
	margin: 0 2em 0 0;
}

.FieldCheckbox label.LabelRight {
	float: left;
	margin: 0;
	width: 80%;
}

.FieldCheckbox input[type="checkbox"] {
	float: left;
	margin: 0.2em 0.75em 0 0;
	padding: 0 !important;
	height: 1.5em !important;
	width: 1.5em !important;
}

.FieldCheckboxSingle label {
	float: left;
	margin: 0;
	width: 86%;
}

.ButtonRow {
	margin: 0 0 2em 0;
	overflow: hidden;
}

.Center {
	text-align: center;
}

.Center input {
	float: none;
}

.FormMessage {
	margin-top: 0.85em;
	padding-bottom: 1.25em;
	overflow: hidden;
}

.FormMessage p {
	margin-top: 0.85em;
	font-size: 120%;
	font-weight: 600;
}

.Error {
	border-top: 2px solid #ec0021;
	border-bottom: 2px solid #ec0021;
	color: #ec0021;
}

.Error ul {
	font-weight: 500;
}

.Success {
	border-top: 2px solid #089a6f;
	border-bottom: 2px solid #089a6f;
	color: #089a6f;
}

p.Success, 
span.Success  {
	border-top: 0;
	border-bottom: 0;
}


/* Form, Variante 01 -------------------------------------------------------------- */

.FormVar01 .Label {
	float: left;
	margin: 0;
	padding: 1.25em 0 0 0;
	width: 25%;
}

.FormVar01 .Field {
	float: right;
	width: 74.5%;
	margin: 0.5em 0 0.5em 0;
}

.FormVar01 .FieldRadio {
	margin: 1.25em 0 0.5em 0;
}

.FormVar01 .FieldCheckbox {
	margin: 1.25em 0 0.5em 0;
}

/* Form, Check Data -------------------------------------------------------------- */

.FormCheck p.FormTitle {
	float: left;
}

.FormCheck p.FormLink {
	float: right;
}

.FormCheck .Label {
	width: 20%;
	padding-top: 0;
	line-height: 1.4;
}

.FormCheck .Field {
	float: left;
	margin: 0px !important;
	padding: 0 2em 0.25em 0px;
	font-weight: 400;
	line-height: 1.4;
}

/*************************************************************************************
* Sitemap
*************************************************************************************/

.ContentSitemap .Title {
	margin-top: 0;
	padding-bottom: 0.75em;
	border-bottom: 1px solid black;
	color: #000;
}

.ContentSitemap .Title a {
	text-decoration: none;
	color: #000;
}

.ContentSitemap a {}


/*************************************************************************************
* SearchResults
*************************************************************************************/

.ContentSearchResults .Title {
	margin-top: 2.5em;
	padding-bottom: 0.75em;
	border-bottom: 1px solid #bababa;
}

.ContentSearchResults a.Result {
	text-decoration: none;
}

.ContentSearchResults a.Result p {
	color: #000;
}

.ContentSearchResults a.Result b {
	color: #000;
}

.ContentSearchResults a.Result:hover {
	text-decoration: none;
}

.ContentSearchResults a.Result:hover b {
	text-decoration: underline;
}

.ContentSearchResults a.Result .TextLink {
	margin-top: -1.25em;
	text-decoration: underline;
	color: #009ee0;
	font-weight: 600;
}

.ContentSearchResults a.Result span {
	background-color: #c6fab1;
}


/*************************************************************************************
* Ratings
*************************************************************************************/

.ColumnRatingsSeal {
	text-align: center;
}

.ColumnRatingsSeal > a {
	display: inline-block;
	margin-top: .25em;
}

.ColumnRatingsSeal > a img {
	max-width: 100%;
	height: auto;
}

.ContentRatings .ContainerRatings {
	margin-top: 2em;
}

.ContentRatings .ContainerRatings .ColumnBorder {
	min-height: 21.5em;
	padding-top: 1.5em;
	padding-bottom: 2em;
}

.ContentRatings .ContainerRatings .ColumnBorder .ContainerPic {
	margin: 2.25em auto 0 auto;
	text-align: center;
}

.ContentRatings .ContainerRatings .ColumnBorder .ContainerPic img {
	width: auto;
	height: 5em;
	margin: auto;
}

.ContentRatings .ContainerRatings .ButtonLink {
	 margin-top: auto;
	 margin-left: auto;
	 margin-right: auto;
	 max-width: 16.5em;
}

.ContentRatings .ContainerRatings .LinkAccordion {
	display: block;
	margin-top: 3em;
	padding: 1.15em 4em 1em 1.75em;
	line-height: 1.4;
	text-decoration: none;
	font-weight: 600; 
	background-position: calc(100% - 1.75em) 1.25em;
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	background-size: 1.25em auto;
	border: 1px solid #bababa;
}

.ContentRatings .ContainerRatings .LinkCollapsed {
	background-image: url(/img/icon_plus.png);	
}

.ContentRatings .ContainerRatings .LinkCollapsed:hover {
	background-image: url(/img/icon_plus-x.png);
}

.ContentRatings .ContainerRatings .LinkExpanded {
	background-image: url(/img/icon_minus.png);	
}

.ContentRatings .ContainerRatings .LinkExpanded:hover {
	background-image: url(/img/icon_minus-x.png);
}

.ContentRatings .ContainerRatings .ContainerHelpContent {
	border: 1px solid #bababa;
	border-top: 0px;
	padding: 1.75em;
}

.ContentRatings .ContainerRatings .ContainerHelpContent .Item {
	margin: 0 0 3.5em 0;
}

.ContentRatings .ContainerRatings .ContainerHelpContent .Item:last-of-type {
	margin: 0 0 1em 0;
}

.ContentRatings .ContainerRatings .ContainerHelpContent img {
	width: 100%;
	height: auto;
	display: block;
}

.ContentRatings .ContainerRatings .ContainerPic.PicBorder {
	border: 1px solid #f0f0f0;
}


/*************************************************************************************
* Lightbox
*************************************************************************************/

#Dim, #DimMobile {
	display: none;
	left: 0px;
	top: 0px;
	height: auto !important;
    width: 100%;
    margin: auto;
    min-height: 100%;
    background: none repeat scroll 0% 0% #000;
	filter: alpha(opacity = 80);
	-ms-filter: "alpha(opacity = 80)";
	opacity: .80;
    overflow: hidden !important;
    position: fixed;
    z-index: 101;
}

#DimMobile {
    z-index: 104;
}

.Lightbox {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	height: 0;
	text-align: center;
	z-index: 102;
}

.Lightbox .Wrap {
	position: absolute;
	left: -100%;
	right: -100%;
	margin: auto;
	text-align: center;
	background: none repeat scroll 0% 0% #FFF;
}

.Lightbox .Wrap .Link a {
	display: block;
	width: 100%;
	height: 100%;
}

.Lightbox .Wrap .Link span {
	display: none;
}

.Lightbox .Wrap .Close {
	display: block;
	position: absolute;
	right: -1em;
	top: -2.5em;
	width: 3.25em;
	height: 3.25em;
	text-decoration: none;
	color: #fff;
	z-index: 1;
}

.Lightbox .Wrap .Close:before {
	content:'×';
	font-size: 230%;
	font-weight: 300;
	line-height: 1;
}

.Lightbox .Wrap .Close span {
	display: none;
}

.Lightbox .Wrap p {
	line-height: 1.35;
}

/* jquery boxslider Styles  *************************************************/

.bx-wrapper .bx-viewport {
	border: 0 !important;
	left: 0 !important;
	box-shadow: none !important;
}

.bx-wrapper img {
	max-width: auto !important;
}


/* Lightbox: News  ********************************************************/

.LightboxNews {
	top: 7%;
	text-align: left;
	position: absolute;	
}

.LightboxNews .Wrap {
	width: 90%;
	max-width: 1140px;
	text-align: center;
	z-index: 101;
}

.LightboxNews .Content {
	text-align: left;
	padding: 1em 2.5em 3em 2.5em;
}

.LightboxNews .Content .Width90 {
	width: 90% !important;
}

.LightboxNews .Content .ContainerBorder {
	margin: 2em 0 2em 0 !important;
	padding: 0.75em 2.5em 2.5em 2.5em;
}

.LightboxNews .Content .SizeMinimize {
	font-size: 90%;
}

.LightboxNews .Content .TitleXL {
	margin-top: 0.75em;
}

.LightboxNews .Content .Stopper {
	position: static;
	float: right;
	margin-top: 0.75em;
    width: 10.25em;
    height: 10.25em;
    background: transparent url("/img/stopper-neu-anders-besser.png") no-repeat scroll left top / 100% auto;
}
	
.LightboxNews .Content .ColumnPic {
	margin-top: 1em;
	text-align: center;
}

.LightboxNews .Content .ColumnPic img {
	width: 95%;
	margin: 0px auto;
}

/* Lightbox: Gallery  ********************************************************/

.LightboxGallery {
	top: 7%;
}

.LightboxGallery .Wrap {
	width: 90%;
	max-width: 1140px;
	height: 750px;
	text-align: center;
	z-index: 101;
}

.LightboxGallery .Wrap .Link {
	position: absolute;
	top: 46%;
	z-index: 1;
	width: 4.0em;
	height: 4.0em;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	filter: alpha(opacity = 40);
	-ms-filter: "alpha(opacity = 40)";
	opacity: .40;
	border: none;
}

.LightboxGallery .Wrap .Link a:hover {
	filter: alpha(opacity = 20);
	-ms-filter: "alpha(opacity = 20)";
	opacity: .20;
}

.LightboxGallery .Wrap .LinkBack {
	left: 1.5em;
	background: transparent url("/img/icon_gallery-left.png") no-repeat center top;
	background-size: 100% auto;
}

.LightboxGallery .Wrap .LinkBack a {
	background: transparent url("/img/icon_gallery-left.png") no-repeat center bottom;
	background-size: 100% auto;
	opacity: 0;
}

.LightboxGallery .Wrap .LinkBack:hover {
	background-position: center bottom;
	filter: alpha(opacity = 10);
	-ms-filter: "alpha(opacity = 10)";
	opacity: .10;
}

.LightboxGallery .Wrap .LinkNext {
	right: 1.5em;
	background: transparent url("/img/icon_gallery-right.png") no-repeat center top;
	background-size: 100% auto;
}

.LightboxGallery .Wrap .LinkNext a {
	background: transparent url("/img/icon_gallery-right.png") no-repeat center bottom;
	background-size: 100% auto;
	opacity: 0
}

.LightboxGallery .Wrap .LinkNext:hover {
	background-position: center bottom;
	filter: alpha(opacity = 10);
	-ms-filter: "alpha(opacity = 10)";
	opacity: .10;
}

.LightboxGallery .Wrap .Text .player_title {
	position: absolute;
	top: 4%;
	left: 0;
	right: 0;
	width: 100%;
	height: 3em;
	padding: 0 5% 0 5%;
	text-align: center;
	font-size: 140%;
	font-weight: 900;
	overflow: hidden;
}

.LightboxGallery .Wrap .Text .player_subtitle {
	position: absolute;
	top: 7.5%;
	width: 100%;
	height: 1.75em;
	padding: 0 6% 0 6%;
	text-align: center;
	font-size: 100%;
	overflow: hidden;
}

.LightboxGallery .Wrap .Text .player_text {
   display: none;
}

.LightboxGallery .Wrap .Text .player_info {
	margin: 2em 0 0 0;
	padding: 0 6% 0 6%;
}

.LightboxGallery .Wrap .Img {
	margin: 6.5em auto 0;
	width: 87%;
	overflow: hidden;
	text-align: center;
}

.LightboxGallery .Wrap .Img img {
	margin: 0px auto;
	max-height: 550px;
	width: auto;
}


/* Lghtbox: Feedback  ********************************************************/

.LightboxFeedback {
	top: 25%;
}

.LightboxFeedback .Wrap {
	width: 65%;
	max-width: 700px;
	padding: 3.25em 2.5em 0.75em 2.5em;
	text-align: center;
	overflow: visible;
}

.LightboxFeedback .Wrap p {
	font-weight: 600;
}

.LightboxFeedback .Wrap .TextInfo {
	font-weight: 400;
	color: #000;
	padding: 1.5em 0 1.75em 0;
}

.LightboxFeedback .Wrap .ButtonRow {
	text-align: center;
	padding: 0.75em 0 0.75em 0;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
}

.LightboxFeedback .Wrap .ButtonRow .Button {
	display: block;
	float: left;
	width: 31.25%;
	padding: 0.25em 0 0.25em 0;
	margin: 0 3% 0 0;
	font-size: 90%;
	line-height: 2.25;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

.LightboxFeedback .Wrap .ButtonRow .Button01 {
	background: #292929;
}

.LightboxFeedback .Wrap .ButtonRow .Button02 {
	background: #e2007a;
}

.LightboxFeedback .Wrap .ButtonRow .Button03 {
	background: #009ee0;
}

.LightboxFeedback .ContainerUpdate {
	margin: 1.75em 0 0.5em 0;
	padding: 1.5em 2em 2em 2em;
	text-align: center;
	/* border: 1px solid #bababa; */
	background: #f0f0f0 url(/img/icon_arrow-update.gif) no-repeat 1em 0.85em;
	background-size: 2.85em auto;
}

.LightboxFeedback .ContainerUpdate p {
	padding: 0 2em 0 2em;
	font-size: 120%;
    color: #009ee0;
    font-weight: 600;
}

.LightboxFeedback .ContainerUpdate .ButtonLink {
	font-size: 100%;
	width: 70%;
	margin: 1.5em auto 0 auto;
}



/*************************************************************************************
* Slider
*************************************************************************************/

.Slider  {
	position: relative;
	width: 100%;
	height: 620px;
	text-align: center;
	overflow: hidden;
}

.Slider .WrapSliderNav {
	position: absolute;
	bottom: 15%;
	left: -100%;
	right: -100%;
	z-index: 1;
}

.Slider .WrapSliderNav a.LinkNav {
	display: block;
	float: left;
	padding: 0 0 0.1em 0;
	margin: 0;
	width: 1.75em;
	font-weight: 300;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #fff;
	overflow: hidden;
	color: #fff;
}

.Slider .WrapSliderNav a.LinkNav:hover {
	text-decoration: underline;
}

.Slider .WrapSliderNav a.Active {
	font-weight: 600;
	text-decoration: underline;
}

.Slider .WrapSliderNav a.Last {
	border: 0;
}

.Slider .Link {
	display: block !important;
	position: absolute;
	top: 45%;
	z-index: 1;
	width: 4.25em;
	height: 4em;
	-webkit-transition: opacity 700ms;
	-moz-transition: opacity 700ms;
	-o-transition: opacity 700ms;
	transition: all 700ms;
}

.Slider .Link a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.Slider .LinkBack {
	left: -3em;
	background: transparent url("/img/icon_slider-left.png") no-repeat center top;
	background-size: 100% auto;
	filter: alpha(opacity = 70);
	-ms-filter: "alpha(opacity = 70)";
	opacity: .70;
}

.Slider:hover .LinkBack  {
	left: 0.5em;
}

.Slider .LinkBack a {
	opacity: 0;
}

.Slider .LinkNext {
	right: -3em;
	background: transparent url("/img/icon_slider-right.png") no-repeat center top;
	background-size: 100% auto;
	filter: alpha(opacity = 70);
	-ms-filter: "alpha(opacity = 70)";
	opacity: .70;
}

.Slider:hover .LinkNext  {
	right: 0.5em;
}

.Slider .LinkNext a {
	opacity: 0
}

.Slider .Link a span {
	display: none;
}

.Slider .Slide  {
	overflow: hidden;
	height: 620px;
}

.Slider img {
    position: absolute;
    left: -50%;
    right: -50%;
    height: 100%;
    /* height: auto; */
    width: auto !important;
    max-width: none !important;
    margin: 0px auto;
}

.Slider p {
	color: #fff;
}

.Slider p.Title {
	margin: 1.465em 0 0 0;
    font-size: 411.111%;
	font-weight: 900;
	line-height: 1.05;
}

.Slider p.SubTitle {
	margin-top: -0.125rem;
	font-size: 372.222%;
	font-weight: 300;
	line-height: 1.05;
	min-height: 4.625rem;
}

.Slider p.SubTitle.SizeM {
	padding-top: .25em;
	font-size: 280%;
	line-height: 1.1;
}

.Slider p.SubTitle.SizeS {
	padding-top: .5em;
	font-size: 210%;
	line-height: 1.1;
}

.Slider .Container {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	width: auto;
}

.Slider .Container p.Text {
	display: inline-block;
	margin: 1.05em 0 0 0;
	padding: 1em 0.15em 1em 0.1em;
	font-size: 135%;
	font-weight: 300;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 1.25;
}

.Slider .Container a.Button {
	display: block;
	float: left;
	margin: 2.25em 1% 0 0;
	width: 32.5%;
	text-align: center;
	font-size: 95%;
	font-weight: 700;
	line-height: 2.777;
	color: #fff;
	text-decoration: none;
	border: 2px solid transparent;
}

.Slider .Container a.Button:hover {
	filter: alpha(opacity = 75);
	-ms-filter: "alpha(opacity = 75)";
	opacity: .75;
	-webkit-transition: opacity 200ms;
	-moz-transition: opacity 200ms;
	-o-transition: opacity 200ms;
	transition: all 200ms;
	border: 2px solid #fff;
}

.Slider .Container a.Button01 {
	background-color: #00579c;
}

.Slider .Container a.Button02 {
	background-color: #009ee0;
}

.Slider .Container a.Button03 {
	background-color: #e2007a;
}

/* jquery boxslider Styles  *************************************************/

.Slider .bx-wrapper img {
	max-width: auto !important;
	width: 100%;
}

/*************************************************************************************
* Footer
*************************************************************************************/

footer .FooterRow {
	padding: 2.25em 0 2.25em 0;
	color: #f0f0f0;
}

footer .FooterRow .Wrap {
	position: relative;
}

footer .FooterRow01 {
	background: #565656;
	border-bottom: 1px solid #757575;
}

footer .FooterRow02 {
	background: #565656;
}

footer .FooterRow01 .Wrap {
	padding-bottom: .5em;
}

footer .FooterRow03 {
	background: #292929;
}

footer .FooterContainerRatings {
	position: absolute;
	bottom: 2.05em;
	left: -100%;
	right: -100%;
	margin: auto;
	padding: 1em;
	overflow: hidden;
	text-align: center;
	display: bock;
	width: 22em;
}

/* Footer Nav  -------------------------------------------------------------------- */

footer .FooterNav {}

footer .FooterNav ul {
	float: left;
}

footer .FooterNav ul.Col01 {
	width: 26%;
}

footer .FooterNav ul.Col02 {
	width: 26%;
}

footer .FooterNav ul.Col03 {
}

footer .FooterNav ul.Col04 {
	position: absolute;
	top: 0;
	right: 1.75em;
}

footer .FooterNav ul li {
	margin-top: 0.85em;
	margin-bottom: 0.85em;
	text-transform: uppercase;
}

footer .FooterNav a {
	color: #bababa;
	text-decoration: none;
	font-size: 90%;
}


footer .FooterNav a:hover {		
	text-decoration: underline;
	filter: alpha(opacity = 60);
	-ms-filter: "alpha(opacity = 60)";
	opacity: .60;
}


/* Footer Logo + CopyRight  ------------------------------------------------------- */

footer .FooterRow03 {
	padding: .75em 0 3em 0;
}

footer .FooterLogo {
	display: block;
	float: left;
	width: 12.5em;
	height: 3.25em;
	background: url("/img/logo_footer.png") no-repeat left top;
	background-size: 100% auto;
	filter: alpha(opacity = 60);
	-ms-filter: "alpha(opacity = 60)";
	opacity: .60;
}

footer .FooterLogo span {
	display: none;
}

footer .Copyright {
	float: right;
	text-align: right;
	font-size: 90%;
}

footer .Copyright p {
	margin-top: 2.35em;
	color: #bababa;
}

footer .Copyright p a {
	color: #bababa;
	text-decoration: none;
}

footer .Copyright p a:hover {
	text-decoration: underline;		
	filter: alpha(opacity = 60);
	-ms-filter: "alpha(opacity = 60)";
	opacity: .60;
}

/* Footer Social Media Links ------------------------------------------------------ */

footer .FooterRow02 {
	padding: 1.25em 0 1em 0;
}

footer .SocialMediaLinks {
	float: left;
	position: relative;
	left: 50%;
	margin: 0 auto;
}

footer .SocialMediaLinks a {
	display: block;
	float: left;
	position: relative;
	right: 50%;
	margin: 0 0.65em 0 0.65em;
	width: 3em;
	height: 3em;
	background-size: 100% auto;
	background-position: center center;		
	filter: alpha(opacity = 90);
	-ms-filter: "alpha(opacity = 90)";
	opacity: .90;
}

footer .SocialMediaLinks a span {
	display: none;
}

footer .SocialMediaLinks .Link01 {
	background-image: url("/img/icon_footer_facebook.png");
}

footer .SocialMediaLinks .Link02 {
	background-image: url("/img/icon_footer_twitter.png");
}


/*************************************************************************************


+   +   +   +   +   +   +   +   +   PROJECT Content  +   +   +   +   +   +   +   +   +


*************************************************************************************/



/*************************************************************************************
* PROJECT Content
*************************************************************************************/

/* Content: Module ----------------------------------------------------------- */

.RowKostenlosTesten .Content .Stopper {
	position: static;
	float: right;
	margin: -2.25em 0.5em 1em 0;
	width: 11.45em;
	height: 11.45em;
	background: url(/img/stopper-kostenlos.png) left top no-repeat;
	background-size: 100% auto;
}

.RowNews .Content .Stopper {
	right: 0.5em;
	top: 1.75em;
	width: 11em;
	height: 11em;
	background: url(/img/stopper-aktuell.png) left top no-repeat;
	background-size: 100% auto;
}

.RowNews .TitleXL {
	margin-right: 4.5em;
}

.RowNews .TitleL {
	margin-right: 4em;
}

.RowNews .TitleM {
	margin: 1em 7.5em 1em 0;
}

.RowNews .ColumnPic img {
	margin: 0;
}

.RowNews .Column {
	margin-top: 0;
}

.RowNews .ColumnPic {
	padding: 1.75em;
	margin-top: 1em;
}

.RowNews .Width33 {
	width: 35% !important;
}

.RowNews .Width66 {
	width: 58% !important;
}

.RowKommentarOnline {
	background-image: url(/img/bg_row_kommentar-online.jpg);
	background-position: right 4.6em;
	background-repeat: no-repeat;
	background-size: 29em auto;
}

.RowKostenlosTesten .TitleL,
.RowKommentarOnline .TitleL {
	margin-bottom: 0.65em;
}

/* Content: Icons -------------------------------------------------------------- */

.IconRow {
	position: absolute;
	overflow: auto;
	left: 19%;
	bottom: -2.5em;
	width: 5em;
	height: 2.5em;
	background: url(/img/icon_row.png) left top no-repeat;
	background-size: 100% auto;
	z-index: 2;
}

.IconDownloadAppstore {
	float: left;
	display: inline-block;
	margin: 3% 0 0 1.5em;
	width: 24%;
	height: 50px;
	overflow: hidden;
}

.IconDownloadAppstore img {
	width:100%;
	height:auto;
}

.IconDownloadGooglePlay {
	display: inline-block;
	float: left;
	margin: 3% 0 0 1.5em;
	width: 24%;
	height: 50px;
	overflow: hidden;
}

.IconDownloadGooglePlay img {
	width:100%;
	height:auto;
}

/* Content: ButtonLinks -------------------------------------------------------- */

.ButtonLink {
	display: block;
	margin: 0.125em 0 0 0;
	padding: 1em 0 1em 0;
	width: 100%;
	text-align: center;
	font-size: 125%;
	font-weight: 700;
	text-decoration: none;
	border-width: 2px;
	border-style: solid;
}

.ButtonLink:hover {
	color: #bababa;
	border: 2px solid #bababa;
}

.ButtonLinkColor01 {
	color: #009ee0;
	border-color: #009ee0;
}

.ButtonLinkColor02 {
	color: #e2007a;
	border-color: #e2007a;
}

.ButtonLinkColor02:hover {
	color: #bababa;
}

.ButtonLinkColor03 {
	color: #fff;
	border-color: #fff;
}

.ButtonLinkColor03:hover {
	color: #fff;
	border-color: #dadada;
}


/* Forms -------------------------------------------------------------- */

ContentRowContact {}

.ContentRowContact .Content {
	padding-bottom: 2em;
}

.ContentRowContact .ContainerForm {
	padding: 0;
	margin-bottom: 0;
	border: 0;
}

.ContentRowContact .ContainerForm .FormMessage {
	margin-top: 3em;
	padding-bottom: 0.5em;
	font-size: 120%;
}

.ContentRowContact .ContainerForm .Error {
	text-align: center;
	 border: 0;
}

/* Overview + Details -------------------------------------------------------------- */

/*  Overview */

.ProductTitle {
	display: block;
}

.ContentProducts {}

.ContentProducts form {}

.ContentProducts .Container {}

.ContentProducts .Container .Width33 {
	width: 28% !important;
}

.ContentProducts .Container .Width33 a {
	display: block;
}

.ContentProducts .Container .Width33 img {
	width: 100%;
	height: auto;
}

.ContentProducts .Container .Width66 {
	width: 65.5% !important;
	float: right;
}

.ContentProducts .Container h3 {
	margin-top: 0;
	font-size: 140%;
	font-weight: 900;
}

.ContentProducts .Container .LinkDetails {
	font-weight: 600;
}

.ContentProducts .Container .TextInfo {
	margin: 0;
	padding-top: 3.25%;
	padding-bottom: 3.15%;
	font-size: 83.333%;
	font-weight: 400;
	color: #000;
}

.ContentProducts .Container .TextInfo span {
	display: inline-block;
	margin-right: 2em;
}

.ContentProducts .Container .TextInfo span:before {
	display: inline-block;
	font-size: inherit;
	font-weight: 900;
	content: "•";
	line-height: 1;
	position: relative;
	margin: 0 0.5em 0 0;
	top: 0.075em;
}

.ContentProducts .Container .Stopper {
	left: -0.25em;
	top: -0.25em;
	width: 14em;
	height: 14em;
}

/*  Details */

.ContentProducts .ContainerDetails {
	padding-left: 0;
	padding-right: 0;
	margin-top: 2em;
	border-left: 0;
	border-right: 0;
}

.ContentProducts .ContainerDetails .Width33 {
	width: 30.25% !important;
	overflow: hidden;
}

.ContentProducts .ContainerDetails .Width33 .LinkPic:hover img {
}

.ContentProducts .ContainerDetails .Width66 {
	width: 64% !important;
}

.ContentProducts .ContainerDetails .Stopper {
	display: none;
}

.ContentProducts .ContainerDetails .Thumbnails {
	margin: 2em 0 2em 0;
	width: 110%;
	overflow: hidden;
}

.ContentProducts .ContainerDetails .Thumbnails a {
	position: relative;
	display: block;
	float: left;
	margin: 3.5% 3.45% 0 0;
	width: 28%;
	height: 7em;
	border: 1px solid #bababa;
	overflow: hidden;
}

.ContentProducts .ContainerDetails .Thumbnails a img {
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -100%;
	margin: auto;
	width: 85%;
	height: auto;
}

.ContentProducts .ContainerDetails .TextInfo {
	border-bottom: 1px solid #bababa;
}

.ContentProducts .ContainerDetails .TextMeta {
	padding: 1.5em 0 1.5em 0;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
}

.ContentProducts .ContainerDetails .TextMeta span {
	font-weight: 600;
}

.ContentProducts .ContainerDetails .TextDetails {
	padding: 4% 0 2% 0;
}


/* Product Menue ------------------------------------------------------------------ */

.ProductMenue {
	margin: 1.75% 0 0 0;
	padding: 0.75em 0 0.825em 0;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	overflow: hidden;
}

.ProductMenue .Price {
	margin: 0.25em 0 0 0;
	float: left;
	font-size: 130%;
	font-weight: 800;
	color: #e2007a;
}

.ProductMenue .Price span {
	display: inline-block;
	padding: 0 0 0 0.15em;
	font-size: 75%;
	font-weight: 300;
	color: #000;
}

.ProductMenue .Quantity {
	float: right;
	overflow: hidden;
}

.ProductMenue .Quantity label {
	font-weight: 400;
	margin: 0.685em 0.75em 0 0;
	float: left;
}

.ProductMenue .Quantity input[type="text"] {
	margin: 0 0.75em 0 0;
	float: left;
	width: 5em;
}

.ProductMenue .Quantity button[type="submit"] {
	float: left;
	width: auto;
	padding: 0 1em 0 2.75em;
	height: 2.4em;
	background: #e2007a;
	position: relative;
}

.ProductMenue .Quantity button:before {
	display: inline-block;
	font-size: 161%;
	font-weight: 900;
	content: "+";
	line-height: 1.525;
	position: absolute;
	margin: 0 0.65em 0 0;
	top: 0;
	left: 0.65em;
}

.ProductMenue .Quantity .TextLink {
	display: inline-block;
	padding-top: 0.65em;
}


/*************************************************************************************
* Shop
*************************************************************************************/

/* Shop Intro ------------------------------------------------------------------ */

.ContentShopIntro {}

.ContentShopIntro .LinkBox {
	position: relative;
	min-height: 34em;
	font-weight: 300;
	color: inherit;
}

.ContentShopIntro .LinkBox a {
	color: inherit;
	text-decoration: none;
}

.ContentShopIntro .LinkBox a.Color02 {
	text-decoration: none;
	text-decoration: underline;
}

.ContentShopIntro .LinkBox img {
	position: absolute;
	bottom: 6em;
	left: -50%;
	right: -50%;
	margin: 0px auto;
	width: auto;
	height: 14em;
}

.ContentShopIntro .LinkBox01 img {
	height: 13em;
}

.ContentShopIntro .LinkBox02 img {
	height: 14.125em;
	bottom: 6.25em;
}

.ContentShopIntro .LinkBox03 img {
	height: 13em;
	bottom: 6.25em;
}

.ContentShopIntro .LinkBox04 img {
	bottom: 7.25em;
	height: 16em;	
}

.ContentShopIntro .LinkBox .TextLink {
	position: absolute;
	bottom: 2em;
	left: -50%;
	right: -50%;
	margin: 0px auto;
	text-align: center;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 700;
	font-size: 100%;
	color: #009ee0;
}

.ContentShopIntro .LinkBox .LinkCenter {
	top: 42%;
	left: -100%;
	right: -100%;
}

/* Shop MetaNav ------------------------------------------------------------------ */

#ShopMenue {
	margin: -5.5em -0.5em 3.5em 0;
	font-size: 75%;
	font-weight: 400;
	color: #999;
	overflow: hidden;
}

#ShopMenue .ShopMetaNav {
	text-transform: uppercase;
	text-align: right;
}

#ShopMenue .ShopMetaNav a {
	display: inline-block;
	padding: 0 0.5em 0 0.5em;
	font-size: 95%;
	color: #000;
	color: #999;
}

#ShopMenue .ShopMetaNav a:hover {
	color: #bababa;
}

/* Shop Steps ------------------------------------------------------------------ */

#ShopSteps {
	margin-top: 2em;
	margin-left: -0.65em;
	color: #bababa;
	font-weight: 600;
	font-size: 85%;
	text-transform: uppercase;
	white-space: nowrap;
}

#ShopSteps span {
	display: inline-block;
	padding: 0 0.5em 0 0.5em;
}

#ShopSteps span.Active {
	color: #000;
}

/* Shop Products ------------------------------------------------------------------ */

.ContentProducts .Container .Updates {
	margin-top: 1em;
	margin-bottom: -3.5em;
}

.ContentProducts .Container .Updates .TextInfo {
	border-bottom: 0;
}

.ContentProducts .Container .UpdatesTop {
	position: absolute;
	top: 1.5em;
	left: -1em;
	padding: 0 0 0 4.5em;
	z-index: 1;
	background: url(/img/icon_arrow-update.gif) no-repeat 0 0.3em;
	background-size: 3.5em auto;
}

.ContentProducts .Container .UpdatesTop p {
	font-size: 100%;
	color: #009ee0;
	font-weight: 600;
}

.ContentProducts .ContainerDetails .UpdatesTop {
	left: 1.5em;
}


/* Shop: Buttons ********************************************************/

.ButtonUpdate,
.ButtonBack,
.ButtonShop {
	margin-bottom: 1em;
	display: block;
}

.ButtonShop {
	margin-right: 3.5%;
}

.ButtonUpdate {
	background: #bababa !important;
}

/* Shop: Cart ********************************************************/

.ContentCart {}

.ContentCart form {
	/* margin: 4em 0 0 0;
	border-top:  1px solid #bababa; */
}

.ContentCart .Container {
	padding-bottom: 1.5em;
	margin-bottom: 0;
}

.ContentCart .Container h3 {
	margin-bottom:-0.25em;
}

.ContentCart .Container .TextInfo {
	margin: 0px;
	padding-top: 2em;
	padding-bottom: 2em;
	font-size: 83.333%;
	font-weight: 400;
	color: #000;
}

.ContentCart .Container .TextInfo span {
	display: inline-block;
	margin-right: 2em;
}

.ContentCart .Container .TextInfo span:before {
	display: inline-block;
	font-size: inherit;
	font-weight: 900;
	content: "•";
	line-height: 1;
	position: relative;
	margin: 0 0.5em 0 0;
	top: 0.075em;
}

.ContentCart .Container .TextInfoAbo,
.ContentCart .PriceTotal .TextInfoPrice {
	clear: both;
	margin: 0px;
	padding-top: 1em;
	padding-bottom: 2em;
	font-size: 88.888%;
	font-weight: 400;
	color: #000;
}

.ContentCart .Container .TextInfoAbo span,
.ContentCart .PriceTotal .TextInfoPrice span {
	margin: 0;
	font-weight: 600;
	color: #e20071;
}

.ContentCart .Container .TextInfoAbo span:before,
.ContentCart .PriceTotal .TextInfoPrice span:before {
	content: none;
}

.ContentCart .ProductMenue {
	margin-top: 4%;
}

.ContentCart .ProductMenue .Quantity {
	padding-right: 2.5em;
	float: left;
}

.ContentCart .ProductMenue .Price span {
	padding: 0 0.25em 0 0;
	font-weight: 400;
}

.ContentCart .ProductMenue .PriceItem {
	float: left;
	font-weight: 400;
}

.ContentCart .ProductMenue .PriceSubtotal {
	float: right;
}

.ContentCart .ProductMenue .PriceSubtotal span {
	font-weight: 600;
}

.ContentCart .PriceTotal {
	margin: 4em 0 2em 0;
	padding: 0.5em 3em 0.5em 3em;
	border: 3px solid #000;
	overflow: hidden;
}

.ContentCart .PriceTotal .PriceSubtotal {
	font-size: 130%;
	float: right;
}

.ContentCart .PriceTotal .Shipping {
	text-align: right;
}

.ContentCart .PriceTotal .Price {
	display: inline-block;
	padding-left: 0.25em;
	font-weight: 800;
	color: #e2007a;
	white-space: nowrap;
}

.ContentCart .PriceTotal .Price span {
	color: black;
	padding-right: 0.25em;
}

.ContentCart .PriceTotal .Total {
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	padding: 0.75em 0 0.75em 0;
	text-align: right;
	font-size: 140%;
	font-weight: 900;
}

.ContentCart .PriceTotal .Total span.Vat {
	font-weight: 300;
	white-space: nowrap;
}

.ContentCart .PriceTotal .VatInfo {
	text-align: right;
}

.ContentCart .PriceTotal .VatInfo .Price {
	color: #000;
	font-weight: 300;
}

.ContentCart .PriceTotal .GtcSuccess {
	clear: both;
	text-align: right;
	font-weight: 600;
}

/* Shop: Check and Order  ********************************************************/

.ContentCheck {
	padding-bottom: 0;
}

.ContentCartCheck {
	padding-top: 0;
}

.ButtonRowOrder {
	margin-top: 3em;
	text-align: center;
}

.ButtonRowOrder label {
	margin: 0;
}

.ButtonRowOrder .Field {
	float: none;
	display: inline-block;
	margin: 0px auto;
	padding-bottom: 1.25em;
}

.ButtonRowOrder input {
	clear: both;
	float: none;
	height: 4em;
	width: 55%;
}

.FieldLink {
	display: block;
	float: right;
	margin-top: 0.75em;
}

.FieldButton {
	display: inline-block; 
	margin-left: 1em; 
	border: 1px solid #bababa; 
	padding: .75rem; 
	line-height: 1;
	text-decoration: none;
	font-size: 95%;
}

.GtcFeedback  {
	clear: both;
	display: block;
	margin-top: 0.5em;
	padding: 1em 0 1em 0;
	font-weight: 600;
}


/*************************************************************************************
* App
*************************************************************************************/

.ContentApp {}

/*************************************************************************************
* Quotes
*************************************************************************************/

.ContentQuotes {
	padding-top: 5em;
	padding-bottom: 0;
	min-height: 16em;
	text-align: center;
	background-image: url(/img/icon_quotes.png);
	background-repeat: no-repeat;
	background-position: center 2.75em;
	background-size: 4em;
}

.ContentQuotes a {
	display: block;
	text-decoration: none;
}

.QuoteAnimContainer {
	position: relative;
	overflow:hidden;
	color:#009EE0;
}

.QuoteElement {
	position: absolute;
	top: 0%;
	left:0%;
	width:100%;
	height:100%;
	background-color:#009EE0;
}

.ContentQuotes a .Quote {
	margin: 0;
	padding: 0;
	font-size: 150%;
	line-height: 1.35em;
	background: transparent;
	border: 0;
}

.Content .ContainerQuotes {
	width: 90%;
	height: auto;
	margin: 0;
	padding: 0 1.5em 0 4em;
	overflow: hidden;
	background-image: url(/img/icon_quotes-1.png);
	background-size: 2.5em auto;
	background-repeat: no-repeat;
	background-position: 0.15em 1.325em;		
	border: 0;
}

.Content .ContainerQuotes span {
	display: inline-block;
	padding-top: 0.65em;
}

.Content .Quote {	
	margin: 2em 0 2em 0;
	padding: 1.5em 3em 1.5em 3em;		
	border: 1px solid #bababa;
}

/*************************************************************************************
* Aktuelles
*************************************************************************************/

.Content .ContainerAktuelles {
	margin-top: 2em;
}

/*************************************************************************************
* Herausgeber
*************************************************************************************/

.ContentHerausgeber .ColumnPic {
	margin-top: 1.25em;
}

/*************************************************************************************
* DER Kommentar
*************************************************************************************/

.ContentKommentar .Width50 {
	margin-bottom: 1.15em;
}

/*************************************************************************************
* Blog / Abrechnungstipps
*************************************************************************************/

.Content .ContainerBlog h3 {
	margin-top: 0;
}

.Content .ContainerBlog ol {
	padding-left: 1.25em;
	list-style-position: outside;
}
.Content .ContainerBlog ol li {
	margin: 0 0 0em 0;
}


/*************************************************************************************
* Showroom
*************************************************************************************/
body#Showroom {	
	min-height: 100vh;
	overflow: hidden;
    background:-moz-linear-gradient(180deg, rgba(250, 250, 250, 1) 0%, rgba(228, 228, 228, 1) 100%); 
    background:-webkit-linear-gradient(180deg, rgba(250, 250, 250, 1) 0%, rgba(228, 228, 228, 1) 100%);
    background:-o-linear-gradient(180deg, rgba(250, 250, 250, 1) 0%, rgba(228, 228, 228, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E6E6E6', endColorstr='#FDFDFD', GradientType=1 );
    background:-ms-linear-gradient(180deg, rgba(250, 250, 250, 1) 0%, rgba(228, 228, 228, 1) 100%);
    background:linear-gradient(180deg, rgba(250, 250, 250, 1) 0%, rgba(228, 228, 228, 1) 100%);	
}

body#Showroom #MainMenue,
body#Showroom #SectionMenue,
body#Showroom #FixNavBar {
	display: none;
}

body#Showroom #TopMenue .Wrap {
	width: 100%;
	max-width: 1920px;
	padding-right: 2em;
}

.LogoShowroom {
	position: absolute;
	left: auto; 
	right: 1.5em;
	top: 2em;
	width: 18em;
	max-width: 18em;
	z-index: 2;
}

.LogoShowroom img {
	width: 100%;
	height: auto;
}

.ContentRowShowroom {
	background: transparent;
	overflow: visible;
}

.ContentRowShowroom .Content {
	padding-top: 1.85em;
	padding-bottom: 1em;
}

.ContentRowShowroom .Wrap .Content > .WrapperTitles {
	margin-bottom: .5em;
	position: relative;
	overflow: hidden;
	z-index:1;
}

.ContentRowShowroom .Flex {
	margin-left: -2.5em;
	margin-right: -2.5em;
	flex-wrap: wrap;
}

.ContentRowShowroom .FlexCol {
	margin-left: .75em;
	margin-right: .75em;
}

.ContentRowShowroom .FlexCol01 {
	flex: 0 0 21%;
	max-width: 21%;
	order: 1;
}

.ContentRowShowroom .FlexCol02 {
	flex: 0 0 34.5%;
	max-width: 34.5%;
	order: 2;
	position: relative;
}


.ContentRowShowroom .FlexCol03 {
	flex: 0 0 19%;
	max-width: 19%;
	order: 3;
}

.ContentRowShowroom .FlexCol04 {
	flex: 0 0 16%;
	max-width: 16%;
	order: 4;
}

.ContentRowShowroom .Circle {
	width: 100%; 
	height: 0;
	padding-bottom: 100%;
	border-radius: 50%;
	text-align: center;
	position: relative;
	background: #fff;
}

.ContentRowShowroom .Circle .Wrapper {
	margin: auto;
}

.ContentRowShowroom .Circle .Overline {
	margin-bottom: 0.175em;
	font-weight: 600;
	color:  #009ee0;
	text-align: left;
}

.ContentRowShowroom .Circle h3 {
	margin-top: 0;
	text-align: left;
	line-height: 1.15;
}

.ContentRowShowroom .Circle .Stopper {
	display: -ms-flexbox; 
	display: flex;
	position: absolute;
	border-radius: 50%;
	background: #e2007a;
	transform: rotate(-12deg);
}

.ContentRowShowroom .Circle .Stopper p {
	margin-bottom: auto;
	margin-top: auto;
	color: #fff;
	font-weight: 600;
	line-height: 1.3333;
}

.ContentRowShowroom .Circle .ButtonRow {
	position: absolute;
	bottom: 7%;
	width: 100%;
	margin-bottom: 0;
	text-align: center;
}

.ContentRowShowroom .Circle .ButtonLink {
	font-size: .9em;
	width: auto;
	display: inline-block;	
	padding: .75em 1em .75em 1em;
	margin: 0 .25em 1.5em .25em;
	min-width: 9.25em;
	background-color: #fff;
}

.ContentRowShowroom .Circle .WrapperPic {
	max-width: 100%;
	margin-top: 1.825em;
	text-align: center;
}

.ContentRowShowroom .Circle .WrapperPic img {
	width: 90%;
	height: auto;
	margin: auto;
}


/* Circle 01 */
.ContentRowShowroom .FlexCol01 .Circle .Wrapper {
	width: 71%;
	padding-top: 14%;
}

.ContentRowShowroom .FlexCol01 .WrapperTitles {
	font-size: 90%;
}

.ContentRowShowroom .FlexCol01 .Stopper {
	top: calc(50% - 3em);
	left: 4.5em;
	width: 6.625em;
	height: 6.625em;
}

.ContentRowShowroom .FlexCol01 .Stopper p {
	font-size: 90%;
}

.ContentRowShowroom .FlexCol01 .WrapperPic {
	transform: translate(.125em, -1em) rotate(-2deg);
}

.ContentRowShowroom .FlexCol01 .WrapperPic img {
	width: 50%;
}

/* Circle 02 */
.ContentRowShowroom .FlexCol02 .Circle .Wrapper {
	width: 72%;
	padding-top: 16%;
}

.ContentRowShowroom .FlexCol02 .WrapperTitles {
	font-size: 120%;
}

.ContentRowShowroom .FlexCol02 .Stopper {
	top: calc(50% - 4.8em);
	left: 4.95em;
	width: 9.5em;
	height: 9.5em;
	text-align: left;
}

.ContentRowShowroom .FlexCol02 .Stopper p {
	font-size: 105%;
}

.ContentRowShowroom .FlexCol02 .ButtonRow {
	bottom: 18%;
}

.ContentRowShowroom .FlexCol02 .WrapperPic {
	transform: translate(1.75em, .25em);
}

/* Circle 03 */
.ContentRowShowroom .FlexCol03 .Circle .Wrapper {
	width: 62%;
	padding-top: 10%;
}

.ContentRowShowroom .FlexCol03 .WrapperTitles {
	font-size: 83%;
}

.ContentRowShowroom .FlexCol03 .Stopper {
	top: calc(50% - 2.5em);
	left: 4.5em;
	width: 5.75em;
	height: 5.75em;
}

.ContentRowShowroom .FlexCol03 .Stopper p {
	font-size: 90%;
}

.ContentRowShowroom .FlexCol03 .WrapperPic {
	transform: translate(.25em, -1.5em);
}

.ContentRowShowroom .FlexCol03 .WrapperPic img {
	width: 60%;
}

/* Circle 04 */
.ContentRowShowroom .FlexCol04 .Circle .Wrapper {
	width: 60%;
	padding-top: 10%;
}

.ContentRowShowroom .FlexCol04 .WrapperTitles {
	font-size: 83%;
}

.ContentRowShowroom .FlexCol04 .Stopper {
	top: calc(50% - 2.125em);
	left: 3.95em;
	width: 5em;
	height: 5em;
}

.ContentRowShowroom .FlexCol04 .Stopper p {
	font-size: 95%;
}

.ContentRowShowroom .FlexCol04 .WrapperPic {
	transform: translate(0, -1.5em);
}

.ContentRowShowroom .FlexCol04 .WrapperPic img {
	width: 55%;
}

/* Background Image */

.ContentRowShowroom .BgImg {
	position: absolute;
	width: 58vw;
	height: 58vw;
	max-width: 1130px;
	max-height: 1130px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(/img/bg_showroom.png) center center no-repeat;
	background-size: 100% 100%;
	z-index: -1;
	opacity: .4;
}

.ContentRowShowroom .BgImgMobile {
	display: none;
}


/* Footer */

body#Showroom footer				{position: absolute; bottom: 2em; width: 100%;}
body#Showroom footer p				{text-align: right; font-size: 90%;}
body#Showroom footer span 			{display: inline-block; padding: 0 .5em 0 .5em;}
body#Showroom footer span a			{color: inherit; text-decoration: none;}
body#Showroom footer span a:hover	{text-decoration: underline; opacity: .5;}


/* Keyframe Animations */

.ContentRowShowroom .BgImg {
	-webkit-animation: rotate 180s linear infinite;
	-moz-animation: rotate 180s linear infinite;
	-ms-animation: rotate 180s linear infinite;
	-o-animation: rotate 180s linear infinite;
	animation: rotate 180s linear infinite;
}

	@keyframes rotate {
	  from {
		-ms-transform: rotate(0deg);
		-moz-transform: translate(-50%, -50%) rotate(0deg);
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		-o-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg);
	  }
	  to {
		-ms-transform: translate(-50%, -50%) rotate(360deg);
		-moz-transform: translate(-50%, -50%) rotate(360deg);
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		-o-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	  }
	}


.ContentRowShowroom .FlexCol01 {
	-webkit-animation: move01 1.25s ease-out;
	-moz-animation: move01 1.25s ease-out;
	-ms-animation: move01 1.25s ease-out;
	-o-animation: move01 1.25s ease-out;
	animation: move01 1.25s ease-out;	
}

	@keyframes move01 {
	  0% {
		-ms-transform: translate(0, -4em);
		-moz-transform: translate(0,-4em);
		-webkit-transform: translate(0, -4em);
		-o-transform: translate(0, -4em);
		transform: translate(0, -4em);
		opacity: 0;
	  }
	   20% {
		-ms-transform: translate(0, -4em);
		-moz-transform: translate(0,-4em);
		-webkit-transform: translate(0, -4em);
		-o-transform: translate(0, -4em);
		transform: translate(0, -4em);
		opacity: 0;
	  }
	  100% {
		-ms-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	  }
	}	
	

.ContentRowShowroom .FlexCol02 {
	-webkit-animation: move02 .7s ease-out;
	-moz-animation: move02 .7s ease-out;
	-ms-animation: move02 .7s ease-out;
	-o-animation: move02 .7s ease-out;
	animation: move02 .7s ease-out;	
}

	@keyframes move02 {
	  from {
		-ms-transform: translate(0, -4em);
		-moz-transform: translate(0,-4em);
		-webkit-transform: translate(0, -4em);
		-o-transform: translate(0, -4em);
		transform: translate(0, -4em);
		opacity: 0;
	  }
	  to {
		-ms-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	  }
	}

.ContentRowShowroom .FlexCol03 {
	-webkit-animation: move03 1.25s ease-out;
	-moz-animation: move03 1.25s ease-out;
	-ms-animation: move03 1.25s ease-out;
	-o-animation: move03 1.25s ease-out;
	animation: move03 1.5s ease-out;	
}

	@keyframes move03 {
	  0% {
		-ms-transform: translate(0, -4em);
		-moz-transform: translate(0,-4em);
		-webkit-transform: translate(0, -4em);
		-o-transform: translate(0, -4em);
		transform: translate(0, -4em);
		opacity: 0;
	  }
	   40% {
		-ms-transform: translate(0, -4em);
		-moz-transform: translate(0,-4em);
		-webkit-transform: translate(0, -4em);
		-o-transform: translate(0, -4em);
		transform: translate(0, -4em);
		opacity: 0;
	  }
	  100% {
		-ms-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	  }
	}	

.ContentRowShowroom .FlexCol04 {
	-webkit-animation: move 1.75s ease-out;
	-moz-animation: move 1.75s ease-out;
	-ms-animation: move 1.75s ease-out;
	-o-animation: move 1.75s ease-out;
	animation: move 1.75s ease-out;	
}

	@keyframes move {
	  0% {
		-ms-transform: translate(0, -4em);
		-moz-transform: translate(0,-4em);
		-webkit-transform: translate(0, -4em);
		-o-transform: translate(0, -4em);
		transform: translate(0, -4em);
		opacity: 0;
	  }
	   60% {
		-ms-transform: translate(0, -4em);
		-moz-transform: translate(0,-4em);
		-webkit-transform: translate(0, -4em);
		-o-transform: translate(0, -4em);
		transform: translate(0, -4em);
		opacity: 0;
	  }
	  100% {
		-ms-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	  }
	}
	



/*************************************************************************************
* SinglePage
*************************************************************************************/

body#SinglePage 						{min-height: 100vh; overflow: hidden; background: #f2f2f2;}

body#SinglePage #TopMenue,
body#SinglePage #MainMenue,
body#SinglePage #SectionMenue,
body#SinglePage #FixNavBar 				{display: none;}

body#SinglePage #TopMenue .Wrap 		{width: 100%; max-width: 1920px; padding-right: 2em;}

body#SinglePage .LogoSinglePage 		{position: absolute; left: auto;  right: 1.5em; top: 2em; width: 18em; max-width: 18em; z-index: 2;}
body#SinglePage .LogoSinglePage img 	{width: 100%; height: auto;}

body#SinglePage .ContentRowTop			{margin-bottom: 4.75em; -webkit-box-shadow: 0px 9px 300px 0px rgba(0,0,0,0.15); 
										 box-shadow: 0px 9px 300px 0px rgba(0,0,0,0.15);}

body#SinglePage .ContentSinglePageTitles 				{padding-top: 1.825em; padding-bottom: 0;}
body#SinglePage .ContentSinglePageTitles .Overline 		{font-weight: 500; margin-top: 0; margin-bottom: 2em; font-size: 120%;}
body#SinglePage .ContentSinglePageTitles .Overline a 	{text-decoration: none;}

body#SinglePage .ContentSinglePageTitles .WrapperTitles	{max-width: 70%;}

body#SinglePage .ButtonRowDownload .ButtonLinkIcon							{display: inline-block; margin-top: 1rem; padding: .95em 2em .825em 2em; font-size: 115%; width: auto;}
body#SinglePage .ButtonRowDownload .ButtonLinkIcon::before					{content: ' '; display: inline-block; margin-right: .625em; width: 1.5em; height: 1.5em;
																			background-size: auto 100%; background-repeat: no-repeat; background-position: left top;
																			overflow: visible; vertical-align: middle; transform: translateY(-.125em);}
body#SinglePage .ButtonRowDownload .ButtonLinkIcon.IconPdf::before			{background-image: url(/img/file-pdf-solid-pink.svg);}
body#SinglePage .ButtonRowDownload .ButtonLinkIcon.ButtonLinkColor02:hover 	{opacity: .5; color: #e2007a; border-color: #e2007a;}

body#SinglePage .ContentSinglePage		{padding-top: 1.5em; padding-bottom: 5em;}
body#SinglePage .ContentSinglePage p	{margin-top: 0;}

body#SinglePage footer					{position: absolute; bottom: 2em; width: 100%;}
body#SinglePage footer p				{text-align: right; font-size: 90%;}
body#SinglePage footer span 			{display: inline-block; padding: 0 .5em 0 .5em;}
body#SinglePage footer span a			{color: inherit; text-decoration: none;}
body#SinglePage footer span a:hover		{text-decoration: underline; opacity: .5;}

body#SinglePage .NL-Layer 				{bottom: 4.5em;}


/* -----------------------------------------------------------------------------------
* SinglePage Download
----------------------------------------------------------------------------------- */

.ContentRowSinglePageDownload {}
.ContentRowSinglePageDownload .Flex						{align-items: flex-start; flex-wrap: no-wrap;}
.ContentRowSinglePageDownload .FlexCol01				{flex: 0 0 13em; margin-right: 3.5em;}
.ContentRowSinglePageDownload .ColumnPic				{margin-top: 0;}
.ContentRowSinglePageDownload .ColumnPic img			{margin-top: .5em;}


	
/*************************************************************************************
* Additional Styles 05-2023
*************************************************************************************/

html {scroll-behavior: smooth;}

.Black {
	color: #000;
}

.NoMarginBottom {
	margin-bottom: 0 !important;
}

.FieldInfo {
	display: block;
	margin: 0.25rem 0 0 0;
	font-size: 85%; 
	line-height: 1.3;
	color: #bababa;
}

.ButtonRowVariant.MarginTop {
	margin-top: 1.25rem;
}


@media screen and (min-width: 541px){

	.ButtonRowVariant input[type="submit"] {
		width: 48% !important;
		float: right !important;
	}
	
	.ButtonRowVariant p.FloatLeft {
		text-align: left;
	}
	
}

.FormMessage p {
	font-size: 138.889%;
}

.FormMessageVariant.MarginTop {
	margin-top: 3rem;
}

.FormMessageVariant .TitleList {
	font-size: 100%;
	margin-top: 1.5em;
}

.FormMessageVariant .Column.Last {
	color: #000;
}

.FormMessage {
	margin-top: 1.5em;	
}

.Error ul,
.Success ul {
	margin-top: 1.5em; 
	margin-bottom: 1.5em;
}

.Content .LinkBox.BGLinkBox {
	display: inline-block;
	background-color: #f1fbff;
	padding: 0 1.25em;
	margin-bottom: 2rem;
}

.Content .LinkBox.BGLinkBox p {
	margin: 1em 0 1em 0;
}

.Content .LinkBox.BGLinkBox .TextLink {
	font-weight: 400;
}

.FormCheck .Label {
	padding-bottom: .25em;
}

.InfoContainer {
	padding: 1.5rem; 
	font-size: 85%;
	border: 1px dotted #e2007a;
}

.ContentCart .Container {
	margin-top: 3em;
}

.ContentCart .PriceTotal {
	margin-top: 3em;
}

.ButtonBack {
	background: #bababa !important;
}




/*************************************************************************************
* Newsletter Layer + Subscription
*************************************************************************************/

/* Newletter Layer */

.NL-Layer {
  position: fixed;
  bottom: 2em;
  right: 0;
  padding: 2em 2em 2.5em 2em;
  width: 30em;
  max-width: 100%;
  margin-right: -34em;
  background-color: #009ee0;
  color: #fff;
  text-align: left;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
  -webkit-transition: all 1500ms ease; 
  -moz-transition: all 1500ms ease; 
  -o-transition: all 1500ms ease; 
  transition: all 1500ms ease;
}

.NL-Layer.custom-move {
  margin-right: 1.5em; 
  -webkit-transition: all 1500ms ease; 
  -moz-transition: all 1500ms ease; 
  -o-transition: all 1500ms ease; 
  transition: all 1500ms ease;
}

.NL-Layer .ButtonClose {
	position: absolute;
	right: .75em;
	top: .5em;
	display: block;
	width: 3.5em;
	height: 3.5em;
	background: transparent url(/img/xmark-solid-white.svg) center center no-repeat;
	background-size: 50% auto;
	-webkit-transition: all 200ms ease; 
	-moz-transition: all 200ms ease; 
	-o-transition: all 200ms ease; 
	transition: all 200ms ease;
}

.NL-Layer .ButtonClose:hover {
	opacity: .7;
}

.NL-Layer .ButtonClose:hover {
	cursor: pointer;
}

.NL-Layer a {
	color: #fff;
	}
	
.NL-Layer a:hover {
	color: #dadada;
	}	

.NL-Layer h5 {
	font-size: 1.75em; 
	font-weight: 900;
	}
	
.NL-Layer h6 {
	margin: 0.1em 0 1.125em 0;
	font-size: 1.675em;
	font-weight: 300;
	line-height: 1.15;
	}	

.NL-Layer .Column {
	float: left;
	margin: 0;
	text-align: center;
	}
	
.NL-Layer .Column.Width33 {
	padding: 1.625em 0 0 2em;
	}	
	
.NL-Layer .ButtonLink {
	font-size: 110%;
}

/* RM Newsletter Anmeldeformular */

.CustomRM-Form 				{max-width: 500px;}
.CustomRM-Form label	 	{display: inline-block; margin-bottom: .5em;}
.CustomRM-Form button	 	{margin-top: .75em; float: left;}
.CustomRM-Privacy 			{clear: both; padding-top: 1.5em;}

