/*****************************************
		CUSTOM CSS
******************************************/
.img-fulltext-left, .pull-left.item-image {
       max-width: 35%; /* Einleitungsbild auf 35% verkleinern*/
	border-radius: 2px;
}
   /* Jevents - Abstand Icon zum Text bei Nächste Veranstaltungen angepasst auf 10px */
.jevbootstrap [class^="icon-"], .jevbootstrap [class*=" icon-"] {
     margin-right: 10px;
}
.bottom-module-position {
   padding: 8px 8px;
  background: rgba(61,58,145,1);
background: -moz-linear-gradient(top, rgba(61,58,145,1) 0%, rgba(158,149,210,1) 53%, rgba(185,175,228,1) 68%, rgba(198,187,232,1) 77%, rgba(201,191,234,1) 82%, rgba(212,207,242,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(61,58,145,1)), color-stop(53%, rgba(158,149,210,1)), color-stop(68%, rgba(185,175,228,1)), color-stop(77%, rgba(198,187,232,1)), color-stop(82%, rgba(201,191,234,1)), color-stop(100%, rgba(212,207,242,1)));
background: -webkit-linear-gradient(top, rgba(61,58,145,1) 0%, rgba(158,149,210,1) 53%, rgba(185,175,228,1) 68%, rgba(198,187,232,1) 77%, rgba(201,191,234,1) 82%, rgba(212,207,242,1) 100%);
background: -o-linear-gradient(top, rgba(61,58,145,1) 0%, rgba(158,149,210,1) 53%, rgba(185,175,228,1) 68%, rgba(198,187,232,1) 77%, rgba(201,191,234,1) 82%, rgba(212,207,242,1) 100%);
background: -ms-linear-gradient(top, rgba(61,58,145,1) 0%, rgba(158,149,210,1) 53%, rgba(185,175,228,1) 68%, rgba(198,187,232,1) 77%, rgba(201,191,234,1) 82%, rgba(212,207,242,1) 100%);
background: linear-gradient(to bottom, rgba(61,58,145,1) 0%, rgba(158,149,210,1) 53%, rgba(185,175,228,1) 68%, rgba(198,187,232,1) 77%, rgba(201,191,234,1) 82%, rgba(212,207,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3a91', endColorstr='#d4cff2', GradientType=0 );
}
.bottom-module-position p {color: white
}
.bottom-module-position a {color: white }