/* CSS ABN AMRO banner */
/* Fonts */

@font-face {
    font-family: 'UniversLTStd';
    src: url('UniversLTStd.svg#UniversLTStd') format('svg');
}

@font-face {
    font-family: 'UniversLight';
    src: url('UniversLight.svg#UniversLight') format('svg');
}
/* ------ */

*,
body,
html {
    font-family: 'UniversLight', sans-serif;
    padding: 0;
    margin: 0;
}

.container {
    position: absolute;
    width: 120px;
    height: 600px;
    overflow: hidden;
    background: #165447;
    border: 1px solid #ccc;
    cursor: pointer;
}

.container .topBar {
    position: absolute;
    top: 0px;
    height: 60px;
    width: 336px;
    background: url(geld-lenen.gif) no-repeat #fff;
    z-index: 30;
}

.container .logoTag {
    position: absolute;
    background: url('driehoekWit.png') no-repeat;
    background-position: 0px 0px;
    width: 400px;
    height: 450px;
    left: -210px;
    top: 335px;
    z-index: 5;
}

.container .logoTag img.logo {
    margin: 220px 0 0 227px;
    bottom: 0px;
}

.container .textOverlay {
    position: absolute;
    top: 60px;
    left: 0;
    width: 276px;
    height: 480px;
    z-index: 23;
    font-family: 'UniversLTStd';
    font-size: 16px;
    padding: 80px 0 0 10px;
    color: #fff;
}

.container .textOverlay span {
    position: relative;
    line-height: 1.2em;
}

.container .textOverlay .list {
    top: 50px;
    font-size: 11px;
    position: relative;
/*    margin-left: 10px;*/
}

.container .textOverlay .list ul {
    list-style-image: url(checkmark.png);
    margin-left: 15px;
    line-height: 1.5em;
}

.container .textOverlay .list li.listItem1,
.container .textOverlay .list li.listItem2,
.container .textOverlay .list li.listItem3 {
     position: relative;
}

.container .button {
    position: absolute;
    background: #f3c000;
    border-radius: 2px;
    font-size: 14px;
    line-height: 30px;
    bottom: 240px;
    background: url('button_arrow.png') no-repeat 90px #f3c000;
    overflow: hidden;
    color: #005e5d;
    left: 10px;
}

.container .button span.topGr {
    width:104px;
    height: 15px;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.4);
    position: fixed;
    left:10px;
}

.container .button span.bottomGr {
    width: 104px;
    height: 15px;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.4);
    position: fixed;
    margin-top: 15px;
    left:10px;
}

.container .button a.buttonlink {
    margin: 10px 30px 10px 15px;
    color: #005e5d !important;    
    text-decoration: none;
    z-index: 40;
}

.container .button a:visited,
.container .button a:active,
{
    color: #005e5d;
}

.container .groenDriehoek {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 2000px;
    background: url('driehoekTxt.png') no-repeat;
    background-position: -269px -284px;
    z-index: 21;
}

.container .groenDriehoekGradient {
    position: absolute;
    top: 2px;
    left: -412px;
    width: 963px;
    height: 963px;
    background: url('driehoekTxtGradient.png') no-repeat;
    /* background-position: -269px -284px; */
    
    z-index: 22;
}

.container .tagLine {
    position: absolute;
    width: 336px;
    height: 280px;
    top: 0px;
    left: 0px;
    z-index: 3;
}

.container .bgFoto {
    position: absolute;
    top: 0;
    left: 0;
    width: 336px;
    height: 280px;
    z-index: 2;
}

.container .tagLine {
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 80px 190px 0 10px;
    line-height: 1.1em;
    width: 100px;
}