
/* Margins & Paddings */
.row-pad-5 {
	padding: 5px; padding: 0.313rem;
}
.row-pad-10 {
	padding: 10px; padding: 0.625rem;
}
.row-pad-15 {
	padding: 15px; padding: 0.938rem;
}
.row-pad-20 {
	padding: 20px; padding: 1.250rem;
}
.row-pad-25 {
	padding: 25px; padding: 1.563rem;
}
.row-pad-30 {
	padding: 30px; padding: 1.875rem;
}
.row-pad-35 {
	padding: 35px; padding: 2.188rem;
}
.row-pad-40 {
	padding: 40px; padding: 2.500rem;
}
.row-pad-45 {
	padding: 45px; padding: 2.813rem;
}
.row-pad-50 {
	padding: 50px; padding: 3.125rem;
}
.row-pad-right-10 {
	padding-right: 10px; padding-right: 0.625rem;
}
.row-pad-left-10 {
	padding-left: 10px; padding-left: 0.625rem;
}
.row-pad-right-15 {
	padding-right: 15px; padding-right: 0.938rem;
}
.row-pad-left-15 {
	padding-left: 15px; padding-left: 0.938rem;
}
.row-pad-right-20 {
	padding-right: 20px; padding-right: 1.25rem;
}
.row-pad-left-0 {
	padding-left: 0px; padding-left: 0rem;
}
.row-pad-left-20 {
	padding-left: 20px; padding-left: 1.25rem;
}	
.row-pad-right-40 {
	padding-right: 40px; padding-right: 2.500rem;
}
.row-pad-left-40 {
	padding-left: 40px; padding-left: 2.500rem;
}
.row-pad-top-5 {
	padding-top: 5px; padding-top: 0.313rem;
}
.row-pad-bottom-5 {
	padding-bottom: 5px; padding-bottom: 0.313rem;
}
.row-pad-bottom-72 {
	padding-bottom: 72px; padding-bottom: 4.500rem;
}
.row-pad-top-10 {
	padding-top: 10px; padding-top: 0.625rem;
}
.row-pad-bottom-10 {
	padding-bottom: 10px; padding-bottom: 0.625rem;
}
.row-pad-top-15 {
	padding-top: 15px; padding-top: 0.938rem;
}
.row-pad-bottom-15 {
	padding-bottom: 15px; padding-bottom: 0.938rem;
}
.row-pad-top-20 {
	padding-top: 20px; padding-top: 1.250rem;
}
.row-pad-bottom-20 {
	padding-bottom: 20px; padding-bottom: 1.250rem;
}
.row-pad-top-25 {
	padding-top: 25px; padding-top: 1.563rem;
}
.row-pad-bottom-25 {
	padding-bottom: 25px; padding-bottom: 1.563rem;
}
.row-pad-top-30 {
	padding-top: 30px; padding-top: 1.875rem;
}
.row-pad-bottom-30 {
	padding-bottom: 30px; padding-bottom: 1.875rem;
}
.row-pad-top-35 {
	padding-top: 35px; padding-top: 2.188rem;
}
.row-pad-bottom-35 {
	padding-bottom: 35px; padding-bottom: 2.188rem;
}
.row-pad-top-40 {
	padding-top: 40px; padding-top: 2.500rem;
}
.row-pad-bottom-40 {
	padding-bottom: 40px; padding-bottom: 2.500rem;
}
.row-pad-top-45 {
	padding-top: 45px; padding-top: 2.813rem;
}
.row-pad-bottom-45{
	padding-bottom: 45px; padding-bottom: 2.813rem;
}
.row-pad-top-50 {
	padding-top: 50px; padding-top: 3.125rem;
}
.row-pad-bottom-50{
	padding-bottom: 50px; padding-bottom: 3.125rem;
}
.row-pad-top-85 {
	padding-top: 85px; padding-top: 5.3125rem;
}
.row-pad-bottom-85{
	padding-bottom: 85px; padding-bottom: 5.3125rem;
}
.row-pad-left-right-20 {
	padding-left: 20px; padding-left: 1.250rem;
	padding-right: 20px; padding-right: 1.250rem;
	padding-top: 0px; padding: 0rem;
	padding-bottom: 0px; padding-bottom: 0rem;
}
.sm-pad-img {
	padding-left: 0;
	padding-right: 0;
}
.margin-top-10 {
	margin-top: 10px; margin-top: 0.625rem;
}
.margin-left-10 {
	margin-left: 10px; margin-left: 0.625rem;
}
.margin-left-15 {
	margin-left: 15px; margin-left: 0.938rem;
}
.margin-right-15 {
	margin-right: 15px; margin-right: 0.938rem;
}
.margin-left-40 {
	margin-left: 40px; margin-left: 2.500rem;
}
.margin-right-40 {
	margin-right: 40px; margin-right: 2.500rem;
}
.margin-top-bottom-25 {
	margin-top: 25px; margin-top: 1.563rem;
	margin-bottom: 25px; margin-bottom: 1.563rem;		
}
.margin-bottom-20 {
	margin-bottom: 20px; margin-bottom: 1.250rem;
}
.margin-top-minus-5 {
	margin-top: -5px; margin-top: -0.3125rem;
}
.margin-top-minus-10 {
	margin-top: -10px; margin-top: -0.625rem;
}
.margin-top-minus-15 {
	margin-top: -15px; margin-top: -0.9375rem;
}
.margin-top-minus-20 {
	margin-top: -20px; margin-top: -1.250rem;
}


.pad-side-0 {
	padding-left: 0;
	padding-right: 0;
}
.no-margin {
	margin: 0!important;
}
input.input-no-margin,
.input-no-margin input {
	margin: 0!important;
}
.margin-auto {
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px) {
	.row-pad-top-0-sm {
	  padding-top: 0;
	}
	.row-pad-bottom-0-sm {
	  padding-bottom: 0;
	}	
	.pad-side-0-sm {
		padding-left: 0;
		padding-right: 0;
	}  
}
@media (min-width: 1200px) {	
	.row-pad-right-15-desktop {
	  padding-right: 15px; padding-right: 0.938rem;
	}	
	.row-pad-left-15-desktop {
	  padding-left: 15px; padding-left: 0.938rem;
	}		
	.row-pad-top-20-desktop {
	  padding-top: 20px; padding-top: 1.250rem;
	}
	.row-pad-bottom-20-desktop {
	  padding-bottom: 20px; padding-bottom: 1.250rem;
	}
	.row-pad-top-25-desktop {
	  padding-top: 25px; padding-top: 1.563rem;
	}
	.row-pad-bottom-25-desktop {
	  padding-bottom: 25px; padding-bottom: 1.563rem;
	}
	.row-pad-top-35-desktop {
	  padding-top: 35px; padding-top: 2.188rem;
	}
	.row-pad-bottom-35-desktop {
	  padding-bottom: 35px; padding-bottom: 2.188rem;
	}
	.row-pad-top-40-desktop {
	  padding-top: 40px; padding-top: 2.500rem;
	}
	.row-pad-bottom-40-desktop{
	  padding-bottom: 40px; padding-bottom: 2.500rem;
	}
	.row-pad-top-45-desktop {
	  padding-top: 45px; padding-top: 2.813rem;
	}
	.row-pad-bottom-45-desktop{
	  padding-bottom: 45px; padding-bottom: 2.813rem;
	}  
	.row-pad-top-50-desktop {
	  padding-top: 50px; padding-top: 3.125rem;
	}
	.row-pad-bottom-50-desktop{
	  padding-bottom: 50px; padding-bottom: 3.125rem;
	}
	.margin-top-10-desktop {
	  margin-top: 10px; margin-top: 0.625rem;
	}  
	.pad-side-0-lg {
		padding-left: 0;
		padding-right: 0;
	}  	
}

/* Allgemeine Formatierungen Allgemein.css start*/
* {
	margin: 0;
    padding: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
	background-color: #fafafa;
	font-family: Arial,"Open Sans",sans-serif;	
	display: block;
	height: 100%;
	font-size: 100%;
	color: #5b616b;		
	-ms-overflow-style: scrollbar;
	overflow-x: auto;
}

body {
/*	text-align: center; */
}

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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;	
}

ul, ol, dl, li, dd, dt {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

header {
	background-color: #fff;
	box-shadow: 0 1px 2px -2px #ddd;	
	margin-bottom: 15px; margin-bottom: 0.938rem;	
	border-bottom: 1px solid #ddd;
}
main {
	background-color: #fff;
	margin-bottom: 0;
	padding: 15px 0; padding: 0.938rem 0;
	box-shadow: 0 0 2px 0 #ccc;
	font-size: 14px; font-size: 0.875rem;
}
article {
	float: left;
	width: 100%;
}
footer {
	background:#353431;
	/*padding-top: 1.0rem;*/
	/*padding-bottom: 1.0rem;*/
	bottom: 0px;
	/*position: fixed;*/
	width: 100%;
	margin-top: 1.0rem;
}
aside {
	background-color: #2e8ac8;
}
address {
	font-style: normal;
}

#headtoprow { 
	padding-left: 45px; padding-left: 2.813rem; 
	padding-right: 10px; padding-right: 0.625rem;
}
.cbox {
	padding: 30px 5% 50px 5%; padding: 1.875rem 5% 3.125rem 5%;
	max-width: 400px;
}
.sm-pad {
	padding-left: 10px; padding-left: 0.625rem;
}
.fixed {
	position: fixed;
	width: 100%;
	z-index: 1;
}
.width-100 input[type="submit"], 
.width-100 input[type="text"], 
.width-100 input[type="password"], 
.width-100 input[type="email"], 
.width-100 textarea, 
.width-100 select {
	width: 100%;
}
.pos-absolute {
	
}

/* Text and Links */
h1, h2, h3, h4, h5 {
	font-family: Arial, "Open Sans";	
	letter-spacing: 1px;
	width: 100%;
	float: left;
	font-weight: 300;	
}
h1 {
	color: #2e8ac8;
	font-size: 25px; font-size: 1.563rem;
	line-height: 30px; line-height: 1.875rem;
	padding: 0; 
	margin-bottom: 20px; margin-bottom: 1.275rem;
}
h1.center {
	position: relative;
	text-align: center;	
}
h1.center span {
	background-color: #fff;
	padding: 0 8px; padding: 0 0.5rem;
	position: relative;
}
h1.center::before{
  content:"";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  border-bottom: 1px solid #ececec;
}

.h1-small{
	font-size: 20px; font-size: 1.275rem;
	line-height: 25px; line-height: 1.563rem;
	padding: 0; 
	margin-bottom: 20px; margin-bottom: 1.250rem;
}

h1.orange {
	color: #ec6608 !important;
}

h2 {
	color: #2e8ac8;
	font-size: 20px; font-size: 1.275rem;
	line-height: 25px; line-height: 1.563rem;
	padding: 0; 
	margin-bottom: 20px; margin-bottom: 1.250rem;
}
.h2-small{
	font-size: 16px; font-size: 1rem;
	line-height: 21px; line-height: 1.3125rem;
	margin-bottom: 4px; margin-bottom: 0.250rem;
}

h2.orange {
	color: #ec6608 !important;
}

h3 {
	color: #2e8ac8;
	font-size: 18px; font-size: 1.125rem;
	line-height: 20px; line-height: 1.250rem;
	padding: 0;
	margin-bottom: 20px; margin-bottom: 1.250rem;	
	overflow: hidden;
	text-align: center;	
	text-transform: uppercase;
}
.h3-small{
	font-size: 16px; font-size: 1rem;
	line-height: 20px; line-height: 1.250rem;
	margin-bottom: 10px; margin-bottom: 0.625rem;
}
h3.orange {
	color: #ec6608 !important;
}
h3::before,
h3::after {
	background-color: #ececec;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}
h3:before {
	right: 0.5em;
	margin-left: -50%;
}
h3:after {
	left: 0.5em;
	margin-right: -50%;
}
h4 {
	font-size: 12px; font-size: 0.75rem;
	background-color: #2e8ac8;
	color: #fff;
	padding-top: 2.5px;
	padding-bottom: 2.5px;
	margin-bottom: 0.75rem;	
}
h4.hidden-lg-up {
	padding: 5px;
	font-size: 16px; font-size: 1rem;
}
h4.orange {
	color: #ec6608 !important;
}
h5 {
	font-size: 16px; font-size: 1rem;
	margin: 0 0 10px 0; margin: 0 0 0.625rem 0;
}
h5.orange {
	color: #ec6608 !important;
}
h6 {
	font-size: 12px; font-size: 0.75rem;
	color: #2e8ac8;	
}
h6.orange {
	color: #ec6608 !important;
}
p {
	line-height: 22px; line-height: 1.375rem;
	width: 100%;
	/*float: left;*/
	margin-bottom: 10px; margin-bottom: 0.625rem;
}
.text-block {
	text-align: justify;
}
.img-block {
	display: block;
}
.float-right {
	float: right;
}
.divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}
.strong {
	font-weight: bold;
}
.txt-big {
	font-size: 25px; font-size: 1.563rem;
}
.txt-small {
	font-size: 12px; font-size: 0.750rem;
}
.txt-small-important {
	font-size: 12px!important; font-size: 0.750rem!important;
}
.txt-xs{
	font-size: 14px; font-size: 0.875rem;
}
.txt-medium {
	font-size: 16px; font-size: 1rem;
}
.txt-extra-small {
	font-size: 9px; font-size: 0.563rem;
}
.openSansLight {
	font-family: "open sans";
	font-weight: 300;
}
.openSans {
	font-family: "open sans";
}
a, a:active, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #333;
}

a.orange, a.orange:active, a.orange:visited{
	color: #ec6608 !important;
}

a.orange:hover {
	color: #f8893a !important;
}

a.blue, a.blue:active, a.blue:visited{
	color: #008bd2 !important;
}

a.blue:hover {
	color: #33bbff !important;
}

aside a, aside a:visited, aside a:active {	
	text-transform: uppercase;
	font-size: 14px; font-size: 0.875rem;
	letter-spacing: 1px;
	line-height: 50px;
	width: 100%;
	padding-left: 1.5%;
	color: #fff;
	display: block;
}

.uppercase, .uppercase a {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.pointer {
	cursor: pointer;
}

.backToTop {
    background-color: #fff;
	border: 1px solid #2e8ac8;
    bottom: 20px;
    display: none;
    position: fixed;
    right: 20px;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
}
a.backToTop {
	color: #2e8ac8;
}
.backToTop:hover, a.backToTop:hover {
    background-color: #333;
	color: #fff;
	border: 1px solid #fff;
}
/* Forms */

input {
	height: 36px; height: 2.25rem;
}
input[type="submit"], input[type="text"], input[type="password"], input[type="email"], textarea, select {
	/*width: 100%;*/
	position: inherit;
}
input[type="submit"] {
	line-height: 35px;
	background-color: #2e8ac8;
	border: 0 none;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	float: left;
	clear: left;
	border-radius: 0;
	margin: 10px 0;	
	padding: 0 10px; padding: 0 0.625rem;
}
input[type="submit"]:hover {
	background-color: #00bfff;
}
input[type="submit"]:disabled, input[type="submit"]:disabled:hover {
	background-color: #ccc;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select { 
	padding:2px 2px; 
	outline: none; 
	background: #fff; 
	color:#2c2c2c; 
	border: solid 1px #ccc;  
	/*line-height: 30px; line-height: 1.875rem;*/
	margin: 10px 0;	
	border-radius: 0;
}
textarea {
	height: 80px; height: 5rem;
	float: left;
	clear: left;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select :focus {
	border: 1px solid #2e8ac8;
	background-color: #f5f5f5;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);	
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	border-radius: 0;
	font-size: 14px; font-size: 0.875rem;
}
select,
.select-country select {
	border: 1px solid #ccc;
	padding:.25rem 1.25rem .25rem 1rem;
	background-color:#fff;
	background-image:url(../../images/IMAGE/select-arrow.png);
	background-position: 95% center;
	background-repeat: no-repeat;
}
.select-country select, .select-country select:hover {
	background-image:url(../../images/IMAGE/select-arrow.png) !important;
	height: 36px !important;height: 2.250rem !important;
}
select:hover {
	border: 1px solid #2e8ac8;
	background-image:url(../../images/IMAGE/select-arrow-hover.png);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);	  
	min-height: inherit;
}
select option:disabled:first-child {
	display: none;
}
.country-select {
	padding-left: 5px;
	color:#999;
}
label {
	padding-right: 10px; padding-right: 0.625rem;
}
.delete-btn, input[type="submit"].delete-btn {
	background: transparent;
	width: 20px; width: 1.250rem;
	height: 20px; height: 1.250rem;
	margin: 0;
	cursor:pointer;
}
.textindent, .textindent input, .textindent textarea, .textindent select { 
	text-indent:4px; 
}
.fullwidth, .fullwidth input, .fullwidth textarea, .fullwidth select { 
	width: 100%;
}
.input-group {
	display: inline;
	margin-right: 8px; margin-right: 0.5rem;
}
.input-error,
.input-error + input,
.input-error + select,
.input-error + textarea {
	border: 1px solid #ff0000 !important;
}
.fa-btn-small {
	background: transparent;
	border: 0 none;
	font-size: 40px; font-size: 2.500rem;
	color: #2e8ac8;
}
.fa-btn-small:hover {
	color: #00bfff;
}
.fa-btn-small[disabled] {
	background-color: transparent!important;
	color: #ccc!important;
}
.fa-btn-small[disabled]:hover {
	color: #ccc!important;
}

.fa-btn-big {
	background: #2e8ac8;
	border: 0 none;
	font-size: 20px; font-size: 1.250rem;
	padding: 0 10px; padding: 0 0.625rem;
	color: #fff;
	height: 36px; height: 2.250rem;
	width: 100%;
	text-align: center;
}
.fa-btn-big i {
	font-size: 25px; font-size: 1.563rem;
	margin-right: 10px; margin-right: 0.625rem;
}
.fa-btn-big:hover {
	background-color: #105c8f;
}
.fa-btn-med {
	background: #ccc;
	border: 0 none;
	font-size: 18px; font-size: 1.125rem;
	padding: 0 10px; padding: 0 0.625rem;
	color: #2e8ac8;
	height: 36px; height: 2.250rem;
	width: 100%;
	text-align: center;
}
.fa-btn-med i {
	font-size: 18px; font-size: 1.125rem;
}
.fa-btn-med:hover {
	background-color: #999;
	color: #fff;
}
.button, a.button {
	background: #2e8ac8;
	border: 0 none;
	font-size: 16px; font-size: 1rem;
	padding: 10px; padding: 0.625rem;
	color: #fff;
	height: 36px; height: 2.250rem;
	text-align: center;
}
.button:hover {
	background-color: #105c8f;
}
.link-button-grey {
	margin: 0 0 15px 0; margin: 0 0 0.938rem 0;
	padding: 10px 20px; padding: 0.625rem 1.250rem;
	text-align: center;
	color: #fff;
	border: 1px solid transparent;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px; font-size: 1rem;
	line-height: 20px; line-height: 1.250rem;
	width: 100%;
	border-radius: 0;	
	background-color: #ccc;
}
.link-button-grey:hover {
	background-color: #aaa;
}
.quantitybox {
	text-align: center;
}
/* Borders */
.border-top-white {
	border-top: 1px solid #fff;
}
.border-bottom-white {
	border-bottom: 1px solid #fff;
}
.border-right-white {
	border-right: 1px solid #fff;
}
.border-left-white {
	border-left: 1px solid #fff;
}
.border-white {
	border: 1px solid #fff;
}
.border-red {
	border: 1px solid #c00;
}
.border-top-grey {
	border-top: 1px solid #ccc;
}
.border-bottom-grey {
	border-bottom: 1px solid #ccc;
}
.border-right-grey {
	border-right: 1px solid #ccc;
}
.border-left-grey {
	border-left: 1px solid #ccc;
}
.border-grey {
	border: 1px solid #ccc;
}
.border-between-grey {
	border-bottom: 1px solid #ccc;
}
.border-lightgrey {
	border: 1px solid #f0f0f0;
}
.border-top-lightgrey {
	border-top: 1px solid #f0f0f0;
}
.border-bottom-lightgrey {
	border-bottom: 1px solid #f0f0f0;
}
.border-right-lightgrey {
	border-right: 1px solid #f0f0f0;
}
.border-left-lightgrey {
	border-left: 1px solid #f0f0f0;
}
.border-top-darkgrey {
	border-top: 1px solid #666;
}
.border-bottom-darkgrey {
	border-bottom: 1px solid #666;
}
.border-top-green {
	border-top: 1px solid #63b32e;
}
.border-bottom-green {
	border-bottom: 1px solid #63b32e;
}
.border-top-big-green {
	border-top: 15px solid #63b32e;
}
.border-bottom-big-green {
	border-bottom: 15px solid #63b32e;
}
.border-green{
	border: 2px solid #63b32e;
}

.border-top-blue {
	border-top: 1px solid #2e8ac8;
}
.border-bottom-blue {
	border-bottom: 1px solid #2e8ac8;
}
.border-top-big-blue {
	border-top: 15px solid #2e8ac8;
}
.border-bottom-big-blue {
	border-bottom: 15px solid #2e8ac8;
}
.border-blue{
	border: 2px solid #2e8ac8;
}
/* Images */
.img-width-40 {
	max-width: 40px;
}
.icon-big {
	font-size: 40px; font-size: 2.500rem;
}
.icon-medium {
	font-size: 24px; font-size: 1.300rem;
}
.icon-xl {
	font-size: 80px; font-size: 5.00rem;
}
.icon-xxl {
	font-size: 125px; font-size: 7.813rem;
}
.icon-as-btn {
	position: absolute;
	left: -18px; left: -1.125rem;
}
.img-thumbnail {
    margin: 5px;
}
.img-thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}
img {
    vertical-align: middle;
}
.img-with-text span {
	background-color: #f3f3f1;
	position: absolute;
	text-align: center;
	left: 20.5%;
	top: 15%;
	width: 233px;
}
.relative {
	position: relative !important;
}
.absolute {
	position: absolute !important;
}
/* Breadcrumb */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active, .breadcrumb > .active a {
  color: #777777;
}

.toppagecontainer {
  background: #008bd2;
}

.listtoptext {
  color:#fff;
}

@-ms-viewport { 
	width: device-width; 
} 
@media (min-width: 992px) { 
	@-ms-viewport {
		width: auto !important; 
	} 
}

 /* GEO Dialog START */
 dialog {
	padding: 1rem 3rem;
	background: url("../../images/IMAGE/world.jpg");
	max-width: 720px;
	padding-top: 2rem;
	border-radius: 20px;
	border: 0;
	box-shadow: 0 5px 30px 0 rgb(0 0 0 / 10%);
	animation: fadeIn 1s ease both;
	top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	&::backdrop {
		animation: fadeIn 1s ease both;
		z-index: 102;
		backdrop-filter: blur(5px);
	}
	.x {
		filter: grayscale(1);
		border: none;
		background: none;
		position: absolute;
		top: 15px;
		right: 10px;
		transition: ease filter, transform 0.3s;
		cursor: pointer;
		transform-origin: center;
		&:hover {
			filter: grayscale(0);
			transform: scale(1.1);
		}
	}
	h2 {
		font-weight: 600;
		font-size: 1.5rem;
		padding-bottom: 0.5rem;
		color: black;
	}
	p {
		font-size: 1rem;
		line-height: 1.3rem;
		padding: 0.5rem 0;
		a {
			&:visited {
				color: rgb(var(--vs-primary));
			}
		}
	}
    .button {
        padding: 12px 20px 30px 20px;
        border-radius: 8px;
        background-color: transparent;
        border: 0;
        font-weight: 600;
        cursor: pointer;
        transition: 0.15s ease;

        &.is-ghost {
            &:hover,
            &:focus {
                background-color: #dfdad7;
            }
        }

		&.is-ghost {
			color: black;
			font-weight: unset;
		}

        &.is-primary {
            background-color: #ec6608;
            color: #e8e6e6;
        }
    }
}
 /* GEO Dialog END */

 /* FOOTER START */
 #bottom {
    background: #222222;
}
#bottom .inside {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.90em;
	padding: 20px 40px;
	margin: 0 auto;
}

#bottom .inside img {
    display: block;
}
#bottom .inside .left {
    float: none;
    flex-grow: 1;
    margin-left: 30px;
}
#bottom .inside .right {
    float: none;
    flex-grow: 1;
    text-align: right;
}
#bottom .inside, #bottom .inside a {

    color: #b4b4b4;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;

}
#bottom .inside .flex-item {
	font-size: 14.4px;
}
#bottom .bottom-logo {
}
#bottom .mod_socials {
    overflow: hidden;
    display: inline-block;
    text-align: right;
    margin-left: 30px;
}

#bottom .mod_socials a i {
    padding: 0.6667rem;
    margin-left: 5px;
    background: rgba(255,255,255,0.05);
    font-size: 1.333rem;
    display: inline-block;
    height: 2.667rem;
    width: 2.667rem;
    text-align: center;
    /* float: left; */
    margin-bottom: 1px;
    border-radius: 25px;
}
#bottom .mod_socials a:hover,
#bottom .mod_socials a:hover * {
    border-bottom: 0 none;
}

body.fixed-header #top_link {
    bottom: 18px;
}

#bottom .inside .right a {
    margin: 0;
}
@media only screen and (max-width: 1200px) {
    #bottom .inside {
        display: flex;
        flex-direction: column;
		margin: 0 auto;
    }
    #bottom .inside .bottom-logo {
        order: 0;
        text-align: center;
        margin: 0;
    }
    #bottom .inside .socialContainer {
        order: 1;
        padding: 20px 0 15px;
        text-align: center;
        margin: 0;
    }
    #bottom .inside .right {
        order: 2;
        text-align: center;
        margin: 0;
        line-height: 20px;
        margin-bottom: 10px;
    }
    #bottom .inside .left {
        order: 3;
        text-align: center;
        margin: 0;
    }

}

.mod_socials i {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_socials.color i.fa-facebook,
.mod_socials .social-icons.color i.fa-facebook,
.mod_socials i.fa-facebook:hover {
	background: rgb(67,96,152)!important;
	color: rgb(255,2552,255)!important;
}

.mod_socials.color i.fa-twitter,
.mod_socials .social-icons.color i.fa-twitter,
.mod_socials i.fa-twitter:hover {
	background: rgb(40,169,226)!important;
	color: rgb(255,2552,255)!important;
}

.mod_socials.color i.fa-xing,
.mod_socials .social-icons.color i.fa-xing,
.mod_socials i.fa-xing:hover {
 	background: rgb(0,93,94)!important;
 	color: rgb(255,2552,255)!important;
}

.mod_socials.color i.fa-tumblr,
.mod_socials .social-icons.color i.fa-tumblr,
.mod_socials i.fa-tumblr:hover {
 	background: rgb(45,73,102)!important;
 	color: rgb(255,2552,255)!important;
}

.mod_socials.color i.fa-google-plus,
.mod_socials .social-icons.color i.fa-google-plus,
.mod_socials i.fa-google-plus:hover {
 	background: rgb(217,82,50)!important;
 	color: rgb(255,2552,255)!important;
}

.mod_socials.color i.fa-flickr,
.mod_socials .social-icons.color i.fa-flickr,
.mod_socials i.fa-flickr:hover {
 	background: rgb(250,29,132)!important;
 	color: rgb(255,2552,255)!important;
}

.mod_socials.color i.fa-linkedin,
.mod_socials .social-icons.color i.fa-linkedin,
.mod_socials i.fa-linkedin:hover {
 	background: rgb(2,116,179)!important;
 	color: rgb(255,2552,255)!important;
}

.mod_socials.color i.fa-instagram,
.mod_socials .social-icons.color i.fa-instagram,
.mod_socials i.fa-instagram:hover {
 	background: rgb(167,124,98)!important;
 	color: rgb(255,2552,255)!important;
}

.mod_socials.color i.fa-pinterest,
.mod_socials .social-icons.color i.fa-pinterest,
.mod_socials i.fa-pinterest:hover {
 	background: rgb(205,33,40)!important;
 	color: rgb(255,2552,255)!important;
}

.mod_socials.color i.fa-vimeo-square,
.mod_socials .social-icons.color i.fa-vimeo-square,
.mod_socials i.fa-vimeo-square:hover {
 	background: rgb(52,192,238)!important;
 	color: rgb(255,2552,255)!important;
}

.mod_socials.color i.fa-youtube,
.mod_socials .social-icons.color i.fa-youtube,
.mod_socials i.fa-youtube:hover {
 	background: rgb(220,33,48)!important;
 	color: rgb(255,2552,255)!important;
}

.mod_socials.color i:hover,
.mod_socials .social-icons.color i:hover {
	opacity: 0.7!important;
}
 /* FOOTER END*/

/* Allgemein.css stop*/

/* COLORS */
/* Backgrounds */
.bg-black {
	background-color: #000;
}
.bg-333 {
	background-color: #333;
}
.bg-666 {
	background-color: #666;
}
.bg-999 {
	background-color: #999;
}
.bg-lightgrey {
	background-color: #f5f5f5;
}
.bg-grey {
	background-color: #ccc;
}
.bg-blue {
	background-color: #2e8ac8;
}
.bg-green {
	background-color: #63b32e !important;
}
.bg-lightgreen {
	background-color: #cce1b0 !important;
}
.bg-white {
	background-color: #fff;
}
.bg-red {
	background-color: #c00!important;
}
/* Text- and Linkcolors */
.txt-333 {
	color: #333!important;
}
.txt-666 {
	color: #666!important;
}
.txt-999 {
	color: #999!important;
}
.txt-5b616b { 
	color: #5b616b!important;
}
.white {
	color: #fff!important;
}
.grey {
	color:#767676!important;
}
.red {
	color: #c00!important;
}
.green {
	color: #63b32e !important;
}
.lightgreen {
	color: #cce1b0 !important;
}
.hover-light-red:hover {
	color: #f00!important;
}
.blue {
	color: #008bd2!important;
}
.hover-blue:hover {
	color: #008bd2!important;
}
.hover-white:hover {
	color: #fff!important;
}
.hover-green:hover {
	color: #63b32e!important;
}
.hover-orange:hover {
	color: #e96f2c!important;
}
.text-orange {
	color: #e96f2c!important;
}

/* Navigation */

.nav-right-inline > ul {
	float: right;
}
.nav-right-inline > ul li {
	float: left;
	margin-left: 12px; margin-left: 0.75rem;
	line-height: 20px;
}
.nav-right-inline > ul li.language {
	line-height: 20px;
}

.nav-left-inline > ul {
	float: left;
}
.nav-left-inline > ul li {
	float: left;
	margin-left: 12px; margin-left: 0.75rem;
	line-height: 20px;
}
.nav-left-inline > ul li.language {
	line-height: 20px;
}

/* Footernavigation */
nav.bottomnav {	
	width: 100%;
	float: left;
	text-align: center;
	background-color: #666;
}
nav.bottomnav ul {
	display: block;
	width: 97%;
	margin: 0 auto;
}
nav.bottomnav ul li {
	width: 100%;
	line-height: 20px;
	border-bottom: 1px solid #f5f5f5;
	text-transform: uppercase;
	text-align: left;
	line-height: 50px;
	font-size: 14px;
	display: block;
	float: left;
}
nav.bottomnav ul li:last-child {
	border-bottom: 0 none;
}
nav.bottomnav ul li a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	float: left;
}

.subnav a, .subnav a:active, .subnav a:visited {
	color: #2e8ac8;
	display: block;
}
.subnav a:hover, .active a, .active a i{
	color: #00bfff;	
}
/* Subnavigation */
li.burger { 
	display: none; 
}
li.burger a, li.burger a:active, li.burger a:visited {
	color: #999 !important;
}
li.burger a:s {
	color: #00bfff !important;
}
/* Category-Navigation */
.AspNet-TreeView li a {
	line-height: 26px; line-height: 1.75rem;
	font-size: 16px; font-size: 1rem;
	display: block;
}
.AspNet-TreeView-Selected a{
	color: #2e8ac8 !important;
	font-weight: normal;
}
.AspNet-TreeView-Root,
.AspNet-TreeView-Root.AspNet-TreeView-Leaf {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px; padding-bottom: 0.3125 rem;
}
.AspNet-TreeView-Root.AspNet-TreeView-Leaf:last-child {
	border: 0 none;
}
#sidemenu {
	border: 1px solid #ccc;
	padding: 0 10px 10px 10px ; padding: 0 0.625rem 0.625rem 0.625rem;
	-webkit-box-shadow: 1px 1px 5px 5px #ccc;
	box-shadow: 1px 1px 10px 1px #ccc;
}
#sidemenu.in,
#sidemenu.collapsing {
    display: block!important;
}

/* Pagination */
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
#contentright .pagination > li::before {
	content: none;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	/*color: #337ab7;*/
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	z-index: 2;
	/*color: #23527c;*/
	background-color: #eeeeee;
	border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 0;
	color: #ffffff;
	background-color: #2e8ac8;
	border-color: #2e8ac8;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #777777;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.nav-wizard > li {
  float: left;
  display: block;
  position: relative;  
  padding: 0;
  color: #fff;
}
.nav-wizard > li > span {
  position: relative;
  background-color: #444;
  display: block;
  position: relative;
  padding: 11px 15px;  
  color: #fff;
  text-transform: uppercase;
  font-size: 11px; font-size: 0.688rem;
  font-family: "Source Sans Pro";
  font-weight: 400;
}
.nav-wizard > li > span .step {
	margin-right: 10px;
}
.nav-wizard > li:not(:first-child) > span {
  padding-left: 34px;
}
.nav-wizard > li:not(:first-child) > span:before {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #ffffff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.nav-wizard > li:not(:last-child) > span {
  margin-right: 6px;
}
.nav-wizard > li:not(:last-child) > span:after {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #444;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 2;
}
.nav-wizard > li:first-child > span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nav-wizard > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.nav-wizard > li.selected > span {
  color: #ffffff;
  background-color: #2e8ac8;
}
.nav-wizard > li.selected > span:after {
  border-left-color: #2e8ac8;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 480px) {
	.nav-right-inline > ul li {
		float: left;
		margin-left: 20px; margin-left: 1.250rem;
		line-height: 30px;
	}
	.nav-left-inline > ul li {
		float: left;
		margin-left: 20px; margin-left: 1.250rem;
		line-height: 30px;
	}
	.nav-wizard > li > span {
		font-size: 14px; font-size: 0.875rem;
	}
}
/* Tablet and bigger */
@media screen and (min-width:768px) {
	/***** hamburger navigation *****/
	.subtogglemenu {
		display: none;
		position: absolute;
		background-color: #fafafa;
		right: 0;
		top: 0;
		padding: 25px 0;
		width: 200px;
		box-shadow: 0 0 2px 0 #ccc;	
		z-index: 99;
	}

	.subtogglemenu.is-active {
		display: block;
	}

	.subtogglemenu ul {
		width: 100%;
		text-align: left;
		padding-left: 20px;
	}

	.headsubnav .subtogglemenu li {
		clear: left;	
		font-size: 12px; font-size: 0.750rem;
		letter-spacing: 2px;
		padding-left: 0;
	}	
	.hamburger {
	  display: block;
	  position: relative;
	  overflow: hidden;
	  margin: 0;
	  padding: 0;
	  width: 25px;
	  height: 30px;
	  font-size: 0;
	  text-indent: -9999px;
	  appearance: none;
	  box-shadow: none;
	  border-radius: none;
	  border: none;
	  cursor: pointer;
	  transition: background 0.3s;
	}

	.hamburger:focus {
	  outline: none;
	}

	.hamburger span {
	  display: block;
	  position: absolute;
	  top: 16px;
	  left: 3px;
	  right: 3px;
	  height: 2px;
	  background: #2e8ac8;
	}

	.hamburger span::before,
	.hamburger span::after {
	  position: absolute;
	  display: block;
	  left: 0;
	  width: 100%;
	  height: 2px;
	  background-color: #2e8ac8;
	  content: "";
	}

	.hamburger span::before {
	  top: -7px;
	}

	.hamburger span::after {
	  bottom: -7px;
	}

	.hamburger.sub {
	  background-color: #fff;
	}

	.hamburger.sub span {
	  transition: background 0s 0.3s;
	}

	.hamburger.sub span::before,
	.hamburger.sub span::after {
	  transition-duration: 0.3s, 0.3s;
	  transition-delay: 0.3s, 0s;
	}

	.hamburger.sub span::before {
	  transition-property: top, transform;
	}

	.hamburger.sub span::after {
	  transition-property: bottom, transform;
	}

	/* active state, i.e. menu open */
	.hamburger.sub.is-active {
	  background-color: #2e8ac8;
	  z-index: 100;
	}

	.hamburger.sub.is-active span,
	.hamburger.sub.is-active span::before, .hamburger.sub.is-active span::after {
	  background-color: #fff;
	}

	.hamburger.sub.is-active span {
	  background: none;
	}

	.hamburger.sub.is-active span::before {
	  top: 0;
	  transform: rotate(45deg);
	}

	.hamburger.sub.is-active span::after {
	  bottom: 0;
	  transform: rotate(-45deg);
	}

	.hamburger.sub.is-active span::before,
	.hamburger.sub.is-active span::after {
	  transition-delay: 0s, 0.3s;
	}
	.overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		display: none;
		opacity: 0.75;
		z-index: 98;
	}	
	.overlay.is-active {
		display: block;
	}
	.subtogglemenu {
		display: none;
		position: absolute;
		background-color: #fafafa;
		right: 16px;
		top: 0;
		padding: 25px 0;
		width: 200px;
		box-shadow: 0 0 2px 0 #ccc;	
		z-index: 99;
	}
	.subtogglemenu.is-active {
		display: block;
	}
	.subtogglemenu ul {
		width: 100%;
		text-align: left;
		padding-left: 16px; padding-left: 1rem;
	}
	.subtogglemenu li {
		clear: left;
		float: left;
		font-size: 14px; font-size: 0.875rem;
		padding: 10px 0; padding: 0.625rem 0;
		line-height: 20px !important; line-height: 1.250rem !important;
	}	
	.nav-wizard > li > span {
		font-size: 16px; font-size: 1rem;
	}	
}
@media screen and (min-width:992px) {
	.nav-right-inline > ul li {
		line-height: 40px;
	}
	.nav-left-inline > ul li {
		line-height: 40px;
	}
	.AspNet-TreeView li {
		line-height: 20px; line-height: 1.250rem;
		margin-top: 5px; margin-top: 0.313rem;
	}
	#sidemenu {
		border: 0 none;
		display: block!important;
		visibility:visible!important; 		
		padding: 0;
		padding-left: 8px; padding-left: 0.5rem;
		-webkit-box-shadow: inherit;
		box-shadow: inherit;		
		display: inline;
		line-height: 24px; line-height: 1.5rem;
	}	
	.wsmenu-list {
		text-align: right;
	}
	.wsmenu-list > li {
		display: inline-block;
		float: none;
	}
}	


/* Search */
.searchbox { 
	display: none; 
	width: 100%;
}
.searchtoggle.desktop {
	display: none;
}
.searchbox .teleriksearchbox {
	width: 95%;
	height: auto;
}
.searchTxtBx {
	text-indent: 5px;
}
.RadSearchBox_Default {
	width: 100% !important;
}
.rsbInner {
	border-color: #ddd !important;
	border-radius: 0 !important;
	line-height: 25px !important; line-height: 1.563rem !important;
}

.rsbPopup {
/*	width: auto;
	max-width: 90%;
*/
}

.rsbButton, .rsbButton:hover {
	background: none !important;
	border: 0 none !important;
}

.RadSearchBox .rsbInput {
	height: 25px !important; height: 1.563rem !important;
	color: #666 !important;
}

.RadSearchBox_Default .rsbEmptyMessage {
	font-family: Arial;
	font-style: normal !important;	
	font-size: 12px; font-size: 0.750rem !important;	
	letter-spacing: 2px;
	color: #ccc !important;
}
.searchbox input:focus, #mobilesearch input:focus {
	background: none #fff;
	border: 0 none;
	box-shadow: none;
}
#mobilesearch{ 
	float: left; 
	clear: left; 
	width: 100%;
	max-width: 1200px;
	min-height: 70px; 
	padding: 20px;
	background-color: #fff; 
	box-shadow: 0 0 2px 0 #ccc;
	display: none;
	margin-top: 2px;
}
#mobilesearch .RadSearchBox .rsbInput {
	margin: 1px 0;
}
@media screen and (min-width:992px) {
	.searchbox {
		display: inline-block;
		margin-top: 5px;margin-top: 0.313rem;
		width: 100%;
		padding: 0px 50px;
	}
	.searchtoggle.mobile {
		display: none;
	}
	.searchtoggle.desktop {
		display: inherit;
	}
	.RadSearchBox {
		width: auto;
	}
}
/* Content.CSS start */
.changelang, #languages {
	margin-top: 15px; margin-top: 0.938rem;
	display: inline-block;
	border: 1px solid #999;
	padding: 0 10px; line-height: 0 0.625rem;;
}
span.flag.ger, span.flag.enu {
	padding-left: 35px; padding-left: 2.188rem;
	float: left;
	clear: left;
	line-height: 35px; line-height: 2.188rem;
}

span.flag.ger {
	background: url(../../images/IMAGE/deu.png) left center no-repeat;
}

span.flag.enu {
	background: url(../../images/IMAGE/enu.png) left center no-repeat;
}

.flex-list li span {
	margin-right: 10px; margin-right: 0.625rem;
	line-height: 30px; line-height: 1.875rem;
}
.mobilelogin, .login.desktop {
	display: none;
}
.mobilelogin{
	display: none;	
	min-height: 70px; 
	background-color: #fff; 
	box-shadow: 0 0 2px 0 #ccc;
	margin-top: 2px;	
}
.mobilelogin .loginpwhelp {
	float: none;
	text-align: left;
}
.mobilelogin input {
	position: relative;
	z-index: 10;
}
.logo a {
	display: block;
	width: 100%;
	height: 20px;
	background: url(../../images/IMAGE/mbraun-logo-v3.png) no-repeat left center #fff;
	background-size: contain;
	margin-left: 30px;
}
.header-icon-counter {
	position: relative;
	top: -15px;
}
.error {
	color: #c00;
	margin-bottom: 0;
}
.two-columns {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-width: 510px;
	-moz-column-width: 510px;
	column-width: 510px;
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px;
	text-align: justify;
}
.first-big p:first-child:first-letter {
	font-size: 85px;font-size: 5.133rem;
	float: left;
	margin: 0 5px 0 0;
	line-height: 0.8;
}
.first-medium p:first-child:first-letter {
	font-size: 56px;font-size: 3.5rem;
	float: left;
	margin: 0 5px 0 0;
	line-height: 0.8;
}
.dropdown-lang {
	background-color: #008bd2;
	width: auto !important;
	min-width: auto;
	border-radius: 0;
	border: 0 none;
}
.dropdown-lang li {
	margin: 0 !important;
	clear: left;
}
.dropdown-lang li a {
	color: #fff;
}
.dropdown-lang li a:hover {
	color: #e96f2c!important;
	background-color: inherit;
}
.nav-right-inline li.open a.dropdown-toggle {
	color: #333;
}
/* Customer Info Control */
.ship-adr-table-icon {
	float: left;
	text-align: center;
}
.adress-delete-icon {
	position: relative;
	left: -20px;
	font-size: 24px; font-size: 1.5rem;
	cursor: pointer;	
	pointer-events: none;
}
.ship-adr-table-icon input:hover ~ i {
	color: #105c8f !important;
}
input.input-width-55,
.input-width-55 input {
	width: 55px!important;
}
/* Itemlist */
.itemlist {
	padding: 10px; padding: 0.625rem;	
	border: 1px solid transparent;
}
.itemlist h5 {
	margin-top: 10px; margin-top: 0.625rem;
	min-height: 60px; min-height: 3.750rem;
}
.itemlist .itempic {
	text-align: left;
	height: 200px;	
}
.itemlist .itempic img{
	max-height: 100%;
}
.itemlist .item-price {
	font-size: 28px; font-size: 1.75rem;
	/*margin-bottom: 10px; margin-bottom: 0.625rem;*/
	line-height: 56px; line-height: 3.500rem;
}
.itemlist .item-qty, .itemlist .item-buy{
	float: left;
}
.itemlist .item-qty, .itemlist .item-qty input{
	width: 44px; width: 2.750rem;
}
.itemlist .properties .label{
	display: block;
	margin-bottom: 5px; margin-bottom: 0.313rem;
	border: 1px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.itemlist .properties {
	position: absolute;
	right: 0;
}
/* Itemcard */
.itemcard .item-qty, .itemcard .item-buy{
	float: left;
	margin-top: 0;		
}
.itemcard .item-buy {
	margin: 0;
	width: 100%;
}
.itemcard .item-qty {	
	margin: 0;
	font-size: 16px; font-size: 1rem;
}
.itemcard .item-qty input {
	width: 75px; width: 4.688rem;
	margin: 0 0 0 10px; margin-left: 0 0 0 0.625rem;
	font-size: 20px; font-size: 1.250rem;
}
.itemcard .addinfo {	
	margin: 0;
	margin-bottom: 10px; margin-bottom: 0.625rem;
	font-size: 16px; font-size: 1rem;
}
.itemcard .addinfo input {
	width: 150px; width: 9.376rem;
	margin: 0 0 0 10px; margin-left: 0 0 0 0.625rem;
	font-size: 20px; font-size: 1.250rem;
}
.itemcard .item-price {
	font-size: 56px; font-size: 3.5rem;
	/*margin-bottom: 10px; margin-bottom: 0.625rem;*/
	line-height: 56px; line-height: 3.500rem;
}
.itemcard .extendedtext {
	margin: 20px 0;
	text-align: justify;
}
/* Parent Items */
.parentitems .itempic {
	text-align: center;
	height: 200px;	
}
.parentitems .itempic img{
	max-height: 100%;
}
.parentitems .item-price {
	font-size: 28px; font-size: 1.75rem;
	line-height: 56px; line-height: 3.500rem;
}
.parentitems .item-qty, .parentitems .item-buy{
	float: left;
}
.parentitems .item-qty, .parentitems .item-qty input{
	width: 36px; width: 2.250rem;
	font-size: 16px; font-size: 1rem;
}
.parentitems .item-qty input {
	margin: 0;
}
.parentitems .item-buy {
	margin: 5px 0 0 10px; margin: 0.313rem 0 0 0.625rem;
	width: auto;
}
.parentitems .item-qty {
	margin: 10px 0 0 10px; margin: 0.625rem 0 0 0.625rem;
}
.parentitems .itemlist:hover {
	box-shadow: none;
	border: inherit;
}
/* Buy General */
.itemlist .item-buy {
	margin: 5px 0 0 10px; margin: 0.313rem 0 0 0.625rem;
}
.item-buy span {
	position: absolute;
	right: 0;
	top: -20px;
	font-size: 11px; font-size: 0.688rem;
}
.itemcard .item-buy span {
	left: 15px;
}
.parentitems .item-buy span {
	left: inherit;
}
span.buybutton-overlay,
span.datatransfer-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.8;
	z-index: 110;	
}
span.buybutton-overlay .bb-img, 
span.buybutton-overlay .bb-txt,
span.datatransfer-overlay .datatransfer-img, 
span.datatransfer-overlay .datatransfer-txt {
	float: left;
	position: relative;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
}
span.buybutton-overlay .bb-txt,
span.datatransfer-overlay .datatransfer-txt {
	clear: left;
	color: #fff;
}
.parentitems .bb-img img {
	margin-left: auto;
    margin-right: auto;
}
/* Basket */
.basket-box {
    border: 1px solid #dadadd;
    border-collapse: collapse;
    display: table;
    padding: 0;
    width: 100%;	
}
.basket-header {
	background-color: #f1f2f2;
	text-transform: uppercase;
	padding: 10px 5px; padding: 0.625rem 0.313rem;
	font-family: "Open Sans";
	font-size: 16px; font-size: 1rem;
	color: #666;
}
.basket-header-small {
	background-color: #f1f2f2;
	text-transform: uppercase;
	padding: 10px 5px; padding: 0.625rem 0.313rem;
	font-family: "Open Sans";
	font-size: 14px; font-size: 0.875rem;
	color: #666;
}
.basket-item {
    border-bottom: 1px solid #dadadd;
    overflow: hidden;
    width: 100%;
	padding: 10px 0; padding: 0.625rem 0;
}
.basket-item .item {
	padding: 0;
}
.basket-item .itempic {
    float: left;
    max-width: 175px !important;	
}
.basket-item .itempic img{
    display: block;
    height: auto;
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
    vertical-align: middle;
}
.basket-item .item span {
	clear: both;
    display: block;
    font-size: 12px; font-size: 0.750rem;
    line-height: 15px; line-height: 0.938rem; 
}
.basket-item .availablility {
	font-weight: bold;
	margin-top: 15px; margin-top: 0.938rem;
}
.basket-item .item-price , .basket-item .item-total-price{
	text-align: right;
	font-weight: bold;
	font-size: 14px; font-size: 0.875rem;
	padding-right: 20px; padding-right: 1.250rem;
}
.QuantityBoxBasket {
	width: 55px;
	text-align: center;
}
.basket-item .item-qty {
	float: right;
}
.basket-delete-icon {
	position: relative;
	left: -20px;
	top: 3px;
	font-size: 24px; font-size: 1.5rem;
	cursor: pointer;	
	pointer-events: none;
}
.DeleteBasketLine {
	background-color: #fff;
	border: 1px solid transparent;
	width: 30px;
	margin-left: 10px;
}
.basket-total {
	background-color: #f1f2f2;
	border-top: 1px solid #dadadd;
}
.basket-footer {
	padding: 15px 0; padding: 0.938rem 0;	
}
.basket-total-line {
    background-color: #f1f1f2;
    border-bottom: 1px solid #dadadd;
    clear: both;
    display: block;
    font-family: "open sans";
    font-size: 12px;font-size: 0.750rem;
	font-weight: 400;
    line-height: 33px;
    padding: 0 10px; padding: 0 0.625rem;
}
.basket-payment {
	margin: 10px; margin: 0.625rem;
	background-color: #fff;
	padding: 10px; padding: 0.625rem;
	text-align: center;
}
.basket-options {
	padding: 15px 0; padding: 0.938rem 0;
}	
.basket-delete-all input, 
.basket-refresh input, 
.basket-checkout input, 
.basket-checkout-final input,
.basket-checkout-final button,
.basket-checkout-back input,
.basket-checkout-back button,
.basket-continue a {
	margin: 0 0 15px 0; margin: 0 0 0.938rem 0;
	padding: 10px 20px; padding: 0.625rem 1.250rem;
	text-align: center;
	color: #fff;
	background-color: #add8e6;
	border: 1px solid transparent;
	text-transform: uppercase;
	letter-spacing: 1px;
	/*font-size: 16px; font-size: 1rem;*/
	line-height: 20px; line-height: 1.250rem;
	width: 100%;
	border-radius: 0;
}
.basket-delete-all input:hover, 
.basket-refresh input:hover,
.basket-checkout-back input:hover,
.basket-checkout-back button:hover {
	background-color: #105c8f;
}
.basket-checkout input {
	background-color: #105c8f;
	/*font-size: 18px; font-size: 1.125rem;*/
	margin: 0;
}
.basket-checkout input:hover {
	background-color: #add8e6;
}
.basket-checkout-final input,
.basket-checkout-final button {
	background-color: #f51e2d;
	font-size: 18px; font-size: 1.125rem;
	margin: 0;
}
.basket-checkout-final input:hover,
.basket-checkout-final button:hover {
	background-color: #A60303;
}
.basket-continue a {
	background-color: #ccc;
	float: left;
}
.basket-continue a:hover {
	background-color: #aaa;
}
.basket-checkout-control-headline {
	color: #105c8f;
	text-transform: uppercase;
	font-size: 22px; font-size: 1.375rem;
	font-family: "open sans";
	font-weight: 300;
	padding: 10px 0; padding: 0.625rem 0;
}

.rabatt_code_box a {
	margin: 0 0 15px 0; margin: 0 0 0.938rem 0;
	padding: 10px 20px; padding: 0.625rem 1.250rem;
	text-align: center;
	color: #fff;
	background-color: #add8e6;
	border: 1px solid transparent;
	text-transform: uppercase;
	letter-spacing: 1px;
	/*font-size: 16px; font-size: 1rem;*/
	line-height: 20px; line-height: 1.250rem;
	width: 100%;
	border-radius: 0;
}
.rabatt_code_box:hover {
	background-color: #fff;
}
.rabatt_code_box input {
	background-color: #fff;
	float: left;
	margin: 0;
}
.rabatt_code_button {
	float: left;
}
.rabatt_code_button input {
	margin: 0 0 0 10px; margin: 0 0 0 0.625rem;
	padding: 10px 20px; padding: 0.625rem 1.250rem;
	text-align: center;
	color: #fff;
	background-color: #add8e6;
	border: 1px solid transparent;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 20px; line-height: 1.250rem;
	border-radius: 0;
	float:left;
}
.rabatt_code_button input:hover {
	background-color: #105c8f;
}
.useddiscount {
	width: 100%;
	float: left;
}
.deletediscount {
	background: transparent;	
	border: 0 none;
}
.agbcheckbox input {
	height: auto;
}
.telecash-btn {
	float: none !important;
	margin: 0 auto !important;
}
input.change-adress-btn {
	height: 2.25rem !important;
}
#contentright ul li {
	/*margin-left: 1rem;
	padding: 3px 0;*/
}
#contentright ul li:before {
	font-family: 'FontAwesome';
	/*content: '\f105';*/
	margin:0 5px 0 -15px;
	position: absolute;
}
#contentright nav ul li:before,
#contentright ul.wizard li:before {
	content: none;
	margin: 0;
	position: inherit;
	font-family: inherit;
}
#contentright ul.wizard li {
	margin: 0;
	padding: 0;
}
.paymentimages img {
	max-height: 30px;
	padding-left: 5px;
}
.paddernbild {
	margin-bottom: -1.35%;
}

.handyapp {
	background-image:url(../../images/IMAGE/Anzeige FirstCareKit-images.jpg);
}
button:disabled,
button[disabled],
button:hover:disabled,
button[disabled]:hover,
button[disabled]:focus, 
button[disabled]:active {
	background-color: #ccc;
}

a.fa-facebook:hover {
    box-shadow: 0 0 0 2px #39599B;
    background-color: #2e55a6;
    color:white;
}

a.fa-facebook {
    background-color: #39599B;
    box-shadow: 0 0 0 0 #39599B;
    font-size: 2em;
    padding-top:10px;
}

a.fa-instagram {
    background-color: #125688;
    box-shadow: 0 0 0 0 #125688;
    font-size: 2em;
    padding-top:9px;
	color: white;
}

a.fa-instagram:hover {
    box-shadow: 0 0 0 2px #125688;
    color:white;
}

a.fa-twitter {
    background-color: #55ACEE;
    box-shadow: 0 0 0 0 #55ACEE;
    font-size: 2em;
    padding-top:9px;
	color: white;
}

a.fa-twitter:hover {
    box-shadow: 0 0 0 2px #55ACEE;
    color:white;
}

.btn-icon-md-footer {
    display: inline-block;
    overflow: hidden;
    /*text-indent: -5000px;*/
    white-space: nowrap;
    position: relative;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 0 0 0 #ed1b2f;
    background-color: #ed1b2f;
    transition: box-shadow .15s ease,background-color .15s ease;
    color: white;
    border: 0 none;
    padding: 0;
    width: 40px;
    height: 40px;
    padding: 0;
}
a.btn-icon-md-footer {
	color: #fff;
}
.popover {
	max-width: 450px;
}
.popover-content {
	float: left;
}
.underline {
	text-decoration: underline;
}
.faq {
	margin: 15px 0;
}
.question {
	text-align: left;
	font-size: 16px; font-size: 1rem;
	color: #5b616b !important;
	width: 100%;
	white-space: unset;
}
.answer {
	font-size: 16px; font-size: 1rem;
	padding: 15px;
	line-height: 25px;line-height: 1.563rem;
	background-color: #f5f5f5;
	margin-top: 10px;
}
.footer_to_bottom {
	position: absolute;
	bottom: 0;
}
/* Custom, iPhone Retina */ 
@media screen and (min-width:480px) {
	.logo a {
		height: 30px;
		background-image: url(../../images/IMAGE/mbraun-logo-v3.png);
		margin-left: 35px;
	}
	.basket-item .item-qty {
		float: inherit;
	}
	.basket-total-line {
		font-size: 14px;font-size: 0.875rem;
	}
	.ship-adr-table-icon {
		padding: 0 10px; padding: 0 0.625rem;
	}
}
@media screen and (min-width:768px) {
	.mobilelogin .loginpwhelp {
		text-align: right;
	}
	.QuantityBoxBasket {
		width: 55px;
		/*margin: 0 !important;*/
	}
	.DeleteBasketLine {
		margin-left: 0;
	}
	.basket-total-line {
		border: 0 none;
		text-align: right;
		font-size: 1rem;
	}	
	.basket-delete-all input, .basket-refresh input {
		margin: 0;
	}	
	.basket-total-line span {
		width: 150px;
	}
	.basket-total-line .txt-medium {
		font-size: 1.250rem;
	}
	.question {	
		font-size: 22px; font-size: 1.375rem;
	}
}
@media screen and (min-width:768px) and (max-width:1199px) {
	.item-sm-0 {		
		border-left: 1px solid #f0f0f0;
	}	
}
@media screen and (max-width:767px) {
	.row-pad-left-zero {		
		padding-left: 15px; padding-left: 0.938rem;
	}
	.row-pad-right-15-sm {
		padding-right: 15px; padding-right: 0.938rem;
	}
	.row-pad-top-20-sm {
		padding-top: 20px; padding-top: 1.250rem;
	}	
}
@media screen and (min-width:992px) {
	.logo a{
		height: 40px;
		background-image: url(../../images/IMAGE/mbraun-logo-v3.png);
		margin-left: 0;
		max-width: 10.375rem;
	}
	.login.mobile,
	.register.mobile {
		display: none;
	}
	.login.desktop {
		display: block;
	}
	.mobilelogin {
		display: none;	
	}	
	.itemlist .itempic {
		height: 200px;		
	}
	.itemlist:hover {
		box-shadow: 0 0 10px rgba(0,0,0,.2);
		border: 1px solid transparent;
	}	
	.item-md-2 {
		border-right: 1px solid #f0f0f0;
		border-left: 1px solid #f0f0f0;
	}	
}
@media screen and (min-width:1200px) {
	/*.basket-checkout input {
		font-size: 22px; font-size: 1.375rem;
	}*/
}
/* Content.CSS stop */

/* Mobile */

/* Extra Small Devices, Phones */
@media only screen and (min-width : 320px) {
	.sm-pad-img {
		padding-left: 0;
		padding-right: 0;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 480px) {
	h1 {
		font-size: 35px; font-size: 2.188rem;
		line-height: 40px; line-height: 2.500rem;
	}
	.h1-small{
		font-size: 25px; font-size: 1.5625rem;
		line-height: 30px; line-height: 1.875rem;
	}
	h2 {
		font-size: 30px; font-size: 1.875rem;
		line-height: 35px; line-height: 2.188rem;
	}	
	.h2-small{
		font-size: 18px; font-size: 1.125rem;
		line-height: 32px; line-height: 2rem;
	}
	h3 {
		font-size: 22px; font-size: 1.375rem;
		line-height: 25px; line-height: 1.563rem;
	}
	h4 {
		
	}
	h5 {
		
	}	
}

/* Tablet and bigger */
@media screen and (min-width:768px) {	

	.input-group {
		padding-left: 10px; padding-left: 0.625rem;
	}	
	.cbox {
		padding: 30px 50px 50px 50px; padding: 1.875rem 3.125rem 3.125rem 3.125rem;
	}	
	.flex-list ul.shipping {
		max-width: 400px;
	}
	.flex-list ul.payment {
		max-width: 600px;
	}
	.sm-border-top-white {
		border-top: 1px solid #fff;
	}
	.sm-border-bottom-white {
		border-bottom: 1px solid #fff;
	}
	.sm-border-right-white {
		border-right: 1px solid #fff;
	}
	.sm-border-left-white {
		border-left: 1px solid #fff;
	}
	.sm-border-white {
		border: 1px solid #fff;
	}
	.sm-border-top-grey {
		border-top: 1px solid #ccc;
	}
	.sm-border-bottom-grey {
		border-bottom: 1px solid #ccc;
	}
	.sm-border-right-grey {
		border-right: 1px solid #ccc;
	}
	.sm-border-left-grey {
		border-left: 1px solid #ccc;
	}
	.sm-border-grey {
		border: 1px solid #ccc;
	}	
	.border-between-grey {
		border-right: 1px solid #ccc;
		border-bottom: 0 none;
	}
	.fa-btn-big {
		font-size: 22px; font-size: 1.375rem;
	}
	.sm-border-right-lightgrey {
		border-right: 1px solid #f5f5f5;
	}
	.sm-border-last-no-border:last-child {
		border: 0 none;
	}
	h4 {
		font-size: 18px; font-size: 1.125rem;
		background-color: #2e8ac8;
		color: #fff;
		padding: 8px; padding: 0.5rem;
		margin-bottom: 0.75rem;	
	}
	.sm-pad-img {
		padding-left: 15px;
		padding-right: 15px;
	}
	.clear-both-downloads .downloadblock:nth-child(3n+4) {
		clear: both;
	}
}
@media screen and (min-width:992px) {
	li.burger {
		display: block;
	}
	.bottomnav {
		display: none;
	}
	/***** ASIDE *****/
	a.callbackbtn {
		right: 0;
		position: fixed;
		top: 100%;
		margin-top: -175px;
		z-index: 2;
		background: url(../../images/IMAGE/phone.png) 10px center no-repeat transparent;
		height: 42px;
		width: 50px;
	}
	a.companybtn{
		right: 0;
		position: fixed;
		top: 100%;
		margin-top: -175px;
		z-index: 2;
		background: url(../../images/IMAGE/company.png) 10px center no-repeat transparent;
		height: 42px;
		width: 50px;
	}		
	a.companybtn:hover,
	a.callbackbtn:hover,
	a.mailbtn:hover {
		right: 5px;
		transition-duration: 0.3s, 0.3s;
		transition-delay: 0.3s, 0s;	
	}		
	a.mailbtn{
		right: 0;
		position: fixed;
		top: 100%;
		margin-top: -125px;
		z-index: 2;
		height: 42px;
		width: 50px;
		background: url(../../images/IMAGE/mail.png) 10px center no-repeat transparent;
	}
	a.transbtn:hover {
		right: 5px;
		transition-duration: 0.3s, 0.3s;
		transition-delay: 0.3s, 0s;	
	}		
	a.transbtn{
		right: 0;
		position: fixed;
		top: 100%;
		margin-top: -125px;
		z-index: 2;
		height: 42px;
		width: 50px;
		background: url(../../images/IMAGE/Let-Me-Ship.png) 10px center no-repeat transparent;
	}
	.register-message textarea {
		height: 674px !important; height: 42.125rem !important;
	}
	.contact-message textarea {
		height: 232px !important; height: 14.500rem !important;
	}
	.basket-message textarea {
		height: 165px !important; height: 10.313rem !important;
	}
	.clear-both-megamenu ul:nth-child(4n+5) {
		clear: both;
	}
	.big-border {
  		height: 438px;
	}
	.menu-right-on-desktop {
		position: absolute;
		right: 0!important;
	}
}
/* Desktop */
@media screen and (min-width:1200px) {
	main {
		/*padding: 15px; padding: 0.938rem;*/
	}
	a.callbackbtn {
		top: 50%;
		margin-top: 0;
	}

	a.companybtn{
		top: 50%;
		margin-top: 0;
	}
	
	a.mailbtn {
		top: 50%;
		margin-top: 50px;
	}
	a.transbtn {
		top: 50%;
		margin-top: 100px;
	}
		
}

/* Only mobile */
@media screen and (max-width:991px) {
	.fixed-mobile {
		position: fixed;
		width: 100%;
		z-index: 1;
	}
	.animated-arrow {
		top: 40px;
	}
	.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
		color: #008bd2;
	}
	.wsoffcanvasopener .animated-arrow {
		margin-left: 0;
		background-color: #008bd2!important;
		top: 0;
	}

}
/* Only mobile */
@media screen and (max-width:480px) {
	.txt-small-mobile {
		font-size: 8px;font-size: 0.5rem;
	}
}

/* Browser-Hack */
/* IE 8,9,10 */

@media screen\0 {
	input[type="text"], input[type="password"], input[type="email"], select { 
		height: 30px; height: 1.875rem;
		line-height: 24px; line-height: 1.5rem;
	}	
	input.quantitybox {
		margin: 13px 0 0 0; margin: 0.813rem 0 0 0;
	}
}

/* Internet Explorer 11+ */

_:-ms-fullscreen, :root .ie11up {
	input[type="text"], input[type="password"], input[type="email"], select { 
		height: 30px; height: 1.875rem;
		line-height: 24px; line-height: 1.5rem;		
	}
	input.quantitybox {
		margin: 13px 0 0 0; margin: 0.813rem 0 0 0;
	}	
}
select::-ms-expand {
  display:none;
}












/* Filter */

#filter {
	float: left;
	clear: left;
	width: 100%;
	padding: 0 5px;
	margin-top: 0;
	background-color: #f9f9f9;
}

.filterinner {
	float: left;
	clear: left;
	width: 100%;
}

.filtercategory {
	border-bottom: 0.1em #ccc solid;
	padding: 0.5em 0;
	float: left;
	clear: left;
	width: 100%;
}

.filterheadline.selected {
	margin-bottom: 5px;
}	

.fa-angle-collapse {
	float: right;
	width: 15px;
	height: 15px;
	margin-top: 7px;
}

.filterline {
	width: 100%;
	float: left;
	clear: left;
	margin: 1em 0;
	border-top: 0.1em solid #ccc;
}	

.filtertopheadline {
	color: #2e8ac8;
	line-height: 20px;line-height: 1.250rem;
	padding: 0;
	margin-bottom: 0;
	margin-top: 20px;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;font-size: 0.750rem;
	font-family: Arial, "Open Sans";
	letter-spacing: 1px;
	width: 100%;
	float: left;
	font-weight: 300;
}
.filtertopheadline::before, .filtertopheadline::after {
	background-color: #ececec;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

.filtertopheadline::before {
	right: 0.5em;
	margin-left: -50%;
}

.filtertopheadline::after {
	left: 0.5em;
	margin-right: -50%;
}

a.filterheadline {
	display: block;
	font-size: 14px;font-size: 0.875rem;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	width: 100%;
}	

a.filterheadline .fa-angle-collapse:before { 
	content: "\f105";
}

a.filterheadline.selected .fa-angle-collapse:before { 
	content: "\f107";
}

a.filterheadline:hover .fa-angle-collapse:before { 
	color: #e96f2c;
}

a.filterheadline.selected:before:hover { 
	content: "\f106";
}


input.deleteFilter {
	margin: 1em 0;width: 100%;
}

.filtercategory ul {
	padding: 0;
}

.filtercategory ul li {
	list-style-type: none;
	display: block;
	float: left;
	line-height: 17px;line-height: 1.063rem;
	margin-bottom: 5px;margin-bottom: 0.313rem;
	font-size: 12px;font-size: 0.750rem;
	width: 100%;
}

span.dyncheckbox, span.dynradio {
	display: block;
	float: left;
	background-color: #fff;
	margin-right: 5px;
	background: url(../../images/IMAGE/checkbox.png) left center no-repeat;
	height: 15px;
	width: 15px;
	background-size: 100%;
}
	
span.dyncheckbox.checked, span.dyncheckbox:hover, ul.toggle li:hover span.dyncheckbox {
	background: url(../../images/IMAGE/checkbox_checked.png) left center no-repeat;
	background-size: 100%;
}

.filterbox:hover {
	position: relative;
}

.tooltip-top[data-tooltip]:hover:after {
	content: attr(data-tooltip);
	padding: 0.5em;
	position: absolute;
	left: 0;
	top: -4.5em;
	white-space: nowrap;
	z-index: 20px;
	background-color: #000;
	color: #333;
	box-shadow: 0 0 0.5em #888;
	border-radius: 0.5em;
	border: 0.1em solid  #cd1719;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	height: 2em;line-height: 2em;
}

.arrow:after, .arrow:before {
/*	position: absolute;*/
/*	width: 0;height: 0;*/
/*	content: "";top: -3.6em;*/
/*	left: 50%;*/
/*	border: solid transparent;*/
/*	pointer-events: none;*/
}

.filterbox:hover .arrow {
/*	display: block;*/
}

.arrow {
/*	display: none;*/
/*	position: relative;*/
}

.arrow:before {
/*	border-width: 0.5em;*/
/*	border-top-color:  #cd1719;*/
}

span.dynradio {
	background: url(../../images/IMAGE/radiobtn.png) left center no-repeat;
}

span.dynradio.checked, span.dynradio:hover, ul.toggle li:hover span.dynradio {
	background: url(../../images/IMAGE/radiobtn_checked.png) left center no-repeat;
}

@media screen and (min-width:992px) {
	#filter {
		display: block!important;
		visibility:visible!important; 		
		margin-top: 1rem;
	}	
}	

/* Filter ende */