a {
    color: #6491B2;
}

a:hover{
    text-decoration: underline;
    color: #FDC300;
}

body {
    background-color: #EDEDED;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

.navbar {
    background-color: #000;
    border: none;
    border-radius: 0;
    min-height: 30px;
    background-image: url("img/menuBG.gif");
    background-repeat: repeat-x;
    margin-left: -15px;
}

h5 {
	background-color: #D4DCE8;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 2px;
}

.logo {
    margin: 25px 0;
}

.jumbotron {
    border-top: 3px solid #FDC300;
    border-bottom: 3px solid #6491B2;
}

.contact_form .row input, .contact_form .row textarea {
 width: 100%;
}

.navbar-nav > li > a{
    padding: 6px 15px 6px 25px;
    font-size: 12px;
}

.navbar-nav > li{
    background-image: url("img/menuListStyleImage.gif");
    background-repeat: no-repeat;
    background-position: 10px 12px;
}

.navbar-nav > li.active{
    background-image: url("img/menuListStyleImage_active.gif");
    font-weight: bold;
}

.navbar-nav > li:hover{
    background-color: #FDC300;
}

.navbar-inverse .navbar-nav > li.active:hover{
    background-image: url("img/menuListStyleImage_active.gif");
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a{
    color: #fff;
}

.navbar-inverse .navbar-nav > li:hover > a{
    color: #000;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus{
    background: none;
}

.container {
    /*max-width: 960px;*/
}

.jumbotron {
    padding: 0;
    margin-bottom: 5px;
}

.kopfbild {
    width: 100%;
}
/* ********************* */

/* Carousel */
.carousel {
    height: 400px;
    margin-bottom: 10px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    bottom: 8px;
    padding-bottom: 10px;
}
.carousel-indicators {
    bottom: -8px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 400px;
    background-color: #777;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
}
/* ********************* */

/* Zweitnavigation */
.second-nav {
    padding-top: 10px;
    margin: 35px 0 0 auto;
    font-size: 11px;
}
.second-nav ul > li:after {
    content: " |";
}

.second-nav ul > li:last-child:after {
    display: none;
}
.second-nav ul {
    margin: 0; padding: 0;
    list-style-type: none;
    list-style-image: none;
    display: inline;
    float: left;
}

.second-nav li {
    display: inline;
    float: left;
}
.second-nav a {
    color: #000;
    text-decoration: none;
    float: left;
}
.second-nav a:hover {
    text-decoration: underline;
}

.second-nav a.active {
    color: #666;
}

.second-nav span{
    float: left;
}

/* ********************* */

/* Hauptnavigation */
.navbar {
    margin-bottom: 0;
}

.navbar-collapse {
    padding-left: 0;
}
/* ********************* */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    width: 75%;
}

/* Footer */
.footer1 {
    background: #a0a0a0;
    padding-bottom: 10px;
}
.footer2 {
    padding-top:10px;
    background: #808080;
}
.footer2 a {
    color: #ffffff;
    text-decoration: underline;
}

.ms_termine_widget {
    padding-left: 0;
    list-style-type: none;
}

.ms_termine_widget li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.widget_nav_menu ul {
    margin: 0; padding: 0;
    list-style-type: none;
    list-style-image: none;
}

.sidebar-page {
    font-size: 0.8em;
    padding-left: 20px;
    margin-left: -15px;
    border-left: 1px dotted #ccc;
}


/* Termin-Übersicht */
.termine-table-head{
    background-color: #6491B2;
    color: #fff;
    padding: 5px 15px;
}

.termine-table-row{
    background-color: #fff;
    padding: 5px 15px;
    border-bottom: 1px dotted #ccc;
}

.termine-table{
    margin-bottom: 20px;
}

/* ********************* */

@media (max-width: 991px) {
    .second-nav {
        padding-top: 0;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 768px){
    .second-nav {
        float: right;
    }
}

@media (min-width: 992px) {
    .center-block {
        margin-left: 0;
    }
    .logo {
        width: 75%;
    }
}

@media (max-width: 767px) {
    .navbar {
        margin-left: 0px;
        padding-left: 5px;
    }

    .navbar-nav {
        margin: 0;
    }

    .logo {
        width: 60%;
        margin-bottom: 10px;
    }

    .second-nav {
        margin: 15px 0 15px;
    }
    .termin-title {
        font-weight: bold;
    }
}

@media (max-width: 480px) {
    .logo {
        width: 80%;
    }
}
