/* 
color 
--------------------------------------------------
WINZER
--------------------------------------------------
goldfischclub.de
*/


body, 
a, 
select, 
input, 
textarea {
	color: #706f6f;
}

.swiper-content,
.swiper-content p {
	color: #fff;
}

.open.nav li a,
.open.nav a,
.open.nav p {
	color: #fff;
}

.mod-bild-cols-4 .col span {
	color: #b3b1b2;
}
	
.open.nav .nav-content {
	background-color: #000;
}

.mod-headline--linie-1 .container-wrap {
	border-bottom: 1px solid #706f6f;
}
	
.mod-text p {
	color: #b3b2b2;
}

#AKTUELLES h1, h2,
#AKTUELLES .mod-text p {
	color: #fff;
}
#AKTUELLES .mod-headline--linie-1 .container-wrap {
	border-bottom: 1px solid #c88980;
}

#AKTUELLES.gelb  .mod-headline--linie-1 .container-wrap {
	border-bottom: 1px solid #e94f1d;
}

#AKTUELLES {
	background-color: #BF1622;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bf1622+0,450b1a+100 */
	background: #bf1622; /* Old browsers */
	background: -moz-linear-gradient(left, #bf1622 0%, #450b1a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #bf1622 0%,#450b1a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #bf1622 0%,#450b1a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf1622', endColorstr='#450b1a',GradientType=1 ); /* IE6-9 */
	
	-webkit-transition: background 500ms ease-out 1s;
    -moz-transition: background 500ms ease-out 1s;
    -o-transition: background 500ms ease-out 1s;
    transition: background 500ms ease-out 1s;
}

#AKTUELLES.gelb {
	background-color: #e94f1d;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e84e1a+0,dedb00+100 */
	background: #e94f1d; /* Old browsers */
	background: -moz-linear-gradient(left, #e84e1a 0%, #dedb00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #e84e1a 0%,#dedb00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #e84e1a 0%,#dedb00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e84e1a', endColorstr='#dedb00',GradientType=1 ); /* IE6-9 */

}



.nav .logo {
	background-image: url(/assets/site/assets/winzer-logo.svg);
	background-size: 160px 60px;
	background-repeat: no-repeat;
}


.mobile-trigger {
	background-image: url(/assets/site/assets/ic-nav-open.svg);
	background-position: right center;
	background-size: 28px 15px;
}
.open .mobile-trigger {
	background-image: url(/assets/site/assets/ic-nav-close.svg);
	background-size: 16px 17px;
}



