/* 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: 728px;
    height: 90px;
    overflow: hidden;
    background: #165447;
    border: 1px solid #ccc;
    cursor: pointer;
}

.container .topBar {
    position: absolute;
    top: 0px;
    height: 21px;
    width: 728px;
    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;
    right: -20px;
    top: -176px;
    z-index: 5;
}

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

.container .textOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 280px;
    z-index: 23;
    font-family: 'UniversLTStd';
    font-size: 23px;
    padding: 18px;
    color: #fff;
}

.container .textOverlay span {
    position: relative;
    line-height: 1.2em;
    float: left;
    margin-top: 10px;
}

.container .textOverlay .list {
    top: 9px;
    left: 60px;
    font-size: 13px;
    position: relative;
    float: left;
}

.container .textOverlay .list ul {
    list-style-image: url(checkmark.png);
    margin-left: 20px;
    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: 13px;
    line-height: 26px;
    bottom: 64px;
    background: url('button_arrow.png') no-repeat 80px #f3c000;
    overflow: hidden;
    color: #005e5d;
    left: 410px;
    bottom: 246px;
}

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

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

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

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

.container .groenDriehoek {
    position: absolute;
    top: -450px;
    left: -503px;
    width: 1963px;
    height: 956px;
    background: url('driehoekTxt.png') no-repeat;
    z-index: 21;
    
}

.container .groenDriehoekGradient {
    position: absolute;
    top: -410px;
    left: 46px;
    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: 728px;
    height: 90px;
    z-index: 2;
}

.container .tagLine {
    position: absolute;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding: 27px 90px 0 20px;
    line-height: 1.1em;
    width: 350px;
}