@font-face{
    font-family: ClanWebPro-NarrowBlack;
    src: url("fonts/ClanWebPro-NarrBlack.woff") format("woff");
    font-weight: 450;
    font-style: normal;
    font-stretch: semi-condensed;
    unicode-range: U+0020-25CA;
}

@font-face{
    font-family: ClanWebPro-NarrowNews;
    src: url("fonts/ClanPro-NarrNews.woff") format("woff");
    /*font-weight: 475;*/
    font-style: normal;
    font-stretch: semi-condensed;
    unicode-range: U+0020-25CA;
}

body{
    margin:   0;
    padding:  0;
    overflow: hidden;
    color: #2b2b2b;
    white-space: nowrap;
}


#ks_banner{
    display:  none;       /* first load, then show */
    position: relative;   /* all child elements in absolut order */
    overflow: hidden;
    width:    298px;
    height:   248px;
    border:   #cccccc 1px solid;
    background-color: #fff;
    cursor:   pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/********************************************************
 animation objects
 ********************************************************/

.ks_aniobj{
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
}


/********************************************************
 fonts
 ********************************************************/

.ks_fontHead{
    font-family: ClanWebPro-NarrowBlack, Arial, sans-serif;
    color: #2b2b2b;
    font-size:   18px;
    line-height: 24px;
}

.ks_fontSubhead{
    font-family: Arial, sans-serif;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
}

.ks_fontCopy{
    font-family: Arial, sans-serif;
    color: #FFFFFF;
    font-size:   8px;
    line-height: 10px;
    text-align: right;
}

.ks_fontHeadProdukt{
    font-family: ClanWebPro-NarrowBlack, Arial, sans-serif;
    color: #2b2b2b;
    font-size:   21px;
    line-height: 23px;
}

.ks_fontSubheadProdukt{
    font-family: ClanWebPro-NarrowNews, Arial, sans-serif;
    color: #2b2b2b;
    font-size: 13px;
    line-height: 13px;
}

.ks_fontCTA{
    font-family: ClanWebPro-NarrowBlack, Arial, sans-serif;
    color: #FFEC00;
    font-size:   10px;
    line-height: 10px;
    text-align: center;
    /*vertical-align: middle;*/
}


/********************************************************
 motiv
 ********************************************************/

#ks_imageKampagne{
    left: 0px;
    top:  0px;
}

#ks_imageProdukt{
    left: 0px;
    top:  0px;
}

#ks_imageMissionImpossible{
    left: 0px;
    top:  0px;
}


/********************************************************
 areas + logo
 ********************************************************/

#ks_white{
    left:     0px;
    top:    170px;
    width:  300px; 
    height: 80px;
    background-color: #fff;
}

#ks_yellow{
    left:     0px;
    /*top:    400px;*/
    width:  300px; 
    height:  0px; /*50px*/
    background-color: #FFEE00;
}

#ks_logo{
    left:   92px;
    top:   185px;
    width: 112px; 
    height: 46px;
    background-image: url(images/ks_logoKaercher.svg);
}


/********************************************************
 head + copy
 ********************************************************/

#ks_head{
    left:    12px;
    top:    112px;
}

#ks_subhead{
    left:    0px;
    top:    63px;
    width: 300px;
}

#ks_headProdukt{
    left:    2px;
    top:    112px;
}

#ks_subheadProdukt{
    left: 2px;
    top: 41px;
}

#ks_copy{
    right:    2px;
    top:    90px;
}


/********************************************************
 cta
 ********************************************************/

#ks_cta{
    left:    0px;
    top:    0px;
    width:  138px;
    height:  20px;
    background-image: url(images/ks_cta.svg);
}

#ks_cta span{
    width:  100%;
    margin-top: 6px;
}


/********************************************************
 product
 ********************************************************/

#ks_imageProdukt{
    left: 0px;
    top: 0px;
}