/* EARLY BIRD POSITIONING */
.teaser {
    position: absolute;
    right: 100px;
    width: 200px;
    height: auto;
    top: -140px;
}

.conferenceMap{
    height:500px;
}

@media all and (max-width: 1250px) {
    .teaser {
        right: 100px;
        width: 150px;
        top: -115px;
    }   
}
@media all and (max-width: 1024px) {
    .teaser {
        width: 135px;
        top: -100px;
        right: 10px;
    }   
}
@media all and (max-width: 820px) {
    .teaser {
        width: 110px;
        top: -65px;
    }
    #main .conferenceMap{
        height: 300px;
    }
    .newsletter-td-submit{
        
        padding-left:86px;
    }
    
        h2.titleConf{
        font-size:24px;
        line-height:1.5;
    }
        h2.titleConf span{
        font-size:60px;
    }
}

@media all and (max-width: 600px) {
 .teaser {
     width: 90px;
     right: 10px;
 }   
}

@media all and (max-width: 480px) {
    .teaser {
        right: 15px;
        top: -38px;
    } 

    h2.titleConf{
        font-size:20px;
        line-height:1.5;
    }
        h2.titleConf span{
        font-size:40px;
    }
    .sponsorImgContainer2{
        width:230px;
    }

}


/* SPONSORING FLOATING */
/*.sponsorImgContainer2 {
    width: 479px;
}*/

/* BACK BUTTON */
#back-to-top {
    display: inline-block!important;
}

#_amiandoIFrame2476182o3eL0KQA body{
    font-family:oxygen;
    
}