/* Add here all your CSS customizations */
#header .logo {
	background-color: transparent;
	border: none;
}

.tp-bgimg.defaultimg {
	background-position: 50% 50%;
	background-repeat: repeat-x;
}


/* Hauptnavigation */

section.page-top.basic .page-top-info ul.breadcrumb {
	margin-left: -6px;
}

#header nav.mega-menu {
	clear:  both;	
}

#header nav ul.nav-main {
	    margin: -7px -16px 0px 0;
}


#header nav.service-menu {
	margin-top: 8px;	
}


#header nav.mega-menu ul.nav-main li a {
	font-size: 1.8em;
}

#header nav ul.nav-main > li > a.last:before {
	display: none;
}

#header .nav-main.menu-o990 {
	visibility: visible;
	display: block;
}
#header .nav-main.menu-u990 {
	visibility: hidden;
	display: none;
}
aside  ul.nav-list.primary {
	border-top: 1px solid #dddee2;
}

aside  ul.nav-list.primary > li {
	border-bottom: 1px solid #dddee2;
}

aside ul.nav-list > li > a {
	font-size: 1.2em;
}

.nav .rex-current {
	color: #0088cc !important;
}

#footer .col-md-3 .logo img {
	margin-left: -2px;
}

.footer-copyright p {
	line-height: 1.8em;
}


#footer .impressum a {
	color: #7a8089 !important;	
}

.right {
	text-align: right;
}

.slider-container .main-label {
	color: #FFFFFF;
}

body.sticky-menu-active #header {
	background-color: hsla(100, 100%,100%, 0.9);
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	
}

/* Main Content */

section.page-top.basic .page-top-info h2 {
	font-weight: 200;
	font-size: 2.8em;
	line-height: 1em;
	letter-spacing: 0em;
}

p {
    color: #5B626C;
    line-height: 24px;
    margin: 0 0 20px;
}

.imgwrap {
    margin-bottom: 1em;
}

.divider {
	clear: both;
	background: #dddee2;
	height: 1px !important;
	margin: 2em 0;
}
.gutter {
	display: block;
	clear: both;
}

/* Slider Home */
.fs50 {
	font-size: 4em !important;
}

section.highlight {
    margin: 25px 0 35px;
    padding: 20px 0;
    color: #FFF;
}
.counters strong {
	font-size: 4em;
	line-height: 1em;
}

.counters label {
    font-size: 1.8em;
    line-height: 1em;
}

.slider a.main-button {
    font-size: 1.6em;
    font-weight: 300;
    line-height: 1em;
    padding: 12px 30px;
    border-radius:  0;
}

.featured-box .box-content {
	padding: 20px 20px 10px 20px;
}

.featured-box .box-content .fixheight {
	min-height: 500px;
}

.icon-featured {
	margin-top: 15px;
	font-size: 4em;
}

.featured-box p{
	line-height: 1.6em;
	text-align: left;
}

.featured-box .btn-primary,
.featured-box .btn-secundary {
	position: absolute;
	width: 160px;
	bottom: 0;
	margin: 0 0 20px -80px;
	font-size: 1.2em;
	padding: 10px 20px;
}

.featured-box-secundary .box-content {
	border-color: #404A58;
}

.featured-box-secundary i.icon-featured, 
.featured-box-secundary i.image-icon {
	background-color: #404A58;
}

.featured-box .btn-secundary {
    border-color: #2d343e;
    background-color: #404A58;
    color: #ffffff;
}

.featured-box-secundary h4 {
	color: #404A58;
}

html .anker-product {
    background: rgba(32,37,34,0.5);
    border-radius: 20px;
    top: 50%;
    color: #FFF;
    display: block;
    padding: 20px 4px;
    position: fixed;
    text-align: center;
    text-decoration: none;
    z-index: 1040;
    margin: -400px 0 0 -50px;
}

html .anker-product li {
	list-style: none;
	padding: 4px 0;
}
html .anker-product li a {
	color: #ffffff;
}

.lead.home {
	padding-top: .5em;
	line-height: 1.56em;
}


/* ---- isotope ---- */

ul.portfolio-list {
	padding-top: 2em;
	display: block;
	margin-bottom: 4em;
}
.clear.teaser {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	overflow: hidden;
}
.iso-anker {
	margin-bottom: 2em;
}

.iso-anker .seperator{
	background:url(
	data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAU0lEQVQYV2OcPXt22r9//zanp6c/Z4CCmTNnSjIxMfmCuIwgDi5JsAKYLhCNrBPEB5kMV4BNEmQyWAEuSbgbYA6CGYvsJkaQL2DuwOYbuAJcXgUA1HpCdvri8yEAAAAASUVORK5CYII=) repeat;
	display: block;
	max-height: 28px;
	overflow: hidden;
}

.iso-anker .seperator h4 {
	background: #edeff2;
	color: #404751;
	margin-top: -4px;
	display: block;
	width: 2em;
}

.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}


.isotope-item .img-responsive {
	border-bottom: 1px solid #E1E1E1;
}


/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}



.grid {
  max-width: 1200px;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ui group */

.ui-group {
  display: inline-block;
}

.ui-group h3 {
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
  margin-right: 0.2em;
  font-size: 16px;
}

.ui-group .button-group {
  display: inline-block;
  margin-right: 20px;
}


.label-dark, .label-dark:hover {
	background-color: #2D343E;
	border-radius:  20px;
	padding: 2px 10px 3px 10px;
}

.tab-content.product {
    border-radius: 0 4px 4px 4px;
}

.nav-tabs.product li a {
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    margin-right: 1px;
    padding: 10px 25px 6px;
}

.col-70,
.col-30 {
	margin: 4px 0 0 0;
	display: inline-block;
	padding: 0 13px;
}
.col-30 {
	width: 69%;
}
.col-30 {
	width: 29%;
}

.col-30 span {
	margin-left: 12px;
}


#jlocator .Gold .azgold, #jlocator .Silber .azsilber, #jlocator .Bronze .azbronze, #jlocator .Lync .azlync, #jlocator .Fachplaner .azfach, #jlocator .simpleSHARE .azsimple {
    display: inline-block !important;
    visibility: visible;
}

#jlocator .azgold, #jlocator .azsilber, #jlocator .azbronze, #jlocator .azsimple, #jlocator .azfach, #jlocator .azlync {
    display: none !important;
    visibility: hidden;
}

.radio-filters .radio {
	float: left;
	display: block;
	overflow: hidden;
	margin: 0 0 6px 0;
}
.cb-group-filter.trenner {
	clear: both;
	margin: 0;
	padding: 0;
}

.radio-filters .radio input[type="radio"] {
	margin: 3px 0 0 0px;
	width: 16px;
	height: 16px;
}
.radio-filters .radio label,
.cb-group-filter.left label{
	margin: 0 16px 0 4px;
	font-weight: 400;
}

.cb-group-filter.left label{
	margin: 0 16px 0 6px;
}

.cb-group-filter.left {
	float: left;
}
.cb-group-filter.left input {
	font-size: 2em;
}

.cb-group-filter.trenner {
	margin: -2px 10px 0 0;
}

.reset-box {
	display: inline-block;
	margin: -8px 0 0 0;

}

.reset-box .button {
	background-color: #0088cc;
	border-radius:  4px;
	color: #fff;	
}

.panel.panel-default {
	margin-bottom: 8px;
}
.jplist-hidden {
	display: none;
}

.panel.container {
	background-color: transparent;
}

.map {
    background: #E5E3DF;
    height: 400px;
    margin: -65px 0 30px;
    width: 100%;
}


.gm-style-iw .panel,
.gm-style-iw .panel-default > .panel-heading {
	border: none;
	background-color: transparent;
	box-shadow: none;
	padding: 0;
	margin: 0;
}

.gm-style-iw .col-70,
.gm-style-iw .col-30,
.gm-style-iw .col-md-4 {
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
	text-align: center;
	margin-left: 6px;
}
.gm-style-iw .col-md-7 {
	display: none;
}

.txleft {
	text-align: left;
}
.txcenter {
	text-align: center;
}
.txright {
	text-align: right;
}

.featured-box-blue-full {
	background: #0088cc;
	color: #fff;
	min-height: 80px;
}

.featured-box-blue-full .box-content {
	border-color: #0088cc;
}

.featured-box-white-full {
	background: #fff;
	color: #fff;
	min-height: 80px;
}

.featured-box-white-full.borderIIII p {
	color: #5B626C;
}
.featured-box-black-full {
	background: #2d343e;
	color: #fff;
	min-height: 80px;
}

.featured-box-black-full .box-content {
	border-color: #2d343e;
}

.featured-box-dblue-full {
	background: #0074ad;
	color: #fff;
	min-height: 80px;
}

.featured-box-dblue-full .box-content {
	border-color: #0074ad;
}


.border0000 {
	background-color: transparent !important;
}

.border0000 .box-content {
	padding: 0;
	background-color: transparent !important;
	border: none;
	min-height: 80px;
}

.borderIIII h1,
.borderIIII h2,
.borderIIII h3,
.borderIIII h4,
.borderIIII h5,
.borderIIII p {
	color: #fff;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin: 0;
}

.borderIIII p {
	margin: 1em 0;
	line-height: 1.4em;
	color: hsla(100, 100%,100%, 0.7);
}

.col-md-3 .borderIIII p {
	font-size: 1.2em;
}

.col-md-4 .borderIIII p {
	font-size: 1.4em;
}


.img-thumbnail.ico-small {
	background-color: transparent;
	border-bottom: none;
}

img.ico-small {
	max-width: 54px;
	background-color: transparent;
	border-bottom: none;
}

.icon-featured.in-img {
	padding: 20px;
	text-align: center;
	vertical-align: middle;
}

.icon-featured img{
	position: relative;
	top: 20%;
}

form ul.hidden_mode_list {
	position: absolute;
	z-index: 1100;
	height: auto;
	width: 100%;
	float: left;
	margin: 2px 2px;
	padding:0 30px 0 0px;
}
form ul.hidden_mode_list li {
	list-style: none;
	background-color: hsla(100, 100%,100%, 0.94);
	padding: 6px 17px;
	width: 100%;
}
form ul.hidden_mode_list li {
	font-size: 1.4em;
}

form ul.hidden_mode_list li.no-results {
	display: none !important;
}

hr.blinde {
	background: transparent;
	margin: 8px 0;
}

/* Login Form */

.formcom_auth_form_info {
	margin: 0;
	padding: 0;
}

#form_formular li {
	color: #009fe3;
	font-size: 1.3em;
	font-weight: 400;
	letter-spacing: -0.7px;
	margin: 5px 0 14px 0 !important;
	text-transform: uppercase;
	margin: 0;
	list-style: none;
	
}

#form_formular label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}

#form_formular label.checkbox  {
    display: inline-block;
    padding: 10px 8px;   
}
    
#form_formular input,
#form_formular input.captcha {   
    border: 2px solid #e5e7e9;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: none;
    height: 40px;
    padding: 10px 16px;
    font-size: 1.2em;
    line-height: 1.33;
    width: 100%;
}

#form_formular textarea {   
    border: 2px solid #e5e7e9;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: none;
    padding: 10px 16px;
    font-size: 1.2em;
    line-height: 1.33;
    width: 100%;
}

#form_formular input.checkbox {
	display: inline-block;
	float: left;
	margin-top: -3px;
	width: auto;
}

#form_formular input.submit,
.formgen .formsubmit	 { 
	-webkit-appearance: button;
    cursor: pointer;
    background-color: #009fe3;
    transition: all 0.2s;
    border: 0;
    border-bottom: 3px solid #007bb0;
    padding: 8px 18px;
    outline: 0;
    color: #ffffff;
    width: auto;
    border-radius: 6px;
    }
    
#form_formular .formsubmit {
	text-align: right;
}
.loginbox .featured-box {
	margin-top: 0;
}

ul.form_warning,
.rex_375_error {
	padding: 0;
	background-color: #FFB2B8;
	border-radius: 6px;
	padding: 10px 16px;
	border: 1px solid  #e7192e;	
}
.rex_375_error p {
	color: #ffffff;
}

.new-newsletter .rex_375_text {
    border: 2px solid #e5e7e9;
    border-radius: 6px;
    box-shadow: none;
    display: block;
    width: 60%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.new-newsletter .email {
	margin: 1em 0;
}

.new-newsletter .formsubmit {
    -webkit-appearance: button;
    cursor: pointer;
    background-color: #009fe3;
    transition: all 0.2s;
    border: 0;
    border-bottom: 3px solid #007bb0;
    padding: 8px 18px;
    outline: 0;
    color: #ffffff;
    width: auto;
    border-radius: 6px;
}


#footer #rex_375_multinewsletter .email {
	margin: 1em 0;
} 	
#footer #rex_375_multinewsletter .email label {
	visibility: hidden;
	display: none;
} 	

#footer #rex_375_multinewsletter .rex_375_text {
	border-radius: 6px;
	box-shadow: none;
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #49505E;
    background-image: none;
    border: 1px solid #272D35;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#footer #rex_375_multinewsletter .formsubmit {
    -webkit-appearance: button;
    cursor: pointer;
    background-color: #39414D;
    transition: all 0.2s;
    border: 0;
    border-bottom: 3px solid #272D35;
    padding: 8px 18px;
    outline: 0;
    color: #ffffff;
    width: auto;
    border-radius: 6px;
}



input.form_warning,
#form_formular .as-label.form_warning img {
	border: 1px solid  #e7192e !important;	
}


.form_warning li,
#form_formular .form_warning li {
	color: #e7192e !important;
	list-style: none !important;
	font-variant: normal !important;
	font-size: 1.2em !important;
	text-transform: none !important;
	margin: 0 !important;
	padding: 0!important;
}
#form_formular .form_warning {
	margin: 0 0 15px 0;
}

.pager_elements span a {
    position: relative;
    float: left;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px 16px;
    font-size: 18px;
}

.pager_elements span.highlight a {
	background-color: #009fe3;
	border-color: #009fe3;
	color: #ffffff;
}

.pager_elements > span:first-child > a {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pager_elements > span:last-child > a {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.formhinweis {
	font-style: italic;
}
p.label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: normal;
	color: #87919f;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 13px;
	line-height: 22px;
}

fieldset {
	border-top: 1px solid #dddee2;
	margin: 25px 0;
	padding: 10px 0;
}
.form-group ul {
	padding: 0;
}

.form-group li {
	list-style: none;
}

.form-group li .formradio {
	padding-left: 12px;
}


.formgen label,
#form_formular label {
	padding-left: 2px;
}

.formfieldset legend {
	line-height: 1.4em;
	padding-left: 2px;
}				

.form-controlfield {
	display: block;
    width: 100%;
    height: 100px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}	

.product-thumb-info-list {
	margin: 0;
	padding: 0;
}


.divider.tall {
    margin: 46px 0;
}
.product-thumb-info-list li{
	list-style: none !important;
}

.product-thumb-info-list .featured-box {
	margin: 0;
}

.homeproduct .box-content {
    padding: 20px 20px 10px 20px;
}

.featured-box-blue-full h4 {
	color: #ffffff;
	text-transform: none;
	font-variant: normal;
	font-size: 2em;
}

#form_formular label.captcha {
	display: block;
	height: auto;
	text-align: left;
	background-color: transparent;
}
#form_formular .as-label {
	display: block;
	float: left;
}
#form_formular .as-label img {
	height: 38px;
	border-radius: 6px 0 0 6px;
	margin-top: 1px;
}
#form_formular input.captcha {
	display: inline-block;
	border-radius: 0 6px 6px 0;
	border-left: none;
}

#form_formular input.captcha.form_warning {
	border-left: none !important;
}

#form_formular .as-label.form_warning img {
	border-right: none !important;
	margin-top: 0;
	height: 40px;
}


#form_formular input.inp_disabled,
#form_formular span.inp_disabled {
	background-color: #F8F8F8;
	border: 1px solid #ccc;
	box-shadow: none;
}

.simpleCart_warenkorb {
	display: none;
}
.simpleCart_warenkorb .table {
	margin: 12px 0 0 0;
}

.simpleCart_warenkorb .table-striped > tbody > tr:nth-child(odd) {
	background-color: transparent;
}
#header nav ul.nav-main li.warenkorb.active a{
	font-weight: 600;
}

li.warenkorb:hover .simpleCart_warenkorb,
.simpleCart_warenkorb {
	position: absolute;
	display: block;
	width: 680px;
	margin: 30px 0 0 -498px;
	background-color: hsla(100, 100%,100%, 0.9);
	display: block;
	z-index: 1200;
	border-radius: 0 0 6px 6px;
	padding: 16px;
	box-shadow: 0px 2px 3px #ddd;
	font-size: .8em;
}

.simpleCart_warenkorb .table > thead > tr > th, 
.simpleCart_warenkorb .table > tbody > tr > th, 
.simpleCart_warenkorb .table > tfoot > tr > th, 
.simpleCart_warenkorb .table > thead > tr > td, 
.simpleCart_warenkorb .table > tbody > tr > td, 
.simpleCart_warenkorb .table > tfoot > tr > td {
    padding: 4px;
    line-height: 1.2;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.simpleCart_total {
	padding-right: 14px;
}

#header li.warenkorb a.simpleCart_checkout {
	float: none;
	color: #fff;
	margin: .6em 0 .4em;
	padding: 6px 14px;
}
#header li.warenkorb a.simpleCart_checkout:hover {
	border-color: #006699;
	background-color: #0094D9;
}

#header .nav-main li .loginbtn {
	display: block;
	color: #9c9c9c;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 100;
    line-height: 20px;
    margin-left: 3px;
    margin-right: 3px;
    padding: 10px 13px;
}

#header .nav-main .loginwrap .loginarea {
	display: none;
}

#header .nav-main .loginwrap:hover .loginarea {
	position: absolute;
	display: block;
	width: 200px;
	margin: -10px 0 0 0px;
	background-color: hsla(100, 100%,100%, 0.9);
	display: block;
	z-index: 1200;
	border-radius: 0 0 6px 6px;
	padding: 16px;
	box-shadow: 0px 2px 3px #ddd;
}

#header .nav-main .loginwrap .loginarea p{
	margin: 0;
}

#header .nav-main .loginwrap .loginarea #form_formular .forminput input{
    border: 2px solid #e5e7e9;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: none;
    height: 40px;
    padding: 2px 6px;
    font-size: 1.2em;
    line-height: 1.33;
    width: 100%;
    margin-bottom: 8px;
}

#header .nav-main .loginwrap .loginarea #form_formular .vergessen {
	font-size: 0.9em;
}

#header .nav-main .loginwrap .loginarea #form_formular .formsubmit input {
    -webkit-appearance: button;
    cursor: pointer;
    background-color: #009fe3;
    transition: all 0.2s;
    border: 0;
    border-bottom: 3px solid #007bb0;
    padding: 6px 12px;
    outline: 0;
    color: #ffffff;
    width: auto;
    border-radius: 6px;
    height: auto;
    font-size: 0.9em;
}

    

.pricing-table h3,
.pricing-table h4 {
    border-radius: 0px;
    color: #ffffff;
    background-color: #808080;
    border: 1px solid #666666;
    border-bottom: none;
    margin: -20px -20px 0px -20px;
    font-size: 2em;
}

.pricing-table .tabtext {
	margin: 0px -20px;
	padding: 50px 20px 20px 20px;
	border-bottom: none;
	border-top: none;
}

.pricing-table .tabtext.specs {
	padding: 0 20px 20px 20px;
}

.pricing-table h4 {
    font-weight: normal;
    margin: 0px -20px 0px -20px;
    padding: 12px 20px;
}


.pricing-table .plan {
   border-radius: 0px;
   background-color: #f7f7f7;
	-moz-box-shadow: 0 0 3px #9d9d9d;
	box-shadow: 0 0 3px #9d9d9d;
	overflow: hidden;
}

.pricing-table .most-popular {
    border: none;
	background-color: #ffffff;
	z-index: 100;
}

.pricing-table .most-popular h3,
.pricing-table .most-popular h4 {
    background-color: #0088cc;
    border-color: #007588;
}

.pricing-table .most-popular h4 {
    padding-top: 13px;
}

.pricing-table li:first-child {
    border-top: none;
}

.pricing-table .plan-ribbon-wrapper {
    height: 160px;
    right: -45px;
    top: -10px;
    width: 160px;
}

.pricing-table .plan-ribbon {
    left: -5px;
    top: 30px;
    width: 160px;
    background-image: linear-gradient(to bottom, #fcaf31 0%, #fc811d 100%);
    background-color: #fa8e25;
}

.pricing-table sub {
    bottom: .40em;
    font-size: 0.6em;
    margin-right: 0.5em;
}

.pricing-table .zusatz {
	clear: both;
	display: block;
	text-align: right;
	position: relative;
	top: -40px;
}


.pricenote {
	display: block;
	font-size: 0.8em;
	line-height: 1.6em;
	margin-top: 1.4em;
}
.simpleCart_betrag {
	text-align: right;
}

li.warenkorb a {
	display: inline-block;
	float: left;
}

.warenkorb .headerRow div,
.warenkorb .itemRow div {
	color: #007FBB;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 10px;
	padding-right: 4px;
	width: 70px;
	font-weight: 400;
	display: inline-block;	
}

.warenkorb .headerRow div {
	color: #9c9c9c;
}

.headerRow div.item-remove,
.itemRow div.item-remove  {
	width: 16px;
	height: 20px;
	padding: 7px 0 0 6px;
	font-size: .7em;
	text-align: right;	
}

.warenkorb div.item-decrement,
.warenkorb div.item-increment {
	width: 10px;
	height: 20px;
	padding-right: 0;
	text-align: center;
	padding-top: 6px;
	font-size: 1.1em;
}

.warenkorb .simpleCart_total {
	color: #007FBB;
	font-weight: 400;
}

.col-md-9 .simpleCart_items .itemRow,
.col-md-9 .simpleCart_betrag {
	font-size: 1.1em;
}

.col-md-9 .simpleCart_betrag {
	margin-top: 12px;
}

.col-md-9 .simpleCart_total {
	font-weight: bold;
	margin-left: 40px;
	color: #000000;
}

.col-md-9 .simpleCart_items .item-decrement,
.col-md-9 .simpleCart_items .item-increment {
	width: 60px;
	text-align: right;
}
.col-md-9 .simpleCart_items .item-increment {
	width: 60px;
	text-align: left;
}

.col-md-9 .simpleCart_items .item-price,
.col-md-9 .simpleCart_items .item-total {
	width: 120px;
}

.col-md-9 .simpleCart_items .item-remove {
	width: 20px;
}

.col-md-9 .simpleCart_items .item-quantity {
	text-align: center;
}


.headerRow,
.itemRow  {
	border-bottom: 1px solid #aaa;
	padding-bottom: 3px;
}

.warenkorb div.item-quantity {
	width: 30px;
	padding-right: 0;
	text-align: center;
}

.warenkorb div.item-total {
	text-align: right;
	width: 80px;
}

.warenkorb div.item-name {
	width: 120px;
}

.checkout_warenkorb .headerRow div,
.checkout_warenkorb .itemRow div {
	display: table-cell;
	width: 80px;
	text-align: right;
}

.checkout_warenkorb .headerRow .item-name,
.checkout_warenkorb .itemRow .item-name {
	width: 300px !important;
	text-align: left;
}

#header nav ul.nav-main li.warenkorb .simpleCart_items a {
	margin: 0;
	padding: 0;
}
.stdtable {
	margin-bottom: 1em;
	border-radius: 4px 4px;
}

.pricetable,
.stdtable table {
	width: 100%;
}

.stdtable table > thead > tr > th, .stdtable table > tbody > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.stdtable table {
	border-bottom: 1px solid #ddd;
}


.stdtable table > tbody > tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.pricetable tr th.titel {
	width: 20%;
}

.pricetable tr th.subtitel {
	width: 38%;	
}

.aktionflag td.marge {
	color: #E93E00;
}
.aktionflag .aktion {
	font-size: 0.7em;
	color: #E93E00;
	font-weight: 800;
	letter-spacing: 0.02em;
	padding-right: 1em;
}


.pricetable tr th.marge,
.pricetable tr td.marge {
	width: 10%;
	text-align: right;
}

.pricetable tr td.marge.spez {
	color: #fc00ab;
}

.pricetable tr th.price,
.pricetable tr td.price {
	width: 12%;
	text-align: right;
}

.pricetable {
	border-bottom: 1px solid #ddd;	
}

.warenkorb .delete,
.warenkorb .minus,
.warenkorb .plus {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #BFC0C3;
	border-radius: 8px;
	margin: 0 4px 0 0;
	vertical-align: -2px;
	text-align: center;
}
.warenkorb .minus,
.warenkorb .plus {
	margin: 0 8px;
}
.warenkorb .delete i,
.warenkorb .minus i,
.warenkorb .plus i{
	color: #fff;
	vertical-align: 2px;
}
.warenkorb .minus i,
.warenkorb .plus i{
	color: #fff;
	vertical-align: 1px;
}
.price b,
.total b,
.priceall b {
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
}

.item_to-warenkorb {
	width: 12%;
	text-align: right;
}

.item_to-warenkorb i {
	color: #ffffff;
	text-align: center;
}

.item_quantity {
	width: 30px;
	height: 28px;
	padding: 2px 8px;
	line-height: 1.33;
	border-radius: 6px 0 0 6px;
	border: 2px solid #e5e7e9;
	color: #555;
	background-color: #fff;
	background-image: none;
	border-right: none;
	display: inline-block;
	margin-right: -4px;
}

.kaufwrapper {
	width: 100%;
}

.kaufwrapper input {
	width: 30%;
	float: left;
	text-align: center;
	font-size: .8em;
	height: 28px;
}

.kaufwrapper .updown {
	width: 20%;
	float: left;
	height: 28px;
	line-height: 1.33;
	border: none;
	background-color: #0088cc;
	border-top: 3px solid  #0088cc;
	border-bottom: 2px solid  #006699;
	display: inline-block;
	text-align: center;
	padding-top: 0px;
}
.kaufwrapper .updown .postp,
.kaufwrapper .updown .postm {
	display: block;
	text-align: center;
	vertical-align: middle;
	height: 12px;
	font-size: .8em;
	color: #fff;
}

.kaufwrapper .updown .postp {
	margin-top: -2px;
}

.kaufwrapper .item_anzahl {
	border: 1px inset #0088cc;
	border-right: none;
	border-radius: 6px 0px 0px 6px;
}

.fake-cart {
	width: 50%;
	height: 28px;
	line-height: 1.33;
	border-radius: 0px 6px 6px 0px;
	border: none;
	background-color: #0088cc;
	border-top: 3px solid  #0088cc;
	border-bottom: 2px solid  #006699;
	display: inline-block;
	text-align: center;
	padding-top: 2px;
	float: left;
	border-left: 1px solid #006699;
}




.item_quantity:focus,
.item_add:focus {
    outline: 0;
}

.table.pricetable > tbody > tr > td {
	vertical-align: middle;
}


.simpleCart_shelfItem .price .neuprice {
	text-align: right;
}

.isotope-item.teaser {
	text-align: center;
	background-color: #BFC0C3;
}



.warenkorb .titel { width: 20%;}
.warenkorb .price { width: 12%; text-align: right}
.warenkorb .marge { width: 8%;}
.warenkorb .anzahl { width: 10%; text-align: center;}
.warenkorb .total { width: 12%; text-align: right;}
.warenkorb .totalprice { text-align: right; border-top: 2px solid #87919f;}
.warenkorb .priceall { font-weight: 600; text-align: right; border-top: 2px solid #87919f;}

.bestellzusatz {
	color: #87919f;
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 0;
}

.blog-download {
	padding: 0 0 0 20px;
}


ul.nav-pills.sort-source .button.is-checked {
	background-color: #94D4F2;
	color: #0088cc;
}

ul.nav-pills.sort-source .button.arrow-down.is-checked {
	padding-bottom: 1.2em;

}

.prod-search {
	margin-top: -1em;
}

.sub-sort-nav {
	padding: 1em 1em 0;
	background-color:#94D4F2;
	border-radius: 4px;
	margin-top: -.9em;
}

.sub-sort-nav .button {
	padding: 0.2em 1em;
	margin-bottom: 1em;
}

.sub-sort-nav ul.nav-pills.sort-source .button.is-checked  {
	background-color: #0088cc;
	padding-bottom: 0.2em;
	color: #fff;
}
.thumb-info .picwrapper {
	border-bottom: 1px solid #C8C8C8;
}

.thumb-info .picwrapper img{
	
}

.thumb-info:hover .picwrapper img {
	visibility: visible;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.thumb-info .thumb-info-image.picwrapper {
	width: 270px;
	height: 117px;
	display: block;
	background-color: #2D343E;
	overflow: hidden;
}

.thumb-info:hover .thumb-info-image:before, .thumb-info:focus .thumb-info-image:before {
    filter: alpha(opacity=40);
    opacity: 0.8;
}


.thumb-info-sub {
	white-space:nowrap;
	overflow: hidden;
  	text-overflow: ellipsis;
  	width: 240px;
  	display: block;
}

.pricetable .titel .neuheit {
	color: #E93E00;
	padding-right: 4px;
	font-size: .7em;
	font-weight: bold;
}

.pricetable .priceneuprice .neuprice {
	color: #E1A600;
	padding-right: 4px;
	font-size: .7em;
	font-weight: bold;
}

.pricetable .neuprice,
.pricetable .neuheit
 {
	display: none;
}

.pricetable .newprice .neuprice {
	display: inline;
	color: #E1A600;
	padding-right: 4px;
	font-size: .7em;
	font-weight: bold;
}

.pricetable .newproduct .neuheit {
	display: inline;
	color: #E93E00;
	padding-right: 4px;
	font-size: .7em;
	font-weight: 800;
	letter-spacing: 0.01em;
}

.thumb-info .thumb-info-title .thumb-info-type.iconeu {
	position: absolute;
	z-index: 4;
	top: 10px;
	right: 10px;
	width: 28px;
	height: 28px;
	overflow: hidden;
	padding-top: 8px;
	border-radius: 14px;
	text-align: center;
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-ms-transform: rotate30deg);
	transform: rotate(30deg);
	background-color: #E93E00;
	color: #fff;
	font-size: 0.7em;
	letter-spacing: 0.1em;
}

.thumb-info .thumb-info-title .thumb-info-type.icoprice {
	position: absolute;
	z-index: 4;
	top: 5px;
	right: 5px;
	width: 40px;
	height: 38px;
	overflow: hidden;
	padding-top: 8px;
	text-align: center;
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-ms-transform: rotate30deg);
	transform: rotate(30deg);
	color: #E1A600;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	font-weight: 400;
	line-height: 1.05em;
}

.thumb-info .thumb-info-title .thumb-info-type.icodm {
	position: absolute;
	z-index: 4;
	top: 10px;
	left: 10px;
	background-image: url(../img/ico-dm.png);
	width: 50px;
	height: 20px;
}


.thumb-info .thumb-info-title {
    padding: 10px 15px;
}

.sort-source.nav-pills > li + li {
    margin-left: 0;
    margin-right: 2px;
}

.tabtitel {
	margin-bottom: 0;
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: 400;
}



.mydata .row .formtext {
	width: 50%;
	float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.intspez .featured-box-white-full .box-content p{
	font-size: 1.2em;
}

.intspez .post-block {
	line-height: 1.2em;
}

.intspez .post-author {
	margin-top: 0;
}

.stores.box {
	height: 720px;
	overflow: scroll;
}

.newsletter-footer .rex_375_error {
	visibility: hidden;
	display: none;
}

.pricepro {
	font-size: .8em;
}

/* Responsive */
@media (max-width: 1200px){
	
	#header nav.mega-menu ul.nav-main li {
	 	padding:  6px 0 6px 0;
	}

	#header nav.mega-menu ul.nav-main li a {
    	font-size: 1.5em;
	}

	.featured-box .box-content .fixheight
	{
		min-height: 440px;
	}
	
	
	.pricetable tr th.subtitel {
		width: 36%;	
	}
	
	.pricetable tr th.marge,
	.pricetable tr td.marge {
		width: 12%;
		text-align: right;
	}
	
}

.owl-carousel .thumbnail {
    text-align: center;
}


@media (max-width: 991px){


.tp-caption.main-label {
	font-size: 2.6em !important;
}

.out991 {
	display: none;
}

section.page-top.basic {
    margin-top: 60px;
}

#header .logo {
	margin-top: 0;
}

#header > .container {
    margin-bottom: 10px;
}

#header h1.logo img {
    max-width: 300px;
    max-height: none !important;
    height: auto !important;
}

#header nav ul.nav-main li a {
	font-size: 1em;
}

#header .nav-main.menu-o990 {
	visibility: hidden;
	display: none;
}
#header .nav-main.menu-u990 {
	visibility: visible;
	display: block;
}

.footer-copyright .col-md-6 {
	float: left;
	width: 50%;
}

#footer .footer-nav {
	display: none;
}
#footer {
   padding-top:0;
}
section.highlight {
    margin: 15px 0 25px;
    padding: 14px 0;
    color: #FFF;
}
.counters strong {
	font-size: 3em;
	line-height: 1.2em;
}

.counters label {
    font-size: 1.2em;
    line-height: 1em;
}

section.page-top.basic .page-top-info h2 {
	font-size: 2em;
}

}

@media (max-width: 650px){

	.col-30,
	.col-70 {
		width: 100%;
	}
	.col-70 h4 {
		line-height: 1.2em;
	}
}

@media (max-width: 441px){


	#header nav.mega-menu ul.nav-main li a {
		font-size: 1em;
	}
	
	#header h1.logo img {
	    max-width: 200px;
	    max-height: none !important;
	    height: auto !important;
	}
	
	#header nav ul.nav-main li a {
		padding: 4px 3px;
	}
	.footer-copyright p {
		font-size: .9em;
		line-height: 1.8em;
	}
	.footer-copyright .logo {
		margin-top: 1em;
	}
	
	.footer-copyright .logo img {
	    max-width: 160px;
	    max-height: none !important;
	    height: auto !important;
	}
	
	section.page-top.basic .page-top-info h2 {
		font-size: 1.6em;
	}

}

@media (max-width: 401px){
	
	.footer-copyright .col-md-6 {
		float: none;
		width: 100%;
		text-align: center !important;
	}
}




