﻿html {
    background: url(../images/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body {
    font-size: 14px;
    background-color: transparent;
}
a, a:hover, a:focus, a:active {
    color: #e30613;
}
.flower {
    margin: 200px 0 30px 0;
    -webkit-box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.66);
    box-shadow: 0px 0px 3px -2px rgba(0, 0, 0, 0.66);
}
.table td, .table th {
    padding: .3rem .75rem;
}
.table-impressum th {
    display: -webkit-inline-box;
    width: 100%;
    padding-bottom: .10rem;
}
.table-impressum td {
    display: -webkit-inline-box;
    width: 100%;
    border-top: none;
    padding-top: .10rem;
}
.table-impressum tr:last-child th {
    border-bottom: none;
}
.box {
    background-color: #ffffff;
    padding: 20px 35px;
}
.box .col-md-5 {
    border-right: 1px solid #aaaaaa;
}
.box .col-md-5, .box .col-md-7 {
    border-bottom: 1px solid #aaaaaa;
}
.box .time {
    text-align: center;
    padding: 10px 0;
}
.box .info, .box .logo {
    padding: 10px 0;
}
.box .logo {
    margin-bottom: 10px;
}
.logo.txt a {
    font-size: 30px;
    font-weight: bold;
}
.logo.txt a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
ul, ol {
    list-style: none;
    padding: 0;
}
ul li {
    margin-bottom: 5px;
}
.btn-primary {
    color: #fff;
    background-color: #e30613;
    border-color: #e30613;
    border-radius: 0;
}
.btn-primary:hover {
    color: #fff;
    background-color: #e30613;
    border-color: #e30613;
}
.btn-primary:focus, .btn-primary.focus {
    background-color: #e30613;
    border-color: #e30613;
    box-shadow: 0 0 0 3px rgba(0, 120, 0, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #e30613;
    border-color: #e30613;
}
.btn-primary:active, .btn-primary.active, .show>.btn-primary.dropdown-toggle {
    background-color: #e30613;
    background-image: none;
    border-color: #e30613;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:visited {
    background-color: #e30613 !important;
    border-color: #e30613 !important;
    outline: none;
}
#cookie_directive_container {
    font-family: Arial, Helvetica, sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    color: #000;
    z-index: 11000;
    padding: 20px;
    display: none
}
#cookie_directive_container .btn {
    background-color: #e30613;
    color: #ffffff;
    display: block;
    padding: .4em 0;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    width: 80px;
    float: right;
}
#cookie_directive_container .btn:hover {
    text-decoration: none
}
#cookie_directive_container.green {
    background-color: rgba(235, 248, 214, .95)
}
#cookie_directive_container.grey {
    background-color: rgba(221, 221, 221, .95);
    color: #000;
}
#cookie_accept {
    width: calc(100% - 95px);
    float: left;
}
@media only screen and (max-width:910px) {
    #cookie_directive_container .btn {
        display: block;
        width: 100%;
        margin-top: 15px;
        float:none;
    }
    #cookie_accept {
        float: none;
        width: 100%;
    }
    .cookiebar {
        display: block!important
    }
}
@media screen AND (min-width: 576px) {
    .container {
        width: 840px;
    }
}
@media screen AND (max-width: 767px) {
    .box .col-md-5:first-child {
        border-right: none;
    }
}