/*############################## INSERT YOUR OWN STYLES HERE ##############################*/
/*#########################################################################################*/

.horizontalNavigation {
	overflow: visible;
}

.mod_lostPassword .fields {
	margin-top: 30px;
	margin-bottom: 20px;
}

.mod_lostPassword .fields .widget label {
	display: inline-block;
	width: 150px;
}

.mod_lostPassword .fields .widget {
	display: block;
	margin-top: 10px;
}

.mod_lostPassword .error {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #D51515;
}

/* yds */
@media screen and (min-width: 481px) and (max-width: 1099px) {
	.template_productSearch_default {
	    width: 50% !important;
	    margin-left: 25% !important;
	}
}
@media screen and (min-width: 481px){
	#headerLine2 {
	    overflow: visible;
	}
	.logo a {
	    height: 100px;
	    width: 110px;
	    background-size: cover;
	    background-position: center;
	    margin-top:8px;
	}
}

@media screen and (min-width: 1100px){
	#headerLine2 {
	    overflow: visible;
	}
	.logo a {
	    position: absolute;
	    margin:0;
	    top: -36px;
	    height: 136px;
	    width: 150px;
	    background-size: cover;
	    background-position: center;
	}
}

/* header-login verstecken */
.lsfwk-fi-login {
    display: none;
}

/* warenkorb vom Rand weg */
.template_cart_mini #cart-checkout > a.gotoCart {
	left:-60px; /* 20px mehr als vorher */
}
#headerLine2 .lsfwk-alignRight > a:nth-child(4){
	padding-right:20px;
}

/*
}
.productList.lsfwk-flexWrapper.lsfwk-newline {
    width: 100% !important;
}
*/


/* slider */
.crossSeller_4 .lsSlideboxContainer .lsfwk-flexWrapper {
	flex-wrap: nowrap;
	flex-shrink: 0;
}
/*
.crossSellerCTE .lsSlideboxContainer > div{
	width:2800px !important;
}
*/
.crossSellerCTE .productList .shopProduct.template_productOverview_CS,
.crossSeller_3 .productList .shopProduct {
    max-width: 25%;
    max-width:350px;
}

/* externe Links */
a[target="_blank"],
a[target="_blank"] strong {
    color: #f7a712;
}
a[target="_blank"]:hover,
a[target="_blank"]:hover strong {
    color: #0e7aab;
}

/* social media buttons ausblenden */
.socialMediaButtons.lsfwk-sameLine-all{
	display:none;
}


.lsfwk-bgc-inverted-o-20:not(.widget):not(.submit_container) {
	background-color: rgb(247,167,18);
    font-size: 1em;
    color: #fff;
    padding: 5px;
}




.ce_table.comparison table {
  border: 3px solid #808080;
  border-collapse: collapse;
}

.ce_table.comparison table tr td, .ce_table.comparison table tr th {
  text-align: left;
  border: 1px solid #808080;
  padding: 0.5em;
  line-height: 1.2;
}

.ce_table.comparison table tr td:nth-of-type(2), .ce_table.comparison table tr th:nth-of-type(2) {
  color: #77992b;
}

.ce_table.comparison table tr td span, .ce_table.comparison table tr th span {
  color: #bf4042;
  font-size: 0.9em;
}

.ce_table.comparison table tr td em, .ce_table.comparison table tr th em {
  display: none;
}

@media (max-width: 768px) {
  .ce_table.comparison table thead {
    display: none;
  }
  .ce_table.comparison table, .ce_table.comparison table th, .ce_table.comparison table td, .ce_table.comparison table tbody, .ce_table.comparison table tbody th, .ce_table.comparison table tbody td, .ce_table.comparison table tr, .ce_table.comparison table tr th, .ce_table.comparison table tr td {
    display: block;
    width: 100%;
    border: none;
  }
  .ce_table.comparison table th, .ce_table.comparison table tbody th, .ce_table.comparison table tr th {
    font-weight: 700;
  }
  .ce_table.comparison table th br, .ce_table.comparison table tbody th br, .ce_table.comparison table tr th br {
    display: none;
  }
  .ce_table.comparison table td, .ce_table.comparison table tbody td, .ce_table.comparison table tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .ce_table.comparison table td:nth-of-type(odd), .ce_table.comparison table tbody td:nth-of-type(odd), .ce_table.comparison table tr td:nth-of-type(odd) {
    background: rgba(128, 128, 128, 0.1);
  }
  .ce_table.comparison table td:nth-of-type(1), .ce_table.comparison table tbody td:nth-of-type(1), .ce_table.comparison table tr td:nth-of-type(1) {
    background: #77992b;
    color: #ffffff;
  }
  .ce_table.comparison table td:nth-of-type(2), .ce_table.comparison table tbody td:nth-of-type(2), .ce_table.comparison table tr td:nth-of-type(2) {
    color: inherit;
  }
  .ce_table.comparison table td em, .ce_table.comparison table tbody td em, .ce_table.comparison table tr td em {
    display: block;
    font-style: normal;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-right: 2em;
    margin-right: auto;
    color: inherit;
  }
  .ce_table.comparison table td br, .ce_table.comparison table tbody td br, .ce_table.comparison table tr td br {
    display: none;
  }
  .ce_table.comparison table td span, .ce_table.comparison table tbody td span, .ce_table.comparison table tr td span {
    margin-left: 1em;
  }
  .ce_table.comparison table tr + tr, .ce_table.comparison table tbody tr + tr, .ce_table.comparison table tr tr + tr {
    border-top: 2px solid #808080;
    margin-top: 1em;
    padding-top: 1em;
  }
}