#en {
    display: none;
}
#nl {
    display: none;
}
#de {
    display: none;
}
#it {
    display: none;
}
#lv {
    display: none;
}

#label1_en {
    display: none;
}
#label1_nl {
    display: none;
}
#label1_de {
    display: none;
}
#label1_it {
    display: none;
}
#label1_lv {
    display: none;
}

#label2_en {
    display: none;
}
#label2_nl {
    display: none;
}
#label2_de {
    display: none;
}
#label2_it {
    display: none;
}
#label2_lv {
    display: none;
}

a{
    color:#0066B3;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

header.headband {
    background-size: cover;
    height: 277px;
}
header.headband {
    background: url(../img/header_doctor.jpg) no-repeat center;
}

#locale{
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
}

.dropdown{
    position: relative;
}
.dropdown > a{
    display:block;
    color: #fff !important;
    text-decoration: none;
    border: 1px solid #fff !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    color: #b3b3b3 !important;
    font-size: 15px !important;
    line-height: 1 !important;
    height: 42px !important;
    outline: medium none !important;
    padding: 12px 12px 11px !important;
    vertical-align: middle !important;
    background-image: url(../images/arrow.png);
    background-color: #fff;
    background-position: right;
    background-repeat: no-repeat;
    box-shadow: none !important;
    width: 185px;
}
.dropdown ul li a{
    border: 1px solid #fff;
    text-decoration: none;
    display: block;
    cursor: pointer;
    line-height: 27px;
    padding: 0 20px 0 10px;
    border-radius: 3px;
    white-space: nowrap;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: #474747;
}
.dropdown ul li a:hover{
    border-color: #b3d3e7;
    background-color: #197de1;
    background-image: -webkit-linear-gradient(top, #1b87e3 2%,#166ed5 98%);
    background-image: linear-gradient(to bottom,#1b87e3 2%,#166ed5 98%);
    color: #ecf2f8;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.05);
}
.dropdown ul{
    position: absolute;
    z-index: 2000;
    list-style:none;
    display:none;
    padding: 5px 0px;
    margin: 0px;
    background-color: #fff !important;
    border: 1px solid #b6b6b6;
    border-radius: 1px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    min-width: 100px;
    border-radius: 4px;
    color: #474747;
    width: 175px;
    padding: 4px 4px;
}
.dropdown:hover ul{
    display:block;
}