
/*************************************************************************************
* 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;}
.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;}
.Width10					{width: 9% !important;}
.Width20					{width: 19% !important;}
.Width25					{width: 24% !important;}
.Width33					{width: 31% !important;}
.Width50					{width: 48.25% !important;}
.Width66					{width: 65.5% !important;}
.Width75					{width: 73.35% !important;}
.Width80					{width: 78% !important;}
.Width90					{width: 95% !important;}
.Width100					{width: 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;}

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

/* Links */
a {
	color: #007fc3;
	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;}
.LinkAll {display: inline-block; text-decoration: underline; margin-top: 0em !important; margin-bottom: 1.45em !important;}

/* Colors */
.Color01 {color: #007fc3 !important;}
.Color02 {color: #00bca4 !important;}
.Red {color: #ee1600;}


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

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.Link01 {
	/* color: #... ; */
}

header .MetaNav li a.Link02 {
	/* color: #... ; */
}

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

header .Logo {
	position: absolute;
	left: 2em;
	top: 1.575em;
	width: 13em;
}

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; -> bei 4 Navpkten */
	margin: 0 1.5em 0 1.5em;
    padding: 1em 0.75em 0.95em 0.75em;
	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: #007fc3;
	color: #fff;
}

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

.NavBar nav ul ul {
	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: #007fc3;
	overflow: hidden;
}

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

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

.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.65em;
	width: 4em;
	overflow: hidden;
}

#FixNavBar .Logo img {
	width: 11.25em;
}

#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 5em 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;
	background-color: #505050;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	border: 1px solid #000;
}

.Search .SearchField input[type="text"]:focus {
	color: #000;
	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: #00bca4;
	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: 0px;
	top: 3.25em;
	margin-right: -7px;
	padding: 1.25em 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: #00bca4;
}

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

.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.5em;
	background: #00bca4;
}

.Warenkorb .CartExpanded .Button03 {
	background: #007fc3;
}

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

.ContentRow  {
	overflow: hidden;
}

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

.RowColor01 {
	background: #007FC3;
	overflow: visible;
}

.RowColor01 .Wrap {
	overflow: visible;
}

.RowColor02 {
	background: #00bca4;
}

.RowColor03 {
	background: #f0f0f0;
}

.RowColor04 {
	background: #007FC3;
} 

.RowColor01 .Content .TitleXL,
.RowColor01 .Content .TitleL,
.RowColor01 .Content p,
.RowColor02 .Content .TitleXL,
.RowColor02 .Content .TitleL,
.RowColor02 .Content p,
.RowBemaGoz .Content .TitleXL,
.RowBemaGoz .Content .TitleL,
.RowBemaGoz .Content p,
.RowEbmGoae .Content .TitleXL,
.RowEbmGoae .Content .TitleL,
.RowEbmGoae .Content p,
.RowJuradent .Content .TitleXL,
.RowJuradent .Content .TitleL,
.RowJuradent .Content p,
.RowJuradent .Content ul  {
	color: #fff;
}

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

.RowColor01 a:hover,
.RowColor02 a:hover,
.RowBemaGoz a:hover,
.RowEbmGoae a:hover,
.RowJuradent 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: #007fc3;
}

/*************************************************************************************
* 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 img {
	width: 98%;
	height: auto;
}

.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;
	padding: 0 0 0 0.75em;
}

.Content ul.Check {
	margin-top: 1.75em;
	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 ul.ListMargin li {
	margin-bottom: 1.25em;
}

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

.Content h2,
.Content .TitleL {
	margin: 0.1em 0 0.75em 0;
	font-size: 288.889%;
	font-weight: 300;
	line-height: 1.15;
	color: #007fc3;
}

.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: PageNav -------------------------------------------------------------- */

.Content .PageNav  {
	float: right;
	overflow: hidden;
	text-align: center;
	padding: 0;
	line-height: 2;
}

.Content .PageNavTop {
	margin: 3em 0 -1.5em 0;
}

.Content .PageNavBottom {
	margin: 3em 0 0 0;
}

.Content .PageNav p {
	margin: 0;	
}

.Content .PageNav .LinkBack,
.Content .PageNav .LinkNext {
	display: block;
	float: left;
	padding: 0.25em 0.7em 0 0.7em;
	font-weight: 600;
	text-align: left;
	color: #fff;
	background: #007fc3;
	text-decoration: none;
}

.Content .PageNav .LinkBack {
	margin-right: 1.25em;
}

.Content .PageNav .LinkNext {
	margin-left: 1.25em;
}

.Content .PageNav .LinkBack:before {
	content: "<  "; 
	line-height: 0.85; 
	font-weight: 400;
	font-size: 150%;
}

.Content .PageNav .LinkNext:after {
	content: "  >"; 
	line-height: 0.85; 
	font-weight: 400;
	font-size: 150%;	
}

.Content .PageNav p.LinkBack,
.Content .PageNav .LinkBack span {
	display: none;
}

.Content .PageNav p.LinkNext,
.Content .PageNav .LinkNext span {
	display: none;
}

.Content .PageNav .Current {
	float: left;
	padding: 0.3em 0 0.2em 0;
	white-space: nowrap;
	text-align: center;
	text-transform: uppercase;
}

.Content .PageNav .Current span {
	font-weight: 600;
}

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

.Content hr {
	margin: 1em 0 0.75em 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: #007fc3;
	text-decoration: underline;
	white-space: nowrap;
}

.Content .AnchorMenue {
	margin: 2em 0 0 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.15em;
	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 .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;
}

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

/* Project Contents */

.ContentProductFamily .FloatRight {
	margin-top: 0 !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: #ee1600;
}

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

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;
	border: 0;
	cursor: pointer;
	background: #007fc3;
	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 #ee1600;
	border-bottom: 2px solid #ee1600;
	color: #ee1600;
}

.Error ul {
	font-weight: 500;
}

.Success {
	border-top: 2px solid #46b000;
	border-bottom: 2px solid #46b000;
	color: #46b000;
}

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 {
	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: #007fc3;
	font-weight: 600;
}

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

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

.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: #00bca4;
}

.LightboxFeedback .Wrap .ButtonRow .Button03 {
	background: #007fc3;
}

.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: #007fc3;
    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.025em;
	font-size: 372.222%;
	font-weight: 300;
	line-height: 1.05;
}

.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: #007fc3;
}

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

/* 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 .FooterRow02 .Wrap {
	text-align: center;
}

footer .FooterRow03 {
	background: #292929;
}

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

footer .FooterNav {}

footer .FooterNav ul {
	float: left;
}

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

footer .FooterNav ul.Col02 {
}

footer .FooterNav ul.Col03 {
	position: absolute;
	top: 0;
	right: 30%;
}

footer .FooterNav ul.Col04 {
	float: right;
	white-space: nowrap;
	margin-right: 1em;
}

footer .FooterNav ul li {
	margin-top: 0.85em;
	margin-bottom: 0.85em;
	text-transform: uppercase;
	font-size: 90%;
	line-height: 1.25;
	color: #bababa;	
}

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


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.5em;
	height: 11.5em;
	background: url(/img/stopper-kostenlos.gif) 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.gif);
	background-position: right 4.6em;
	background-repeat: no-repeat;
	background-size: 25em auto;
}

.RowBemaGoz .TitleL,
.RowEbmGoae .TitleL,
.RowJuradent .TitleL   {
	font-size: 260%;
	margin-bottom: 0.65em;
}

.RowBemaGoz .TextLarge,	
.RowEbmGoae .TextLarge,	
.RowJuradent .TextLarge {
	font-size: 130%;
}	

.RowBemaGoz  {
	background: #8a8f96 url(/img/bg_row_bemagoz.jpg) right top no-repeat;
	background-size: auto 100%;
}

.RowEbmGoae  {
	background: #3e77a8 url(/img/bg_row_ebmgoae.jpg) right top no-repeat;
	background-size: auto 100%;
}

.RowJuradent  {
	background: #D03046;
}

.RowJuradent .Last {
	margin-top: 0;
}

.RowJuradent .Video {
	width: 100%;
	height: 310px;
}

.RowJuradent .ButtonLink {
	margin-top: 1.35em;
}

.RowBemaGoz .Width75,
.RowEbmGoae .Width75,
.RowJuradent .Width75 {
	width: 79% !important;
}

/* 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: #007fc3;
        border-color: #007fc3;
}

.ButtonLinkColor02 {
        color: #00bca4;
        border-color: #00bca4;
}

.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 .Width33 img:hover {
        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 {}

.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 .Thumbnails a:hover img {
        width: 90%;
}

.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: #00bca4;
}

.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: #00bca4;
		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: 5em;
	left: -50%;
	right: -50%;
	margin: 0px auto;
	width: auto;
	height: 12em;
}

.ContentShopIntro .LinkBox01 img {
    height: 15em;
    bottom: 5em;
}

.ContentShopIntro .LinkBox03 img {
    height: 12em;
	bottom: 6.5em;
}

.ContentShopIntro .LinkBox04 img {
	bottom: 10em;
	height: 9em;	
}

.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: #007fc3;
}

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

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

.ContentProducts .ShopSubNav {
		margin: 2em 0 0 0;
		padding: 1.5em 0 1.575em 0;
		overflow: hidden;
		border-top: 1px solid #bababa;
		border-bottom: 1px solid #bababa;
}

.ContentProducts .ShopSubNav a {
		float: left;
		display: block;
		padding: 0.15em 0.35em 0.15em 0.15em;
		font-size: 95%;
        font-weight: 600;
		color: #007FC3;
		white-space: nowrap;
		text-transform: uppercase;
		text-decoration: none;
}

.ContentProducts .ShopSubNav a span {
	text-decoration: underline;
	-webkit-transition: opacity 200ms;
	-moz-transition: opacity 200ms;
	-o-transition: opacity 200ms;
	transition: all 200ms;
}

.ContentProducts .ShopSubNav a span:hover {
	color: #bababa;
}

.ContentProducts .ShopSubNav a span {
	display: inline-block;
	margin-right: 0.75em;
}

.ContentProducts .ShopSubNav a:after {
	content:'|';
	color: #000;
	font-weight: 300;
}

.ContentProducts .ShopSubNav a.Last:after {
	content:'';
}

.ContentProducts .ShopSubNav a.Active {
	pointer-events: none;
	cursor: default;
}

.ContentProducts .ShopSubNav a.Active span {
	color: #000;
	text-decoration: none;
}
 

/* 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: #007FC3;
        font-weight: 600;
}

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

/* .ContentProducts .Updates .Width33 img {
        filter: alpha(opacity = 50);
        -ms-filter: "alpha(opacity = 50)";
        opacity: .50;
        } */

/* .ContentProducts .Updates01 .Stopper {
        background: url(/img/stopper-01.png) no-repeat left top;
        background-size: 100% auto;
} */

/* .ContentProducts .Updates02 .Stopper {
        /* background: url(/img/stopper-02.png) no-repeat left top;
        background-size: 100% auto;
} */ 


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

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

.ButtonUpdate {
	background: #bababa !important;
}

.ButtonShop {
	margin-right: 3.5%;
}

/* 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 {
	clear: both;
    margin: 0px;
    padding-top: 1em;
	padding-bottom: 2em;
    font-size: 88.888%;
	font-weight: 400;
    color: #000;
}

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

.ContentCart .Container .TextInfoAbo 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: #00bca4;
		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;
}

/*************************************************************************************
* Direct Order
*************************************************************************************/

.ContentDirectOrder .Check {
	float: left;
	width: 2em;
	height: 5em;
	padding: 0 0 0 2.25em;
	background: url(/img/icon_check.png) no-repeat 0.15em 1.5em;
	background-size: 1.3em auto;
}

.ContentDirectOrder .ProductMenue .Column .Field {
	line-height: 1.45em;
}	

.ContentDirectOrder .Error {
	padding-bottom: 0;
	border: 0;
}

.ContentDirectOrder .Error span {
	color: #000;
	font-weight: 300;
}

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

.ContentQuotes {
		padding-top: 4.75em;
        padding-bottom: 0;
        min-height: 15em;
        text-align: center;
        background-image: url(/img/icon_quotes.png);
        background-repeat: no-repeat;
        background-position: center 2.175em;
        background-size: 4.5em;
}

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

.QuoteAnimContainer {
        position: relative;
        overflow: hidden;
        color: #007FC3;
}

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

.ContentQuotes a .Quote {
        margin: -0.15em 0 0 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;
}


/*************************************************************************************
* Gesamtverzeichnis
*************************************************************************************/

.ContentCatalog a.Item {
	text-decoration: none;
}

.ContentCatalog a.Item {
	text-decoration: none;
}

.ContentCatalog a.Item p span {
	color: #000;
}

.ContentCatalog a.Item:hover {
	text-decoration: none;
}

.ContentCatalog a.Item:hover b {
	text-decoration: underline;
}

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

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

.ContentAktuelles ul {
		padding-top: 2em;
		padding-bottom: 2em;
		border-top: 1px solid #bababa;
		border-bottom: 1px solid #bababa;
}

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

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

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

.ButtonBack {
	background: #bababa !important;
}

