/* style for index page */

@font-face {
    font-family: itc;
    src: url(../fonts/ITCEDSCR.TTF);
}

@font-face {
    font-family: proxima-nova-l;
    src: url(../fonts/Mark%20Simonson%20-%20Proxima%20Nova%20Alt%20Light.otf);
}
@font-face {
    font-family: proxima-nova-r;
    src: url(../fonts/Mark%20Simonson%20-%20Proxima%20Nova%20Alt%20Regular.otf);
}
@font-face {
    font-family: proxima-nova-b;
    src: url(../fonts/Mark%20Simonson%20-%20Proxima%20Nova%20Bold.otf);
}
.navbar-nav:last-child
{
    padding-left: 50px;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}
body .navbar-wrapper .navbar {
    border-radius: 0;
    height: 70px;
}

body .navbar-default .navbar-nav>.active>a, body .navbar-default .navbar-nav>.active>a:hover, body .navbar-default .navbar-nav>.active>a:focus ,.navbar-default .navbar-nav>li>a:hover ,.navbar-default .navbar-nav>.open>a:focus{
    color: #ffffff;
    background-color: #459a48;
    border-top: 3px solid #d60b0b;
}
body .navbar-default .navbar-nav>.open>a
{
    color: #ffffff;
    background-color: #459a48;
    border-top: 3px solid #d60b0b;
}
.navbar-nav>li>a
{
    line-height: 38px;
    border-top:3px solid #ffffff ;
}
.navbar-default .navbar-nav>li>a
{
    color: #504d4d;
    font-family:proxima-nova-r;
    text-transform: uppercase;
    font-size: 13px;
}
body .carousel ,body .carousel .item ,body .carousel-inner > .item > img{
    height: 560px;
}
body .carousel-caption
{
    bottom: 120px;
}
body .carousel-caption h1
{
    font-family: itc;
    font-size: 51px;
    margin: 0;
}

body .carousel-caption h2
{
    font-family: proxima-nova-b;
    letter-spacing: 7px;
    color: rgb(69, 154, 72);
    margin: 0;
    line-height: 0.3;
    font-size: 33px;
}
body .carousel-caption h4
{
    font-family: proxima-nova-l;
    line-height: 0.3;
    font-size: 13px;
    letter-spacing: 2px;
}

.carousel-caption .btn
{
    margin-top: 14px;
    padding: 3px 16px;
    border-radius: 12px;
    background: #ffffff;
   color: rgb(69, 154, 72);
    font-family: proxima-nova-r;
    border-color: #ffffff;
}
body .featurette .col-md-7 h4 ,.partner-list h4
{
    font-family: proxima-nova-b;
}


.img-up p {
    font-family: proxima-nova-r;
    background: #459a48;
    color: #ffffff;
    width: 351px;
    margin: 0;
    padding: 6px 60px;
    font-size:15px ;
}
.before-footer > .col-sm-4 > .col-sm-4 p
{
    padding-left: 138px;
}


.before-footer a
{
    text-decoration: none;
}
.before-footer
{
    padding: 60px 0;
}

footer
{
    background: #464646;
    color: #ffffff;
}
footer .col-sm-6
{
    padding: 5px 0;
    margin-top: 12px;
}
body {
    padding-bottom: 0px !important;
}
.partner-list
{
    padding-top: 30px;
}

.partner-list h4
{
    padding-bottom: 19px;
}
.partner-list .glyphicon-stop
{
    background: #d60b0b;
    color: #d60b0b;
    width: 0;
    top: 4px;
    margin-left: 18px;
    left: -19px;

}
.partner-list .col-sm-4 a
{
    font-family: proxima-nova-r;
    font-size: 16px;
    color: #504d4d;
    text-decoration: none;
}
body p.p1 ,body p.p2
{
    padding-left: 121px;
}


/*style for speisekarte page */
/* ============================================================
  GLOBAL
============================================================ */
.under-menu p.txt-img
{
    font-family: proxima-nova-l;
    font-size: 38px;
}
body .under-menu  .carousel-caption {
    bottom: 664px;
}
.service-txt {
    background: #459a48;
    color: #fff;
    position: absolute;
    width: 100%;
    margin-top: -48px;
    height: 52px;
}
.service-txt p {
    font-size: 19px;
    font-family: proxima-nova-r;
    margin-top: 15px;
    display: table;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 11px;
}
.under-menu
{
    padding-top: 30px;
    padding-bottom: 30px;

}

.under-menu img
{
    width: 100%;

}


.effects .img {
    position: relative;
    margin-bottom:36px;
    overflow: hidden;
}



.effects .img img {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
}

.overlay {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a.close-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 45px;
    height: 45px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background-color: #000;
    cursor: pointer;
}
a.close-overlay.hidden {
    display: none;
}
a.expand:hover
{

    color: #459a48 ;
}
a.expand {
    display: block;
    position: absolute;
    z-index: 100;
    width: 60px;
    height: 60px;
    border: solid 5px #fff;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-weight: 700;
    font-size: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
/* ============================================================
  EFFECT 6 - ICON BOUNCE IN
============================================================ */
#effect-6 .overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
#effect-6 .overlay a.expand {
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#effect-6 .img.hover .overlay {
    opacity: 1;
}
#effect-6 .img.hover .overlay a.expand {
    top: 50%;
    margin-top: -30px;
    opacity: 1;
    text-decoration: none;
}

/*style for besondere page */

.besondere-row-1
{
    padding: 90px 0;
}
.impressionen-row-1 ,.map
{
    padding: 40px 0;
}

.imppressum-txt
{
    display: table;
    margin: 0 auto;
}
.imppressum-txt h4
{
    text-align: center;
    font-family: proxima-nova-r;
}
.impressionen-row-1 h4
{
    font-family: proxima-nova-b;
}
.impressionen-row-1 p
{
    font-family: proxima-nova-r;
}

span.glyphicon.glyphicon-circle-arrow-up {
    color: aliceblue;
}

.img-h{
    position: relative;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;

}

.img-h:hover{
    -webkit-transform: scale(1.02,1.02);
    -moz-transform:scale(1.02,1.02);

}

.impressionen-row-1 .col-sm-4
{
    padding: 30px 10px;
}
.impressionen-row-1 .impres-w img
{
    width: 370px;
   height: 278px;
}