/* ----------------------------------------------------------------------------- * 
 *                      Atmosphäre: Farben und Schriften                         *
 *          Alle weiteren Styles stecken in der jeweiligen layout.css            *
 * ----------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------- * 
 * Verwendete Farben
 * Blue Colors:
 * #1A1F2B - dark blue
 * #30395C - middle dark blue
 * #4A6491 - middle blue
 * #85A5CC - middle light blue
 * #C2D2E5 - light blue
 * ----------------------------------------------------------------------------- */

html    {
    font-size: 100%;
}

body {
    background: url(/Content/webs/mulzet.at/images/hintergrund.jpg);
	color: #eeeeee;
	font-size: 14px;
	background-size: cover;
}

a {
	text-shadow: 1px 1px #161616;
}

li {
	list-style-type: none;
}

p {
	color: #eeeeee;
	font-size: 14px;
	text-shadow: 1px 1px #161616;
	margin: 0;
	line-height: 18px;
    font-family: 'Lato', sans-serif;
}

.img-responsive {
	max-width: 100%;
	height: auto;
}

header {
    color: #eeeeee;
}

.main {
    color:  #eeeeee; /* dark blue */
}

.main1 {
    color:  #eeeeee; /* dark blue */
    background-color: #000;
}

.mainContent {
    color: #eeeeee;
}

aside {
    color:  #eeeeee; /* dark blue */
    background-color: #C2D2E5; /* light blue */
}

footer {
    background: url(/Content/webs/mulzet.at/images/footer.jpg);
	height: 140px;
	width: 100%;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-color: #282828;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
}

footer ul {
    width: 1024px;
	margin: 0 auto;
}

footer ul li {
    float: left;
	list-style-type: none;
	width: 240px;
	text-align: center;
	margin: 60px 0 0 0;
	border-right: 1px solid #4d4d4d; 
}

.last {
	border: none;
}

footer ul li a:hover {
    text-decoration: none;
}

.adr {
	width: 300px;
}

    /* ----------------------------------------------------------------------------- *
     *                                 ICONS                                   *
     * ----------------------------------------------------------------------------- */

.fa {
	color: #aa282c;
}

.fa1 {
	color: #fff;
}

.fa1 {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
	float: right;
}

.fa2 {
	color: #eeeeee;
}

.fa2 {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
	margin-righ: 10px;
}

    /* ----------------------------------------------------------------------------- *
     *                                  ENDE ICONS                                 *
     * ----------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------- * 
 *                             Textauszeichnungen                                *
 * ----------------------------------------------------------------------------- */

h1, h2, h3  {
	font-family: Audiowide;
	text-transform: uppercase;
	color: #eeeeee;
	font-weight: normal;
	font-size: 16px;
	margin: 15px 0 15px 0;
	line-height: 18px;
	text-shadow: 1px 1px #161616;
}

p.teasertext    {
    color:  #eeeeee; 
    font-family: 'Lato', sans-serif;
    font-size: 14px;  
    line-height: 1.368em; 
	text-shadow: 1px 1px #161616;
}

a:link, a:visited {
    color:  #eeeeee;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    color:  #eeeeee;
    text-decoration: underline;
}

.highlight{
   color: yellowgreen;
}

/* ----------------------------------------------------------------------------- * 
 *                                    Navigation                                 *
 * ----------------------------------------------------------------------------- */

nav {
    color:  #eeeeee;
    font-size: 1.25em; /* 20px */
	margin-bottom: 10px;
	
}

nav ul li {
    list-style: none;
	background-color: #616161;
	
}

nav ul li a {
	height: 60px;
	padding-top: 30px;

}


nav a:link, nav a:hover {
    color: #eeeeee;; /* middle dark blue */
}

nav a:hover {
    background-image: url(/Content/webs/mulzet.at/images/hover.png); 
}



.rahmen {
	border-left: 1px solid #7f7f7f;
}







.content {
    background-color: #161616;
    margin: 0 0 20px;
    padding: 10px;
    width: 100%;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
}

.content1 {
    background-color: #282828;;
    margin: 0 0 20px;
    padding: 10px;
    width: 100%;
}


/*----------------------------------------------------------------------------------
										SLIDER
-----------------------------------------------------------------------------------*/

@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

body { margin: 0; } 
#slider { overflow: hidden; }
#slider figure img { width: 20%; float: left; }
#slider figure { 
  position: relative;
  width: 500%;
  margin:0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
  	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
}

#slider {
	webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
}

#slider1 { overflow: hidden; }
#slider1 figure img { width: 20%; float: left; }
#slider1 figure { 
  position: relative;
  width: 500%;
  margin:0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
  	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
}

#slider1 {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
    width: 100%;
}


/*----------------------------------------------------------------------------------
										ENDE SLIDER
-----------------------------------------------------------------------------------*/

.leiste-oben {
    background-image: url("/Content/webs/mulzet.at/images/leiste-oben.png");
    background-repeat: no-repeat;
    background-size: 100% 45px;
    color: #eeeeee;
    font-family: "Audiowide";
    height: 45px;
    margin: 10px auto 0;
    padding: 8px 0 0;
    text-align: center;
    width: 90%;
	font-size: 16px;
	text-shadow: 1px 1px #161616;
	text-transform: uppercase;
	line-height: 30px;
}

/*----------------------------------------------------------------------------------
										LOGOLEISTE
-----------------------------------------------------------------------------------

.logos {
	background-color: #1b1b1b;
	webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	padding: 1px 0 1px 0;
}

.logo, .logo1 {
    margin-left: 23px;
}

.bilder {
	margin: 0 auto 0 auto;
}

.bilder a {
	float: left;
}


/*----------------------------------------------------------------------------------
										ENDE LOGOLEISTE
-----------------------------------------------------------------------------------*/




.leiste-oben-klein {
           background: url(/Content/webs/mulzet.at/images/leiste-oben-klein.png) 51% 50%;
    background-repeat: no-repeat;
    color: #eeeeee;
    font-family: "Audiowide";
    margin: 0 0 5px;
    padding: 12px 0 8px;
    text-align: center;
    text-shadow: 1px 1px #161616;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
}

.leiste-oben-anfahrt {
    background-image: url(/Content/webs/mulzet.at/images/leiste-oben-anfahrt.png);
    background-repeat: no-repeat;
    color: #eeeeee;
    font-family: "Audiowide";
    margin: 0 0  0;
    padding: 12px 0 8px;
    text-align: center;
    text-shadow: 1px 1px #161616;
    text-transform: uppercase;
	font-size: 16px;
    font-weight: normal;
}


.beschreibung {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #353535 0%, #464646 50%, #282828 100%) repeat scroll 0 0;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
    color: #eeeeee;
    font-size: 14px;
    height: 270px;
    margin-top: 70px;
    padding: 0 0 13px 10px;
    text-shadow: 1px 1px #161616;
    width: 300px;
    z-index: 10000;
}

.beschreibung1 {
   background: linear-gradient(top, #353535 0%, #464646 50%, #282828 100%); background: -moz-linear-gradient(top, #353535 0%, #464646 50%, #282828 100%); background: -webkit-linear-gradient(top, #353535 0%, #464646 50%, #282828 100%); background: -ms-linear-gradient(top, #353535 0%, #464646 50%, #282828 100%); background: -o-linear-gradient(top, #353535 0%, #464646 50%, #282828 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#353535, endColorstr=#282828,GradientType=1);
    color: #eeeeee;
    padding: 0 0 13px 10px;
    text-shadow: 1px 1px #161616;
	margin-top: 70px;
    z-index: 10000;
	font-size: 14px;
	text-align: center;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
}

.box-news img, .box-verleih img, .box-racing img {
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
    width:100%;
}

.beschreibung-anfahrt {
	width: 584px;
	background: rgba(0, 0, 0, 0.2);
    color: #eeeeee;
    padding: 0 0 13px 10px;
    text-shadow: 1px 1px #161616;
	margin-top: 70px;
    z-index: 10000;
	font-size: 14px;
}

.box-news, .box-verleih, .box-racing {
	width: 30%;
	float: left;
	box-shadow: rgba(0, 0, 0, 0.5);
	    margin: 0 1% 3% 1% !important;
}



.box-oeffnungszeiten {
	background: #1b1b1b none repeat scroll 0 0;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
    padding: 0 20px 0 20px;
    position: relative;
	margin: 0 0 20px 0;
}

.box-kontakt {
	width: 300px;
	float: left;
	margin-right: 30px;
	background: #1b1b1b none repeat scroll 0 0;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
	padding: 0 20px;
	line-height: 12px;
}

.box-anfahrt {
    float: left;
    width: 650px;
	
}

.buero {
    border-right: 1px solid #7f7f7f;
    float: left;
    line-height: 0;
    margin: 10px 20px 0 0;
    width: 45%;
}

.werkstatt {
	float: right;
	width: 45%;
	line-height: 0;
	margin: 10px 20px 0 0;
}

.tag {
	float: left;
	width: 140px;
}

.zeit {
	float:left;
	width: 210px;
}

.kontaktdaten {
	background: #1b1b1b none repeat scroll 0 0;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
    float: left;
    line-height: 12px;
    margin: 0 0 10px 0;
    padding: 0 20px;
    width: 300px;
	height: 305px;
}

iframe {
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
}

.kformular a {
	color: #aa282c;
	margin: 20px 0 20px;
}


/*----------------------------------------------------------------------------------
										AUSWAHLNAVIGATION
-----------------------------------------------------------------------------------*/


.navi {
    background-color: #aa282c;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
    width: 1024px;
    position: absolute;
    font-size: 16px;
	margin: 0 auto 0 0;
	z-index: 1000;
}


.navi a {
    padding: 0 10px 0 10px;
}

.navi ul {
  list-style-type:none;
  list-style-image:none;
  padding:0px;
  margin: 0 auto 0 auto;
}



.navi ul li ul {
  list-style-type:none;
  list-style-image:none;
  padding-left: 0px;
  margin: 0 auto 0 auto;
}


.topmenu2 a {
  float:left;
  width: 1000px;
  text-align:left;
}


.topmenu2 ul{
  display:none;
}


.topmenu2 a {
    color: #eeeeee;
    margin: 0;
    padding: 10px 0 8px;
    text-decoration: none;
    width: 1000px;
}


.topmenu2 a, .submenu2 a {
    color: #eeeeee;
    margin: 0;
    padding: 10px 10px 10px;
    text-decoration: none;
	width: 100%;
}

.submenu2 a {
	background-color: #8d1b1e;
}

.submenu2 a{
  font-size:16px;
  position:relative;
  clear:both; 
  width:100%;
  border-top: 1px solid #eeeeee; 
}

.submenu2 a:hover{
  	color: #eeeeee;
	width:100%;
}

.navi a:hover, .topmenu2.on a {
  color:#eeeeee;
  background-image: url(/Content/webs/mulzet.at/images/hover-rot.png);
}

.topmenu2:hover ul {
  display:block;  
}



/*----------------------------------------------------------------------------------
										ENDE AUSWAHLNAVIGATION
-----------------------------------------------------------------------------------*/

.breadcrumb {
	text-decoration: underline;
	padding-top: 50px;
}

.breadcrumb a {
	font-size: 11px;
	color: #eeeeee;
	margin-right: 6px;
	margin-top: 70px;
}

.breadcrumb a:hover {
	color: #aa282c;
}

.breadcrumb li {
	list-style-type: none; 
	float: left;
	color: #eeeeee;
	margin: 0;
}




aside {
	height: 50px;
	background-color: #161616;
	webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
}


/*----------------------------------------------------------------------------------
										PAGING
-----------------------------------------------------------------------------------*/



*, *::before, *::after {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: border-box;
   
}
.pag1 {
    padding: 20px 0 35px 18px;
    text-shadow: none;
	margin: 0 auto 20px;
}

.pag2 {
    margin: 0 auto;
    padding: 10px 0 50px 18px;
    text-shadow: none;
    width: 300px;
}

.pagination > a, .pagination > span {
  float: left;
  margin: 0 0 6px 9px;
  padding: 0 6px;
  font-size: 12px;
  min-width: 30px;
  line-height: 27px;
  text-align: center;
  text-decoration: none;
  background-color: #eeeeee;
  border: 1px solid #000;
  color: #000;
  text-shadow: none;
  
}

.pagination :first-child {
   margin-left: 6px;
}

.pagination > a {
  text-decoration: none;
  box-shadow: none;
}

.pagination > a:hover {
  color: #eee;
  background: #aa282c;
  border: 1px solid #eeeeee;
}

.pagination > span, .pagination > a:active {
  color: #eee;
  background: #aa282c;
  border: 1px solid #eeeeee;
}

.pagination .prev, .pagination .next {
  font-size: 14px;
}

/*----------------------------------------------------------------------------------
										ENDE PAGING
-----------------------------------------------------------------------------------*/
.bilder-news {
	padding: 20px;
	margin: 10px;
	background-color: #282828;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.75);
}

.bild-news {
	width: 195px;
	float: left;
	margin-right: 40px;
	 margin-bottom: 15px;
	 margin-top: 10px;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
}

.weiterlesen a {
	color: #aa282c;
}






.kformular a:hover, .weiterlesen a:hover {
	font-size: 16px;
	text-decoration: underline;
}


#kontaktformular {
	margin: 20px auto 0 auto;
	width: 90%;
}

#kontaktformular1 {
	margin: 20px auto 0 auto;
	width: 100%;
}

#vorname, #nachname, #mail, #nummer {
	width: 100%;
	margin: 0 0 20px 0;
	border: 1px solid #f0090c;
	background-color: #212121;
	height: 40px;
	font-family: "Audiowide";
	color: #eeeeee; 
}

#mail:focus, #vorname:focus, #nachname:focus, #nummer:focus, #mail1:focus, #vorname1:focus, #nachname1:focus, #nummer1:focus, #nachricht:focus, #plz1:focus, #ort1:focus, #adresse1:focus, #land1:focus   {
box-shadow: inset 0 0 5px rgba(240, 9, 12, 1);
  border: 1px solid rgba(240, 9, 12, 1);
}


#vorname1, #nachname1, #mail1, #nummer1, #plz1, #ort1, #adresse1, #land1, #KontaktDaten_Anrede, #Nachricht, #Vorname, #Nachname, #TelefonNummer, #EmailAdresse {
	width: 100%;
	margin: 0 auto 20px auto;
	border: 1px solid #f0090c;
	background-color: #212121;
	height: 40px;
	font-family: "Audiowide"; 
    color: #fff;
    padding-left: 10px;
    color: #fff;
}

#Nachricht {
    height: 100px;
}

#KontaktDaten_Anrede option {
    color: #fff;
    font-family: lato;
}

#nachricht {
	width: 100%;
	border: 1px solid #f0090c;
	background-color: #212121;
	font-family: "Audiowide"; 
}

.field-validation-error {
    color: #f0090c;
    font-size: 12px;
}

label {
	color: #eeeeee;
    font-family: "Audiowide"; 
    text-transform: uppercase;
    font-size: 16px;
}

.breite {
	line-height: 20px;
	margin: 3px 0;
}

.button {
	background-color: #aa282c;
	border-radius: 4px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.75);
	color: #eeeeee;
	border: none;
	padding: 10px 20px 10px 20px;
	font-family: "Audiowide"; 
	cursor: pointer;
	margin: 10px 0 0 0;
}

.button:active {
	box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.75);
	
}


.anfrageForm {
    margin: 30px 0 0 0;
}






.linke-spalte {
	float: left;
	box-shadow: none;
	height: auto;
	width: 100%;
	color: #eeeeee;
	line-height: 20px;
	background-color: #282828;
}

.rechte-spalte {
	float: right;
	box-shadow: none;
	height: auto;
	width: 430px;
	color: #eeeeee;
	line-height: 20px;
	background-color: #282828;
}

.news-detailansicht {
	padding: 18px;
	background-color: #282828;
}

.bild1 {
	margin-right: 25px;
}



#box-news
{
height: 400px;
float: left;
padding: 22px;
border-right:1px solid #4d4d4d;
color:#BFCFFF;
}

#box1
{
height: 270px;
float: left;
padding: 22px;
border-right:1px solid #4d4d4d;
color:#BFCFFF;
}

.bild-news-detail1 {
	margin-right: 51px;
	width: 47%;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
}

.bild-news-detail2 {
	width: 47%;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
}

.teamdaten {
	margin: 10px;
	background:none;
}

.team {
	box-shadow: none;
	background: none;
	border:none;
	color: #eeeeee;
	line-height: 20px;
	background-color: #282828;
	 padding: 20px;
	margin: 0 0 10px 0;
	height: 360px;
}

.team1 {
	background: none;
	border:none;
	color: #eeeeee;
	line-height: 20px;
	background-color: #282828;
	 padding: 20px;
	margin: 0 0 10px 0;
	height:auto;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
}


.links {
	float: left;
	width: 45%;
}



.rechts {
    float: right;
    width: 45%;
}

.links a:visited{
	color: #aa282c;
}

.roter-balken {
    background-color: #aa282c;
    border-bottom: 2px solid #212121;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.75);
    padding: 1px 0 1px 190px;
	height: 40px;
}

.text {
    float: left;
    line-height: 18px;
    margin: 0 0 3px;
    padding: 0;
    width: 190px;
}

.text1 {
	float: left;
	width: 240px;
	line-height: 0px;
	padding: 0;
	margin:3px 0 3px 0;
}



.text2 {
	float: left;
	width: 170px;
	line-height: 0px;
	padding: 0;
	margin:0 0 3px 0;
}

.text3 {
	float: left;
	width: 240px;
	line-height: 0px;
	padding: 0;
	margin:3px 0 3px 0;
}


.team-daten {
	width: 50%;
}

.news-detailansicht {
	background-color: #282828;
	color: #eeeeee;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.75);
}

.news-detailansicht ul li {
	list-style-type: none;
	line-height: 24px;
}

.linie {
	height: 1px;
	color: #4d4d4d;
	background-color: #4d4d4d;
	border: none;
	margin: 20px 0 20px 0;
}


.linke-spalte2 {
	float: left;
	width: 100%;
	height: auto;
	color: #eeeeee;
	line-height: 20px;
	background-color: #282828;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
    padding: 15px;

}

.linke-spalte4 {
	float: left;
	width: 500px;
	height: auto;
	color: #eeeeee;
	line-height: 20px;
	background-color: #282828;	
	box-shadow: none;
}

.bild-gross {
    border: 1px solid #000;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
    float: left;
   margin: 0 10px 20px 0;
    width: 620px;
}

.bild-klein {
	width: 100px;
	margin: 0 10px 16px 0;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
	float: right;
	opacity: 0.4;
}

.bild1 {
	width: 120px;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
}

.bild-klein1 {
	border: 1px solid #000;
	width: 100px;
}

.bild-klein:hover {
	opacity: 1;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
}

.texte {
	line-height: 24px;
}

.zurueck {
	padding: 15px 20px 15px 20px;
}


.linke-spalte1 {
	float: left;
	width: 400px;
	box-shadow: none;
	height: auto;
	color: #eeeeee;
	line-height: 20px;
	background-color: #282828;

}

.linke-spalte3 {
    background-color: #282828;
    box-shadow: none;
    color: #eeeeee;
    float: left;
    height: auto;
    width: 400px;
}

.rechte-spalte1 {
	box-shadow: none;
	height: auto;
	color: #eeeeee;
	line-height: 20px;
	background-color: #282828;
	padding: 0;
}

.preis-gross {
    color: #aa282c;
    font-size: 30px;
    font-weight: bold;
    height: 80px;
    margin: 50px 0 0;
	  line-height: 30px;
}

.zurueck {
	margin: 0 0 0 0;
	padding: 20px 0 20px 18px;
}

.zurueck a {
	color: #aa282c;
}


.ls {
	background-color: #282828;
    color: #eeeeee;
    float: left;
    height: 300px;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
}




.bild {
	webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);	
	width: 300px;
	float: left;
	background-color: #fff;
	 margin-bottom: 10px;
}

.bild:hover {
	opacity: 0.5;
}


.back:hover img {
	opacity: 1;
	-webkit-animation: flash 2s;
	animation: flash 2s;
	background-color: #fff;
}
@-webkit-keyframes flash {
	0% {
		opacity: .7;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .7;
	}
	100% {
		opacity: 1;
	}
}
