
html {height:100%;/*overflow-y:scroll;*/ }
body {
	font-family: "Helvetica", sans-serif;
	background: #BFD0E4 !important;
	/*background: #fff !important;*/
	font-size: 13px !important;
}

a {cursor:pointer;}
.wrapper {
	overflow: hidden;
}
/* ====== General ====== */
hr { margin-top: 15px;}
img { max-width: 100%; }
/* fix for IE */
/*.logo-wrap a img {
    width: 100%;
}*/
/* additional spacer class*/
.margin-top{
	margin-top:1.5em;
}
.margin-small-top{
	margin-top:.5em;
}
.margin-bottom{
	margin-bottom:1.5em;
}
.margin-small-bottom{
	margin-bottom:.5em;
}
/* - Headings - */
h1,h2,h3,h4,h5,h6 {
	margin: 1.2em 0 0.75em;
	margin: 0 0 0.75em;
	font-family: "Georgia",serif !important;
	color: #004494;
}
h1 { font-size: 1.3em; margin-top:0; line-height: 1.4em; font-weight: bold;}
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.3em; }

.page-title {
	margin-top: 0;
	font-size: 1.6em;
}
/** Workaround - disable when db is cleaned **/
/*#cms-page .product-description ul li+br,
#product-detail-description #description ul li+br{display:none;}*/
/* - Popovers - */
.popover-content {
	overflow: hidden;
}
h3.popover-title {
  text-align: center;
}
.no-overflow{overflow:hidden;}
.text-grid {
	-webkit-column-count: 3;
	-webkit-column-gap: 35px;
	-moz-column-count: 3;
	-moz-column-gap: 35px;
	column-count: 3;
	column-gap: 35px;
}
.text-grid>li {
display: inline-block;
width: 100%;
} 

.hidden-xxs {
	display: block;
}
.visible-xxs {
	display: none;
}
body.is-touch-device #mobFilterSubmit,body.is-touch-device #mobFilterReset {display:block !important; visibility:visible !important;}
#catfilterform ul #mobFilterSubmit {
  padding: 0;
}
#mobFilterSubmit button.mobFilterSubmitButton {
  -webkit-appearance: none;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px 0;
  background: #0C4D9A;
  /*background:#BFD0E4;*/
  color: #fff;
}
body.is-touch-device #mobFilterSubmit {display:block !important; visibility:visible !important;}

@media (max-width: 460px) {
	.hidden-xxs {
	display: none!important;
	}
	.visible-xxs {
		display: block!important;
	}
}
@media (min-width:768px) {
.padding-small .col-lg-1, .padding-small .col-lg-10, .padding-small .col-lg-11, .padding-small .col-lg-12, .padding-small .col-lg-2, .padding-small .col-lg-3, .padding-small .col-lg-4, .padding-small .col-lg-5, .padding-small .col-lg-6, .padding-small .col-lg-7, .padding-small .col-lg-8, .padding-small .col-lg-9, 
.padding-small .col-md-1, .padding-small .col-md-10, .padding-small .col-md-11, .padding-small .col-md-12, .padding-small .col-md-2, .padding-small .col-md-3, .padding-small .col-md-4, .padding-small .col-md-5, .padding-small .col-md-6, .padding-small .col-md-7, .padding-small .col-md-8, .padding-small .col-md-9, 
.padding-small .col-sm-1, .padding-small .col-sm-10, .padding-small .col-sm-11, .padding-small .col-sm-12, .padding-small .col-sm-2, .padding-small .col-sm-3, .padding-small .col-sm-4, .padding-small .col-sm-5, .padding-small .col-sm-6, .padding-small .col-sm-7, .padding-small .col-sm-8, .padding-small .col-sm-9, 
.padding-small .col-xs-1, .padding-small .col-xs-10, .padding-small .col-xs-11, .padding-small .col-xs-12, .padding-small .col-xs-2, .padding-small .col-xs-3, .padding-small .col-xs-4, .padding-small .col-xs-5, .padding-small .col-xs-6, .padding-small .col-xs-7, .padding-small .col-xs-8, .padding-small .col-xs-9 {
	padding-right: 8px;
	padding-left: 8px;
}
.row.padding-small,
.padding-small .row,
.form-horizontal .form-group.padding-small {
margin-right: -8px;
margin-left: -8px;
}
}
.no-float {float:none;}
.read-more {
	font-family: "Georgia",serif;
	font-weight: normal;
	color: #024792;
}
.read-more:before {
	font-family: "FontAwesome";
	content: "\f0da";
	font-size: 1em;
	line-height: 0;
	height: 6px;
	margin-right: 5px;
}
/* - Form Elements - */
.form-control {
font-size: 12px;
}
input.form-control {
	padding: 0.35em 0.3em !important;
	line-height: 1em;
	/*height: auto;
	border-radius: 0;*/
	margin-bottom: 0.5em;
}
*:focus,
.form-control:focus {
	outline:none !important;
}
.form-control:focus {
	box-shadow: none !important;
}
.radio input[type=radio], .radio-inline input[type=radio] {
  margin-top: -5px;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox]{
  margin-top: 2px;
}
@media (min-width: 768px){
.form-horizontal .control-label { text-align: left;}
}
.nice-text {
	font-family: "Georgia",serif !important;
  	font-style: italic;
  	font-size: 12px;
}

.instyle_error .checkbox, .instyle_error .checkbox-inline, .instyle_error .control-label, .instyle_error .help-block, .instyle_error .radio, .instyle_error .radio-inline, .instyle_error.checkbox label, .instyle_error.checkbox-inline label, .instyle_error.radio label, .instyle_error.radio-inline label, label.instyle_error,
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label, label.has-error {
  color: #B51512 !important;
}
.has-error .form-control,
.form-control.has-error,
input.has-error,
input.instyle_error {
  border-color: #B51512 !important;
}
.instyle_error ::-webkit-input-placeholder
.has-error ::-webkit-input-placeholder { /* WebKit browsers */
   color:    #B51512 !important;
   opacity:  0.7;
}
.has-error :-moz-placeholder,
.instyle_error :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #B51512 !important;
   opacity:  0.7;
}
.has-error ::-moz-placeholder,
.instyle_error ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #B51512 !important;
   opacity:  0.7;
}
.has-error :-ms-input-placeholder,
.instyle_error :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #B51512 !important;
   opacity:  0.7;
}
/*#anlasssuche,*/
.sidebox .search-group,.sidebox .form-group {
	padding: 5px 0;
}
.sidebox .form-group {
margin-bottom: 5px;
}
.offcanvas .quick_add_mob .search-button,
.offcanvas .featured {
box-shadow: inset -4px 0px 4px 0 rgba(0,0,0,0.15);
}
.search-group input.form-control,
.search-group .input-group-btn button {
	padding: 0.5em 1em !important;
	height: 38px;
}
.search-group input {background: #F7F7F7;}
.search-group button.search-button {
	display: block;
	background: rgb(241,241,234); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU1ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(241,241,234,1) 0%, rgba(230,229,216,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,241,234,1)), color-stop(100%,rgba(230,229,216,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(241,241,234,1) 0%,rgba(230,229,216,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(241,241,234,1) 0%,rgba(230,229,216,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(241,241,234,1) 0%,rgba(230,229,216,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(241,241,234,1) 0%,rgba(230,229,216,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1ea', endColorstr='#e6e5d8',GradientType=0 ); /* IE6-8 */

	box-shadow: inset 0 0 0 1px #fff;
	border: 1px solid #ccc;
	font-family: "Georgia",serif;
	color: #666460;
	width: 50px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

#sidebar-right .search-group button.search-button {width:38px;padding: 0.5em !important;}
.search-group button.search-button:hover,
.search-group button.search-button:focus {
	background: rgb(236,241,247); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZjFmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGUzZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(236,241,247,1) 0%, rgba(216,227,239,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,241,247,1)), color-stop(100%,rgba(216,227,239,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(236,241,247,1) 0%,rgba(216,227,239,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(236,241,247,1) 0%,rgba(216,227,239,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(236,241,247,1) 0%,rgba(216,227,239,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(236,241,247,1) 0%,rgba(216,227,239,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf1f7', endColorstr='#d8e3ef',GradientType=0 ); /* IE6-8 */

	color: #0D4094;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
#search-offcanvas .search-group input.form-control{
	height: 34px !important;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
outline: thin dotted;
outline: 0px auto -webkit-focus-ring-color;
outline-offset: 0;
}
/* Links */
.wrapper a, .wrapper a:hover { color: #024792; }

/* - Buttons - */
button.btn-glossy, input.btn-glossy, .btn-glossy,
button.btn-glossy:hover, input.btn-glossy:hover, .btn-glossy:hover {
	font-size: 1.1em;
	text-align: center;
	font-weight: normal;
	color: #fff !important;
	border: 1px solid #c30010;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.4);
	background: rgb(218,96,97); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0NSUiIHN0b3AtY29sb3I9IiNkYTYwNjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNjMzAwMTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(218,96,97,1) 45%, rgba(195,0,16,1) 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,rgba(218,96,97,1)), color-stop(90%,rgba(195,0,16,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(218,96,97,1) 45%,rgba(195,0,16,1) 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(218,96,97,1) 45%,rgba(195,0,16,1) 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(218,96,97,1) 45%,rgba(195,0,16,1) 90%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(218,96,97,1) 45%,rgba(195,0,16,1) 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da6061', endColorstr='#c30010',GradientType=0 ); /* IE6-8 */

	font-family: "Georgia",serif;
	padding: 0.4em 1em;
	border-radius: 6px;
	outline: none;	
}
	button.btn-glossy:active, input.btn-glossy:active, .btn-glossy:active,
	button.btn-glossy:focus, input.btn-glossy:focus, .btn-glossy:focus {
		box-shadow: inset 0 2px 2px rgba(0,0,0,0.2);
		padding: 0.4em 1em;
	}

	button.btn-glossy[disabled], .btn-glossy[disabled],
	button.btn-glossy.disabled, input.btn-glossy.disabled, .btn-glossy.disabled,
	button.btn-glossy.disabled:hover, input.btn-glossy.disabled:hover, .btn-glossy.disabled:hover {
		background: rgb(170,170,170); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0NSUiIHN0b3AtY29sb3I9IiNhYWFhYWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiM2NjY2NjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(170,170,170,1) 45%, rgba(102,102,102,1) 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,rgba(170,170,170,1)), color-stop(90%,rgba(102,102,102,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(170,170,170,1) 45%,rgba(102,102,102,1) 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(170,170,170,1) 45%,rgba(102,102,102,1) 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(170,170,170,1) 45%,rgba(102,102,102,1) 90%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(170,170,170,1) 45%,rgba(102,102,102,1) 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#666666',GradientType=0 ); /* IE6-8 */

		border-color: #555;
		box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25);
		opacity: 0.4;
	}

/* Blue */
button.btn-blue, input.btn-blue, .btn-blue,
button.btn-blue:hover, input.btn-blue:hover, .btn-blue:hover,
button.btn-blue:focus, input.btn-blue:focus, .btn-blue:focus,
button.btn-blue:active, input.btn-blue:active, .btn-blue:active {
	background: rgb(124,159,200); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0NSUiIHN0b3AtY29sb3I9IiM3YzlmYzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiMwYTRiOTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(124,159,200,1) 45%, rgba(10,75,153,1) 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,rgba(124,159,200,1)), color-stop(90%,rgba(10,75,153,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(124,159,200,1) 45%,rgba(10,75,153,1) 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(124,159,200,1) 45%,rgba(10,75,153,1) 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(124,159,200,1) 45%,rgba(10,75,153,1) 90%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(124,159,200,1) 45%,rgba(10,75,153,1) 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c9fc8', endColorstr='#0a4b99',GradientType=0 ); /* IE6-8 */

	border-color: #0a4b99;
}

/* Lightblue */
button.btn-lightblue, input.btn-lightblue, .btn-lightblue, 
button.btn-lightblue:hover, input.btn-lightblue:hover, .btn-lightblue:hover, 
button.btn-lightblue:focus, input.btn-lightblue:focus, .btn-lightblue:focus, 
button.btn-lightblue:active, input.btn-lightblue:active, .btn-lightblue:active {
background: rgb(243,247,250); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0NSUiIHN0b3AtY29sb3I9IiNmM2Y3ZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNkZGU2ZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(243,247,250,1) 45%, rgba(221,230,241,1) 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,rgba(243,247,250,1)), color-stop(90%,rgba(221,230,241,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(243,247,250,1) 45%,rgba(221,230,241,1) 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(243,247,250,1) 45%,rgba(221,230,241,1) 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(243,247,250,1) 45%,rgba(221,230,241,1) 90%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(243,247,250,1) 45%,rgba(221,230,241,1) 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f7fa', endColorstr='#dde6f1',GradientType=0 ); /* IE6-8 */

border-color: #D9E3EF;
padding: 0.4em 1em;
border-radius: 6px;
color:#0a4b99;
font-family: "Georgia",serif;
text-align:left;
line-height:1.2em;
}
#newsletter button.btn-lightblue {
	width:100%;
}
.btn-lightblue img {
position: absolute;
right: 30px;
top: -4px;
}
/* Unstyled */
button.btn-unstyled, input.btn-unstyled {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	background: none;
	padding: 0;
}

/* - Dropdown - */
button.dropdown-big {
	width: auto;
}
	.dropdown-big button.dropdown-toggle,
	.dropdown-big button.dropdown-toggle:hover {
		width: 100%;
		border-radius: 0;
		box-shadow: none;
		color: #555;
		border: 1px solid #cfcfc9;
		font-weight: normal;
		text-align: left;
		background: rgb(246,245,243); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjVmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(246,245,243,1) 0%, rgba(237,237,234,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,245,243,1)), color-stop(100%,rgba(237,237,234,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(246,245,243,1) 0%,rgba(237,237,234,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(246,245,243,1) 0%,rgba(237,237,234,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(246,245,243,1) 0%,rgba(237,237,234,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(246,245,243,1) 0%,rgba(237,237,234,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f3', endColorstr='#ededea',GradientType=0 ); /* IE6-8 */

		position: relative;
	}
		.dropdown-big button.dropdown-toggle:after {
			content: "\f0d7";
			font-family: "FontAwesome";
			position: absolute;
			right: 0;
			top: 0;
			padding: 0.85em 1em;
			border-left: 1px solid #cfcfc9;
			height: 100%;
			font-size: 1.25em;
			background: rgb(246,245,243); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjVmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(246,245,243,1) 0%, rgba(237,237,234,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,245,243,1)), color-stop(100%,rgba(237,237,234,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(246,245,243,1) 0%,rgba(237,237,234,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(246,245,243,1) 0%,rgba(237,237,234,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(246,245,243,1) 0%,rgba(237,237,234,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(246,245,243,1) 0%,rgba(237,237,234,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f3', endColorstr='#ededea',GradientType=0 ); /* IE6-8 */

		}
			.dropdown-big button.dropdown-toggle:active,
			.dropdown-big button.dropdown-toggle:focus,
			.dropdown-big button.dropdown-toggle:active:after,
			.dropdown-big button.dropdown-toggle:focus:after {
				content: "\f0d8";
				background: rgb(237,237,234); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY1ZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(237,237,234,1) 0%, rgba(246,245,243,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,234,1)), color-stop(100%,rgba(246,245,243,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(237,237,234,1) 0%,rgba(246,245,243,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(237,237,234,1) 0%,rgba(246,245,243,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(237,237,234,1) 0%,rgba(246,245,243,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(237,237,234,1) 0%,rgba(246,245,243,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededea', endColorstr='#f6f5f3',GradientType=0 ); /* IE6-8 */

			}

		.dropdown-big button.dropdown-toggle .dropdown-label {
			font-size: 0.85em;
			display: block;
			font-family: "Helvetica",sans-serif;
			color: #999;
			overflow: hidden;
		}
		.dropdown-big button.dropdown-toggle .dropdown-value {
			display: block;
			font-size: 1.2em;
			overflow: hidden;
		}

		.dropdown-big ul.dropdown-menu {
			width: 100%;
			margin: -1px 0 0;
			padding: 0;
			box-shadow: none;
			border-radius: 0;
			border: 1px solid #cfcfc9;
			background: #f6f5f3;
		}
			.dropdown-big ul.dropdown-menu li a {
				color: #777;
				padding: 0.5em 1em;
			}
				.dropdown-big ul.dropdown-menu li a:hover {
					color: #666;
					background: #e7e7e7;
				}
			.dropdown-big ul.dropdown-menu li.active a,
			.dropdown-big ul.dropdown-menu li.active a:hover {
				color: #fff;
				background: #babaad;
			}
/* small btn bootstrap overwrite */
.btn-group-sm>.btn, .btn-sm {
  padding: 5px 5px !important;
  font-size: 12px !important;
  line-height: 1.5;
  border-radius: 4px !important;
}
/* - Lists - */
ul {
	margin-top: 0;
}

/* - Panel - */
.panel.panel-blue {
	border-radius: 0;
	border-top: none;
	box-shadow: none;
background: rgb(226,234,243); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZWFmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWUzZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(226,234,243,1) 0%, rgba(217,227,239,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,234,243,1)), color-stop(100%,rgba(217,227,239,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(226,234,243,1) 0%,rgba(217,227,239,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(226,234,243,1) 0%,rgba(217,227,239,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(226,234,243,1) 0%,rgba(217,227,239,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(226,234,243,1) 0%,rgba(217,227,239,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eaf3', endColorstr='#d9e3ef',GradientType=0 ); /* IE6-8 */

	border-bottom: 1px solid #0a4b99;
}
	.panel.panel-blue .panel-heading {
		padding-top: 1em;
		padding-bottom: 0;
		font-size: 1.2em;
		font-family: "Georgia",serif;
		color: #0a4b99;
		margin-top: 0;
		font-weight: bold;
	}
	.panel.panel-blue .panel-body {
	padding: 10px 15px;
	}
	.logo-mobile {
background: rgb(226,234,243); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZWFmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWUzZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(226,234,243,1) 0%, rgba(217,227,239,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,234,243,1)), color-stop(100%,rgba(217,227,239,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(226,234,243,1) 0%,rgba(217,227,239,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(226,234,243,1) 0%,rgba(217,227,239,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(226,234,243,1) 0%,rgba(217,227,239,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(226,234,243,1) 0%,rgba(217,227,239,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eaf3', endColorstr='#d9e3ef',GradientType=0 ); /* IE6-8 */
height: 75px;
}
	/*.logo-mobile .panel {background: transparent url(../img/header_mob.png) no-repeat right bottom;}*/
	.logo-mobile .panel {
		margin-bottom: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		background: rgb(215,225,239); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q3ZTFlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiM2M2ZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(215,225,239,1) 0%, rgba(179,198,222,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(215,225,239,1)), color-stop(100%,rgba(179,198,222,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(215,225,239,1) 0%,rgba(179,198,222,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(215,225,239,1) 0%,rgba(179,198,222,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(215,225,239,1) 0%,rgba(179,198,222,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(215,225,239,1) 0%,rgba(179,198,222,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e1ef', endColorstr='#b3c6de',GradientType=0 ); /* IE6-8 */

	}
/*	.logo-mobile .panel-heading {
		padding: 15px 7px;
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0 auto;
	}
	.logo-mobile .bglogo {
		background-image: url(../img/bibelonline_logo.png);
		background-image: url(../img/bibelonline_logo.svg);
		background-size: initial !important;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		width: 100%;
		height: 70%;
		position: absolute;
		top: 15%;
		left: 0.5em;
		right: 0;
		bottom: 0;
		margin: 0 auto;
	}*/
	.logo-mobile .panel-heading {
		padding-top: 0 !important;
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		/* position: absolute; */
		/* top: 0; */
		/* left: 0; */
		/* right: 0; */
		/* bottom: 0; */
		margin: 0;
		padding:0 8px;
	}
	.logo-mobile .bglogo {
		background-image: url(../img/bibelonline_logo_s.png);
		background-image: url(../img/bibelonline_logo.svg);
		background-size: initial !important;
		background-repeat: no-repeat;
		background-position: 0 0;
		width: 180px;
		height: 58px;
		margin: 8px 0 0;
	}
	button.head-btn-account, button.head-btn-loginout {
		position: absolute;
		right: 15px;
		top: 5px;
		font-size: 10px;
		padding: 4px 8px;
		display: block;
		background: rgb(236,241,247); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZjFmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGUzZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(236,241,247,1) 0%, rgba(216,227,239,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,241,247,1)), color-stop(100%,rgba(216,227,239,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(236,241,247,1) 0%,rgba(216,227,239,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(236,241,247,1) 0%,rgba(216,227,239,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(236,241,247,1) 0%,rgba(216,227,239,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(236,241,247,1) 0%,rgba(216,227,239,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf1f7', endColorstr='#d8e3ef',GradientType=0 ); /* IE6-8 */

		box-shadow: inset 0 0 0 1px #fff;
		border: 1px solid #ccc;
		font-family: "Georgia",serif;
		font-size: 1em;
		color: #0D4094;
		width: 90px;
		text-align: left;
	}
	button.head-btn-account i, button.head-btn-loginout i {
		/*padding:0 5px 0 10px;*/
		padding: 0;
	}
a.home-btn button {
margin-left: 5px;
}

button.head-btn-loginout {
    top: 38px;
}
.btn-header {cursor:pointer;}
/* - Lists - */
.category-list {}
.category-list .nav-tabs li a {font-size:1em;}
	.category-list li a {
		display: block;
		padding: 0.5em 0.3em;
		color: #004494;
		font-size:0.9em;
	}
	.category-list>li>a {
		font-weight: bold;
		border-bottom: 1px solid #BFD0E4;
	}
		.category-list>li:first-child>a {
			border-top: 1px solid #BFD0E4;
		}
	.category-list ul.dropdown-menu {
		background:	#efeee8;
		border-bottom: 1px solid #BFD0E4 !important;
	}
	
	.categories li.hide-in-menu {
		display: none;
	}

	.category-list li.dropdown.open > ul.dropdown-menu,
	.category-list li.dropdown.active > ul.dropdown-menu,
	.category-list li.dropdown.stay-visible > ul.dropdown-menu {display:block !important;}
		.category-list ul.dropdown-menu li a {
			padding: 0.3em 0.5em;
		}
.category-list .dropdown.level0 > a:after {
	content: '\f0da';
	font-family:'FontAwesome';
	position:absolute;
	right:5px;
}
.category-list .dropdown.level0.active > a:after,
.category-list .dropdown.level0.open > a:after {
	content: '\f0d7';
	font-family:'FontAwesome';
	position:absolute;
	right:5px;
}

/* - Gemeindekatalog - */
#gemeindekatalog {}
	#gemeindekatalog a { text-decoration:none !important; }
	#gemeindekatalog .accordion-group {
		border: 1px solid #BFD0E4;
		border-bottom: none;
	}
	#gemeindekatalog .accordion-group:last-child {
		border-bottom: 1px solid #BFD0E4;
	}
	#gemeindekatalog .accordion-heading {}
		#gemeindekatalog .accordion-heading a {
			font-family: "Georgia", serif;
			background-color: #BFD0E4;
			padding:7px 10px;
			display:inline-block;
			width:100%;
		}
		#gemeindekatalog .accordion-heading a.collapsed {
			background-color:#fff;
		}
	#gemeindekatalog .accordion-body .articles {
		padding:15px;
	}
		#gemeindekatalog .accordion-body .articles .article-box {
			padding: 3px 26px;
		}
		#gemeindekatalog .accordion-body .articles .article-box:hover {
			background-color: #ECF5FF;
		}
			#gemeindekatalog .accordion-body .articles .input-wrap,
			#gemeindekatalog .accordion-body .articles .sku-wrap,
			#gemeindekatalog .accordion-body .articles .name-wrap,
			#gemeindekatalog .accordion-body .articles .price-wrap {
				padding-left:4px;
				padding-right:4px;
			}
			#gemeindekatalog .accordion-body .articles .sku-wrap,
			#gemeindekatalog .accordion-body .articles .name-wrap,
			#gemeindekatalog .accordion-body .articles .price-wrap {
				padding-top:4px;
			}


			#gemeindekatalog .accordion-body .articles .article-box-header {
				padding: 0 15px 8px 15px;
				display: inline-block;
				width: 100%;
			}
			#gemeindekatalog .accordion-body .articles .article-box-header .input-wrap,
			#gemeindekatalog .accordion-body .articles .article-box-header .sku-wrap,
			#gemeindekatalog .accordion-body .articles .article-box-header .name-wrap,
			#gemeindekatalog .accordion-body .articles .article-box-header .price-wrap {
				font-weight: 600;
				padding:0;
			}
			#gemeindekatalog .accordion-body .articles .accordion-group {
				width: 95%;
				margin-left: 2.5%;
			}
#gemeindekatalog-form .submit-cart {
	margin-top:20px;
}



/* - Tabs - */
.nav-tabs {
	border-color: #BFD0E4;
	background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMTUlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 80%, rgba(221,221,221,1) 115%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(80%,rgba(255,255,255,1)), color-stop(115%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 80%,rgba(221,221,221,1) 115%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 80%,rgba(221,221,221,1) 115%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 80%,rgba(221,221,221,1) 115%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 80%,rgba(221,221,221,1) 115%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-8 */

}
	.nav-tabs li {
		font-size: 0.9em;
		font-family: "Georgia",serif;
		font-weight: bold;
	}
		.nav.nav-tabs li a {
			outline: none;
			border-radius: 0;
			color: #004494;
			border: none;
			padding: 0.5em 0.75em;
		}

		.nav-tabs li:not(.active) a:hover {
			border-color: transparent;
			background: none !important;
		}

	.nav-tabs li.active { top: 0; }
		.nav-tabs li.active a {
			border-radius: 0;
top: 0;
border: 1px solid #BFD0E4 !important;
border-bottom-color: transparent !important;
		}

.tabs-wrapper { clear: both; }

.tab-pane {
	position: relative;
	top: -1px;
	border: 1px solid #BFD0E4;
	border-top: none;
	box-sizing: border-box;
	padding: 2em 1em 1em;
}
@media (max-width: 767px) {
	.tab-content>.tab-pane {
		display: block;
		visibility: visible;
	}
}
/* Alternatives Tab-Design */
.nav-tabs-alternate {}

	.nav-tabs.nav-tabs-alternate li:not(:last-child) {
		margin-right: 0.5em;
	}
	.nav-tabs.nav-tabs-alternate li a {
		padding: 0.5em 1.5em !important;
		font-family: "Helvetica",sans-serif;
	}
	.nav-tabs.nav-tabs-alternate li:not(.active) a {
		position: relative;
		border-radius: 0;
		box-shadow: none;
		border: 1px solid #BFD0E4;
		border-bottom: none;
		background: rgb(236,241,247); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZjFmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYWU0ZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(236,241,247,1) 0%, rgba(218,228,240,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,241,247,1)), color-stop(100%,rgba(218,228,240,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(236,241,247,1) 0%,rgba(218,228,240,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(236,241,247,1) 0%,rgba(218,228,240,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(236,241,247,1) 0%,rgba(218,228,240,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(236,241,247,1) 0%,rgba(218,228,240,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf1f7', endColorstr='#dae4f0',GradientType=0 ); /* IE6-8 */

	}


/* -- Carousel -- */
/*.carousel-wrapper {
	margin: 1em 0 2em;
}
*/
/* -- Off Canvas -- */
.canvas {
	width: 100%;
	height: 100%;
	position: relative;
	transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transition: 0.4s ease all;
	-moz-transition: 0.4s ease all;
	-webkit-transition: 0.4s ease all;
	-ms-transition: 0.4s ease all;
}

.canvas.show-offcanvas-left {
	transform: translateX(240px);
	-webkit-transform: translateX(240px);
	-moz-transform: translateX(240px);
	-ms-transform: translateX(240px);
}
.canvas.show-offcanvas-right {
	transform: translateX(-240px);
	-webkit-transform: translateX(-240px);
	-moz-transform: translateX(-240px);
	-ms-transform: translateX(-240px);
}

.offcanvas {
	width: 240px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -9999999em;
	right: -9999999em;
	background: #E3E3E3;
	box-sizing: border-box;
}
	.offcanvas-left { left: -240px; right: auto; }
	.offcanvas-right { right: -240px;  left: auto; }

	/* - Headings in Offcanvases - */
	.offcanvas-header {
		font-size: 1.15em;
		margin: 0;
		padding: 0.9em 1em 0.85em;
		color: #fff;
		text-align: left;
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjI4Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.28) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0.28))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.28) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.28) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.28) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.28) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#47000000',GradientType=0 ); /* IE6-8 */

		border-top: 1px solid rgba(0,0,0,0.02);
		border-bottom: 1px solid rgba(0,0,0,0.18);
		box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	}
	
	.offcanvas .offcanvas-header button {
		display: block;
		width: 44px;
		height: 42px;
		padding: 0;
		background: rgb(176,176,176); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IwYjBiMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNGE0YTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(176,176,176,1) 0%, rgba(164,164,164,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(176,176,176,1)), color-stop(100%,rgba(164,164,164,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(176,176,176,1) 0%,rgba(164,164,164,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(176,176,176,1) 0%,rgba(164,164,164,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(176,176,176,1) 0%,rgba(164,164,164,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(176,176,176,1) 0%,rgba(164,164,164,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0b0b0', endColorstr='#a4a4a4',GradientType=0 ); /* IE6-8 */

		text-shadow: 0px 1px 0px rgba(54, 54, 54, 0.3);
		box-shadow: inset rgb(193, 193, 193) 1px 0px 0px 0px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border: 1px solid rgb(148, 148, 148);
		border-width: 0 0 0 1px;
		position: absolute;
		right: 0;
		color: #F6F6F6;
		top: 1px;
	}
	.offcanvas .offcanvas-list li button {
		width: 39px;
		height: 18px;
		padding: 0;
		background: none;
		text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
		box-shadow: rgba(255, 255, 255, 0.5) 1px 0px 0px 0px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border: 1px solid rgba(160, 160, 160, 0.5);
		border-width: 0 1px 0 0px;
		color: #6E6E6E;
		margin-right: 10px;
		margin-left: -10px;
	}
	.featured {
		background: #0A4B99;
	}
	/* - Tabs in Offcanvases - */
	.nav-tabs.nav-tabs-offcanvas {
		border: none;
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjI0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zNCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(0,0,0,0.24) 0%, rgba(0,0,0,0.34) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.24)), color-stop(100%,rgba(0,0,0,0.34))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.24) 0%,rgba(0,0,0,0.34) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.24) 0%,rgba(0,0,0,0.34) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.24) 0%,rgba(0,0,0,0.34) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.24) 0%,rgba(0,0,0,0.34) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d000000', endColorstr='#57000000',GradientType=0 ); /* IE6-8 */

	}
		.nav-tabs.nav-tabs-offcanvas li a,
		.nav-tabs.nav-tabs-offcanvas li a:hover,
		.nav-tabs.nav-tabs-offcanvas li.active a,
		.nav-tabs.nav-tabs-offcanvas li.active a:hover,
		.nav-tabs.nav-tabs-offcanvas li a:focus,
		.nav-tabs.nav-tabs-offcanvas li.active a:focus {
			border: none;
			background: none;
		}

		.nav-tabs.nav-tabs-offcanvas li {
			/*width: 50%;*/
			width:100%;
			margin: 0;
		}
		.nav-tabs.nav-tabs-offcanvas li a,
		.nav-tabs.nav-tabs-offcanvas li a:hover {
			display: block;
			margin: 0;
			padding: 0.95em 0 0.85em;
			text-align: center;
			font-weight: normal;
			font-size: 1.2em;
			color: #fff;
			border-bottom: 1px solid rgba(0,0,0,0.07);
		}

		.nav-tabs.nav-tabs-offcanvas li.active a,
		.nav-tabs.nav-tabs-offcanvas li.active a:focus,
		.nav-tabs.nav-tabs-offcanvas li.active a:hover {
			color: #eee;
			/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.35) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.15)), color-stop(100%,rgba(0,0,0,0.35))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.35) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.35) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.35) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.35) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#59000000',GradientType=0 ); /* IE6-8 */

			box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
			border-bottom: 1px solid rgba(0,0,0,0.3);
			position: static;
			position: relative;
		}
			.nav-tabs.nav-tabs-offcanvas li.active a:after {
				width: 0;
				height: 0;
				border-left: 10px solid transparent;
				border-right: 10px solid transparent;
				border-top: 9px solid #626262;
				display: block;
				content: "";
				position: absolute;
				left: 50%;
				bottom: -7px;
				margin-left: -10px;
			}

		.offcanvas .tab-pane {
			padding: 0;
			border: none;
		}

	/* - Lists in Offcanvases - */
	.offcanvas-list {
		margin: 0;
		overflow: hidden;
	}
		.offcanvas-list li {}
			.offcanvas-list li:nth-child(even) {
				background: rgba(0,0,0,0.05);
			}
			.offcanvas-list li a {
				display: block;
				padding: 0.9em 2.2em 0.85em 1.2em;
				color: #666;
				/*height: 39px;*/
				text-decoration: none;
				position: relative;
				outline: none;
			}
				.offcanvas-list li a:hover,.offcanvas-list li a:focus,.offcanvas-list li a:active { color: #666; }
				.offcanvas-list li li a {
					padding: 0.8em 2.2em 0.6em 2.8em;
					font-size:0.9em;
					
				}
		.dropdown-menu>li>a {
		white-space: normal;
		}
		.offcanvas-link-list li.dropdown > a:after {
			content: "\f105";
			font-family: "FontAwesome";
			right: 1em;
			position: absolute;
			opacity: 0.65;
		}
			.offcanvas-link-list li a:hover:after {
				opacity: 1;
			}
			.offcanvas-link-list li a:active {
				position: relative;
				left: 1px;
			}

	/* - Modal - */
	.modal-bibelonline {}
		.modal.modal-bibelonline .modal-content { border-radius: 0; }
			.modal-bibelonline .modal-header {
				padding: 1.3em 1.5em;
				margin: 0;
				font-size: 1.15em;
				color: #666;
			}
				.modal-bibelonline .modal-header p:last-child { margin: 0; }
				.modal-bibelonline .modal-header .modal-title {
					font-size: 1.4em;
					color: #024792;
				}

	/*** Dropdown in Off-Canvas ***/
	.dropdown-accordion-menu ul.dropdown-menu,
	.offcanvas-link-list ul.dropdown-menu {
		position: static;
		margin: 0;
		padding: 0;
		float: none;
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0;
	}
.offcanvas-info-text {
font-size: 0.9em;
padding: 8px 5px 3px;
line-height: 1.6em;
}
.offcanvas-info-text small {
font-style: italic;
font-size: 11px;
line-height: 1.2em;
color: #777;
margin-bottom: 10px;
display: block;
}
.quick_add_mob {}
.quick_add_mob .input-group input, .quick_add_mob .input-group-btn button {
border-radius: 0px;
margin: 0px;
}
/* - Read More - */
.readmore-element {
	
	position: relative;
	overflow: hidden;
}
.readmore-element.readmore-hidden {
	height: 200px;
}

.readmore-link {
	width: 100%;
	margin: 3em 0 -0.5em;
	text-align: center;
}
	.readmore-hidden .readmore-link {
		position: absolute;
		bottom: 0;
		left: 0;
		margin: 0;
		padding: 120px 0.5em 1em;
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 71%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(71%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 71%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 71%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 71%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 71%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

	}

	.readmore-link button.btn {
		padding: 0.65em 1em !important;
		font-size: 0.9em;
	}
		.readmore-link button i {
			margin-right: 0.5em;
			font-size: 1.2em;
			position: relative;
			top: 0.05em;
		}


/* -- CMS Page Styles -- */
.cms-page h3, .cms-page h4 {
	font-family: "Helvetica", sans-serif !important;
	font-size: 1.1em;
	font-weight: bold;
}
	.cms-page h4 {
		color: #333;
		font-size: 1em;
	}
#form-page .support-text table {
	border: 1px solid #BFD0E4;
  	outline-color: #BFD0E4;
  	width:100%;
  }
#form-page .support-text tbody {
  padding:5px;
  	float: left;
  	width:100%;
}
#cms-page .product-description table, #cms-page .product-description tbody, #cms-page .product-description tr, #cms-page .product-description table td {
  padding: 2px 5px;
  border: 1px solid #CFCFCF;
  outline-color: #666;
}
#form-page .support-text table td {padding: 2px 25px 2px 2px;}
#cms-page .product-pic {margin-left:1.5em}
/*#cms-page ul li {margin-bottom:1em;}
#cms-page ul li + br {display:none;}*/

@media screen and (max-width: 550px) {
#form-page .support-text table,
#cms-page .product-description table {
  font-size:11px;
  max-width:100%;
  overflow-x: scroll;
}	
}
/* - Blocks - */
.block {
	margin: 0 0 1.5em;
	overflow: hidden;
	padding: 1em 1em 1.5em;
	border: 1px solid #BFD0E4;
}
.select-block-item,
.payment-radio-item {
  margin-bottom: 1.4em;
}
.equal-height-wrapper.row {
  margin-bottom: 1.5em;
}
.payment-radio-item .block,
.equal-height-item .block {height:100%; padding:3em 1em 0;position:relative;}
.select-block-item .block{  padding: 3em 1em 0 !important;}
.payment-radio-item .block {
  padding: 33px 0 0 !important;
}
/** SEPA Form styling **/
.bankdata-form label,
.bankdata-form input {float:left; font-size:12px;}

.bankdata-form label {width:20%;}
.bankdata-form input[type=text] {
    width:80%;
    font-size: 12px;
    display: block;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.bankdata-form label[for="usebilling"] {width:80%; float:right; margin-top:5px}

.bankdata-form p {margin:3px 0;width:100%;float:left;}
.bankdata-form p.description {margin-top:1.5em;}

.button-block.equal-height-item { margin: 0 0 1.5em;}
.owl-carousel .equal-height-item {margin: 0;}
.form-horizontal .payment-radio-item .radio, .form-horizontal .payment-radio-item .radio-inline {padding-top:0;}
.button-block {
  padding-bottom: 3em !important;
}
.button-block .blockbox-button {
	position: absolute;
  	bottom: 5px;
	width: 100%;
  	left: 8px;
  	padding: 0 4px;
}
@media (max-width:768px) {
	.button-block {
		padding-bottom: 1em !important;
	}
	.button-block .blockbox-button {
		position: relative;
	  	bottom: initial;
		width: 100%;
	  	left: initial;
	  	display:inline-block;
	}
	.button-block .blockbox-button span.col-sm-6 { 
		display:block;
		margin-bottom: 2px;
	}
}
.payment-radio-item .payment-logo {padding:2em 0 1em; cursor:pointer;}
.payment-radio-item .payment-logo img {text-align:center;  width: auto;
  max-height: 40px;}
#cms-page .block {
	margin: 1em 0 2em;
	padding: 1.5em;
}
	.block-title {
		font-family: "Helvetica", sans-serif !important;
		font-weight: bold;
		font-size: 1em;
	}
	.payment-radio-item .block-title,
	.equal-height-item .block-title {
		border-radius: 0;    
		box-shadow: none;    
		border: 1px solid #BFD0E4;    
		border-width: 0 0 1px 0;
		padding: 0.5em 1em;
		/*font-size: 1.2em;*/
		background: rgb(236,241,247);    
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);    
		background: -moz-linear-gradient(top, rgba(236,241,247,1) 0%, rgba(218,228,240,1) 100%);    
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,241,247,1)), color-stop(100%,rgba(218,228,240,1)));    
		background: -webkit-linear-gradient(top, rgba(236,241,247,1) 0%,rgba(218,228,240,1) 100%);    
		background: -o-linear-gradient(top, rgba(236,241,247,1) 0%,rgba(218,228,240,1) 100%);    
		background: -ms-linear-gradient(top, rgba(236,241,247,1) 0%,rgba(218,228,240,1) 100%);    
		background: linear-gradient(to bottom, rgba(236,241,247,1) 0%,rgba(218,228,240,1) 100%);    
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf1f7', endColorstr='#dae4f0',GradientType=0 );
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
	/* Blocks with Pictures */
	.block.block-with-pics .block-pics {
		width: 19%;
		float: left;
	}
		.block.block-with-pics .block-pics li {
			margin-bottom: 1.5em;
			text-align: center;
		}
	.block.block-with-pics .block-content {
		width: 76%;
		float: right;
	}

	/* Block without Borders */
	.block-plain {
		border: none;
		padding: 0;
	}


	/* - Headings in Blocks - */
	.block h4, .block h5 {
		margin: 0.5em 0;
		font-size: 1em;
		font-weight: bold;
		color: #000;
		font-family: "Helvetica",sans-serif !important;
	}
		.block h4:first-child { margin-top: 0; }

		.block h5 {
			font-weight: normal;
			font-style: italic;
			color: #000;
		}

		/* Headings in Block without Borders */
		.block-plain h4 {
			color: #004494;
		}
		.block-plain h5 {
			color: #333;
			font-weight: bold;
			font-style: normal;
		}





/* ====== Structure ====== */

/* -- Top Nav -- */
.topnav-mobile { display: none; }
.topnav-inner {
	font-family: "Georgia", serif;
	font-size: 12px;
	background: rgb(229,228,215); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTRkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(229,228,215,1) 0%, rgba(241,241,234,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,228,215,1)), color-stop(100%,rgba(241,241,234,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(229,228,215,1) 0%,rgba(241,241,234,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(229,228,215,1) 0%,rgba(241,241,234,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(229,228,215,1) 0%,rgba(241,241,234,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(229,228,215,1) 0%,rgba(241,241,234,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e4d7', endColorstr='#f1f1ea',GradientType=0 ); /* IE6-8 */

	border-bottom: 1px solid #cacab9;
}
	.topnav ul { margin: 0; }
	.topnav li { display: inline-block; }
		
	.topnav .dropdown-menu {min-width: inherit;width:auto;border-top-right-radius:0px;border-top-left-radius:0px;border-top:none;margin-top:1px;}
	.topnav .dropdown-menu li { display: block;width:100%;font-size:0.8em;line-height:1em; }
	.topnav .dropdown-menu li a {white-space: nowrap;}
		
		.topnav li a {
			color: rgba(0,0,0,0.7);
			display: block;
			padding: 0.5em 0.85em;
			text-decoration:none;
		}
	.topnav a.dropdown-toggle:after {
		content:'\f0d7';
		font-family: 'FontAwesome';
		margin-left:3px;
	}
	.topnav-right {
		text-align: right;
	}



/* -- Header -- */
.header {
	background: #fff;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.header-inner {
	position: relative;
	overflow:hidden;
	border-bottom: 1px solid #1d3893;
	background: rgb(226,234,243);
/*background: rgb(226,234,243);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZWFmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNmQ1ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(226,234,243,1) 0%, rgba(198,213,231,1) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,234,243,1)), color-stop(100%,rgba(198,213,231,1))); 
background: -webkit-linear-gradient(top,  rgba(226,234,243,1) 0%,rgba(198,213,231,1) 100%);
background: -o-linear-gradient(top,  rgba(226,234,243,1) 0%,rgba(198,213,231,1) 100%);
background: -ms-linear-gradient(top,  rgba(226,234,243,1) 0%,rgba(198,213,231,1) 100%);
background: linear-gradient(to bottom,  rgba(226,234,243,1) 0%,rgba(198,213,231,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eaf3', endColorstr='#c6d5e7',GradientType=0 ); 
*/
	/* background: url("../img/header.png") left top no-repeat; */
	/* background-size: cover; */
	/*height: 186px;*/
	height: 156px;
}
@media (max-width: 991px) {
	.header-inner {
		border-bottom: 1px solid rgba(29, 56, 147, 0.3);
	}
}

/*div.header-inner:after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url("../img/header.png") 275px top no-repeat;
}*/
div.header-inner img.header-image {
    position: absolute;
    left: 275px;
    top: 0;
    z-index: 0;
    max-width: 100%;
    height: 100%;
	width:auto;
}
@media (min-width: 992px) and (max-width:1200px){
  /*div.header-inner:after {background-position: 50% top;background-position: 255px top;}*/
  div.header-inner img.header-image {
    left: 258px;
  }
  #zahlungsweisen p {text-align:center; width:90%}
	#zahlungsweisen img {
		/* max-height: 17px; */
		/* width: auto; */
		margin-bottom: 3px;
	}
 .sidebox-boxed .sidebox-title {font-size: 1.4em !important;}
 .bankdata-form label,
.bankdata-form input[type=text] {
		width:100%;float:none
	}
.bankdata-form label[for="usebilling"] {width:90%; float:right; margin-top:5px}

}
/*@media (max-width: 992px) {
	.header-inner:after {
		background-position: 265px top;
	}
}*/

	/* Logo */
	.logo-wrap {
		width: 275px;
		height: 100%;
		position: absolute;
		background: rgb(215,225,239); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q3ZTFlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiM2M2ZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(215,225,239,1) 0%, rgba(179,198,222,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(215,225,239,1)), color-stop(100%,rgba(179,198,222,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(215,225,239,1) 0%,rgba(179,198,222,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(215,225,239,1) 0%,rgba(179,198,222,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(215,225,239,1) 0%,rgba(179,198,222,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(215,225,239,1) 0%,rgba(179,198,222,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e1ef', endColorstr='#b3c6de',GradientType=0 ); /* IE6-8 */

		z-index:2;
	}
	.logo-wrap a {
		display: block;
		width: 100%;
		height: 100%;
		/*position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0 auto;*/
	}
		.bglogo {
			background-image: url(../img/bibelonline_logo.png);
			background-image: url(../img/bibelonline_logo.svg);
			background-size: initial !important;
			background-repeat: no-repeat;
			background-size: 100% 100%;
			width: 210px;
			height: 68px;
			/*width: 75%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;*/
			margin: 15% auto 0;
		}
		.no-image {
			background-image: url(../images/no-image.png);
			background-image: url(../images/no-image.svg);
			background-size: initial !important;
			background-repeat: no-repeat;
			background-size: 100% 100%;
			width: 100%;
		  height: 0;
		  padding-bottom: 100%;
		  margin: 0;
		  border:1px solid #BECFE3;
		}
	/* Warenkorb */
	.warenkorb-mobile { display: none; }
	.warenkorb {
		margin-top: 0.9em;
		margin-bottom: 0;
		padding-right: 0;
		float: right;
		z-index:1;
	}
		.warenkorb-header {
			background: #fff;
			padding: 1em;
			box-sizing: border-box;
			font-size: 0.9em;
			position: relative;
		}
		/*	.warenkorb-header:after {
				content: "";
				position: absolute;
				right: 12px;
				top: 10px;
				width: 28px;
				height: 32px;
				background: url("../img/icons/icon_shopping_cart.gif") center bottom no-repeat;
			}*/
		.warenkorb-header:after {
		  content: "content: "\f07a";";
		  content: "\f07a";
		  font-family: 'FontAwesome';
		  font-size: 25px;
		  position: absolute;
		  right: 12px;
		  top: 10px;
		  width: 28px;
		  height: 32px;
		  /* background: url("../img/icons/icon_shopping_cart.gif") center bottom no-repeat; */
		}
			.warenkorb-header h2 {
				font-size: 1em;
				margin: 0 !important;
				font-weight: bold;
				font-family: "Georgia", serif;
			}

			.warenkorb-header p { margin: 0; }

		.warenkorb-links {
			background: #D4E0ED;
		}
			.warenkorb-links li a {
				/*padding: 0.3em 1em;*/
				padding: 0.18em 1em;
				display: block;
				border-bottom: 1px solid #fff;
			}

			.warenkorb-links li a:before {
				height: 16px;
				width: 16px;
				display: inline-block;
				content: "";
				margin-top: 0.25em;
				margin-bottom: -0.25em;
				margin-right: 0.8em;
			}

			.warenkorb-link-anmeldung a:before { background: url("../img/icons/key.png") center no-repeat; }
			.warenkorb-link-konto a:before { background: url("../img/icons/user.png") center no-repeat; }
			.warenkorb-link-kasse a:before { background: url("../img/icons/coins.png") center no-repeat; }
			
.warenkorb-modal .related-products-warenkorb {position:relative;padding: 0 26px 25px;}
.warenkorb-modal .related-cart-products-carousel {padding-top:15px;}
.warenkorb-modal .related-cart-products-carousel .products-carousel-item {
text-align: left;
}
/** Step Box over Basket **/
@media (max-width:480px){

	.step_box ul.nav-tabs li {
		width:100%;
	}
		.step_box ul.nav-tabs li a {
			border-left:1px solid #BFD0E4 !important;
			border-right:1px solid #BFD0E4 !important;
			border-top:none !important;
			border-bottom:none !important;
		}

		.step_box ul.nav-tabs li.active a {
			background: #BFD0E4 !important;
		}

		.step_box ul.nav-tabs li#first_step a {
			border-top:1px solid #BFD0E4 !important;
			border-bottom:none !important;
		}

		.step_box ul.nav-tabs li#last_step a {
			border-bottom:1px solid #BFD0E4 !important;
			border-top:none !important;
		}

}


/** Desktop basket ***/
.basket .table_row.block {
  padding: 1em 0 !important;
  margin:0 0 1.5em;
}
@media screen and (min-width:768px){
.basket a.thumb_image,.basket a.no_image {
  padding: 0 !important;
}
}
/* -- Main Content -- */
.breadcrumb-wrap {
	font-size: 0.9em;
}
	#breadcrumb-inner {
		margin: 0 0 2em;
		padding: 0.6em 0.4em;
		border-top: 1px solid #BFD0E4;
		border-bottom: 1px solid #BFD0E4;
	}
	.breadcrumb-wrap p {
		margin: 0 0.75em 0 0;
		color: #777;
		display: inline-block;
	}
	.breadcrumb-wrap a { color: #333; }
	
	.breadcrumb-wrap ol {
		margin: 0;
		padding: 0;
		display: inline;
	}
	.breadcrumb-wrap li {
		display: inline;
	}
		.breadcrumb-wrap li:not(:last-child):after {
			content: "/";
			margin-left: 0.5em;
			margin-right: 0.2em;
			color: #999;
		}

.main-inner {
	background: #fff;
	padding-bottom: 2em;
}
@media (max-width: 991px) {
	#sidebar-right {
		margin-top: 1.5em;
	}
	.main-inner {
	padding-bottom: 1em;
	}
}
.frame {
border: 0.083em solid #c2d1e3;
border-right: 0;
border-bottom: 0;
}
/* -- Sidebars -- */
.sidebox {
	margin: 1.5em 0 1em;
}
	.sidebox:first-child {
		margin-top: 0;
	}
.sidebox-boxed {
	padding: 1.5em 1.5em 1em;
	font-size: 0.9em;
	background: #F2F1EC;
	color: #666;
	border-bottom: 1px solid #ccc;
}
.sidebox-boxed.zoomer {
	padding: 0.4em 1.5em 0.5em;
	margin-top: -1em;
}
	.sidebox-boxed .sidebox-title {
		margin: 0 0 0.75em !important;
		font-size: 1.5em;
		font-family: "Georgia", serif;
		color: #004494;
	}
	.sidebox-boxed .sidebox-content {
		margin: 0px 0 10px;
		padding: 0;
	}
	.sidebox-boxed strong.sidebox-title {font-weight:normal; margin:10px 0 5px;}
	.sidebox-boxed .sidebox-content {}
	.sidebox-boxed .sidebox-content p:last-child { margin-bottom: 0; }

	/* -- Zoom Buttons -- */
	.zoomer {}
		.zoomer button {
			display: inline-block;
			margin-left: 0.5em;
			font-family: "Georgia",serif;
		}
			.zoomer button:active {
				position: relative;
				top: 1px;
			}
		.zoom-button-2 { font-size: 1.3em; }
		.zoom-button-3 { font-size: 1.6em; }

		.zoomed-2 { font-size: 1.5em !important; }
		.zoomed-3 { font-size: 1.85em !important; }


	/* - Product Sidebar - */
	.category-dropdown { display: none; }
	.category-list { display: block; }

	#subcategory-dropdown { display: none; }
	.subcategory-list { display: block; }

	.category-navigation {
		margin-top: 1em;
		margin-bottom: 2em;
	}

/* -- Category Filter -- */

#catfilterform {
	float: left;
	width: 100%;
	padding: 0 15px 0px;
}
	#catfilterform ul {
		list-style-type:none;
		padding: 15px 0;
		  margin: 0;
		float: left;
		display: block;
		background: #F2F1EC;
	}
		#catfilterform ul li {
			display: inline-block;
			/*margin: 4px 25px 4px 0;*/
		}
		
			#catfilterform ul li input {
				float:left;
				margin-right:5px;
				cursor:pointer;
				margin-top:2px;
			}
			
			#catfilterform ul li label {
				display:inherit;
				margin-bottom:0;
				font-weight:normal;
				cursor:pointer;
				color: #024792;
			}

/** filter mobile view **/
@media (max-width: 419px) {
	
	#catfilterform ul.collapse {
		display: none;
	}
	
	#catfilterform ul.collapse.in {
		display:block;
	}
	#catfilterform ul {padding:0;}
	#catfilterform ul li {
		margin: 0px 25px 0px 0;
		display: block;
		width:100%;
		float: left;
		padding-top: 5px;
		border-bottom: 1px solid #fff;
	}
	#catfilterform ul li input {
	  min-height: 18px;
	  min-width: 18px;
	  margin-left: -25px !important;
	  margin-top: -1px !important;
	}
	.checkbox label {
	  min-height: 20px;
	  padding-left: 25px;
	}
	#catfilterform a.btn-filter-toggle {
		width: 100%;
		display: block !important;
		visibility:visible !important;
		float: left;
		text-align: center;
		background: #0C4D9A !important;
		padding: 0 15px;
		color: #fff !important;
		font-size: 1em;
		height: 40px;
		line-height: 40px;
		vertical-align: middle;
		font-family: "Georgia",serif;
		font-weight: normal;
		text-decoration: none;
	}
	#mobFilterSubmit,#mobFilterReset {display:block !important; visibility:visible !important;}
	
	#catfilterform a.btn-filter-toggle:before,
	#catfilterform a.btn-filter-toggle:after {
	  content: "\f106";
	  display: block;
	  font-family:'FontAwesome';
	  font-size: 20px;
	  text-rendering: auto;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	  transform: translate(0, 0);
	  float:right;
	  line-height: 40px;
	}
	#catfilterform a.btn-filter-toggle:before {float:left}
	
	#catfilterform a.btn-filter-toggle.collapsed:before,
	#catfilterform a.btn-filter-toggle.collapsed:after {
	  content: "\f107";
	}
}
.checkbox, .radio {
  position: relative;
  display: block;
   margin-top: 10px; 
   margin-bottom: 10px; 
}
@media (min-width: 420px) {
	.checkbox, .radio {
	   margin-top: 0px; 
	   margin-bottom: 0px; 
	}
	#catfilterform ul.collapse {display:block !important;visibility: visible !important;}
	body.is-touch-device #catfilterform ul.collapse {
	  padding-bottom: 50px;
	  position: relative;
	}
	body.is-touch-device #catfilterform ul #mobFilterSubmit{
	  padding: 0;
	  width: 100%;
	  position: absolute;
	  bottom: 0;
	  left: 0;
	}
}


/* -- Product Grid -- */
.product-grid {  float: left;max-width:100%;  width: 100%;}

	.category-title {
		font-size: 1.6em;
		line-height: 1.2em;
		margin: 0 0 1em !important;
	}

	.product-grid .product {
		overflow: hidden;
		border-top: 0.083em solid #bfd0e4;
		padding-bottom: 10px;
		padding-top: 15px;
	}
	@media (max-width:580px) {
		.product-grid .product {
			height:auto !important;
		}
	}
		.product-grid .product-label {
			margin: 0;
			font-size: 0.9em;
			font-weight: bold;
			padding: 0.3em 0.5em;
			font-family: "Georgia",serif;
			background: #F6F5F1;
			border-bottom: 1px solid #ccc;
		}
		.product-grid .product-title {
			margin-top: 0.5em;
			font-family: "Georgia", serif;
			font-size: 1.2em;
			font-weight: bold;
		}

		.product-grid .product-pic {
			margin: 0;
			margin-right: 1em;
			margin-bottom: 0.5em;
			max-width: 100px;
			float: left;
		}
		
		.product-pic.col-xs-4,
		.product-pic.col-xs-5 {padding:0;}

		.product-grid .product-description {
			padding-left: 0 !important;
		}

		.product-grid .product-read-more,
		.product-grid .cms-read-more {
			font-family: "Georgia",serif;
			font-weight: bold;
			font-size: 0.9em;
			color: #024792;
			margin: 1.25em 0 1.5em;
		}
			.product-grid .cms-read-more:before,
			.product-grid .product-read-more:before {
				font-family: "FontAwesome";
				content: "\f0da";
				font-size: 1em;
				line-height: 0;
				height: 6px;
				margin-right: 5px;
			}
		#themenwelten .product-pic {
			margin: 0;
			margin-right: 0em;
			margin-bottom: 0.5em;
			max-width: 100px;
			float: left;
		}
		#themenwelten .product-description p.desc {
			line-height: 1.4;
    		font-size: 12px;
		}
		#themenwelten .product-description {
		    padding-right: 0;
		}
		#themenwelten .product-teasertext {
		    padding: 0 0 0 10px;
		}
		#themenwelten .tw-button {
			margin-top: 5px;
		}
		#themenwelten .tw-button a {font-size:1em;}
		#tw-image img {
			width:100%;
			height: auto;
		}
		.product-price-box {
			border: 1px solid #BFD0E4;
			padding: 0.5em;
			margin: 0 0 1em;
			overflow: hidden;
		}

			.product-price-box .pseudo .price {
				color: #a00;
				text-decoration: line-through;
				font-size: .9em;
			}

			.product-price {
				font-size: 1.15em;
				/*font-weight: bold;*/
			}
				.product-price del {
					font-weight: normal;
					color: #b7161a;
				}
				.product-price ins {
					display: block;
					text-decoration: none;
				}
			.product-shoppingcart-box {
				clear: both;
				overflow: hidden;
				height: auto;
			}
				.product-amount {
					width: 40px;
					float: left;
				}
					.product-amount input {
						text-align: right;
						max-width: 100%;
						padding: 0 0.2em !important;
						height: 32px;
					}

				.product-shoppingcart-button-wrapper {
					float: none;
					width: auto !important;
					overflow: hidden;
					/*margin: 0;*/
					padding-left: 0.5em;
					height: 32px;
				}
					.btn.product-shoppingcart-button {
						width: 100% !important;
						/*font-size: 0.9em !important;*/
						height: 32px;
						/*padding: 0.25em 0.5em !important;*/
					}

		.product-shipping-info {
			margin: 0;
			font-size: 0.9em;
		}
			.product-shipping-info a { color: #888; }
		.footer-shipping-info {margin-left:8px;}
		#footer a:hover{color:#fff !important;}
		/* Product Type */
		.product-type {
			float: right;
		}
			.product-type:before {
				content: "";
				height: 22px;
				width: 22px;
				display: block;
				background-size: cover !important;
				background: center right no-repeat;
			}
			.product-type-0005:before,
			.product-type.book:before { background-image: url("../img/icons/2x/book_open.png"); }
			
			.product-type-0007:before,
			.product-type.cd-software:before { background-image: url("../img/icons/2x/cd_software.png"); }
			.product-type-00xx:before,
			.product-type.cd-default:before { background-image: url("../img/icons/2x/cd_default.png"); }
			.product-type-00xx:before,
			.product-type.cd-audio:before { background-image: url("../img/icons/2x/cd_audio.png"); }
			.product-type-0008:before,
			.product-type.cd-video:before { background-image: url("../img/icons/2x/cd_video.png"); }
			
			.product-type-0006:before,
			.product-type.accordance:before { background-image: url("../img/icons/2x/download_accordance.png"); }
			.product-type-0006:before,
			.product-type.accordance-update:before { /*background-image: url("../img/icons/2x/download_accordance_update.png");*/background-image: url("../img/icons/2x/download_accordance.png"); }
			
			.product-type-0001:before,
			.product-type.download-default:before { background-image: url("../img/icons/2x/download_default.png"); }
			.product-type-0004:before,
			/*.product-type.download-audio:before { background-image: url("../img/icons/2x/download_audio.png"); }*/
			.product-type.download-audio:before { background-image: url("../img/icons/2x/cd_audio.png"); }
			.product-type-0002:before,
			.product-type.download-software:before { background-image: url("../img/icons/2x/download_software.png"); }
			.product-type-0009:before,
			.product-type.ebook-epub:before { background-image: url("../img/icons/2x/ebook_epub.png"); }
			.product-type-0003:before,
			.product-type.ebook-pdf:before { background-image: url("../img/icons/2x/ebook_pdf.png"); }
			/** diverses **/
			.product-type-0010 {display:none;}
			.product-type-0010:before { background-image: url("../img/icons/2x/dbg_icn.png"); }
			
			@media print {
				.product-type:before {
					height: 30px;
					width: 30px;
					transform: scale(.66);
				}
				.product-type-0005:before,
				.product-type.book:before { content: url("../img/icons/2x/book_open.png"); }
				
				.product-type-0007:before,
				.product-type.cd-software:before { content: url("../img/icons/2x/cd_software.png"); }
				.product-type-00xx:before,
				.product-type.cd-default:before { content: url("../img/icons/2x/cd_default.png"); }
				.product-type-00xx:before,
				.product-type.cd-audio:before { content: url("../img/icons/2x/cd_audio.png"); }
				.product-type-0008:before,
				.product-type.cd-video:before { content: url("../img/icons/2x/cd_video.png"); }
				
				.product-type-0006:before,
				.product-type.accordance:before { content: url("../img/icons/2x/download_accordance.png"); }
				.product-type-0006:before,
				.product-type.accordance-update:before { /*content: url("../img/icons/2x/download_accordance_update.png");*/content: url("../img/icons/2x/download_accordance.png"); }
				
				.product-type-0001:before,
				.product-type.download-default:before { content: url("../img/icons/2x/download_default.png"); }
				.product-type-0004:before,
				.product-type.download-audio:before { content: url("../img/icons/2x/download_audio.png"); }
				.product-type-0002:before,
				.product-type.download-software:before { content: url("../img/icons/2x/download_software.png"); }
				.product-type-0009:before,
				.product-type.ebook-epub:before { content: url("../img/icons/2x/ebook_epub.png"); }
				.product-type-0003:before,
				.product-type.ebook-pdf:before { content: url("../img/icons/2x/ebook_pdf.png"); }
			}

/* -- Footer -- */
.footer {
	font-size: 0.9em;
	padding-left: 100px;
	background: rgb(83,129,183); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzODFiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZjRmOWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(83,129,183,1) 0%, rgba(15,79,154,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(83,129,183,1)), color-stop(100%,rgba(15,79,154,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(83,129,183,1) 0%,rgba(15,79,154,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(83,129,183,1) 0%,rgba(15,79,154,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(83,129,183,1) 0%,rgba(15,79,154,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(83,129,183,1) 0%,rgba(15,79,154,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5381b7', endColorstr='#0f4f9a',GradientType=0 ); /* IE6-8 */

}
	.footer, .footer a { color: rgba(255,255,255,0.8); }
		.footer strong { color: #fff; }
	.footer-inner {
		float: none;
		margin: 1em auto 0;
	}

	.footer-buttons {
		padding-top: 1.3em;
	}
	.footer-buttons a { outline: none; }
	.footer-buttons li { display: inline-block; }

	.portal-menu-footer {margin-bottom:25px;}
	.portal-menu-footer .text-grid {padding:10px 0px 0px;}
	.portal-menu-footer .text-grid>li {margin-bottom: 10px;}
	.portal-menu-footer ul.text-grid>li.parent>a, .portal-menu-footer ul.text-grid>li.parent,.portal-menu-footer ul.text-grid>li.parent>a, .portal-menu-footer ul.text-grid>li>a { color: #fff; }

	.footer-inner address {
		font-size: 12px;
		text-align: left;
	}

	/*.portal-menu-footer {margin:25px 0;}*/
	/*.portal-menu-footer>ul{border-top: 1px solid #0F4F9A;}*/
	/*.portal-menu-footer>ul>li {border-bottom:1px solid #0F4F9A;border-top:1px solid #5280B6; margin:0; padding:20px 0;}*/
	/*.portal-menu-footer a,.portal-menu-footer strong {color:#0a4b99 !important;}*/
	.portal-menu-footer .footer-header {
		display: block;
		width: 100%;
		margin-top: 5px;
		display:block;
		text-align: center;
		width:100%;
		margin-top:5px;
		padding: 0.5em 1em;
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjI4Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.28) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0.28))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.28) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.28) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.28) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.28) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#47000000',GradientType=0 ); /* IE6-8 */

		background-repeat:repeat;
		background-attachment:scroll;
		background-position: 0% 0%;
		border-top: 1px solid rgba(0, 0, 0, 0.02);
		border-bottom: 1px solid rgba(0, 0, 0, 0.18);
		box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
		font-size: 1.1em;
		text-decoration: none !important;
	}

	.collapsePortalMenu {
		
	}

	.portal-menu-footer>ul {padding:15px 0;}
	.portal-menu-footer>ul>li,#bibel-menu-footer>ul>li {margin:0; padding:10px 0;}
	/*.portal-menu-footer>ul>li:first-child {border-top:none;border-top: 1px solid #5280B6;}
	.portal-menu-footer>ul>li:last-child {border-bottom:none;}*/
	.portal-menu-footer li>ul>li strong,#bibel-menu-footer li>ul>li strong {margin-top:10px;display: inline-block;}
	.portal-menu-footer li>ul>li:first-child strong,#bibel-menu-footer li>ul>li:first-child strong {margin-top:0;}


/* -- Special: Warenkorb Modal -- */
.warenkorb-modal {}
	.warenkorb-modal p {
		margin: 0;
	}

	.warenkorb-modal h3 {
		font-size: 1.4em;
	}

	.warenkorb-modal .modal-body {
		padding: 0;
	}

	.warenkorb-modal .modal-product-info {
		padding: 2em 2em;
		margin: 0;
	}
	.warenkorb-modal .modal-product-info .product-detail-more-info {
		margin-top:1em; font-size:0.8em;
	}
		.warenkorb-modal .product-pic {}
		.warenkorb-modal .product-pic img { max-width: 100%; }
		.warenkorb-modal .product-title {
			font-size: 1.4em;
			margin: 0 0 0.85em;
		}
		.warenkorb-modal .product-price {
			font-size: 1.2em;
			color: #555;
		}


		.warenkorb-modal .modal-warenkorb-info {
			clear: both;
			overflow: hidden;
			padding: 1.5em;
			text-align: center;
		}
			.warenkorb-modal .modal-warenkorb-info .warenkorb-title {
				margin: 0;
				font-size: 1.15em;
				color: #333;
			}
			.warenkorb-modal .modal-warenkorb-info .warenkorb-info {
				color: #555;
			}
			.warenkorb-modal .modal-warenkorb-info .warenkorb-shipping {
				font-size: 0.8em;
				color: #777;
			}
			.warenkorb-modal .modal-warenkorb-info .warenkorb-button { margin-top: 1em; }
				.warenkorb-modal .modal-warenkorb-info .warenkorb-button i { margin-right: 0.8em; }

		.warenkorb-modal .modal-warenkorb-back {
			text-align: center;
			padding: 1.3em 2em;
			margin: 0;
		}

		.warenkorb-modal .modal-content {
			border-radius: 5px;
		}

		.warenkorb-modal .modal-header {
			position: relative;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
		}
			.warenkorb-modal .modal-header .close {
				position: absolute;
				top: 50%;
				margin-top: -10px;
				right: 30px;
			}

		.warenkorb-modal .modal-header,
		.warenkorb-modal .actions .modal-warenkorb-info {
			background-color: #f4f4f4;
			border: none;
			box-shadow: 0 0 5px rgba(0,0,0,.2);
		}

		.warenkorb-modal .warenkorb-button .btn {
			position: relative;
			min-width: 200px;
			padding-right: 30px;
			margin: 0 5px;
			text-align: left;
		}

			.warenkorb-modal .warenkorb-button .btn i.fa {
				position: absolute;
				right: 0;
				margin-top: -7px;
				top: 50%;
			}


		.warenkorb-modal .owl-carousel {
			margin: 30px 0;
		}
			.warenkorb-modal .owl-item .info {
				margin-top: 10px;
			}
				.warenkorb-modal .owl-item .info .shipping {
					margin-top: 10px;
					opacity: 0.25;
				}
			
			.warenkorb-modal .products-carousel .owl-button {
				top: 60%;
			}
				.warenkorb-modal .owl-button button {
					background-color: transparent;
				}
				.warenkorb-modal .owl-button button::before {
					border-color: #BFD0E4;
				}






/* ====== Page-Specific Styles ====== */
/* -- Page: Produktdetail -- */
#product-detail {}

	/* Product Info Box */
	.product-info-box {
		margin-bottom: 2em;
		padding: 0;
	}
		.product-info-title {
			margin: 0;
			background: #F2F3EB;
			border: 1px solid #d6d8ce;
			border-bottom: none;
			font-size: 1em;
			padding: 0.6em 0.7em 0.5em;
			font-family: "Georgia",serif;
			font-weight: bold;
		}
		.product-info-related {
			position: relative;
			border-radius: 0;
			box-shadow: none;
			border: 1px solid #BFD0E4;
			background: rgb(236,241,247); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZjFmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYWU0ZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(236,241,247,1) 0%, rgba(218,228,240,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,241,247,1)), color-stop(100%,rgba(218,228,240,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(236,241,247,1) 0%,rgba(218,228,240,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(236,241,247,1) 0%,rgba(218,228,240,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(236,241,247,1) 0%,rgba(218,228,240,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(236,241,247,1) 0%,rgba(218,228,240,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf1f7', endColorstr='#dae4f0',GradientType=0 ); /* IE6-8 */

			padding: 0.5em !important;
			margin-top: 1.5em;
			margin-bottom: 0;
			font-size: 1em;
			font-weight: bold;
		}
		.product-info-content,
		.product-info-content-full {
			padding: 1.5em;
			border: 1px solid #ddd;
		}

		/* Simpleres Info Box Design für Boxen am Kopf der Detailseite */
		.product-info-box-simpler {}
			.product-info-box-simpler .product-info-title {
				background: none;
				border-color: #BFD0E4;
				color: #000;
				font-size: 1.1em;
				font-family: "Helvetica", sans-serif !important;
			}

			.product-info-box-simpler .product-info-content,
			.product-info-box-simpler .product-info-content-full {
				border-top: none;
				border-color: #BFD0E4;
			}


	/* Product Detail: Titel */
	#product-detail-title {
		margin: 0 0 0.5em;
		/*font-size: 1.3em;
		font-weight: bold;*/
	}
	/*#description .full-description br + br {display:none;}*/
	/* Product Detail: Price */
	#product-detail .staffelpreise {
		margin: 0.85em -0.5em -0.5em;
		text-align: center;
	}
		#product-detail .staffelpreise a.staffelpreise-info-toggle.small {font-size:0.85em;}
		#product-detail .staffelpreise button,
		#product-detail .staffelpreise a.staffelpreise-info-toggle {
			width: 100%;
			display: block !important;
			cursor: pointer;
			color: #999;
			border: none;
			border-top: 1px solid #BFD0E4;
			background: none;
			padding: 0.3em;
			color: #024792;
		}
			#product-detail .staffelpreise button:hover,
		    #product-detail .staffelpreise a.staffelpreise-info-toggle:hover { color: #666; }

			#product-detail .staffelpreise button i,
			#product-detail .staffelpreise a.staffelpreise-info-toggle i  {
				float: left;
				padding-top: 0.2em;
				padding-left: 0.5em;
			}

		.staffelpreise-list {
			padding: 0.5em 0;
			margin: -15px;
			font-size: 0.9em !important;
		}
			.staffelpreise-list dl {
				margin: 0;
				padding: 0;
				text-align: center;
			}
			
			.staffelpreise-list dt {
				font-size: 0.9em;
				padding: 0.5em 1.1em 0;
			}
			.staffelpreise-list dd {
				padding: 0 1em;
				font-size: 1.15em;
				color: #555;
				border-bottom: 1px solid #eee;
				padding-bottom: 0.5em;
			}
				.staffelpreise-list dd:last-child { border: none; }

				.staffelpreise-notice {
					font-size: 0.9em;
					line-height: 1.25em;
					color: #999;
					margin: 0 0 -1px;
					border-top: 1px solid #e6e6e6;
					background: #f7f7f7;
					padding: 0.85em 1.1em;
					text-align: center;
				}

	/* Product Detail: Pic */
	#product-detail-pics {
		padding-left: 0;
		margin-bottom: 1em;
	}
		#product-detail-pics .big-pic { text-align: center;margin-bottom: 2.75em;}
			#product-detail-pics .big-pic img { max-width: 100%; }
			#product-detail-pics .big-pic a { cursor: zoom-in; }
		
		#product-detail-pics .zoom-pic {
			text-align: center;
			/*margin-top: -3.5em;
			margin-bottom: 2.75em;*/
			display:block;
			position:relative;
		}
			#product-detail-pics li.last .zoom-pic {
				position:absolute;
				top:0;
				left:0;
				width:100%;
				height:100%;
				background: rgba(255, 255, 255, 0.7);
				color: #024792;
				font-weight: 600;
				font-size: 10px;
				padding: 22px 5px;
			}
		#product-detail-pics .zoom-pic .enlarge-info {
			right: 0;
			bottom: 2.25em;
			left: 0;
			width: 130px;
			margin: -3.5em auto 0;
			position: absolute;
			text-decoration: none !important;
			background: rgba(255,255,255,0.75);
			padding: 0.45em 0.6em 0.35em;
			border-radius: 3px;
			cursor: zoom-in;
			transition: 0.16s all ease-in-out;
		}
			#product-detail-pics .zoom-pic:hover .enlarge-info {
				background: #fff;
			}
			#product-detail-pics .zoom-pic i {
				font-size: 1.25em;
				position: relative;
				top: 1px;
				margin-right: 0.2em;
			}

	#product-detail-pics .small-pics {
		margin-top: 1em;
		padding-left: 6%;
	}
		#product-detail-pics .small-pics li {
			width: 29%;
			max-height: 120px;
			overflow: hidden;
			margin-bottom: 4%;
			margin-right: 3%;
			padding: 0;
			position:relative;
		}
			#product-detail-pics .small-pics li:nth-child(3n) {
				margin-right: 0;
			}
			#product-detail-pics .small-pics li img {
				width: 100%;
				border: 1px solid rgba(0,0,0,0.3);
				transition: 0.1s border ease-in-out;
			}
			#product-detail-pics .small-pics li a:hover img {
				border: 1px solid rgba(0,0,0,0.6);
			}
			#product-detail-pics .small-pics li a { cursor: zoom-in; }

	/* Product Detail: More Info */
	#product-detail-price-and-info {
		margin: 0 0 2em;
		padding-right: 0;
	}

	
	.product-detail-more-info {
		font-size: 0.9em;
	}
		/*.product-detail-more-info p { margin: 0; }*/

		.product-detail-more-info .article-short-description {
			color: #159844;
			font-size: 1.1em;
		}
		.product-grid .article-login-notice,
		.product-detail-more-info .article-login-notice {
			color: red;
			font-weight: bold;
			margin: 0 0 0.5em;
		}
			.product-grid .article-login-notice a,
			.product-detail-more-info .article-login-notice a {
				color: red;
				text-decoration: underline;
			}
				.product-grid .article-login-notice a:hover,
				.product-detail-more-info .article-login-notice a:hover{ color: red; }


		.product-detail-more-info .footnote {
			opacity: 0.6;
			display: inline-block;
			margin: 0.5em 0;
			line-height: 1.2em !important;
		}
			.product-detail-more-info .footnote:last-child { margin-bottom: 0; }

	
	/* Product Detail: Produkttyp */	
	.product-type.product-detail-product-type {
		margin: 0;
		font-weight: bold;
		color: #999;
		text-align: right;
		float: right;
		position: relative;
		padding-top: 24px;
		max-width: 70px;
		text-align: center;
	}
		.product-type.product-detail-product-type span {
			line-height: 1.1em !important;
			display: inline-block;
			margin-top: 0.25em;
		}
		.product-type.product-detail-product-type:before {
			position: absolute;
			top: 0;
			left: 50%;
			margin-left: -8px;
		}

	/* Product Detail: Inline Downloads */
	#inline-downloads {
		border: 1px solid #ddd;
		border-top: none;
	}
		#inline-downloads h2 {
			margin: 0;
			font-size: 1em;
			font-weight: bold;
			padding: 0.5em 0.7em;
			border-bottom: 1px solid #ddd;
			background: #f7f7f7;
			font-family: "helvetica", sans-serif !important;
			color: #555;
		}
		#inline-downloads li {
			margin: 0;
			padding: 1.5em;
		}
			#inline-downloads li .inline-download-description {
				width: auto;
				float: none;
				display: block;
			}
			#inline-downloads li .inline-download-radio {
				display: block;
				width: 40px !important;
				float: left;
			}

	/* Product Detail: Extra Downloads */
	.product-info-downloads {
		margin: 0;
		padding: 0;
	}
		.product-info-downloads p { margin: 0; }


		.product-info-downloads .download {
			margin: 0;
			position: relative;
			padding: 0.85em 0.5em;
			border-bottom: 1px solid #eee;
		}
			.product-info-downloads .download:last-child { border-bottom: none; }
			.product-info-downloads .download-button {
				text-align: right;
				padding-right: 0.25em;
				font-size: 0.85em;
			}

		.product-info-downloads .download.with-icon {
			padding-left: 4em;
		}

			.product-info-downloads .download.with-icon:before {
				left: 0.85em;
				top: 50%;
				margin-top: -12px;
				position: absolute;
				height: 25px;
				width: 25px;
				display: block;
				background-position: left center;
				background-repeat: no-repeat;
				
				
				content: "";
				height: 22px;
				width: 22px;
				display: block;
				background-size: cover !important;
				background: center right no-repeat;
			}

			.product-info-downloads .download.purpose-LESEPROBE:before { background-image: url("../img/icons/2x/doc_pdf.png"); }
			.product-info-downloads .download.purpose-HOERPROBE:before { background-image: url("../img/icons/2x/hoerprobe3.png"); }
			.product-info-downloads .download.purpose-ANLEITUNG:before { background-image: url("../img/icons/2x/anleitung.png"); }
			.product-info-downloads .download.purpose-LIZENZDOWNLOAD:before { background-image: url("../img/icons/2x/lizenzdownload3.png"); }
			.product-info-downloads .download.purpose-SOFTWAREDOWNLOAD:before { background-image: url("../img/icons/2x/download_software.png"); }
			.product-info-downloads .download.purpose-SOFTWARE:before { background-image: url("../img/icons/2x/download_software.png"); }


			.product-info-downloads .download .title {
				width: auto;
				  float: left;
			}
			.product-info-downloads .download .download-button {
				width: 140px;
				float: right;
			}

/* -- Page: Login -- */
/*	#login-box .row {
		margin: 0 0 1em;
		padding: 0;
	}*/
/*	#login-box label {
		padding-top: 0.5em;
		padding-left: 0;
	}*/
	
	#login-box .block-title {margin:0.5em 0 2em;}
	#login-box .form-group {
		overflow: hidden;
	}

	/*#login-box .submit { text-align: center; }*/
		#login-box .submit .forgot-password {
			font-size: 0.9em;
			margin-left: 0.5em;
		}
		
/* -- Page: Startseite -- */
.products-carousel {
	clear: both;
}
	.products-carousel .owl-carousel {
		padding: 0 2.5em;
	}
	.products-carousel-item {
		font-size: 0.9em;
		height:0;
		padding-bottom:38.345%;
	}
		.products-carousel-item .pic {
			padding: 0;
		}
		.products-carousel-item .pic img { max-width: 100%; }

		.products-carousel-item .title {
			font-size: 1.1em;
			margin: 0.5em 0 0.75em;
			font-weight: bold;
			font-family: "Helvetica",sans-serif !important;
		}

		.products-carousel-item .price {
			color: #222;
			font-weight: bold;
		}
			.products-carousel-item .price del {
				text-decoration: line-through;
				color: #971c17;
				font-weight: normal;
			}
			.products-carousel-item .price ins {
				display: block;
				text-decoration: none;
			}

		.products-carousel-item .shipping {
			font-size: 0.9em;
		}

		/** item with text-overlay **/
	.products-carousel-item {position:relative;}
	.products-carousel-item .slide-item-content {  
		position: absolute;
		right: 0;
		top: 10%;
		width: 55%;
		padding-right: 10%;
		font-size: 1em;
		line-height: 1.2em;
	  }
	/*.products-carousel-item .slide-item-price {position:absolute;right:50px;bottom:25px;width:40%;font-size:13px;}*/
	.products-carousel-item .slide-item-content .slide-item-title {
		padding-top: 0em;
		padding-bottom: 1em;
		font-size: 1.2em;
		line-height:1.4em;
		/*font-family: "Georgia",serif;*/
		color: #0a4b99;
		font-weight: bold;
		margin-top: 0;
	}
	.products-carousel-item .slide-item-content .slide-item-subline {display:none}
	.products-carousel-item .slide-item-content .slide-item-desc {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		/*display:none;*/
	}
	.products-carousel-item .slide-item-detail-button button,
	.products-carousel-item .slide-item-detail-button button:hover,
	.products-carousel-item .slide-item-detail-button button:focus,
	.products-carousel-item .slide-item-detail-button a,
	.products-carousel-item .slide-item-detail-button a:hover,
	.products-carousel-item .slide-item-detail-button a:focus {
		padding: 0.5em 1em !important;
		margin-top: 1em !important;
	}
	/*** vorrübergehend für Produktbilder **/
	.products-carousel-item .img-wrap {
	  padding: 0;
	  width: 100%;
	  float: left;
	  position: relative;
	  min-height: 1px;
	 }
	.products-carousel-item img.prod-img {
		max-height: 100% !important;
		max-width: 50% !important;
		width: auto !important;
		  padding-left: 10%;
		  float: left;
		/*height: 100% !important;*/
/*	    position: absolute;
		left: 10%;*/
	}
	.products-carousel-item .prod-img-wrap {
	  /*max-height: 100%;
	  height: 100%;*/
	  background:#F5E2BA;
	    display: block;
	}
	
	/****/
	@media (max-width: 991px) {
		.products-carousel-item .slide-item-content {
			position: absolute;
			right: 0;
			/*top: 45px;*/
			padding-right: 10%;
			/*width: 50%;*/
			width:60%;
			font-size: 1.2em;
			line-height: 1.2em;
		}
		.products-carousel-item .slide-item-price {margin-top:30px;margin-top:15px;}
		.maincontent {/*margin-top:35px;*/background:#fff;}
		/*.maincontent #splash-carousel {margin-top:-20px;}*/
		.maincontent .breadcrumb-wrap + .panel-wrapper {margin-top: -2.05em;}
		.products-carousel-item img.prod-img {
			padding-left: 8%;
		}
		
		.products-carousel-item .slide-item-content .slide-item-subline {display:block}
		.products-carousel-item .slide-item-price {
		  margin: 2em 0 1em;
		}
	}
	@media (max-width: 767px) {
		/*.maincontent #splash-carousel,*/
		.maincontent .breadcrumb-wrap + .panel-wrapper {margin-top: -2.05em;/*margin-top:0;*/}
		.products-carousel-item .slide-item-detail-button button,
		.products-carousel-item .slide-item-detail-button button:hover,
		.products-carousel-item .slide-item-detail-button button:focus,
		.products-carousel-item .slide-item-detail-button a,
		.products-carousel-item .slide-item-detail-button a:hover,
		.products-carousel-item .slide-item-detail-button a:focus {
			padding: 0 !important;
			font-size: 1em;
			font-weight: bold;
			background: none;
			border: none;
			box-shadow: none;
			color: #024792 !important;
			font-family: arial;
			float:left;
		}
		.products-carousel-item .slide-item-detail-button button:before,
		.products-carousel-item .slide-item-detail-button a:before {
		font-family: "FontAwesome";
		content: "\f0da";
		font-size: 1em;
		line-height: 0;
		height: 6px;
		margin-right: 5px;
		} 
		.products-carousel-item .slide-item-content .slide-item-desc {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		}
		.products-carousel-item .slide-item-price {
		  margin: 2em 0 0.5em;
		}
		.products-carousel-item .slide-item-content {
			font-size: 1.1em;
			line-height: 1.2em;
		}
		.products-carousel-item .slide-item-content .slide-item-subline {display:none}
		.products-carousel-item .info {
		  padding: 0 25px 0 5px;
		}
	}
	@media (max-width: 575px) {
		.products-carousel-item .slide-item-content {
			/*width: 48%;*/
			width: 60%;
			/*top: 25px;*/
			font-size: 11px;
		}
		
		.products-carousel-item .slide-item-content .slide-item-desc {display: -webkit-box;}
		
		#splash-carousel .products-carousel-item .slide-item-detail-button,
		#splash-carousel .products-carousel-item .slide-item-detail-button a {
		  margin-top: 0em !important;
		}
		#splash-carousel img.cms-img {
		  width: 100%;
		  height: auto !important;
		  max-height: none !important;
		  position: absolute;
		  left: 0;
		  right: 0;
		  top: 0;
		  bottom: 0;
		  margin: auto;
		}
		/*.products-carousel-item .img-wrap { min-height: 170px;}*/
		/*.products-carousel-item .img-wrap img.cms-img {
			max-height: 100%;
			width: auto !important;
			height: 100% !important;
			position: absolute;
			left: 0;
			max-width: none;
		}*/
		/*.products-carousel-item .img-wrap img.prod-img {padding:15px 20px 15px 0px;}*/#
		
		.products-carousel-item .slide-item-content .slide-item-subline {display:none}
		.products-carousel-item .slide-item-price {
		    margin: 1em 0;
		}
	}
	@media (max-width: 480px) {
		/*.products-carousel-item .slide-item-content .slide-item-subline {display:block}*/
		.products-carousel-item .slide-item-content .slide-item-desc {display:none;}
		
		.products-carousel-item .pic img {
		  margin-top: -8px;
		}
		.products-carousel-item .info {
		  padding: 0 15px;
		}
		.owl-carousel.carousel-similar .owl-controls {display:none !important;}
	}
	@media (max-width: 360px) {
		.products-carousel-item .slide-item-content {/*top:15px;*/}
		.products-carousel-item .slide-item-content .slide-item-title {font-size:1.1em;}
		.products-carousel-item .slide-item-price {margin: 0 0 10px;}
		ul.payment img {
		  max-height: 21px;
		  width: auto;
		}
		.products-carousel-item .slide-item-content .slide-item-subline {display:none}
	}

	.products-carousel .owl-button {
		position: absolute;
		top: 50%;
		margin-top: -2em;
		z-index: 8;
	}
		.products-carousel .owl-button-prev {
			left: 0.5em;
		}
		.products-carousel .owl-button-next {
			right: 0.5em;
		}


	/* - Splash-Slide - */
	#splash-carousel {}
		#splash-carousel img {/*width:100%;height:auto;*/  max-width: 100%;
  width: auto; }
		#splash-carousel .owl-carousel {
			padding: 0;
		}
		.products-carousel-item {
			font-size: 0.85em;
		}
			.products-carousel-item .pic {
				padding: 0;
			}
			.products-carousel-item .pic img { max-width: 100%; margin-top: -3px; }

			.products-carousel-item .title {
				font-size: 1em;
				margin: 0em 0 0.75em;
				font-weight: bold;
				font-family: "Helvetica",sans-serif !important;
			}

			.products-carousel-item .price {
				color: #222;
				font-weight: bold;
			}
				.products-carousel-item .price del {
					text-decoration: line-through;
					color: #971c17;
					font-weight: normal;
				}
				.products-carousel-item .price ins {
					display: block;
					text-decoration: none;
				}

			.products-carousel-item .shipping {
				font-size: 0.9em;
			}

		#splash-carousel .owl-button {
			position: absolute;
			top: 50%;
			margin-top: -30px;
			z-index: 8;
		}
			#splash-carousel .owl-button-prev {
				left: 0.5em;
			}
			#splash-carousel .owl-button-next {
				right: 0.5em;
			}

/* -- Special: Carousel -- */
.owl-controls .owl-page span { background: #6f8eb0 !important; }


.owl-button button {
	border: none;
	background: #a8b9ce;
	border-radius: 999em;
	padding: 0.45em 0.8em;
	opacity: 0.7;
}	
	.owl-button button:hover, .owl-button button:focus { opacity: 0.87; }
	.owl-button button:active { opacity: 1; }
	.owl-button button::before {
		border-style: solid;
		border-width: 0.25em 0.25em 0 0;
		content: '';
		border-color: #fff;
		display: inline-block;
		height: 0.75em;
		width: 0.75em;
		left: -0.12em;
		position: relative;
		top: 0.3em;
		transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		vertical-align: top;
	}
		.owl-button-prev button::before {
			left: 0.12em;
			transform: rotate(225deg);
			-moz-transform: rotate(225deg);
			-ms-transform: rotate(225deg);
			-webkit-transform: rotate(225deg);
	}



/* ====== Responsive ====== */
nav.account-nav-tablet {
overflow: visible !important;
margin: 0px;
background: rgb(230,230,230); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(230,230,230,1) 0%, rgba(243,243,243,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,1)), color-stop(100%,rgba(243,243,243,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(243,243,243,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(243,243,243,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(243,243,243,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(230,230,230,1) 0%,rgba(243,243,243,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-8 */

border-bottom: 1px solid #ccc;
display: block;
box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.07);
z-index: 3;
position: relative;
/*height: 47px;*/
font-family: "Georgia",serif;
color: rgb(102, 100, 96);
padding: 6px 0.65em;
min-width: 100%;
}
nav.account-nav-tablet li a {
height: 40px;
line-height: 40px;
display: block;
padding: 0 15px;
border-right: 1px solid #D8D8D8;
color: rgb(102, 100, 96);
}
nav.account-nav-tablet li a:first-child {
padding-left: 0;
}
nav.account-nav-tablet:after {
border: 2px solid rgba(0, 0, 0, 0.05);
width: 100%;
position: absolute;
left: 0;
bottom: -3px;
}
nav.account-nav-tablet .zoomer {
height: 40px;
display: block;
line-height: 40px;
}
.tab-pane h3 {margin-top:0;}
/*** Page detail Comments ***/
.comment-item {
  margin-bottom: 1em;
  border-bottom: 1px solid #ECECEC;
}
.comment-item.last{border:none;}
.comment-item .comment-left {margin-bottom:0.5em;}
.comment-item h2,.comment-item h3,.comment-item h4,.comment-item h5,.comment-item h6 {
	margin:0 0 1em 0;
}
.comment-item span.date { float:left; width:100%;  margin: 5px 0 10px;}
@media screen and (max-width:767px){
/*.comment-item span.date { float:right; width: auto;}*/
}
@media 
screen and (max-height:768px) and (min-width:992px) and (max-width:1280px) {
	.comment-item .comment-left {width: 33.33333333%;}
	.comment-item .comment-right {width: 66.66666666%;}
	.comment-item span.date { float:left; width:100%}
}
@media 
screen and (min-width:992px) {
/** price/cart block always bottom **/
.product-grid article.equal-height-item .rel-container {
	max-width:100%;
	height:100%;
  	position: relative;
  	box-sizing: initial;
}

.product-grid article.equal-height-item.set .product-price-box {
	position: absolute;
	box-sizing: border-box;
	bottom: 0;
}
.product-price-box-placeholder {
	min-height:90px;
	z-index: -100; /*quickfix, überdeckt sonst wk-buttons in liste*/
}
.product.accordance-update .product-price-box-placeholder {
	min-height:155px;
	z-index: -100; /*quickfix, überdeckt sonst wk-buttons in liste*/
}
}
#rating-form-area {
  margin: 1em 0 0;
}
#collapseRatingForm {margin:1.5em 0;}
#collapseRatingForm label {text-align:left;}
#rating-form-toggle i {margin-left:0.5em;}
#collapseRatingForm .captcha label {padding-top:0;}
#collapseRatingForm input[type="submit"]{font-size: 0.9em !important;}
/** COMMENTS **/
.star {
	background-image: url("../img/sprite_stars.png");
	height: 17px;
	width: 90px;
	display: block;
	margin-bottom:0.5em;
}
.star0 {background-position: left 0;}
.star1 {background-position: left -18px;}
.star2 {background-position: left -36px;}
.star3 {background-position: left -54px;}
.star4 {background-position: left -72px;}
.star5 {background-position: left -90px;}
.star6 {background-position: left -108px;}
.star7 {background-position: left -126px;}
.star8 {background-position: left -144px;}
.star9 {background-position: left -162px;}
.star10 {background-position: left -180px;}
.star-rating-wrap {margin:0 0 10px;}
.star-rating-wrap .star-rating-info {
  display: block;
  padding-top: 4px;
  margin-left: 5px;
  color: #666;
  float: left;
}
div.listing .artbox .star {
	top: 1px; left: 2px;
}

/* NUMBERS */
.comment-item .star,
.comment-item .comment_numbers {float: left; margin-right: 5px;}

/* Large - Medium */
@media (min-width: 992px) and (max-width: 1200px) {
	.products-carousel-item .slide-item-content {  
		right: 0;
		top: 8%;
		width: 60%;
  		padding-right: 8%;
		/*font-size: 0.9em;*/
		line-height: 1.2em;
	  }
	  
	.products-carousel-item img.prod-img {
	  padding-left: 8%;
	}
	.products-carousel-item .slide-item-detail-button button, .products-carousel-item .slide-item-detail-button button:hover, .products-carousel-item .slide-item-detail-button button:focus, .products-carousel-item .slide-item-detail-button a, .products-carousel-item .slide-item-detail-button a:hover, .products-carousel-item .slide-item-detail-button a:focus {
	  margin-top: 0em !important;
	}
/*	.products-carousel-item .slide-item-content .slide-item-desc {
	  -webkit-line-clamp: 3;
	}*/
}

/* Medium and below */
@media (max-width: 991px),
screen and (max-height:768px) and (min-width:992px) and (max-width:1280px),
screen and (max-height:768px) and (orientation : landscape) and (max-width:1280px) {
	/* ---- General ---- */
	.header {
		padding-top: 0;
		padding-bottom: 0;
	}
	.container { width: auto !important; }
	.maincontent-center-inner {
		margin-top:1.95em;
	}
	#maincontent .panel-wrapper {
	  margin:0;
	}
	#maincontent .panel-wrapper:not(:first-child) {margin-top:1.5em;}
	#maincontent .panel.panel-blue{padding:15px}
	#splash-carousel {
		padding: 0;
		margin: 0 15px;
		/*margin: -20px 0 0 0;*/
	}
	.topnav-mobile {
	padding: 0;
	}
	/* - Dropdown - */
	/* breakpoint edit 30.04.2015*/
	.dropdown {
		width: 100%;
	}
		button.btn.dropdown-toggle {
			width: 100%;
		}

	/* - Buttons - */
/*	button.btn-glossy, input.btn-glossy, button.btn-glossy:hover, input.btn-glossy:hover, button.btn-glossy:active, input.btn-glossy:active, button.btn-glossy:focus, input.btn-glossy:focus {
		padding: 0.7em 1.5em;
	}*/
	/* - Panel - */
	.panel {
		margin-left: -15px;
		margin-right: -15px;
	}

	/* - Form Elements - */
	input.form-control {
		padding: 0.5em 0.4em !important;
		margin-bottom: 0.5em;
	}
	.form-group {
	margin-bottom: 1em;
	}
	label {
		margin-bottom: 0.3em;
	}
	/* - Form Elements - */
	.product-shoppingcart-box input.form-control {
		padding: 0.7em 0.4em !important;
	}


	
	/* ---- Structure ---- */
	/* - Top Nav - */
	/* breakpoint edit 30.04.2015 */
	.topnav {display: none; }
	.topnav-mobile {
		overflow: visible !important;
		margin: -1px -1px 0;
		background: rgb(230,229,216); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTVkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(230,229,216,1) 0%, rgba(241,241,234,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,229,216,1)), color-stop(100%,rgba(241,241,234,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(230,229,216,1) 0%,rgba(241,241,234,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(230,229,216,1) 0%,rgba(241,241,234,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(230,229,216,1) 0%,rgba(241,241,234,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(230,229,216,1) 0%,rgba(241,241,234,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e5d8', endColorstr='#f1f1ea',GradientType=0 ); /* IE6-8 */

		border: 1px solid #fff;
		border-bottom: 1px solid #ccc;
		display: block;
		/* breakpoint edit 30.04.2015 
		display:none;*/
		/** **/
		box-shadow: 0 1px 4px rgba(0,0,0,0.18);
		z-index: 6;
	}
		.topnav-mobile-inner {
			margin: 0.65em;
			position: relative;
		}

		.topnav-mobile .btn {
			display: block;
			padding: 0.6em 0.8em;
			background: rgb(241,241,234); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU1ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(241,241,234,1) 0%, rgba(230,229,216,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,241,234,1)), color-stop(100%,rgba(230,229,216,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(241,241,234,1) 0%,rgba(230,229,216,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(241,241,234,1) 0%,rgba(230,229,216,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(241,241,234,1) 0%,rgba(230,229,216,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(241,241,234,1) 0%,rgba(230,229,216,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1ea', endColorstr='#e6e5d8',GradientType=0 ); /* IE6-8 */

			box-shadow: inset 0 0 0 1px #fff;
			border: 1px solid #ccc;
			font-family: "Georgia",serif;
			font-size: 1.2em;
			color: #666460;
			height:42px;
		}
			.topnav-mobile .btn:active, .topnav-mobile .btn.active {
				background: rgb(218,217,201); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhZDljOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(218,217,201,1) 0%, rgba(234,234,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(218,217,201,1)), color-stop(100%,rgba(234,234,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(218,217,201,1) 0%,rgba(234,234,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(218,217,201,1) 0%,rgba(234,234,224,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(218,217,201,1) 0%,rgba(234,234,224,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(218,217,201,1) 0%,rgba(234,234,224,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad9c9', endColorstr='#eaeae0',GradientType=0 ); /* IE6-8 */

				box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
				border-color: rgba(0,0,0,0.18);
			}

		.products-offcanvas-trigger { float: left; }
		.navigation-offcanvas-trigger,.search-offcanvas-trigger,.search-overlay-trigger { float: right; }

		.offcanvas-left { box-shadow: inset -4px 0px 4px 0 rgba(0,0,0,0.15); }
		.offcanvas-right { box-shadow: inset 4px 0px 4px 0 rgba(0,0,0,0.15); }

		.btn.warenkorb-overlay-trigger {
			margin: 0px auto;
			text-align: center;
			font-size: 1em;
			padding: 0.2em 0.75em;
			width:170px;
		}
			.warenkorb-overlay-trigger i {
				float: left;
				padding: 0.3em 0.6em 0 0.15em;
				font-size: 1.7em;
			}
			.warenkorb-button-details {
				/*float: right;
				line-height: 1.2em;
				width: auto;*/
			}
			.warenkorb-button-details strong { font-weight: normal; }
			.warenkorb-button-details-text {
				display: block;
				font-size: 0.9em;
				opacity: 0.7;
			}
			.warenkorb-overlay-trigger .temp-loader {
				width:100%;
				display: inline-block;
				text-align:center;
			}
				.warenkorb-overlay-trigger .temp-loader i {
					padding:0 !important;
					display: inline-block;
					float: none;
				}
	
	/* - Product Grid - */
	.btn.product-shoppingcart-button,
	.btn.product-shoppingcart-button:active,
	.btn.product-shoppingcart-button:hover,
	.btn.product-shoppingcart-button:focus {
		padding: 0.5em 0.9em !important;
		font-size: 1em !important;
		color: #fff;
	}
	.product .product-amount .form-control {
		text-align: right;
		height: 33px;
	}



	/* - Warenkorb - */
	.warenkorb {
		display: none;
	}
	.warenkorb-mobile {
		display: block;
		position:relative;
	}
		.warenkorb-mobile .loader {
			display:none;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(255, 255, 255, 0.7);
			color: #004494;
			text-align: center;
			z-index: 1;
			font-size: 40px;
			padding-top: 39%;
		}
		.panel.panel-warenkorb {
			border-radius: 0;
			box-shadow: none;
			padding: 0;
			margin-bottom: 0;
			background: #eee;
			border:none;
			border-bottom: 1px solid #ccc;
		}
		.panel.panel-search {
		margin-bottom: 0;
		border-bottom: 1px solid rgb(204, 204, 204);
		}
		.panel-warenkorb .panel-heading,
		.panel-search > .panel-heading {
			margin: 0;
			border-radius: 0;
			padding: 0.75em 1em;
			font-size: 1.8em;
			color: #666;
			background: rgb(210,210,210); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyZDJkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjZTNlM2UzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(210,210,210,1) 0%, rgba(227,227,227,1) 9%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,210,210,1)), color-stop(9%,rgba(227,227,227,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(210,210,210,1) 0%,rgba(227,227,227,1) 9%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(210,210,210,1) 0%,rgba(227,227,227,1) 9%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(210,210,210,1) 0%,rgba(227,227,227,1) 9%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(210,210,210,1) 0%,rgba(227,227,227,1) 9%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2d2', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */

		}
		.overlay-header {
			border-top: 1px solid rgba(0,0,0,0.02);
			box-shadow: 0 1px 2px rgba(0,0,0,0.1);
			margin: 0;
			padding: 0.6em 1em;
			font-size: 1.4em;
			color: #666;
			background: rgb(210,210,210); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyZDJkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjZTNlM2UzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(210,210,210,1) 0%, rgba(227,227,227,1) 9%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,210,210,1)), color-stop(9%,rgba(227,227,227,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(210,210,210,1) 0%,rgba(227,227,227,1) 9%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(210,210,210,1) 0%,rgba(227,227,227,1) 9%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(210,210,210,1) 0%,rgba(227,227,227,1) 9%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(210,210,210,1) 0%,rgba(227,227,227,1) 9%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2d2', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */

		}
		.panel-search .collapse {
			border-top: 1px solid #0A4B99;
		}
		.search-group input.form-control,
		.search-group .input-group-btn button {
			padding: 0.5em 1em !important;
			height: 44px;
		}
			.panel-warenkorb .panel-heading i {
				margin-right: 0.5em;
			}
			.panel-warenkorb .panel-heading {
				font-size: 1.3em;
			}
			.panel-warenkorb .panel-heading .details {
				font-size: 0.9em;
				color: #999;
				margin-left: 1em;
				white-space: nowrap;
			}

			.panel-warenkorb .panel-body {
				padding: 0;
			}

			.panel-warenkorb .panel-footer {
				overflow: hidden;
				padding: 1em 1.4em;
				background: rgb(228,228,228); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(228,228,228,1) 0%, rgba(245,245,245,1) 95%, rgba(233,233,233,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,228,228,1)), color-stop(95%,rgba(245,245,245,1)), color-stop(100%,rgba(233,233,233,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(228,228,228,1) 0%,rgba(245,245,245,1) 95%,rgba(233,233,233,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(228,228,228,1) 0%,rgba(245,245,245,1) 95%,rgba(233,233,233,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(228,228,228,1) 0%,rgba(245,245,245,1) 95%,rgba(233,233,233,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(228,228,228,1) 0%,rgba(245,245,245,1) 95%,rgba(233,233,233,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-8 */

			}
				.panel-footer {}
					.panel-footer p { margin: 0; }

					.warenkorb-footer-info {
						width: auto;
						width: 75%;
						float:left;
						font-size: 1em;
						color: #999;
					}
						.footer-label {
							min-width: 185px;
							display: inline-block;
						}
						.warenkorb-footer-info strong {
							color: #888;
							  float: right;
						}

						.warenkorb-footer-sum { font-size: 1.3em; }
						.warenkorb-footer-shipping {
							padding-top: 0.5em;
							font-size: 0.85em;
							opacity: 0.6;
						}
					.warenkorb-footer-button {
						width: 22%;
						float: right;
						/*font-size: 1.25em;*/
						text-align: center;
					}
					
						.warenkorb-footer-button .btn-glossy,
						.warenkorb-footer-button .btn-glossy:hover,
						.warenkorb-footer-button .btn-glossy:focus {
							padding: 0.55em 2em;
							margin-top: 0em;
							display: inline-block;
							font-family: "Helvetica",sans-serif;
							font-weight: normal;
							text-transform: uppercase;
						}

			/* Fake Table */
			.warenkorb-faketable {}
				.panel-warenkorb .faketable-header {
					background: #f2f2f2;
					border-bottom: 1px solid rgba(0,0,0,0.1);
					overflow: hidden;
				}
					.panel-warenkorb .faketable-header .faketable-label {
						float: left;
						margin: 0;
						padding: 0.4em;
						font-weight: bold;

						text-transform: uppercase;
						font-size: 0.9em;
						color: #909090;
					}
				.faketable-body { margin: 0; }
				.faketable-row {
					margin: 0;
					padding-top: 20px;
					padding: 15px 0;
				}
				.panel-warenkorb .warenkorb-item .faketable-cell {
					float: left;
					}
			/* Warenkorb Table */
			.panel-warenkorb .warenkorb-item {
				background: #fefefe;
				overflow: hidden;
				font-size: 1.1em;
				color: #888;
			}
				.panel-warenkorb .warenkorb-item .faketable-cell {
					/*padding: 0.8em 0.3em;*/
					padding:0;
					/*margin-top:-20px*/
				}
				.panel-warenkorb .faketable-row:nth-child(even).warenkorb-item {
					background: #f8f8f8;
				}

				/* Two columns are fixed width and the middle column should fill the rest of the space: */
				.warenkorb-amount {
					width: 100px;
					float: left;
				}
				.warenkorb-right-wrapper {
					width: auto;
					float: none;
					/*overflow: hidden;*/
				}
				.warenkorb-middle-wrapper {
					width: auto;
					float: none;
					overflow: hidden;
				}
				.warenkorb-right-wrapper .warenkorb-remove {
					float: right !important;
					/*width: 60px;*/
					text-align: center;
				}

				/* Styles for Individual Columns */
				.faketable-cell.warenkorb-amount {
					text-align: center;
				}
					.faketable-cell.warenkorb-amount input {
						max-width: 70%;
						display: inline-block;
						text-align: center;
					}

				.faketable-cell.warenkorb-sum {
						width: 35%;
				}
					.faketable-cell.warenkorb-sum .singleprice {
						display: block;
						font-size: 0.75em;
						color: #b4b4b4;
					}
						.faketable-cell.warenkorb-sum .singleprice strong { font-weight: normal; }

				.faketable-cell.warenkorb-item-name {
					font-size: 0.9em;
					color: #999;
					line-height: 1.1em;
				}
				.faketable-cell.warenkorb-item-name strong {
					display: block;
					margin-bottom: 0.2em;
					font-size: 1.1em;
					color: #555;
					line-height: 1.1em;
				}

				.warenkorb-item-name {
					width: 65%;
					overflow: hidden;
				}

				.warenkorb-remove {}
					.warenkorb-remove button {
						padding: 0.5em 0.85em;
						font-size: 1.2em;
						margin-top: -15px;
					}
	/* - Header - */
/*	.header-inner {
		min-height: 200px;
	}*/
	
	#subcategory-dropdown { display: block; }
	.subcategory-list { display: none; }


	/* Top Nav Search */
	.account-nav-tablet .search-group input.form-control {
		padding: 0 0.5em !important;
		height: auto;
		/*line-height: 26px;*/
		font-size: 1em;
		line-height: 37px;
		height: 37px;
	}
	.account-nav-tablet .search-group button.search-button {
		height: 37px;
		width: 42px;
		text-align:center;
		padding: 0 !important;
	}
		/*.account-nav-tablet .search-group button.search-button i {
			font-size: 1em;
			position: relative;
			top: -0.35em;
		}*/

	/* - Main Content - */
	.breadcrumb-wrap { display: none; }
	.category-navigation { display: none; }

	/* - Product Grid - */
	/*.category-title {
		display: none;
	}*/
	.product-grid .product {
		margin: 1.5em 0px;
		border-top:none;
		border-bottom: 1px solid #ddd;
		padding-top:0;
		padding-bottom:0;
		padding-bottom: 1em;
	}
	

	/* -- Footer -- */
	.footer {
		padding-top: 1.5em;
		padding-left: 16px;
		text-align: center;
	}
	.footer-buttons { text-align: center; }


	/* -- Warenkorb Modal -- */
	.warenkorb-modal .modal-dialog {
		margin-left: auto;
		margin-right: auto;
	}
	
	
		.warenkorb-modal .product-pic {
			padding: 0 0 2em;
			text-align: center;
		}



	/* ====== Page-Specific Styles ====== */
	/* -- Page: Startseite -- */
	.products-carousel-item {
		text-align: left;
	}
/*		.products-carousel-item .pic {
			padding: 16px;
		}*/
	.products-carousel-item>a {display:block;}
	/* -- Page: Product Detail -- */
	#product-detail-title {
		/*margin-top: 1em;*/
		font-size: 1.5em;
	}

	#product-detail-pics .small-pics {
		margin-top: 1em;
		padding-left: 7px;
	}
		#product-detail-pics .small-pics li {
			max-height: 150px;
			width: 21%;
		}
			#product-detail-pics .small-pics li:nth-child(3n) { margin-right: 3%; }

}
@media (max-width: 991px) {
	#maincontent .panel-wrapper {
	  margin:-1.95em 15px 0;
	    margin: -0.5em 15px 0;
	}
	.product-grid .product {
		padding-bottom:0;
	}
	/* breakpoint edit 30.04.2015
	.topnav {display: none; }
	.topnav-mobile {display: block; } */
	
}
@media (max-width:767px) {
	/*#login-box .row {margin:0;}*/
/*	#login-box .submit.row p{
		width: 90%;
		display: block;
		text-align: center;
		margin: 0 auto;
		float: none !important;
	}*/
	#login-box .submit.row button,#login-box .submit.row a.forgot-password{width:100%;display:block;text-align:center;margin-bottom:5px;}
	/* Footer */
	ul.footer-buttons {padding: 0;margin: 0 0 15px;}
	ul.footer-buttons .btn-totop {
		position: absolute;
		right: 5px;
		bottom: -17px;
		border-bottom: none;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.btn-totop.focus, .btn-totop:focus, .btn-totop:hover {color:#fff;}
	.footer-inner address {text-align:center;}
	
	.home-btn {float:left !important; margin:0 0 0 5px;}


	/* Warenkorb Modal */
	.warenkorb-modal .modal-product-info {
		text-align:center;
	}


	/* - Product Detail - */
	#product-detail-pics .small-pics li {
		width: 29%;
	}
		#product-detail-pics .small-pics li:nth-child(3n) { margin-right: 0; }
	.article-info-wrap{margin-bottom:0.5em;}
}



@media (max-width: 575px) {

	/* CMS Page Styles */
	/* Blocks */
	.block.block-with-pics .block-content,
	.block.block-with-pics .block-pics {
		width: auto;
		float: none;
	}
		.block.block-with-pics .block-pics {
			text-align: center;
		}
		.block.block-with-pics .block-pics li {
			display: inline-block;
			max-height: 100px;
		}
			.block.block-with-pics .block-pics li img {
				max-height: 100% !important;
			}

	/* - Product Grid - */
	.product-description,
	.product-price-box {
		float: none !important;
		width: auto !important;
		clear: both;
	}
		.product-description { padding: 0 !important; }
	.product-price-box {
		margin-top: 1.5em;
		margin-bottom: 1em;
	}

	.warenkorb-footer-info,
	.warenkorb-footer-button {
		float: none;
		width: auto;
		clear: both;
	}
		.warenkorb-footer-info strong {
			float: right;
		}

	/* -- Product Detail -- */
	#product-detail-price-and-info {
		width: auto;
		float: none;
		padding: 0;
	}
	#product-detail-pics {
		width: auto;
		float: none;
		overflow: hidden;
	}
		#product-detail-pics .big-pic {
			width: 45%;
			float: left;
		}

		#product-detail-pics .small-pics {
			width: 53%;
			float: right;
			margin: 0;
		}
	#product-detail-pics .no-image { width:50%;padding-bottom:50%;}
}

@media (max-width: 460px) {
/*	.products-carousel-item {
		text-align: center !important;
	}*/
	.topnav-mobile { padding: 0; }
	.topnav-mobile-inner {
		margin: 0.5em;
	}
	.topnav-mobile .btn {
		font-size: 1em;
	}
	.warenkorb-overlay-trigger span { display: none; }
	.warenkorb-overlay-trigger i {
		float: none;
		padding: 0 0.1em 0 0;
	}
	.btn.warenkorb-overlay-trigger {
		width:45px;
	}
	/* Footer */
	.portal-menu-footer li>ul {font-size:1em;}
		button.head-btn-account, button.head-btn-loginout {
		right: 7px;
	}

	/* Home Carousel */
	.products-carousel .nav.nav-tabs li {
		display: block !important;
		float: none;
		margin: 0;
		width: auto;
	}
		.products-carousel .nav.nav-tabs li a {
			margin: 0;
		}
	button.warenkorb-overlay-trigger {position:relative;}
	button.warenkorb-overlay-trigger:before {
		content: attr(data-quantity);
		position: absolute;
		right: 4px;
		top: 4px;
		background: #0C4D9A;
		padding: 0;
		height: 13px;
		width: 13px;
		border-radius: 50px;
		line-height: 13px;
		font-size: 10px;
		padding: 1px 0px 0px;
		color: #fff;
		margin: auto;
		z-index: 1;
		text-align: center;
		font-family: Helvetica, Arial, sans-serif;
		box-sizing: border-box;
	}
	/* Mobile Warenkorb */
	.panel-warenkorb .panel-heading {
		overflow: hidden;
	}
		.panel-warenkorb .panel-heading i {
			display: block;
			float: left;
			width: 20%;
			margin: 0;
			text-align: left;
			font-size: 1.5em;
			padding-top: 0.2em;
			box-sizing: border-box;
		}
		.panel-warenkorb .panel-heading .text {
			width: 80%;
			float: right;
		}
		.panel-warenkorb .panel-heading .details {
			margin: 0;
			display: block;
		}

	.warenkorb-mobile .warenkorb-amount {
		width: 70px;
	}

	/* Warenkorb Table Body */
	.warenkorb-mobile .faketable-body .warenkorb-item-name,
	.warenkorb-mobile .faketable-body .warenkorb-sum {
		width: auto;
		display: block;
		float: none;
	}
		.warenkorb-mobile .faketable-body .warenkorb-sum {
			font-size: 1em;
			color: #777;
			padding-top: 0.2em !important;
		}
			.warenkorb-mobile .faketable-body .warenkorb-sum .singleprice { font-size: 0.8em; }
		.warenkorb-mobile .faketable-body .warenkorb-item-name {
			padding-bottom: 0 !important;
		}

	/* Warenkorb Table Header */
	.warenkorb-mobile .faketable-header .warenkorb-item-name {
		width: auto;
		padding-bottom: 0 !important;
	}
		.warenkorb-mobile .faketable-header .warenkorb-item-name:after {
			content: " / ";
			margin-left: 0.1em;
		}
	.warenkorb-mobile .faketable-header .warenkorb-sum { padding-left: 0; }



	/* -- Page: Product Detail -- */
	#product-detail-price-and-info,
	#product-detail-pic {
		width: auto;
		float: none;
		padding: 0;
	}

	#product-detail-pic {
		max-width: 250px;
		margin: auto;
	}
	
}

@media (max-width:575px) { 
	.text-grid {
		-webkit-column-count: 2;
		-webkit-column-gap: 25px;
		-moz-column-count: 2;
		-moz-column-gap: 25px;
		column-count: 2;
		column-gap: 25px;
	}
	.portal-menu-footer .text-grid {
		-webkit-column-count: 2;
		-webkit-column-gap: 25px;
		-moz-column-count:2;
		-moz-column-gap: 25px;
		column-count: 2;
		column-gap: 25px;
	}
}
@media (max-width:460px) {
	.text-grid {
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
	}
	.portal-menu-footer .text-grid {
		-webkit-column-count: 2;
		-webkit-column-gap: 15px;
		-moz-column-count: 2;
		-moz-column-gap: 15px;
		column-count: 2;
		column-gap: 15px;
		padding: 15px 0 0px;
	}
	
	.portal-menu-footer .text-grid>li>ul>li {
		padding: 5px 0;
		line-height:12px;
	}
}


@media (max-width: 440px) {
	/* -- Product Detail -- */
	.product-info-downloads .download .title,
	.product-info-downloads .download .download-button {
		width: auto;
		float: none;
		display: block;
		text-align: left;
	}
		.product-info-downloads .download .title {
			font-size: 1.1em;
		}
		.product-info-downloads .download .download-button {
			margin-top: 0.5em;
		}

	#product-detail-pics {
		float: none;
		width: auto;
		overflow: hidden;
		margin-bottom:0;
	}

		#product-detail-pics .big-pic {
			width: 50%;
			float: left;
			margin-bottom: 0;
		}
		#product-detail-pics .small-pics {
			width: 46%;
			margin: 0;
			float: right;
		}
			#product-detail-pics .small-pics li {
				width: 45%;
			}
			#product-detail-pics .small-pics li:nth-child(2n) {
				margin-right: 0;
			}
			#product-detail-pics .small-pics li:nth-child(3n) { margin-right:3%;}
			
}


@media (max-width: 360px) {
	ul.footer-buttons .btn-totop {
		position: absolute;
		right: -20px;
		bottom: -8px;
		border-bottom: none;
		border-radius:6px 6px 6px 6px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		padding: 1em;
	}
}
	
/*** Low screen hight fix ***/
@media 
screen and (max-height:768px) and (orientation : landscape) and (max-width:1280px) {
	.topnav-mobile .visible-xs, .topnav-mobile .visible-sm,
	.logo-mobile, .account-nav-tablet {
		display: block !important;
	}
	.logo-mobile {z-index:4;overflow: hidden;float: left; width: 100%;}
	.header {
		display:none !important;
		padding-top: 0em;  
		padding-bottom: 0.5em;
	}
	.account-nav-tablet {float:left;}
	.panel.panel-blue .panel-heading {
		padding-top: 15px;
	}
	.panel-body {
	padding: 5px 15px;
	}
	.sidebox .search-group, .sidebox .form-group {
		padding: 5px 0;
	}
	.warenkorb-mobile {
	  display: block;
	  z-index: 99;
	  width: 100% !important;
	  /*padding: 0;
	  position: absolute;*/
	}
}
@media 
screen and (max-height:768px) and (min-width:992px) and (max-width:1280px) {
	.subcategory-list,.category-navigation,.breadcrumb-wrap {
		display: block !important;
	}
	.logo-mobile .panel {
		margin-left: -15px;
		padding-left: 15px;
	}
	.main-inner {
	padding-top: 25px;
	/*padding-top: 0;*/
	}
	.sidebar-left {width:25%;}
	.maincontent-center {width:75%;}
	.maincontent-center-inner {
		margin-right: 0;
		margin-top:0;
	}

	#products-offcanvas-trigger{display:none;}
	.btn.warenkorb-overlay-trigger {
  		/*float: left;*/
  		margin-left: 26%;
	}
	.warenkorb-mobile {
	  padding: 0;
	}
	#splash-carousel {
	padding: 0 15px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	}
	#sidebar-right {
		display: none;
	}
	.maincontent {
		width: 100%;
		margin-left: 0;
		padding-right: 15px;  
		padding-left: 15px;
	}
	.col-md-12 {
	width: 100%;
	/*padding-left: 0;*/
	}
	div.footer-inner {
	margin-left: 33%;
	}
	.products-carousel-item .pic {
	padding: 0 5px;
	}
	
	.products-carousel-item .slide-item-content {
	  width: 55%;
	  font-size: 1.2em;
	  line-height: 1.4em;
	}
	p.slide-item-price {
	  margin: 1em 0 0.5em;
	}
	/*** Search bar in header area **/
	.account-nav-tablet .search-group input.form-control {
		/* padding-right: 77px !important; */
		/* width: 100%; */
		/* float: right; */
		/* height: 35px; */
		/* box-sizing: initial; */
		background: #F1F1EA;
	}
	nav.account-nav-tablet {
		width: 74% !important;
		position: absolute;
		z-index: 5;
		right: 14px;
		padding: 0 0 0 20px;
		/* breakpoint edit 30.04.2015
		padding: 0 15px 0 15px; */
		top: 66px;
		/* breakpoint edit 30.04.2015
		top: 48px; */
		/** **/
		background: none;
		box-shadow: none;
		border: none;
		min-width:74% !important;
		/* padding-left: 152px; */
		/* margin-left: -152px; */
	}
	nav.account-nav-tablet:after {display:none;}
	nav.account-nav-tablet .input-group {
		position: relative;
		display: table;
		border-collapse: separate;
		border: 1px solid rgba(225, 233, 243, 0.5);
		border-radius: 5px;
		border-top: 1px solid rgba(181, 200, 223, 0.5);
	}
	/*** smaller buttons ***/
	div.topnav-mobile-inner {
    	margin: 0.3em 15px;
	}
	
	.topnav-mobile .btn {
		height: 38px;
		padding: 0.3em 0.8em;
		font-size: 1.1em;
	}
	.topnav-mobile .btn i {font-size: 1.5em;line-height: 1em;}
	.warenkorb-overlay-trigger.btn {width:170px; font-size: 1em;}
	.warenkorb-overlay-trigger.btn span {line-height:1.1em}
	.warenkorb-button-details-text {font-size:0.85em;}
	/*
	.warenkorb-overlay-trigger.btn {
		line-height: 1.1em;
		font-size: 0.9em;
	}
	*/
	/* - Panel - */
	.panel {
		margin-left: 0;
		margin-right: 0;
	}
	.logo-mobile .panel-heading {padding:0;}
	/*.product-grid .product {
		padding-right: 0;
	}*/
	.warenkorb-footer-button .btn-glossy, .warenkorb-footer-button .btn-glossy:hover, .warenkorb-footer-button .btn-glossy:focus { 
		padding: 0.55em 1em;
  		float: right;
	}
	.faketable-cell.warenkorb-sum {
	  width: 35%;
	  text-align: right;
	  padding-right: 25% !important;
	}
	.warenkorb-footer-button { width: 25%;}
	.warenkorb-footer-button .btn-glossy, .warenkorb-footer-button .btn-glossy:hover, .warenkorb-footer-button .btn-glossy:focus {margin-top:0.8em;}
}
	.sort-header {
		padding: 1em;
		background: #EFEEE8;
		display:inline-block;
		width:100%;
	}
	.sort-header .label-sm {font-size:0.9em;}
	
/** highlight class fpr missing / incomplete data - SW DEVELOPMENT **/
.dev-comment {
    padding: 0.5em 1em;
  border: 2px dashed rgb(175, 130, 0);
  background: #F3E8C8;
    margin: 1em 0;
    position:relative;
    overflow:visible;
	color:#AF8200;
	text-shadow:rgba(255, 255, 255, 1) 1px 1px 1px;
}

.missing-data {
    border: 2px dashed rgb(228, 0, 0);
    background: rgba(228, 0, 0, 0.17);
	color:#d50000;
}
.data-corrected {
  border: 2px dashed rgb(74, 172, 0);
  background: #CEF1B4;
  color: #3F9200;
}
.dev-comment:after, .dev-comment:before {
	top: 100%;
	left: 25px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.dev-comment:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #F3E8C8;
	border-width: 8px;
	margin-left: -8px;
}
.missing-data:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #FAD3D3;
	left: 50%;
}
.data-corrected:before {
  border-top-color: #4AAC00;
}
.data-corrected:after {
  border-top-color: #CEF1B4;
}
.dev-comment:before {
	border-color: rgba(213, 0, 0, 0);
	border-top-color: #AF8200;
	border-width: 11px;
	margin-left: -11px;
}
.missing-data:before{
	border-color: rgba(213, 0, 0, 0);
	border-top-color: #d50000;
	left: 50%;
}
.dev-comment.noarrow:after, .dev-comment.noarrow:before {display:none;}
.dev-comment.left:after, .dev-comment.left:before {left: 25px;}

.dev-comment.center:after, .dev-comment.center:before {left: 50%;}
.dev-comment.right:after, .dev-comment.right:before {left: auto; right:25px;}
.dev-comment.right:after {
  right: 28px;
}
.dev-comment.grey {
/*-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);*/
  border: 2px dashed #828282;
  background: #E8E8E8;
  color:#8C8C8C;
}
.dev-comment.grey:after {
	border-top-color: #E8E8E8;
}
.dev-comment.grey:before {
	border-top-color: #828282;
}
/* Registrierung, Checkout, Account Step-Box */
.step_box li.success a {background: rgba(154, 205, 50, 0.2);border: 1px solid rgba(154, 205, 50, 0.2)!important;}
.step_box li.success i {color: rgba(125, 186, 0, 1) !important;}


/** Fix the delivery status icons */
.gruen, .gelb, .rot {
	width: 13px;
	height: 13px;
	background-image: url(../images/sprite_delivery.png)
}
.gelb {background-position: 0 -14px;} /* yellow */
.gruen {background-position: 0 0;} /* green */
.rot {background-position: 0 -28px;} /* red */

.dbg-table {}
	.dbg-table .table {
		border: 1px solid #BFD0E4;
		overflow: hidden;
	}
	.dbg-table .table .table_head {
		background: rgb(236,241,247);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, rgba(236,241,247,1) 0%, rgba(218,228,240,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,241,247,1)), color-stop(100%,rgba(218,228,240,1)));
		background: -webkit-linear-gradient(top, rgba(236,241,247,1) 0%,rgba(218,228,240,1) 100%);
		background: -o-linear-gradient(top, rgba(236,241,247,1) 0%,rgba(218,228,240,1) 100%);
		background: -ms-linear-gradient(top, rgba(236,241,247,1) 0%,rgba(218,228,240,1) 100%);
		background: linear-gradient(to bottom, rgba(236,241,247,1) 0%,rgba(218,228,240,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf1f7', endColorstr='#dae4f0',GradientType=0 );
		padding-top: 8px;
		padding-bottom: 8px;
		font-weight: 600;
		color: #004494;
	}
	.dbg-table .table .table_row {
		background: #fff;
		padding-top: 8px;
		padding-bottom: 8px;
		border-top:1px solid #BFD0E4;
	}
	/*.dbg-table .table .table_row:hover {
		background: #D4E0ED;
	}*/
	.dbg-table .table .listing_actions,
	.dbg-table .table .table_foot {
		border-top:1px solid #BFD0E4;
		padding: 10px 0;
	}
	.table_head {
	  padding: 0 8px;
	}
	span.frontend_checkout_cart_header {
	  margin-left: -5px;
	}
		.dbg-table .table .table_foot p {
			margin:0;
		}

	/** Specific **/

	.dbg-table .childtable {
		margin-bottom: 0;
		font-size: .9em;
	}
		.dbg-table .childtable [class^="col-"]:not(.normal-padding) {
			padding-left:5px;
			padding-right: 5px;
		}
	.dbg-table .order-content {
		margin-top: 20px;
	}
	.dbg-table .oi-status .status {
		float:left;
		margin-right:4px;
	}


/** Bottom Paging etc. **/

.bottom {
	display:inline-block;
	width:100%;
}
	.paging {
		float:left;
		width:50%;
	}
	.paging-wrap {border: 1px solid #bfd0e4;padding:5px;margin-bottom:1em;}
	.list-paging {}
	.list-display-sites {
	  line-height: 25px;
	  height: 25px;
	}
	
		.list-paging a,
		.paging a {
			display: inline-block;
			background: rgb(124,159,200);
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(top, rgba(124,159,200,1) 45%, rgba(10,75,153,1) 90%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,rgba(124,159,200,1)), color-stop(90%,rgba(10,75,153,1)));
			background: -webkit-linear-gradient(top, rgba(124,159,200,1) 45%,rgba(10,75,153,1) 90%);
			background: -o-linear-gradient(top, rgba(124,159,200,1) 45%,rgba(10,75,153,1) 90%);
			background: -ms-linear-gradient(top, rgba(124,159,200,1) 45%,rgba(10,75,153,1) 90%);
			background: linear-gradient(to bottom, rgba(124,159,200,1) 45%,rgba(10,75,153,1) 90%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c9fc8', endColorstr='#0a4b99',GradientType=0 );
			border-color: #0a4b99;
			text-align: center;
			font-weight: normal;
			color: #fff !important;
			border: 1px solid #0a4b99;
			box-shadow: inset 0 0 0 1px rgba(255,255,255,0.4);
			font-family: "Georgia",serif;
			outline: none;
			padding: 3px 6px;
			margin:0;
			font-size:12px;
		}
		.list-paging a.on,
		.paging a.on {
			-webkit-opacity:.6;
			-moz-opacity:.6;
			-ms-opacity:.6;
			-o-opacity:.6;
			opacity:.6;
		}
	.display_sites {
		float:left;
		width:50%;
		padding-top: 3px;
  		text-align: right;
	}
.agb_accept label {font-weight:normal;}


	.payment label {
		margin:0;
		color:#004494;
		
		cursor:pointer;
	}
/*.payment { margin-top: 10px; }
	.payment .method {
		margin-bottom: 5px;
	}
*/

/**** kontaktformular styling workaround ***/
@media (min-width: 768px) {
	#form-page .form-horizontal label {
	  text-align: left;
	  padding-top: 7px;
  		margin-bottom: 0;
	}
}
#form-page .form-horizontal input[type=text],
#form-page .form-horizontal input[type=email],
#form-page .form-horizontal textarea,
#form-page .form-horizontal select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  font-size: 12px;
}

#form-page .form-horizontal textarea {
  height: 85px;
}
img.checkout-finish-download-icon {
  margin-right: 10px;
}
@media screen and (max-width: 550px) {
	img.checkout-finish-download-icon {
	  max-width: 100px;
	  height: auto;
	  margin: 0 15px 10px 0 !important;
	}
}
.panel-blue .block.download-item {
  background-color: #fff;
}

#frontend_checkout_cart_footer_table {
	width: 100%;
}

#frontend_checkout_cart_footer_table td {
	padding: 5px 0;
}
