#nav_button {
    margin-top: 15px;
}
nav > ul > li > a {
    padding-left: 40px;
}
@media (max-width: 800px) {
  nav > ul > li > a {
    padding-left: 20px;    
  }
}
header {
    min-height: 75px;
}
h2 {
    max-width: 100%;
}
.news-list-view .teaser-text h3 {
  font-size: 130%;
  line-height: 1.3;
  font-weight: 600;
  margin: 10px 0 5px;    
}
h4 {
  font-size: 130%;
  line-height: 1.3;
}

.news-list-view .teaser-text a p {
  margin-bottom: 0;
}

.news-list-view .teaser-text + a.button {
    display: block;
    width: 100%;
    text-align: center;
}

a.button.big {
    font-size: 125%;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px auto 50px;
}

@media (max-width: 768px) {
    .karriere .news-list-view .col-xs-12 {
        width: 50%;
    }
}


@media (max-width: 800px) {
    #page > header {
        display: none;
    }
    .news-list-view .news-img-wrap img {
        height: auto;
        max-height: 240px;
    }  
}

@media (max-width: 480px) {
    .karriere .news-list-view .col-xs-12 {
        width: 100%;
    }
    .news-list-view .news-img-wrap img {
        height: 240px;
    }      
}

@media (max-width: 400px) {
    .news-list-view .news-img-wrap img {
        height: 200px;
    }      
}

@media screen and (min-width: 800px) {
    .flexslider .slides > li {
        height: 350px;
    }
    #home .flexslider .slides > li {
        min-height: 40vh;
    }
}