@charset "utf-8";

/* 
    Created on  : 24.03.2016, 13:58:02
    Author      : Webmedia 2.0
    Copyright   : Webmedia 2.0

    COLOURS
    black       : #000000
    white:      : #ffffff
    brightgrey  : #aaaaaa
    darkgrey    : #333333
    Logo-blau   : #097cbd / rgb(9, 124, 189)
*/


/* GLOBAL
==================================================================================================== */

body {
    color: #333333;
    background-color: #333332;
}

/* General */
#main {
    padding: 0;
}
.full-width-box {
    padding: 36px 0;
}
.background-uv {
    background-image: url('../img/backgrounds/back_uv.jpg');
    background-repeat: repeat;
}

/* Links */
a {
    color: #ffffff;
    text-decoration: none;
}
a:hover,
a:focus,
a:active
{
    color: #097cbd;
    text-decoration: underline;
}

/* Margins, Paddings */
.bottom-padding {
    margin-bottom: 40px;
}
.margin-top-20 {
    margin-top: 20px;
}

/* Buttons */
.carousel-box .next,
.carousel-box .prev {
    padding-top: 10px;
    background-color: #000000;
    border-radius: 3px;
    color: #ffffff;
    line-height: inherit;
}
.carousel-box .next:hover,
.carousel-box .prev:hover {
    background-color: #097cbd;
    color: #ffffff;
}
/*
.carousel-box .next:hover polygon,
.carousel-box .prev:hover polygon {
    fill: #ffffff;
}
*/

.carousel-box .pagination a {
    background: #aaaaaa;
}
.carousel-box .pagination a:hover {
    background: #097cbd;
}
.carousel-box .pagination a.selected {
    background: #ffffff;
}

.btn-default,
.btn.btn-default
{
    background-color: #000000;
    border-color: #000001;
}
.btn-default:hover,
.btn.btn-default:hover,
.btn-default:active,
.btn.btn-default:active,
.btn-default:focus,
.btn.btn-default:focus
{
    background-color: #097cbd;
    border-color: #097cbe;
}

/* Animierte Buttons und Icons */
.btn-facebook .tada {
    animation: none;
    -moz-animation: none;
    -o-animation: none;
    -webkit-animation: none;
}
.btn-facebook:hover .tada {
    -webkit-animation: tada 1s ease 0s infinite normal;
    -moz-animation: tada 1s ease 0s infinite normal;
    -o-animation: tada 1s ease 0s infinite normal;
    animation: tada 1s ease 0s infinite normal;
}

/* Pagination */
.pagination-box .pagination > li {
    float: left;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span
{
    padding: 4px 9px;
    min-height: 24px;
    line-height: 14px;
}
#catalog .category-img .description,
.toolbar .sort-catalog .dropdown-toggle,
.toolbar .grid-list .grid,
.toolbar .grid-list .list,
.toolbar .up-down,
.toolbar .up-down.active,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > span:hover,
.sidebar .tags a,
.btn-group.open .btn-default.dropdown-toggle
{
    background-color: #097cbd;
}
.pagination > li > a,
.pagination > li > span,
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus
{
    background-color: #000000;
}
.pagination + .pagination-text {
    color: #aaaaaa;
}


/* HEADER
==================================================================================================== */

.header .header-wrapper,
.fixed-header .header .header-wrapper
{
    background-color: #333333;
    min-height: 50px;
}
.fixed-header.background-opacity .header .header-wrapper {
    background: rgba(0, 0, 0, 0.97);
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
}
.header .header-wrapper + .header-wrapper .right-box-wrapper {
    border-left: none;
    border-right: none;
    height: inherit;
}
.header .header-wrapper + .header-wrapper {
    border-bottom: none;
    border-top: none;
    min-height: 50px;
}

.header .header-wrapper .logo-box .logo {
    height: 50px;
}
.header .header-wrapper .logo-box .logo a,
.header .header-wrapper .logo-box .logo a:hover
{
    text-decoration: none;
    border-width: 0;
    border: none;
}
.header .logo img {
    width: 400px;
}
.header .logo .logo-icon {
    margin: 10px 10px 0 0;
    width: 48px;
    height: 50px;
}


/* NAVIGATION
==================================================================================================== */
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li {
    padding: 5px 0 0;
    position: relative;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li > a {
    color: #ffffff;
    font-weight: bold;
    padding: 11px 12px;
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav > li:hover > a {
    color: #ffffff;
    background: #097cbd;
    border: 1px solid #333333;
}
.header .header-wrapper .primary .navbar .btn-navbar .icon-bar {
    background-color: #aaaaaa;
}

@media (max-width: 991px) {
    .header .header-wrapper + .header-wrapper .primary {
        margin: 1px 0 0 300px;
    }
    .header .header-wrapper .primary .navbar .btn-navbar {
        background: #000000;
        border: 1px solid #aaaaaa;
        border-bottom: none;
    }
    .header .header-wrapper .primary .navbar .btn-navbar .text {
        color: #aaaaaa;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav {
        background: #000000;
        border: 1px solid #aaaaaa;
        border-radius: 3px;
    }
    .header .header-wrapper .responsive-menu {
        margin-top: 5px;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li > a {
        background: #333333;
        border: 1px solid #333332;
        border-radius: 3px;
        padding: 7px 9px;
    }
    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li:hover > a {
        background: #097cbd;
        border: 1px solid #000000;
        color: #ffffff;
        border-radius: 3px;
    }
}

@media (max-width: 600px) {
    .header .header-wrapper + .header-wrapper .primary {
        margin: 0 0 0 280px;
    }
}

@media (min-width: 1200px) {
    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li {
        padding: 5px 10px 0;
        position: relative;
    }
}


/* CONTENT
==================================================================================================== */

/* Startseite
-------------------------------------------------- */

/* Linkliste */
#linklist {
    background-image: url('../img/backgrounds/linklist_new.jpg');
    background-repeat: no-repeat;
    /*background-attachment: fixed;
    background-position: center;*/
    background-size: 100% 100%;
    background-position: center top;
}
.icon_about_us {
    margin-top: 12px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.icon_about_us:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
#linklist .livicon-facebook {
    margin-left: -10px;
}

/* Eventhighlights */
.title-box .title {
    color: #ffffff;
}
.title-box:before {
    background: #097cbd;
}
.rsImgm {
    width: 100%;
}
/* Flyer-Vorderseite */
.product .product-name {
    font-weight: bold;
}
.product .price {
    color: #666666;
    font-size: 11px;
}
.product .product-description {
    height: 85px;
    font-size: 13px;
}
.eventhighlight_hover:hover {
    cursor: pointer;
}
/* Flyer-Rückseite */
.product .product-hover {
    /* Old browsers */
    background: rgb(0,0,0) !important;
    /* FF3.6-15 */
    background: -moz-linear-gradient(top, rgb(0,0,0) 0%, rgb(34,34,34) 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(top, rgb(0,0,0) 0%,rgb(34,34,34) 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: linear-gradient(to bottom, rgb(0,0,0) 0%,rgb(45,45,45) 100%) !important;
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#222222',GradientType=0) !important;
}
.product .product-hover .product-name {
    font-weight: bold;
    font-size: 13px;
    background-color: #097cbd;

    min-width: 180px;
    padding: 3px;
    margin: -5px 5px 5px -5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.product .product-hover .event-subtitle {
    font-size: 12px;
    text-align: center;
}
.product .product-hover .event-subtitle a,
.product .product-hover .event-subtitle a:hover
{
    color: #dddddd;
    text-decoration: none;
}
.product .product-hover .event-description {
    max-height: 190px;
    overflow: hidden;
}
.product .product-hover .event-description a,
.product .product-hover .event-description a:hover
{
    color: #ffffff;
    text-decoration: none;
}
/*
.product .actions {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.product:hover .actions {
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
*/
.product .actions .facebook-btn .livicon {
    margin: -7px 0 0 -8px;
}
.product .actions .happyhour .livicon {
    margin: -3px 0 0 0;
}
.product .actions .tagged-galleries .livicon {
    margin: -7px 0 0 0;
}
.product .actions .rotate_flyer .livicon {
    margin: -4px 0 0 0;
}
.product .actions .rotate_flyer:hover {
    cursor: pointer;
}
.product .actions .rotate_flyer {
    background: #097cbd;
    display: inline-block;
    height: 54px;
    margin: 0 -2px;
    padding-top: 19px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    width: 54px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

/* Galleryslider */
.manufactures .make {
    background: #f7f7f7;
    border: 1px solid #f7f7f6;
    height: 115px;
    max-height: 115px;
    width: 164px;
    max-width: 164px;
    opacity: .75;
    filter: alpha(opacity=75);
    padding: 5px;
}
.manufactures a.make:hover {
    background: #f2f2f2;
    border: 1px solid #aaaaaa;
    opacity: 1;
    filter: alpha(opacity=100);
}
.manufactures a.make img {
    width: 152px;
    max-width: 152px;
}
.manufactures .pagination {
    margin: 30px 0 0 0;
}
.height-100percent {
    height: 100% !important;
}


/* Über uns
-------------------------------------------------- */

#about_us {
    color: #ffffff;
}


/* Reservierung
-------------------------------------------------- */

#reservation {
    color: #ffffff;
}
.reservation-img {
    max-width: 480px;
}

/* Partybilder
-------------------------------------------------- */

.work .bg-hover {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.9);
}
.work:hover .work-title {
    color: #097cbd;
    opacity: 1;
    filter: alpha(opacity=100);
}
.work:hover .bg-hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.work .title {
    font-size: 16px;
}
.work .description {
    font-size: 14px;
    line-height: 18px;
}

@media (min-width: 768px) {
    .filter-list.filter-buttons .dropdown-menu > li > a {
        background: #000000;
        border: 1px solid #000001;
        color: #ffffff;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    .filter-list.filter-buttons .dropdown-menu > li > a.active,
    .filter-list.filter-buttons .dropdown-menu > li > a:hover,
    .filter-list.filter-buttons .dropdown-menu > li > a.active:hover
    {
        color: #ffffff;
        background: #097cbd;
        border: 1px solid #097cbe;
        font-weight: normal;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
}

.portfolio .alert-info {
    background-color: #097cbd;
    border-color: #dddddd;
    color: #ffffff;
    font-size: 15px;
}
.portfolio .alert-info a {
    color: #ffffff;
}
.portfolio .alert-info a:hover {
    text-decoration: underline;
}
@media (max-width: 767px) {
    .portfolio .alert-info {
        font-size: 12px;
    }
}


/* Videos
-------------------------------------------------- */

.video-wrapper {
    padding-bottom: 20px;
}
.video-wrapper h4 {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}
.video-button {
    text-align: center;
    float: 0 auto;
}
.video-button a {
    background: #000000 !important;
    border: 1px solid #097cbe !important;
    color: #ffffff !important;
}
.video-button a:hover,
.video-button a:active,
.video-button a:focus
{
    background: #097cbe !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
}


/* Programm
-------------------------------------------------- */

#program {
    color: #ffffff;
}
#program a {
    color: #097cbd;
    text-decoration: none;
}
#program a:hover,
#program a:active,
#program a:focus
{
    color: #097cbd;
    text-decoration: underline;
}

.work-one .title {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
}
.work-one .title em {
    font-weight: bold;
}
.work-one .description {
    color: #aaaaaa;
    font-size: 11px;
    margin: 0 0 10px;
}
.work-one p {
    color: #ffffff;
    font-size: 13px;
}
.work-one .work-image {
    border-radius: 0;
}
.work-one .work-flyerlink {
    padding-top: 3px;
    font-size: 13px;
}
.work-one hr {
    border-color: #aaaaaa;
    margin: 20px 0 0 0;
}

.filter-buttons .dropdown-toggle {
    background: #000000;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    float: left;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    margin-right: 20px;
    padding: 0 10px 0 20px;
}
.filter-buttons .dropdown-toggle .caret {
    margin: -2px 0 0 5px;
}
.filter-buttons .dropdown-toggle:hover {
    background: #097cbd;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
}
.filter-buttons .dropdown-menu {
    border: 1px solid #e1e1e1;
}
.filter-buttons .dropdown-menu .active {
    background-color: #f5f5f5;
}
.filter-buttons.open .dropdown-toggle {
    background: #097cbd;
}
.filter-buttons.white .dropdown-toggle,
.filter-buttons.white .dropdown-toggle .caret {
    color: #fff;
}


/* Events
-------------------------------------------------- */

#events {
    color: #ffffff;
}
/* Info-Container */
.bg-uv {
    background: rgb(0,0,0) !important; /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(0,0,0) 0%, rgb(34,34,34) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgb(0,0,0) 0%,rgb(34,34,34) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgb(0,0,0) 0%,rgb(45,45,45) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222',GradientType=0 ) !important; /* IE6-9 */
}
.timeline .post .timeline-content.bg-uv,
.timeline .post .timeline-content.border-uv
{
    border-color: #222222;
}
.timeline .post .timeline-content .entry-title {
    color: #dddddd;
}
.timeline .post .timeline-content p {
    margin-bottom: 15px;
}
.timeline .post .timeline-content .happyhour
{
    font-size: 18px;
}
.timeline .post .timeline-content .btn {
    padding: 3px;
}
.timeline .post .timeline-content .btn-default {
    width: 100%;
    background-color: #097cbd;
    border-color: #097cbe;
}
.timeline .post .timeline-content .btn-default:hover {
    width: 100%;
    background-color: #000000;
}
.timeline .post .timeline-content .btn-facebook {
    width: 100%;
    background-color: #44609d;
    border-color: #44609e;
}
.timeline .post .timeline-content .btn-facebook:hover {
    background-color: #000000;
}
.timeline .post .timeline-content .fa-camera,
.timeline .post .timeline-content .fa-facebook
{
    font-size: 20px;
}
/* Zeitstrahl */
.timeline:before {
    background-color: #aaaaaa;
}
.timeline .post .timeline-content {
    border-radius: 5px;
    padding: 20px;
}
/* Dreieck */
.timeline .post .timeline-content:before,
.timeline .post .timeline-content:after
{
    border-left-color: #000000;
}
.timeline .post:nth-child(even) .timeline-content:before {
    border-right-color: #000000;
}
@media (max-width: 767px) {
    .timeline .post .timeline-content.bg:before,
    .timeline .post .timeline-content.border:before
    {
        border-right-color: #000000;
    }
}
/* Symbol, Icon */
.timeline .post .timeline-icon {
    background: #097cbd;
    line-height: inherit;
    padding-top: 5px;
}
/* Datum, Uhrzeit */
.timeline .post .timeline-time {
    color: #ffffff;
}
/* Hinweis ganz unten */
.timeline-hint {
    font-size: 16px;
    font-weight: bold;
    color: #aaaaaa;
}


/* Jobs
-------------------------------------------------- */

#jobs {
    color: #ffffff;
}
#jobs a {
    color: #097cbd;
    text-decoration: none;
}
#jobs a:hover,
#jobs a:focus,
#jobs a:active
{
    color: #097cbd;
    text-decoration: underline;
}


/* FAQ
-------------------------------------------------- */

#faq {
    color: #ffffff;
}
.panel-group .panel .panel-heading > .panel-title > a {
    background-color: #000000;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a
{
    color: #ffffff;
}
.panel-group .panel .panel-heading > .panel-title > a:hover {
    background-color: #097cbd;
    color: #ffffff;
}
.panel-group .panel .panel-heading > .panel-title > a:before,
.panel-group .panel .panel-heading > .panel-title > a:after
{
    background-color: #ffffff;
}


/* Impressum
-------------------------------------------------- */

#imprint {
    color: #ffffff;
    font-size: 15px;
}
#imprint a {
    color: #097cbd;
}


/* Rechtliches
-------------------------------------------------- */

#legal {
    color: #ffffff;
    font-size: 15px;
}
#legal a {
    color: #097cbd;
}


/* Datenschutz
-------------------------------------------------- */

#disclaimer {
    color: #ffffff;
    font-size: 15px;
}
#disclaimer a {
    color: #097cbd;
}


/* Anfahrt
-------------------------------------------------- */

#direction {
    color: #ffffff;
    font-size: 15px;
}
#direction a {
    color: #097cbd;
}


/* Gästemeinungen
-------------------------------------------------- */

#testimonials {
    color: #ffffff;
}
#testimonials a {
    color: #097cbd;
}
#testimonials hr {
    border-color: #aaaaaa;
}
.respond .bg-info {
    background: rgb(0,0,0) !important; /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(0,0,0) 0%, rgb(34,34,34) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgb(0,0,0) 0%,rgb(34,34,34) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgb(0,0,0) 0%,rgb(45,45,45) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222',GradientType=0 ) !important; /* IE6-9 */
}
.respond .description.bg-info:before,
.respond .description.border-info:before
{
    border-top-color: transparent;
}
.respond.respond-blockquote blockquote:after {
    float: right;
}
.respond.respond-blockquote blockquote:before,
.respond.respond-blockquote blockquote:after
{
    color: #aaaaaa;
}
.respond .name {
    color: #aaaaaa;
}
.respond.respond-blockquote .name .icon {
    height: 40px;
    width: 40px;
    margin: 3px 10px 0 5px;
}
.respond .name .icon {
    font-size: 36px;
    margin: 0;
}
.respond .name .infos {
    margin: 0;
}
.fa-male {
    color: #097cbd !important;
}
.fa-female {
    color: #eb87b4 !important;
}


/* FOOTER
==================================================================================================== */

#footer .icon {
    padding-top: 10px;
    line-height: inherit;
}
#footer .footer-bottom {
    background: #000000;
    border-top-width: 1px;
    font-size: 11px;
    line-height: 17px;
    padding: 10px 0 10px;
}
#footer .footer-bottom .copyright {
    color: #ffffff;
    font-size: 12px;
}
#footer .up {
    background: #333333;
}
#footer .up:hover {
    background: #097cbd;
}
#footer .up .glyphicon {
    color: #ffffff;
}
#footer .up:hover .glyphicon {
    color: #ffffff;
}

@media (max-width: 767px) {
    #footer .footer-bottom .copyright {
        padding: 0 0 17px;
    }
}
