* {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;
    outline: 0;   
}

body {
    font-family: 'arial';
    font-size: 14px;
    color: #595959;
}

p {
    padding-bottom: 20px;
    text-align: justify;
}

.kontakt_container_center p{
	padding-bottom:18px;
}

header {
    width: 100%;
    height: 106px;
    min-width: 320px;
    overflow: hidden;
    position: relative;
    background: url('../img/menu-bg.jpg');
    background-position: center;
    z-index:1001;
    -webkit-box-shadow: 0px 26px 30px 0px rgba(49, 50, 50, 0.1);
    -moz-box-shadow:    0px 26px 30px 0px rgba(49, 50, 50, 0.1);
    box-shadow:         0px 26px 30px 0px rgba(49, 50, 50, 0.1);
}

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
 
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
 
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
 
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}
 
sup {
  /* Move the superscripted text up */
  top: -0.5em;
}
 
sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0em;
}
.header_center {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    min-width: 320px;
    overflow: hidden;
    position: relative;
    margin: auto;
}

.header_center nav {
    position: relative;
    overflow: hidden;
    margin: auto;
    max-width: 95%;
}

.header_center nav ul {
    list-style: none;
    margin: auto;
    padding-top: 30px;
    z-index: 1;
    display: block;
}

.header_center nav ul li {
    font-family: 'Lobster', cursive;
    font-size: 2em;
    display: inline;
    float: left;
    margin-right: 28px;
}

.header_center nav ul li span {
    display: block;
    margin-top: 10px;
    margin-right: 15px; /*40px*/
    width: 21px;
    height: 21px;
    background: url('../img/dot.png');
    float: left;
}

.header_center nav ul li a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.header_center nav ul li a:hover {
    color: #ff3100;
}

.menu_container_center {
    width: 100%;
    max-width: 1200px;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.menu_tabs {
    width: 767px;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 22px;
    padding-top: 50px;
}

.menu_tabs .menu_left_container ul {
    list-style: none;
    
}

.menu_tabs .menu_left_container ul li {
    width: 95%;
    height: 40px;
    float: left;
    text-align: center;
    border: 3px solid #d1340f;
    margin-bottom: 4px;
}


.menu_tabs ul li a {
    display: block;
    padding-top: 10px;
    width: 100%;
    height: 100%;
    color: #d1340f;
    text-decoration: none;
    background-color:white;
}

/*.menu_tabs .menu_left_container ul li.ui-state-active {
    background-color: #d1340f; 
}*/


.menu_tabs .menu_left_container ul li.ui-state-active a {
    color: #ffffff;
	background-color: #d1340f;     
}

.menu_left_container,
.menu_right_container {
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden;  
}

.menu_right_container ul {
    font-family: Aparajita,arial;
    z-index: 101;
    font-weight: 600;
    font-size: 1.5em;
    position: relative;
    list-style: none;
    color: #000001;
    padding-left: 20%;
}

.menu_right_container ul li {
    float: left;
    padding-bottom: 10px;
    width: 100%;
}

.menu_right_container ul li sub {
    font-size: 0.8em;
}

.menu_right_container ul li /*span*/ {
    font-size: 0.7em;
    display: block;
    line-height: 1.4em;/*1.2em*/
}


.menu_right_container ul li p {
	padding-bottom:1em;
}

.menu_right_container ul li p strong {
   padding-bottom: 0;
   margin-bottom: -5px;
   font-size:1.7em;
   line-height:1.0em;/*1.7*/
   /*padding-bottom:0.3em;*/
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    border:3px solid rgba(255,255,255,0.85);
    box-shadow:1px 1px 2px rgba(0,0,0,0.5);
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
  background-position: center;
  height: 643px;
}

.slide {
    width: 100%;
    height: 643px;
    margin: auto;
    background-position: center !important;
    background-size: 1920px 643px !important;
    background-repeat: no-repeat;
}

.cycle-slideshow {
    height: 610px;
    width: 100%;
    position: absolute;
}

.slider-container {
    height: 643px;
    width: 100%;
    position: relative;
}

.cycle-slideshow .slide {
    width: 100%;
    height: 643px;
    margin: auto;
    background-position: center;
    background-size: 1820px 610px;
    background-position: center;
}


.cycle-pager {
    display: block;
    position: absolute;
    bottom: 30px;
    z-index: 10000;
    width: 112px;
    margin: auto;
}

.cycle-pager span {
    display: block;
    width: 18px;
    height: 18px;
    background: url('../img/dot.png') no-repeat;
    float: left;
    text-indent: -9999px;
    margin: 5px;
    cursor: pointer;
}

.cycle-pager span.active {
    background: url('../img/dot_hover.png') no-repeat;
}

.slide-insider {
    max-width: 1100px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: auto;
    font-family: 'Open Sans', sans-serif;
    padding-left: 75px;
    padding-right: 75px;
}

.slide-insider h2 {
    max-width: 1070px;
    line-height: 1.3em;
    padding-top: 115px;
    font-weight: 600;
    font-size: 2.93em;
    color: #ffffff;
    padding-bottom: 40px;
}

.slide-insider ul {
    list-style: none;
    color: #ffffff;
}

.slide-insider ul li {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

span.pointer {
    display: block;
    width: 37px;
    height: 37px;
    background-image: url('../img/pointer.png');
    background-size: 100%;
    float: left;
}

.slide-insider ul p {
    padding-top: 5px;
    padding-left: 70px;
    font-weight: 300;
    font-size: 1.25em;
}

.bottom-button-container {
    overflow: hidden;
    position: relative;
    float: right;
    width: 200px;
    text-align: center;
    margin-right: 20px;
}

.bottom-button-container a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.12em;
    margin: auto;
}

.bottom-button-container a.button {
    display: block;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 3px;
    border: 3px solid #ffffff;
    background-color: #f6c802;
    color: #001d49;
    margin-bottom: 20px;
}

.mySwipe {
    height: 610px;
}

.movie-container > a {
    font-size: 1.3em;
    color: inherit;
    display: block;
    text-decoration: none;
    padding-top: 30px;
    padding-bottom: 30px;
}

.movie-container > p {
    padding-bottom: 30px;
}

.slide-prev,
.slide-next {
    display: block;
    width: 29px;
    height: 38px;
    position: absolute;
    top: 260px;
    z-index: 100000;
    text-indent: -99999px;
}

.arrows-container {
    max-width: 1180px;
    width: 100%;
    position: relative;
    height: 610px;
    margin: auto;
    top: 0px;
}

.slide-prev {
    left: 60px;
    background: url('../img/arrow-left.png') no-repeat;
    
}

.slide-next {
    right: 60px;
    background: url('../img/arrow-right.png') no-repeat;
    
}

.cycle-next {
    width: 155px;
    height: 75px;
    background: url('../img/kolko.png');
    display: block;
    position: absolute;
    z-index: 1000;
    text-indent: -9999px;
    margin: auto;
    bottom: -28px;
    
}

.logo_container {
    position: absolute;
    z-index: 1000; /*1000*/
    width: 390px;
    height: 275px;
    top: 0px;
    margin: auto;
    text-align: center;
}

.logo_container img {
    transform:rotate(338deg); 
    -webkit-transform:rotate(338deg); 
    -moz-transform:rotate(338deg); 
    -o-transform:rotate(338deg);
    margin-top: -60px;
    -webkit-box-shadow: 0px 26px 30px 0px rgba(49, 50, 50, 0.1);
    -moz-box-shadow:    0px 26px 30px 0px rgba(49, 50, 50, 0.1);
    box-shadow:         0px 26px 30px 0px rgba(49, 50, 50, 0.1);
}

.mobile_menu-button {
    display: none;
    width: 110px;
    height: 26px;
    background: url('../img/mobile-menu.png');
    cursor: pointer;
    position: relative;
    left: 38px;
    top: 22px;
    z-index: 100000;
}

.tangescarte_container {
    width: 100%;
    height: 680px;
    max-height: 680px;
    overflow: visible;
    background:  url('../img/beer.jpg') no-repeat;
    background-position: center ;
    position: relative;
}

.precel_container {
    width: 100%;
    height: 890px;
    background:  url('../img/precel.png') no-repeat;
    background-position: center ;
    position: absolute;
    top: 0px;
}

.test_con{
    width: 100%;
    height: 790px;
    background: #000000;
}

.head_container {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 125px;
    text-align: center;
    padding-top: 50px;
    
}

.head_container h2 {
    font-family: 'Lobster', cursive;
    font-size: 2em;   
    color: #462500; 
}

.bottom_line {
    display: block;
    height: 1px;
    width: 50px;
    position: relative;
    margin: auto;
    border-bottom: 1px solid #000000;
    padding-top: 35px;
}

.tangeskarte_container_center {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    height: 100%;
    
}

.tangeskarte {
    width: 315px;
    height: 516px; /*516px;*/
    
    background-size: 100%;
    overflow: visible;
    position: absolute;
    bottom: -50px;
    right: 0px;
    font-family: 'Lobster', cursive;
    padding-left: 55px;
    padding-top: 20px;
    color: #2a2a2a;
    cursor:pointer;
}

.kartescroll{
	height:320px;
	overflow-y:scroll;
	margin-bottom:5px;
}

.tangeskarte h3 {
    font-size: 2.4em;
    z-index: 101;
    position: relative;
    margin-bottom:10px;
}

.tangeskarte ul {
    font-family: Aparajita,arial;
    z-index: 101;
    font-weight: 600;
    font-size: 1.6em;
    position: relative;
    list-style: none;
    /*padding-top: 8px;*/
}

.tangeskarte ul li {
	font-family: Lobster, cursive;
    font-size:0.6em;
	/*float: left;*/
    padding-top: 5px;
}

.tangeskarte ul li sub {
    font-size: 0.5em;
}

.tangeskarte ul li p {
   padding-bottom: 0;
   margin-bottom: -3px;
   font-size:1.6em;
   /*color:#f63a30;*/ 
}

.tangeskarte ul li span {
    font-size: 0.7em;
    display: block;
    line-height: 1.2em;
}

.tangeskarte img {
    position: absolute;
    left: -90px;
    top: -54px;
}

.tangeskarte_desc {
    width: 390px;
    overflow: hidden;
    position: absolute;
    right: 390px;
    top: 180px;
}

.gallery_container {
    width: 100%;
    background: url('../img/wooden-bg.jpg');
    background-position: center top;
    margin-top: 30px;
}

.gallery_container_center {
    width: 100%;
    max-width: 1380px;
    margin: auto;
    position: relative;
    overflow: hidden;
    padding: 36px;
}

.gallery_list {
    list-style: none;
}

.gallery_list li {
    float: left;
    
}

.gallery_list li img {
    border:3px solid rgba(255,255,255,0.85);
    box-shadow:1px 1px 2px rgba(0,0,0,0.5);

    width: 100%;
}
.gallery_list li {
    width: 30%;
    margin: 1.5%;
}

.schlachtschussel_container {
    width: 100%;
    max-width: 1920px;
    min-height:  726px;
    position: relative;
    overflow: hidden;
    background: url('../img/sh-bg.jpg') no-repeat center;
    background-position: center bottom;
}

.zeitung_container_0 {
    width: 100%;
    max-width: 1920px;
    min-height:  500px;
    position: relative;
    overflow: hidden;
}

.schlachtschussel_desc {
    max-width: 1200px;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: auto;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 22px;
}

.schlachtschussel_container_center {
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    position: relative;
    margin: auto;
    padding-left: 22px;
    padding-right: 22px;
}

.schlachtschussel_container_center #tabs {
    width: 100%;
    max-width: 614px;
    position: relative;
    overflow: hidden;
    float: right;
}

.schlachtschussel_container_center #tabs .tabs_container {
    width: 100%;
    border-bottom: 1px solid #d9e4e7;
    position: relative;
    overflow: hidden;
}

.schlachtschussel_container_center #tabs ul {
    list-style: none;
    width: 576px;
    margin: auto;
    text-align:center;
}

.schlachtschussel_container_center #tabs ul li{
    display: inline-block;
    width: auto;
    padding-left:30px;
    padding-right:30px;
    height: 60px;
    background: #f5f5f5;
    margin-right: -5px;
}

.schlachtschussel_container_center #tabs ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 10px;
    font-family: 'Lobster', cursive;
    font-size: 2.05em;
    color: #462500;
    text-decoration: none;
}

.schlachtschussel_container_center #tabs ul li.ui-state-active{
    background: #ffffff;
    border: 1px solid #d9e4e7;
    border-bottom: none;
}


.zeitung-container {
	text-align:center;
}

.zeitung-container a{
	font-family: 'Lobster', cursive;
    font-size: 1.8em;
    color: #462500;
    text-decoration: underline;
	
}

.zeitung-container img{
	width:auto;
	height:290px;
	margin:20px 5px 20px 5px;
	padding:10px;
	border:1px solid gray;
	
}

.wood_separator_mid {
    width: 100%;
    min-width: 320px;
    height: 77px;
    background:  url(../img/wood_mid.jpg);
}

.wood_separator_bottom {
    width: 100%;
    min-width: 320px;
    height: 163px;
    background:  url(../img/wood_bottom.jpg);    
}


.wood_separator_top {
    width: 100%;
    min-width: 320px;
    height: 38px;
    background:  url(../img/wood_top.jpg);     
}

#tabs-1 {
    padding-lefT: 10px;
    padding-top: 42px;
}

#tabs-2 {
    padding-top: 42px;
}

#tabs-1 a {
    display: block;
    width: 300px;
    height: 407px;
    float: left;
    background-size: cover;
}

#tabs-1 a.menu1 {
    background: url('../img/menu1.png');
    margin-right: -10px;
}
#tabs-1 a.menu2 {
    background: url('../img/menu2.png');   
}

.kontakt_container {
    width: 100%;
    min-height: 720px;
    position: relative;
    overflow: hidden;
    background: url('../img/kontakt-bg.jpg') no-repeat center bottom;
}

.kontakt_container_center {
    width: 100%;
    max-width: 1200px;
    padding-left: 22px;
    padding-right: 22px;
    position: relative;
    overflow: hidden;
    margin: auto;
    padding-top: 22px;
}

.left_container {
    float: left;
    width: 50%;
    overflow: hidden;
    position: relative;
}

.left_container h3 {
    font-size: 1.74em;
    padding-bottom: 20px;
    font-weight: normal;
}

.left_container span {
    margin-bottom: 15px;
    display: block;
}

.right_container{
    float: left;
    width: 50%;
    overflow: hidden;
    position: relative;
}

.map_container {
    width: 95%;
    overflow: hidden;
    margin: auto;
}

.map_container img,.map_container #mapoverlay {
    width: 100%;
    max-width: 768px;
    
    Xdisplay:inline-block;
   	height:100%;
   	Xmin-height:360px;
	height:360px;   	
}

#mapoverlay img{
	/*max-width: inherit !important; max-height: inherit !important;*/
	/*max-width:none;*/
	xheight:360px;
}		/*fixes google maps*/

.menu_big1,.menu_big2,.menu_big3{
	cursor:pointer;
}

.menu_big_container,.menu_big_container2 {
    width: 100%;
    max-width: 450px;
    overflow: hidden;
    background: url('../img/menu-big.png');
    background-size: 100% 100%;
    position: fixed;
    bottom:-14px;
    opacity:0.95;
    font-family: 'Lobster', cursive;
    color: #2a2a2a;

    padding: 40px;
    z-index: 100000000;
    display: none;
}


.menu_big_container h2,.menu_big_container2 h2 {
    font-family: 'Lobster', cursive;
    font-size: 2.6em;
    z-index: 101;
    position: relative;
}

.menu_big_container2.menu_big1 h2 img{
	width:90%;
	height:auto;
}

.menu_big_container ul,.menu_big_container2 ul {
    font-family: Aparajita,arial;
    z-index: 101;
    font-weight: 600;
    font-size: 1.3em;
    position: relative;
    list-style: none;
    padding-top: 5px;
}

.menu_big_container ul li {
	font-family: Lobster, cursive;
    font-size:0.6em;
	
    float: left;
    padding-top: 10px;
    width: 100%;
}

.menu_big_container ul li sub {
    font-size: 0.5em;
}

.menu_big_container ul li p strong{
   padding-bottom: 0;
   margin-bottom: -5px; 
   /*color: #f63a30;*/
}

.menu_big_container ul li p {
   padding-bottom: 10px;
   margin-bottom: -5px;
   font-size:1.6em;
   /*color:#f63a30;*/
}

.menu_big_container ul li  {
    font-size: 0.73em;
    display: block;
    line-height: 1.2em;
}

.menu_big_container ul li span {
    font-size: 0.7em;
    display: block;
    line-height: 1.2em;
}

.menu_big_container2{
	bottom:-20px;
	max-width:940px;
}

.menu_container {
    width: 100%;
    min-height: 680px;
    position: relative;
    overflow: hidden;
    background: url('../img/ofimie.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    height: auto;
}

.menu_big3{
	padding-top:20px;
	padding-bottom:20px;
	bottom:-18px;
}

.phone {
    display: none;
}

.menu_tabs_mob {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 22px;
}

.menu_tabs_mob ul.first_ul {
    list-style: none;
}

.menu_tabs_mob ul.first_ul > li {
    /*width: 95%;*/
    width: 100%;
	height: 40px;
    float: left;
    text-align: center;
    border: 3px solid #d1340f;
    margin-bottom: 4px;
}

.menu_tabs_mob ul.first_ul > li.ui-state-active {
    background: #d1340f; 
}

.menu_tabs_mob ul.first_ul a {
    display: block;
    padding-top: 10px;
    width: 100%;
    height: 100%;
    color: #d1340f;
    text-decoration: none;
}

ul p {
    text-justify: none;
    text-align: left;
}


.menu_tabs_mob ul.first_ul ul {
    font-family: Aparajita,arial;
    z-index: 101;
    font-weight: 600;
    font-size: 1.8em;
    position: relative;
    list-style: none;
    padding-top: 10px;
    display: none;
    padding-left: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    float: left;
}

.menu_tabs_mob ul.first_ul ul li {
    float: left;
    padding-top: 10px;
    width: 100%;
    color: #000000;
}

.menu_tabs_mob ul.first_ul li.active {
    background: #d1340f;
}

.menu_tabs_mob ul.first_ul li.active a {
    color: #ffffff;
}

.menu_tabs_mob ul.first_ul ul sub {
    font-size: 0.9em;
}

.menu_tabs_mob ul.first_ul ul li {
	font-family: 'Lobster', cursive;
	
    font-size: 0.7em;
}

.menu_tabs_mob ul.first_ul ul p strong{
    font-size: 1.6em;
	padding-bottom: 0;
   	/*margin-bottom: -5px;*/ 
}

.menu_tabs_mob ul.first_ul ul span {
    font-size: 0.6em;
    display: block;
    line-height: 1.2em;
}

.mobile ul {
    display: none;
}

.mobile .slick-slider {
    display: none;
}

.desctop_gallery {
    display: block;
}

.facebook-button {
    width: 37px;
    height: 37px;
    position: absolute;
    top: 29px;
    right: 22px;
    display: block;
    background: url('../img/facebook.png');
    text-indent: -99999px;
}

.gm_button_container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 40px;
    padding-right: 17%;
}

.gm_button_container a {
    display: block;
    width: 155px;
    height: 50px;
    border: 2px solid #d1340f;
    color: #d1340f;
    font-size: 1.28em;
    background: #ffffff;
    text-align: center;
    padding-top: 12px;
    text-decoration: none;
    floaT: right;
}

.gm_button_container a.mob {
    display: none;
}




/**/
.panorama_gallery_tn{
	text-align:center;color:white;display:block;
	font-family: 'Lobster', cursive;
	
	/*text-align:center;color:white;*/
	/*background-color:rgba(0,0,0,0.4);*/
	/*padding-bottom:20px;
	text-shadow:1px 1px black;font-size:1.1em;*/	
}

.panorama_gallery_tn a{
font-size:1.4em;	
}

.pano-box{
	width:90%;
/*	height:524px;*/
height:90%;
max-height:524px;
overflow:hidden;
	position:absolute;
	background-color:black;
	border:2px solid white;
	display:none;
	z-index:10000;
	
  box-shadow: 0px 0px 3px 1px #555;
  border-radius: 4px;	
	
}

#intuibox-bkgr2{
	display:none; position:absolute; left:0px; top:0px; width:100%; height:10; overflow:none; background-color:gray;
	opacity:0.8;
	filter:alpha(opacity=85);
	z-index:9999;	/*above cookies*/
}


.pano-img{
	height: 520px;
	background-image: url('../img/panorama/garten_700a.jpg');
	background-position:50% 50%;
	
/*  border-radius: 4px;*/	

}

.mybtn{
	border:2px solid white;
	border-bottom:none;
	border-radius:6px 6px 0px 0px;
	cursor:pointer;background-color:black; padding:10px 10px;margin-top:20px;display:inline-block;
	font-size:1.7em;
    font-family: 'Lobster', cursive;
    color:white;
    margin:0px 10px;
}

/**/
#lbCloseLink2 {
	cursor:pointer;
	display:block;
	float:right;
	width:28px;
	height:28px;
	margin:0px 0;
	border-radius:0px 0px 0px 4px;
	outline:none;
	background: white url('../../../modules/core/images/intuibox_close.png') no-repeat center center;
}

/**/
footer{
	padding:10px 2em;
	font-size:0.9em;
	color:#888;
}
footer a{
	color:#888;
	text-decoration:none;
	cursor:pointer;
}
footer a:hover{
	text-decoration:underline;
}
.footer-left{
	display:inline-block;
	width:40%;
	text-align:left;
	height:37px;
}
.footer-center{
	display:inline-block;
	width:18%;
	text-align:center;
	height:37px;
}
.footer-right{
	display:inline-block;
	position:relative;
	top:12px;
	text-align:right;
	width:40%;
	height:37px;
	min-width:93px;
	background: white url('../img/promoboss_logo.png') no-repeat right center;
}

/*jquery webit scroll fixes!?*/
.ui-dialog-content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 11px;
  height: 11px;
}

.ui-dialog-content::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, .5);
}
/**/
#special-impressum h2,#special-datenschutz h2{
	margin-bottom:0.5em;
	padding-left:0.5em;
}

#special-impressum .special-close,#special-datenschutz .special-close{
	float:right;padding-right:5px;padding-top:3px;cursor:pointer;
}
	
#special-impressum,#special-datenschutz{
	position:relative;
	left:10px;top:10px;
	z-index:9;
	padding:10px 5px;
	background-color:white;
	border:1px solid #ccc;
	border-radius:4px;
	box-shadow:3px 3px 2px rgba(200,200,200,0.3);
	opacity:0.97;
		
	width:80%;
	height:80%;
}
#special-impressum div,#special-datenschutz div{
	height:90%;
	width:100%;
	padding:10px;
	overflow-y:scroll;
}

.back_top{
    width: 40px;
    height: 40px;
    /*background-color:white !important;*/
    /*margin: auto;*/
    background: url('../img/back_top.png') no-repeat;

    background-position: center;
    background-position: center;
    position:fixed;
    padding:0;
    right:3px;
    top:3px;
    z-index:999;
    /*border:1px solid gray;*/
    display:none;
    opacity:0.9;
}
.back_top a{
	display:block;
	height:100%;
}
.zusatz ul li{
	color:#555 !important;
	font-size:0.5em;
}

#special-impressum div span img{
	width:50%;
	max-width:280px;
	height:auto;
}

.mytab{
	background-color:white;
	padding:10px;
	color:black !important;
	font-size:16px;
	display:inline-block;
}

.video-div{
	width:400px;height:280px;display:inline-block;margin:0px 10px;
}

.pano{
	cursor:pointer;background-color:black; padding:10px 10px;margin-top:18px;display:inline-block;
    border:3px solid rgba(255,255,255,0.85);
    box-shadow:1px 1px 2px rgba(0,0,0,0.5);

}

.pano img{
	width:100%;
	height:auto;
}



@media screen and (max-width: 1480px) {
    .tangescarte_container {
        overflow: hidden;
        height: 820px;
        min-height: 820px;
    }
    
    .tangeskarte {
        bottom: 120px;
        margin-top:  20px;
    }
    
    .gallery_wrapper .head_container {
        padding-top: 40px;
        height: 75px;
    }
}

@media screen and (max-width: 1150px) {
    .header_center nav ul {
        padding-top: 15px;
    }    
}

@media screen and (max-width: 1090px) {
    
    .tangescarte_container {
        height: 790px;
        min-height: 790px;
    }
    
    .tangescarte_container {
        background: none;
    }
    
    .tangescarte_container {
        background: none;
    }
    .tangeskarte {
        position: relative;
        right: -30px;
        float: left;
        top: 20px;
        margin-bottom: 140px;
    }
    
    .tangeskarte_desc {
        top:0px;
        position: relative;
        float: left;
        width: 60%;
        right: 0px;
        padding-right: 90px;
        padding-left: 36px;
        padding-top: 20px;
    }
    
    .tangescarte_container {
        height: 850px;
    }
}

@media screen and (max-width: 1180px) {

	.kontakt_container {
	    background: url('../img/kontakt-bg2.jpg') no-repeat center bottom;
	}

}


@media screen and (max-width: 860px) {

    
    .tangeskarte_desc {
        width: 55%;

    }
    
    .tangeskarte {
        right: 0px;
    }
    

    .left_container, .right_container {
        float: none;
        width: 100%;
    }
    
    .left_container {
        text-align: center;
    }
    
    .kontakt_container {
        background: none;
    }
    
    .gm_button_container a.desc {
        display: none;
    }
    
    .right_container .gm_button_container {
        padding-right: 0;
        padding-bottom: 30px;
    }
    
    .gm_button_container a.mob {
        display: block;
        margin: auto;
        float: none;
    }
    

}



@media screen and (max-width: 768px) {
    
    .logo_container {
       margin-top: -75px; 
       z-index: 99;/*10002;*/
    }
    
    .desctop_gallery {
        display: none;
    }
    
    .gallery_list li {
        width: 360px;
        margin: 10px;
    }
    
    .mobile_menu-button {
        display: block;
    }
    
    header {
        height: 75px;
        overflow: visible;
    }
    
    .header_center {
        overflow: visible;
    }
    .header_center nav {
        display:  none;
    }
    
    .header_center nav ul {
        display: none;
        width: 100%;
    }
    
    .swipe-wrap > div {
      float:left;
      width:100%;
      position: relative;
      background-position: center;
      height: 317px;
    }
    
    .cycle-slideshow .slide {
    
        background-position: center;
        background-size: 768px 317px;
        background-position: center;
    }
    
    .slider-container {
        height: 317px;
    }
    
    .cycle-next {
        width: 120px;
        height: 64px;
        background-size: 100%;
    }
    
    .header_center nav {
        overflow: visible;
        max-width: 100%;
    }
    
    .header_center nav ul {
        display: block;
        list-style: none;
        margin: auto;
        padding-top: 50px;
        position: absolute;
        z-index: 10003;
    }
    
    .header_center nav ul li {
        font-family: 'Lobster', cursive;
        font-size: 2em;
        display: block;
        width: 100%;
        margin-right: 35px;
        background-color: #d9b284;
        z-index: 10003;
        border-bottom: 1px solid #2a2a2a;
        padding-top:  5px;
        padding-bottom: 5px;
        text-align: center;
        background: url('../img/menu-bg.jpg');
    }
    
    .header_center nav ul li span {
        display: none;
    }
    
    .header_center nav ul li a {
        color: #2a2a2a;
        text-decoration: none;
        cursor: pointer;
        display:block;
    }
    
    .header_center nav ul li a:hover {
        color: #ff3100;
    }
    .tangescarte_container {
        background: none;
    }
    .tangeskarte {
        position: relative;
        right: -90px;
        float: left;
        top: 8px;/*20*/
    }
    
    .tangeskarte_desc {
        position: relative;
        float: left;
        width: 40%;
        right: 0px;
        padding-right: 0px;
        padding-left: 36px;
        padding-top: 20px;
    }
    
    .tangescarte_container {
        min-height: 820px;
    }
    
    .schlachtschussel_container {
        background: none;
    }
    
    .schlachtschussel_container_center #tabs {
        float: none;
        margin: auto;
    }
    
    .menu_tabs {
        width: 100%;
    }
    
    .menu_container {
        background: url('../img/menu-mid-bg.jpg');
        background-position: center bottom;
        min-height: 850px;
        background-repeat: no-repeat;
    }
    
    .mobile .slick-slider {
        display: block;
    }
    
    .facebook-button {
        top: 18px;
    }
      
}

@media screen and (max-width: 675px) {

	/*.panorama_gallery_tn{
		display:none !important;
	}*/
	
    .schlachtschussel_container_center #tabs ul {

    }
    
    
    
    #tabs-1 a {
        width: 280px;
    }
}

@media screen and (max-width: 630px) {
    .logo_container {
       margin-top: 0px; 
    } 
    
    .tangeskarte_desc {
        width: 100%;
        padding-left: 26px;
        padding-right: 26px;
        float: none;
    }
    
    .tangescarte_container {
        height: 1150px;
        min-height: 1150px;
    }
    
    .tangeskarte {
        float: none;
        right: 0;
        margin: auto;
        margin-bottom: 200px;
        margin-top: 20px;
    }
    
    .gallery_list li {
        width: 200px;
        margin: 5px;
    }
    
    .gallery_container_center {
        padding: 10px 0px;
        padding-top: 20px;
    }
    
    #tabs-1 a {
        width: 290px;
        float: none;
        margin: auto;
        
    }
    
    #tabs-1 a.menu1 {
        margin: auto;
    }
    
    .schlachtschussel_container_center #tabs ul {
        width: 340px;
        text-align:center;
    }
    
    .schlachtschussel_container_center #tabs ul li{
        width:auto;
        padding-left:20px;
        padding-right:20px;
        height: 45px;
    }
    
    .schlachtschussel_container_center #tabs ul li a {
        font-size: 1.35em;
    }
    
    #tabs-1 {
        padding-left: 0;
    }
    
    .menu_container {
        background: url('../img/menu-small-bg.jpg');
        background-repeat: no-repeat;
        background-position: center bottom;
        min-height: 850px;
        padding-bottom: 330px;
    }
}

@media screen and (max-width: 480px) {

	.mybtn{
		font-size:1.2em;
		margin:0px 3px;
	}
	
	.video-div{
		width:90%;height:240px;display:inline-block;margin:0px;
	}

	
	.footer-left,.footer-center,.footer-right{
		display:block !important;
		width:100%  !important;
		text-align:center !important;
		height:25px !important;
		margin-top:5px;
	}
	
	.footer-right{
		background-position-x:center !important;
		margin-bottom:20px;
		height:37px  !important;
	}
	
	.menu_big_container {
	    top: 0px;
	    height:100%;
	}
	
	.menu_big_container h2 {
		font-size:2.2em;	
	}
	
	/*.panorama_gallery_tn{
		display:none;
	}*/
	
    .tangescarte_container {
        height: 1300px;
        min-height: 1300px;
    }
    
    .logo_container {
        max-width: 320px;
        margin-top: 7px;
        
    }
    
    .logo_container img {
        max-width: 230px;
        
    }
    
    .desctop {
        display: none !important;
    }
    
    .phone {
        display: block !important;
    }
    
    .kontakt_container_center p{
    	text-align:center;
    }
    
}

@media screen and (max-width: 360px) {
    .tangescarte_container {
        height: 1350px;
        min-height: 1400px;
    }
    
    .menu_big_container h1 {
        font-family: 'Lobster', cursive;
        font-size: 3em;
        z-index: 101;
        position: relative;
    }
    
    .menu_big_container ul {
        font-family: Aparajita,arial;
        z-index: 101;
        font-weight: 600;
        font-size: 1.4em;
        position: relative;
        list-style: none;
        padding-top: 10px;
    }
}

.menu_right_container ul li p  {
	font-family: 'Lobster', cursive;
}