@charset "UTF-8";

/* CSS Document */

.floatright {
    float: right;
}

h2 {
    font-family: "Georgia", Times New Roman, Times, serif;
    font-weight: normal;
    margin-bottom: -15px;
    padding-bottom: 0;
}

h1.headline {
    font-family: "Georgia", Times New Roman, Times, serif;
    font-weight: normal;
    color: #bdbd77;
    border-bottom: 1px #e1e1e1 solid;
}

section {
    padding: 40px 0;
}

img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto
}

#jobs,
ul#jobs ul,
#jobs h1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom: none;
}

#jobs li {
    width: 100%;
    border-bottom: solid 1px #ccc;
    padding: 0px 0px 0px 0px;
}

#jobs li a {
    display: block;
    text-decoration: none;
    padding: 10px 0px 10px 0px;
    color: #000;
}

#jobs li a:hover {
    color: #bdbd77;
    border: none;
}

ul#jobs li ul li {
    border: none;
    padding-bottom: 20px;
}

.pfeil {
    float: right;
    opacity: 0.5;
}
.activated{
    color: #bdbd77;
}

::selection {
    background: #bdbd77;
    color: #fff;
}


/* und hiermit der Firefox >=1 */

::-moz-selection {
    background: #bdbd77;
    color: #fff;
}