/* Add here all your css styles (customizations) */
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	text-align: center;
	    justify-content: center; 
    align-items: center;

}


a.speziell:link {
   color:            #FFCC00;
}

a.speziell:visited {
   color:            #FFCC00;
}

a.speziell:hover {
   color:            #FFFFFF;
}

a.speziell:active {
   color:            #FFCC00;
}

a.speziellstellen:link {
   color:            #333333;
}

a.speziellstellen:visited {
   color:            #333333;
}

a.speziellstellen:hover {
   color:            #FFFFFF;
}

a.speziellstellen:active {
   color:            #333333;
}
