/*
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,600);

*/
@font-face {
  font-family:"PT Serif";
  font-weight: 400;
  src: url("../fonts/PT_Serif/PT_Serif-Web-Regular.ttf") format("truetype");
}
@font-face {
  font-family:"RobotoCondensed";
  src: url("../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf") format("truetype");
}
@font-face {
  font-family:"Buenard Regular";
  src: url("../fonts/Buenard/Buenard-Regular.ttf") format("truetype");
}


/*** Allgemeines BEGIN ***/

html, body {
 margin: 0px;
 padding: 0px;
 width: 100%;
 font-size: 10px;
 height: 100%;
 overflow: hidden;
}

body {
 /*background-color: #002012;*/
 font-family: 'PT Serif';
 font-weight: 400; 
 font-size: 16px;
 line-height: 20px;
 background-color: #012E1A;
 /*background-image: url(../images/hg-body.jpg);
 background-repeat: repeat-y;
 background-position: top center;*/
}

h1, h2, h3 {
 margin: 0px;
}
h1{
font-size: 36px;
line-height: normal;
font-family: 'PT Serif';
font-weight: 400;
font-style: italic;
color: #fff;
margin-bottom: 10px;
}
h2{
font-family: 'PT Serif';
font-weight: 400;
font-size: 22px;
color: #fde7b6;
line-height: normal;
margin-bottom: 0px;
}
h3{
 font-size: 18px;
 font-family: 'PT Serif';
 font-weight: 400;
 color: #fff;
 line-height: normal;
 margin-bottom: 10px;
}
a{
 font-family: 'PT Serif';
 font-size: 15px;
 font-weight: 400;
 color: #fde7b6;
 text-decoration: underline;
}
a:hover,
a:active,
a:focus{
 text-decoration: none;
 color: #fde7b6;
 outline: none;
}
td,
ul, li,
p{
 font-family: 'PT Serif';
 font-size: 30px;
 font-weight: 400;
 color: #fff;
 line-height: normal;
}
.content ul {
 display: table;
 padding-left: 17px;
 list-style: disc;
}
hr {
 color: #ff0000;
 background-color: #ff0000;
 height: 1px;
 line-height: 1px;
 margin: 0px;
 margin-bottom: 20px;
}
table.contenttable {
 width: 99%;
 margin-bottom: 20px;
}

.align-center{
 text-align:center;
}
.align-left {
 text-align: left;
}
.align-right {
 text-align: right;
}
.regular {
 font-weight: 400;
}
.trenner {
 color: red;
}
.container {
 width: 1054px;
}
.uppercase {
 text-transform: uppercase;
}
.button{

}




/* Grundgerüst stylen */
#dokument {
  width:100%;
  height: 100%;
  max-height:1420px;
  min-height: 660px;
  position: relative;
  background: radial-gradient(circle,  rgba(255, 255, 255, 0.83), rgb(1, 66, 38) 70%);
  background-repeat: no-repeat;
  background-position: center center;
}
.layout-3 #dokument {
   min-height: 680px;
}
#header{
 background-image: url(../images/hg_header.jpg);
 background-repeat: repeat-x;
 background-position: bottom left;
 height:98px;
 margin-bottom: 0px;
 z-index: 10;
}
#header .container {
 width: 1054px !important;
 position: relative; /*????????*/
}
#logo{
 position: absolute;
 left: 50%;
 top: 15px;
 margin-left: -84px;
 width: 168px;
 height: 180px;
}
#suche{
 position: absolute;
 right: 15px;
 top: 57px;
 cursor: pointer;
}
#vorschaltcontent,
#maincontent {
/* height: 100%;*/
 width: 100%;
 position: absolute;
 /*top:225px*/
 top: 98px;
 
 bottom: 53px;
}
#startcontent,
#produktcontent {
 width: 100%;
 position:absolute;
 top: 98px;
 bottom: 53px;
}
#produktcontent-top {
 height: 71%;
 min-height: 400px;
}
#produktcontent-bottom {
 height:29%;
 background-image: url( ../images/hg_footer-biere.jpg);
 background-position: top left;
 background-repeat: repeat-x;
 background-color: #002012;
}
#produktslider {
 position: absolute;
 width: 100%;
 bottom: 0px;
}
#maincontent .container {
 /*height: 100%;*/
 /* margin-top: 140px;
 margin-top: 6%; */
 padding-bottom: 60px;
 padding-top: 145px;
 position: relative;
}
#scrollcontent {
 position: relative;
}


#footer{
 height: 53px;
 width: 100%;
 background-color: #002012;
 background-image: url(../images/hg_footer.jpg);
 background-repeat: repeat-x;
 background-position: top left;
 position: absolute;
 bottom: 0px;
 }
 .layout-3 #footer{
 background: #002012;
 }
  
 #footer-left {
  width: 1024px;
  height: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
 }
 #footer-right{
 position: absolute;
 bottom: 15px;
  right:30px;
  z-index: 20;
 }

 #bildergalerie-button{
  position: absolute;
  bottom: 13px;
  left: 15px;
  font-family: 'Roboto';
  font-size: 11px;
  font-weight: 500;
  color: #fffefa;
  text-decoration: none;
  height: 27px;
  display: block;
  z-index: 30;
 }
#bildergalerie-button span:hover {
 text-decoration: underline;
} 
 #bildergalerie-button img {
  margin-right: 15px;
 }
 #bildergalerie-button span  {
  vertical-align: -6px;
 }
 
 
 
 
 /*** Content stylen BEGIN***/
 #vorschaltcontent .container {
  margin-top: 100px;
   padding-top: 125px;
 }
 /*Vorschaltseite*/
 #vorschaltcontent h1{
  text-align: center;
  font-size: 85px;
  line-height: 94px;
  /*width: 900px;*/
  margin-left: 70px;
  margin-right: 70px;
  margin-bottom: 25px;
  /*Relief und Kontur, Schein nach außen, Schlagschatten*/
  text-shadow: 0 -1px 2px #7e5e57, 1px 0 2px #7e5e57, 0 1px 2px #7e5e57, -1px 0 2px #7e5e57,
        0 0 0.8px rgba(164, 126, 88, 0.45), 0 0 0.8px rgba(164, 126, 88, 0.45), 0 0 0.8px rgba(164, 126, 88, 0.45),
        1px 2px 4.83px rgba(82, 70, 61, 0.71);        
 }
 
  #vorschaltcontent h2{
	text-align: justify;
	font-family: 'PT Serif';
	font-weight: 400;
	font-size: 30px;
	color: #fde7b6;
	line-height: normal;
    width: 860px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;     
 }
 
 #vorschaltcontent .inhalt {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
 }
 #vorschaltcontent .inhalt .csc-text {   
   text-align: justify;
   text-align-last: none;
   padding-left: 20px;
   padding-right: 20px;
 }
 .u16 {
   width: 50%;
   float:left;
   color: #fffefa;
 }
#vorschaltcontent .ja_nein {
  display: inline-block;
  height: 65px;
  background-position: center bottom;
  background-repeat: no-repeat;
 color: #fffefa;
 font-size: 60px;
 font-family: 'PT Serif';
font-weight: 400;
font-style: italic;
text-shadow: 0 -1px 2px #7e5e57, 1px 0 2px #7e5e57, 0 1px 2px #7e5e57, -1px 0 2px #7e5e57,
        0 0 0.8px rgba(164, 126, 88, 0.45), 0 0 0.8px rgba(164, 126, 88, 0.45), 0 0 0.8px rgba(164, 126, 88, 0.45),
        1px 2px 4.83px rgba(82, 70, 61, 0.71);
 }
#ja {
 cursor: pointer;
}
 #ja .ja_nein{
   background-image: url(../images/linie_ja.png);
 }
 #nein .ja_nein {
 background-image: url(../images/linie_nein.png);
 }
 #vorschaltcontent  .text_zweizeilig {
 display: inline-block;
   font-size: 30px;
   line-height: 25px;
   color: #fff;
font-style: regular;
 }
 
 
 
 
 /*Startseite*/
 #start-slogan {
  position: relative;
  top: 290px;
  font-family: 'PT Serif';
  line-height: 58px;
  font-weight: 400;
  font-style: normal;
  text-shadow: 
   0 -2px 4px #7e5e57, 2px 0 4px #7e5e57, 0 2px 4px #7e5e57, -2px 0 4px #7e5e57,
  0 0 27.36px rgba(164, 126, 88, 0.45), 0 0 27.36px rgba(164, 126, 88, 0.45), 0 0 27.36px rgba(164, 126, 88, 0.45),
  2px 3px 8.969999999999999px rgba(82, 70, 61, 0.71);
 }
 #start-text {
 float:left;
   position: relative;
  top: 420px;
  left: 0px;
  text-align:left;
 }
 #start-text p {
    width: 700px;
   font-family:"PT Serif";
  font-size: 28px;
  text-shadow: 0px 2px 5.04px rgba(13, 12, 14, 0.83);
  line-height: normal;
 }
 #park {
  font-size: 195px;
  font-size: 97px;
  /*font-size: 117px;*/
  float:left;
 }
 #park .park-p {
  font-size: 240px;
  font-size: 120px;
  /*font-size: 144px;*/
 }
 #zweizeilig {
  font-size: 88px;
  font-size: 40px;
  /*font-size: 52px;*/
  font-style: italic;
  line-height: 36px;
  margin-top:2px;
  margin-left: 5px;
  margin-right: 15px;
  text-transform: none;
  float:left;
 }
 #natur {
 font-size: 202px;
 font-size: 99px;
 /*font-size: 121px;*/
 font-style: italic;
 float:left;
 text-transform: none;
 }
 
 .bierglas {
  position:relative;
  top: 92px;
 }
 .bierglas .csc-textpic {
  position: absolute;
  right: -107px;
 
 }
 .bierglas .csc-textpic .csc-textpic-image {
   margin-bottom: 0px;
 }
 .bierglas .csc-textpic .csc-textpic-image img {
   width: auto !important;
 }
 
 /*** Event und Aktuelles Seite ***/
 .events {
  position: relative;
  margin-left: auto;
  margin-right: auto;

 }
 .slider {
  position: relative;
  bottom: 0px;
  height: 260px;
 }
 .events .slider {
  width: 100%;
  position: absolute;
  height: 400px;
 }
 #maincontent .events .container {
   width: 1054px;
  left: 50%;
  margin-left: -526px;
  position: absolute;
 }
 .events .container .default h1.csc-firstHeader {
  position: absolute;
  top: -20px;
  width: 100%;
 }
 
 #flexslider_7 {
  height: auto;
 }
 .t3s-jslidernews{
  height: 100%;
  width: 100%;
  position: relative;
 } 
 .t3s-jslidernews .flexslider {
  background-color: transparent;
 }
 .t3s-jslidernews .carousel {
  margin-left: auto;
  margin-right: auto;
 }
 .t3s-jslidernews h4{
   width: 1024px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0px;
 }
 #maincontent .t3s-jslidernews .carousel .flex-viewport ul {
   display:block;
   padding-left: 0px;
 }
 .t3s-jslidernews .carousel .flex-viewport ul.slides li  {
  height: 232px;
  width: 324px !important;
  background-image: url(../images/goldkante_rahmen.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 6px;
 }
  .t3s-jslidernews .carousel .flex-viewport ul.slides li .test {

 }

.t3s-jslidernews .carousel .flex-viewport ul.slides li  h2 {
 font-family: 'PT Serif';
 color: #fffefa;
 width: auto;
 top: 6px;
 margin-left: 6px;
 margin-bottom: 6px;
 right: 6px;
 text-shadow: none;
 padding: 0;
 background: rgba(0,59, 34, 0.75)  none repeat scroll 0% 0%;
 background: linear-gradient(rgba(0,59, 34, 0.75) 100%);
 transition: background 0.8s;
 font-style: italic;
   
 }
 .t3s-jslidernews .carousel .flex-viewport ul.slides li  h2:hover {
 background: linear-gradient(rgba(0,59, 34, 0) 15%, #012e1a 85%);
 transition: background 0.8s;
}
#flexslider_7 .flex-viewport ul.slides li  h2:hover{
 background: rgba(0,59, 34, 0);
}
.t3s-jslidernews .carousel .flex-viewport ul.slides li  h2.flex-caption {
 padding-top: 55px;
 text-align: center;
 font-size: 50px;
 line-height: 50px;
}
:lang(en) #c7 .t3s-jslidernews .carousel .flex-viewport ul.slides li  h2.flex-caption {
 padding-left: 50px;
 padding-right: 50px;
}
:lang(en) #c7 .t3s-jslidernews .carousel .flex-viewport ul.slides li:first-child  h2.flex-caption,
:lang(fr) #c7 .t3s-jslidernews .carousel .flex-viewport ul.slides li:first-child  h2.flex-caption {
  padding-right: 15px;
  padding-left: 0px;
  padding-top: 35px;
}
:lang(fr) #c7 .t3s-jslidernews .carousel .flex-viewport ul.slides li:last-child  h2.flex-caption {
  padding-right: 15px;
  padding-left: 0px;
}
:lang(fr) #c7 .t3s-jslidernews .carousel .flex-viewport ul.slides li:nth-child(3)  h2.flex-caption {
  padding-right: 25px;
  padding-left: 25px;
}

.t3s-jslidernews .carousel .flex-viewport ul.slides li  h2.news-caption {
 position: absolute;
 left: 0px;
 bottom: 0px;
 padding-top: 130px;
 font-size: 25px;
 line-height: 28px;
 color: #fff;
 padding-left: 10px;
}
.t3s-jslidernews .carousel .flex-viewport ul.slides li   a  img{
max-height: 220px;
}

.tx-imagecarousel-pi1 {
 margin-top: 200px;
}

#c18 .jcarousel-wrapper {
bottom: 120px;
  }
 #c18 .jcarousel-wrapper .jcarousel ul ,
 #c18 .jcarousel-wrapper .jcarousel {
  height:100%;
 }

 #c18 .jcarousel-wrapper .jcarousel ul li a {
  
 }
 #c18 .jcarousel-wrapper .jcarousel ul li a img {

 }


/*** Slidercontent BEGIN ***/
#maincontent .anythingSlider-default{
 margin-top: 0px;
 margin-left: 90px;
 margin-right: 15px;
 position: relative;
 z-index: 10;
}
.anythingSlider .slider-content .csc-textpic .csc-textpic-imagewrap {
margin-top: 30px;
margin-right: 40px;
}

.anythingSlider .slider-content .csc-textpic-text {
  /*margin-top: 100px;*/
  margin-top: 0px;
  background-color: rgba(0,57,33,0.4);
  padding: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 500px;
  overflow: hidden;
}
.anythingSlider .slider-content .csc-textpic-text {
  margin-left: 440px;
  padding-left: 10px;
}
.anythingSlider .slider-content .csc-textpic-text .csc-text {

}
.anythingSlider .slider-content .csc-textpic h1 {
 margin-bottom: 3px;
}
.anythingSlider .slider-content .csc-textpic-text p {
  margin-bottom: 10px;
}
.anythingSlider .slider-content .csc-textpic-text ul {
 padding-left: 15px;
  list-style: disc;
}

/*** Slidercontent END ***/


.inhalt {
 margin-left: 105px;
 margin-right: 100px;
}
.inhalt p{
 margin-bottom: 20px;
}
#page9 .inhalt p{
 margin-bottom: 10px;
}
.tab-pane {
 width: 100%;
}
.tab-v1 .tab-content {
 width: 819px;
}
.tab-content .inhalt {
 margin: 0px;
}
.tab-content .inhalt h1 {
 margin-bottom: 25px;
}
.tab-content .inhalt .csc-text {
 height: 420px;
 overflow: hidden;

 margin-bottom: 40px;
 /*margin-right: -100px;*/
}

.content .tab-v1 .nav-tabs {
 display:block;
 padding: 0px;
 border: none;
}
.tab-v1 .nav-tabs li {
 width: 25%;
 text-align: center;
}
.tab-v1 .nav-tabs li a:hover,
.tab-v1 .nav-tabs li a:focus,
.tab-v1 .nav-tabs li a {
 border: none;
 border-radius: 0;
 text-decoration: none;
 background-color: transparent;
 font-size: 20px;
 font-style: italic;
 color: #fde7b6;
 line-height: normal;
}
.tab-v1 .nav-tabs li a:hover {
 text-decoration: underline;
}


.csc-sitemap ul li {
 margin-bottom: 10px;
}
.csc-sitemap ul li  a{
 
}
.csc-sitemap ul li ul {
  margin-left: 30px;
 margin-top: 5px;
}
.csc-sitemap ul li  ul li{
 margin-bottom: 5px;
}
.csc-text p + ul {
 margin-top: -10px;
}
.csc-textpic-border img{
 border: none !important;
}
.csc-textpic-border figure{
 background: url(../images/goldkante_rahmen.jpg) no-repeat center center;
 padding: 7px;
}

#news-menu{
 width: 600px;
 margin-right:-512px;
 text-align: right;
 right: 50%;
 position: absolute;
 bottom: 85px;
}
.news-backlink-wrap #news-menu{
 position: static;
 right: 0;
 bottom: 0;
 margin:0;
 float:right;
}
#news-menu  h3{
 display:inline-block;

}
#news-menu ul{
 float:right;
}
#news-menu ul li {
 display: inline;
 margin-right: 10px;
}
#news-menu ul li a {
 font-family:"PT Serif";
 font-size: 16px;
 text-decoration: none;
 text-shadow: 1px 1px 6.9px #000; 
}
#news-menu ul li:last-child{
 margin-right: 0px;
}
#news-menu ul li.active a{
 color: #fde7b6;
}
#news-menu ul li a:hover {
 color: #fde7b6;
}


 
  /*** Content stylen END***/

/*Navigation stylen*/
.navbar-default {
 background-color: transparent;
 border: none;
}

/*Scrollbar entfernen */
.jspHorizontalBar {
 height: 0px;
}

.jspVerticalBar{
 width: 6px;
 border-left: 1px solid #F0E3BE;
 border-right: 1px solid #F0E3BE;
 border: 0px;
 background: transparent;
}
.tab-content .inhalt .csc-text .jspVerticalBar{

}
.jspTrack {
 background-color: #E5E4D1;
 margin-left: 3px;
 width: 2px;
}
.jspDrag {
 background-color: #E3B875;
/* border-left: 3px solid #E3B875;
 border-right: 3px solid #E3B875;*/
 margin-left: -2px;
 margin-right: -3px;
}


/*** Suche ***/
#searchbox {
 margin-left: 10px;
 width: 210px;
}
.tx-indexedsearch-whatis {
 color: #fff;
 margin-bottom: 5px;
}
.tx-indexedsearch-whatis span.tx-indexedsearch-sw {
 font-style: italic;
}
.tx-indexedsearch-percent {
 display: none;
}
.tx-indexedsearch-title h2 a{
  font-family: 'PT Serif';
    font-weight: 400;
    font-size: 22px;
    color: #fde7b6;
    line-height: normal;
}
.tx-indexedsearch-icon,
.tx-indexedsearch-title {
 padding-bottom: 10px;
}

.tx-indexedsearch-redMarkup {
 font-weight: 400;
 color: #fde7b6;
}
#searchbox-top {
 display: none;
 width: 180px;
 position: absolute;
 right: 35px;
 top: 78px;
 transition: display 2s;
}
#searchbox input {
 color: #000;
 width: 175px;
}
#topsearch {
width: 180px;
border-color: #fde7b6;
}
#searchbox-top .searchbox-button {
 vertical-align: top;
}
.browsebox {
 display: block;
}
.browsebox li {
 display: inline;
 margin-right: 10px;
}
.tx-indexedsearch-browselist-currentPage {
 text-decoration: underline;
}

/*** Lightbox ***/
.fancybox-title  {
 display: none;
}

/*** Anfahrt Karte ***/
.gm-style .gm-style-iw,
.gm-style .gm-style-iw p{
  font-family:"PT Serif";
  font-weight: normal;
 color: #333;
 font-size: 16px;
 margin-bottom: 0px;
}
.gm-style .gm-style-iw a {
color: #e9b05a;
}

#maincontent .gm-style-iw,
#maincontent .gm-style-iw div {
 width: 180px;
 height: 115px;
}


/*** Scrollbar nicht im Firefox und IE END ***/
::-webkit-scrollbar {
    -webkit-appearance: none;
}
 
::-webkit-scrollbar:vertical {
    width: 6px;
}
 
::-webkit-scrollbar:horizontal {
    height: 6px;
}
 
::-webkit-scrollbar-thumb {
    background-color: #E3B875;;
    /*border-radius: 10px;*/
    border: 1px solid #F0E3BE;
}
 
::-webkit-scrollbar-track {
    /*border-radius: 10px;  */
    background-color: #F0E3BE;
}
/*** Scrollbar nicht im Firefox und IE END***/


