/* Global overwrite
-------------------------------------------------- */
.padding-top {
    padding-top: 70px;
}

/* Header
-------------------------------------------------- */

#header{
    background-color:rgba(0,0,0,0.8);   
}

/* Navigation
-------------------------------------------------- */

.nav-lang{
    float:right;   
}

.nav-lang a{
    position: relative;
    display:inline-block;
    padding: 10px 15px;
    color:#fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-nav>li>a{
    color:#fff;   
}

/* Mobile Navigation
-------------------------------------------------- */
#mob-page nav {
    display: none;
}
#mob-icon {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 40px;
    height: 50px;
    padding: 5px 20px;
    display: inline-block;
}

/* Form
-------------------------------------------------- */
#Captcha-element input {
    position: relative;
    left: 154px;
    width: 784px;
    top: -50px;
}
#Captcharepeat-element input {
    position: relative;
    left: 154px;
    width: 784px;
}

/* Google Maps */

#googlemap{
    height:300px;   
}

/* RESPONSIVE CSS
-------------------------------------------------- */

/* Landscape phones and down
-------------------------------------------------- */
@media (max-width: 480px) {
    
}

/* Landscape phone to portrait tablet
-------------------------------------------------- */
@media (min-width: 481px) and (max-width: 767px) {
    
}

/* Portrait tablet to landscape and desktop
-------------------------------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
    
}

/* Small desktop
-------------------------------------------------- */
@media (min-width: 980px) and (max-width: 1199px) {
    
}

/* Large desktop
-------------------------------------------------- */
@media (min-width: 1200px) {
    
}

.job-link {
    font-size: 16px;
    margin-bottom: 16px;
}