body {
    font-family: 'Roboto Condensed', sans-serif;
    color: #082539;
}
a {
    color: #c9933b;
    text-decoration: none;
}
a:focus, a:hover {
    color: #535353;
    text-decoration: none;
}
h1 {
    color: #082539;
    font-size: 60px;
}
h2 {
    font-family: 'roboto';
    text-transform: uppercase;
    font-size: 24px;
    color: #c9933b;
    font-weight: 500;
    letter-spacing: 2px;
}
h3 {
    color: #082539;
    font-size: 40px;
}
h4 {
    color: #c9933b;
    text-transform: uppercase;
    font-family: 'roboto';
    letter-spacing: 2px;
    font-weight: 500;
}
h5 {
    font-family: 'roboto';
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #082539;
}
p {
    font-family: 'roboto';
    color: #585858;
}
span.big {
    font-size: 5em;
}
.thumbnail img {
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.thumbnail img:hover, .thumbnail img:focus {
    opacity: 0.7;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.panel-default> .panel-heading {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9933b+0,e5bf73+50 */
    background: rgb(201, 147, 59);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(201, 147, 59, 1) 0%, rgba(229, 191, 115, 1) 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(201, 147, 59, 1) 0%, rgba(229, 191, 115, 1) 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(201, 147, 59, 1) 0%, rgba(229, 191, 115, 1) 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c9933b', endColorstr='#e5bf73', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-color: none;
    color: #fff;
}
.btn {
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9933b+0,e5bf73+50 */
    background: rgb(201, 14.7, 59);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(201, 147, 59, 1) 0%, rgba(229, 191, 115, 1) 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(201, 147, 59, 1) 0%, rgba(229, 191, 115, 1) 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(201, 147, 59, 1) 0%, rgba(229, 191, 115, 1) 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c9933b', endColorstr='#e5bf73', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    ;
    margin-top: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: 'roboto'
}
.btn-default {
    border-color: transparent;
    color: #fff;
}
.btn-default:hover {
    border-color: transparent;
    color: #fff;
    background: #073452;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #073452 0%, #082539 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #073452 0%, #082539 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #073452 0%, #082539 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#073452', endColorstr='#082539', GradientType=1);
}
h3.list-group-item-heading {
    font-size: 30px;
}
.list-group-item {
    background-color: #fff;
    border: none;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}
.panel-default {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    ;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    border: none;
}
.panel-heading {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 15px 15px;
    font-size: 1.2em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    padding-left: 30px;
}
.page-header {
    margin-top: 60px;
}
.list-group-item-text {
    font-weight: 500;
    color: #073452;
    font-family: 'roboto'
}
.list-group-item p, button.list-group-item p {
    color: #c9933b;
    font-weight: 500;
}
.list-group-item, button.list-group-item {
    color: #073452;
}
.thumbnail .caption {
    color: #073452;
    padding: 0px 30px 30px;
}
.thumbnail {
    padding: 0;
    -webkit-box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 4px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.thumbnail:hover {
    padding: 0;
    -webkit-box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 4px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.navbar-default .navbar-brand {
    color: #CB963F;
}
.navbar-brand {
    float: left;
    font-size: 30px;
    height: 50px;
    line-height: 20px;
    padding: 25px;
}
.navbar-default .navbar-nav> li> a {
    color: #c9933b;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-weight: bold;
    padding-bottom: 25px;
    padding-top: 25px;
}
.navbar-default .navbar-nav> li> a:hover, .navbar-default .navbar-nav> li> a:hover, .navbar-default .navbar-nav> li> a:hover, .navbar-default .navbar-nav> li> a:focus {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.25em;
}
.navbar-default .navbar-nav> .active> a, .navbar-default .navbar-nav> .active> a:hover, .navbar-default .navbar-nav> .active> a:focus {
    background-color: #e5bf73;
    color: #fff;
}
.navbar-default {
    background-color: #fff;
    border-color: none;
    border: none;
    min-height: 65px;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-nav> li> a:hover, .navbar-default .navbar-nav> li> a:hover, .navbar-default .navbar-nav> li> a:hover, .navbar-default .navbar-nav> li> a:focus {
    background-color: background: rgb(201, 147, 59);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(201, 147, 59, 1) 0%, rgba(229, 191, 115, 1) 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(201, 147, 59, 1) 0%, rgba(229, 191, 115, 1) 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(201, 147, 59, 1) 0%, rgba(229, 191, 115, 1) 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c9933b', endColorstr='#e5bf73', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    text-decoration: none;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    ;
    color: #fff;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}
.navbar-nav> li> a {
    padding-bottom: 25px;
    padding-top: 25px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #c9933b;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    border-color: #c9933b;
    background-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
}
.navbar {
    margin: 0;
}
.paddingplus {
    padding-left: 30px;
}
.oben {
    padding-top: 25px;
}

/*gradient gold*/

.gold {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9933b+0,e5bf73+49,c9933b+100&1+0,0.4+49,1+100 */
    background: -moz-linear-gradient(-45deg, rgba(201, 147, 59, 1) 0%, rgba(229, 191, 115, 0.4) 49%, rgba(201, 147, 59, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(201, 147, 59, 1) 0%, rgba(229, 191, 115, 0.4) 49%, rgba(201, 147, 59, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(201, 147, 59, 1) 0%, rgba(229, 191, 115, 0.4) 49%, rgba(201, 147, 59, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c9933b', endColorstr='#c9933b', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

/*gradient blau*/


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#073452+0,082539+100 */

.blau {
    background: #073452;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #073452 0%, #082539 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #073452 0%, #082539 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #073452 0%, #082539 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#073452', endColorstr='#082539', GradientType=1);
}
.absolute h3, .absolute h4 {
    color: #e5bf73;
}
.caption span {
    font-size: 1.5em;
}
footer {
    border-top: 1px solid #cda256;
    color: #cda256;
    display: block;
}
.abstand {
    margin-top: 4em;
}
.vorteile {
    text-align: center;
}

/* IE6-9 fallback on horizontal gradient */

ul {
    list-style-type: none;
}

/* Month header */

.month {
    padding: 40px 25px;
    width: 100%;
    background: #073452;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #073452 0%, #082539 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #073452 0%, #082539 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #073452 0%, #082539 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#073452', endColorstr='#082539', GradientType=1);
}

/* Month list */

.month ul {
    margin: 0;
    padding: 0;
}
.month ul li {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
}

/* Previous button inside month header */

.month .prev {
    float: left;
    padding-top: 10px;
}

/* Next button */

.month .next {
    float: right;
    padding-top: 10px;
}

/* Weekdays (Mon-Sun) */

.weekdays {
    color: #fff;
    margin: 0;
    padding: 10px 0;
    background: rgb(201, 147, 59);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(201, 147, 59, 1) 0%, rgba(229, 191, 115, 1) 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(201, 147, 59, 1) 0%, rgba(229, 191, 115, 1) 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(201, 147, 59, 1) 0%, rgba(229, 191, 115, 1) 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c9933b', endColorstr='#e5bf73', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}
.weekdays li {
    display: inline-block;
    width: 12.6%;
    color: #666;
    text-align: center;
}

/* Days (1-31) */

.days {
    padding: 10px 0;
    background: #fff;
    margin: 0;
}
.schatten {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    padding-left: 0px;
    padding-right: 0px;
}
.days li {
    list-style-type: none;
    display: inline-block;
    width: 12.6%;
    text-align: center;
    margin-bottom: 5px;
    font-size: 12px;
    color: #777;
}

/* Highlight the "current" day */

.days li .active {
    padding: 0.4em 2.1em;
    color: white;
    background-color: #e5bf73;
}
@media(max-width:767px) {
    h3 {
        color: #082539;
        font-size: 30px;
    }
    .abstand {
        margin-top: 0em;
    }
    .navbar-brand {
        padding: 15px;
    }
}
@media(min-width:768px) {
    h3 {
        color: #082539;
        font-size: 30px;
    }
    .abstand {
        margin-top: 2em;
    }
}
@media(min-width:992px) {
    h3 {
        color: #082539;
        font-size: 40px;
    }
    .abstand {
        margin-top: 2em;
    }
}
@media(min-width:1200px) {
    h3 {
        color: #082539;
        font-size: 40px;
    }
}
