#eyecatcher-wrapper {
    width:100%;
    height:300px;
    float:left;
    display:block;
}
#eyecatcher {
    width:100%;
    height:300px;
    position:relative;
    float:left;
    display:block;
    background-image:url("../images/global/eyecatcher_01.png");
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
#eyecatcher a#kontakt-btn {
    width:100px;
    height:40px;
    right:20px;
    top:20px;
    position:absolute;
    text-align:center;
    background-image:url("../images/global/kontakt-btn-bg.png");
    -webkit-box-shadow:2px 2px 2px #000;
    box-shadow:2px 2px 2px #000;
    border-radius:4px;
    font-size:16px;
    line-height:40px;
    font-style:italic;
    text-decoration:none;
    color:#000;
    text-transform:uppercase;
}
#eyecatcher a#kontakt-btn:hover {
    background-image:url("../images/global/kontakt-btn-bg-h.png");
}
#eyecatcher h2 {
    bottom:90px;
    left:35px;
    position:absolute;
    margin:0;
    font-size:30px;
    line-height:1;
    font-style:italic;
    color:#FFF;
    text-transform:uppercase;
    text-shadow: 2px 2px 2px black;
    font-weight: 300;
}
#eyecatcher h3 {
    bottom:30px;
    left:30px;
    position:absolute;
    margin:0;
    font-size:50px;
    line-height:1;
    font-weight:bold;
    color:#FFF;
    text-transform:uppercase;
    text-shadow: 2px 2px 2px black;
}
