﻿/* navbar */
.navbar.no-margin {
    /*margin-bottom: 0;*/
}

/* general content layout */

a.navbar-brand.larger {
    font-size: 1.3em;
}

.container.wrapper {
    background: #f8f8f8;
    padding-top: 50px;
    margin-top: 50px;
}

.row.spacing {
    margin-top: 30px;
}

.italic {
    font-style: italic;
}

.hidden {
    display: none;
}

/* images */
img {
    max-width: 100%;
}

img.framed {
    background: white none repeat scroll 0 0;
    border: 1px solid #bbb;
    margin: 7px 14px 7px 0;
    padding: 5px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Alegreya', serif;
    font-size: 18px;
    color: #373a3c;
}

.footer {
    position: absolute;
    bottom: 1px;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 65px;
    background-color: #f8f8f8;
    border-top: 1px solid #e7e7e7;
}

.footer .footer-nav ul {
    list-style: none;
    float: right;
}

.footer .footer-nav ul li{
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer .footer-nav a, .footer .footer-nav a:active, .footer .footer-nav a:hover{
    color: #777;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
}

.footer .footer-nav a:hover {
    color: #000;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
.wrapper {
    padding-bottom: 30px;
}

.container .text-muted {
    margin: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.gallery img {
    background: white none repeat scroll 0 0;
    border: 1px solid #bbb;
    margin: 7px 14px 7px 0;
    padding: 5px;
    height: 170px;
}

.gallery.small img {
    height: 90px;
}

/* Page Styles */
.row.spacing.highlight {
    margin-top: -50px;
    padding-top: 30px;
}
/* Index Page */
.highlight {
    background-color: #e7e7e7;
    margin-left: -15px;
}

.area .main-image {
    max-height: 200px;
    margin-bottom: 20px;
}

.area .text {
    margin-bottom: 30px;
}

.area .btn-area {
    background-color: #fff;
    border-color: #ccc;
    color: #777;
    font-weight: bold;
}

.area .btn-area:hover {
    background-color: #fefce5;
}

/* Imprint Page */
.imprint-information {
    margin-bottom: 30px;
}

/* News Page */

.headline {
    color: #373a3c;
    font-size: 2.5em;
}
.article {
    box-shadow: 0 0 0 -2px #979796;
    padding-bottom: 30px;
    border-bottom: 1px solid #a4a4a4;
}

.news-image-col{
    margin-top: 20px;
}
.news-image {
    max-height: 170px;
}

a.readmore, a.readmore:active, a.readmore:hover{
    color: #777;
    text-decoration: none;
}

a.readmore:hover {
    color: #000;
}
