#cookieNote {
	display: none;
}

body {
	font-family: "Roboto", Times, Arial, Helvetica, Geneva, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always;
}

a {
	color: #3e3e3e;
	font-family: "Roboto", Times, Arial, Helvetica, Geneva, sans-serif;
	font-weight: 400;
	transition: color 0.5s;
}

a:active, a:focus, button:active, button:focus {
	outline: none;
}

a:hover {
	color: #518bb8;
	text-decoration: none;
}

.container-fluid {
	padding-right: 0;
	padding-left: 0;
}

small, dd {
	font: 300 13px/16px "Roboto", Times, Arial, Helvetica, Geneva, sans-serif;
	color: #82868f;
	text-transform: uppercase;
}

p {
	/*font: 300 16px/24px "Roboto", Times, Arial, Helvetica, Geneva, sans-serif;*/
	font-size: 15px;
   line-height: 30px;
}

h1 {
	font: 300 25px/45px "Roboto", Times, Arial, Helvetica, Geneva, sans-serif;
	color: #518bb8;
}

h2 {
	font: 300 29px/37px "Roboto", Times, Arial, Helvetica, Geneva, sans-serif;
	color: #82868f;
}

h3 {
	font: 300 16px/24px "Roboto", Times, Arial, Helvetica, Geneva, sans-serif;
	color: #82868f;
	padding-bottom: 6px;
}

#breadCrumb {
/*	color: #efefef;
*/}

#cookieNote {
	background-color: #49a271;
	font: 100 12px/20px "Roboto", Times, Arial, Helvetica, Geneva, sans-serif;
	color: #efefef;
	margin: 15px 30px 30px;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#cookieNote a {
	color: #81ca02;
;
}

#cookieNote .dismiss {
	float: right;
	margin-right: -10px;
	margin-top: -11px;
	font-size: 18px;
}

/* @group search
 */

#metanav .form-group {
	margin: 0;
}

form.metanavsearch {
	padding-top: 5px;
	padding-left: 5px;
	margin: 0;
}

input#searchParam {
	border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	margin: 0;
	padding: 3px 0 0 10px;
	height: 22px;
	font: 300 11px/11px "Roboto", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	border-width: 0;
	border-style: none;
	width: 200px;
	display: inline;
}

#metanav button.searchsubmit {
	background-color: white;
	border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	margin: 0;
	height: 21px;
	font: 300 11px/11px "Roboto", Arial, Helvetica, Geneva, sans-serif;
	display: inline;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 10px;
	border-left: 1px dotted #efefef;
	border-top: 0px solid white;
	border-bottom: 0px solid white;
	border-right: 0px solid white;
}

#metanav  .search {
	padding: 6px 15px 6px 30px;
	margin: 3px;
	background: url('./images/search.png') no-repeat 8px 6px;
}

#metanav .rounded {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

input[type=text] {
	/*color: #bcbcbc;*/
	color:#333;
}

input[type=button], input[type=button]:hover {
	position: relative;
	left: -6px;
	border: 1px solid #adc5cf;
	background: #e4f1f9;
	

/*

Old browsers */
	background: -moz-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%

);
	

/*



FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4f1f9), color-stop(100%,#d5e7f3

));
	

/*

Ch

rome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4f1f9 0%,#d5e7f3 10

0%);
	

/*

Chro

me10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4f1f9 0%,#d5e7f3 1

00%);
	

/*

Opera 

11.10+ */
	background: -ms-linear-gradient(top, #e4f1f9 0%,#d5e7f3 

100%);
	

/*

IE10+ */

background: linear-gradient(top, #e4f1f9 0%,#d5e7f3

100%);
	

/*

W3C */
	fi

lter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f1f9', endColorstr='#d5e7f3',GradientT

ype=0 );
	

/*

IE6-9 */
	co

lor: #7da2aa;
	cursor: pointer;
}

.lighter, .light, .dark {
	width: 95%;
	height: 50px;
	padding: 40px 25px;
}

/* @end */

/* @group topNavi */

#metanav {
	float: right;
	background-color: #e3e3e3;
/*	font: 300 11px/11px "Roboto", Arial, Helvetica, Geneva, sans-serif;
*/	text-transform: uppercase;
	height: 35px;
	margin-bottom: 15px;
}

#metanav a {
	color: #82868f;
	font-size: 12px;
}

.navbar {
	clear: both;
	min-height:40px;
	margin-bottom: 5px;
	border: 0px none;
}

.navbar-brand {
	/*padding: 0;*/
}

.navbar-nav>li>a {
	font-size: 15px;
	line-height: 27px;
	color: #555a64;
	font-weight: 300;
	padding-bottom: 23px;
}

.navbar-nav>li>a:hover {
	color: #fff;
	background-color: #d0d4d8;
}

li a.dropdown-toggle:hover, li.open a.dropdown-toggle {
	background: #d0d4d8 url(../images/sprite/down_white.png) no-repeat center 90%;
}

li.open a.dropdown-toggle {
	color: #fff;
	background: #d0d4d8 url(../images/sprite/down_white.png) no-repeat center 90%;
}

#magmaintopnav .nav .open>a, #magmaintopnav .nav .open>a:hover, #magmaintopnav .nav .open>a:focus {
	background-color: #d0d4d8;
}

li.yamm-fw b.caret {
	display: none;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999999999999999;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
	background-color: #d0d4d8;
	border: 0px none;
	border-radius: 0px;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	background-clip: padding-box;
}

ul.dropdown-menu li.topLevel {
	float: left;
}

.dropdown-menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.dropdown-menu>li>a, .topLevel ul {
	margin: 0;
	padding: 0;
}

.dropdown-menu.deskprod>li>a {
	font-size: 13px;
	text-transform: uppercase
}

.dropdown-menu>li>a {
	/*

text-transform: uppercase;*/
	color: #fff;
	padding-bottom: 15px;
	padding-top: 27px;
	font: 500 14px/16px "Roboto", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 16px;
}

.dropdown-menu.services>li>a {
	/*

text-transform: uppercase;*/
	color: #636363;
	padding-bottom: 15px;
	padding-top: 27px;
	font: 300 14px/16px "Roboto", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 16px;
	background-color: #efefef;
}

.dropdown-menu.services>li>a:hover {
	background-color: #d0d4d8;
	color: #fff;
}

.dropdown-menu.services ul {
	background-color: #d0d4d8;
}

.topLevel ul {
	min-height: 200px;
	color: #efefef;
	background-color: rgba(254,255,255,0.2);
	font-size: 14px;
}

.topLevel ul a {
	color: #efefef;
	padding-left: 16px;
	font-weight: 400;
	line-height: 35px;
}

/*����*/
.tlcat40001, .tlcat40001 ul>li>a:hover {
	background-color: #518bb8 !important;
}

.tlcat40001_hotspot {
	border-color: #94C120 !important;
}

.tlcat40001_a a {
	color: #555a64 !important;
	background: transparent !important;
}

.tlcat40001_a a:hover {
	color: #94C120 !important;
	background: transparent !important;
}

.smalltabs40001 li {
	background-color: #94C120 !important;
	width: 100%;
	display: block;
}


/*Mobile Gesundheit*/

.tlcat900, .tlcat900 ul>li>a:hover {
	background-color: #84be41;
}

.tlcat900_hotspot {
	border-color: #84be41 !important;
}

.smalltabs10000 li {
	background-color: #84be41 !important;
	width: 100%;
	display: block;
}

/*����*/
.tlcat11111, .tlcat10000 ul>li>a:hover {
	background-color: #efefef !important;
}

.tlcat11111_hotspot {
	border-color: #efefef !important;
}

.tlcat11111_a a {
	color: #555a64 !important;
	background: transparent !important;
}

.tlcat11111_a a:hover {
	color: #00874d !important;
	background: transparent !important;
}

.smalltabs11111 li {
	background-color: #efefef !important;
	width: 100%;
	display: block;
}




/*Gesundheitskontrolle*/
.tlcat10000, .tlcat10000 ul>li>a:hover {
	background-color: #a6cfea !important;
}

.tlcat10000_hotspot {
	border-color: #00874d !important;
}

.tlcat10000_a a {
	color: #555a64 !important;
	background: transparent !important;
}

.tlcat10000_a a:hover {
	color: #00874d !important;
	background: transparent !important;
}

.smalltabs10000 li {
	background-color: #00874d !important;
	width: 100%;
	display: block;
}

/*Sport + Mio Spezial*/

.tlcat20000, .tlcat20000 ul>li>a:hover, .tlcaten155631ef75db0a8e66b895f87c65be, .tlcaten155631ef75db0a8e66b895f87c65be ul>li>a:hover {
	background-color: #518bb8 !important;
}

.tlcat20000_hotspot, .tlcaten155631ef75db0a8e66b895f87c65be_hotspot {
	border-color: #1d1a1e !important;
}

.tlcat20000_a a, .tlcaten155631ef75db0a8e66b895f87c65be_a a {
	color: #555a64 !important;
	background: transparent !important;
}

.tlcat20000_a a:hover, .tlcat155631ef75db0a8e66b895f87c65be_a a:hover {
	color: #1d1a1e !important;
	background: transparent !important;
}

.smalltabs20000 li, .smalltabsen155631ef75db0a8e66b895f87c65be li {
	background-color: #1d1a1e !important;
	width: 100%;
	display: block;
}

/*Wellness*/

.tlcat30000, .tlcat30000 ul>li>a:hover {
	background-color: #a6cfea !important;
}

.tlcat30000_hotspot {
	border-color: #f08a00 !important;
}

.tlcat30000_a a {
	color: #555a64 !important;
	background: transparent !important;
}

.tlcat30000_a a:hover {
	color: #f08a00 !important;
	background: transparent !important;
}

.smalltabs30000 li {
	background-color: #F08A00 !important;
	width: 100%;
	display: block;
}

/*Therapie*/

.tlcat40000, .tlcat40000 ul>li>a:hover {
	background-color:#518bb8 !important;
}

.tlcat40000_hotspot {
	border-color: #518bb8 !important;
}

.tlcat40000_a a {
	color: #555a64 !important;
	background: transparent !important;
}

.tlcat40000_a a:hover {
	color: #518bb8 !important;
	background: transparent !important;
}

.smalltabs40000 li {
	background-color: #518bb8 !important;
	width: 100%;
	display: block;
}

/*Koerperpflege*/

.tlcat60000, .tlcat60000 ul>li>a:hover {
	background-color: #518bb8 !important;
}

.tlcat60000_hotspot {
	border-color: #814e88 !important;
}

.tlcat60000_a a {
	color: #555a64 !important;
	background: transparent !important;
}

.tlcat60000_a a:hover {
	color: #814e88 !important;
	background: transparent !important;
}

.smalltabs60000 li {
	background-color: #814e88 !important;
	width: 100%;
	display: block;
}

/*Healty Home*/

.tlcat50000, .tlcat50000 ul>li>a:hover {
	background-color: #81bce3 !important;
}

.tlcat50000_hotspot {
	border-color: #81bce3 !important;
}

.tlcat50000_a a {
	color: #555a64 !important;
	background: transparent !important;
}

.tlcat50000_a a:hover {
	color: #81bce3 !important;
	background: transparent !important;
}

.smalltabs50000 li {
	background-color: #81bce3 !important;
	width: 100%;
	display: block;
}

/*MISC*/

.tlcat99990 {
	background-color: #efefef !important;
}

.tlcat99990_hotspot {
	border-color: #efefef !important;
}

.tlcat99990_a a {
	color: #555a64 !important;
	background: transparent !important;
}

.tlcat99990_a a:hover {
	color: #efefef !important;
	background: transparent !important;
}

.smalltabs99990 li {
	background-color: #efefef;
	width: 100%;
	display: block;
}

.tlcat99999 {
	background-color: #efefef !important;
}

.smalltabs99999 li {
	background-color: #efefef;
	width: 100%;
	display: block;
}

.tlcatmisc {
	background-color: #efefef;
}

.tlcatmisc.opacbreadcrumb {
	/*margin-top: 1px;*/
}

.tlcatmisc h1, .tlcatmisc p, .tlcatmisc a, .tlcatmisc .cathead p, .tlcatmisc .cathead h1, .tlcatmisc.opacbreadcrumb #breadCrumb a {
	color: #565a64;
	/*font-family:"΢���ź�";*/
}

.dropdown-menu>li.nobubcats>a {
	font: 300 29px/29px "Roboto", Arial, Helvetica, Geneva, sans-serif;
	color: #82868f;
}

li.nobubcats a.first-word span {
	font-weight: 400;
	display: block;
}

li.nobubcats a {
	background: white url(../../img/sprite/down_r.png) no-repeat right center;
	margin: 0;
	padding: 35px 0 35px 16px;
	height: 50%;
}

li.nobubcats a:hover {
	background-colo r: #efefef;
}

.yamm .nav.navbar-right .dropdown-menu.services {
	left: auto;
	right: 0;
}

.dropdown-menu.services {
	min-width: 400px;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	text-decoration: none;
	background-color: rgba(254,255,255,0.3);
}

.dropdown-menu>li>ul>li>a {
	width: 100%;
	height: 100%;
	display: block;
}

.dropdown-menu>li>ul>li>a:hover, .dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #fff;
}

#countValue {
	float: right;
	position: absolute;
	margin-top: 16px;
	margin-left: 43px;
	color: #fff;
	font: 400 14px/24px "Roboto", Times, Arial, Helvetica, Geneva, sans-serif;
}

#countValue a {
	color: white;
}

#minibasketIcon {
	margin-top: 15px;
}

.newItemMsg {
	color: #007a45;
	font-weight: bold;
	font-size: 29px;
}

/*#magmaintopnav ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}*/

/* @end */

/* @group bootstrap7cols */

@media (min-width: 768px) {

.seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
	width: 100%;
	*width: 100%;
}

	.details_mobile_desc_container{
		width: 472px;
	}
	
}

@media (min-width: 992px) {
.details_mobile_desc_container{
		width: 472px;
	}
.seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
	width: 14.285714285714285714285714285714%;
	*width: 14.285714285714285714285714285714%;
}

}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */

@media (min-width: 1200px) {

.seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
	width: 14.285714285714285714285714285714%;
	*width: 14.285714285714285714285714285714%;
}

}

/* @end */

/* @group footer */

#footer {
	background-color: #efefef;
	font: 300 13px/13px "Roboto", Times, Arial, Helvetica, Geneva, sans-serif;
	color: #82868f;
	padding-top: 27px;
	margin-top: 80px;
	padding-bottom: 40px;
}

#footer dl {
	width: 200px;
	float: left;
}

#footer dt {
	text-transform: uppercase;
	font-weight: 300;
	padding-bottom: 25px;
	font-size:15px;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer ul li {
	text-transform: none;
	font-weight: 100;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	font-size: 14px;
	line-height: 1.7;
}

#footer ul li a {
	color: #82868f;
}

.copy {
	text-align: center;
	color: #565a64;
	font: 300 13px "Roboto", Times, Arial, Helvetica, Geneva, sans-serif;
	padding-top: 5px;
}

a.flag {
	font-size:12px;
	line-height: 14px;
	height:14px;
	padding: 0;
	text-indent: -9999px;
	display: inline-block;
	width:23px;
}

a.flag.de {
	/*background: white url(../../img/sprite/lang.gif) no-repeat 0 0;*/
}

a.flag.en {
	background: white url(../images/en.png) no-repeat 0px;
}

a.flag.nl {
	/*background: white url(../../img/sprite/lang.gif) no-repeat 0 -44px;*/
}

a.flag.fr {
	/*background: white url(../../img/sprite/lang.gif) no-repeat 0 -22px;*/
}

/* @end */

/* @group startteaser */

.startteaser h1 {
	font: 100 37px/45px "����";
	font-weight:200;
	color: #82868f;
	margin-top: -60px;
	margin-left: -15px;
	text-transform: uppercase;
}

.startteaser>div>div {
	margin-top: 70px;
	min-height: 315px;
}

.startteaser>div>div a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 315px;
	display: block;
}

/* @end */

/* @group cms */

.wparticleheader {
	height: 350px;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.opacborder {
	width: 100%;
	height: 60px;
	margin: 260px 0 0;
	padding: 0;
	position: absolute;
	background-color: rgba(255,255,255,0.8);
}

.wpnavbreadcrumb {
	margin: -40px 0 0;
	position: absolute;
	z-index: 999;
	color: #555a64;
	font: 300 16px "Roboto", Times, Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

.wpfliesstext {
	font: 300 16px/24px "Roboto", Times, Arial, Helvetica, Geneva, sans-serif;
	color: #555a64;
}

a.read-more {
	color: #007a45;
}

p.wppresseuebersicht {
	margin: 20px 0 0;
}

.wppresseuebersicht a {
	padding: 20px 40px 30px;
}

.wppresseuebersicht a.active {
	background-color: white;
}

.wpfliesstext ul {
	list-style-type: none;
}

.wpfliesstext ul li:before {
	content: "\2022" " ";
	font-size: 18px;
	line-height: 1px;
}

/* @end */

/* @group Kategorienliste */

.detailsbreadcrumb {
	padding-top: 23px;
	height: 60px;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/

* IE8 */
    filter: alpha(opacity=80);
}

.opacbreadcrumb {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/*

IE8 */
    filter: alpha(opacity=80);
	/*IE

7 und kleiner*/
   	height: 40px;
	margin: -53px 0 0;
	padding-top: 23px;
	padding-bottom: 30px;
	text-transform: uppercase;
	margin-top: -52px !important;
}

.opacbreadcrumb #breadCrumb .detailsbreadcrumb a {
	color: #efefef;
	font: 300 13px "Roboto", Times, Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

.cathead, .cathead p {
	color: #efefef;
	font: 300 16px/24px "Roboto", Times, Arial, Helvetica, Geneva, sans-serif;
}

.cathead h1 {
	font: 300 37px/45px "Roboto", Times, Arial, Helvetica, Geneva, sans-serif;
/*	color: #ffffff;
*/	margin-top: 30px;
	margin-bottom: 16px;
}

.subcat {
/*	height: 420px;
*/	border: 1px solid #e3e3e3;
	margin-top: 40px;
	background-position: right top;
	background-repeat: no-repeat;
}

.subcat a.iconlink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.subcatopac {
	background-color: rgba(239,239,239,0.8);
	height: 60px;
	width: 100%;
	position: relative;
	margin: 255px 0 0;
}

.subcat h2.cattitle {
	background-color: #efefef;
	font: 100 29px/37px "Roboto", Times, Arial, Helvetica, Geneva, sans-serif;
	color: #555a64;
	position: relative;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 50px;
	padding-left: 25px;
	margin: 0;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

.subcat h2.cattitle a {
	font-weight: 100;
}

/* @end */

/* @group buttons */

button.ctabutton span.allInCTAButton, a.ctabutton span.allInCTAButton {
	/*

background: transparent url(../../img/sprite/sliding/btn_green_l.png) no-repeat 0 0;*/
	display: block;
	line-height: 22px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 10px 10px 15px 18px;
	height: 40px;
	font-weight: 400;
}

button.ctabutton, a.ctabutton {
	/*

background: transparent url(../../img/sprite/sliding/btn_green_r.png) no-repeat top right;*/
	display: block;
	float: left;
	height: 40px;
	margin-right: 6px;
	padding-right: 25px;
	text-decoration: none;
	margin-left: 25px;
}

button.ctabutton {
	border-style: none;
	border-width: 0;
	padding: 0 25px 0 0;
	margin: 0;
}

button.ctabutton span.allInCTAButton {
	border-style: none;
	border-width: 0;
	margin: 0;
	height: 40px;
	padding: 9px 5px 0 25px;
}

button.ctabutton:hover span, a.ctabutton:hover span {
	background-position: 0 -42px;
}

button.ctabutton:hover, a.ctabutton:hover {
	background: transparent url(../../img/sprite/sliding/btn_green_r.png) no-repeat right -41px;
}

button.directbutton span.allInCTAButton, a.directbutton span.allInCTAButton {
	background: transparent url(../../img/sprite/sliding/btn_darrow_l.png) no-repeat 0 0;
	display: block;
	line-height: 22px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 10px 10px 15px 44px;
	height: 44px;
	font-weight: 400;
}

button.directbutton, a.directbutton {
	background: transparent url(../../img/sprite/sliding/btn_darrow_r.png) no-repeat top right;
	display: block;
	float: left;
	height: 44px;
	margin-right: 6px;
	padding-right: 25px;
	text-decoration: none;
	margin-left: 25px;
}

button.directbutton:hover span, a.directbutton:hover span {
	background-position: 0 -44px;
}

a.directbutton:hover span, button.directbutton:hover {
	background: transparent url(../../img/sprite/sliding/btn_darrow_r.png) no-repeat right -44px;
}

button.directbutton {
	border-style: none;
	border-width: 0;
	padding-top: 0;
}

button.directbutton span.allInCTAButton {
	padding-left: 50px;
}

.bootstrap-select button.btn {
	border-radius: 0px;
}

.bootstrap-select .dropdown-menu>li>a {
	background-color: white;
	color: #555a64;
}

.bootstrap-select .dropdown-menu>li>a:hover {
	background-color: #555a64;
	color: white;
}

.btn-group.bootstrap-select {
	padding-top: 5px;
}

/* @end */

.productbox form {
	border: 1px solid #e3e3e3;
	margin-top: 30px;
	height: 290px;
}

.productbox form h2 {
	font: 200 29px/37px "Roboto", Times, Arial, Helvetica, Geneva, sans-serif;
	color: #82868f;
	margin-left: 25px;
	width: 50%;
	 /*-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;*/     

}

.productbox form p {
	color: #82868f;
	margin-left: 25px;
	width: 50%;
	font-weight: 400;
	 /*-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;*/     

}

.ellipsisp {
		color: #82868f;
	margin-left: 25px;
	width: 50%;
	font-weight: 400;

}

.priceBox {
	position: absolute;
	bottom: 35px;
	margin-left: 25px;
}

.cmsContent {
	padding-top: 40px;
}

.cathead {
	/*

min-height: 300px;*/
	padding-bottom: 25px;
}

#details_container .cathead {
	padding-bottom: 85px;
}

/* @group Formulare */

.oxValidateError {
	display: none;
}

form {
	padding: 0;
}

form li {
	list-style-type: none;
}

form label {
	font-weight: 200;
	font-size: 16px;
	color: #555a64;
	display: block;
}

form label.req::after {
	content: " *";
	vertical-align: super;
}

form .oxValidateError {
	color: #d71e00;
	font-size: x-small;
	font-weight: bold;
	position: absolute;
	margin-top: -15px;
}

form input.checkbox {
	margin-right: 10px;
	float: left;
}

form input {
	margin-bottom: 20px;
	border: 1px solid #cacdd3;
	font-weight: 200;
	font-size: 16px;
	color: #82868f;
	padding: 10px;
}

form .submitButton {
	display: block;
	float: none;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* @end */

/* @group account */

.orderList li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.accountDashboardView dt, .accountDashboardView dd {
	clear: both;
}

.accountDashboardView dd {
	margin-left: 45px;
	padding-top: 10px;
}

.accountDashboardView dl {
	margin-bottom: 50px;
}

/* @end */

/* @group checkout */

.clicker {
	cursor: pointer;
}

ul.checkoutSteps.nav-tabs {
	border-bottom-style: none;
	bottom: 0;
	margin-top: 100px;
}

.checkoutSteps.nav-tabs li span,
.detailtabs.nav-tabs li span {
	font-weight: 300;
	color: #555a64;
	padding: 20px 30px 30px;
}

.checkoutSteps.nav-tabs li a {
	color: #555a64;
	padding: 20px 30px 30px;
	font-weight: 400;
}

.checkoutSteps.nav-tabs li.active span {
	background-color: white;
}

.checkout .nextStep {
	float: right;
	clear: both;
}

#basketVoucher {
	margin-top: 20px;
	margin-bottom: 20px;
}

#basketVoucher label {
	display: inline;
}

#basketVoucher input {
	margin-right: 20px;
	margin-left: 20px;
}

button.basketUpdate, button.basketRemove {
	background-color: transparent;
	border-style: none;
	display: inline;
	clear: none;
	float: left;
	margin: 0;
	padding: 0;
}

input.numberbox {
	width: 50px;
}

table.basketitems {
	clear: both;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 10px;
	float: none;
	width: 90%;
}

table.basketitems th:last-of-type, table.basketitems td:last-of-type {
	text-align: right;
}

table.basketitems td, table.basketitems th, {
	padding: 10px 0px 20px 50px;
}

table.basketitems th {
	padding-bottom: 20px;
}

td.basketImage {
	text-align: center;
}

td.unitPrice, th.unitPrice {
	text-align: right;
}

table#basketSummTable {
	float: right;
}

table#basketSummTable td, table#basketSummTable th {
	text-align: right;
	padding: 5px 0 5px 10px;
}

table#basketSummTable tr {
	margin-right: 0;
	padding-right: 0;
}

.remarktext {
	color: #007a45;
}

.basketnextstep {
	margin-top: 20px;
	margin-bottom: 20px;
}

#basketSummary {
	width: 90%;
}

/* @end */

.softwarecontent {
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	margin-left: 1px;
}

.softwarecontent .col-sm-4 button {
	float: right;
	margin-top: 35px;
	margin-right: 35px;
}

.softwarecontent:last-of-type {
	border-bottom: 1px solid #e3e3e3;
}

.softwarecontent:first-of-type {
	margin-top: 20px;
}

.softwarecontent p {
	font-weight: 400;
}

.linksammler {
	text-align: center;
}

.linksammler a {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.highlights {
	margin-bottom: 15px;
}

/* @group Details-mobile Geraete */

ul.nav-tabs.detailtab>li {
	margin-bottom: 0px
}

ul.nav-tabs.detailtab {
	border-bottom-style: none;
	bottom: 0;
	margin-top: -67px;
}

/*.detailtab ul.nav-tabs li span {
	font-weight: 300;
	color: #555a64;
	padding: 20px 30px 30px;
}*/

ul.nav-tabs.detailtab li a {
	color: #fff;
	font-weight: 400;
	padding: 20px 30px;
}

ul.nav-tabs.detailtab li.active a {
	color: #555a64;
}

ul.nav-tabs.detailtab li.active a,
ul.nav-tabs.detailtab li.active span {
	background-color: white;
}

ul.nav-tabs.detailtab>li>a {
	border-radius: 0 0 0 0;
	font-size: 19px;
	font-weight: 300;
	border-style: none;
}

ul.nav-tabs.detailtab>li>a:hover {
	border-style: none;
	color: #555a64;
}

ul.nav-tabs.detailtab>li.active>a:hover {
	border-style: none;
	color: #555a64;
	border-width: 0;
	background-color: transparent;
}

ul.nav-tabs.detailtab>li>a {
	margin-right: 0;
}

.nav.detailtab>li>a:hover, .nav.detailtab>li>a:focus {
	background-color: transparent;
}

.cloud-zoom-big {
	overflow: hidden;
	background-repeat: no-repeat;
	background-color: #fff;
	margin-left: 200px;
}

.cloud-zoom-loading {
	color: #000;
	background: #fff;
	padding: 0px;
}

/* @end */

.allhighlights {
	padding-top: 40px;
	padding-bottom: 40px
}

.allhighlights .container {
	padding-bottom: 60px;
}

.highlights20000 {
	background-color: #ec931b;
}
.specialHighlights972{
	background-color: #1d1a1e !important;
}
.specialHighlights972 a.premobpicimg {
border-color: #1d1a1e;
}
.highlightsen155631ef75db0a8e66b895f87c65be {
	background-color: black;
}

.highlights900 {
	background-color: #939698;
}

.highlights10000 {
	background-color: #20863e;
}
.allhighlights table {
	margin-left: 25px;
}

.allhighlights td {
	vertical-align: middle;
	padding-bottom: 25px;
}

.allhighlights td.pc {
	width: 10%;
}

.allhighlights td.txt {
	width: 40%;
}

.allhighlights td.txt p {
	padding-right: 25px;
}

h3.highlights {
	padding-left: 25px;
	font: 400 37px/45px "Roboto", Times, Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 30px;
}

/* @group accordion */

.panel {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #e3e3e3;
}

.panel-heading {
	border-radius: none;
}

div.panel.active {
	background-color: #f9f8f8;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
	border-top: none;
}

.panel-group .panel {
	border-radius: 0px;
}

.panel-group .panel+.panel {
	margin-top: 0;
}

.panel-group .panel:first-child {
	border-top: 1px solid #e3e3e3;
}

.panel-body {
	padding-left: 30px;
}

a.accordion-toggle {
	cursor: pointer;
}

a.accordion-toggle span.glyphicon {
	font-size: 12px;
}

/* @end */

img.schaubild_r {
	float: right;
}

.bggray {
	/*background-color: #efefef;*/
}

.AufzahelungMitBild {
	background-color: white;
	margin: 0;
	padding: 0;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
}

.AufzahelungMitBild img {
	float: left;
	padding-right: 15px;
}

.cathead p {
	margin-top: 20px;
}

#image_container {
	position: relative;
	z-index: 990;
}

#image_selector {
	z-index: 999;
}

.product_accessoires_title h3 {
	font: 300 29px/37px "Roboto", Times, Arial, Helvetica, Geneva, sans-serif;
	color: #82868f;
}

#accessories .row:first-child {
	border-top: 1px solid #e3e3e3;
	margin-top: 40px;
}

#accessories .row {
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}

#accessories a h3 {
	color: #83868f;
}

#accessories .row .col-md-2 {
	padding-right: 60px;
}

.store-list-col img {
	margin-right: 50px;
}

.catchooser .btn-default {
	height: 40px;
	padding: 0;
	margin: 0;
	border-color: #fff;
}

.catchooser .filter-option {
	color: #83868d;
	font-size: 13px;
	padding-left: 10px;
}

.zubehoershop {
	margin: 0;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 20px;
	width: 330px;
	height: 315px;
	margin-left: auto;
	margin-right: auto;
}

.zubehoershop h2 {
	width: 150px;
	margin-bottom: 130px;
}

.zubehoershop h2 a {
	font-weight: 500;
	color: #84888e;
}

.startteaser>div>div .zubehoershop h2 a {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	height: auto;
	display: inline;
}

.zubehoershop h2 a .glyphicon {
	color: white;
	font-size: 22px;
}

.startteaser>div>div .zubehoershop a {
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
}

.js-oxError_notEmpty {
	font-size: 16px;
}

.tlcatmisc.opacbreadcrumb {
	margin-top:0px !important;
}

.mob_buyproduct {
	padding-left: 25px;
	position: absolute;
	bottom: 50px;
	width: 100%;
}

.grey_dark {
	background-color: #efefef;
}

.ZusatzinfoVitadockOnline h2 {
	font-weight: 400;
}

.ZusatzinfoVitadockOnline p {
	padding-top: 30px;
	padding-bottom: 60px;
}

.bigmobpic {
	/*background-size: 100%;*/
	background-size: cover;
	background-repeat: no-repeat;
	/*min-height: 600px;*/
	background-position: top;
	position: relative;
}

.bigmobpic .container {
	position: relative;
	top: 0;
	min-height: 600px;
}

.premobpic {
	position: absolute;
	padding-left: 0;
	padding-right: 0;
	display: block;
	bottom: 0;
}

.premobpic h3 {
	font-size: 37px;
	color: white;
	font-weight: 400;
	padding-right: 25px;
	padding-left: 25px;
	/*padding-top: 25px;*/
	line-height: 40px;
}

.premobpic p {
	color: white;
	font-weight: 300;
	padding: 15px 15px 40px 25px;
}

a.premobpicimg {
	display: block;
	width: 100%;
	height: 100px;
	background-size: 100%;
	background-repeat: no-repeat;
	border: 8px solid #f5af3d;
	background-origin: border-box;
	cursor: pointer;
}

.highlightsen155631ef75db0a8e66b895f87c65be a.premobpicimg {
	border-color: black;
}

.highlights50000 a.premobpicimg {
	border-color: #bdd6ee;
}

.highlights10000 a.premobpicimg {
	border-color: #90ba94;
}

.highlights900 a.premobpicimg {
	border-color: #d2d3d5;
}

a.premobpicimg:hover, .premobpicimg.premobpicimgactive {
	border-style: none;
}

li.mstSelect {
	float: left;
	margin-left: 10px;
}

.mstSelectSchwarz {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-color: black;
	text-indent: -999em;
	display: block;
	border: 1px solid #949599;
}

.mstSelectLila {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-color: #551d90;
	text-indent: -999em;
	display: block;
	border: 1px solid #949599;
}

.mstSelectWeiss {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-color: white;
	text-indent: -999em;
	display: block;
	border: 1px solid #949599;
}

#variants {
	float: right;
}

.tlcatmisc {
	

}

.accountDashboardView .ctabutton {
	width: 100%;
}

p.oldPrice {
	text-decoration: none;
	font-style: normal;
	font-size: 14px;
}

.notOnStock {
	color: red;
	font-weight: 400;
}

.details_mobile_long_desc_tablet_l {
	background-repeat: no-repeat;
	background-position: right top;
	/*background-size: auto 100% !important;*/
 }
 .responsive_pic_container{

min-height: 535px;
border: solid 0px #cc33ff;
resize: both;
overflow: auto;

background-position: top right;
background-repeat: no-repeat;
background-size: cover;

}

.responsive_pic_container_air {
min-height: 388px;
border: solid 0px #cc33ff;
/* resize: both; */
overflow: auto;
background-position: top right;
background-repeat: no-repeat;
/* background-size: cover; */
}

.responsive_pic_container_hausmed {
height: 500px;
border: solid 0px #cc33ff;
/* resize: both; */
overflow: auto;
background-position: right 90px;
background-repeat: no-repeat;
/* background-size: cover; */
}


.right_container {
	padding-right: 15px;
}



.details_mobile_desc_container{
	/*width: 100%;*/
}
.details_mobile_long_desc_tablet_r{
	width: 100%;	
}

.basketinfos h3 {
	background: url(/out/medisana/img/sprite/checkout_left_sprite.gif) no-repeat 0 0;
	padding-left: 50px;
	min-height: 30px;
	padding-top: 10px;
	margin: 0;
}
.basketinfos p {
	padding-left: 10px;
}
