/**
 * 	
 */
.ce-teaserlist {
    margin: 0 auto;
    background-image: url('../../img/ce-teaserlist/bg.png');
    background-color: #f7f7f7;
    background-repeat: repeat-x;
    margin-bottom: 50px;
    padding-bottom: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top:-300px;
    -webkit-transition: margin-top 1s;
    transition: margin-top 1s;
}
.ce-teaserlist.content{
	margin-top: 0;
}
.ce-teaserlist.view{
	margin-top: 0;
	-webkit-transition: margin-top 1s;
    transition: margin-top 1s;
}
.ce-teaserlist:after{
	content:"";
	display: block;
	clear:both;
}
.ce-teaserlist > .inner{
	margin: 0 auto;
    max-width: 1260px;
    padding: 0 180px;
}
.ce-teaserlist > .inner > .ce-teaser{
	float: left;
	width: 33.3333%;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	-webkit-transition: top 1s;
    transition: top 1s;
    margin-bottom: 20px;
}
/**
 * 	Teaser
 */
.ce-teaser .inner:after{
	content:"";
	display: block;
	clear:both;
}
.ce-teaser  > .inner{
	background-color: #fff;
	padding-bottom: 60px;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.42);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.42);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.42);
	position: relative;
}
/*.ce-teaser > .inner .img{
    height: 300px;
    margin: 0 0 25px;
    overflow: hidden;
    position: relative;
    width: 100%;
}*/
.ce-teaser > .inner .img{
    position: relative;
    overflow: hidden;
}
.ce-teaser > .inner .img img{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.ce-teaser > .inner .img img[src$=".svg"]{
   width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    left: calc( 40% + 10% );
    top: calc( 40% + 10% );
    transform: translate(-50%, -50%);
}
.ce-teaser > .inner .img img[src$=".svg"] + span{
    content: "";
    display: block;
    height: 225px;
    position: relative;
    width: 100%;
}


.ce-teaser > .inner  > h3,
.ce-teaser > .inner  > .text,
.ce-teaser > .inner  > .links{
	padding-left: 45px;
	padding-right: 40px;
}
.ce-teaser > .inner  > .text{
	margin-bottom: 50px;
}
.ce-teaser > .inner  > .links a{
    float: left;
}
.ce-teaser > .inner  > .links a:first-child{
	float: right;
}
.ce-teaser > .inner > .links{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: right;
}
/* Red */
.ce-teaser.red  > .inner{
	background-color: #E2001A;
}
.ce-teaser.red  > .inner *{
	color:#fff;
}
.ce-teaser.red > .inner .f-button{
	background-color: #fff;
	color:#464646;
	border-color: #fff;
	outline-color: #fff;
}


@media screen and (max-width: 1380px) {
    .ce-teaserlist > .inner {
        padding: 0;
        max-width: 90%;
    }
}
@media screen and (max-width: 1250px) {
    .ce-teaserlist {
        margin-top:-200px;
    }
}
@media screen and (max-width: 1160px) {
    .ce-teaserlist > .inner > .ce-teaser{
        width: 50%;
    }
    .ce-teaserlist > .inner > .ce-teaser .inner{
        overflow: hidden;
        padding-bottom: 40px;
    }
    .ce-teaserlist > .inner > .ce-teaser.productfinder {
        padding-top: 50px;
        width: 100%;
        clear: both;
    }
    .ce-teaserlist > .inner > .ce-teaser.productfinder .inner {
        padding-bottom: 25px;
        background-color: #e2001a;
    }
    .ce-teaserlist > .inner > .ce-teaser.productfinder .inner h3 {
    }
    .ce-teaserlist > .inner > .ce-teaser.productfinder .inner .text {
    }
    .ce-teaserlist > .inner > .ce-teaser.productfinder .inner .f-button {
        color: #464646;
        background-color: #FFF;
    }
    .ce-teaserlist > .inner > .ce-teaser.productfinder .inner * {
        color: #FFF;
    }
    .ce-teaserlist > .inner > .ce-teaser.productfinder .inner > .links a:first-child {
        margin-left: 50px;
    }
    .ce-teaserlist > .inner > .ce-teaser.productfinder .imgwrapper{
        width: 49%;
        float: left;
        overflow: hidden;
        position: relative;
        height: 369px;
    }
    .ce-teaserlist > .inner > .ce-teaser.productfinder .imgwrapper img{
        height: 369px;
        width: 656px;
        left: 50%;
        margin-left: -328px;
        position: absolute;
    }
}
@media screen and (max-width: 900px) {
    .ce-teaserlist {
        margin-top:-100px;
    }
}
@media screen and (max-width: 820px) {
    .ce-teaserlist > .inner > .ce-teaser{
        top: 10px;
        width: 100%;
        float: none;
        clear: both;
        padding-top: 10px;
    }
    .ce-teaserlist {
        padding-bottom: 30px;
    }
    /*.ce-teaserlist > .inner > .ce-teaser > .inner > img {
        display: none;
    }*/
    .ce-teaserlist > .inner > .ce-teaser.productfinder {
        padding-top: 10px;
    }
    .ce-teaserlist > .inner > .ce-teaser.productfinder .inner h3 {
        padding: 0 20px;
        margin-left: 0;
    }
    .ce-teaserlist > .inner > .ce-teaser.productfinder .inner .text {
        padding: 0 20px;
        margin-left: 0;
    }
    .ce-teaserlist > .inner > .ce-teaser.productfinder .imgwrapper{
        display: none;
    }
    .ce-teaserlist > .inner > .ce-teaser.productfinder .inner > .links a:first-child {
        margin-left: 0;
    }
    .ce-teaser > .inner > h3, .ce-teaser > .inner > .text, .ce-teaser > .inner > .links {
        padding: 0 20px;
    }
    .ce-teaserlist > .inner > .ce-teaser.productfinder .inner, .ce-teaserlist > .inner > .ce-teaser .inner {
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 750px){
    .ce-teaserlist > .inner > .ce-teaser{
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 400px) {
    .ce-teaserlist {
        margin-top:0;
    }
}

