/**
 * @template homepage
 * @container contentcontainer
 * @component teasers
**/

#teaserContainer .teaser {
    border: 1px solid #D8D8D8;
    float: left;
    height: 153px;
    margin-left: 5px;
    padding: 20px 10px;
    position: relative;
    width: 218px;
    cursor: pointer;
}

.home #teaserContainer .teaser {
	margin-left: 90px;
}

#teaserContainer .teaser.withquote {
    border: none;
    float: left;
    height: 153px;
    margin-left: 90px;
    padding: 20px 10px;
    position: relative;
    width: 218px;
    
}

#teaserContainer .teaser:first-child {
    margin-left: 0px;
}

#teaserContainer .teaser h2 {
    font-weight: normal;
    margin-bottom: 0px;
}

/**
 * @template homepage
 * @container contentcontainer
 * @component teaserimage
**/

#teaserContainer .teaser p{
    font-size: 13px;
    font-style: italic;
    padding: 0px;
}

#teaserContainer .teaser img{
    float: right;
}

#teaserContainer .teaser a.cta{
    background: url("/etc/designs/hypovereinsbank/img/global/linkArrowRightRed2.png") no-repeat scroll right 5px transparent;
    color: #E2001A;
    font-size: 13px;
    font-weight: bold;
    padding-right: 10px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

/**
 * @template homepage
 * @container contentcontainer
 * @component teaserslider
**/

#teaserContainer .sliderContent {
    position: relative;
    margin: 0;
    width: 218px;
    height: 120px; 
    overflow: hidden;
    padding: 0;
    border: 0;
}

#teaserContainer .item { 
    width: 150px;
    height: 90px;
    vertical-align: center;
    text-align: left;
    padding: 0 34px;
    padding-top: 30px;
}

#teaserContainer .item p { 
    font-size: 15px;
    font-family: PT Sans, arial;
    font-style: normal;
    text-align: center;
}

#teaserContainer .prev_btn,
#teaserContainer .next_btn {
    background: url("/etc/designs/hypovereinsbank/img/global/sliderArrowLeft.png") no-repeat left top;
    position: absolute;
    left: 20px;
    top: 85px;    
    text-indent: -10000px;
    height: 14px;
    width: 11px;
}

#teaserContainer .next_btn { 
    background-image: url("/etc/designs/hypovereinsbank/img/global/sliderArrowRight.png");
    left: auto;
    right: 20px;
}


#teaserContainer .quote,
/*#teaserContainer .bubble,*/
#teaserContainer .employee {
    width: 218px;
    min-height:100px;
    margin-left: 110px;
    float: left;
}

/*#teaserContainer .quote:first-child,*/
/*#teaserContainer .bubble:first-child,*/

#teaserContainer .employee:first-child {
    margin-left: 0px;
}

#teaserContainer .bubbles {
    margin: 7px 0;
}
#teaserContainer .bubbleDiv {
    height:26px;
    width:246px;
    /*float:left;*/
    margin-left: 40px;
}

 #teaserContainer .quote img {
    top: 74px;
    position: absolute;"
 }
 
 .watchadoContainer .quote, .watchadoContainer .bubble, .watchadoContainer .employee {
width: 250px;
margin-left: 80px;
float: left;

}

.employee {
    
    margin-bottom: 15px;
    
}

.employeeProfile {
    width: 100px;
    margin-left: 150px;
    /*float: left;*/
}

.employeeProfile h2 {
    margin: -3px 0 5px;
    line-height: 1.1;
    color: #080200;
}

.employeeProfile p {
    font-size: 12px;
    color: #080200;
    text-decoration: underline;
    padding-bottom: 0px;
}
@media screen and (max-width: 1180px) {


    .home #teaserContainer{
        width: 787px;
        margin-left: 37px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    #teaserContainer .teaser {
        border: 1px solid #D8D8D8;
        float: left;
        height: 153px;
        margin-left: 10px;
        padding: 20px 10px;
        position: relative;
        width: 218px;
    }
    
    #teaserContainer .teaser.withquote {
	    border: none;
	    float: left;
	    height: 153px;
	    margin-left: 10px;
	    padding: 20px 10px;
	    position: relative;
	    width: 218px;
	    
	}
	#teaserContainer .quote, #teaserContainer .employee {
	    width: 240px;
	    min-height: 100px;
	    margin-left: 10px;
	    float: left;
	}
	.home #teaserContainer .teaser {
		margin-left: 33px;
	}
	
	#teaserContainer .teaser {
		margin-left: 5px;
	}
	
	#mainContainer #mediaHubContainer .employee .employeeProfile {
		width: 140px;
		margin-top: 10px;
		margin-left: 0;
	}

}

@media (max-width: 1023px), (orientation: portrait) {
    

    .home #teaserContainer{
        width: 740px;
        margin: 0 14px;
        margin-bottom: 20px;
    }

	#teaserContainer .teaser {
        border: 1px solid #D8D8D8;
        float: left;
        height: 153px;
        margin-left: 10px;
        padding: 20px 10px;
        position: relative;
        width: 218px;
    }
    
    #teaserContainer .teaser.withquote {
	    border: none;
	    float: left;
	    height: 153px;
	    margin-left: 10px;
	    padding: 20px 10px;
	    position: relative;
	    width: 218px;
    
	}
	
	#teaserContainer .quote, #teaserContainer .employee {
		width: 240px;
		min-height: 100px;
		margin-left: 10px;
		float: left;
	}
	
	.home #teaserContainer .teaser {
		margin-left: 10px;
	}
	
	#teaserContainer .teaser {
		margin-left: 10px;
	}
	
		#mainContainer #mediaHubContainer .employee .employeeProfile {
		width: 140px;
		margin-top: 10px;
		margin-left: 0;
	}
}