@font-face {
    font-family: "Istok Web";
    src: url("../fonts/IstokWeb-Regular.ttf");
}

body {
    /*	font-family: 'Istok Web', Helvetica, Arial, FreeSans, sans-serif; */
    background-color: #fff;
    height: 100%;
}

.borderRed {
    border-color: red;
}

nav, #div-bereich-navi, #search {
    /* 	font-family: 'Istok Web', Helvetica, Arial, FreeSans, sans-serif; */
}

.navbar-text.navbar-right {
    padding-right: 15px;
}

.navbar-right {
    margin-right: 15px;
}

.navbar {
    background-color: #eeeeee;
}

.navbar-brand img {
    height: 41px;
    margin-bottom: -19px;
    margin-top: -10px;
    margin-left: -10px;
}

.navbar-brand-text{
    color: #636363;
    font-weight: bold;
    font-size: large;
    line-height: 50px;
    margin-left: -15px;
}

.navbarBG-entw {
    background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(30, 87, 153, 0.8) 15%, rgba(30, 87, 153, 1) 19%, rgba(30, 87, 153, 1) 20%, rgba(41, 137, 216, 1) 50%, rgba(30, 87, 153, 1) 80%, rgba(30, 87, 153, 1) 81%, rgba(30, 87, 153, 0.8) 85%, rgba(30, 87, 153, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(30, 87, 153, 0.8) 15%, rgba(30, 87, 153, 1) 19%, rgba(30, 87, 153, 1) 20%, rgba(41, 137, 216, 1) 50%, rgba(30, 87, 153, 1) 80%, rgba(30, 87, 153, 1) 81%, rgba(30, 87, 153, 0.8) 85%, rgba(30, 87, 153, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(30, 87, 153, 0.8) 15%, rgba(30, 87, 153, 1) 19%, rgba(30, 87, 153, 1) 20%, rgba(41, 137, 216, 1) 50%, rgba(30, 87, 153, 1) 80%, rgba(30, 87, 153, 1) 81%, rgba(30, 87, 153, 0.8) 85%, rgba(30, 87, 153, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    color: whitesmoke;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.topnav {
    margin-top: 40px;
    margin-bottom: 10px;
}

.main-container {

    margin-left: 20px;
    margin-right: 20px;
}

.fa {
    width: 2em;
    text-align: center;
}

.ajaxProgress {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 52%;
    margin-top: -50px;
    margin-left: -50px;
    display: none;
}

.form-group {
    margin-bottom: 5px;
}