/***************************** Allgemein *****************************/
html {
  	margin: 0;
  	padding: 0; 
  	height: 100%;
}  

body {	
	font-family: 'Roboto Condensed', sans-serif;
	color: #262626;	
	font-size: 14px;  
	font-weight: 300;
	margin: 0;
	padding: 0; 
	height: 100%;   
	background-color: #FFFFFF;  
	overflow-x: hidden;      
} 

img { 
	border: none; 
} 

input,
select,
textarea {
    outline: 0 none;
	border-radius: 0;
	-webkit- border-radius: 0;
	-moz-border-radius: 0;
}

button {
	border-radius: 0;
	-webkit- border-radius: 0;
	-moz-border-radius: 0;
}

a { 
	color: #262626;	
	text-decoration: none; 
}

a:hover { 
	color: #E4192D;
	text-decoration: none; 
}

.kontaktformular iframe {
	border: none;
	width: 100%;
	height: 430px;
}

.kontaktformular2 iframe {
	border: none;
	width: 100%;
	height: 515px;
}

.maps div, 
.maps iframe {
    width: 100% !important;
    height: 320px !important;   
}


/***************************** Header *****************************/
#fixed {
	top: -1px;
	width: 100%;
	z-index: 100000;
}
	
.bg-topnavi {
	background-color: #404040; 
	border-bottom: 1px solid #8C8C8C;
	color: #FFFFFF;  
	font-weight: 400;
	padding: 5px 0;
	text-transform: uppercase;
}

.topnavi a {
    color: #FFFFFF;
    text-decoration: none;
	padding-right: 15px;
}

.topnavi a:hover {
    color: #E4192D;
}

.topnavi i {
	padding-right: 5px;
}

.topnavi .rechts {
	text-align: right; 
}

.topnavi .shop-service {
	display: inline-block;
}

.topnavi .shop-service:hover {
	color: #E4192D;
	cursor: pointer;
}

.topnavi .shop-service i {
    padding-left: 5px;
}

.topnavi .shop-service-sub {
	display: none;
	position: absolute;
	margin-left: -30px;
    z-index: 1000000;
    background-color: #404040;
	padding: 5px 15px;
	text-transform: none;
}

.topnavi .shop-service-sub a {
	display: block;
	color: #FFFFFF;
	line-height: 200%;
	text-align: left;
	padding: 0;
}

.topnavi .shop-service-sub a:hover {
    color: #E4192D;
}

.bg-header {
    background-color: #1A1A1A; 
	color: #FFFFFF;
	font-weight: 400;
	padding-top: 25px;
}

.logo img {
	margin: 0 auto;
	display: block;  
}

.header .icons {
	padding-left: 0;
	background-color: #1A1A1A; 
}

.icons .rechts {
	float: right;
	margin: 15px 0 11px 0;
}

.icons .box {
	float: left;
	padding: 10px 15px;
	text-align: center;
	cursor: pointer;
}

.icons .box i {
	font-size: 18px;
}

.icons .box a {
	color: #FFFFFF;
	text-decoration: none; 
}

.icons .box a:hover {
	color: #E4192D;
}

.icons .box .text {
	text-transform: uppercase;
}

.suche {
	position: absolute;
}

.suche-s {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
    background-color: #1A1A1A;
	margin-top: 100px;
}

.suche-s form {
	height: 43px;
}

.suche-s input {
	background-color: transparent;
	color: #FFFFFF;
	font-weight: 300;
	font-style: italic;
	border: none;
	padding: 0 15px;
	height: 43px;
	width: calc(100% - 35px);
}

.suche-s ::-webkit-input-placeholder { color:#FFFFFF; }
.suche-s ::-moz-placeholder { color:#FFFFFF; } 
.suche-s :-ms-input-placeholder { color:#FFFFFF; } 
.suche-s input:-moz-placeholder { color:#FFFFFF; }

.suche-s button {
	border: none;
	background-color: transparent;
	height: 43px;
	color: #FFFFFF;
	font-size: 20px;
	width: 35px;
	padding: 0 10px 0 0;
}

.ElasticLink {
	padding: 0 !important;
	margin: 0 !important;
	background-color: #F2F2F2 !important;
	border: none !important;
	border-radius: 0 !important;
	cursor: pointer;
}

.ElasticLink:hover {
	color: #E4192D !important;
}

.ElasticSearch {
	background-color: #F2F2F2;
}

.ElasticCollumStyleImage {
    width: 50px;
    text-align: center;
	margin-left: 10px;
}

.ElasticImage {
    max-height: 40px;
    max-width: 40px;
}

.ElasticProductInformationTable {
    width: 100%;
}

.ElasticProductName { 
    margin-left: 10px;
    overflow: hidden;
}

.ElasticWidth {
    width: 100%;
    text-align: right;
}

.ElasticPrice {
    margin-left: 10px;
    margin-right: 10px;
}

.login .fa-unlock-alt {
	padding-left: 5px;
}

.merkzettel  {
	position: relative;
}

.merkzettel #notepadcount {
	background-color: #E4192D;
	color: #FFFFFF;
	position: absolute;
  	top: 5px;
  	right: 5px;
  	text-align: center;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    font-size: 12px;
	padding: 1px 5px;
}

.warenkorb  {
	position: relative;
}

.icons .warenkorb i {
	font-size: 24px;
	position: relative;
    top: -3px;
}
 
.warenkorb #mybasketcontent {
	background-color: #E4192D;
	color: #FFFFFF;
	position: absolute;
  	top: 5px;
  	right: 5px;
  	text-align: center;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    font-size: 12px;
	padding: 1px 5px;
}

.warenkorb .versand {
	display: none;
}


/***************************** Navi *****************************/
.btn-navi {
	padding: 23px 0 19px 15px;
	clear: both;
	text-transform: uppercase;
	font-weight: 400;
	background-color: #1A1A1A; 
	cursor: pointer;
}

.btn-navi i {
	font-size: 24px;
	padding-right: 10px;
}

.btn-navi span {
	position: relative;
    top: -2px;
	font-size: 18px;
}

#menu {
	background: #1A1A1A;
	padding: 0 15px;
	position: absolute;
    width: 100%;
    z-index: 99999;
	display: none;
	height: 100%;
    overflow-y: auto;
}

#menu hr {
  	margin: 15px 0;
	border-top: 1px solid #4D4D4D;
}

#menu2 {
	padding-bottom: 15px;
}

#menu2 ul {
	padding: 0;
	margin: 0;
}

#menu2 li {
	list-style: none;
	padding-top: 15px;
}

#menu2 a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
 
#menu2 a:hover {
	color: #E4192D;
}

#menu2 a.navi1 {
	display: block;
}
	
#menu2 ul.dropdown {
	display: none;
}

#menu3 {
	padding-bottom: 15px;
}

#menu3 a {
	display: block;
  	line-height: 220%;
	color: #F2F2F2;
	text-decoration: none;
	font-size: 16px;
}

#menu3 .icon-infos a {
	color: #FFFFFF;
	font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 300%;
}

#menu3 a:hover {
	color: #E4192D;
}

#menu3 i {
  	padding-right: 15px;
	font-size: 24px;
	width: 40px;
    text-align: center;
}

#menu3 i.fa-star {
	font-size: 18px;
}

/***************************** Content *****************************/
.content-box  {
	padding: 15px;
}

.PageHeaderText {
	margin: 0 0 25px 0;
    color: #262626;
    font-size: 18px;
	font-weight: 300;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	text-transform: uppercase;
}

.PageHeaderText .zurueck {
	font-size: 14px;
}

#basketv3 .headline2,
#loginWindow .login-header,
#shippingWindow .shipping-header,
#energyClassView .shipping-header,
#ProductMailingPopUp .ProductMailingWindowHeader,
#ProductMailingResult .ProductMailingWindowHeader {
	padding: 15px 25px 15px 0;
	margin: 0 15px;
	font-size: 18px;
	border-bottom: 1px solid #CCCCCC;
	text-transform: uppercase;
}

#basketv3 .fa-window-close,
#loginWindow .fa-window-close,
#shippingWindow .fa-window-close,
#energyClassView .fa-window-close,
#ProductMailingPopUp .fa-window-close,
#ProductMailingResult .fa-window-close {
    position: absolute;
    top: 17px;
    right: 15px;
	color: #262626;
	font-size: 20px;
	cursor: pointer;
}

.TextPosition {
	margin-top: 7px;
}

.TextBoxError {
	margin-top: 5px;
}

.inputValid {
    background: url('../img/check.png') no-repeat;
    background-position: center right;
    background-size: 20px 20px;
    background-origin: content-box;
    border: 1px solid #02B837 !important;
}

.inputNotValid {
    border: 1px solid red !important;
}

.editor-radius-field > input {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 10px;
	width: 100%;
}
 
.editor-radius-field ::-webkit-input-placeholder { color:#262626; }
.editor-radius-field ::-moz-placeholder { color:#262626; } 
.editor-radius-field :-ms-input-placeholder { color:#262626; } 
.editor-radius-field input:-moz-placeholder { color:#262626; }


.editor-radius-field-small > input {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 10px;
	width: 100%;
}	
		
.editor-radius-field-small ::-webkit-input-placeholder { color:#262626; }
.editor-radius-field-small ::-moz-placeholder { color:#262626; } 
.editor-radius-field-small :-ms-input-placeholder { color:#262626; } 
.editor-radius-field-small input:-moz-placeholder { color:#262626; }


textarea {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 10px;
	width: 100%; 
}

textarea::-webkit-input-placeholder { color:#262626; }
textarea::-moz-placeholder { color:#262626; } 
textarea :-ms-input-placeholder { color:#262626; } 
textarea input:-moz-placeholder { color:#262626; }

select {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 10px;
	width: 100%;
	height: 43px;
}

select ::-webkit-input-placeholder { color:#262626; }
select ::-moz-placeholder { color:#262626; } 
select :-ms-input-placeholder { color:#262626; } 
select input:-moz-placeholder { color:#262626; }

.BtnStyle {
    border: none;
    background-color: #333333;
    padding: 10px 35px;
    font-size: 16px;
	font-weight: 400;
    color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
}

.BtnStyle:hover {
	background-color: #E4192D;
	transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

/***************************** Startseite *****************************/
.themen-slider  {
	margin: 0;
}

.themen-slider .slick-slider {
	margin-bottom: 45px;
	padding: 0;
}

.themen-slider .slick-slide {
	position: relative;
}

.themen-slider a {
	color: #262626;
	text-decoration: none;
}

.themen-slider .bild img {
	max-width: 380px;
	margin: 0 auto;
	display: block;
}

.themen-slider .texte {
	text-align: center;
}

.themen-slider .headline {
    font-size: 24px;
	font-weight: 400;
}

.themen-slider .subline {
    font-size: 18px;
	padding-bottom: 15px;
}
	
.themen-slider .slick-prev,
.themen-slider .slick-next {
	top: 60%;
	height: auto;
    width: auto;
}

.themen-slider .slick-prev {
	left: 0;
}
	
.themen-slider .slick-next {
	right: 0;
}
	
.themen-slider .slick-prev:before,
.themen-slider .slick-next:before  {
    font-family: Font Awesome\ 5 Pro;
	font-size: 30px;
	font-weight: 300;
    color: #262626;
	opacity: 1.0;
}

.themen-slider .slick-prev:before  {
	content: "\f053";
}

.themen-slider .slick-next:before {
	content: "\f054";
}
	
.themen-slider .slick-dots {
	bottom: -40px;
}

.themen-slider .slick-dots li {
    height: 14px;
    width: 14px;
	margin: 0 7px;
}

.themen-slider .slick-dots li button {
    height: 14px;
    width: 14px;
}
	
.themen-slider .slick-dots li button:before {
	content: url(../img/slider-punkt.png);
	opacity: 1.0;
}
	
.themen-slider .slick-dots li.slick-active button:before {
	content: url(../img/slider-active.png);
	opacity: 1.0;
}

.themen-banner {
	margin: 0;
}

.themen-banner .banner,
.themen-banner .banner1,
.themen-banner .banner2,
.themen-banner .banner3 {
	margin-bottom: 15px; 
	padding: 0;
	position: relative;
}

.themen-banner a {
	color: #262626;
	text-decoration: none;
}

.themen-banner img {
	max-width: 100%;
	margin: 0 auto;
    display: block;
}

.themen-banner .bg-grau {
	background-color: #F2F2F2;
    padding: 15px;
	text-align: center;
	text-transform: uppercase;
}

.themen-banner .bg-grau:hover .bg-weiss {
	border: 1px solid #E4192D;
	transition: all .5s ease;
    -moz-transition: all .5s ease; 
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.themen-banner .bg-weiss {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 10px; 
}

.themen-banner .headline {
    font-size: 24px;
	font-weight: 400;
	padding: 10px 0;
}

.themen-banner .button {
    font-size: 16px;
	text-transform: uppercase;
}

.themen-banner .button:after  {
	content: "\f054";
	font-family: Font Awesome\ 5 Pro;
	padding-left: 10px;
	font-weight: 300;
}

@media (max-width: 767px){
	.position-live  {
		padding-top: 10px !important;
	}
}

.position-live .live {
	background-color: #FFFFFF;
	color: #262626;
	text-transform: uppercase;
	font-weight: 400;
}

.live .headlines { 
	color: #FFFFFF;
	padding: 15px;
	margin: 15px;
	text-transform: uppercase; 
	text-align: center;
	background-color: #E4192D;
	width: calc(100% - 30px);
}

.live .headline { 
	font-size: 26px;
	line-height: 26px;	
	font-weight: 700;
}

.live .subline { 
	font-size: 20px;
	line-height: 24px;
}

.live .bg-livepic {
	height: 155px
}

.live .bg-livepic img {
	margin: 0 auto;
	max-width: 100%;
	display: block;
	max-height: 155px;
}

.live .text {
	text-align: center;
}

.live .text .headline2 {
    margin: 15px 0;
    font-size: 20px;
	line-height: 20px;
	text-transform: none;
}

.live .preise {
	padding-bottom: 15px; 
	display: block;
	font-weight: 700;
}

.live .nur {
    font-size: 16px;
	padding-right: 10px; 
}

.live .preis {
    font-size: 38px;
	padding-right: 30px;
}

.live .rabatt,
.live .ersparniss {
	color: #F20000;
	display: inline-block;
	font-size: 20px;
	font-weight: 300;	
}

.live .rabatt {
	padding-right: 30px;
}

.live .rabatt strong,
.live .ersparniss strong {
	font-size: 13px;
	font-weight: 700;	
	display: block;
}

.live hr {
	border-top: 1px solid #CCCCCC;
	margin: 15px 0; 
}

.live .countdown {
    padding: 0 15px 15px 15px;
    text-align: center;
}

.live .headline3 {
	font-size: 20px;
	font-weight: 700;
	padding: 5px 0;
}

.live .bg-countdown {
	font-size: 24px;
	font-weight: 700;
	padding: 0 7px;
}

.live .abstand {
	padding-left: 5px;
}
	
.live .klein {
	font-size: 14px;	
}

.live .anzahl {
    font-size: 20px;
	font-weight: 700;
}

.live .anzahl span {
    font-size: 36px;
	color: #E4192D;
}

.live .BtnStyle {
	margin: 35px auto 25px auto;
	max-width: 285px;
	background-color: #FFFFFF;
	border: 2px solid #262626; 
}

.live .BtnStyle:hover {
	border: 2px solid #E4192D;
}

.live .BtnStyle:hover a {
	color: #E4192D;
}

.live .BtnStyle a {
	color: #262626;
	text-decoration: none;
}

.slider-start { 
	background-color: #FFFFFF;
	margin: 25px -3px;
}

.slider-start .headline { 
	color: #262626;
    font-size: 20px;
    font-weight: 400;
    margin: 15px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}

.slider-start .slick-slider { 
	margin: 0;
}

.slider-start .slick-prev,
.slider-start .slick-next {
	height: auto;
    width: auto;
    position: relative;
    margin: 0 auto -35px auto;
}

.slider-start .slick-prev {
	left: -140px;
    top: -385px;
}

.slider-start .slick-next {
	right: -140px;
    top: -370px;
}

.slider-start .slick-prev:before,
.slider-start .slick-next:before {
    font-family: Font Awesome\ 5 Pro;
	font-size: 20px;
    font-weight: 300;
    color: #262626;
    opacity: 1.0;
}

.slider-start .slick-prev:before {
	content: "\f053";
}

.slider-start .slick-next:before {
	content: "\f054";
}	

.produkte .ProductGrid {
	float: left;
	padding: 10px 3px;
}

.produkte a.link {
    text-decoration: none;
	padding: 5px 10px;
    float: left;
	height: 310px;
	width: 100%;
	border: 1px solid #FFFFFF;
	text-align: center;
}

.produkte a.link:hover {
	border: 1px solid #E4192D;
	transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.ProductGrid .produktbild {
	height: 130px;
	margin: 0 -7px;
}

.ProductGrid img {
    display: block;
    margin: 0 auto;
	max-height: 130px;
	max-width: 100%;
}

.ProductGrid .produktheadline {
	padding-top: 45px;
    padding-bottom: 15px;
    height: 110px;
	font-size: 16px;
	line-height: 16px;
    color: #262626;
}

.ProductGrid .preis1 {
    color: #262626;
    font-size: 24px;
	display: block;
}

.ProductGrid .preis1 .ab {
    font-size: 16px;
}

.ProductGrid .preis1 .NewPriceType {
    font-size: 16px;
	display: none;
}

.ProductGrid .preis2 {
    color: #EC0000;
    font-size: 16px;
	display: block;	
}

.ProductGrid .preis2 .OriginalPriceType {
    font-size: 14px;
	display: none;
}

.ProductGrid .preis2 .line-through { 
	position: relative;
}

.ProductGrid .preis2 .line-through:before { 
   	content: '';
    width: 100%;
    position: absolute;
    right: 0;  
    top: 50%; 
    border-bottom: 1px solid #EC0000;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

.ProductGrid .grundpreis {
    color: #999999;
    font-size: 12px;
	display: none;
}

.ProductGrid .position-ang {
	position: absolute;
	top: 120px;
   	width: calc(100% - 6px);
}

.ProductGrid .ang {
	background-color: #D20000;
	padding: 15px 0;
	width: 50px;
	height: 50px;
    color: #FFFFFF;
	font-weight: 400;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 auto;
}

.ProductGrid .ang-pfeil {
    border: 15px solid transparent;
    border-left-color: #D20000;
	display: inline-block;
	position: relative;
    top: 10px;
    left: -4px;
	display: none;
}

.ProductGrid .anfragen {
    position: absolute;
    top: 265px;
    color: #262626;
    font-weight: 400;
    font-size: 14px;
	z-index: 9999;
	cursor: pointer;
	width: calc(100% - 6px);
    text-align: center;
}

.bg-text {
    padding: 15px 0;
	line-height: 180%;
}

.bg-text h1 {
    font-size: 18px;
    font-weight: 300;
    margin: 15px 0 5px 0;
}

.bg-text .kursiv {
    font-size: 16px;
	font-style: italic;
    padding-bottom: 10px;
}


/***************************** Ausverkauft (Box) *****************************/
.SoldOutButtonOuter {
	cursor: default;
	position: absolute;
	z-index: 10000;
	width: calc(100% - 6px);
	height: 310px;
	border: 1px solid #CCCCCC;
	background: rgba(255, 255, 255, 0.7);
}

.ProductMailingBtnStart {
	background-color: #CCCCCC;
	padding: 10px;
	color: #262626;
	text-align: center;
	position: absolute;
    bottom: 150px;
    width: 100%;
    cursor: pointer;
}

.ProductMailingBtnStart:hover {
  	background-color: #E4192D !important;
	color: #FFFFFF;
	transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.ProductMailingBtnStart strong {
	font-size: 16px;
	font-weight: 300;
}

.ProductMailingBtnStart i {
	padding-top: 5px;
	font-size: 18px;
}

.ProductMailingPopUp,
.ProductMailingResult {
    top: 0;
	position: absolute;
}

.ProductMailingPicInfo {
	display:table;
	margin: 20px;
}

.ProductMailingRow {
	display: table-row;
}

.ProductMailingCell1 {
	display: table-cell;
}

.ProductMailingCell2 {
	display: table-cell;
	padding-left: 20px;
}

.ProductMailingPageText1 {
    margin: 15px;
}

.ProductMailingPageText2 {
    margin: 15px;
}

.datenschutzlink {
	font-size: 12px;
	margin: 0 15px;
}

.datenschutzlink u {
	font-weight: 600;
}

.ProductMailingBG {
    display: none;
    z-index: 9999990;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background: #262626;
}

.ProductMailingResult {
    display: none;
    z-index: 9999991;
    height: 200px;
    background: none repeat scroll 0 0 #FFFFFF;
}

.ProductMailingPopUp {
    display: none;
    z-index: 9999991;
    height: auto;
    background: none repeat scroll 0 0 #FFFFFF;
}

.TextBoldPM {
    font-weight: 300;
    text-decoration: none;
    text-align: left;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ProductMailingBtn {
    text-align: right;
    margin: 5px 20px 10px 0;
}
 
.ProductMailingErrorText {
    color: red;
    font-size: 13px;
    text-align: center;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: 20px;
}


/***************************** Liste *****************************/
.bg-infos-oben {
    display: none;
}

.infos-oben {
	margin: -15px 0 15px 0;
	padding: 10px 0;
	color: #262626;
	border-bottom: 1px solid #CCCCCC; 
}

.infos-oben a {
	color: #262626;
	text-decoration: none;
}

.infos-oben a:hover {
	color: #E4192D;
}

.breadcrumbs {
	padding-left: 0;
	width: calc(100% - 15px);
} 

.breadcrumbs .fa-home {
	margin: 0 5px 0 0;
}

.breadcrumbs i {
	margin: 0 7px;
}

.zurueck {
	width: 15px;
    text-align: right;
    float: right;
	padding: 3px 0;
}

.kategorie-banner {
	margin: 0 0 15px 0;
}
 
.kategorie-banner img {
	width: 100%; 
}

.kategorie {
	margin-bottom: 10px; 
}

#CategoryDisplay {
	width: 100%;
    height: 120px;
  	background-size: auto 120px !important;
	border: 1px solid #E4192D;
	display: none;
}

.bg-CategoryText {
	padding: 0 5px;
  	text-align: center;
	background-color: #262626;
    height: 45px;
	width: 100%;
	display: table;
}

.CategoryText {
  	color: #FFFFFF;
	font-size: 14px; 
	display: table-cell;
    vertical-align: middle;
}

.bg-CategoryText:hover {
	background-color: #E4192D;
	transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.bg-sortieren {
    text-align: center;
	margin: 15px 0;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
	text-transform: uppercase;
}

.sortieren a {
	color: #262626;
    padding: 0 5px;
}

.sortieren a:hover {
	color: #E4192D;
}

.liste {
	margin: 0 -7px;
}

@media (min-width: 250px) and (max-width: 549px) {
   .liste .ProductGrid {
		width: 50%;
	}
}

@media (min-width: 550px) and (max-width: 799px) {
   .liste .ProductGrid {
		width: 33.33333333%;
	}
}

@media (min-width: 800px) and (max-width: 1029px) {
   .liste .ProductGrid {
		width: 25%;
	}
}

.seo {
	margin: 0;
}

.SEOCatalogDescription {  
	padding: 15px 0;
    line-height: 180%;
}

.SEOCatalogName {
	font-size: 18px;
    font-weight: 300;
    margin: 15px 0 5px 0;
}

.SEOCatalogDescription h1 {
    font-size: 18px;
    font-weight: 300;
    margin: 15px 0 5px 0;
}

.SEOCatalogDescription .kursiv {
    font-size: 16px;
	font-style: italic;
    padding-bottom: 10px;
}


/***************************** Detail *****************************/
.breadcrumbs-detail .fa-home {
    margin: 0;
}

.breadcrumbs-detail a:first-child:before {
	content: "";
	margin: 0;
}

.breadcrumbs-detail i span {
	font-family: 'Roboto Condensed', sans-serif;
	padding-left: 5px;
}

.breadcrumbs-detail a:before {
	content: "\f105";
    font-family: Font Awesome\ 5 Pro;
	margin: 0 5px;
}

.pic #GalleryView img {
	max-width: 100%;
    margin: 0 auto;
    display: block;
}

.pic .variationPictureSize {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.pic .thumbs div {
	float: left;
	width: 80px;
	height: 80px;
	margin: 10px 10px 0 0;
	background-size: 100% !important;
}

.pic .thumbs div img {
	width: 80px;
}

.detail .headline {
	font-size: 24px;
	margin: 15px;
	color: #262626;
	font-weight: 400;
}

.details .anfragen {
    max-width: 210px;
}

.details .anfragen a {
    color: #FFFFFF;
	text-decoration: none;
}

.details .preis1 {
    color: #262626;
    font-size: 36px;
	line-height: 36px;
	font-weight: 400;
	padding: 25px 0 10px 0;
}

.details .fa-percent {
	background-color: #D20000;
	font-size: 24px;
	color: #FFFFFF;
	padding: 7px 10px;
	margin-right: 10px;
}

.details .preis2 {
    color: #D20000;
    font-size: 18px;
    text-decoration: line-through;
}

.details .klein {
    font-size: 12px;
	padding-top: 15px;
}

.details .klein a {
    color: #262626;
	text-decoration: underline;
	cursor: pointer;
}

.details .klein a:hover {
    color: #E4192D;
}

.details hr {
	margin: 15px 0;
	border-top: 1px solid #CCCCCC;
}

.details .produktdetails .abstand {
   padding-right: 20px;
   font-weight: 400;
}

.details .produktdetails td {
   padding: 3px 0;
}

.details .staffelpreise .ScaledTitle {
	font-weight: 300;
	padding-bottom: 5px;
}

.details .staffelpreise .ScaledQty {
	padding-right: 5px;
}

.PageTextRabattScaledPreis {
    color: #D20000; 
    font-weight: 300;
    text-decoration: line-through;
	font-size: 12px;
}

.DynVariSelectTable {
	width: 100%;
	margin-bottom: 10px;
    max-width: 390px;
}

.DynVariSelectVarName {
    font-weight: 300;
	padding-bottom: 5px;
}

.DynVariSelectTable select {
    border: 1px solid #F2F2F2;
    background-color: #F2F2F2;
}

.details .menge {
	width: 85px;
}

.details .menge input  {
    background-color: transparent;
    border: 2px solid #333333;
	padding: 5px;
	text-align: center;
    height: 55px;
	width: 55px;
	font-size: 20px;
	color: #333333;	
	font-weight: 400;
}

.details .btn-warenkorb {
	width: calc(100% - 85px);
	padding-left: 0;
}

.details .btn-warenkorb .BtnStyle {
	font-size: 20px;
	line-height: 55px; 
	padding: 0 15px;
	height: 55px;
	max-width: 320px;
}

/*.details .btn-warenkorb .BtnStyle:after {
	content: "\f105";
    font-family: Font Awesome\ 5 Pro;
	padding-left: 15px;
}*/

.avaliableMessage {
    color: #E80000;
	padding-top: 5px;
}

.SoldOutLink {
	background-color: #E4192D;
    padding: 10px;
    text-align: center; 
	color: #FFFFFF;
}

.SoldOutLink a {
    color: #FFFFFF;
}

.details .drucken {
	text-align: left;
}

.details .drucken a {
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
} 

.details .block { 
	display: inline-block;
	float: left;
	padding-bottom: 5px; 
}

.details .abstand { 
	padding-right: 20px; 
}

.details .drucken .text {
	display: inline-block;
	line-height: 18px; 
}

.details .drucken .text strong {
	font-weight: 400;
}

.details .notepad:before {
	content: "\f005";
    font-family: Font Awesome\ 5 Pro;
	padding-right: 5px;
	font-size: 18px;
	position: relative;
	top: -13px;
}

.details .haken:before {
	content: "\f00c";
    font-family: Font Awesome\ 5 Pro;
	padding-right: 5px;
	font-size: 18px;
	position: relative;
	top: -13px;
}

.details .print:before {
	content: "\f02f";
    font-family: Font Awesome\ 5 Pro;
	padding-right: 5px;
	font-size: 18px;
	position: relative;
	top: -13px;
}

.details .fragen:before {
	content: "\f059";
    font-family: Font Awesome\ 5 Pro;
	padding-right: 5px;
	font-size: 18px;
	position: relative;
	top: -13px;
}

.pdf img {
	margin: 0 5px 5px 0;
}

.galerie .btn-checkbox {
    display: none;
}

#bild-1:checked ~ .bild-gross #bild-gross-1 {
    display: block;
}

.lightbox {
	background: rgba(0, 0, 0, 0.7);
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: hidden;
	visibility: hidden; 
	width: 100%;
	z-index: 100000;
}

.lightbox .lightbox-popup {
    -moz-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
    transition: transform .5s ease;
}

.lightbox:target {
	opacity: 1;
	position: fixed;
	top: 0;
	visibility: visible;
}

.lightbox-popup {
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	background-color: #FFFFFF;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	max-height: 0;
	max-width: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(0);
}

.lightbox:target .lightbox-popup {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	max-height: 100%;
	max-width: 100%;
	transform: scale(1);
	overflow: hidden;
    overflow-y: auto;
}

.lightbox-popup a.btn-close {
	display: block;
	position: absolute;
	right: 15px;
	top: 15px;
	text-decoration: none;
	color: #262626;
	font-size: 20px;
	cursor: pointer;
  	text-align: center;
}

.lightbox-popup a.btn-close:before {
	content: "\f410";
	font-family: Font Awesome\ 5 Pro;
}

.lightbox-popup iframe {
    border: none;
    width: 100%;
    height: 370px;
}

.fragen-formular {
	padding: 0 15px 15px 15px;
}

.fragen-formular img {
	max-height: 150px;
	margin: 15px auto;
}

.fragen-formular .text {
	padding-bottom: 5px;
}
	
.fragen-formular #kontaktformular {
	padding: 0 15px;
}

#kontaktformular .TextPosition {
    margin: 0 0 10px 0;
}

#kontaktformular .klein {
    font-size: 12px;
	margin: 5px 0;
}

#kontaktformular .BtnStyle {
    margin: 10px auto 0 auto;
	display: block;
	height: 40px;
	line-height: 20px;
    font-size: 20px;
}

#kontaktformular .BtnStyle:before {
	content: "\f1d8";
	font-family: Font Awesome\ 5 Pro;
	font-size: 16px;
	padding-right: 20px;
	position: relative; 
	top: -2px;
}

.ausblenden {
    display: none;
}

.inhalt {
    padding-top: 25px;
	text-align: center;
}

.details .infos {
	text-align: right;
	padding-top: 15px;
	font-size: 12px;
}

.details .infos a {
	color: #262626;
    text-decoration: underline;
}

.details .infos a:hover {
    color: #E4192D;
}

.beschreibung .panel-body div,
.beschreibung .tab-content div {
    background-color: #F2F2F2 !important; 
}

.beschreibung font {
    background-color: #F2F2F2 !important; 
}

.beschreibung b, 
.beschreibung strong {
    font-weight: 400; 
}

.beschreibung-s {
	padding-top: 15px;
	line-height: 180%;
}

.beschreibung-s ul {
	padding-left: 10px;
	margin: 0;
}

.beschreibung-s .panel-group .panel+.panel {
    margin-top: 10px;
}

.beschreibung-s .panel {
    border: 1px solid #F2F2F2;
}

.beschreibung-s .panel-default>.panel-heading {
    background-color: #F2F2F2;
	padding: 15px;
}

.beschreibung-s .panel-title a {
    color: #262626;
}

.beschreibung-s .panel-title a:after {
    content: "\f067";
    font-family: Font Awesome\ 5 Pro;
	float: right;
	margin-top: 3px;
}

.beschreibung-s .panel-title a:hover {
    color: #262626;
}

.beschreibung-s .panel-body {
    padding: 15px;
	background-color: #F2F2F2;
}

.beschreibung .klein {
   position: relative;
   top: 2px;
}

.bewertungen {
   width: 100%;
}

.bewertungen .sterne {
   padding-bottom: 5px;
}

.bewertungen .name {
   padding-bottom: 5px;
}

.bewertungen .datum { 
   padding-bottom: 5px;
}

.bewertungen hr {
	border-top: 1px solid #CCCCCC;
	margin: 15px 0;
}

.slider-detail { 
	background-color: #FFFFFF;
	margin: 25px -3px;
}

.slider-detail .headline { 
	color: #262626;
    font-size: 20px;
    font-weight: 400;
    margin: 15px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}

.slider-detail .slick-slider { 
	margin: 0;
}

.slider-detail .slick-prev,
.slider-detail .slick-next {
	height: auto;
    width: auto;
    position: relative;
    margin: 0 auto -20px auto;
}

.slider-detail .slick-prev {
	left: -140px;
    top: -385px;
}

.slider-detail .slick-next {
	right: -140px;
    top: -385px;
}

.slider-detail .slick-prev:before,
.slider-detail .slick-next:before {
    font-family: Font Awesome\ 5 Pro;
	font-size: 20px;
    font-weight: 300;
    color: #262626;
    opacity: 1.0;
}

.slider-detail .slick-prev:before {
	content: "\f053";
}

.slider-detail .slick-next:before {
	content: "\f054";
}	

/***************************** Versand (Box) *****************************/
#shippingWindowContent {
    padding: 15px;
}

/***************************** Warenkorb (Box) *****************************/
#basketExtendedMask {
	position: fixed;
	height: 100%; 
	width: 100%; 
	top: 0; 
	left: 0; 
	background: rgba(0, 0, 0, 0.8);
    z-index: 100001; 
	display: none;
	cursor: pointer;
}

#specialBasketFinishWindowExtendedPreLoaderOverlay {
	position: fixed; 
	top: 50%; 
	left: 50%; 
	width: 50px; 
	background: white;
    margin-left: -25px; 
	height: 50px; 
	border: 1px solid #CCCCCC; 
	z-index: 100000;
	display: none;
}

#specialBasketFinishWindowExtendedPreLoaderOverlay img {
	margin: 10px 0 0 10px;
}

#basketv3 {
	width: 100%;
	position: fixed;
	top: 0;
    z-index: 100001; 
}

#specialBasketFinishWindowExtended {
	background-color: #FFFFFF;
	overflow: auto;
    height: 100%; 
	width: 100%;
	position: fixed;
}

#basketv3 .headline2 {
    color: #FFFFFF;
    text-transform: uppercase;
	background-color: #40CA00;
    margin: 10px;
	padding: 10px 15px;
	font-size: 20px;
	font-weight: 700;
}

#basketv3 .fa-window-close {
    top: 21px;
    right: 30px;
    color: #FFFFFF;
    font-size: 24px;
	font-weight: 300;
}

#specialBasketFinishWindowExtendedMainContent {
	padding: 15px 10px;
}

#specialBasketFinishWindowExtendedMainContentProductContent {
	float: left;
}

#basketv3 .rightFloating {
    float: left;
}

#specialBasketFinishWindowExtendedMainContentProductImageElement {
	width: 100px;
	margin: 0 15px 10px 0;  
}

#spbProductItemCount{
    font-size: 16px;
}

#spbProdukteName{
    font-size: 16px;
}

.greyDescriptionText {
    font-size: 12px;
    padding-top: 3px;
}

.greyDescriptionText strong {
    font-weight: 300;
}

#basketv3 .warenkorb-preis {
	text-align: right;
}

#basketv3 #spbProductItemPrice {
	font-size: 20px;
	font-weight: 400;
	color: #262626;
}

#basketv3 .klein {
	font-size: 12px;
}

#basketv3 .clear {
	clear: both;
}

#specialBasketFinishWindowExtendedNavigation {
	margin: 0 10px;
	border-top: 1px solid #CCCCCC;
}

#specialBasketFinishWindowExtendedNavigationCenter {
	padding: 10px 0;
}

.btnStandardBasketGrey,
.btnGoToCheckOut {
	width: 100%;
	font-size: 20px;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
	text-transform: uppercase;
}

.btnStandardBasketGrey {
    background-color: #D9D9D9;
	color: #262626;
}

.btnStandardBasketGrey:hover {
    background-color: #E4192D;
	color: #FFFFFF;
	transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.btnGoToCheckOut {
	margin-top: 10px;
	color: #FFFFFF;
    background-color: #333333;
}

.btnGoToCheckOut:hover {
    background-color: #E4192D;
	transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.btnGoToCheckOut i {
	padding-left: 15px;
	display: none;
}

#basketv3 .headline3 {
    color: #262626;
    font-size: 20px;
	font-weight: 400;
    margin: 25px auto 15px auto;
    text-transform: uppercase;
    text-align: center;
    width: 230px;
    display: inline-block;
}

#specialBasketFinishWindowExtendedFooter {
    overflow: hidden;
	padding: 0 0 15px 0;
}

#specialBasketFinishWindowExtendedCrossSelling { 
    text-align: center;
}

#specialBasketFinishWindowExtendedCrossSellingSlider { 
	width: 100%;
	margin: 0 auto;
	float: none !important;
	border-top: 1px solid #CCCCCC;
	padding-top: 25px;
}

#spbSliderPreloader {
    display: block;
    height: 230px;
    padding: 85px;
}

#spbSliderElements {
	width: 3000px;
    height: 290px;
}

.specialBasketFinishWindowExtendedCrossSellingButton {
    background-color: transparent;
    cursor: pointer;
	font-size: 20px;
	text-align: center;
    float: none !important;
    display: inline-block;
}

.specialBasketFinishWindowExtendedCrossSellingButton .fa-chevron-left {
    margin-left: 5px;
}

.specialBasketFinishWindowExtendedCrossSellingButton .fa-chevron-right {
    margin-left: -10px;
}

.specialBasketFinishWindowExtendedCrossSellingButton i {
    height: 37px;
    width: 37px;
	color: #262626;
	padding: 9px 0; 
} 

.specialBasketFinishWindowExtendedCrossSellingSliderElement {
	width: 215px;
	padding: 0 15px;
	cursor: pointer;
	float: left;
	text-align: center;
}

/***************************** Warenkorb *****************************/
.imWarenkorb .border {
	
}

.imWarenkorb .headlines {
	color: #262626;
	font-size: 16px;
}

.imWarenkorb .headlines .center {
	text-align: center;
	padding-right: 0;
}

.imWarenkorb .headlines .right {
	text-align: right;
}
	
.imWarenkorb hr {
	margin: 15px 0 0 0;
	border-top: 1px solid #CCCCCC;
}

.imWarenkorb .klein {
	font-size: 14px;
}

.imWarenkorb .artikel {
	margin: 15px 0 0 0;
}

.imWarenkorb .artikel .bild {
	padding-bottom: 10px;
}

.imWarenkorb .artikel img {
	width: 100px;
	margin-right: 15px;
}

.imWarenkorb .artikel .name {
	font-size: 16px;
}

.imWarenkorb .artikel .artikelnummer {
	font-size: 12px;
	padding-top: 5px;
}

.imWarenkorb .artikel .grundpreis {
	font-size: 12px;
	padding-top: 5px;
}

.imWarenkorb .artikel .variation {
	font-size: 12px;
	padding-top: 5px;
}

.imWarenkorb .artikel .menge {
	padding-right: 0;
}

.imWarenkorb .artikel .minus,
.imWarenkorb .artikel .plus {
	cursor: pointer;
	font-size: 18px;
}

.imWarenkorb .artikel .minus:hover,
.imWarenkorb .artikel .plus:hover {
	color: #E4192D;
}

.imWarenkorb .artikel .minus:before {
	content: "\f056";
    font-family: Font Awesome\ 5 Pro;
}

.imWarenkorb .artikel .plus:before {
	content: "\f055";
    font-family: Font Awesome\ 5 Pro;
}

.imWarenkorb .artikel .anzahl {
	width: 45px;
	height: 45px;
	font-size: 18px;
	color: #262626;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0 5px;
}

.imWarenkorb .artikel .papierkorb {
	font-size: 16px;
	padding-right: 25px;
}

.imWarenkorb .artikel .papierkorb:hover {
	color: #EC0000;
}

.imWarenkorb .artikel .trash:before {
	content: "\f2ed";
    font-family: Font Awesome\ 5 Pro;
}

.imWarenkorb .artikel .preis {
	text-align: right;
	font-size: 20px;
}

.imWarenkorb .warenkorb-footer {
	margin: 15px 0 0 0;
}

.imWarenkorb .warenkorb-footer .info {
	font-size: 12px;
}

.imWarenkorb .warenkorb-footer .gesamt {
	text-align: right;
	font-size: 16px;
}

.imWarenkorb .warenkorb-footer .gesamt td {
	padding-bottom: 5px;
	text-align: right;
}

.imWarenkorb .warenkorb-footer .gesamt td.abstand {
	padding-right: 15px;
}

.imWarenkorb .warenkorb-footer .gesamt .gross {
	text-transform: uppercase;
	font-size: 18px;
	padding-top: 10px;
	font-weight: 400;
}

.imWarenkorb .button {
	text-align: center;
	margin-top: 15px;
}

.imWarenkorb .button span {
	display: block;
}

.imWarenkorb .button img {
	padding-bottom: 10px;
	cursor: pointer;
}

.imWarenkorb .button .padding {
	padding-bottom: 10px;
}

.imWarenkorb .button .BtnStyle input {
	border: none;
	background-color: transparent;
	padding: 0;
	text-transform: uppercase;
}

.imWarenkorb .info {
	text-align: center;
}


/***************************** Merkzettel *****************************/
.imMerkzettel .auswahl input {
	margin-right: 10px;
}

.imMerkzettel .auswahl a {
	text-decoration: underline;
}

.imMerkzettel .sortieren {
	text-align: right;
}

.imMerkzettel hr {
	margin: 15px 0;
	border-top: 1px solid #CCCCCC;
}

.imMerkzettel .bild .width-pic {
    width: 110px;
}

.imMerkzettel .bild img {
    width: 80px;
    margin: 0 10px;
}

.imMerkzettel .klein {
    font-size: 12px;
    padding-top: 5px;
}

.imMerkzettel .preis {
	text-align: right;
    font-size: 20px;
}

.imMerkzettel .preis .klein {
    font-size:10px;
}

.imMerkzettel .icons {
	padding-left: 10px;
	font-size: 20px;
}

.imMerkzettel .papierkorb:hover {
	color: #EC0000;
}

.imMerkzettel .trash:before {
	content: "\f2ed";
    font-family: Font Awesome\ 5 Pro;
}

.imMerkzettel .cart-plus:before {
	content: "\f217";
    font-family: Font Awesome\ 5 Pro;
}

.imMerkzettel .gesamt {
	text-align: right;
	font-size: 20px;
}

.imMerkzettel .rot {
	color: red;
    text-align: center;
}

.imMerkzettel .border {
	margin: 0 0 15px 0;
	border: 1px solid #262626;
}

.imMerkzettel .headlines {
    margin: 0;
	padding: 10px 0;
    background-color: #F2F2F2;
}

.imMerkzettel .status {
    margin: 10px 0 0 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

.imMerkzettel .artikel {
    margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #CCCCCC;
}

.imMerkzettel .border .preis {
	font-size: 16px;
}

.imMerkzettel .gesamt2 {
    margin: 10px 0;
	text-align: right;
	font-size: 16px;
} 

.imMerkzettel .border img {
	width: 80px;
	margin-bottom: 5px;
}

 
/***************************** Preis anfragen *****************************/
.preis-anfragen form {
	text-align: left; 
}

.preis-anfragen textarea {
	height: 115px;
}

.preis-anfragen .btn-daten {
	margin-top: 20px;
	display: block;
	max-width: 220px;
}

/***************************** anmelden *****************************/
.anmelden .error {
	color: red;
	font-size: 18px;
	padding: 20px 0;
}

.anmelden form h1 {
	font-size: 14px;
	font-weight: 300;
}

.anmelden .border {
	border-top: 1px solid #cecece;
	border-left: none;
	margin-top: 20px;
}


/***************************** Login (Box) *****************************/
.ui-widget-overlay {
    background: #000 !important;
    opacity: 0.7 !important;
    z-index: 21313423 !important;
}

.ui-widget-header {
    border: none !important;
    background: none !important;
}

.ui-dialog-title {
    display: none !important;
}

.ui-button {
    margin-top: 0px !important;
    z-index: 213123;
}

.ui-dialog {
    z-index: 1231343423 !important;
	top: 0 !important;
	width: 100% !important;
   	padding: 0 !important;
}

.ui-widget-content {
    background: #fff !important;
    border: none !important;
	font-family: 'Roboto Condensed', sans-serif;
}

.ui-widget input, 
.ui-widget select, 
.ui-widget textarea, 
.ui-widget button {
    font-family: 'Lato', sans-serif !important;
}

.ui-dialog-titlebar {
    display: none;
}

.ui-dialog .ui-dialog-content{
   padding: 0 !important;
}

#loginWindowContent {
    width: 100%;
    background: #fff;
	text-align: center;
}

#loginWindowContent .row {
    margin: 15px 0 0 0;
}

#loginWindow .headline {
   	font-size: 16px;
    font-weight: 300;
	margin: 15px 0;
}

#loginWindow .links {
   	border-bottom: 1px solid #222222;
	padding-bottom: 15px;
}

#loginWindowContent .editor-radius-field > input {
	font-family: 'Roboto Condensed', sans-serif;
}

#loginWindow .klein {
    padding-top: 5px;
}

#loginWindow .klein a {
   	color: #262626;
}

#loginWindow .klein a:hover {
   	color: #E4192D;
}

#loginWindow .rechts {
	padding: 25px 15px;
}


/***************************** Account Optionen *****************************/
.account a {
	display: block;
	text-decoration: none;
	padding-bottom: 10px;
}

.account a:hover {
	color: #E4192D;
}


/***************************** Meine Bestellungen *****************************/
.bestellungen .border {
	border-bottom: 1px solid #CCCCCC;
}

.bestellungen .bold {
	font-weight: 300;
	padding-bottom: 5px;
}

.bestellungen .artikel:before {
	font-weight: 300;
}


/***************************** Produkt bewerten *****************************/
.bewerten textarea {
	height: 115px;
    max-width: 500px;
	margin-top: 10px;
}


/***************************** Händler Login *****************************/
.haendler .headlineText {
	padding-top: 20px;
}


/***************************** neu registrieren *****************************/
.registrieren table {
	width: 100%;
}

.registrieren .headline {
	border-bottom: 1px solid #CCCCCC;
    padding-bottom: 5px;
	font-size: 16px;
	text-transform: uppercase;
}

.registrieren .headline b {
    font-weight: 300;
}

.registrieren form {
    max-width: 760px;
}

.registrieren .block {
	display: block;
}

/***************************** Newsletter *****************************/
.news .captcha {
    border: 1px solid #DDDDDD;
    background-color: #F8F8FA;
    padding: 10px;
    width: 200px;
}


/***************************** Checkout *****************************/
.checkout .rahmen {
	background-color: #FFFFFF;
	max-width: 760px;
    margin: 0 auto 20px auto;
}

.checkout .headline {
	font-size: 18px;
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	margin: 15px 0 25px 0;
}

.checkout .block {
	display: block;
}

.formular .block .margin {
	margin-left: 0;
} 

.formular input[type="radio"] {
    margin-left: 10px;
}

.formular select {
    margin-top: 7px;
}

.checkout .bezahlen {
	overflow: auto;
}

.checkout .versand {
	overflow: auto;
}

.checkout .bezahlen .onePageHighlight,
.checkout .versand .onePageHighlight {
	display: inline-table;
	width: 125px;
    height: 160px;
    text-align: center;
    padding-top: 15px;
    margin: 5px 10px 5px 0;
	border: 1px solid #CCCCCC;
}

.checkout .bezahlen b,
.checkout .versand b {
	font-weight: 300;
}

.gutschein .row {
    margin: 0;
}

.gutschein .text {
	padding: 0;
	font-size: 14px;
	text-align: center;
}

.gutschein .editor-radius-field {
	margin-bottom: 15px;
}

.gutschein .button {
	padding: 0;
    text-align: center;
    margin-top: 15px;
}

.gutschein .button a {
	font-size: 14px;
	display: inline-block;
}

.gutschein .button a:hover {
	color: #FFFFFF;
}

.gutschein .valid {
   color: green; 
   margin-top: 15px;
}

.gutschein .invalid {
   color: red; 
   margin-top: 15px;
}

.checkout .agb input {
	width: 17px;
    height: 17px;
}

.checkout #agbborder a {
    font-weight: 400;
	text-decoration: underline;
}

#agbborder label {
    margin: -18px 0 0 25px;
    font-weight: 300;
}

#dsgvo label {
    margin: -18px 0 0 25px;
    font-weight: 300;
}

.checkout .BtnStyle {
	font-size: 20px;
	text-align: center;
	white-space: initial;
	margin: 0 auto;
	display: block;
}

.checkout-gesamt {
	border-bottom: 1px solid #CCCCCC;
} 

.checkout-gesamt table {
	text-align: right;
	font-size: 16px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
} 

.checkout-gesamt table table {
	border-bottom: none;
	margin-bottom: 0;
} 

.checkout-gesamt td {
	padding: 0 0 5px 15px;
} 

.checkout-gesamt .border td {
	padding: 10px 0 10px 15px;
	font-size: 20px; 
	font-weight: 400;
    text-transform: uppercase;
} 

.checkout .artikel .headline {
	margin: 0 0 10px 0;
} 

.artikel .artikelListe {
	padding: 15px 0;
    border-bottom: 1px solid #CCCCCC; 
}

.artikelListe img {
    margin: 0 10px 10px 0;
	width: 100px;
}

.artikelListe .gross {
    padding-bottom: 5px;
	font-size: 18px;
}

.artikelListe .klein {
    font-size: 12px;
	padding-bottom: 5px;
}

.artikelListe .klein strong {
    font-weight: 300;
}

.artikelListe .preis {
    font-size: 20px;
	text-align: right;
}

.artikelListe .klein2 {
    font-size: 12px;
	text-align: right;
}


/***************************** Footer *****************************/
.bg-video {
	margin: 0 10px 15px 10px;
} 

.bg-video .video {
    background-image: url(../img/video-s.jpg);
    background-position: center;
    height: 224px;
}

.slider-kunden { 
	background-color: #FFFFFF;
	margin: 0 -15px;
}

.slider-kunden .headline { 
	color: #262626;
	font-size: 20px;
	font-weight: 400;
	margin: 15px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 15px;
	text-transform: uppercase; 
	text-align: center;
}

.slider-kunden .slick-slider { 
	margin: 0;
}

.slider-kunden .slick-prev,
.slider-kunden .slick-next {
	height: auto;
    width: auto;
	position: relative;
    margin: 0 auto;
}

.slider-kunden .slick-prev {
	left: -140px;
    top: -230px;
}

.slider-kunden .slick-next {
	right: -140px;
    top: -250px;
}

.slider-kunden .slick-prev:before,
.slider-kunden .slick-next:before {
    font-family: Font Awesome\ 5 Pro;
	font-size: 20px;
	font-weight: 300;
    color: #262626;
	opacity: 1.0; 
}

.slider-kunden .slick-prev:before {
	content: "\f053";
}

.slider-kunden .slick-next:before {
	content: "\f054";
}	

.bg-slider-kunden i {
    position: relative;
    top: 17px;
    left: 20px;
}

.bg-slider-kunden .kundenmeinung {
    padding-left: 40px;
    font-style: italic;
	height: 160px;
}

.bg-info-boxen {
	background-color: #404040;
	border-bottom: 1px solid #8C8C8C;
	padding: 15px 0;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 400;
}

.bg-info-boxen .info-box {
	padding-bottom: 25px;
}

.bg-info-boxen .info-box:last-child {
	padding-bottom: 0;
}

.bg-info-boxen .float {
	display: inline-block;
	vertical-align: top;
}

.bg-info-boxen i {
	font-size: 30px; 	
	padding-right: 15px;
	position: relative;
	top: 3px;
}

.bg-info-boxen .klein {
	font-size: 14px; 	
}

.bg-info-boxen a {
	color: #FFFFFF;
	text-decoration: underline;
}

.bg-info-boxen a:hover {
	color: #E4192D;
}

.bg-footer {	
	background-color: #1A1A1A;
	color: #F2F2F2;
	padding-bottom: 15px;
}
	
.bg-footer a {
	color: #F2F2F2;
	text-decoration: none;
}
	
.bg-footer a:hover {
	color: #E4192D;
}

.panel-group {
	margin-bottom: 0;
}

.panel-group .panel {
	border-radius: 0;
}

.panel-group .panel+.panel {
	margin-top: 0; 
}

.panel {
	background-color: transparent; 
	border: none;
	border-bottom: 1px solid transparent;
	box-shadow: none;
}

.panel-heading {
    padding: 15px 0 25px 0;
}

.panel-default>.panel-heading {
	background-color: transparent;
	padding: 15px 0;
	border-radius: 0;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: none;
}

.panel-title a {
	font-size: 20px;
	line-height: normal;
	color: #F2F2F2;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
}

.panel-title a:hover {
	color: #E4192D;
}

.panel-title i {
	font-size: 24px;
    float: right;
}

.panel-body {
    padding: 0 0 15px 0;
}

.bg-footer .kontakt {
	line-height: 180%;
}

.bg-footer .kontakt span {
	text-transform: uppercase;
}

.bg-footer .service a,
.bg-footer .informationen a {
	display: flex;
	padding-bottom: 10px;
}

.bg-footer .service img {
	margin-right: 15px;
}

.bg-footer .service img:last-child {
	margin-right: 0;
}

.bg-bezahlen {
	background-color: #404040;
	padding: 15px 0;
	border-top: 1px solid #8C8C8C;
	border-bottom: 1px solid #8C8C8C;
	color: #FFFFFF;
}

.bg-bezahlen .headline {
	font-size: 16px; 
	margin-bottom: 10px;
	color: #FFFFFF;
	font-weight: 400;
}

.bg-bezahlen a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
}

.bg-bezahlen a:last-child {
	padding-right: 0;
}

.bg-bezahlen a:hover {
	color: #E4192D;
}

.bg-bezahlen i {
	font-size: 24px;
}

.bg-bezahlen img {
	margin: 0 15px 10px 0;
}

.bg-bezahlen img:last-child {
	margin-right: 0;
}

.bg-bezahlen .mitte,
.bg-bezahlen .rechts { 
	padding-top: 25px;
}

.bg-copy {
	background-color: #1A1A1A;
	padding: 15px 0;
	text-align: center;
	color: #FFFFFF;
}

.copy .links {
	padding-bottom: 15px;	
}

.copy .rechts a {
	color: #FFFFFF;
	text-decoration: none;
}

.copy .rechts a:hover {
	color: #E4192D;
}

.bg-copy .info {
	padding-top: 15px;
}

.bg-copy .info a {
	color: #FFFFFF;
	text-decoration: underline;
}

.bg-copy .info a:hover {
	color: #E4192D;
}


/***************************** Zoom deaktiviert (Galerie) *****************************/
@media screen and (max-width: 767px){
   .mousetrap {
	   height: auto !important;
	}
}


/***************************** Sonstiges *****************************/
.energy-text {
    padding: 6px 0 0 0;
    vertical-align: baseline;
}

.energy-class {
    margin:4px 0 0 0;
}

#EnergyDisplay {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;        
	color: #ffffff;
	float:left;
    height:41px;
}

#Energieklasse {
	display: inline-block;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	float:left;
	height:26px;
}

.A {
	background-color: #009036;
	fill: #009036;
	width: 40px;
}

.B {
	background-color: #58ab27;
	fill: #58ab27;
	width: 40px;
}

.C {
	background-color: #b1c800;
	fill: #b1c800;
	width: 40px;
}

.D {
	background-color: #ffec00;
	fill: #ffec00;
	width: 40px;
}

.E {
	background-color: #fecc00;
	fill: #fecc00;
	width: 40px;
}

.F {
	background-color: #f29400;
	fill: #f29400;
	width: 40px;
}

.G {
	background-color: #e2001a;
	fill: #e2001a;
	width: 40px;
}

.angle {
    width: 30px;
}

.inputNotValidCheckBox {
    color: crimson;
    padding: 5px;
    padding-left: 0;
    margin-right: 5px;
}

.finishCheckoutButton {
    border-style: none;
    font-size: 22px !important;
    height: 40px !important;
    cursor: pointer;
    color: #262626;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    background: #fff !important;
}

ui-widget-content {
    background: #fff !important;
}

.tblBorderRed {
    border: solid 1px #FF0000;
}

.TextFieldError {
    background-color: #FFFFAA;
    border: solid 1px #ff0000;
    color: #ff0000;
    font-size: 11px;
    text-decoration: none;
}

.otherShipmentBorder {
    border: 1px solid #d3d3d3;
    width: 301px;
}

.TextBoxDisabled {
    border: 1px solid #d3d3d3;
    color: #d3d3d3;
    text-decoration: none;
    width: 160px;
}

.TextBoxEnabled {
    background-color: #FFFFFF;
    border: solid 1px #C0C0C0;
    color: #AF9713;
    text-decoration: none;
    width: 160px;
}

.TextboxWidth {
    width: 160px;
}

.ModelWindowPreLoader {
    width: 40px;
    background: #fff;
    padding-top: 10px;
    padding-left: 14px;
    height: 35px;
    border: 1px solid #ccc;
}

.PageTextDisabled {
    color: #cccccc;
}

/***************************** Druckansicht *****************************/
.druckansicht {
	max-width: 1000px;
	margin: 15px auto;
	display: block;
	border: 1px solid #262626;
	color: #262626;
	padding: 15px;
	background-color: #FFFFFF;
}

.druckansicht .headline { 
	font-size: 20px;
	padding-bottom: 15px;
}

.druckansicht .bild {
	max-width: 500px;
	padding-bottom: 15px;
}

.druckansicht .bild img {
	max-width: 100%;
}

.druckansicht .produktdetails {
    margin-bottom: 15px;
}

.druckansicht .produktdetails .abstand {
    padding-right: 20px;
}

.druckansicht .produktdetails td {
    padding: 5px 0;
}

.druckansicht .preis {
    padding-bottom: 10px;
}

.druckansicht .preis1 {
    font-size: 30px;
	font-weight: 400;
}

.druckansicht .preis a {
   	font-size: 20px;
	color: #262626;
	font-weight: 400;
}

.druckansicht .ausverkauft {
   	font-size: 20px;
	font-weight: 400;
}

.druckansicht .klein {
    font-size: 12px;
}

.druckansicht .klein a {
    color: #262626;
    text-decoration: underline;
}

.druckansicht .klein a font {
	font-size: 12px;
}


/***************************** Cookies *****************************/
.cc-window {
	display: block !important;
	color: #FFFFFF !important;
	padding: 10px 15px !important;
	font-size: 14px !important;
	text-align: center;
	font-family: inherit !important;
	z-index: 10000 !important;
}

.cc-window.cc-invisible {
	display: none !important;
}

.cc-link {
	color: #FFFFFF !important;
	text-decoration: underline !important;
	opacity: 1.0 !important;
	padding: 0 !important;
}

.cc-btn {
	background-color: #7EB51E;
	color: #FFFFFF !important;
    padding: 5px 15px !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    border: none !important;
}

.cc-banner .cc-btn:last-child {
    max-width: 140px;
    margin: 10px auto 0 auto;
}
