footer a, footer p, footer address, .phone-footer, .email-footer a {
	color: #ddd;
}

#nav li a {
    color: #000;
}

#nav > li > a:hover, #nav > li > a.active, #nav ul.level1 > li a:hover, #nav > li > a:nth-child(1):hover, #nav > li > a:nth-child(1).active, #nav li:hover > a {
    background: #D81C10 !important;
    color: #fff !important;
}
#nav li.drop-menu ul li {
	width: auto;
}

input#searchText:focus {
    border: 1px #D81C10 solid;
}

.product-block .product-action button.addcart:hover,
.product-block .product-action a.quickview:hover {
    color: #D81C10 !important;
}

.toplinks div.links div a:hover {
	color: #ddd !important;
}
.toplinks div.links div ul li a:hover {
	color: #D81C10 !important;
}

.mini-cart .basket a:first-child:before,
.product-view .product-shop .add-to-box .btn-cart,
.button.btn-proceed-checkout,
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #D81C10;
}

.z-active a.z-link {
	border-top: 2px solid #D81C10;
}

footer .inner a:hover {
    color: #fff;
}

footer .newsletter #NewsletterRegistration form  { position: relative; }
footer .newsletter #NewsletterRegistration form input#EMail {
	border: 1px solid #ddd; 
	border-radius: 2px;
}
footer .newsletter #NewsletterRegistration form input#EMail:focus { 
	outline: 0; 
	border: 1px solid #fff; 
}
footer .newsletter #NewsletterRegistration form #NewsletterOptIn {
	position: absolute;
	top: 4px;
	right: 5px;
	padding: 6px 10px;
	background: #000;
	border: 0;
}
footer #container_form_news2 input[type="text"] {
	height: auto;
	padding: 10px 15px 10px 10px;
	background: transparent;
}
footer #container_form_news2 button i {
	color: #ddd;
}
footer #container_form_news2 input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ddd;
}
footer #container_form_news2 input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ddd;
   opacity:  1;
}
footer #container_form_news2 input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ddd;
   opacity:  1;
}
footer #container_form_news2 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ddd;
}

header .welcome-msg {
	color: #fff;
}

#content-page .text-content a[href$='.pdf']:hover {
    color: #D81C10;
	text-decoration: underline;
}

.my-agb-confirm-link{
	margin-top: 10px !important;
}

.noPriceInfo {
	display: inline-block;
	margin-top: 10px;
	background-color: #cdcdcd;
	padding: 10px;	
}

.noPriceInfo a {
	font-weight: 900;
	font-size: 14px;
}

.btn-cart-disabled {
	background: #cdcdcd;
    color: #fff;
    font-size: 16px;
    border: 3px solid #EFEFEF;
    text-shadow: none;
    padding: 4px 20px;
    float: left;
    margin-top: 0px;
    font-weight: 600;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    font-family: 'Open Sans', sans-serif;
}

.btn-cart-disabled:before {
	content: "\f07a";
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.price-box table td {
	padding-right: 5px;
}

.price-info-text {
	margin-top:10px;
}

#col-top-cart {
	min-height: 55px;
}

/* Startseite Video */
#homepage-intro-text {
	margin: 15px 0;
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
#homepage-intro-text iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}