.startGeneralTeaser { 
   padding: 0px;
   margin-bottom: 10px;
   width: 49%;
   overflow:hidden;
   vertical-align: top;
   font-family: 'Source Sans Pro', sans-serif;
}

.startGeneralTeaser:nth-child(odd){
	float: left;
}
.startGeneralTeaser:nth-child(even){
	float: right;
}
/*
.generalTeaserLink{
	text-decoration: none !important;
	display:block;
}
.generalTeaserLink:hover{
	background-color: #cbee88;
	color: #202020;
}
*/
.startGeneralTeaser a img, .startGeneralTeaser a, {
   border: none;
   border:0px;
   text-decoration: none !important;
}

.generalTeaserTxtContainer {
   height:40px;
   width:100%;
   cursor:pointer;
}

.generalTeaserTxtContainer .giveMeEllipsisHeadline {
   overflow: hidden;
   text-overflow: ellipsis; 
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;  /* number of lines to show */
   line-height: 34px;      /* fallback */
   max-height: 34px;       /* fallback */
}

.generalTeaserTxtContainer p.puffrubrik{
   margin: 2px 10px;
   float:left;
   font-size: 1.3em;
   font-weight: 700; 
}

.generalTeaserImageWrp{
	height:180px;
	overflow: hidden;
	display:inline-block;
   margin-bottom: -4px;
}

.generalTeaserImageWrp img{
	/*max-width: 100%;*/
   width: 100%;
}

.generalTeaserTxtContainer a{
   font-family: 'Source Sans Pro', sans-serif;
   font-weight: 400;
   float: right;

   line-height: normal;
   vertical-align: middle;
   margin-right: 10px;
   margin-top:2px;
   display:inline-block;

   padding: 8px;
   text-decoration: none !important;
   background-color: #cfe2f8;
   color: #202020 !important;
}

.generalTeaserTxtContainer a:hover {
   background-color: #004c7c !important;
   color: #ffffff !important;
}

.generalTeaserLinkContainer{
   padding: 5px;
   background-color: #f5f5f5;
}

.generalTeaserLinkWrp{
   list-style: outside none none;
   display:inline-block;
}
