/*
Theme Name: Dithmarscher
Author: MLV
Description: 
Version: 0.0.1
Tags: 
*/

/* oswald-regular - latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/oswald-v49-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/oswald-v49-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/oswald-v49-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/oswald-v49-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/oswald-v49-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/oswald-v49-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-600 - latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/oswald-v49-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/oswald-v49-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/oswald-v49-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/oswald-v49-latin-600.woff') format('woff'), /* Modern Browsers */
    url('fonts/oswald-v49-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/oswald-v49-latin-600.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-700 - latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/oswald-v49-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/oswald-v49-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/oswald-v49-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/oswald-v49-latin-700.woff') format('woff'), /* Modern Browsers */
    url('fonts/oswald-v49-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/oswald-v49-latin-700.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

*{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    *behavior: url(boxsizing.htc);  
}

body,html{
    font-size:16px;
    height: 100%; 
    background-color:#000000;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color:#000000;
    color:#cccccc;
    line-height:22px;
}
html {     
    -webkit-font-smoothing: antialiased; 
} 

a{
    color:#cccccc;
}
h3{
    color:#fff;
}
h4{
    color:#fff;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333333;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #333333;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #333333;
}
:-moz-placeholder { /* Firefox 18- */
  color: #333333;
}

.container{
    width:100%;
    max-width:1280px; 
    margin:auto;
    position:relative;
    min-height:100%;
    padding:80px 0 55px 0;
    background:#000 url(images/background.jpg) top right repeat-y;
}
.header-container{
    width:100%;
    max-width:1280px; 
    width:1280px;
    margin:auto;
    position:relative;
    padding-top:45px;
}
#imageTop img{
    width:100%;
    height:auto;
}
footer{
	width:100%;
	height:55px;
	position:absolute;
	bottom:0;
	left:0;
	background:transparent url(images/footer_background.png) center center no-repeat;
}
footer ul{
	list-style:none;
	position:absolute;
	right:0px;
	top:16px;	
}
.fb_iframe_widget{
    top:-62px;
}
footer ul li{
	display:inline-block;
	line-height:14px;
	border-right:1px solid #caa87d;	
}
footer ul li:last-child{
	border-right:0px solid #caa87d;	
}
footer ul li a{
	color:#caa87d;
	display:block;	
	text-decoration:none;
	padding:0 6px 0 1px;
}
footer #logo-bbg{
	right:120px;
	bottom:90px;
	position:absolute;
}
footer #logo-ddd{
	right:16px;
	bottom:90px;
	position:absolute;
}
header{
    background-color:#000;
    height:80px;
    position: fixed;
    z-index:10000;
    width:100%;
}
header #logo-facebook:hover,
header #logo-facebook:active{
    background:transparent url(images/facebook-flat-logo_braun.svg) center center no-repeat;
}
header #logo-facebook{
    right:97px;
    top:12px;
    position:absolute;
    width:22px;
    height:22px;
    background:transparent url(images/facebook-flat-logo_weiss.svg) center center no-repeat;
}
header #logo-instagram:hover{
    background:transparent url(images/Instagram-icon-braun.svg) center center no-repeat;
    background-size: contain;
}
header #logo-instagram{
    right:63px;
    top:12px;
    position:absolute;
    width:22px;
    height:22px;
    background:transparent url(images/Instagram-icon-weiss.svg) center center no-repeat;
    background-size: contain;
}
header #logo-youtube:hover{
    background:transparent url(images/yt_logo_braun.svg) center center no-repeat;
    background-size: contain;
}
header #logo-youtube{
    right:20px;
    top:12px;
    position:absolute;
    width:31px;
    height:22px;
    background:transparent url(images/yt_logo_weiss.svg) center center no-repeat;
    background-size: contain;
}
header #logo-dithmarscher{
	left:80px;
	top:0px;
	position:absolute;
        z-index:100;
}
header ul{
	list-style:none;
        width:100%;
}
header ul li:first-child{
    margin-left:290px;
}
header ul li{
	display:inline-block;
	line-height:14px;
        margin:0 8px;
        padding-bottom:16px;
}
header ul li:hover,
header ul li.active{
	border-bottom:2px solid #f8bb44;        
}
header ul li:hover a,
header ul li.active a{
	color: #f8bb44;        
}

header ul ul{
	list-style:none;
	position:absolute;
	left:0px;
	top:80px;
        background-color:rgba(0,0,0,0.66);
        display:none;
}
header ul li:hover ul{
	display:block;
}
header ul ul li{
	padding-top:22px;
        padding-bottom:22px;
}
header ul ul li:hover{
	border-bottom:0px solid #f8bb44;        
}
header ul li:hover li a{
	color: #ccc;        
}
header ul li li:hover a{
	color: #f8bb44;        
}

header ul li a{
	color:#cccccc;
	display:block;	
	text-decoration:none;
	padding:0px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
        letter-spacing: 0.05em;
}
@supports(-webkit-appearance:none){
    header ul li a{
	font-weight:400;
    }
}


#header-login{
    position:absolute;
    top:79px;
    z-index:100;
    right:68px;
}
.entry-content{
    text-align:center;
    width:460px;
    font-weight:400;
    padding:100px 0 100px;
    margin:auto;
}
.entry-content h1{
   margin-bottom:20px;
}
.entry-content p{
    margin-bottom:20px;
}
.agecheck{
    text-align:center;
    width:460px;
    margin:-180px -220px 0 0;
    position:absolute;
    font-weight:400;
    height:360px;
    top:50%;
    right:50%;
}
.agecheck a{
    height:200px;
    width:200px;
    display:inline-block;
    margin:0 15px 40px 15px;
    background-color:#caa87d;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float:left;
    padding:60px 30px 0;
    text-decoration:none;
}
.agecheck a.agecheck-yes{
    color:#000;
}
.agecheck a.agecheck-no{
    background-color:#000000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border:3px solid #caa87d;
    color:#caa87d;
}
#kronkorken{
    position:absolute;
    top:-75px;
    left:155px;
}
.agecheck a span{
    display:block;
    font-size:30px;
    margin-bottom:6px;
    font-weight:bold;
}
.zoom-v2 {
    display:inline-block;
    position: relative;
}
.zoom-v2 img {
    display: block;
}
/* .zoom-v2:hover img.img-zoom-v2 {
    display: none;
} */
.zoom-v2 img::selection {
    background-color: transparent;
}

.bx-wrapper {
    background: #000 url(images/background_slider_2.png) no-repeat;
    border: 0px;
    box-shadow: none; 
    color:#000;
    margin-bottom:0;
}
#sliderTop .bx-wrapper {
    background: none;
}
#sliderTop .bx-wrapper li {
    background: none;
    padding: 0;
    height: auto;
}
.sec-caroussell .bx-wrapper li img.bottle-splash{
    display:none;
}
.sec-caroussell .bx-wrapper li.active-slide img.bottle-splash{
    display:block;
    width: 210%;
    left: -5%;
}
.sec-caroussell .bx-wrapper li.active-slide img.bottle-normal{
    display:none;
}
.bx-wrapper h3{
    color:#000000;    
}
.bx-pager{
    display:none;
}
.bx-wrapper li{
    background: #000 url(images/background_slider_2.jpg) no-repeat;
    padding:60px 380px 0 160px;
    height:370px;
}
.bx-wrapper li.slide-1{
    background: #000 url(images/background_slider_1.jpg) no-repeat;
    padding-right:520px;
}
.bx-wrapper li.slide-2{
    background: #000 url(images/background_slider_3.jpg) no-repeat;
    padding: 0;
}
.bx-wrapper li.slide-2 a{
    display:block;
    padding: 60px 520px 0 160px;
    text-decoration: none;
    color:#000000;
    position: relative;
}
.bx-wrapper li.slide-3{
    background: #000 url(images/background_slider_4.jpg) no-repeat;
    padding-right:520px;
}
.bx-wrapper li h3{
    font-family: 'Oswald', sans-serif;
    font-size:26px;
    margin-bottom:30px;
}

.bx-wrapper .bx-next {
    background: rgba(0, 0, 0, 0) url("images/arrow_right_s1.png") no-repeat scroll 0px 0px;
    right: 0px;
}
.bx-wrapper .bx-prev {
    background: rgba(0, 0, 0, 0) url("images/arrow_left_s1.png") no-repeat scroll 0px 0px;
    left: 0px;
}
.bx-wrapper .bx-controls-direction a {
    height: 56px;
    margin-top: -28px;
    width: 56px;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
    background-position: 0;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
    background-position: 0;
}
.sec-img{
    font-size:0;
    line-height:0;
}
.sec-social{
    text-align:center;  
    position:relative;
}


.sec-social img{
    margin:60px 30px;    
}
.sec-social img.sec-social-icon-yt,
.sec-social img.sec-social-icon-ig,
.sec-social img.sec-social-icon-fb{
    margin:40px 30px 60px;
    max-height:50px;
    width:auto;
}

section.sec-social h3{
    margin-bottom: 0px;
    margin-top: 20px;
}

#soc-facebook{
   left: 650px;
    position: absolute;
    top: -57px;
}
.sec-news,
.sec-shop,
.sec-caroussell{
    padding:50px;
    text-align:center;
}
.sec-caroussell{
    padding:50px 0;
    background-image: linear-gradient(black 70%, transparent);
}
.sec-caroussell h3{ 
    margin-bottom: 50px;
    font-size:30px;
}
.sec-map h3{
    margin-bottom: 20px;
    font-size:30px;
}
.sec-map .form-success h3{
	line-height:36px;
}
.sec-shop{
    padding-top:90px;
    position:relative;
}
.sec-map{
    padding:50px;
    text-align:center;
}
.sec-map p{
    max-width:460px;
    margin:auto;
}
#cont-map{
    background: rgba(0, 0, 0, 0) url("images/map_background_2.png") no-repeat top right;
    height:717px;
    width:1110px;
    margin:-50px auto 0;
    padding: 165px 0 0 155px;
    position:relative;
}
#map{
    height: 375px;
    width: 783px;   
}
#map-switch{
    position:absolute;
    top:72px;
    left:160px;
    width:173px;
    height:47px;
    background: rgba(0, 0, 0, 0) url("images/map_switch.png") no-repeat top right;
}
#map-switch.second{
    background: rgba(0, 0, 0, 0) url("images/map_switch_a.png") no-repeat top right;
}
#map-switch a{
    width:44%;
    display:inline-block;
    line-height:40px;
    text-align:center;
    text-decoration: none;
    font-weight:bold;        
    color:#ffffff;
}
/*#map-switch a#second{
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}*/
#map-search{
    background-color:#fff;    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position:absolute;
    top:113px;
    left:50%;
    padding:3px 10px 5px 10px;
    margin-left:-100px;
        
}
#map-search button{
    background:none;
    vertical-align: bottom;
cursor: pointer;    
}
#map-search button img{
    position:relative;
    top:3px;
}
#map-search input{
    height:21px;
    line-height:21px;
    width:140px;
}
#cont-map-new{
    
    width:640px;
    margin:40px auto;
    display:none;
    
}
.sec-map #cont-map-new p{
    width:100%;
    max-width:none;
}
.sec-shop p{
    max-width:700px;
    margin:auto;
    
}
#map-new{
    position:absolute;
    bottom:54px;
    right:430px;
    font-size:22px;
    font-family: "Oswald",sans-serif;
    font-weight: 700;
    color: #fff;
    background: transparent url("images/arrow_jobs_down.png") no-repeat center right;
    padding-right:40px;
    cursor:pointer;
}
#map-bierselect{
    left: 155px;
    position: absolute;
    top: 165px;
    z-index: 100;
    display:none;
}
#map-new.active{
    background: transparent url("images/arrow_jobs_up.png") no-repeat center right;    
}
/*
.sec-news ul{
    list-style:none;
    margin:auto;
   max-width:600px;
    width:100%;
}*/
#sec-news-labels .bx-wrapper,
#sec-news-downloads .bx-wrapper{
    max-width:100%!important;
}
#sec-news-labels .bx-wrapper{
    max-width:80%!important;
    margin:auto;
}
.sec-news ul li{
    width:16.666666%;
    width:33.333333%;
    float:left;
    padding-top:140px;
    display:block;
    cursor:pointer;
}
.sec-news.sec-news-2025 ul li{
    width:16.666666%;
    width:25%;
    float:left;
    padding-top:140px;
    display:block;
    cursor:pointer;
}
.sec-news ul li span{
    display:inline-block;
    padding-right:20px;
    background: transparent url("images/arrow_down.png") no-repeat center right; 
    font-family: "Oswald",sans-serif;
    margin-right:-20px;
    font-size:20px;
}
.sec-news ul li span{
    display:inline-block;
    padding-right:0px;
    padding-bottom:20px;
    background: transparent url("images/arrow_down.png") no-repeat bottom center; 
    font-family: "Oswald",sans-serif;
    margin-right:0px;
    font-size:20px;
}

.sec-news ul li.active span{
    display:inline-block;
    padding-right:20px;
    background: transparent url("images/arrow_up.png") no-repeat center right;
}
.sec-news ul li.active span{
    display:inline-block;
    padding-right:0px;
    background: transparent url("images/arrow_up.png") no-repeat bottom center;
}
.sec-news ul li.jobs{    
    background: transparent url("images/icon_jobs.png") no-repeat top center;
}
.sec-news ul li.events{
    background: transparent url("images/icon_events.png") no-repeat top center;
}
.sec-news ul li.press{
    background: transparent url("images/icon_presse.png") no-repeat top center;
}
.sec-news ul li.friends{
    background: transparent url("images/icon_freunde.png") no-repeat top center;
}
.sec-news ul li.ecards{
    background: transparent url("images/icon_ecards.png") no-repeat top center;
}
.sec-news ul li.downloads{
    background: transparent url("images/icon_downloads.png") no-repeat top center;
}
.sec-news ul li.labels{
    background: transparent url("images/icon_etiketten.png") no-repeat top center;
}

.sec-news ul li.jobs:hover, 
.sec-news ul li.jobs.active{   
    background: transparent url("images/icon_jobs_a.png") no-repeat top center;
}
.sec-news ul li.events:hover,
.sec-news ul li.events.active{
    background: transparent url("images/icon_events_a.png") no-repeat top center;
}
.sec-news ul li.press:hover,
.sec-news ul li.press.active{
    background: transparent url("images/icon_presse_a.png") no-repeat top center;
}
.sec-news ul li.friends:hover,
.sec-news ul li.friends.active{
    background: transparent url("images/icon_freunde_a.png") no-repeat top center;
}
.sec-news ul li.ecards:hover,
.sec-news ul li.ecards.active{
    background: transparent url("images/icon_ecards_a.png") no-repeat top center;
}
.sec-news ul li.downloads:hover,
.sec-news ul li.downloads.active{
    background: transparent url("images/icon_downloads_a.png") no-repeat top center;
}
.sec-news ul li.labels:hover,
.sec-news ul li.labels.active{
    background: transparent url("images/icon_etiketten_a.png") no-repeat top center;
}
.sec-news-entries{
    text-align:center;
    background: transparent url("images/line_2.png") no-repeat top center;
    padding:50px 0;
    margin-top:50px;
    display:none;
}
.sec-bt-dates{
    text-align:center;
    background: transparent url("images/line_2.png") no-repeat top center;
    padding:50px 0;
    margin-top:0px;
}
.sec-bt-dates .sec-bt-dates-list{
    max-width:500px;
    padding:20px;
    border:1px solid #cfb87d;
    margin:auto;
    text-align: left;
}
.sec-bt-dates .sec-bt-dates-list ul{
   margin-left:20px;
}
.sec-news h3{
    margin-bottom:50px;
}
.sec-news .sec-news-entries h3{
    color:#cfb87d;
    margin-bottom:10px;
    text-transform: uppercase;
    line-height: 28px;
}
.sec-news-entries p{
    margin-bottom:10px;

	}
.contact-persons{
	max-width:820px;
	margin:auto;
}
.contact-persons.contact-persons-3c{
    max-width:1182px;
    margin:auto;
}
.contact-person{
	width:380px;
	height:100px;
	color:#fff;
	background-color:#404040;	
	overflow:hidden;
	margin-right:30px;
	float:left;
	margin-bottom:30px;
	text-align:left;        
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;    
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
}
.contact-persons-neu .contact-person{
    height:160px;
    margin-right:15px;
    margin-left:15px;
    width:364px;
}
.contact-person-left{
	width:101px;
	float:left;
	font-size:0;
}
.contact-persons-neu .contact-person-left{
    width:160px;
}
.contact-person-left img{
	width:100%;
	height:auto;
}
.contact-person-right{
	width:279px;
	float:left;
	font-size:12px;
	padding-left:15px;
	line-height:16px;
}
.contact-persons-neu .contact-person-right{
    width:204px;
    font-size:14px;
    line-height:18px;
}
.contact-person-right span{
	font-size:8px;
	line-height:12px;
    text-transform: uppercase;
    padding-top:6px;
    display:block;
}
.contact-persons-neu .contact-person-right span{
    font-size:9px;
    line-height:13px;
    margin-bottom:10px;
    padding-top:10px;
}
.contact-person-right h4{
	font-size:16px;
	color:#caa87d;
	margin-bottom:4px;
    font-family: "Oswald",sans-serif;
    font-weight:300;
    margin-top:4px;
}
.contact-persons-neu .contact-person-right h4{
    font-size:22px;
    color:#caa87d;
    margin-bottom:15px;
    margin-top:0px;
}
.contact-person-right p{
	margin-bottom:4px;
}

.contact-persons-neu .contact-person-right p a{
    display:block;
    padding-top:5px;
}
section.sec-gastro .contact-persons-neu .contact-person-right p{
    margin-bottom:0;
}

section.sec-gastro{
	text-align:center;
    padding-top:40px;
}

.sec-gallery-head{
    text-align:center;
    padding-top:40px;
    padding-bottom:40px;
}
.sec-gallery-images {
    border-top: 2px solid #caa87d;
    padding-top:40px;
}
.sec-gallery-images ul{
    list-style: none;
}
.sec-gallery-images ul li img{
    width:100%;
    height:auto;
}
.sec-gallery-images ul li{
    float:left;
    width:calc(33% - 18px);
    margin:0 30px 20px 0;
    max-height:169px;
    overflow: hidden;
}
.sec-gallery-images ul li:nth-child(3n){
    margin-right:0;
}
.fancybox-caption-wrap{
    text-align: center;
    font-weight:bold;
}
.fancybox-caption{
    font-size: 16px;
}

section.sec-gastro p{
    margin-bottom:40px;
}
.table-products-head{
	border:2px solid #caa87d;
	margin-bottom:10px;	
	-webkit-border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
}
.table-products-head th{
	background:transparent url(images/line_table_sep.png) no-repeat right center;
        width:20%;
        padding:10px;
        line-height:14px;
        font-size:12px;
         color:#fff;
}
.table-products-head.handel th{
	width:16.666666666%;
        width:14.28571428571429%
}

.table-products-head th:last-child{
	background:none;
}
.table-products-head th:first-child{
	background:none;
        font-size:0;
}
.tables{
    width: 100%;
    max-width:90%;
    margin:auto;
    background:transparent url(images/table_bottom.png) no-repeat center bottom;
    padding-bottom:24px;
    background-size:100% auto;
}
.tables-buttons{
    width: 100%;
    max-width:90%;
    margin:auto;
}
.table-products td{
	border-right:2px solid #808080;
	background-color:#404040;
	padding:10px;
        line-height:16px;
        font-size:14px;
    width:20%;
    text-align:left;
    color:#fff;
}
.table-products.handel td{
	width:16.666666666%;
        width:14.28571428571429%
}
.table-products tr.black td{
    background-color:#000000;
}
.table-products td:first-child{
    font-weight:bold;
}
.table-products-head th:first-child img{
   max-width:100%;
}
.table-products td:last-child{
    border-right:0px;
}
/*
.table-print,
.table-pdf{
    display:inline-block;
    background:transparent url("images/icon_pdf_white.png") 5px center no-repeat;
    padding:4px 4px 4px 30px;
    border:1px solid #fff;
    margin-left:10px;
    margin-top:10px;
    float:right;
    font-size:12px;
    font-weight:600;
    font-family: 'Open Sans', sans-serif;
    color:#fff;
    text-decoration:none;
}
.table-print{
    background:transparent url("images/icon_print.png") 5px center no-repeat;
}*/

.table-print,
.table-pdf{
    display:inline-block;
    padding:4px 4px 4px 4px;
    margin-left:10px;
    margin-top:10px;
    float:right;
    text-decoration:none;
}

#sec-news-jobs h3{
    text-transform: uppercase;
    cursor:pointer;
    background:transparent url("images/arrow_jobs_down.png") right 5px no-repeat;
    padding-right:40px;
    display:inline-block;
    line-height:30px;
    text-align:left;
}
a.job-pdf,
a.job-more{
    display:inline-block;
    background-color:#caa87d;
    color:#000;
     font-weight:600;
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
    margin-right:10px;
    text-decoration:none;
    padding:4px 20px;
    text-transform: uppercase;
}
a.job-pdf{
    background:#caa87d url("images/icon_pdf.png") 10px 5px no-repeat;
    padding-left:40px;
}
#sec-news-jobs .active h3{
    background:transparent url("images/arrow_jobs_up.png") right 5px no-repeat;
}
.sec-news-entry span.more{
    color: #cfb87d;
    cursor:pointer;
}
.sec-news-entry div.more{
    color: #cfb87d;
    cursor:pointer;
    display: inline-block;
}
.sec-news-entry strong{
	font-weight:700;	
}
.sec-news-entry span.more-content{
    display:none;
}
.sec-news-entry div.more-content{
    display:none;
}
.sec-news-entry.active div.more-content{
    display:block;
    padding-top:20px;
}
.sec-news-entry.active div.more{
    display:none;
}
#sec-news-jobs .sec-news-entry{
    border-bottom:1px solid #cfb87d;
    padding:30px 150px;
    max-width:890px;
    margin:auto;   
    text-align:left;
    position: relative;
}
.sec-news-entry-teaser{
    position: absolute;
    left: -80px;
    top: 35px;
}
.sec-news-entry-teaser img{
    max-width:200px;
    height:auto;
}
#sec-news-events .sec-news-entry{
    border:1px solid #cfb87d;
    padding:0 20px 20px 20px;
    max-width:680px;
    margin:0 auto 60px auto;   
    text-align:center;
    -webkit-border-radius: 0px 0px 20px 20px;
    -moz-border-radius: 0px 0px 20px 20px;
    border-radius: 0px 0px 20px 20px;
}
#sec-news-events .sec-news-entry a{
    color:#cfb87d;
    text-decoration:none;    
}
#sec-news-events select{
    margin:0 auto 50px auto;      
    padding:4px;
    width:100px;
}


#sec-news-events .sec-news-entry span.sec-news-entry-date{
    display:inline-block;
    margin:auto;
    position:relative;
    top:-24px;
    color:#000;
    background-color:#cfb87d;
    width: auto;
    text-align:center;
    padding:1px 10px 0;
    font-size:12px;
    padding-right:32px;
}
.sec-news-entry-date strong{
    font-weight:700;
}
.sec-news-entry p,
.sec-news-entry h3{
    text-align: left;
}
.sec-news-entry-date img{
    vertical-align: middle;
    position:absolute;
    right:4px;
    top:-13px;
}
#sec-news-press .sec-news-entry-date{
    font-weight:600;
}
#sec-news-press p{
    margin-bottom:50px;
}
#sec-news-press .sec-news-entry > div,
#sec-news-press .sec-news-entry p{
    margin-bottom:0px;
    text-align: left;
}
.sec-news .sec-news-entry ul{
    list-style: none;
    margin-top:5px;
}
.sec-news .sec-news-entry ul li{
    float:none;
    width:100%;
    cursor: inherit;
    padding:0;
    padding-left:16px;
    position: relative;
}
.sec-news .sec-news-entry ul li:before{
    content:'-';
    position: absolute;
    left:0;
}
#sec-news-press .sec-news-entry{
    border:1px solid #cfb87d;
    padding:0 20px 20px 20px;
    max-width:680px;
    margin:0 auto 60px auto;   
    text-align:left;
    -webkit-border-radius: 0px 0px 20px 20px;
    -moz-border-radius: 0px 0px 20px 20px;
    border-radius: 0px 0px 20px 20px;
}
#sec-news-press .sec-news-entry a{
    color:#cfb87d;
    text-decoration:none;    
}
#sec-news-press .sec-news-entry span.sec-news-entry-date{
    display:block;
    margin:auto;
    position:relative;
    top:-24px;
    color:#000;
    background-color:#cfb87d;
    width: 180px;
    text-align:center;
    padding-top:1px;
    font-size:12px;
    height:24px;
    font-family: 'Open Sans', sans-serif;
    font-weight:700;
}

#sec-news-friends p{
    margin-bottom:30px;
}

#sec-news-ecards p,
#sec-news-labels p,
#sec-news-downloads p{
    margin-bottom:30px;
}
#sec-news-ecards li,
#sec-news-labels li,
#sec-news-downloads li,
.sec-caroussell li{
    padding:0;
}
#sec-news-ecards .bx-wrapper li,
#sec-news-labels .bx-wrapper li,
#sec-news-downloads .bx-wrapper li,
.sec-caroussell .bx-wrapper li{
    background: none;
    position:relative;
    text-align:center;
}
#sec-news-menu{
    max-width:600px;
    margin:auto;
}
.sec-news-2025 #sec-news-menu{
    max-width:800px;
}
#sec-news-ecards .bx-wrapper li img,
#sec-news-labels .bx-wrapper li img,
#sec-news-downloads .bx-wrapper li img{
    position:absolute;
    width:65%;
    bottom:0;
    left:50%;
    margin-left:-35%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: width 0.2s;
    border:2px solid #a3a3a3;
}
#sec-news-labels .bx-wrapper li img{
    border:0px solid #a3a3a3!important;
}
.sec-caroussell .bx-wrapper li img{
    position:absolute;
    width:80%;
    bottom:0;
    left:50%;
    margin-left:-40%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: width 0.2s;
    border:0px solid #a3a3a3;
    cursor:pointer;
}
.sec-caroussell .bx-wrapper li.after-slide-right img,
.sec-caroussell .bx-wrapper li.after-slide img{
    margin-left:-20%;
}
.sec-caroussell .bx-wrapper li.after-slide-2{
    position:relative;
    right:-54px;
}
.sec-caroussell .bx-wrapper li.after-slide-3{
    position:relative;
    right:-24px;
}
.sec-caroussell .bx-wrapper li.after-slide{
    position:relative;
    right:-50px;
}

.cont-caroussell{
    width:100%;
    padding:0 70px;
    margin:auto;
    background: transparent url("images/background_slider_3.png") no-repeat scroll left -164px;
}
.sec-caroussell h4{
    padding-top:30px;
    background: transparent url("images/arrow_up_full.png") no-repeat scroll top center;
}
.cont-caroussell-desc{
    width:640px;
    margin:auto;
}
.cont-caroussell-badge{
    padding-top:30px;
}
.cont-caroussell-info{
    color:#caa87d;
    border-top:1px solid #caa87d;
    border-bottom:1px solid #caa87d;
    font-size:24px;
    padding:18px;
    max-width:890px;
    margin:-50px auto 10px;    
}
#sec-news-labels .bx-wrapper li img,
#sec-news-downloads .bx-wrapper li img{
    bottom:30px;
}
.sec-caroussell span{
    color:#caa87d;
    padding-bottom:20px;
    background: transparent url("images/arrow_down.png") no-repeat center bottom;
    display:inline-block;
    cursor:pointer;
    font-weight:bold;
    margin-bottom:30px;
}
.sec-caroussell span.active{
    background: transparent url("images/arrow_up.png") no-repeat center bottom;    
}
.sec-caroussell-data{
    max-width:690px;
    margin:0px auto 0px; 
    display:none;
}
.sec-caroussell-data table td{
    text-align:left;
    color:#caa87d;
    padding:4px;
    font-size:14px;
}
.sec-caroussell-data table td.colData{
    text-align:right;
}
.sec-caroussell-data table tr.rowA{
    background-color:#caa87d;
    color:#000000;
}
.sec-caroussell-data table tr.rowA td{
    background-color:#caa87d;
    color:#000000;
}

#sec-news-ecards .bx-wrapper li.active-slide img{
    filter:none;
    width:110%;
    bottom:0;
    left:-5%;
    margin-left:0;
    -webkit-transition: width 0.4s;
    border:2px solid #caa87d;
    max-width:none;
}
#sec-news-labels .bx-wrapper li.active-slide img,
#sec-news-downloads .bx-wrapper li.active-slide img{
    filter:none;
    width:120%;
    bottom:30px;
    left:-10%;
    margin-left:0;
    -webkit-transition: width 0.4s;
    border:2px solid #caa87d;
    max-width:none;
}
#sec-news-labels .bx-wrapper li.active-slide img{
    border:0px solid #caa87d!important;
}

.sec-caroussell .bx-wrapper li.active-slide img{
    filter:none;
    width:120%;
    bottom:0px;
    left:40%;
    margin-left:0;
    -webkit-transition: width 0.4s;
    max-width:none;
}
.dl-links{
    position:absolute;
    bottom:0px;
    text-align:center;
    display:none;
}
#sec-news-labels .bx-wrapper li.active-slide .dl-links,
#sec-news-downloads .bx-wrapper li.active-slide .dl-links{
    display:block;
}
.dl-links{
    font-size:14px;
    text-decoration:none;
}
#sec-news-labels .bx-wrapper li.before-slide img,
#sec-news-downloads .bx-wrapper li.before-slide img{
    left:70px;
    margin-left:0;
}
#sec-news-labels .bx-wrapper li.after-slide img,
#sec-news-downloads .bx-wrapper li.after-slide img{
    right:70px;
    margin-right:0;
    left:auto;
    margin-left:0;
}
#sec-news-ecards .bx-wrapper li.before-slide img
{
    left:50px;
    margin-left:0;
}
#sec-news-ecards .bx-wrapper li.after-slide img{
    right:50px;
    margin-right:0;
    left:auto;
    margin-left:0;
}
#sec-news-ecards .bx-wrapper,
#sec-news-labels .bx-wrapper,
#sec-news-downloads .bx-wrapper,
.sec-caroussell .bx-wrapper{
    background: none;
}

#sec-news-labels .bx-wrapper .bx-next,
#sec-news-downloads .bx-wrapper .bx-next{
    background: rgba(0, 0, 0, 0) url("images/arrow_right_s2.png") no-repeat scroll right center;
    right: 0px;
}
#sec-news-labels .bx-wrapper .bx-prev,
#sec-news-downloads .bx-wrapper .bx-prev{
    background: rgba(0, 0, 0, 0) url("images/arrow_left_s2.png") no-repeat scroll left center;
    left: 0px;
}
#sec-news-ecards .bx-wrapper .bx-next{
    background: rgba(0, 0, 0, 0) url("images/arrow_right_s2.png") no-repeat scroll right center;
    right: -43px;
}
#sec-news-ecards .bx-wrapper .bx-prev{
    background: rgba(0, 0, 0, 0) url("images/arrow_left_s2.png") no-repeat scroll left center;
    left: -43px;
}
.sec-caroussell .bx-wrapper .bx-next{
    background: rgba(0, 0, 0, 0) url("images/arrow_right_s2.png") no-repeat scroll right center;
    right: 170px;
    top:453px;
}
.sec-caroussell .bx-wrapper .bx-prev{
    background: rgba(0, 0, 0, 0) url("images/arrow_left_s2.png") no-repeat scroll left center;
    left: 170px;
    top:453px;
}
#sec-news-downloads .bx-wrapper li{
    height:300px;
}
#sec-news-labels .bx-wrapper li{
    height:400px;
}
#sec-news-ecards .bx-wrapper li{
    height:340px;
}
.dl-links{
    position:absolute;
    bottom:0px;
    text-align:center;
    width:100%;
}
.dl-links a{
    font-size:12px;
    text-decoration:none;
    position:relative;
    z-index:10;
}
::-webkit-scrollbar-track {
    background-color: #cfb87d;
}
section h3 {
    font-family: "Oswald",sans-serif;
    font-size: 26px;
    margin-bottom: 20px;
    line-height:32px;
}
section h4 {
    font-family: "Oswald",sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
}
.sec-shop h4{
    padding-top:20px;
    margin-bottom:0;
}
.sec-caroussell h4{
    font-weight:400;
}
img.line{
    margin:20px auto;
    display:block;
    clear:both;
}
img.fanshop{
    position:absolute;
    top:120px;
    right:190px;
}
img.delete{
    left: -20px;
    position: absolute;
    top: 25px;
    width: 10px;
}
.sec-news-ecards-form{
    border:1px solid #cfb87d;
    padding:20px 20px 26px 20px;
    max-width:680px;
    margin:0 auto 0px auto;   
    text-align:left;
    -webkit-border-radius: 0px 0px 20px 20px;
    -moz-border-radius: 0px 0px 20px 20px;
    border-radius: 0px 0px 20px 20px;
    margin-top:40px;  
    position:relative;
}
.sec-news-ecards-form input{
    width:174px;
    border:1px solid #caa87d;
    padding:4px 10px;
    width:100%;
    font-family: 'Open Sans', sans-serif; 
    font-size:14px;
}
.sec-news-ecards-form textarea{
    border:1px solid #caa87d;
    padding:4px 10px;
    width:100%;
    height:80px;
    font-family: 'Open Sans', sans-serif; 
    font-size:14px;
}
.sec-news-ecards-form button{
    text-transform: uppercase;
    color:#000;
    background-color:#caa87d;
    font-size:14px;
    width:120px;
    position:absolute;
    bottom:0;
    left:50%;
    margin-left:-60px;
    padding:2px;
}
.sec-news-ecards-form-col{
    display:block;
    width:33.333333%;
    float:left;
    min-height:40px;
}
.sec-news-ecards-form-col:first-child{
    padding-right:40px; 
}
.sec-news-ecards-form-col:last-child{
    padding-left:40px; 
}
.sec-news-ecards-form-row{
    margin-bottom:10px;
    clear:left;
}


.cont-list-friends{
    height:auto;
    width:300px;
    background-color:#000;
    color:#fff;
    padding:0px;
    overflow: hidden;
    margin:auto;
}

.cont-list-friends::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);
}

.cont-list-friends::-webkit-scrollbar-thumb
{
  background: rgba(0, 0, 0, 0.5);
}

.cont-list-friends ul li{
    width:100%;
    text-align:left;
    float:none;
    padding-top:0;
    
}
.cont-list-friends ul li a{
    text-decoration: none;
    font-size:14px;
}
.cont-list-friends ul li a:hover{
    color:#cfb87d;
}

a.up{
    font-weight:bold;
    text-decoration: none;
    margin:30px auto 0 auto;
    display:block;
    width:110px;
    clear:both;
    padding-right:20px;
    background: transparent url("images/arrow_up.png") no-repeat center right;
    text-transform: uppercase;
    color:#fff;
}
.slide-data{
	display:none;	
}
#slide-data-0{
	display:block;	
}
.event-select{
	background: transparent url("images/background_dropdown.png") no-repeat top left;
	width:130px;
	margin:auto;
	line-height:31px;
	margin-bottom:60px;	
	font-size:14px;	
	padding-left:40px;	
	text-align:left;
}
.event-select.open{
	background: transparent url("images/background_dropdown_open.png") no-repeat top left;
}


.event-select-options{
	background-color:#fff;
	padding-left:40px;
	position:absolute;
	z-index:100;
	width:130px;
	margin:auto;
	text-align:left;
	margin-top:-2px;
	display:none;
	margin-left:-40px;
}
/* .event-select:hover .event-select-options{
	display:block;
} */
.event-select span{
	display:block;
        color: #666;
}
.event-select-options span:hover{
	color:#f8ba44;
	cursor:pointer;
}
.form-login{
    width:537px;
    margin:auto;    
}
.form-login-fields{
    width:537px;
    height:auto;
    background: transparent url("images/background_login.png") no-repeat top left;
    margin:auto;
    text-align:left;
    padding:2px 4px 0 87px; 
    
}
.form-login-fields input{
    display:block;
    width:100%;
    background: #000;
    color:#aaa;
    height:78px;
    margin-bottom:2px;
    padding-left:24px;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
}
.form-login-fields button{
    width:537px;
    height:68px;
    display:block;
    background:transparent;        
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border:2px solid #caa87d;
    margin-left:-87px;
    margin-top:20px;
    margin-bottom:20px;
    color:#fff;
    font-family: 'Oswald', sans-serif;
    font-size:22px;
    font-weight:600;
    position:static;
    cursor:pointer;
}
.form-login a{
    display:block;
    text-align:left;
    text-decoration: none;
    font-size:12px;
    margin-bottom:4px;
}
.form-login a.reg{
    font-size:17px;
    color:#caa87d;
    font-weight:600;
    font-family: 'Open Sans', sans-serif;
    margin-bottom:20px;
}

.form-register{
    width:537px;
    margin:auto;   
}

.form-password{
    width:537px;
    margin:auto;   
    display:none;
}
.form-password .form-login-fields{
    background: transparent url("images/background_password.png") no-repeat top left;    
}
.form-password a{
    display:block;
    text-align:left;
    text-decoration: none;
    font-size:12px;
    margin-bottom:4px;
}
.form-password a.reg{
    font-size:17px;
    color:#caa87d;
    font-weight:600;
    font-family: 'Open Sans', sans-serif;
    margin-bottom:20px;
}
.cont-partner-login{
    width:850px;
    margin:auto;  
    text-align:left;
}
section.sec-partner-login{
    text-align:center;
    padding-top:70px;
    border-top:1px solid #fff;
}
section.sec-partner-login h3{
    margin-bottom:37px;
}
.cont-partner-login ul{
    list-style:none;
    width:100%;
}
.cont-partner-login ul li{
    display:inline-block;
    line-height:15px;
    margin:0 4px;
    padding-bottom:18px;
}
.cont-partner-login ul li:hover,
.cont-partner-login ul li.active{
    border-bottom:2px solid #f8bb44;        
}
.cont-partner-login ul li:hover a,
.cont-partner-login ul li.active a{
    color: #f8bb44;        
}
.cont-partner-login ul li a{
    color:#cccccc;
    display:block;	
    text-decoration:none;
    padding:0px;
    text-transform:uppercase;	
    font-weight:600;
    font-size:14px;
}
.header-partner-login{
    height:62px;
    background:rgba(128,128,128,0.8);
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px; 
    padding:22px 17px 0; 
    font-family: 'Open Sans', sans-serif;
    color:#fff;
    margin-bottom:40px;
}
.produkt-partner-login{
    width:24%;
    margin:0 1.3333333% 1.3333333% 0;
    float:left;
    background: transparent url("images/pl_product_background.png") no-repeat top center;
    background-size:100% 100%;
    padding:15px;
    min-height:388px;
}
.produkt-partner-login a{
    text-decoration: none;
}
.produkt-partner-login.produkt-partner-login-4,
.produkt-partner-login.produkt-partner-login-8,
.produkt-partner-login.produkt-partner-login-12,
.produkt-partner-login.produkt-partner-login-16,
.produkt-partner-login.produkt-partner-login-20{
    margin-right:0%;
}
.produkt-image-partner-login{
    min-height:147px;
    text-align: center;    
    margin-bottom:10px;
     display:grid;
     font-size:0;
     
}
.produkt-image-partner-login img{
    height:100%;
    width:auto;
    display:block;
    margin:auto;
}
.produkt-name-partner-login{
     font-family: 'Oswald', sans-serif;
     font-weight: 700;
     color:#cfb87d;
     font-size:18px;
     line-height:22px;
     text-transform: uppercase;
     display:block;
     min-height: 44px;
}
.produkt-size-partner-login{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color:#fff;
     font-size:14px;
     line-height:16px;
     display:block;
}
.cont-fanshop{
    width:850px;
    margin:auto;  
    text-align:left;
}
.cont-fanshop ul{
    list-style:none;
    width:100%;
}
.cont-fanshop ul li{
    display:inline-block;
    line-height:14px;
    margin:0 10px;
    padding-bottom:20px;
}
.cont-fanshop ul li:hover,
.cont-fanshop ul li.active{
    border-bottom:2px solid #f8bb44;        
}
.cont-fanshop ul li:hover a,
.cont-fanshop ul li.active a{
    color: #f8bb44;        
}
.cont-fanshop ul li a{
    color:#cccccc;
    display:block;	
    text-decoration:none;
    padding:0px;
    text-transform:uppercase;	
    font-weight:600;
}
.header-fanshop-basket{
    float:right;
    margin-top:-22px;
}
.header-fanshop-basket a{
    text-decoration:none;
    line-height:62px;
    color:#fff;    
}
.header-fanshop-basket img{
   vertical-align: middle;
}
.header-fanshop{
    height:62px;
    background:rgba(128,128,128,0.8);
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px; 
    padding:22px 30px 0; 
    font-family: 'Open Sans', sans-serif;
    color:#fff;
    margin-bottom:40px;
    transform: translateZ(0);
    position: relative;
}
#stoerer-bierselect{
    position: absolute;
    right:-170px;
    top:0;
}


section.sec-fanshop{
    text-align:center;
    padding-top:70px;
}

section.sec-fanshop h3{
    margin-bottom:37px;
}

.produkt-fanshop{
    width:24%;
    margin:0 1.3333333% 1.3333333% 0;
    float:left;
    background: transparent url("images/fs_product_background.png") no-repeat top center;
    background-size:100% 100%;
    padding:15px;
}
.produkt-fanshop.produkt-fanshop-v2{
    width:calc(50% - 10px);
    margin:0 10px 10px 0;
    float:left;
    background: transparent url("images/fs_product_background.png") no-repeat top center;
    background-size:100% 100%;
    padding:15px;
}
.produkt-fanshop.produkt-fanshop-v2 .produkt-image-fanshop{
    height:200px;
}
.produkt-fanshop.produkt-fanshop-v2 .produkt-image-fanshop img{
    max-height: 180px;
    max-width: 300px;
}
.produkt-fanshop a{
    text-decoration: none;
}
.produkt-fanshop.produkt-fanshop-4,
.produkt-fanshop.produkt-fanshop-8,
.produkt-fanshop.produkt-fanshop-12,
.produkt-fanshop.produkt-fanshop-16,
.produkt-fanshop.produkt-fanshop-20{
    margin-right:0%;
}
.overview-fanshop.show-basket .produkt-fanshop.produkt-fanshop-4,
.overview-fanshop.show-basket .produkt-fanshop.produkt-fanshop-8,
.overview-fanshop.show-basket .produkt-fanshop.produkt-fanshop-12,
.overview-fanshop.show-basket .produkt-fanshop.produkt-fanshop-16,
.overview-fanshop.show-basket .produkt-fanshop.produkt-fanshop-20{
    margin-right:1.3333333%;
}

.produkt-image-fanshop{
    height:140px;
    text-align: center;    
    margin-bottom:10px;
     display:block;display:grid;
     font-size:0;
}
.produkt-image-fanshop img{
    max-height:130px;
    width:auto;
    display: block;
    margin:auto;
    max-width:140px;
}
.produkt-name-fanshop{
     font-family: 'Oswald', sans-serif;
     font-weight: 700;
     color:#cfb87d;
     font-size:20px;
     line-height:22px;
     text-transform: uppercase;
     display:block;
     min-height:44px;
}
.produkt-price-fanshop{
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color:#fff;
     font-size:20px;
     line-height:22px;
     display:block;
}
.produkt-basket-fanshop{
    width:24%;
    float:left;
    min-height:440px;
    background:#caa87d;
    padding:10px;
    color:#000;
    position:relative;
    padding-bottom:60px;
    background: #caa87d url("images/fs_basket_background.png") no-repeat bottom left;
}
.produkt-basket-fanshop h2{
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
     font-size:20px;
     line-height:22px;
     border-bottom:1px solid #7f7f7f;
     padding-bottom:10px;
     margin-bottom:20px;
}
.produkt-basket-product-fanshop{
     font-size:18px;
     line-height:20px;
     font-family: 'Oswald', sans-serif;
      display:block;
      margin-bottom:6px;
      position:relative;
      min-height: 40px;
}
.produkt-basket-product-fanshop input{
    position:absolute;
    top:2px;
    width:18px;
    font-size:13px;
    font-family: 'Open Sans', sans-serif;
    border:0;
    height:18px;
    left:-24px;
    text-align:center;
}
.produkt-basket-products-fanshop{
     font-size:18px;
     line-height:20px;
     font-family: 'Oswald', sans-serif;
      display:block;
      border-bottom:1px solid #7f7f7f;
     padding-bottom:20px;
     margin-bottom:20px;
     padding-left:24px;
}
.produkt-detail-costs-fanshop,
.produkt-detail-sum-fanshop,
.produkt-detail-sum3-fanshop,
.produkt-detail-sum2-fanshop{
      border-bottom:1px solid #7f7f7f;
     padding-bottom:20px;
     margin-bottom:20px;
     padding-left:24px;
      font-size:18px;
     line-height:20px;
     font-family: 'Oswald', sans-serif;
     display:block;
}
.produkt-detail-costs-fanshop-info{
	color:#a20000;
	display:block;
	padding:10px 0;
	font-size:12px;
	font-weight:600;
	line-height:18px;
	text-align:center;
}

.produkt-detail-costs-fanshop i,
.produkt-detail-sum-fanshop i,
.produkt-detail-sum2-fanshop i,
.produkt-detail-sum3-fanshop i,
.produkt-basket-product-fanshop i{
    float:right;
    font-style: normal;
    
}
.produkt-detail-sum3-fanshop,
.produkt-detail-sum2-fanshop{
     display:none;
}
.produkt-detail-extracosts-fanshop{
      border-bottom:1px solid #7f7f7f;
     padding-bottom:20px;
     margin-bottom:20px;
     padding-left:24px;
     font-size:18px;
     line-height:20px;
     font-family: 'Oswald', sans-serif;
     display:none;
}
.produkt-detail-extracosts-fanshop i{
    float:right;
    font-style: normal;
    
}


.produkt-detail-sum-fanshop,
.produkt-detail-sum2-fanshop,
.produkt-detail-sum3-fanshop{
    font-weight:600;
     margin-bottom:2px;
}

.produkt-detail-fanshop{
    width:74%;
    float:left;
    margin-right:2%;
    background: transparent url("images/fs_product_detail_background.png") no-repeat;
	background-size:auto 100%;
}
.overview-fanshop.show-basket{
    width:74%;
    float:left;
    margin-right:2%;
}

.overview-fanshop.show-basket .produkt-fanshop {
    width: 32%;
}
.produkt-detail-left-fanshop{
    width:40%;
    float:left;
    text-align:center;
    position:relative;
}
.produkt-detail-left-fanshop img{
    max-height:380px;
    max-width:220px;
}
.produkt-detail-left-fanshop .zoom{
   position:absolute;
   bottom:10px;
   left:10px;
   opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.produkt-detail-right-fanshop{
    width:60%;
    float:left;
    min-height:386px;
}
.produkt-checkout-fanshop{
    width:100%;
    min-height:386px;
    padding:44px 50px 0 50px;
}
.produkt-checkout-fanshop input[type="text"],
.produkt-checkout-fanshop input[type="email"]{
    width:100%;
    background-color:#caa87d;
    border:2px solid #7f7f7f;
    padding:2px;
    margin-bottom:6px;
    float:left;
}
.produkt-checkout-fanshop h2{
 font-family: 'Oswald', sans-serif;
    font-weight: 600;
     font-size:30px;
     line-height:34px;
      color:#cfb87d;
      text-transform: uppercase;
      margin-bottom:10px;
}
.produkt-checkout-fanshop span{
    font-size:17px;
    line-height:20px;
    display:block;
    margin-bottom:10px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 14px;
    padding-top: 6px;
    clear:left;
}
.produkt-checkout-fanshop span.payment{
    font-size:20px;
     line-height:30px;
     color:#fff;
     font-weight:600;
}
.produkt-checkout-fanshop span.payment label{
   cursor:pointer;
}
.produkt-checkout-fanshop span.deliver{
    font-size:20px;
     line-height:30px;
     color:#fff;
     font-weight:600;
}
.produkt-checkout-fanshop span.deliver label{
   cursor:pointer;
}
.produkt-detail-nav-fanshop{
    clear:left;
    width:100%;
    background: transparent url("images/fs_product_links_background.png") no-repeat;
     height:56px;
}
.produkt-detail-nav-fanshop a{
    text-decoration:none;
    display:block;
    height:56px;
    line-height:56px;
    font-weight:600;
    font-size:12px;
    text-transform:uppercase;
}
.produkt-detail-navl-fanshop a{
     background: transparent url("images/fs_arrow_left.png") no-repeat 10px center;
     padding-left:30px;
}
.produkt-detail-navr-fanshop a{
     background: transparent url("images/fs_arrow_right.png") no-repeat 190px center;
     padding-right:30px;
}
.produkt-detail-navo-fanshop a{
    display:inline-block;
    background: transparent url("images/fs_overview.png") no-repeat left center;
    padding-left:20px;
}
.produkt-detail-navm-fanshop a{
    display:inline-block;
    background: transparent url("images/fs_overview.png") no-repeat left center;
    padding-left:20px;
}
.produkt-detail-navm-fanshop{
    margin:auto;
    display:block;
    width:100px;
}
.produkt-detail-navl-fanshop,
.produkt-detail-navo-fanshop,
.produkt-detail-navr-fanshop{
    float:left;
    width:33.33333333%
}
.produkt-detail-navl-fanshop{
    text-align: left;
}
.produkt-detail-navo-fanshop{
    text-align: center;
}
.produkt-detail-navr-fanshop{
    text-align: right;
}
.produkt-detail-right-fanshop h2{
    font-size:30px;
    line-height:34px;
    color:#cfb87d;
    font-family:'Oswald', sans-serif;
    font-weight:700;
}
.produkt-detail-number-fanshop{
    display:block;
    font-size:17px;
    line-height:35px;
    border-bottom:1px solid #7f7f7f;
    margin-bottom:20px;
}
.produkt-detail-count-fanshop{
    display:block;
    font-size:17px;
    line-height:35px;
    text-transform: uppercase;
    font-weight:600;
    margin-bottom:20px;
}
.produkt-detail-count-fanshop input[type="text"]{
    font-size:17px;
    line-height:35px;
    font-weight:600;
    border:2px solid #7f7f7f;
    width:40px;
    text-align:center;
    background:transparent;
    color:#cccccc;
    font-family: 'Open Sans', sans-serif;
    margin-left:10px;
}
.produkt-detail-count-fanshop select{
    font-size:17px;
    line-height:35px;
    height:38px;
    font-weight:600;
    border:2px solid #7f7f7f;
    width:150px;
    text-align:left;
    background:transparent;
    color:#cccccc;
    font-family: 'Open Sans', sans-serif;
    margin-left:10px;
}
.produkt-detail-price-fanshop{
    font-size:30px;
    line-height:34px;
    color:#fff;
    font-family:'Oswald', sans-serif;
    font-weight:700;
    margin-bottom:20px;
    display:block;
}
.produkt-detail-price-info-fanshop{
    font-size:12px;
    line-height:14px;
    display:block;
    margin-bottom:20px;
}
.produkt-detail-info-fanshop{
    font-size:17px;
    line-height:35px;
    font-weight:600;
    text-transform: uppercase;
     display:block;
}
.produkt-detail-infotext-fanshop{
    font-size:17px;
    line-height:20px;
     display:block;
    margin-bottom:20px;
}
.produkt-detail-right-fanshop button{
    font-size:16px;
    line-height:35px;    
    font-family: 'Open Sans', sans-serif;
    margin-bottom:20px;
    padding:0 20px 0 50px;
    background: #cfb87d url("images/fs_basket_black.png") no-repeat scroll 10px 5px;
    cursor:pointer;
}
.produkt-detail-button-fanshop a{    
    font-size:20px;
    line-height:22px;
    color:#fff;
    font-family:'Oswald', sans-serif;
    background:#000000;
    display:block;
    width:100%;
    font-weight:700;
    padding:10px;
    cursor:pointer;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}
.produkt-detail-button-fanshop button{    
    font-size:20px;
    line-height:22px;
    color:#fff;
    font-family:'Oswald', sans-serif;
    background:#000000;
    display:block;
    width:100%;
    font-weight:700;
    padding:10px;
    cursor:pointer;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}
.produkt-detail-button-fanshop{
    display:block;
    width:100%;
    position:absolute;
    bottom:10px;
    padding-right:20px;
}
.contact-to-person{
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
}
.wpcf7{
    text-align:left;
}
.wpcf7 p{
    margin-bottom:10px;
    clear:both;
}
section.sec-gastro .wpcf7 p {
    margin-bottom: 10px;
}
.wpcf7 select,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"]{
    width:70%;
    background-color:#ffffff;
    float:right;
     -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    padding:2px 10px;
    font-size:14px;
    height:36px;
    font-family: "Open Sans",sans-serif;
}
#wpcf7-f43-o2.wpcf7 select,
#wpcf7-f43-o2.wpcf7 input[type="text"],
#wpcf7-f43-o2.wpcf7 input[type="email"]{
    width:77%;
}

.wpcf7 input[type="submit"]{
    display:block;
    background-color:#caa87d;
    padding:2px 10px;
    font-size:14px;
    color:#000;
    margin:20px auto 0 auto;
    width:100px;
    cursor:pointer;
    font-family: "Open Sans",sans-serif;
}
.wpcf7 select.wpcf7-not-valid,
.wpcf7 input[type="text"].wpcf7-not-valid,
.wpcf7 input[type="email"].wpcf7-not-valid{
    border:2px solid #f00;
    background-color:#ffeeee;
}
.wpcf7 textarea.wpcf7-not-valid{
    border:2px solid #f00;
    background-color:#ffeeee;
}

.wpcf7 textarea{
    width:100%;
    display:block;
    background-color:#ffffff;
     -webkit-border-radius: 10px;
    -moz-border-radius:10px;
    border-radius:10px;
    border:2px solid #caa87d;
    font-size:14px;
    height:80px;
    padding:10px;
    font-family: "Open Sans",sans-serif;
}

.wpcf7 .cf-message textarea{
    margin-top: -4px;
    margin-left: -20px;
    width: calc(100% + 22px);
}
.wpcf7 label.message{
    margin-bottom:100px;
}



.wpcf7 label{
    width:100%;
    display:block;
     -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius:  10px;
    background-color:#caa87d;
    font-size:14px;
    color:#000;
    padding:2px 2px 2px 20px;
    height:40px;
    line-height:40px;
}
.wpcf7 label.textarea{
    width:100%;
    display:block;
     -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius:  0px;
    background-color:transparent;
    font-size:14px;
    color:#FFF;
    padding:0;
    height:auto;
    line-height:24px;
}
.wpcf7-not-valid-tip{
    display:none!important;
}
.cf-email .wpcf7-not-valid-tip{
    display:block!important;
	text-align:right;
	font-size:11px;
	line-height:14px;
	max-width: 330px;
    float: right;
}
.sec-gastro .cf-email .wpcf7-not-valid-tip{
    display:none!important;
}
div.wpcf7-response-output{
    margin:0;
    font-size:14px;
    background:#fdbbbb;
    color:#000;
    padding:10px;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok{
    margin:0;
    font-size:14px;
    background:#fff;
    color:#000;
    padding:10px;
}
div.wpcf7-validation-errors{
    border:2px solid #ff0000;
    margin: auto;
}
#wpcf7-f14-o1{
    display:none;
}
.required-info{
    color:#fff;
    font-size:14px;
}
.form-fields{
    width:98%;
    max-width:940px;
    margin:auto;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    font-size:14px;
}
.form-fields h4{
    font-size: 14px;
    line-height: 24px;
    padding-top:20px;
     font-family: 'Open Sans', sans-serif;
    font-weight:600;
    padding-left:15px;
}
.form-success{
    background:#caa87d;
    padding:30px 60px;
    width:90%;
    max-width:640px;
    color:#000;
    margin:auto;
    font-size:17px;
    line-height:25px;
    display:none;
}
.form-success h3{
    color: #000000;
}
.wpcf7-form.sent .form-success{    
    display:block;
}
.wpcf7-form.sent .form-fields{
    
    display:none;
}
#wpcf7-f43-o2{
    display:none;
}
.wpcf7-response-output{
    width:98%;
    max-width:940px;
    margin:auto;
}
.wpcf7-mail-sent-ok{
    display:none;
}
#p4.sec-gastro .form-success h3{
    font-size:29px;
     font-family: 'Oswald', sans-serif;
     font-weight:700;
     color:#000;
     line-height:35px;
     margin-bottom:20px;
     background:none;
}
.wpcf7-list-item.first{
    
}
.wpcf7-checkbox{
    margin-left:-1%;
    display:block;
}
span.wpcf7-list-item{
    width:24%;
    margin-left:1%;
    margin-bottom:20px;  
    display:block;
    float:left;
    cursor:pointer;
}
.wpcf7-list-item input {
    position: absolute;
    z-index: -9999;
    top:30px;
    left:10px;
}

.wpcf7-list-item-label {
    padding-left:33px; 
    background: transparent url("images/icon_checkbox.png") no-repeat left 4px;
    line-height:40px; 
    display:block;
}
.wpcf7-list-item lable{
    padding-left:15px;
}
.wpcf7-list-item label input:checked + span {
    background: transparent url("images/icon_checkbox-c.png") no-repeat left 4px;
}
div.wpcf7 .ajax-loader{
    display:none!important;
}
.sent .wpcf7-response-output{
    display:none!important;
}
#p4.sec-gastro h3{
    background: transparent url("images/arrow_jobs_down.png") no-repeat scroll right 5px;
    display: inline-block;
    padding-right:40px;
    cursor:pointer;
}
#p4.sec-gastro h3.active{
    background: transparent url("images/arrow_jobs_up.png") no-repeat scroll right 5px;
}
/*
#map-canvas {
	margin: 0;
	padding: 0;
	height: 400px;
	max-width: none;
}
#map-canvas img {
	max-width: none !important;
}
.gm-style-iw {
	width: 350px !important;
	top: 15px !important;
	left: 0px !important;
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
	border: 1px solid rgba(72, 181, 233, 0.6);
	border-radius: 2px 2px 10px 10px;
}
*/


/* Fanshop Update 2021.12 */
.sec-fanshop-v2 .produkt-fanshop.produkt-fanshop-3,
.sec-fanshop-v2 .produkt-fanshop.produkt-fanshop-6,
.sec-fanshop-v2 .produkt-fanshop.produkt-fanshop-9,
.sec-fanshop-v2 .produkt-fanshop.produkt-fanshop-12,
.sec-fanshop-v2 .produkt-fanshop.produkt-fanshop-15,
.sec-fanshop-v2 .produkt-fanshop.produkt-fanshop-18,
.sec-fanshop-v2 .produkt-fanshop.produkt-fanshop-21{
    margin-right: 0%;
}
.sec-fanshop-v2 .produkt-fanshop {
    width: calc(33.33333333% - 10px);
    margin: 0 15px 15px 0;
    background: transparent url("images/shop_v2/overview_bg.jpg") no-repeat top center;
    background-size: auto;
    background-size: 100% 100%;
    padding: 15px;
    min-height:286px;
    position: relative;
}
.sec-fanshop-v2 .produkt-image-fanshop {
    height: 180px;
}
.sec-fanshop-v2 .produkt-image-fanshop img {
    max-height: 180px;
    max-width: 180px;
}
.sec-fanshop-v2 .produkt-name-fanshop{
    min-height: 0;
}
.sec-fanshop-v2 .produkt-detail-navr-fanshop a {
    background: none;
    padding-right: 0px;
}
.sec-fanshop-v2 .produkt-detail-navl-fanshop a {
    background: none;
    padding-left: 20px;
}
.sec-fanshop-v2 .produkt-detail-navo-fanshop a {
    display: inline-block;
    background: none;
    padding-left: 0px;
}
.sec-fanshop-v2 .produkt-detail-fanshop {
    background: #000 url("images/shop_v2/detail_bg.jpg") no-repeat;
    background-size: auto;
    background-size: auto 100%;
    padding:20px 20px 0 0;
}
.sec-fanshop-v2 .produkt-detail-nav-fanshop {
    background: none;
}
.sec-fanshop-v2 .produkt-detail-left-fanshop .zoom {
    bottom: -50px;
    left:20px;
}
.sec-fanshop-v2 .produkt-name-fanshop{
    position:absolute;
    bottom:45px;
    left:0;
    width:100%;
    padding:0 20px;
}
.sec-fanshop-v2 .produkt-price-fanshop{
    position:absolute;
    bottom:20px;
    left:0;
    width:100%;
    padding:0 20px;
}
.page-shop-v2 .fancybox-stage{
    background: transparent url("images/shop_v2/zoom_bg.png") no-repeat center;
    background-size:50%;
    background-size:850px 650px;
    background-size:100%;
}
.page-shop-v2.page-id-6655 .fancybox-stage{
    background: none;
}


.page-shop-v2 .fancybox-button--fullscreen{
    display:none;
}
.page-shop-v2 .fancybox-button {
    width: 88px;
    height: 88px;
    line-height: 88px;
}
.page-shop-v2 .fancybox-button--close::after,
.page-shop-v2 .fancybox-button--close::before {
    height: 6px;
    width: 44px;
    top: calc(50% - 10px);
    left: calc(50% - 20px);
    opacity: 1;
}
.page-shop-v2 .fancybox-button, .page-shop-v2 .fancybox-infobar__body {
    background: transparent;
}
.page-shop-v2 .fancybox-button:hover:not([disabled]) {
    color: #fff;
    background: transparent;
}
.page-shop-v2 .produkt-detail-number-fanshop {
    border-bottom: 1px solid #cfb87d;
}
/* Fanshop Update 2021.12 End */

.gm-style-iw {
	color:#666!important;
        text-align:left!important;
}

   #scrollbox1 {
    overflow: auto;
    width: 324px;
    height: 400px;
    padding: 0 0px;
    border: 0px solid #b7b7b7;
}

.scroll-up1,
.scroll-down1 {
    width: 24px;
    height: 24px;
}

.scroll-up1 {
    background: #caa87d url(images/scroll_up.png) no-repeat center center;
}
.scroll-up1:hover {
   /* background-position: -17px 0;*/
}

.scroll-down1 {
    background: #caa87d url(images/scroll_down.png) no-repeat center center;
}
.scroll-down1:hover {
  /*  background-position: -17px -17px; */
}

.track1 {
    width: 24px;
    background-color: #caa87d;
    border-left: 0px solid #f2f0ea;
}

.handle1 {
    width: 20px;
    margin-left: -10px;
    background: #000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height:20px!important;
}
.handle1:hover {
    /* background-position: -17px center; */
}

.handle1 .top,
.handle1 .bottom {
    display:none;
}

.handle1 .top {
    top: 0;
}
.handle1:hover .top {
    background-position: -17px 0;
}

.handle1 .bottom {
    bottom: 0;
    width: 17px;
    height: 10px;
    background-position: 0 bottom;
}
.handle1:hover .bottom {
    background-position: -17px bottom;
}
.sec-news-ecards-form-error{
    color:#ff0000;
    text-align:center;
    margin-bottom:10px;
    font-size:14px;
    display:none;
}
.sec-news-ecards-form-success{
    text-align:center;font-weight:600;display:none;
}
.sec-news-ecards-form-success span{
    text-decoration: underline;
    font-weight:400;
    display: inline-block;
    padding-top:10px;
    cursor:pointer;
}
#s2{
  position:absolute;
  top:-1000000px;
} 
.produkt-checkout-fanshop span.produkt-detail-button-fanshop2{
    display:none;
}

.partner_cont{
	position:absolute;
	top:200px;
	width:calc(100% - 40px);
}
.partner_popup{
	max-width:400px;
	width:90%;
	margin:auto;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	position:relative;
	line-height:0;
}
.partner_popup img{
	width:100%;
	height:auto;
}
.partner_popup span{
	position:absolute;
	top:10px;
	right:10px;
	color:#fff;
	font-size:11px;
	cursor:pointer;
	line-height:17px;
}

/* Bierselect */
.overview-bierselect{
    margin-top:-40px;
}
.text-bierselect a{
    text-decoration:none;
    display:block;
    padding:0 30% 40px 40px;
    background:#000000 url(images/Dithmarscher_Bierselect_V27.png) right 40px bottom 40px no-repeat;
    background-size:96px auto;
}
.sec-map,
#sliderTop{
    position: relative;
}
.bier-stoerer{
    position:absolute;
    bottom:40px;
    right:40px;
    width:200px;
    height:200px;
}
.bier-stoerer img{
    width:100%;
    height:auto;
}
.bier-stoerer-2{
    position:absolute;
    top:-60px;
    left:90px;
    width:200px;
    height:200px;
}
.bier-stoerer-2 img{
    width:100%;
    height:auto;
}
.biershop-infos{
    padding:40px 240px 0 0;
    position: relative;
    max-width:700px;
    margin:auto;
    text-align: right;
}

.biershop-infos .biershop-infos-img1{
    width:200px;height:auto;display:inline-block;margin-top:20px;
}
.biershop-infos .biershop-infos-img2{
    width:200px;height:auto;display:inline-block;margin-top:20px;
    position: absolute;
    right:0;
    top:0;
}
.sec-shop-left{
    width:calc(45% - 40px);
    margin-right:80px;
    float:left;
}
.sec-shop-right{
    width:calc(55% - 40px);
    float:left;
}
.sec-shop-left img{
    max-width: 100%;
    display: block;
    margin: auto;
}
.sec-shop-right img{
    max-width:100%;
}
.sec-shop-left h3,
.sec-shop-right h3{
    border-bottom: 2px solid #caa87d;
    padding-bottom: 10px;
    margin:0 0 20px 0;
}
.sec-shop-left-info{
    padding:20px 160px 0 0;
    text-align: right;
    position: relative;
}
.sec-shop-right-info{
    padding:20px 240px 0 0;
    text-align: right;
    position: relative;
}
.sec-shop-right .sec-shop-right-info-img1{
    position:absolute;
    right:0;
    top:10px;
    max-width:200px;
}
.sec-shop-left .sec-shop-left-info-img1{
    float:right;
}
.sec-shop-left .sec-shop-left-info-img2{
    position:absolute;
    right:0;
    top:10px;
    max-width:120px;
}
.lp-game .entry-content{
    max-width:390px;
    padding-top:120px;
}
.lp-game .entry-content img{
    width:100%;
    height:auto;
    display: block;
    margin-bottom:30px;
}
.lp-game .entry-content h1{
    width:100%;
    height:auto;
    display: block;
    margin-bottom:30px;
    padding:20px;
    color:#fff;
    background:#c4aa81;
    border:2px solid #fff;
    border-radius:20px;
    font-size:24px;
    line-height:30px;
}
.lp-game .entry-content h2{
    margin-bottom:20px;
}
.lp-game .entry-content label{
    margin-bottom:5px;
    color:#c4aa81;
    display:block;
    text-align: left;
}
.lp-game .entry-content input[type="email"]{
    margin-bottom:20px;
    display:block;
    border-radius:10px;
    width:100%;
    padding:10px 10px;
    font-size:14px;
}
.lp-game .entry-content button{
    margin:0 auto 30px;
    display:inline-block;
    width:100px;
    padding:5px 5px;
    font-size:14px;
    text-align: center;
    color:#000;
    background:#c4aa81;
}
.lp-game .entry-content p{
    margin-bottom:30px;
}
.lp-game .entry-content p.lp-game-info{
    font-size:14px;
    opacity: 0.5;
    line-height:20px;
}

@media only screen and (max-width: 1250px) {
    header ul li {
        margin: 0 4px;
    }
    header ul li a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1200px) {
    #stoerer-bierselect{
        display:none;
    }
}
@media only screen and (max-width: 1100px) {
    header ul li a {
        font-size: 13px;
    }
}
@media only screen and (max-width: 1050px) {
    header ul li a {
        font-size: 12px;
    }
}
@media only screen and (max-width: 980px) {
    .contact-person{
        margin-right: 15px!important;
        margin-left: 15px!important;
    }
    .bier-stoerer-2,.bier-stoerer{
        display:none;
    }
    .sec-shop-left{
        float:none;
        margin:0;
        width:100%;
        clear:both;
    }
    .sec-shop-right{
        float:none;
        width:100%;
        padding-top:40px;
        clear:both;
    }
    .sec-news-entry-teaser{
        position: absolute;
        left: -40px;
        top: 35px;
    }
    .sec-news-entry-teaser img{
        max-width:160px;
        height:auto;
    }
    .lp-game .entry-content{
        padding-top:0px;
    }
}
@media only screen and (max-width: 720px) {
    .biershop-infos .biershop-infos-img1{
        display: block;
        margin: 20px auto 20px;
    }
    .biershop-infos .biershop-infos-img2{
        position: static;
        display: block;
        margin: 20px auto 20px;
    }
    .biershop-infos{
        padding:40px 0px 0 0;
        text-align: center;
    }
}
@media only screen and (max-width: 680px) {
    .sec-news-entry-teaser {
        position: static;
        left: -80px;
        top: 35px;
        margin-bottom:20px;
    }

    .sec-news-entry-teaser img {
        max-width: 400px;
        height: auto;
        width:100%;
    }
}

@media only screen and (max-width: 540px){
    .sec-news.sec-news-2025 ul li{
        padding-top:80px;
    }
    .text-bierselect a{
        text-decoration:none;
        display:block;
        padding:0 20px 150px 20px;
        background:#000000 url(images/Dithmarscher_Bierselect_V27.png) center bottom 30px no-repeat;
        background-size:96px auto;
    }
    .sec-shop-left-info{
        padding:20px 0px 0 0;
        text-align: center;
        position: relative;
    }
    .sec-shop-right-info{
        padding:20px 0px 0 0;
        text-align: center;
        position: relative;
    }
    .sec-shop-right .sec-shop-right-info-img1{
        position:static;
        right:0;
        top:10px;
        max-width:200px;
        margin-top:20px;
    }
    .sec-shop-left .sec-shop-left-info-img1{
        float:none;
    }
    .sec-shop-left .sec-shop-left-info-img2{
        position:static;
        right:0;
        top:10px;
        max-width:120px;
    }
}
/* Bierselect End */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    
.sec-news ul li.jobs:hover{   
    background: transparent url("images/icon_jobs.png") no-repeat top center;
}
.sec-news ul li.events:hover{
    background: transparent url("images/icon_events.png") no-repeat top center;
}
.sec-news ul li.press:hover{
    background: transparent url("images/icon_presse.png") no-repeat top center;
}
.sec-news ul li.friends:hover{
    background: transparent url("images/icon_freunde.png") no-repeat top center;
}
.sec-news ul li.ecards:hover{
    background: transparent url("images/icon_ecards.png") no-repeat top center;
}
.sec-news ul li.downloads:hover{
    background: transparent url("images/icon_downloads.png") no-repeat top center;
}
.sec-news ul li.labels:hover{
    background: transparent url("images/icon_etiketten.png") no-repeat top center;
}
.sec-news ul li.jobs.active:hover{   
    background: transparent url("images/icon_jobs_a.png") no-repeat top center;
}
.sec-news ul li.events.active:hover{
    background: transparent url("images/icon_events_a.png") no-repeat top center;
}
.sec-news ul li.press.active:hover{
    background: transparent url("images/icon_presse_a.png") no-repeat top center;
}
.sec-news ul li.friends.active:hover{
    background: transparent url("images/icon_freunde_a.png") no-repeat top center;
}
.sec-news ul li.ecards.active:hover{
    background: transparent url("images/icon_ecards_a.png") no-repeat top center;
}
.sec-news ul li.downloads.active:hover{
    background: transparent url("images/icon_downloads_a.png") no-repeat top center;
}
.sec-news ul li.labels.active:hover{
    background: transparent url("images/icon_etiketten_a.png") no-repeat top center;
}
}
@media only screen and (max-width: 320px){
 
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and ( min-device-pixel-ratio: 1.25), only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) {     
        -webkit-font-smoothing: subpixel-antialiased; 
}