@charset "utf-8";
/* CSS Document */
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
 
@import "https://fonts.googleapis.com/css?family=Raleway:400,300,500,700";
html, body {
	overflow-x: hidden;
}
body {
	background: #e6e2df url("../images/background.gif") repeat scroll 0 0;
	font-family: "Raleway", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
a {
	color: #ffd686;
	cursor: pointer;
}
a:hover, a:focus {
	color: #ffd686;
	outline: medium none;
	text-decoration: none;
}
a:active {
	outline: medium none;
	text-decoration: none;
}
header ul, header ol {
	list-style: outside none none;
}
hr {
	border-color: #ecf0f1;
	margin-top: 5px;
}
hr.divider_typ_3 {
	margin-top: 5px !important;
}
.full_width {
	width: 100%;
}
.f_left {
	float: left;
}
.f_right {
	float: center;
}
.Notizblock {
	padding: 0;
}
.p_tb_10 {
	padding-bottom: 10px;
	padding-top: 10px;
}
.p_top_10 {
	padding-top: 10px;
}
.p_bottom_10 {
	padding-bottom: 10px;
}
.p_lr_15 {
	padding-left: 15px;
	padding-right: 15px;
}
.m_right_5 {
	margin-right: 5px;
}
.m_right_10 {
	margin-right: 10px;
}
.m_right_15 {
	margin-right: 15px;
}
.m_right_30 {
	margin-right: 30px;
}
.m_left_5 {
	margin-left: 5px;
}
.m_left_10 {
	margin-left: 10px;
}
.m_left_15 {
	margin-left: 15px;
}
.m_top_10 {
	margin-top: 0;
}
.m_top_20 {
	margin-top: 20px;
}
.m_top_30 {
	margin-top: 40px;
}
.m_top_45 {
	margin-top: 45px;
}
.m_bottom_0 {
	margin-bottom: 0;
}
.m_bottom_5 {
	margin-bottom: 5px;
}
.m_bottom_10 {
	margin-bottom: 0;
}
.m_bottom_20 {
	margin-bottom: 20px;
}
.m_bottom_30 {
	margin-bottom: 30px;
}
.m_bottom_45 {
	margin-bottom: 45px;
}
.d_none {
	display: none;
}
.v_align_t {
	vertical-align: top;
}
.v_align_m {
	vertical-align: middle;
}
.v_align_b {
	vertical-align: bottom;
}
.v_align_bs {
	vertical-align: baseline;
}
.d_inline_middle {
	display: inline-block;
	vertical-align: middle;
}
.d_inline_b {
	display: inline-block;
}
.icon {
	margin-right: 5px;
	vertical-align: baseline;
}
.shadow {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.relative {
	position: relative;
}
.p_vr_0 {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
.divider_type_3 > li::before {
	border-color: #e2e6e7;
}
.horizontal_list > * {
	float: left;
}
.horizontal_list > *:first-child {
	margin-left: 0;
}
.users_nav li {
	margin-left: 8px;
}
.users_nav li::before, .l_width_divider li::before {
	border-left: 1px solid #828686;
	content: "";
	display: inline-block;
	height: 10px;
	margin: 6px 8px 0 0;
}
.l_width_divider li::before {
	margin: 0 15px 0 0;
}
.users_nav li:first-child::before, .l_width_divider li:first-child::before {
	display: none;
}
.header-top {
	background-color: #ebebeb;
	border-bottom: 20px solid #b29ddb;
}
.h_bot_part {
	background: rgba(0, 0, 0, 0) url("../images/header.png") repeat scroll right center;
	margin-bottom: 0;
	margin-top: 0;
}
.glyphicon_item i[class^="fa "] {
	font-size: 60px;
}
.glyphicon_item {
	border: 2px solid;
	height: 130px;
	padding: 20px;
}
.glyphicon_item dl dt {
	font-size: 2.6em;
	line-height: 1em;
	margin-bottom: 3px;
}
.glyphicon_item dl dd {
	font-size: 1.3em;
	line-height: 1em;
}
.vc_child::after {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.logo-holder img {
	width: 100%;
}
.farblicht {
	color: #fff;
}
.color_green {
	color: #ccb2ff;
}
.color_dark {
	color: #333333;
}
.color_theme {
	color: #ff9966;
}
.bg_color_green_2 {
	background: #2ecc71 none repeat scroll 0 0;
}
.bg-success {
	background-color: #5cb85c;
}
.bg-warning {
	background-color: #f0ad4e;
}
.bg-info {
	background-color: #5bc0de;
}
.border-success {
	border-color: #4cae4c;
}
.border-warning {
	border-color: #eea236;
}
.border-info {
	border-color: #46b8da;
}
.btn {
	border-radius: 0;
}
.btn-link {
	color: #ff9966;
}
.btn-link:hover, .btn-link:focus {
	color: #ff9966;

}
.btn:active, .btn:visited, .btn:focus {
	outline: medium none;
}
.btn-labeled {


	padding-bottom: 0;
	padding-top: 0;
}
.btn-label {
	background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
	display: inline-block;
	left: -14px;
	padding: 10px 19px;
	position: relative;
	text-align: center;
	width: 50px;
}
.btn-primary {
	background-color: #0071b6;
	border-color: transparent;
	color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
	background-color: #00609b;
	color: #fff;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
	background-color: #ff9966;
}
.buyNow .btn, .thumbnail .btn, #footer .btn {
	text-align: left;
}
.ebay-buttons .btn {
	text-align: left;
	width: 49%;
}
.fw_light {
	font-weight: 300;
}
.fw_medium {
	font-weight: 400;
}
.fw_strong {
	font-weight: 500;
}
.schrift {
	font-weight: 700;
}
.f_size_small {
	font-size: 0.85em;
}
.f_size_medium {
}
.f_size_large {
	font-size: 1.2em;
}
.tt_uppercase {
	text-transform: capitalize;
}
.page_content_offset {
	padding-top: 0px;
}
a.thumbnail:hover, a.thumbnail:focus {
	border-color: #ff9966;
}
.tt-suggestion.tt-is-under-cursor {
	color: #ff9966;
}
.typeahead:focus {
	border-color: #ff9966;
}
.form-control:focus {
	border-color: #ff9966;
}
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
	color: #ff9966;
}
.list-group-item:last-child {
	border-radius: 0;
}
blockquote {
	border-left-color: #ffffff;
	font-size: 14px;
}
blockquote.pull-right {
	border-right-color: #ff9966;
}
.text-primary {
	color: #ca3c3c;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: #ff9966;
}
.list-group-item:first-child {
	border-radius: 0;
}
a.list-group-item.active {
	background-color: #ff9966;
	border-color: #ff9966;
}
a.list-group-item.active .list-group-item-text {
	color: #d2ebcf;
}
.product_info table {
	margin: auto;
}
.product_info tr {
	border-bottom: 1px solid #ecf0f1;
	list-style: outside none none;
}
.product_info tr:last-child {
	border-bottom: 0 none;
	margin-bottom: 10px;
}
.panel-primary .panel-heading {
	background-color: #ff9966;
	border-color: #ff9966;
}
.tab-pane h4 {
	font-size: 17px;
	margin-top: 10px;
}
.price_wrapper .f_size_large {
	font-size: 2.5em;
}
.price_wrapper p {
	margin-bottom: 0;
}
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: ease-in;
}
@keyframes fadeIn {
0% {
 opacity: 0;
}
100% {
 opacity: 1;
}
}
.short-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.fadeIn {
	animation-name: fadeIn;
}
.tab-content {
	margin-bottom: 40px;
}
.thumbnail, .img-thumbnail {
	border-radius: 0;
}
.thumb-center {
	border-bottom: 1px solid #ecf0f1;
	text-align: center;
}
.thumb-holder {
	display: inline-block;
}
.thumb-holder span {
	display: table-cell;
	height: 250px;
	text-align: center;
	vertical-align: middle;
	width: 250px;
}
.thumb-holder span img {
	max-width: 250px;
	width: 100%;
}
.img-hover img {
	transform: scale(1);
	transition: all 0.3s ease-in-out 0s;
}
.img-hover:hover img {
	transform: scale(1.05);
}
.price-wrapper {
	line-height: 2em;
}
.price-wrapper span {
	font-size: 2em;
}
.price-wrapper span small {
	font-size: 0.35em;
	font-weight: 300;
}
.navbar {
	border-radius: 10px;
	box-shadow: 0 0 3px #d7d7d7;
}
.navbar-fld {
	background: rgba(0, 0, 0, 0) url("../images/balken_header.gif") repeat scroll center center;
	border-bottom: 0 none;
	border-top: 0 none;
}
.nav > li > div {
	cursor: default;
	display: block;
	padding: 10px 15px;
	position: relative;
}
.navbar-nav > li > a, .navbar-nav > li > div {
	color: #fff;
	line-height: 23px;
	padding-bottom: 22px;
	padding-top: 22px;
	text-transform: none;
}
.navbar-nav li .active {
	background-color: #ff9966;
}
.navbar-fld .navbar-nav > li > div:hover, .navbar-fld .navbar-nav > li > a:hover {
	background-color: #f5f5f5;
	color: #666;
}
.navbar-collapse.collapse {
	display: none;
}
.dropdown-open {
	background: #f5f5f5 none repeat scroll 0 0;
	color: #666 !important;
}
.navbar-fld .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a, .navbar-fld .navbar-nav > li > div, .navbar-inverse .navbar-nav > li > div {
	border-bottom: 3px solid transparent;
	transition: all 0.4s ease 0s;
}
.navbar-toggle, .navbar-toggle .icon-bar {
	border-color: #fff;
}
.navbar-fld .navbar-toggle {
	border-color: transparent;
}
.navbar-fld .navbar-toggle .icon-bar {
	background-color: #fff;
	border-radius: 0 !important;
	height: 4px;
	width: 30px;
}
.navbar-brand {
	font-size: 25px;
	height: 55px;
	line-height: 25px;
}
.navbar-nav .open .dropdown-menu {
	background-color: #fff;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #666 !important;
}
.dropdown-toggle {
	color: #666;
}
.nav.open > a, .nav.open > a:hover, .nav.open > a:focus {
	background-color: #ff9966;
	border-color: #ff9966;
}
.navbar-fld .navbar-nav > li > a:hover, .navbar-fld .navbar-nav > li > div:hover, .navbar-fld .navbar-nav > li > a:focus {
	border-bottom-color: #ae2010;
}
.navbar-fld .navbar-nav > .active > a, .navbar-fld .navbar-nav > .active > div, .navbar-fld .navbar-nav > .active > a:hover, .navbar-fld .navbar-nav > .active > div:hover, .navbar-fld .navbar-nav > .active > a:focus, .navbar-fld .navbar-nav > .active > div:focus {
	border-bottom-color: #8d1a0d;
}
.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
	background-color: #731b1a;
}
#search {
	float: right;
}
.navbar .input-group {
	margin: 18px 0 -18px;
}
.navbar .input-group form {
	display: table;
}
#search .input-group-addon button, #search-form .input-group .btn {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: #666;
	font-size: 18px;
	padding: 0;
	position: relative;
	right: 0;
	top: 0;
	z-index: 999;
}
.nav-tabs > li > a {
	background-color: #a65243;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 1px 3px #3a3a3a;
	color: #fff;
	font-size: 1em;
	font-weight: 500;
	text-transform: capitalize;
}
.nav-tabs > li > a:hover {
	background: #d56855 none repeat scroll 0 0;
	color: #fff !important;
	transition: color 0.4s ease 0s, background-color 0.4s ease 0s;
}
.nav-tabs > li > a .active, .nav-tabs > li > a.active:hover, .nav-tabs > li > a.active:focus, .nav-tabs > li > a.selected {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #d56855 none repeat scroll 0 0;
	border-image: none;
	border-radius: 10px 10px 0 0;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 3px #3a3a3a;
	color: #fff !important;
	cursor: default;
	outline: medium none;
	transition: color 0.4s ease 0s, background-color 0.4s ease 0s;
}
.widget figcaption_2 {
	background: rgba(0, 0, 0, 0) url("../images/t_header_2.gif") repeat scroll right center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0 1px 3px #3a3a3a;
	padding: 15x 20px 14px 0px;
}
.widget figcaption {
	background: rgba(0, 0, 0, 0) url("../images/t_header.gif") repeat scroll right center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0 1px 3px #3a3a3a;
	padding: 15x 20px 14px 0px;
}
.widget figcaption h3 {
	color: #2d98e3;
	font-size: 16px;
	font-weight: bold;
	left: -8px;
	margin: 0;
	padding: 14px;
	text-align: left;
	text-transform: none;
	top: 0;
}
.widget .widget_content {
	background-color: #ffffff;
	border: 1px solid #ebe6e0;
	padding: 15px 20px 14px;
}
.widget .widget_content center ul li {
	float: left;
	list-style: outside none none;
	margin: 5px;
}
.widget .widget_content center ul li:hover {
	opacity: 0.5;
	transition: all 0.4s ease 0s;
}
#mainpic {
	display: inline-block;
}
#mainpic span {
	height: auto;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
#mainpic span img {
	height: auto;
	transition: opacity 1s ease-in-out 0s;
	width: 100%;
}
.product_single_preview #gallery {
	text-align: center;
	width: 100%;
}
#image-thumb {
	text-align: left;
}
.product_single_preview {
	width: 100%;
	z-index: 0;
}
.photoframe {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #fff none repeat scroll 0 0;
	border-color: -moz-use-text-color #fff #fff;
	border-image: none;
	border-style: none solid solid;
	border-width: 0 10px 10px;
	z-index: 1;
}
.qv_preview [class*="button_type_"] {
	bottom: 10px;
	position: absolute;
	right: 10px;
	z-index: 2;
}
.product_single_preview hr {
	margin-top: 5px;
}
.qv_carousel_wrap * {
}
.qv_carousel_wrap li {
	cursor: pointer;
	padding: 0 3.5px;
}
.qv_carousel_single {
	display: table;
	margin: auto;
	padding: 0;
	text-align: left;
}
.qv_carousel_wrap .qv_carousel_single li {
	display: inline-block;
	height: 100px;
	list-style: outside none none;
	margin: 0 3px 5px;
	width: 100px;
}
.qv_carousel_wrap .qv_carousel_single li span {
	display: table-cell;
	height: 99px;
	text-align: center;
	vertical-align: middle;
	width: 99px;
}
.qv_carousel_wrap .qv_carousel_single li img {
	max-height: 95px;
	max-width: 95px;
}
a.topfooter {
	display: block;
	line-height: 28px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #fff!important;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px
}
a.topfooter i {
	font-size: 20px;
	padding-right: 10px;
	color: #ccc
}
a.topfooter:hover {
	background: #2573dc
}
.footer {
	width: 100%;
	margin: 0;
	padding: 10px 0 20px 0;
	box-shadow: 2px 2px 3px #aaa;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background: #e6e2df url("../images/footer.gif") repeat scroll 0 0;
}
.footer h1 {
	margin: 10px 0;
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	color: #ffffff;
	border-bottom: 1px dotted #294b7b;
}
.footer ul.katmenu li {
	padding: 2px 15px
}
.footer ul.katmenu li:before {
	display: none
}
.footer ul.katmenu li:hover {
	background: #d8d8d8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.footer ul.katmenu li i {
	color: #454545;
	padding-right: 5px
}
.footer p {
	font-family: Open Sans;
	font-size: 12px;
	color: #241b13;
	text-align: left;
	margin: 0;
	padding: 5px 20px
}
.footer p i {
	color: #2573dc;
	padding-right: 3px
}
a.nws i {
	color: #fff;
	font-size: 16px;
	padding-right: 15px
}
a.nws {
	margin: 10px 25px;
	display: block;
	background: url("../images/t_header.png") no-repeat top right;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
a.nws:hover {
	background: url("../images/navi.gif") no-repeat top right;
	color: #ffffff;
}
.c_info_list {
	word-break: break-all;
}
.c_info_list .contact_e {
	display: block;
	padding-left: 20px;
}
.vertical_list {
	margin-top: -8px;
}
.vertical_list li a {
	border-top: 1px solid #333333;




	display: block;
	padding: 8px 0;

	position: relative;
}
.vertical_list li:first-child a, .categories_list > li:last-child > a {
	border: medium none;
}
.vertical_list li a i[class^="fa "] {
	margin-top: -7px;
	position: absolute;
	right: 0;
	top: 50%;
}

@media only screen and (max-width: 1200px) {
.glyphicon_item i[class^="fa "] {
	line-height: 1em;
}
.glyphicon_item {
	height: auto;
	padding-top: 30px;
}
.d_md_inline_middle {
	display: inline-block;
	vertical-align: middle;
}
.d_md_block {
	display: block;
}
.m_md_bottom_5 {
	margin-bottom: 5px;
}
.m_md_bottom_10 {
	margin-bottom: 10px;
}
.m_md_bottom_30 {
	margin-bottom: 30px;
}
.m_md_right_0 {
	margin-right: 0;
}
.t_md_align_c {
	text-align: center;
}
}

@media only screen and (max-width: 992px) {
.f_sm_none {
	float: none !important;
}
.m_sm_bottom_20 {
	margin-bottom: 20px;
}
}

@media (min-width: 768px) {
.dropdown-open {
	color: #666;
}
.dropdown:hover > .dropdown-menu {
	display: block;
}
}

@media only screen and (max-width: 900px) {
#bg_body {
	max-width: 900px;
}
}

@media only screen and (max-width: 800px) {
#bg_body {
	max-width: 800px;
}
}

@media (min-width: 901px) and (max-width: 992px) {
.thumb-holder span {
	height: 280px;
	width: 280px;
}
}

@media (min-width: 800px) and (max-width: 900px) {
.thumb-holder span {
	height: 200px;
	width: 220px;
}
}

@media only screen and (max-width: 768px) {
.navbar .input-group {
	margin: 10px 0;
}
#bg_body {
	max-width: 768px;
}
.product_single_preview, .product_single_preview #gallery, #mainpic span img {
	width: 100%;
}
.p_xs_lr_15 {
	padding-left: 15px;
	padding-right: 15px;
}
.f_xs_left {
	float: left !important;
}
.f_xs_none {
	float: none !important;
}
.f_xs_right {
	float: right !important;
}
.p_xs_tb_0 {
	padding-bottom: 0;
	padding-top: 0;
}
.p_xs_bottom_30 {
	padding-bottom: 30px;
}
.m_xs_top_0 {
	margin-top: 0 !important;
}
.m_xs_top_2 {
	margin-top: 2px;
}
.m_xs_top_5 {
	margin-top: 5px;
}
.m_xs_top_10 {
	margin-top: 10px;
}
.m_xs_bottom_2 {
	margin-bottom: 2px;
}
.m_xs_bottom_5 {
	margin-bottom: 5px;
}
.m_xs_bottom_10 {
	margin-bottom: 10px;
}
.Notizblock_xs {
	padding: 0;
}
.m_xs_right_0 {
	margin-right: 0;
}
.m_xs_right_5 {
	margin-right: 5px;
}
.m_xs_right_10 {
	margin-right: 10px;
}
.m_xs_right_15 {
	margin-right: 15px;
}
.m_xs_left_0 {
	margin-left: 0;
}
.m_xs_left_5 {
	margin-left: 5px;
}
.m_xs_left_10 {
	margin-left: 10px;
}
.m_xs_left_15 {
	margin-left: 15px;
}
.t_xs_align_c {
	text-align: center;
}
.nav-tabs > li {
	margin-top: 2px;
}
.nav-tabs > li > a {
	width: 100%;
}
.glyphicon_item dl dd {
	font-size: 1.2em;
}
.t_xs_align_c {
	text-align: center;
}
.qv_carousel_single {
	text-align: center;
}
.d_xs_inline_b {
	display: inline-block;
}
.d_xs_block {
	display: block;
}
.w_xs_full {
	width: 100%;
}
}

@media only screen and (max-width: 640px) {
#bg_body {
	max-width: 640px;
}
#search {
	margin-bottom: 20px;
	position: relative;
}
}

@media only screen and (max-width: 600px) {
#bg_body {
	max-width: 600px;
}
}

@media only screen and (max-width: 480px) {
#bg_body {
	max-width: 480px;
}
.t_xs_left {
	text-align: left !important;
}
.w_mxs_full {
	width: 100%;
}
#mainpic {
	height: 350px;
	width: 350px;
}
#mainpic span {
	height: 350px;
	width: 350px;
}
.qv_carousel_wrap .qv_carousel_single li {
	max-height: 85px;
	max-width: 85px;
}
.qv_carousel_wrap .qv_carousel_single li span {
	max-height: 84px !important;
	max-width: 84px !important;
}
.qv_carousel_wrap .qv_carousel_single li span img {
	max-height: 84px !important;
	max-width: 83px !important;
}
}

@media only screen and (max-width: 360px) {
.thumb-holder span {
	height: 290px;
	width: 290px;
}
#bg_body {
	max-width: 360px;
}
#mainpic {
	height: 235px;
	width: 235px;
}
#mainpic span {
	height: 235px;
	width: 235px;
}
.w_xs_full {
	width: 100% !important;
}
}



@media only screen and (max-width: 320px) {
#bg_body {
	max-width: 320px;
}
#mainpic {
	height: 195px;
	width: 195px;
}
#mainpic span {
	height: 195px;
	width: 195px;
}
}
.error[class*="alert_box"] i[class^="fa "] {
	color: #e74c3c;
}
[class*="alert_box"] {
	padding: 0 10px 0 50px;
	position: relative;
}
[class*="alert_box"] p {
	font-size: 1em;
}
[class*="alert_box"] span {
	font-size: 1.5em;
	font-weight: 800;
}
[class*="alert_box"] i[class^="fa "] {
	font-size: 55px;
	left: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.success[class*="alert_box"] {
	background: #434245 none repeat scroll 0 0;
}
.success[class*="alert_box"] i[class^="fa "] {
	color: #2ecc71;
}
.info[class*="alert_box"] {
	background: #434245 none repeat scroll 0 0;
	color: #ccb2ff;
}
.info[class*="alert_box"] i[class^="fa "] {
	color: #3498db;
}
.error[class*="alert_box"] {
	color: #cb2700;
}
.warning[class*="alert_box"] i[class^="fa "] {
	color: #f39c12;
}
.warning[class*="alert_box"] {
	background: rgba(243, 156, 18, 0.1) none repeat scroll 0 0;
	color: #e67e22;
}
.box {
	background-color: #bec4bd;
 border-top: 1px solid #;
	border-bottom: 0px solid #dcdcdc;
 border-right: 1px solid #;
 border-top: 1px solid #;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
 box-shadow: 1px 1px 1px 1px #;
}
.leftcol .box h2 {
	background: rgba(0, 0, 0, 0) url("../images/t_header.gif") repeat scroll right center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 1px 0px 3px 0px #d9e0d8;
	color: #868583;
	font-size: 16px;
	font-weight: normal;
	left: -11px;
	margin: 0;
	padding: 10px;
	position: absolute;
	text-align: center;
	text-transform: none;
	top: 5px;
	width: 107%;
}
.leftcol {
	float: left;
	margin-right: 20px;
	padding: 0;
	width: 100%;
}
#fragen {
	font-size: 14px;
	color: #676363;
	padding: 60px 40px 0 30px;
	position: relative;
}
#versand {
	font-size: 14px;
	padding: 70px 40px 0 30px;
	position: relative;
}
#categories {
	font-size: 14px;
	position: relative;
}
#categorymenu {
	padding-top: 0px;
	list-style-type: none;
}
#categorymenu li.hauptkategorie:last-child a, #information li:last-child a {
	border-radius: 0;
}
#categorymenu li.hauptkategorie:first-child a, #information li:first-child a {
	border-top: medium none;
}
#categorymenu li.hauptkategorie a, #information li a {
	background: url("../images/navi.png") no-repeat top right;
	border-bottom: 1px dotted #;
	color: #ffffff;
	font-weight: normal;
	display: block;
	padding: 5px 20px 10px 10px;
}
#categorymenu li.hauptkategorie.aktiv a {
	background-color: #db614b;
	color: #ffc55a;
}
#categorymenu li.hauptkategorie a:hover, #information li a:hover {
background: url("../images/navi_hover.png") no-repeat top right;
	color: #333333 !important;
	padding-left: 18px;
	transition: all 0.5s ease 0s;
}
#categorymenu:hover li.hauptkategorie.aktiv:hover a {
	background-color: #db614b;
}
#categorymenu li:hover::before, #categorymenu li.aktiv::before {
	color: #db614b;
}
ul.katmenu li a {
	color: #2d98e3;
	display: block;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: none;
}
ul.katmenu li a:hover {
	color: #004c7a;
	text-decoration: none;
}
.footer p i {
	color: #306bb1;
}
.box_2 {
	background-color: #ffffff;
	border: 1px solid #e1e0e0;
	border-radius: 0;
	box-shadow: 0 0px 0 #a4a3a3;
}
.leftcol_2 .box_2 h2 {
	background: rgba(0, 0, 0, 0) url("../images/t_header.gif") repeat scroll right center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0 1px 3px #929191;
	color: #f67c04;
	font-size: 16px;
	font-weight: bold;
	left: -8px;
	margin: 0;
	padding: 12px;
	position: absolute;
	text-align: left;
	text-transform: none;
	top: -40px;
	width: 102%;
}
.leftcol_2 {
	float: left;
	margin-right: 20px;
	padding: 0;
	width: 100%;
}
.list-unstyled li {
	margin-top: 8px;
	color: #0d4378;
}
a {
	color: #ffffff;
}
a:hover {
	color: #0099dd;
	text-decoration: none;
	transition: all 0.2s ease 0s;
}

