body {
    background-color: #0a0a0a;
    background-image: url(../img/bg.png);
    background-repeat: repeat-x;
    font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
}

h1 {
    font-size: 18pt;
    font-weight: normal;
    font-family: 'Georgia', 'Tahoma', 'Arial', 'Helvetica';
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 14pt;
    color: rgb(150, 150, 150);
    display: block;
    font-family: 'Georgia', 'Tahoma', 'Arial', 'Helvetica';
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 45px;
    height: 45px;
}

h3 {
    font-size: 18pt;
    font-weight: normal;
    font-family: 'Georgia', 'Tahoma', 'Arial', 'Helvetica';
    margin: 0;
    padding: 25px 0;
    background-image: url(../img/title_bg.png);
    background-repeat: no-repeat;
    background-position: 0 25px;
    background-size: 100%;
}

h4 {
    font-size: 14pt;
    font-weight: normal;
    font-family: Georgia, Tahoma, Arial;
}

a,
.highlight {
    color: #8d4444;
}

a:focus,
a:hover {
    color: #b24747;
}


/* Header */

.header-left p,
.header-right p {
    margin-top: 18px;
}

.h1-titel {
    font-family: Helvetica, Tahoma, Arial;
    font-size: 12pt;
    color: #000;
    margin-bottom: 10px;
    padding: 0;
    display: block;
}

.header-left {
    text-align: right;
    padding-right: 90px;
    font-family: Helvetica, Tahoma, Arial;
}

.header-right {
    text-align: left;
    padding-left: 80px;
    font-family: Helvetica, Tahoma, Arial;
}

.logo {
    position: relative;
    z-index: 0;
    height: 196px;
    background-image: url(../img/header.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.logo-txt {
    margin-top: 76px;
}

.grill-bg {
    background-image: url(../img/grill.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 230px;
}

.grill {
    background-image: url(../img/grill.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 205px;
}


/* Navbar */

.navbar {
    background-color: transparent;
    margin-top: -25px;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
}

.navigation {
    background-image: url(../img/nav_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 23px;
}

.navigation-start {
    /*background-image: url(../img/nav-bg.png);*/
    background-image: none;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 23px;
    position: relative;
    z-index: 5;
}

.navbar .collapse {
    margin: 0 165px;
}

.title {
    margin-top: -25px;
}

.navbar-nav>li>a {
    width: auto;
    display: block;
    color: rgb(150, 150, 150);
    line-height: 42px;
    padding: 0 15px 8px 15px;
    margin: 0;
    text-decoration: none;
    text-shadow: 0 3px 3px #000;
    font-family: 'Georgia', 'Tahoma', 'Arial', 'Helvetica';
    font-size: 12pt;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-image: url(../img/arrow_down_.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #fff;
    background-image: url(../img/arrow_down.png);
    background-position: 50% 100%;
}


/* Inhalte */

.nav-title h2 {
    margin-top: -2px;
    height: 52px;
    text-shadow: 0 3px 3px #000;
}

.startseite {
    margin-top: 20px;
}

.link-box {
    background-image: url(../img/link-box-sw.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 118px;
    margin-bottom: 25px;
    border-width: 1px;
    border-color: #646464;
    border-style: solid;
    font-family: 'Georgia', 'Tahoma', 'Arial', 'Helvetica';
    font-size: 12pt;
    border-radius: 3px;
    transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
}

.link-box:hover {
    background-image: url(../img/link-box.jpg);
    border-color: #2f2f2f;
    transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
}

.link-box a {
    display: block;
    height: 100%;
    text-align: center;
    color: #606060;
    text-decoration: none;
    transition: color 500ms;
    -o-transition: color 500ms;
    -ms-transition: color 500ms;
    -moz-transition: color 500ms;
    -webkit-transition: color 500ms;
}

.link-box a:hover {
    color: #fff;
    transition: color 500ms;
    -o-transition: color 500ms;
    -ms-transition: color 500ms;
    -moz-transition: color 500ms;
    -webkit-transition: color 500ms;
}

.link-box span {
    padding-top: 5px;
    background-color: #000;
    display: block;
    height: 32px;
}

.link-box img {
    height: 70px;
    margin: 7px auto 0;
}

.galerie-img {
    width: auto;
    height: 80px;
    display: block;
    background-image: url(../img/galerie-sw.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center 60%;
    transition: background 500ms;
    -o-transition: background 500ms;
    -ms-transition: background 500ms;
    -moz-transition: background 500ms;
    -webkit-transition: background 500ms;
}

.link-box a:hover .galerie-img {
    background-image: url(../img/galerie.png);
    transition: background 500ms;
    -o-transition: background 500ms;
    -ms-transition: background 500ms;
    -moz-transition: background 500ms;
    -webkit-transition: background 500ms;
}

.galerie img {
    height: 60px;
    margin: 15px auto 0;
}

.galerie img {
    height: 60px;
    margin: 15px auto 0;
}

.inhalt {
    width: 840px;
    margin: 0 auto;
    background-color: #191919;
    color: #d2d2d2;
    padding: 0 30px 15px 30px;
    background-image: url(../img/content_bottom.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    display: block;
}

.full .inhalt {
    width: auto;
    margin: -36px -15px 0;
    position: relative;
    z-index: 1;
    background-image: none;
    background-color: transparent;
    padding: 0 30px 0 30px;
}

.full .col-lg-2 {
    width: 20%
}

.start-frame {
    position: relative;
    z-index: 1;
    margin: 0 -30px 0;
}

.start-frame>div {
    background-image: url(../img/start-bg.jpg);
    background-position: center center;
}

.nav-bg {
    position: relative;
    z-index: 10;
    margin: -25px auto 0;
    display: block;
    width: 100%;
    height: 40px;
    background-image: url(../img/nav-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.start-frame a {
    text-align: center;
    display: block;
    margin: 0 -15px;
    color: #b9b9b9;
    position: relative;
    z-index: 10;
}

.start-frame a:hover,
.start-frame a:focus {
    color: #fff;
}

.start-frame .plus {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    margin: 0;
    left: 0;
    text-align: center;
    z-index: 4;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.box:hover .plus,
.box:focus .plus {
    opacity: 0.8 !important;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.box {
    overflow: hidden;
    position: relative;
}

.overlay {
    background: rgba(0, 0, 0, 0);
    text-align: center;
    opacity: 1;
    -webkit-transition: background .25s ease;
    -moz-transition: background .25s ease;
    transition: background .25s ease;
    position: absolute;
    z-index: 3;
    width: 100%;
    height:100%;
    display: block;
    box-shadow: inset 1px 1px 50px 20px rgba(0, 0, 0, 0.5);
}

.box:hover .overlay,
.box:focus .overlay {
    background: rgba(0, 0, 0, .75);
    opacity: 1;
}

.box .title {
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 8;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: 14pt;
    opacity: .5;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
    font-family: 'Georgia', 'Tahoma', 'Arial', 'Helvetica';
}

.box:hover .title,
.box:focus .title {
    padding-bottom: 50px;
    opacity: 1;
}

.img {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-duration: .5s;
    position: relative;
    z-index: 0;
    width: 100%;
    display: block;
}

.img img {
    width: 100%;
}

.box:hover .img,
.box:focus .img {
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    transition-duration: .3s;
    transition-timing-function: ease-out;
}

.box .plus {
    font-size: 14px;
}

.box:hover .plus,
.box:focus .plus {
    font-size: 17px;
}

.inhalt::before,
.inhalt::after,
.footer::before,
.footer::after {
    display: table;
    content: " ";
}

.footer::after,
.footer::before,
.inhalt::after,
.inhalt::before {
    clear: both;
}

.platz {
    margin-bottom: 25px;
}

form {
    padding: 15px;
    border: 1px solid #343434;
    border-radius: 10px;
    background-color: #141414;
}

.form-control {
    padding: 5px;
    height: auto;
    border-radius: 0;
    background-color: #242424;
    border-width: 1px;
    border-color: #505050;
}

.add-box {
    border-width: 0 1px;
    border-color: #343434;
    border-style: solid;
    background: #000;
    width: 220px;
    clear: both;
}

.top-add-box {
    font-size: 10pt;
    display: block;
    font-family: 'Georgia', 'Tahoma', 'Arial', 'Helvetica';
    text-align: center;
    padding: 5px 0;
    background-image: url(../img/side_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    color: #fff;
}

.mid-add-box {
    padding: 15px;
    background-image: url(../img/side_bg_bottom.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.leistungen {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.leistungen a {
    color: grey;
    text-decoration: none;
    transition: color 300ms;
    -o-transition: color 300ms;
    -ms-transition: color 300ms;
    -moz-transition: color 300ms;
    -webkit-transition: color 300ms;
    display: block;
}

.leistungen a:hover {
    color: #fff;
    text-decoration: none;
    transition: color 300ms;
    -o-transition: color 300ms;
    -ms-transition: color 300ms;
    -moz-transition: color 300ms;
    -webkit-transition: color 300ms;
}

.spezial-box {
    background-image: url(../img/box-bg.png);
    background-position: right top;
    background-repeat: no-repeat;
    border-width: 1px;
    border-style: solid;
    border-color: #343434;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    margin-bottom: 15px;
    display: block;
}

.panel {
    background-color: transparent;
}

.panel-group .panel {
    border-radius: 0;
    margin-bottom: 15px;
}

.panel-default>.panel-heading {
    background-color: transparent;
}

.panel-group {
    margin: 0 15px 15px;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
}

.spezial-titel {
    background-image: url(../img/h3_bg01.png);
    background-position: 5px 0;
    background-repeat: no-repeat;
    padding: 0 0 0 35px;
    margin: 3px 0 15px -10px;
}

.panel-heading {
    padding: 0;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-image: url(../img/h3_bg01.png);
    background-position: 10px 3px;
    background-repeat: no-repeat;
    margin: 0;
}

.panel-heading a {
    padding: 3px 15px 5px 40px;
    color: #d2d2d2;
    display: block;
    font-size: 14pt;
}

.panel-heading a:hover {
    color: #fff;
    text-decoration: none;
}


/* Footer */

.footer {
    width: 840px;
    background-image: url(../img/footer_top.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 25px 0;
    margin: 0 auto;
    display: block;
    height: auto;
}

.footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
}

.footer ul a {
    color: #3c3c3c;
    padding: 5px 15px 10px 15px;
    display: block;
    transition: color 500ms;
    -o-transition: color 500ms;
    -ms-transition: color 500ms;
    -moz-transition: color 500ms;
    -webkit-transition: color 500ms;
}

.footer ul a:hover {
    color: #fff;
    text-decoration: none;
    transition: color 500ms;
    -o-transition: color 500ms;
    -ms-transition: color 500ms;
    -moz-transition: color 500ms;
    -webkit-transition: color 500ms;
}

.footer-link {
    background-image: url(../img/bottom_li.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.copy {
    color: #646464;
    margin-top: 25px;
    font-size: 10pt;
}

.copy a {
    padding: 0;
}

.slide-titel {
    font-size: 12pt;
    margin: 5px 0;
    height: auto;
    line-height: 12pt;
    overflow: visible;
}

.fix-desc {
    position: absolute;
    z-index: 10;
    bottom: -50px;
    background-color: #000;
    left: 0;
    width: 100%;
    text-align: center;
}

.fix-desc p {
    margin: 0 0 5px;
}

.background {
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}


/*
.swiper-container {
    width: 100%;
    height: 370px;
    padding-top: 50px;
    padding-bottom: 0;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 225px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
}*/

.galerie {
    background-image: url(../img/slide-bg.jpg);
    background-position: bottom;
}

.row2 {
    margin-left: -30px;
    margin-right: -30px;
    background-image: url(../img/slide-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}


/*
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../img/arrow-left.png);
    background-size: 50%;
    height: 75px;
    width: 39px;
    left: 240px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/arrow-right.png);
    background-size: 50%;
    height: 75px;
    width: 39px;
    right: 240px;
}

.swiper-button-next,
.swiper-button-prev {
    top: 335px;
}

.swiper-pagination-bullet-active {
    background-color: #482222;
}
*/

.detail-galerie {
    padding-right: 0;
}

.detail-galerie .img-responsive {
    border-style: solid;
    border-width: 1px;
    border-color: #393939;
    margin-bottom: 5px;
}

.small-overview img {
    width: 24%;
    margin: 0 1.33% 0 0;
    float: left;
}

.small-overview .first {
    margin: 0 1% 0 0;
}

.small-overview .last {
    margin: 0 0 0 0;
}

.inhalt .btn {
    margin-bottom: 15px;
}

.spacer {
    margin-bottom: 15px;
}

.panel-body>.row>div {
    padding-bottom: 15px;
}

.swiper-container {
    width: 100%;
    margin: 20px auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    width: 60%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    position: relative;
}

.swiper-slide:nth-child(2n) {
    width: 40%;
}

.swiper-slide:nth-child(3n) {
    width: 20%;
}


/* media */

@media (max-width:1200px) {
    .navbar .collapse {
        margin: 0 65px;
    }
    .img,
    .overlay,
    .box {
        background-position: left;
    }
}

@media (max-width:992px) {
    .full .col-lg-2 {
       width: 33.33333333%;
        float:left;
    }
    .grill-bg {
        background-image: url(../img/grill_small.jpg);
    }
    .grill {
        background-image: none;
    }
    .navigation {
        background-image: url(../img/nav_bg_small.jpg);
    }
    .nav-bg {
        background-image: url(../img/nav-bg-small.png);
    }
    .navbar .collapse {
        margin: 0 35px;
    }
    .inhalt,
    .footer {
        width: 678px;
    }
    .navbar-nav>li>a {
        padding: 0 10px 8px 10px;
        font-size: 10pt
    }
    h3 {
        background-position: 0 30px;
    }
    .link-box {
        height: 146px;
    }
    .link-box span {
        padding-top: 9px;
        background-color: #000;
        display: block;
        height: 40px;
    }
    .link-box img {
        height: 90px;
        margin-top: 8px;
    }
    .galerie img {
        height: 80px;
        margin: 15px auto 0;
    }
    .galerie-img {
        height: 100px;
    }
    .footer-link-2 {
        background-image: url(../img/bottom_li.png);
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    /*
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 145px;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 145px;
    } */
    .header-right,
    .header-left {
        font-size: 11px;
    }
    h1 {
        font-size: 15pt;
        font-weight: normal;
        font-family: 'Georgia', 'Tahoma', 'Arial', 'Helvetica';
        margin: 0 0 25px;
        padding: 0;
    }
}

@media (max-width:768px) {
    .full .col-lg-2 {
       width: 100%;
    }
    .panel-heading a {
        font-size: 10pt;
        padding: 8px 0 7px 40px;
    }
    .navigation {
        background-image: url(../img/nav_bg_xsmall.jpg);
    }
    .navbar .collapse {
        margin: 0;
    }
    .navbar-header {
        background-color: #191919;
        margin: 15px 15px 0;
        border-radius: 15px 15px 0 0;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        margin: 0 15px 0;
        background-color: #191919;
    }
    .navbar-nav>li>a {
        border-width: 0 0 1px 0;
        border-color: #343434;
        border-style: solid;
        margin: 0;
        padding: 0 15px;
    }
    .inhalt {
        margin-top: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .inhalt,
    .footer {
        width: 100%;
    }
    h3 {
        background-image: none;
        border-width: 0 0 1px;
        border-style: solid;
        border-color: #343434;
        margin-bottom: 25px;
        font-size: 13pt
    }
    .add-box {
        padding: 15px;
        border: 1px solid #343434;
        border-radius: 10px;
        background-color: #141414;
        border-style: solid;
        width: 100%;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .top-add-box {
        background-image: none;
        font-size: 14pt;
    }
    .mid-add-box {
        background-image: none;
    }
    .navbar-default .navbar-nav>li>a {
        background-color: #191919;
        transition: background 500ms;
        -o-transition: background 500ms;
        -ms-transition: background 500ms;
        -moz-transition: background 500ms;
        -webkit-transition: background 500ms;
    }
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover {
        color: #fff;
        background-color: #262626;
        background-image: none;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        transition: background 500ms;
        -o-transition: background 500ms;
        -ms-transition: background 500ms;
        -moz-transition: background 500ms;
        -webkit-transition: background 500ms;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        background-color: #4b4b4b;
        color: #fff;
        background-image: none;
        background-position: 50% 100%;
    }
    .navbar-default .navbar-brand {
        font-size: 12pt;
        font-weight: normal;
        color: #fff;
        font-family: 'Georgia', 'Tahoma', 'Arial', 'Helvetica';
    }
    .navbar-default .navbar-toggle {
        border-color: #191919;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #262626;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: 0;
    }
    .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }
    .link-box {
        background-size: cover;
    }
    .galerie-img {
        width: auto;
        height: 80px;
        display: block;
        background-image: url(../img/galerie-sw.png);
        background-position: 50% 20px;
        background-size: contain;
    }
    .leistungen a {
        padding: 15px 0;
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: #343434;
    }
    .spezial-titel {
        font-size: 12pt;
        margin: 4px 0 15px -10px;
    }
    .row2 {
        margin-left: -15px;
        margin-right: -15px;
        background-image: url(../img/slide-bg.jpg);
        background-position: center top;
        background-repeat: no-repeat;
    }
    /*
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next,
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        display: none;
    }
    .swiper-container {
        height: 290px;
    }
    .swiper-slide {
        width: 200px;
        height: 150px;
    } */
    .slide-titel {
        font-size: 11pt;
    }
    .start-frame {
        position: relative;
        z-index: 1;
        margin: 0 -15px 0;
    }
    h1 {
        font-size: 16pt;
        font-weight: normal;
        font-family: 'Georgia', 'Tahoma', 'Arial', 'Helvetica';
        margin: 0;
        padding: 0;
        line-height: .7em;
    }
    .h1-titel {
        margin-bottom: 25px;
    }
    .box span {
        
    }
}
