
/*************************************************************************************
* 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: #a6a6a6;
	}

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: 15em
}

/*************************************************************************************
* 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"] {
	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%;
	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 #ff0048;
	border-bottom: 2px solid #ff0048;
	color: #ff0048;
}

.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;
}


/*************************************************************************************
* 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;
}

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


	
/*************************************************************************************
* UPT Terminrechner
*************************************************************************************/

/* UPT INTRO */

.LogoUpt	 									{position: absolute; left: auto; right: 1.5em; top: 1.5em; width: 17em; max-width: 17em; z-index: 2; }
.LogoUpt img 									{width: 100%; height: auto;}
	
.ContentRowUptIntro								{background: #f6f6f6 url(/img/upt/bg_upt-intro.png) calc(50% + 36em) bottom no-repeat; background-size: 56em auto; position: relative;}
.ContentRowUptIntro	.WrapUptIntro				{max-width: 1920px;}
.ContentRowUptIntro	.WrapUptIntro .Content		{max-width: 1280px; padding: 1.5em .25em 2.25em .25em;}
.ContentRowUptIntro	.WrapUptIntro .Overline		{font-weight: 500; margin-top: 0; margin-bottom: 3.25rem; font-size: 120%;}
.ContentRowUptIntro	.WrapUptIntro .Overline a	{text-decoration: none;}
.ContentRowUptIntro	.WrapUptIntro .Overline a:hover	{text-decoration: underline;}
.ContentRowUptIntro	.WrapUptIntro h1			{font-size: 380%;}
.ContentRowUptIntro	.WrapUptIntro h2			{font-size: 360%; color: #B04C7C; margin-bottom: .5em !important; display: block;}
.ContentRowUptIntro	.WrapUptIntro h3			{margin-top: 0;}
.ContentRowUptIntro	.WrapUptIntro p				{padding-right: 1.5em;}
.ContentRowUptIntro	.WrapUptIntro .InfoFlag		{display: inline-block; margin-left: -.5rem; margin-bottom: 1.25rem; padding: .5em .825em; font-size: 92%; color: #e2007a; letter-spacing: .025em;
												 line-height: 1.333; background: #fff; border: 1px solid #c8c8c86e; border-radius: .5em;}

.ContentRowUptIntro	.Visual						{position: absolute; left: calc(50% + 24.5em); bottom: 0; width: 22em; height: 22em;
												background: url(/img/upt/visual_upt-planer.png) left bottom no-repeat; background-size: 100% auto;}

.WrapUpt .Content								{padding-top: .5em; padding-bottom: 2em;}
.WrapUpt .custom-upt-links						{padding-bottom: .25em;}
.WrapUpt em										{font-style: italic !important;}

.WrapUpt .TextNotice							{text-align: center; font-size: 80%; margin-top: 3.5rem;}



/* UPT BOOTSTRAP */

button:focus									{outline: none;}
.btn,
.btn-close 										{text-decoration: none !important; box-shadow: none !important; outline: none !important; border: none !important;}


.form-upt select,
.form-upt input[type="date"],
.form-upt input[type="text"]					{box-shadow: none !important;  
												border-radius: 0 !important; 
												-webkit-border-radius: 0 !important; 
												-moz-border-radius: 0 !important;
												padding: .5em !important; background-color: #fff !important; border: 1px solid #cccccc !important;}

.form-upt select								{padding-right: 1.25em !important; cursor: pointer;}												

.form-upt select:focus,
.form-upt input[type="date"]:focus,
.form-upt input[type="text"]:focus,
.form-upt select:active,
.form-uptinput[type="date"]:active				{box-shadow: none !important; border: 1px solid #000 !important; outline: none; background-color: white !important;
												-webkit-transition: border-color 500ms ease;
												-moz-transition: border-color 500ms ease;
												-o-transition: border-color 500ms ease;
												transition: border-color 500ms ease;}

input[type="radio"]:focus,
input[type="checkbox"]:focus 					{box-shadow: none !important;}

input[type="checkbox"]							{border-radius: 0 !important;}
input:disabled									{}



/* UPT FORM */

.form-upt label									{font-weight: 600; color: #282828; margin-bottom: .375rem;}
.form-upt label.form-check-label				{font-weight: 300; line-height: 1;}
.form-upt input,
.form-upt select								{font-weight: 300;}
.form-upt .form-text							{line-height: 1.333; font-size: .85rem; font-weight: 400; color: #393939;}
.form-upt .form-check-input						{margin-top: -.05em;}

.form-upt .custom-row-basics .custom-bg-grey	{background-color: #EAEAEA;}
.form-upt .custom-row-patient .custom-bg-grey	{background-color: #EAEAEA;}
.form-upt .custom-row-year-01 .custom-bg-grey	{background-color: #EAEAEA;}
.form-upt .custom-row-year-02 .custom-bg-grey	{background-color: #E0E0E0;}
.form-upt .custom-row-year-01 .custom-bg-pink	{background-color: #FBE6F0;}
.form-upt .custom-row-year-02 .custom-bg-pink	{background-color: #fadbea;}
.form-upt .custom-row-year-02 .custom-disabled .custom-bg-pink	{background-color: #FBE6F0;}

.form-upt .custom-disabled						{opacity: .2;}
.form-upt .custom-disabled a,
.form-upt .custom-disabled button				{pointer-events: none; cursor: default;}

.form-upt .row									{border-top: 2px solid #fff;}
.form-upt .custom-row-year .custom-col-wrapper .row:first-of-type {border-top: none;}

.form-upt .custom-row-basics .col,
.form-upt .custom-row-patient .col,
.form-upt .custom-row-year .custom-col-wrapper .col {padding: .825em;}
.form-upt .custom-row-basics .custom-col-care-level	{}

.form-upt .custom-col-wrapper					{}

.form-upt .custom-col-01						{max-width: 8em; border-right: 2px solid #fff; }
.form-upt .custom-col-02						{max-width: 13em; padding-left: 1.75em !important;}
.form-upt .custom-col-03						{max-width: 18.5em; position: relative;}
.form-upt .custom-col-04						{}

.form-upt .custom-col-care-level				{padding-right: 2em !important;}

.form-upt .custom-col-label label				{margin-bottom: 0;}
.form-upt .custom-col-label .form-text			{margin-top: 0;}

.form-upt .custom-col-date input[type="date"]	{min-width: 9.15em }

.form-upt .custom-col-date .form-text .custom-text 				{display: block;}
.form-upt .custom-col-date .form-text .custom-text .custom-wrap {display: inline-block; padding-right: .525em;}

.form-upt .custom-col-date .custom-tooltip-icon-info {display: none; position: absolute; top: 1.65em; left: -.75em; z-index: 1;}


.form-upt .custom-row-patient label				{font-weight: 300;}

/* Date Error */
.form-upt .custom-col-date .custom-error .custom-icon-info-red {display: block;}
.form-upt .custom-col-date .custom-error input[type="date"] {border-color: #FE5888 !important;}

/* Date Warning */
.form-upt .custom-col-date .custom-warning .custom-icon-info-orange {display: block;}
.form-upt .custom-col-date .custom-warning input[type="date"] {border-color: #FF993B !important;}

/* Date Adjustment */
.form-upt .custom-col-date .custom-adjustment .custom-icon-info-green {display: block;}
.form-upt .custom-col-date .custom-adjustment input[type="date"] {border-color: #00D394 !important;}

/* Date Adjustment: Reload */
.form-upt .custom-col-date .custom-field-wrapper 													{display: inline-block; vertical-align: top; position: relative;}
.form-upt .custom-col-date .custom-field-wrapper .custom-reload-animation 							{visibility: hidden;}
.form-upt .custom-col-date .custom-adjustment .custom-field-wrapper .custom-reload-animation		{animation: upt-fade-out 1.1s ease-out; animation-fill-mode: forwards;}
																					
																									@keyframes upt-fade-out {
																									  0%  {opacity: 1; visibility: visible;}
																									  40% {opacity: 1; visibility: visible;}
																									  100%{opacity: 0; visibility: hidden;}
																									}
																					
.form-upt .custom-col-date .custom-adjustment .custom-field-wrapper .custom-reload-animation 		{display: block; position: absolute; width: calc(100% - .5rem); height: 100%; z-index: 1; 
																									background-color: #EEFFFA; border: 1px solid #00D394;}
.form-upt .custom-col-date .custom-adjustment .custom-field-wrapper .custom-reload-animation:before {content: ' '; display: block; width: 1.125em; height: 1.125em;
																									position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: 1;
																									background: url(/img/upt/arrows-rotate-solid-green.svg) center center no-repeat; background-size: 100% auto;
																									animation: upt-rotation 1.5s infinite linear;}
																					
																									@keyframes upt-rotation {
																									  from 	{transform: rotate(0deg);}
																									  to 	{transform: rotate(359deg);}
																									}

/* Treatment */
.form-upt .custom-col-treatments				{padding-top: 1.125em !important;}
.form-upt .custom-col-treatments span			{display: block;}
.form-upt .custom-col-treatments .custom-btn	{padding: .45em .5em; background-color: #B04C7C; color: #fff; font-weight: 600; line-height: 1; margin-bottom: .25em;}
.form-upt .custom-col-treatments .custom-btn.custom-highlighted	{background-color: #f71d93;}
.form-upt .custom-col-treatments .custom-btn:hover{opacity: .5;}

/* Button Row */
.form-upt .custom-btn-row						{margin-top: 2px; text-align: right; padding: 1.25em 0; /* border-top: 5px solid #e0e0e0 */;}
.form-upt .custom-btn-row a						{font-size: 115%; width: auto; display: inline-block; padding: 1em 2em .7em 2em; width: 100%;}

.form-upt .custom-btn-row a::before				{content: ' ';
												display: inline-block;
												margin-right: .75em;
												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);}
	
.form-upt .custom-btn-row a.custom-link-pdf::before	{background-image: url(/img/upt/file-pdf-solid-blue.svg);}	
.form-upt .custom-btn-row a.custom-link-mail::before{background-image: url(/img/upt/envelope-solid-blue.svg);}



/* Messages */

.form-upt .custom-message-alert							 	{}
.form-upt .custom-message-alert	.custom-wrap-inner			{border: 3px dotted #FF993B;}
.form-upt .custom-message-alert	strong					 	{color: #FF993B;}
.form-upt .custom-message-alert .custom-message-icon img 	{width: 1.625em; height: auto;}
.form-upt .custom-message-alert p 							{margin: 0; color: #282828; font-size: 90%; font-weight: 400; line-height: 1.2666;}

/* Tooltips */

.tooltip {
   font-size: 1rem;
}

.tooltip.show {
  opacity: 1 !important;
}

.tooltip-inner {
  background-color: #fff;
  opacity: 1 !important;
  min-width: 20em;
  text-align: left;
  padding: 1em;
  border: 2px dotted #000;
  color: #000;
  border-radius: 0 !important;
}

.tooltip.bs-tooltip-end .tooltip-arrow:before {
  border-right-color:  #fff !important;
}

.tooltip.bs-tooltip-start .tooltip-arrow:before {
 border-left-color:  #fff !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow:before {
 border-bottom-color:   #fff !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow:before {
 border-top-color:   #fff !important;
}


.custom-col-treatments .tooltip-inner {
	border-color: #B04C7C !important;
}

.custom-tooltip-icon-info {
	display: inline-block;
	width: 1em; 
	height: 1em;
	background-size: auto 1em;	
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
	transform: translateY(-.125em);
}

.custom-tooltip-icon-info:hover	{
	opacity: .7;
}

.custom-icon-info-grey {
	background-image: url(/img/upt/circle-info-solid-grey.svg);
}

.custom-icon-info-red {
	background-image: url(/img/upt/circle-info-solid-red.svg);
}

.custom-icon-info-orange {
	background-image: url(/img/upt/circle-info-solid-orange.svg);
}


.custom-icon-info-green {
	background-image: url(/img/upt/circle-info-solid-green.svg);
}

.custom-icon-size {
	transform: translate(.15em, -.05em) scale(1.3225);
}



/* Icons */
.custom-info-icon {
	position: relative;
	font-weight: 500;
	padding-left: 1.5em;
}

.custom-info-icon:hover	{
	opacity: .5;
	color: #000;
}

.custom-info-icon::before{
	content: ' ';
	position: absolute;
	left: 0; 
	top: .325em;
	display: inline-block;
	margin-right: .125em;
	width: 1em; 
	height: 1em;
	background-size: auto 1em;
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
	transform: translateY(-.125em);
}

.custom-info-icon-blue::before {
	background-image: url(/img/upt/circle-info-solid-blue.svg);
}


/* Info Container */

.ContainerInfo {
	margin: 2rem auto 0 auto;
	padding: .825em 1.5em .375em 2.5em;
	border: 1px solid #00689321;
	border-radius: .825rem;
	max-width: calc(100% - 7em);
	background: url(/img/upt/circle-info-solid-blue.svg) 1rem 1rem no-repeat, #ebf9ff;
	background-size: 1em 1em;

}

.ContainerInfo p {
	margin-top: 0;
	margin-bottom: .75rem;
	font-size: 83%;
}

/* Modals */
.custom-modal-upt .modal-header,
.custom-modal-upt .modal-content,
.custom-modal-upt .custom-modal-mail {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border: none !important;
}

.custom-modal-upt .modal-content {
	padding: .5em;	
}

.custom-modal-upt-strecke .modal-dialog {
	max-width: 700px !important;	
}

.custom-modal-upt-strecke .modal-body img {
	object-fit: cover;
	height: 100%;
	width: 100%;	
}

.custom-modal-upt-termintabelle .modal-dialog {
	max-width: 700px !important;	
}

.custom-modal-upt-hinweis .modal-dialog {
	max-width: 700px !important;	
}

.custom-modal-upt .modal-title {
	font-weight: 900;
}

.custom-modal-upt .modal-footer {
	 border-top: 1px solid #bababa;
 }

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

 .custom-modal-upt .custom-btn {
  float: right;
  min-width: 48%;
  height: 2.5em;
  font-size: 100%;
  font-weight: 600;
  color: #fff;
  border: none;
  cursor: pointer;
  background: #009ee0;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
}


/* UPT FOOTER */

.FooterUpt {
	background-color: #f6f6f6;
	position: relative;
}

.FooterUpt > .Wrap {
	padding: 4.125em 0 1.5em 0;
	position: relative;
}

.FooterUpt p {
  text-align: right;
  font-size: 85%;
}

.FooterUpt p span {
  display: inline-block;
  padding: 0 1em 0 1em;
}

.FooterUpt p span a {
  color: inherit;
  text-decoration: none;
}

.FooterUpt p span a:hover {
  opacity: .5;
  text-decoration: underline;
}

.FooterUpt .FooterLogo {
	position: absolute;
	left: 1.75em; 
	top: 2em;
	background: url(/img/logo_footer-asgard.png) no-repeat left top;
	background-size: 100% auto;
}



/* ************************************************************************************
* UPT Terminrechner CSS Ergänzungen zu neuer Regelung 07.2055
************************************************************************************ */

.form-upt .custom-row-year-01 .custom-col-wrapper .row:nth-child(odd) .custom-bg-pink {background-color: #FBE6F0 !important}
.form-upt .custom-row-year-01 .custom-col-wrapper .row:nth-child(even) .custom-bg-pink {background-color: #fadbea !important}

.form-upt .custom-row-year-01 .custom-col-year 		{background-image: url(/img/upt/bg_arrow.png); background-position: calc(50% + .3em) bottom; 
													background-repeat: no-repeat; background-size: 80% auto;}
.form-upt .custom-row-year-01 .custom-col-year p 	{margin: 0; font-size: .95rem; font-weight: 400; line-height: 1.2; white-space: nowrap; min-width: 230px;transform: translate(-3.375em, -.6em) rotate(-89.95deg);}

