/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
*/

body {
  text-rendering: auto;
  font-family: 'Ropa Sans W06 Light', 'Ropa Sans W01 Light', sans-serif;
  color: #303030;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.helix-ultimate-preloader {
  overflow: hidden;
}
body.helix-ultimate-preloader:before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background: rgba(255, 255, 255, .9);
}
body.helix-ultimate-preloader:after {
  content: "\f110";
  font-family: "Font Awesome 5 Free";
  font-size: 36px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  line-break: 48px;
  font-weight: 900;
  text-align: center;
  color: #007bff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 99999;
}
p{
    font-family: 'Ropa Sans W06 Light', 'Ropa Sans W01 Light', sans-serif;
    color: #303030;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
		margin-bottom:8px;
}
h1,
h2,
h5,
h6,
.h1,
.h2,
.h5,
.h6 {
    font-family: 'Ropa Sans W06 Light', 'Ropa Sans W01 Light', sans-serif;
    color: #303030;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 8px;
}

.h3,
.h4,
h3,
h4 {
    font-family: 'Ropa Sans W06 Regular', 'Ropa Sans W01 Regular', sans-serif;
    color: #303030;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 8px;
}

strong {
    font-family: 'Ropa Sans W06 Regular', 'Ropa Sans W01 Regular', sans-serif;
    font-weight: 400;
}

h1, .h1 {
    font-size: 50px;
    margin: 20px 0 30px;
}
h2, .h2 {
    font-size: 32px;
    margin: 15px 0 20px;
}
h3, .h3 {
    font-size: 18px;
    margin: 10px 0 10px;
}
h4, .h4 {
    font-size: 18px;
    margin: 10px 0 8px;
}
h5, .h5 {
    font-size: 18x;
    margin: 10px 0 8px;
}
h6, .h6 {
    font-size: 18px;
    margin: 10px 0 8px;
}

h1 .a, h2 .1, h3 .a, h4 .1 h5 .a, h6 .a {
    color: #303030;
}

a {
  transition: color 400ms, background-color 400ms;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
#sp-top-bar {
  padding: 8px 0;
  font-size: 0.875rem;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 1.25rem;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px 7px;
}

.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 important!;

}
.sp-module-content .mod-languages ul.lang-inline li > a:before {
  display: none;
}
.mod-languages img{
	float: left;
}


.sp-module-content .latestnews > li > a > span {
  display: block;
  margin-top: 5px;
  font-size: 85%;
}
.sp-contact-info {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
  white-space: nowrap;
}
.sp-contact-info li i {
  margin: 0 3px;
}
#sp-header {
  position: fixed;
  height: 80px;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  /*box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);*/
  overflow: hidden;
  border-bottom: 1px solid #bbb;
}

@media screen and (min-width: 993px) {
	#sp-header:hover {
  	height: 210px;
	}
}

#sp-header .logo {
  height: 120px;
	width:150px;
	padding-top:10px;
  display: inline-flex;
  margin: 0;
	overflow: hidden;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding-top: 5px;
}
#sp-header .logo a img {
	width:150px;
	height: 75px;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-banner {
	padding-bottom:50px;
}
#sp-title {
  padding: 10px;
  min-height: 0;
	margin: 0 auto;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title .sp-page-title-heading {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title .sp-page-title-sub-heading {
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
#sp-footer .breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
}
#sp-footer .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.8);
}
#sp-footer .breadcrumb > span, #sp-footer .breadcrumb > li, #sp-footer .breadcrumb > li + li:before, #sp-footer .breadcrumb > li > a {
  color: rgba(255,255,255,0.9);
}

#sp-footer span.divider:before {
  /*font-family: FontAwesome;*/
  content: " ►";
	font-size:15px;
}

.body-innerwrapper {
  overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#sp-main-body {
  padding: 20px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 50px;
  border: 1px solid #f3f3f3;
  padding: 30px;
  border-radius: 3px;
}
#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
  margin-top: 0;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  margin: 0 0 30px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul, #sp-right .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
  display: block;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
}
#sp-left .sp-module ul > li:last-child, #sp-right .sp-module ul > li:last-child {
  border-bottom: none;
}
#sp-left .sp-module .categories-module ul, #sp-right .sp-module .categories-module ul {
  margin: 0 10px;
}
#sp-left .sp-module .latestnews > div, #sp-right .sp-module .latestnews > div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
#sp-left .sp-module .latestnews > div:last-child, #sp-right .sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#sp-left .sp-module .latestnews > div > a, #sp-right .sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}
#sp-left .sp-module .tagscloud, #sp-right .sp-module .tagscloud {
  margin: -2px 0;
}
#sp-left .sp-module .tagscloud .tag-name, #sp-right .sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
#sp-left .sp-module .tagscloud .tag-name span, #sp-right .sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.registration .modal {
  display: inline-block;
  position: inherit;
}
.com-content.layout-edit .nav-tabs .nav-link, .com-content.layout-edit label.hasPopover, .registration label.hasPopover {
  display: inline-block !important;
}
.registration .form-check-inline input[type="radio"] {
  display: inline-block;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt, .search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-list .article {
  margin-bottom: 30px;
  /*padding: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 3px;*/
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
  /*margin: -20px -20px 20px -20px;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #f5f5f5;*/
  overflow: hidden;
}
.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
  /*border-radius: 3px 3px 0 0;*/
}

.article-intro-image {
	width: 45%;
	margin: 0 0 20px 20px;
}

.article-feature-gallery {
	width: 45%;
	float:right;
	margin: 0 0 20px 20px;
}

/*.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 1.375rem;
  margin: 0 0 1.25rem 0;
}*/
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: #252525;
}

.article-header {
	margin-top: 30px;
}

.article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h2 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:focus {
  color: #044cd0;
}
.article-list .article .readmore {
  font-size: 0.875rem;
	clear:both;
}
.article-list .article .readmore a {
  color: #252525;
  font-weight: 500;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  color: #044cd0;
}
.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.article-info > span {
  font-size: 0.813rem;
}
.article-info > span + span::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: "/";
}
.article-info > span a {
  color: #252525;
}
.article-info > span a:hover {
  color: #044cd0;
}

.article-details {
	padding-top: 70px;
}

.article-details .article-header {
	padding-top: 0px;
  position: relative;
}
.article-details .article-info {
  margin-bottom: 1rem;
}
.article-details .article-full-image {
  text-align: center;
  margin-bottom: 2rem;
}
.article-details .article-full-image img {
  display: inline-block;
}
.article-details .article-featured-video, .article-details .article-featured-audio, .article-details .article-feature-gallery {
  margin-bottom: 2rem;
}
.article-details .article-ratings-social-share {
	display: none;
  /*padding: 1rem 0;
  margin-bottom: 1rem;*/
}
.article-details .article-author-information {
  padding-top: 2rem;
  margin-top: 2rem;
}
.article-details .article-can-edit {
  position: relative;
  margin-bottom: 10px;
}
.article-details .article-can-edit a {
  display: inline-block;
  background: #2a61c9;
  color: #fff;
  padding: 5px 12px;
  border-radius: 3px;
  font-size: 18px;
}
.related-article-list-container {
  margin-top: 15px;
}
.related-article-list-container .related-article-title {
  font-size: 22px;
  padding-bottom: 15px;
}
.related-article-list-container ul.related-article-list {
  list-style: none;
  padding: 0;
}
.related-article-list-container ul.related-article-list li {
  margin-bottom: 10px;
}
.related-article-list-container ul.related-article-list li .article-header h2 {
  font-size: 1.2rem;
}
.related-article-list-container ul.related-article-list li .article-header h2 a {
  color: #252525;
}
.related-article-list-container ul.related-article-list li .article-header h2 a:hover {
  color: #044cd0;
}
.related-article-list-container ul.related-article-list li .published {
  font-size: 18px;
}
.tags {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
  display: block;
}
.tags > li {
  display: inline-block;
}
.tags > li a {
  display: block;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 6.25rem;
}
.tags > li a:hover {
  color: #fff;
}
.pager {
  list-style: none;
  padding: 2rem 0 0 0;
  margin: 2rem 0 0 0;
}
.pager::after {
  display: block;
  clear: both;
  content: "";
}
.pager > li {
  display: inline-block;
}
.pager > li.previous {
  float: left;
}
.pager > li.next {
  float: right;
}
.pager > li a {
  display: inline-block;
  font-size: 0.785rem;
  padding: 1rem 2.5rem;
  border-radius: 100px;
}
#article-comments {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.article-ratings {
  display: flex;
  align-items: center;
}
.article-ratings .rating-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 1rem;
  display: inline-block;
  margin-left: 5px;
}
.article-ratings .rating-symbol span.rating-star {
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.article-ratings .rating-symbol span.rating-star.active:before {
  content: "\f005";
  color: #f6bc00;
  font-weight: 900;
}
.article-ratings .rating-symbol span.rating-star:before {
  content: "\f005";
  padding-right: 5px;
}
.article-ratings .rating-symbol span.rating-star:hover:before, .article-ratings .rating-symbol span.rating-star:hover ~ span.rating-star:before {
  content: "\f005";
  color: #e7b000;
  font-weight: 900;
  cursor: pointer;
}
.article-ratings .ratings-count {
  font-size: 0.785rem;
  color: #999;
}
.article-ratings .fa-spinner {
  margin-right: 5px;
}
.pagination-wrapper {
  align-items: center;
}
.pagination-wrapper .pagination {
  margin-bottom: 0;
}
.article-social-share {
  float: right;
	display: none;
}
.article-social-share .social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.article-social-share .social-share-icon ul li {
  display: inline-block;
}
.article-social-share .social-share-icon ul li:not(:last-child) {
  margin-right: 10px;
}
.article-social-share .social-share-icon ul li a {
  border: 1px solid #ededed;
  font-size: 1rem;
  border-radius: 50%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  display: inline-block;
}
.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus {
  color: #fff;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module, .categories-module, .archive-module, .latestnews, .newsflash-horiz, .mostread, .form-links, .list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
  padding: 2px 0;
}
.category-module li h4, .categories-module li h4, .archive-module li h4, .latestnews li h4, .newsflash-horiz li h4, .mostread li h4, .form-links li h4, .list-striped li h4 {
  margin: 5px 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.contentpane:not(.com-sppagebuilder) {
  padding: 20px;
}

/* Footer */

#sp-bottom {
  padding: 60px 0 30px;
  font-size: 18px;
  line-height: 1.6;
}
#sp-bottom .sp-module {
  margin-bottom: 30px;
}
#sp-bottom .sp-module .sp-module-title {
  font-size: 18px;
  margin: 0 0 30px;
}
#sp-bottom .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-bottom .sp-module ul > li {
  display: block;
  margin-bottom: 5px;
  line-height:18px;
}
#sp-bottom .sp-module ul > li:last-child {
  margin-bottom: 0;
}
#sp-bottom .sp-module ul > li > a {
  display: inline;
}
#sp-bottom .sp-module ul > li > img {
	vertical-align: middle;

}
#sp-footer, #sp-footer p {
  font-size: 18px;
  color: rgba(255,255,255,0.9);
  padding: 0;
}

#sp-footer .container-inner {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .9);
}
#sp-footer ul.menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
#sp-footer ul.menu li {
  display: inline-block;
  margin: 0 10px;
}
#sp-footer ul.menu li a {
  display: block;
}
#sp-footer ul.menu li a:hover {
  background: none;
}
#sp-footer #sp-footer2 {
  text-align: right;
}

ul.lang-block li a {
	display: flex;
	vertical-align: middle;
	line-height: 12px;
	padding:5px 0 9px 0;
}


.htc__news__inner {
    position: relative;
}
.news__input input {
    border: 1px solid #d9d9d9 ;
    color: #d9d9d9;
    font-size: 18px;
    height: 40px;
    padding: 0 30px 0 15px;
	border-radius: 0px;
}
.subscribe__btn input {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    height: 40px;
}



/* Footer Ende */

html.offline body {
  background: #f3f3f3;
}
html.offline .offline-wrapper {
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
}
html.error-page {
  width: 100%;
  height: 100%;
}
html.error-page body {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.error-page .error-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.error-page .error-code {
  margin: 0 0 1rem;
  font-size: 6rem;
  line-break: 1;
}
html.error-page .error-message {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
html.error-page .error-modules {
  margin-top: 2rem;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.profile > div:not(:last-child) {
  margin-bottom: 30px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
	padding-top: 0px;
}
table.category {
  width: 100%;
}
table.category thead > tr, table.category tbody > tr {
  border: 1px solid #f2f2f2;
}
table.category thead > tr th, table.category tbody > tr th, table.category thead > tr td, table.category tbody > tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media screen and print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-preloader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-preloader > div {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  animation: spSpin 0.75s linear infinite;
}
.sp-preloader > div:after {
  content: '';
  position: absolute;
  width: 49px;
  height: 49px;
  top: 1px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #333;
  border-radius: 3px;
  z-index: 1000;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
  background: #444;
}
.control-group {
  margin-bottom: 1rem;
}
select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
  height: calc(2.25rem + 2px);
}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
  display: block;
  width: 100%;
	height: 40px;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, select:not(.form-control):focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}

select.uli-menu {
	width: 110px;
}

.chzn-select, .chzn-select-deselect {
/*  width: 100%; */
}
.chzn-container.chzn-container-single .chzn-single {
  display: block;
  margin:2px 0 8px;
/*  width: 100%; */
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  height: calc(2.25rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-single div {
  width: 30px;
  background: none;
}
.chzn-container.chzn-container-single .chzn-single div > b {
  background: none;
  position: relative;
}
.chzn-container.chzn-container-single .chzn-single div > b:after {
  content: "\f0dc";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.chzn-container.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
  border-radius: 0.25rem 0.25rem 0 0;
}
.chzn-container.chzn-container-single .chzn-search {
  padding: 0.625rem;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.5rem 1.429rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25;
  height: calc(2rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"]:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.chzn-container.chzn-container-single .chzn-search:after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.chzn-container.chzn-container-single .chzn-drop {
  border-color: rgba(0, 0, 0, .15);
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-results li.highlighted {
  background-image: none !important;
}
.chzn-container.chzn-container-multi .chzn-choices {
  display: block;
  width: 100%;
  padding: 0 0.75rem;
  min-height: calc(2.25rem + 2px);
  line-height: 1.25;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
  height: calc(2rem + 2px);
  background-color: #fff;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice {
  margin: 5.5px 5px 0 0;
  padding: 5px 20px 5px 5px;
  background-image: none;
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, .1);
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  background: none;
  top: 5px;
  color: rgba(0, 0, 0, .2);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  color: rgba(0, 0, 0, .5);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  right: 0;
}
.chzn-container.chzn-container-multi.chzn-with-drop.chzn-container-active .chzn-choices {
  border-radius: 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop {
  margin-top: -4px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results:not(:empty) {
  padding: 0.75rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results li.no-results {
  background: none;
}

.form-horizontal .control-label {
  float: left;
  width: auto;
  padding-top: 5px;
  padding-right: 5px;
  text-align: left;
}
.form-horizontal .controls {
  margin-left: 220px;
}
.card-block {
  padding: 20px;
}
.card-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.card-block ul li {
  display: block;
}
.alert.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
#sp-cookie-consent {
  position: fixed;
  font-size: 16px;
  font-weight: 500;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
}
#sp-cookie-consent > div {
  padding: 20px;
  position: relative;
}
.form-check-inline input[type="radio"] {
  display: none;
}
#versionsModal {
  top: 10%;
}
#versionsModal .modal-dialog {
  max-width: 80%;
}
#versionsModal iframe {
  min-height: 300px;
}
.com-media.contentpane {
  padding: 10px !important;
}
.com-media .well {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.com-media .well .row {
  margin: 0;
  padding: 0;
}
.com-media .well .row > div:first-child {
  width: calc(100% - 200px);
}
.com-media .well .row > div:last-child {
  width: 200px;
  float: right;
  text-align: right;
  padding-top: 30px;
}
.com-media .well .row #folderlist {
  display: inline-block;
}
.com-media .well .row #upbutton {
  display: none;
}
.com-media.view-imagesList {
  padding: 0px 0px 10px 0 !important;
}
.com-media.view-imagesList:before {
  content: " ";
  display: table;
}
.com-media.view-imagesList:after {
  display: block;
  clear: both;
  content: "";
}
.com-media.view-imagesList ul.manager {
  list-style: none;
  padding: 0;
  margin: 0;
}
.com-media.view-imagesList ul.manager > li.thumbnail {
  width: 110px;
  float: left;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child {
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span {
  display: inline-block;
  width: 60px;
  height: 40px;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
  background-color: #92ceff;
  border-radius: 0 5px 5px 5px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span:before {
  content: '';
  width: 50%;
  height: 12px;
  border-radius: 0 20px 0 0;
  background-color: #92ceff;
  position: absolute;
  top: -12px;
  left: 0px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child img {
  display: inline-block;
}
ul.sp-megamenu-parent {
  list-style: none;
  width: 100%;
  max-width:850px;
  padding: 30px 50px 0 0;
  margin: 0;
  z-index: 99;
  position: relative;
  display: flex !important;
  text-align: justify;
  justify-content: space-between;
  /*border: 1px solid red;*/
  float:left;
}
ul.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 0;
	transition: all 300ms;
}
/*@media screen and (max-width: 1100px) {
  .sp-megamenu-parent >li {
    padding: 0 30px 0 0;
	}
}
@media screen and (min-width: 1250px) {
  .sp-megamenu-parent >li {
    padding: 0 90px 0 0;
	}
}
@media screen and (min-width: 1400px) {
  .sp-megamenu-parent >li {
    padding: 0 120px 0 0;
	}
}
*/
.sp-megamenu-parent >li:last-child {
	padding: 0;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a {
  display: inline-block;
  padding: 5px 0 0;
  line-height: 20px;
	height: 45px;
  font-family: 'Ropa Sans W06 Regular', 'Ropa Sans W01 Regular', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  color: #444;
}
.sp-megamenu-parent >li.sp-has-child>a:after {
  /*font-family: "FontAwesome";
  content: " \f107";*/
}
.sp-megamenu-parent .sp-module {
  padding: 10px; /* Hauptmenu Uli */
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  /*display: none; Uli*/
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  /* background: #ffffff; */
  /* box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2); */
  text-transform: none; /*uppercase;*/
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  /* font-family: "FontAwesome";
  content: " \f105";
  float: right; */
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 55px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  display: none;
/*top: 0;
  left: 100%;*/
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  /* box-shadow: 0 0 5px rgba(0,0,0,0.2); */
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0 10px 0 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
  display: block;
  padding: 0; /* 10px; Uli */
  color: #141414;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title {
  text-transform: none; /*uppercase;*/
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
  color: #ff4136;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 0px; /* 30 */
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}

.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
.main__menu ul.dropdown li,.sp-megamenu-parent .sp-dropdown {
	margin.top: 10px;
}
.main__menu ul.dropdown li ,.sp-megamenu-parent .sp-dropdown li {
  /*border-bottom: 1px solid #f4f4f4;*/
  display: block;
	/*background: red; Uli */
  text-align:left;
}
.main__menu ul.dropdown li a ,.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  padding: 8px 0 0 0; /*10px 18px Uli*/
}

.main__menu ul.dropdown li a ,.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a{
  /*background: #ffffff none repeat scroll 0 0; Uli */
  color: #444;
  display: block;
  font-family: 'Ropa Sans W06 Regular', 'Ropa Sans W01 Regular', sans-serif;
  font-size: 18px;
  letter-spacing: 0px;
  width: 150px;
  line-height: 18px;
  padding: 0 10px 0 0; /*10px 18px Uli*/
  text-align: left;
  text-decoration: none;
  text-transform: none; /*uppercase Uli;*/
  transition: all 0.3s ease 0s;
}
.main__menu li.drop ul.dropdown li:hover > a ,.
sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover{
  /*background: #fafafa none repeat scroll 0 0; Uli */
  color: #808080; /*#ff4136;*/
}

@media screen and (min-width: 992px) {
	.inaktiv {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

div.container, #sp-title {
	width: 90%;
	max-width:1500px;
}

#sp-header div.container {
	width: 90%;
	max-width:1800px;
}

@media screen and (min-width: 992px) {
	#offcanvas-toggler {
		display: none !important;
	}
}
@media screen and (max-width: 992px) {
	#sp-men2, ul.sp-megamenu-parent {
		display: none !important;
	}
}

/* Men2 Sprachen */

.sp-column {
	/*border: 1px solid red;*/
}

#sp-men2 .sp-column {
	padding-top: 30px;
}

#sp-men2 a.chzn-single, #sp-men2 div.chzn-drop {
	border: none;
}

#sp-men2 div.chzn-container-active a {
	background: none;
}

#sp-men2 div.chzn-drop {
	margin-top:8px;
}

#sp-men2 li.active-result {
	background: none;
	color: #484848;
}

#sp-men2 a.chzn-single span, #sp-men2 li.active-result {
  font-family: 'Ropa Sans W06 Regular', 'Ropa Sans W01 Regular', sans-serif;
  font-size: 18px;
  letter-spacing: 0px;
  color: #252525;
}

/* Offcanvas */

#offcanvas-toggler {
  display: block;
	padding-top:20px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}
#offcanvas-toggler > span:hover {
  color: #fff;
}
.offcanvas-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas-active .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 18px;
  background: #333;
  color: #fff;
}
.close-offcanvas:hover {
  background: #666;
  color: #fff;
}
.offcanvas-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: inherit;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner {
  padding: 30px;
	margin-top:30px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  padding: 0;
  margin: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: bold;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 1rem;
  padding: 0.125rem 0;
  position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .nav-header > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  font-size: 0.875rem;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-left {
  float: left;
  margin-right: 20px;
}
body.ltr.offcanvs-position-left .body-wrapper {
  left: 0;
}
body.ltr.offcanvs-position-left .offcanvas-menu {
  left: -300px;
}
body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  left: 0;
}
body.ltr.offcanvs-position-left.offcanvas-active .body-wrapper {
  left: 300px;
}
body.ltr.offcanvs-position-right .body-wrapper {
  right: 0;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
  right: -300px;
}
body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
}
body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 300px;
}
body.ltr .close-offcanvas {
  right: 15px;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  margin-left: 10px;
}
@keyframes spFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spZoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes spRotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes spPulse {
  from {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 0.5;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes spSpin {
  to {
    transform: rotate(360deg);
  }
}

/*---------------------
  Newsletter
-----------------------*/

.input__box input ,.subscribe__btn input {
  border-left: 1px solid #d9d9d9 !important;
  color: #666666;
  height: 36px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-top: 0;
  width: 100%;
  border-radius: 0px;
  box-shadow: none;
}
.subscribe__btn input.bst__btn {
  background-image: url("../images/icons/send.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 29% auto;
  position: relative;
  text-indent: -999px;
  z-index: 5;
}
.subscribe__btn {
  position: absolute;
  right: 29px;
  top: 53px;
  width: 51px;
	height: 38px;
  z-index: 1;
  transition: 0.5s;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
}
.subscribe__btn:hover{
  background: #ddd; /*ff4136;*/
}

.input__box {
  position: relative;
}


/*------------------------------
	Startseite
--------------------------------*/

.start_text {
	text-align:center;
}


/*------------------------------
	VirtueMart

	Catagory Page
--------------------------------*/
.browseProductImage{
	float: left;
	max-width: 100% !important;
	max-height: 100% !important;
}
.vm-product-descr-container-1{
	width: 70%;
	text-align: center;
	float: left;
}
.vm-product-media-container{
	float: left;
}
.latest-view .product, .recent-view .product, .topten-view .product{
      text-align: left !important;
	}
/*------------------------------
  End Catagory Page
--------------------------------*/
--------------------------------*/

/*------------------------------
  06. Quickview Area
--------------------------------*/
.featured-view .modal.fade.in .product, .discontinued-view .modal.fade.in .product, .latest-view .modal.fade.in .product, .topten-view .modal.fade.in .product, .recent-view .modal.fade.in .product, .related-products-view .modal.fade.in .product{

	text-align: left !important;
}
.modal.fade .addtocart-btn .chzn-container a:hover {

	background: none !important;
	color: #333 !important;
}
.featured-view .product{

      text-align: left !important;

}
.product-field.product-field-type-S h4 {
    align-items: center;
    display: flex;
    font-size: 20px;
    text-transform: capitalize;
}
.modal-product .rating__and__review .review{
	padding: 0px 10px;
}

#quickview-wrapper{
    position: relative;
    z-index: 9956748;
}
.modal-dialog.modal__container {
    width: 1170px;
}

.modal-product {
    display: flex;
    padding-top: 20px;
}
.product-images {
    min-width: 50%;
    padding-right: 50px;
}
.rel_margin .product-images{
	    padding-right: 0px;
}
.rel_margin .ctegory_grid_page .addtocart-button{
	border: none;
	padding: 0px 0px;
}
.product-info h1 {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.rating__and__review {
    display: flex;
    margin-bottom: 15px;
}
.rating {
    display: flex;
    padding-right: 13px;
}
.rating li span {
    color: #ff4136;
}
.rating li + li {
    margin-left: 3px;
}
.review a {
    color: #999;
}
.s-price-box span.new-price {
    color: #ff4136;
    font-size: 23px;
    margin-right: 5px;
}
.s-price-box span.old-price {
    color: #999;
    font-size: 15px;
    text-decoration: line-through;
}

.product-info {
    padding-left: 50px;
    width: 50%;
}
.modal.fade.in .quick-desc{

    width: 100%;
    float: left;

}
.quick-desc {
    color: #999;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 83%;
}
.select__color {
    display: flex;
}
.color__list {
    align-items: center;
    display: flex;
    margin-left: 30px;
}

.color__list li + li {
    margin-left: 15px;
}
.color__list li a {
    background: #f10 none repeat scroll 0 0;
    border-radius: 100%;
    display: block;
    height: 30px;
    line-height: 31px;
    text-align: center;
    width: 30px;
}
.modal.fade.in .select__size{

	float: left;
    width: 100%;
}
.select__size {
    display: flex;
}
.color__list li.gold a {
    background: #cc9900 none repeat scroll 0 0;
}
.color__list li.orange a {
    background: #cc6600 none repeat scroll 0 0;
}
.select__color ul.color__list li a {
    text-indent: 999px;
}
.select__color h2 {
    align-items: center;
    display: flex;
    font-size: 16px;
    text-transform: capitalize;
}
.select__size h2 {
    align-items: center;
    display: flex;
    font-size: 16px;
    text-transform: capitalize;
}
.select__size {
    margin-bottom: 25px;
    margin-top: 25px;
}
.select__size ul.color__list li a {
    background: #f1f1f1 none repeat scroll 0 0;
    color: #999;
}
.widget.widget_socialsharing_widget {
    display: flex;
}
.social-icons {
    display: flex;
    margin-left: 30px;
}
h3.widget-title-modal {
    align-items: center;
    display: flex;
    font-size: 16px;
    text-transform: capitalize;
}
.social-icons li a {
    border-radius: 100%;
    color: #999;
    display: block;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.social-icons li + li {
    margin-left: 30px;
}
.social-icons li a i {
    font-size: 16px;
}
.social-icons li a:hover {
    color: #ff4136;
}
.addtocart-btn {
    margin-top: 66px;
    text-align: left !important;
}
.addtocart-btn a {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding: 0 87px;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}
.addtocart-btn a:hover {
    background: #ff4136 none repeat scroll 0 0;
    color: #fff;
}
.modal-dialog .addtowishlist.wish.link-ver1{
	height: 45px;
    line-height: 45px;
    padding: 0 20px;
	cursor: pointer;
}
.modal-dialog .link-v1.add-cart.bg-brand .addtocart-button{
	background: #333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 25px;
    padding: 0 30px;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}

.modal-dialog .link-v1.add-cart.bg-brand .addtocart-button:hover{
	background: #ff4136 none repeat scroll 0 0;
    color: #fff;
}
.modal-dialog .link-v1{
	width: 180px;
	padding: 0px;
	border: none;
	margin: 0px 10px 0px 0px;
}
.modal-dialog .ro-action {  padding-top: 20px; }
.modal-dialog .quantity-controls.quantity-minus.fa.fa-minus{
	padding: 8px 20px;
    background: none;
    border: 1px black solid;
	position: absolute;
}
.modal-dialog .fa-minus::before{
	position: absolute;
    left: 20px;
    bottom: 80px;
    border: 0px black solid;
}

.modal-dialog .quantity-controls.quantity-plus.fa.fa-plus{
	padding: 8px 20px;
    background: none;
    border: 1px black solid;
	position: absolute;

}
.modal-dialog .fa-plus::before{
	position: absolute;
    bottom: 80px;
    border: 0px black solid;
	margin-left: 15px;

}
.modal-dialog .quantity-input.js-recalculate{
	width: 15% ;
    margin-left: 50px ;
	float: left;
	display: block;
    margin-right: 5px;
}
.modal-dialog .quantity{

	float: left;
	display: flex;
	width: 100%;

}

/*------------------------------
  07. New Product Area
--------------------------------*/


.new__product {
    position: relative;
}
.new__product__details {
    left: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.new__product__thumb a img {
    width: 100%;
}
.new__product__details h2 {
    font-size: 22px;
    text-transform: capitalize;
}

.htc__btn.shop__now__btn {
    color: #3a3a3a;
    font-family: Dosis;
    font-size: 16px;
    font-weight: 500;
    padding-right: 30px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.htc__btn.shop__now__btn::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transition: all 0.5s ease 0s;
    width: 20px;
}
.htc__btn.shop__now__btn:hover {
    color: #ff4136;
}
.htc__btn.shop__now__btn:hover::before {
    background: #ff4136 none repeat scroll 0 0;
    width: 25px;
}
.new__product__btn {
    margin-top: 8px;
    text-align: center;
}
.new__product.text__align--left .new__product__details {
    left: 60px;
}
.new__product.text__align--left .new__product__btn {
    text-align: left;
}



/*------------------------------
  08. Best Product Area
--------------------------------*/



.best__product__thumb a {
    display: flex;
}
.best__product__inner {
    position: relative;
    z-index: 2;
}
.bst__pro__hover__info {
    border: 7px solid #f3f3f3;
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: scaleY(0);
    transform-origin: center top 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.bst__pro__action {
    align-items: center;
    background: #fff none repeat scroll 0 0;
    display: flex;
    height: 38px;
    justify-content: space-around;
    margin: auto !important;
    width: 160px;
}
.bst__pro__hover__info h2 {
    color: #444;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.bst__pro__hover__info span.bst__pro__prize {
    color: #636363;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 23px;
    margin-top: 7px;
}
.bst__pro__hover__info::before {
    background: #dbdbdb none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.81;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: -1;
}
.bst__pro__action li {
    position: relative;
    width: 33.33%;
}
.bst__pro__action li a {
    display: block;
}
.bst__pro__action li + li::before {
    background: #666666 none repeat scroll 0 0;
    content: "";
    height: 75%;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}
.bst__pro__action li a span {
    color: #666666;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    transition: all 0.3s ease 0s;
}
.bst__pro__action li a:hover span {
    color: #ff4e43;
}
.bst__pro__hover__action {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.best__product:hover .bst__pro__hover__info {
    opacity: 1;
    transform: scaleY(1);
}
.best__product__thumb a img {
    width: 100%;
}
.best__product {
    margin-top: 30px;
}

.section__title .title__line {
    color: #303030;
    font-size: 30px;
    line-height: 30px;
}

/*------------------------------
  09. Blog Area
--------------------------------*/
.blog {
	padding-top: 70px;
}

.left-sidebar .ptb--70{
	padding: 35px 0px;
}
.right-sidebar .ptb--70{
	padding: 35px 0px;
}
div.itemToolbar{
	padding: 0px;
	margin: 0px;
}

.blog-post-item {
    width: 100%;
    float: left;
}
.blog-post-item .blog-post-image.hover-images {
    float: left;
    width: 25%;
    margin: 20px 5px;
}
.blog-post-item .text {
    float: left;
    width: 50%;
    margin: 20px 100px;
}
.blog-post-item {
       padding-top: 30px;
}

.categore-menu li a {
    color: #666666;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
}
.categore-menu li a:hover{
    color: #ff4136;
}
.categore-menu li a span {
    float: right;
    transition: all 0.3s ease 0s;
}

.categore-menu li a i {
    font-size: 16px;
    margin-right: 10px;
}
.categore-menu {
    margin-top: 18px;
}
.categore-menu li {
    border-bottom: 1px solid #dcd9d9;
    height: 42px;
    line-height: 42px;
}
.categore-menu li a span:hover {
    color: #ff4136;
}
.category-search-area .k2SearchBlockForm{
	width: 100%;
	margin-bottom: 50px;
	float: Right;
	margin-top: 15px;
}
.blog-post-item .link-v1{
	width: 230px;
}
.category-search-area .button{
	float: left ;
    display: inline-block !important;
    line-height: 10px !important;
    padding: 17px 18px !important;
    background: #fff;
    border: 1px solid #c5c5c2;
}
.category-search-area .button:hover{
	background-color: #ff4136;
	color: #fff;
}


/* start css grid view*/
.orderby-displaynumber {
    position: relative;
    float: left;
    margin: 0 0 34px;
    padding: 12px 0px 6px;
    display: none; /*inline-block; Uli */
    width: 100%;
    text-align: center;
    line-height: 1.5;
    background-color: #f4f4f4;
}
.orderby-displaynumber .view-mode {
    position: absolute;
    top: 11px;
    left: 15px;
}
.orderby-displaynumber-inner {
    padding: 0 15px 0 110px;
    display: inline-block;
    width: 100%;
}
.float-left, .floatleft {
    float: left;
}
.orderlistcontainer {
    position: relative;
    display: inline-block;
    font-size: 13px;
    margin: 0 0 0 0.5em !important;
}
.orderlistcontainer .title {
    vertical-align: middle!important;
    text-transform: capitalize!important;
    color: #393939!important;
    font-size: 13px!important;
    line-height: 25px!important;
    padding: 0 6px 0 0!important;
    font-weight: normal!important;
}
.orderlistcontainer div.activeOrder, .orderlistcontainer div.Order {
    margin: 0;
    vertical-align: middle;
    text-align: left;
    font-size: 13px;
    line-height: 27px;
    height: 27px;
    padding: 0 0 0 1px;
    min-width: 180px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.orderlistcontainer > div {
    display: inline-block;
}
.orderlistcontainer div.orderlist {
    display: none;
    text-align: left;
    position: absolute;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    z-index: 2;
    min-width: 180px;
    right: 0;
}
.display-number {
    line-height: 22px;
    vertical-align: middle;
}
.display-number div.selector {
    display: inline-block;
}
.display-number select {
    width: auto;
    padding: 7px 5px;
    margin: 0 0 1px;
    display: inline-block;
    text-align: center;
    border: 0;
}
.orderby-displaynumber .view-mode a.active, .orderby-displaynumber .view-mode a:hover {
    color: #e32b00;
}
.orderby-displaynumber .view-mode a {
    text-align: center;
    display: inline-block;
    cursor: pointer;
    height: 28px;
    width: 28px;
    line-height: 28px;
    color: #252525;
    margin: 0;
}
.orderby-displaynumber .view-mode a i {
    font-size: 20px;
    line-height: 28px;
}
.listing-view.vm_list_view .list-product .product .product-inner {
    padding: 0;
}
.product .product-inner .item-i {
    display: inline-block;
}
.listing-view.vm_list_view .list-product .product .product-inner .vm-product-media-container {
    width: 33%;
    float: left;
    max-width: 299px;
    margin-right: 15px;
}
.product .product-inner .vm-product-media-container {
    margin: 0;
    position: relative;
    text-align: center;
    width: 100%;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    background-color: #fff;
}
.list_view .product-inner .vm-product-media-container{
	border: none;
}
.product .product-inner .pro-image {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.listing-view.vm_list_view .list-product .product .product-inner .text-block {
    float: none;
    width: auto;
    border-top: 0;
    padding: 0 15px;
    text-align: left;
}
.product .product-inner .text-block {
	float: none;
    width: auto;
    border-top: 0;
    padding: 0 15px;
    text-align: left;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
p.product-title.pro_name {
    max-width: 80%;
}
.product .product-inner .vm-product-rating-container {
    color: #fff;
    display: inline-block;
    width: 100%;
    margin: 5px 0;
}
.product .product-inner img.primary_image {
    float: left;
}
.product .product-inner .product-price {
    top: 20px;
    right: 0;
    font-size: 18px;
    color: #e32b00;
    font-weight: 700;
    width: 100%;
	margin: 0px !important;
    text-align: right;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.product-price {
/*    display: inline-block;
    margin-bottom: 0;
    margin-top: 0; */
	display: none !important;
}
.vertical-separator{
	padding: 0px !important;
}
p.product-title.pro_name a {
    font-size: 25px;
}
.product_list_view.product__hover__info{
	left: 12% !important;
}
.product__hover__info{
	display: none !important;
}

button.addtocart-button {
    background-color: rgba(255,255,255,.15);
    border: none;
}
.vertical-separator .product__action li a span,.vertical-separator .product__action li a span:hover{
	line-height: 1.6 !important;
}
/* end css grid view*/


/*---------------------------------------
  03. Product Area
----------------------------------------*/
.sp-logo .chzn-container-single .chzn-drop{
   width: 100% !important;
}
.category-view .ctegory_grid_page_produc_row.row img{
	width: 100%;
    padding: 0; /*15px 50px; Uli */
    text-align: center;
}

.category_description {
	width: 100%;
}

.vm-product-details-media-container {
	float: left;
	width: 50%;
	/*min-width: 450px;*/
}

.vm-product-details-container {
	float: right;
	width: 40%;
	/*min-width: 360px;*/
}

@media screen and (max-width: 1024px) {
	.vm-product-details-media-container {
		float: none;
		width: 100%;
	}
	.vm-product-details-container {
		float: none;
		width: 100%;
	}
}

.main-image img {
	margin-bottom:40px !important;
}

.product-details-lewtuch {
	vertical-align:middle;
	font-size: 18px;
	font-family: 'Ropa Sans W06 Regular', 'Ropa Sans W01 Regular', sans-serif;
	line-height:22px;
}
.product-details-lewtuch::before {
	content: url(../images/pfeil-b.png);
	vertical-align:middle;
}

.product-navigation {
	width:100%;
	float: none;
}

.back-to-category {
	width:30%;
	float: left;
}

.product-neighbours {
	width:60%;
	float: right;
}

.product-neighbours a.next-page, .product-neighbours a.previous-page{
	display: block;
	background: none;
	vertical-align:middle;
	font-size: 18px;
	font-family: 'Ropa Sans W06 Regular', 'Ropa Sans W01 Regular', sans-serif;
	line-height:22px;
	color: #303030;
	padding: 0 10px;
	float: right;
}

.product-neighbours a.next-page {
	padding-left: 30px;
}

.product-neighbours a.next-page::after {
	content: url(../images/pfeil-f.png);
	vertical-align:middle;
}

.product-neighbours a.previous-page::before {
	content: url(../images/pfeil-b.png);
	vertical-align:middle;
}


.shop .category-view .ctegory_grid_page_produc_row.row img{
	padding: 15px 15px !important;
}
.shop-shop .category-view .ctegory_grid_page_produc_row.row img{
	padding: 10px 45px !important;
}
.shop .category-view .tab_pro_rating_price p, .shop-shop .category-view .tab_pro_rating_price p{
	font-size: 20px !important;
	padding: 15px 0px;
}
.category-view .tab_pro_rating_price p{
	text-align: center;
    width: 100%;
}

.product-title.pro_name{
float: left;
width: 80%;
padding: 15px 0px;
}
.ctegory_grid_page .product-price{
	float: left;
width: 100%;
}
.ctegory_grid_page .addtocart-bar{
	background: #fff;
padding: 10px;
width: 100%;

}
.upsell-product .ctegory_grid_page .addtocart-bar{ padding: 8px; }
.upsell-product .product__hover__info .ti-shopping-cart:before{ top: 0px;}
.upsell-product .product__action li{ background: #fff; cursor: pointer; }
.ctegory_grid_page .addtocart-button {
	border: solid 1px black;
	cursor: pointer;
	padding: 8px 60px;
	}
.ctegory_grid_page .description{padding: 40px 0px;}


.tab_pro_rating_price p{float: left;}
.vmCartModule a.dropdown-toggle {
    cursor: pointer;
    padding-right: 10px;
}
.pro__thumb a {
    display: block;
}
.index-5 .pro__thumb a{
	display: flex;
align-items: center;
justify-content: center;
}
.product_list div.product{width: 41% !important; float: left;}
.product_list .product-images{float: left;min-width: 40%;}
.product_list .product-title.pro_name{float: left; width: 40%;}
.product_list .product-price{ float: left; width: 50%;}
.product_list .description{    float: left;    width: 43%; padding: 30px 0px;}
.product_list .action.pro_cart{float: left; width: 40%; cursor: pointer;}
.product_list .addtocart-button{border: solid 1px black; cursor: pointer; padding: 8px 70px;}
.product {
    margin-top: 20px;
	margin-bottom: 20px;
    /*overflow: hidden;*/
}
.htc__product__container .product{
	margin-bottom: 0px;
}
.sidebar--tools span {
    padding: 0px 10px;
    display: inline-block;
    font-size: 20px;
}
.sidebar--tools .sj-minicart-pro .mc-attribute span{

	padding: 0px !important;

}
.sj-minicart-pro .mc-content .mc-content-inner .mc-footer .mc-totalprice-footer strong{

	font-size: 20px !important;
}
div.tab-content#description {
    display: none;
}
div.tab-content.active#description {
    display: block;
}
div.active#review {
    display: block;
}
div#review {
    display: none;
}
.write-reviews .highlight-button.button-v1{
  background: #333 !important;
  color: #fff !important;
}
div#custom-field {
    display: none;
}
div.active#custom-field {
    display: block;
	height: auto !important;
}

section.htc__product__details__tab#add_review {
    padding-bottom: 0px;
}
.title-text-v2.space-60 h3{
	text-align: center;
    font-size: 25px !important;
}
.product__inner {
    position: relative;
}

.product__action {
    display: none; /*flex; Uli */
    height: 36px;
    justify-content: space-around;
    line-height: 44px;
    margin: auto !important;
    position: relative;
    width: 106px;
    z-index: 2;
}
.product__action::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.85;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.product__action li a span {
    color: #666666;
    font-size: 20px;
    transition: all 0.3s ease 0s;
}

.product__action li:first-child::before {
    background: #666666 none repeat scroll 0 0;
    content: "";
    height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}
.category .product__action{top: 135px;}
.product__action li {
    position: relative;
    width: 50%;
}
.product__action li a span:hover {
    color: #fd3f0f;
}
.product:hover .product__hover__info {
    opacity: 1;
    top: 50%;
}
.product__hover__info {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 60%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    z-index: 2;
    opacity: 0;
    transition: 0.6s;
}
.category .add__to__wishlist{
	top: 230px ;
}
.index-7 .category .add__to__wishlist{
	top: 190px ;
}
.continue_link{width: 145px !important}
.add__to__wishlist {
		display:none;
    bottom: 12px;
    position: absolute;
    right: 20px;
}
.add__to__wishlist a span {
    color: #000000;
    font-size: 14px;
    transition: all 0.4s ease 0s;
}
.add__to__wishlist a span:hover {
    color: #ff4136;
	cursor: pointer;
}
.product__details h2 {
    color: #444444;
    font-size: 30px;
    font-weight: 400;
}
.product__details {
    padding-top: 27px;
}
.product__price ,.product-price {
    display: block;
    margin-top: 4px;
}
.list_view .product__price{
       margin-top: 25px;
}
.product__price li ,.product-price span {
    color: #ff4136;
    font-size: 16px;
}

.product__price li.old__price ,.product-price span.PricebasePriceWithTax {
    color: #9c9b9b;
    text-decoration: line-through;
	padding-right: 12px;
}
.product__menu {
    text-align: center;
}
.product__menu button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #666666;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 20px !important;
    padding: 0 20px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.product__filter--7 .product__menu button:first-child {
    padding-left: 0;
}
.product__filter--7 .product__menu button:last-child {
    padding-right: 0;
}
.product__menu button:hover {
    color: #ff4136;
}
.product__menu button.is-checked {
    color: #ff4136;
}
.product.js-recalculate{
	margin-top: 0px !important;
}
.btn-Addtocart .product.js-recalculate{
   margin-top: 20px !important;

   }

.btn-Addtocart button.addtocart-button{
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-transform: capitalize;
    transition: 0.4s;
	overflow: visible;
	 border: 1px solid #999;
}
.btn-Addtocart button.addtocart-button a{
	padding: 8px 30px;
}

 .addtocart-area .product{
	 overflow: visible !important;
 }
.product.foo{
	float: none;
}
.product__inner .product__action button.addtocart-button {
    background: transparent;
    border: 0;
	line-height: 42px !important
}
.index-6 .popular__product--4 .product:hover .product__details{
	position: absolute;
}
.index-6 .popular__product--4 .product:hover .popular__product__hover__info{
	right: 60px !important;
}
.shop_btn.checkout_btn.shp__checkout {
    float: left;
    width: 100%;
}


/*------------------------------
  10. Feature Product Area
--------------------------------*/


.feature__thumb a {
    display: block;
}
.feature__thumb a img {
    width: 100%;
}
.feature {
    position: relative;
}
.feature__details {
    bottom: 40px;
    left: 40px;
    position: absolute;
}
.feature__details h4 {
    color: #000;
    font-size: 22px;
    text-transform: capitalize;
}
.feature__btn {
    margin-top: 7px;
}

.feature__thumb--2 a img {
    min-height: 340px;
}
.feature.text__pos--top .feature__details {
    top: 40px;
}


/*------------------------------
  11. Popular Product Area
--------------------------------*/

.product__details span.popular__pro__prize {
    color: #9c9b9b;
    display: inline-block;
    font-size: 16px;
    margin-top: 11px;
}
.section__title.section__title--2 p {
    color: #666666;
    font-size: 15px;
    line-height: 26px;
    margin: auto;
    width: 40%;
}
.popular__product__wrap .product {
    margin-top: 60px;
}
.popular__product__wrap .product.js-recalculate
{
		margin-top:0px;
}
.popular__product__wrap .col-lg-4 {
    width: 100%;
}
.popular__product__wrap{
    position: relative;
}

.popular__product__wrap.owl-carousel .owl-nav div {
    background: #9999 none repeat scroll 0 0;
    border-radius: 100%;
    color: #f5f6f8;
    height: 30px;
    left: -30px;
    line-height: 42px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px;
}
.popular__product__wrap.owl-carousel .owl-nav div.owl-next {
    left: auto;
    position: absolute;
    right: -30px;
}
.popular__product__wrap.owl-carousel .owl-nav div i {
    color: #fff;
    font-size: 27px;
}
.popular__product__wrap.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #444 none repeat scroll 0 0;
}

.wrap__box__style--1 , .layout-fluid.index-4{
    padding-right: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
    background: #fff;
}

.layout-fluid.index-4 .sppb-row-container{
	width: 100% !important;
    padding: 0px !important;
}
.custop__container {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 100px;
}
.index-4 .custop__container{
	padding-left: 45px;
    padding-right: 45px;
}

/*---------------------------------
    Popular Product Style 2
----------------------------------*/

.popular__product--2 .popular__product__container .product__action::before,
.product__style--7 .product__action::before {
    background: #f6f7f9 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.popular__product--2 .product__action li,
.product__style--7 .product__action li {
    text-align: center;
	border: none;
}
.popular__product__hover__info,
.product__style--7 .popular__product__hover__info {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 20px;
    transition: all 0.5s ease 0s;
}
 .index-7 .popular__product--2 .product .product__details,
.index-7 .product__style--7 .product .product__details {
   display: none;
}
 .index-7 .popular__product--2 .product:hover .product__details,
.index-7 .product__style--7 .product:hover .product__details {
   display: block;
}
.popular__product--2 .product:hover .popular__product__hover__info,
.product__style--7 .product:hover .popular__product__hover__info {
    opacity: 1;
    right: 0;
}
.popular__product__container .single__pro {
    padding: 0 15px;
    width: 20%;
    float: left;
    overflow: hidden;
}
.popular__product__container{
    margin-right: -15px;
    margin-left: -15px;
}
.popular__product--2 .product {
    margin-top: 30px;
}
.popular__product--2 .product__details {
    bottom: 20px;
    left: 26px;
    padding: 0;
}
.index-7 .popular__product--2 .product__details {
    bottom: 20px;
    left: 26px;
    padding: 0;
	position: absolute;
    transition: all 0.5s ease 0s;
}
.popular__product--2 .product,
.product__style--7 .product {
    position: relative;
}
.popular__product--2 .product__details span.popular__pro__prize {
    margin-top: 8px;
}
.popular__product--2 .product__menu {
    text-align: left;
    margin-left: -15px;
    margin-right: -15px;
}
.pro__thumb a img {
    width: 100%;
}

.markisen .category .pro__thumb {
	margin-bottom: -15%;
	overflow: hidden;
	/*border: 1px solid red;*/
}

.popular__product--2 .product__action li:first-child::before,
.product__style--7 .product__action li:first-child::before {
    display: none;
}
.popular__product--2 .product__action li a span,
.product__style--7 .product__action li a span {
    font-size: 16px;
}
.variation_product .product__details {
    text-align: left;
}
/*
div.MagicToolboxContainer {
	background: #4d4d4d;
}

div.MagicToolboxSelectorsContainer {
	background: #4d4d4d;
	display: none!;
}
*/

div.mz-expand-stage, div.mz-image-stage {
	background: #4d4d4d;
}

/*
.mz-inner-zoom img {
	background: #4d4d4d;
}
*/

/*.mz-figure img
.MagicToolboxContainer a {
	border-right: 1px solid #ddd;
}
*/

a.mz-thumb img {
	border: 1px solid #ddd;
}

/*---------------------------------
    custom fields for all Style 3
----------------------------------*/

.addtocart-area .product-fields {
	/*border-top: 4px solid #bbb;
	border-bottom: 5px solid #bbb;*/
}

div.product {
	min-width: 150px !important;
	width: 100% !important;
}

div.product-fields {
	width:100%;
	/*border-top: 4px solid #bbb;
	border-bottom: 5px solid #bbb;*/
}

div.product-fields product-field {
	margin: 0;
}

div.product-field-type-E {
	border-top: 1px solid #bbb;
	padding: 5px 0 0 0 !important;
}

#lew_standardfarben .product-field-type-E, #lew_optionen .product-field-type-E {
	border: 0 none;
}

.cf4all_customvalues_wrapper {
	margin: 0;
	vertical-align:middle;
}

.addtocart-area h4.p_filter_title {
	width: 30%;
	min-width: 100px;
	float: left;
	padding: 0;
	margin: 0;
	line-height: 30px;
	text-align: left;
}

.cf4all_comma {
	display: none;
}

.cf4all_option {
	display: block;
	padding-left: 40px;
	text-indent: -40px;
	margin: 5px 0;
}

.cf4all_option img {
	display: inline;
	margin-right: 10px;
}

div.product-field-display {
	width: 100%;
	text-align: left;
	float:left;
}

#lew_standardfarben .product-field-display, #lew_optionen .product-field-display {
	width: 100%;
}


div .product-field-desc {
	display: block;
	float: left;
	width: 40%;
	/*border: 1px solid blue;*/
}


/*---------------------------------
    Popular Product Style 3
----------------------------------*/



.popular__product--2 .product__menu {
    text-align: center;
}
.popular__product__container {
    margin-left: 0;
    margin-right: 0;
}
.popular__product--2 .product__action::before {
    background: #fff none repeat scroll 0 0;
    opacity: 0.85;
}


/*---------------------------------
    Popular Product Style 4
----------------------------------*/

.popular__product--4 .product__action {
    display: block;
    height: 100px;
    line-height: 29px;
    width: 40px;
}
.popular__product--4 .product__action li {
    width: 100%;
}
.popular__product--4 .product:hover .popular__product__hover__info {
    right: 30px;
    top: 20px;
}
.index-5 .popular__product--4 .product:hover .popular__product__hover__info {right: 70px !important;}
.popular__product--4 .popular__product__hover__info {
    right: 0;
    top: 0;
}
.popular__product--4 .product__action li {
    height: 50%;
    line-height: 58px;
    width: 100%;
}
.popular__product--4 .product__action li + li::before {
    background: #666666 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 61%;
}
.popular__product--4 .product__action li a span {
    font-size: 20px;
}
.popular__product--4 .product__details {
    opacity: 0;
    transition: 0.5s;
    bottom: -50px;
	position: fixed;
}
.popular__product--4 .product:hover .product__details {
    opacity: 1;
    bottom: 20px;
}

.index-5 .popular__product--4 .product:hover .product__details.odd_product {

	position: absolute;
	left: 60px !important;

}
.index-5 .popular__product--4 .product:hover .product__details {

	position: absolute;

}
.popular__product--4 .product__action {
    padding: 0;
}

.popular__product--4 .pro__thumb {
    text-align: center;
}



/*---------------------------------
    Popular Product Style 6
----------------------------------*/
.abc img {
    height: 290px !important;
}
span .zmdi.zmdi-close {
    font-size: 30px;
    cursor: pointer;
}
.wrap__box__style--2 {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 100px;
    padding-left: 160px;
    padding-right: 160px;
}
.custop__container--2 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.popular__product--6 .product {
    margin-top: 4px;
}
.popular__product--6 .product__list div[class*="col-"]{
    padding-right: 2px;
    padding-left: 2px;
}
.popular__product--6 .product__list{
    margin-left: -2px;
    margin-right: -2px;
}

.popular__product--6 .product__action li:first-child::before {
    display: none;
}
.popular__product--6 .popular__product__hover__info {
    position: absolute;
    right: 40px;
    top: -60px;
    transition: all 0.5s ease 0s;
    opacity: 0;
}
.popular__product--6 .product__action li + li {
    margin-left: 5px;
}
.popular__product--6 .product__action {
    width: auto;
}
.popular__product--6 .product__action li {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    display: inline-block;
    height: 35px;
    line-height: 47px;
    position: relative;
    text-align: center;
    width: 40px;
}
.popular__product--6 .product:hover .popular__product__hover__info{
    top: 40px;
    opacity: 1;
}
.popular__product--6 .product__action::before {
    display: none;
}

.product {
    position: relative;
}
.popular__product--6 .product__details,
.product__style--7 .product__details {
    bottom: -40px;
    left: 40px;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
}
.popular__product--6 .product:hover .product__details,
.product__style--7 .product:hover .product__details {
    bottom: 40px;
    opacity: 1;
}
.popular__product--6 .product {
    margin-top: 4px;
}

.product__menu.product__tab.tab__style--1{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product__menu.product__tab.tab__style--1 li{
    padding: 0 20px;
}
.product__menu.product__tab.tab__style--1 li a{
    font-size: 18px;
    color: #666666;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.product__menu.product__tab.tab__style--1 li.active a{
    color: #ff4136;
}
.product__with__filter .popular__product__container{
    margin-left: -15px;
    margin-right: -15px;
}

.htc__loadmore__btn.loadmore__2 a {
    border: 1px solid #666666;
    color: #4b4b4b;
}

/* start cf-search */

.cf-searchmod-wrapper {
  position: relative;
  display: block;
  color: #252525;
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  margin: 0;
  padding: 7px;
  background-color: #ebebeb;
}

.cf-searchmod-input {
  border-left: 1px solid #d9d9d9 !important;
  color: #666666;
  height: 40px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-top: 0;
  width: 100%;
  border-radius: 0px;
  box-shadow: none;
}
.cf_apply_button {
  background-image: url("../images/icons/send.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 29% auto;
  position: relative;
  text-indent: -999px;
  z-index: 5;
	width: 42px;
	height:35px;
	border: 1px solid green;
}
.cf_apply {
  position: absolute;
  right: 0px; /*38px;*/
  top: 2px; /*53px;*/
  width: 50px;
  z-index: 1;

  transition: 0.5s;
}
.cf_apply:hover{
  background: #ff4136;
}

.input__box {
  position: relative;
}



/*start filter css*/

/*Buttons - aus Modul stle.css*/

li.cf_filters_list_li {
	width: 100%;
	/*display: block;
	height: 40px;*/
}

.cf_btn_list li {
	display: inline-block;
	padding: 0px !important;
}

.cf_button, .cf_button:active, .cf_button:visited, .cf_button:link   {
	display: block; /*inline-block */
	background: transparent !important; /*#FBFBFB; */
	border: 0 !important;
	box-sizing: border-box;
	border-radius: 0; /*2px; */
	font-size: 1em;
	margin: 2px 4px 4px 0px !important;
	color: #555555;
	height: 1.8em !important;
	padding: 0 !important;
	text-align:left !important;;
}

.cf_button img {
	display: inline-block;
	vertical-align: middle;
	float:left;
  margin-right: 5px
}

cf_button span {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	overflow:hidden;
	float:left;
	padding-left:10px;
	width: 70%;
	text-align:left !important;
}

.cf_button:not(.cf_disabled_opt):hover, .cf_button:not(.cf_disabled_opt):focus {
	background: transparent !important; /*#F4F4F4; */
	box-shadow: none !important; /*inset 0 0 2px #bbbbbb;*/
}

.cf_button.cf_sel_opt {
	border: 0 !important; /* 2px solid; */
	color: #222222 ;
	font-weight: normal !important;
}

.cf_btn_list .cf_disabled_opt {
	opacity: 0.6;
	box-shadow: 0 0 0 #888;
}


 .cf_flt_header .headexpand {
  width: 12px;
  height: 12px;
}
.cf_flt_header .headexpand_show {
  background: url(../images/others/arrows_exp.png) left bottom no-repeat;
}
.cf_flt_header .headexpand_hide {
  background: url(../images/others/arrows_exp.png) left top no-repeat;
}
.cf_flt_wrapper {
  margin-bottom: 20px !important;
}
.cf_filtering_knob_from,.cf_filtering_knob_to{
	background: url(../images/others/slider_knob_to.png) center left no-repeat !important;
}
#price_197_knob_from{ left: -5px !important	; }
.slider_bkg_img{
	margin: 0;
    width: 100% !important;
    height: 16px;
    background: url(../images/others/bkg_slider.png) center repeat-x !important;
}
.cf_slider_gutter_m{
	width: 90% !important;
    background: url(../images/others/bg_price_filter.png) center repeat-x!important;
    height: 16px;
}
.cf_slider_gutter_l{
	    background: url(../images/others/slider_rptr.png) center left no-repeat !important;
}
.cf_slider_gutter_r{
	        background: url(../images/others/bg_price_filter.png) center right no-repeat!important;
}

/ /*start filter css*/
 .cf_flt_header .headexpand {
  width: 12px;
  height: 12px;
  margin-top: 20px;
}
.cf_flt_header .headexpand_show {
  background: url(../images/others/arrows_exp.png) left bottom no-repeat;
}
.cf_flt_header .headexpand_hide {
  background: url(../images/others/arrows_exp.png) left top no-repeat;
}
.cf_flt_wrapper {
  margin-bottom: 20px !important;
}
.cf_filtering_knob_from,.cf_filtering_knob_to{
	background: url(../images/others/slider_knob_to.png) center left no-repeat !important;
}
#price_197_knob_from{ left: -5px !important	; }
.slider_bkg_img{
	margin: 0;
    width: 100% !important;
    height: 16px;
    background: url(../images/others/bkg_slider.png) center repeat-x !important;
}
.cf_slider_gutter_m{
	width: 90% !important;
    background: url(../images/others/bg_price_filter.png) center repeat-x!important;
    height: 16px;
}
.cf_slider_gutter_l{
	    background: url(../images/others/slider_rptr.png) center left no-repeat !important;
}
.cf_slider_gutter_r{
	        background: url(../images/others/bg_price_filter.png) center right no-repeat!important;
}


/* VM SUche */

#sp-top1 .search__area {
  color: #252525;
  font-size: 18px;
  padding: 8px 0;
  background-color: #ebebeb;
}

#sp-top1 button {
	display: none;
}


/* Filter */

#sp-top-component {
	padding: 75px 10px 10px 10px;
	margin-bottom: -75px;
}

.entry-header .post-format {
	display:none;
}

.cf_flt_wrapper {
	width: 25%;
	min-width:100px;
	float:left;
}

.cf_flt_wrapper .cf_flt_header {
  position: relative;
  display: block;
  color: #252525;
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  margin: 0;
  padding: 0 0 0 24px;
  background-color: #ebebeb;
}
.cf_flt_wrapper .cf_wrapper_inner {
  padding: 15px 0px 15px 0px;
}
.cf_flt_wrapper li.cf_catOption a {
  font-size: 18px !important;
  color: #979797;
  font-weight: normal;
  line-height: 28px;
}
.cf_flt_wrapper li.cf_catOption a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #979797;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.cf_flt_wrapper .cf_filters_list li .cf_sel_opt {
  font-weight: normal;
}
.cf_flt_wrapper ul.cf_filters_list {
  padding: 0 0 15px 0;
  margin: 0 0 -15px;
}
.cf_flt_wrapper ul.cf_filters_list li {
  line-height: 33px;
  color: #222;
  margin-bottom: 0 !important;
}
.cf_flt_wrapper ul.cf_filters_list li .cf_option {
  padding: 0 5px;
}
.cf_flt_wrapper ul.cf_filters_list li a {
  font-size: 14px !important;
  color: #979797;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  line-height: 28px;
}
.cf_flt_wrapper ul.cf_filters_list li.cf_li_clear {
  margin-bottom: 15px !important;
}
.cf_flt_wrapper input.cf_smart_search,
.cf_flt_wrapper .cf_wrapper_input_text input[type="search"] {
  width: 100%;
  height: 30px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 5px 50px 5px 10px;
  color: #666 !important;
  font-size: 13px;
  font-style: italic;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cf_flt_wrapper .cf_wrapper_input_text {
  padding-bottom: 20px;
}
.cf_flt_wrapper .cf_wrapper_input_text label {
  font-size: 13px;
  color: #757575;
  font-weight: bold;
}
.cf_flt_wrapper .cf_wrapper_input_text .form-horizontal input[type="search"] {
  width: 80%;
}
.cf_flt_wrapper .cf_wrapper_input_text .form-horizontal button.cf_search_button {
  width: 18%;
  display: inline-block;
  height: 30px;
  line-height: 26px;
  padding: 0 10px;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  pointer-events: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.cf_flt_wrapper .cf_wrapper_input_text .form-horizontal button.cf_search_button i {
  margin: 0;
  height: 26px !important;
  line-height: 26px !important;
}
.cf_flt_wrapper .cf_wrapper_input_text.cf_wrapper_input_text_2 .form-horizontal input[type="search"],
.cf_flt_wrapper .cf_wrapper_input_text div[id^="cf_wrapper_input_text_price"] .form-horizontal input[type="search"] {
  width: 60px;
  padding: 3px;
  margin-right: 5px;
  margin-left: 5px;
}
.cf_flt_wrapper .cf_wrapper_input_text.cf_wrapper_input_text_2 .form-horizontal .cf_search_button,
.cf_flt_wrapper .cf_wrapper_input_text div[id^="cf_wrapper_input_text_price"] .form-horizontal .cf_search_button {
  width: auto;
  padding: 0px 15px;
  cursor: pointer;
  pointer-events: visible;
  margin: 10px 0px;
}
.cf_flt_wrapper .cf_wrapper_input_text.cf_wrapper_input_text_2 .form-horizontal .cf_search_button i before,
.cf_flt_wrapper .cf_wrapper_input_text div[id^="cf_wrapper_input_text_price"] .form-horizontal .cf_search_button i before {
  margin: 0;
}
.cf_flt_wrapper ul.cf_filters_list li,
.cf_flt_wrapper .cf_catOption {
  position: relative;
  padding-right: 15px;
}
.cf_flt_wrapper ul.cf_filters_list li .cf_flt_counter,
.cf_flt_wrapper .cf_catOption .cf_flt_counter {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.cf_resetAll_link {
  text-decoration: underline;
}
.cf_flt_wrapper li a.cf_sel_opt,
.cf_flt_wrapper li a:hover {
  color: #252525 !important; /*#e32b00*/
}
.cf_flt_wrapper .cf_wrapper_input_text .form-horizontal button.cf_search_button {
  border: 2px solid #e32b00;
}
.cf_flt_wrapper .cf_wrapper_input_text .form-horizontal button.cf_search_button i {
  color: #e32b00;
}
.cf_flt_wrapper .cf_wrapper_input_text .form-horizontal button.cf_search_button:hover {
  background: #e32b00;
}
.cf_flt_wrapper .cf_wrapper_input_text .form-horizontal button.cf_search_button:hover i {
  color: #fff;
}
.cf_form .cf_filtering_knob_from:hover,
.cf_form .cf_filtering_knob_to:hover {
  background: url(../../images/presets/preset1/slider_knob_to.png) center left no-repeat;
}
.cf_form .cf_filtering_knob_to:hover {
  background-position: center 100%;
}
.cf_filtering_knob_to{
	position: absolute !important;
    top: 0;
    bottom: auto !important;
    background-position: center 100%;
}
.cf_filtering_slider_gutter{
	width: 100% !important;
}

.cf_sel_opt img {
	border: none !important;
}


 /*end filter css*/


/* Layout */


/* Mice Social Bookmarks */
.nsb_container #l1 {
	margin-left: 0;
}

/*VM Details */

		.view-productdetails .product__deatils__tab{
			float: left;
		}

.product__deatils__tab {
    border-bottom: 1px solid #d5d5d5;
    display: flex;
    justify-content: center;
	width: 100%
}
.product__deatils__tab li a {
    color: #505050;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 17px;
    position: relative;
    text-transform: capitalize;
    display: block !important;
}
.product__deatils__tab li {
    padding: 0 30px;
}
.product__deatils__tab li a::before {
    background: #ff4136 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 0;
}
.product__deatils__tab li.active a::before {
    width: 100%;
}
.product__deatils__tab li a:hover {
    width: 100%;
}

.kaizen_product_display {
	width: 230px;
	height: 120px;
	float: left;
	margin-right: 5px;
}

.kaizen_product_display img.product-image {
	width: 70px;
}

.kaizen_product_display .name {
  padding-top: 2px;
  font-size: 16px;
  line-height: 22px;

}

div.lew_optionen {
	height: 170px;
}

.lew_optionen .product-image {
	max-width: 105px;
	background-color: #4d4d4d;
	margin-bottom: 5px;
}


.kaizen_product_display .name {
	padding-bottom:10px;
}

.kaizen_product_display p {
	max-width: 250px;
	text-align: left;
}

@media screen and (max-width: 1024px) {
	.empfehlung {
		float:none !important;
		width: 100% !important;
	}
}
.empfehlung .product-field-type-E {
 border: none;
}

.product-column {
/*	padding-left: 0px !important;
	display: flex;
	float:left;*/
	min-width: 200px;
	max-width: 400px
}
.product-column .name {
	float: left;
	width: 100%;
	text-align: left;
}

.rl_tabs .fade {
	opacity: 1;
}

.vm-search-custom-search-input {
	display: none !important;
}

.mod-languagesmen2 {
	margin-top: -5px;
}

hr#system-readmore {
	display: none;
}



.cont-left {
	float: left;
	min-width:300px;
	width: 48%;
margin-right: 3%;
}

.cont-left h3  {
	margin-top: 0;
}

.cont-right {
	float: left;
	min-width:300px;
	width: 48%;
	text-align: justify;
}

.cont-img {
	width:100%;
}

.cont-img-klein {
	width:45%;
	float:left;
	margin: 0 20px 20px 0;
}

.cont td {
	vertical-align: top;
}

.cont-intro {
	width: 75%;
	/*columns: 2 400px;*/
	padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
	.cont-intro {
		width: 100%;
	}
}

.cont-intro p {
	text-align: left !important;
}

.cont-left p, .cont-right p, .cont-intro p {
	text-align: justify;
}

div.cont-men1 {
	float: left;
	max-width: 180px;
	margin: 0 20px 15px 0;
}

div.cont-men2 {
	float: both;
	max-width: 800px;
	min-width: 100px;
	text-align: left;
	margin-bottom: 20px;
}

@media screen and (max-width: 864px) {
	div.cont-left, div.cont-right {
/*		float: none;
		clear: both;*/
		width: 100%;
	}
}

.cont-p {
	font-size: 18px;
}

h2.cont-men {
	margin-top: -5px;
	padding: 0;
}

img.cont-men {
	max-width: 180px
}

table.cont {
	margin-bottom: 20px;
}

table.cont th {
	font-weight: bold;
	text-align: center;
	padding: 2px 3px;
}

table.cont td {
	text-align: center;
	padding: 2px 3px;
}

table.cont .first {
	font-weight: bold;
	background: #e5e5e5;
	text-align: left;
}

table.cont .bord {
	border-bottom: 1px solid #888;
}

.lew-typ, .lew-sub {
	font-family: 'Ropa Sans W06 Regular', 'Ropa Sans W01 Regular', sans-serif;
	font-weight: 400;
}

.cont-footer {
	padding-top:70px;
}
.cont-footer p, .cont-footer h4 {
	margin: 0 0 8px;
}

.cont-volant {
	width: 90%;
	min-width:900px;
	margin: auto;
}

.cont-volant div {
	min-width: 200px;
	width: 23%;
	margin-right: 2%;
	float: left;
}

.cont-volant img {
	width: 100%;
}

@media screen and (max-width: 1023px) {
	.cont-volant {
		min-width: 450px;
	}

	.cont-volant div {
		width: 46%;
		margin-right: 4%;
	}
}

@media screen and (max-width: 575px) {
	.cont-volant {
		width: 100%;
		padding:0 20px;
		min-width: 0;
	}

	.cont-volant div {
		width: 100%;
		margin-right: 0;
	}
}



.clearer {
	clear: both;
	float: none;
	height:0px;
	width: 100%;
	overflow: hidden;
}

#bd_results {
	padding-top:0px;
}

.fcp_top {
	padding:70px 22px 0;
}

.fcp_confirm {
	margin: 150px 0 100px 0;
}


.menimg {
	width: 10px;
	height: 16px;
}

div.reset, div.remind {
	margin-top: 50px;
}
