

.angebot_tabelle {
   width: 100%;
   margin-top: 20px;
}

.angebot_bild_td {
	width: 33%;
	align-items: center;
}

.angebot_zwichen_td {
   width: 10%;
}

.angebot_td {
   vertical-align: top;
}

.angebot_bezeichnung {
	font-family: 'Times New Roman', sans-serif;
	color: #661188;
   font-size: 2.0em;
   text-decoration: none;
   transition: color .4s linear;
}

.angebot_bezeichnung:hover {
	color: #00aa00;
}

.angebot_schlagzeile {
	font-family: 'Times New Roman', sans-serif;
	color: #330033;
   font-size: 1.6em;
   transition: color .4s linear;
}

.angebot_schlagzeile:hover {
	color: #227722;
}

.angebot_kurz_text {
	font-family: 'Times New Roman', sans-serif;
   font-size: 1.2em;
}



a:link {
   text-decoration: none;
}


.text_senkrecht {
   writing-mode: vertical-lr;
   text-orientation: upright;
}