﻿/*
Theme Name: Hamburger Kammerspiele New
Version: 1.0

/***********************************************************************************/
/*                                  Reset Browser                                  */
/***********************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
:focus { outline: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

.clearfix:after,
.termine-list .termine-item:after,
.form-row:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix ,
.termine-list .termine-item,
.form-row{
	zoom: 1;
}

/***********************************************************************************/
/*                                      Fonts                                      */
/***********************************************************************************/
@font-face {
    font-family: 'bd';
    src: url('fonts/universltstd-boldcn-webfont.eot');
    src: url('fonts/universltstd-boldcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/universltstd-boldcn-webfont.woff') format('woff'),
         url('fonts/universltstd-boldcn-webfont.ttf') format('truetype'),
         url('fonts/universltstd-boldcn-webfont.svg#univers_lt_std67BdCn') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cn';
    src: url('fonts/universltstd-cn-webfont.eot');
    src: url('fonts/universltstd-cn-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/universltstd-cn-webfont.woff') format('woff'),
         url('fonts/universltstd-cn-webfont.ttf') format('truetype'),
         url('fonts/universltstd-cn-webfont.svg#univers_lt_std57_condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'obl';
    src: url('fonts/universltstd-cnobl-webfont.eot');
    src: url('fonts/universltstd-cnobl-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/universltstd-cnobl-webfont.woff') format('woff'),
         url('fonts/universltstd-cnobl-webfont.ttf') format('truetype'),
         url('fonts/universltstd-cnobl-webfont.svg#univers_lt_std57CnOb') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'lt';
    src: url('fonts/universltstd-lightultracn-webfont.eot');
    src: url('fonts/universltstd-lightultracn-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/universltstd-lightultracn-webfont.woff') format('woff'),
         url('fonts/universltstd-lightultracn-webfont.ttf') format('truetype'),
         url('fonts/universltstd-lightultracn-webfont.svg#univers_lt_std49LtultraCn') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ucn';
    src: url('fonts/universltstd-ultracn-webfont.eot');
    src: url('fonts/universltstd-ultracn-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/universltstd-ultracn-webfont.woff') format('woff'),
         url('fonts/universltstd-ultracn-webfont.ttf') format('truetype'),
         url('fonts/universltstd-ultracn-webfont.svg#univers_lt_std59ultraCn') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family:"LinotypeUniversW01-MdCn";
	src:url("fonts/dea5a17e-aa60-4218-87b5-c0dcdeef7387.eot?#iefix");
	src:url("fonts/dea5a17e-aa60-4218-87b5-c0dcdeef7387.eot?#iefix") format("eot"),
	url("fonts/9b9ddb49-44e6-48ec-ab31-ea170790588e.woff") format("woff"),
	url("fonts/0e042756-bb65-4018-af4c-d762d8a5adaa.ttf") format("truetype"),
	url("fonts/0bbdffd5-1aa8-4b10-b58d-d5cda6d56745.svg#0bbdffd5-1aa8-4b10-b58d-d5cda6d56745") format("svg");
}

/***********************************************************************************/
/*                                  Main Elements                                  */
/***********************************************************************************/
body{
	font-family: 'cn';
}
a{
	color: #2094c4;
	text-decoration: none;
	outline:none;   /* Remove dashed frame for IE8,FF  */
}
img{
	width: inherit;
	width: auto;
	max-width: 100%;
	display: block;
	height: auto!important;
}
p{
	padding: 0 0 21px;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, 'Bitstream Charter', serif;
	/*font-style: italic;*/
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px 'Courier 10 Pitch', Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
sup{
	font-size: .6em;
	vertical-align: baseline;
	position: relative;
	top: -.4em;
}
::-webkit-input-placeholder { color: #a2082c; }
:-moz-placeholder           { color: #a2082c; }
::-moz-placeholder          { color: #000; }
:-ms-input-placeholder      { color: #a2082c; }
:placeholder                { color: #a2082c; }


/***********************************************************************************/
/*                               Layout & Composition                              */
/***********************************************************************************/
body{
	color: #000;
	font: normal 12px/1.2 Candara, Arial,sans-serif;
	width: 100%;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/***********************************************************************************/
/*                                  Content Area                                   */
/***********************************************************************************/
.content_area ul, ol {
	margin: 0 0 1.625em 2.5em;
}
.content_area ul {
	list-style: square;
}
.content_area ol {
	list-style-type: decimal;
}
.content_area ol ol {
	list-style: upper-alpha;
}
.content_area ol ol ol {
	list-style: lower-roman;
}
.content_area ol ol ol ol {
	list-style: lower-alpha;
}
.content_area ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
.content_area img{
	max-width: 100%;
}
.content_area .wp-caption{
	max-width: 100%;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
/*  PageNavi */
.page_navi{
	width:100%;
	text-align:left;
	overflow:hidden;
	margin:10px 0 30px 0;
}
.page_navi a{
	margin:3px;
}
.page_navi a:hover,
.page_navi a.current{
	color:#005982;
}
.content_area h1,
.content_area h2,
.content_area h3,
.content_area h4{
	font-size: 30px;
	font-family: "FuturaND-Medium";
	margin-bottom: 15px;
	color: #e50043;
}
/***********************************************************************************/
/*                                      Style                                      */
/***********************************************************************************/

.hk-404 { line-height: 10; margin-top: 50px; text-align: center; color: white; }


/*flexslider*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;position: relative;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block; max-width: 900px;/*ydo*/}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* FlexSlider Default Theme
*********************************/
.flexslider { }
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}
/* Direction Nav */
.flex-direction-nav {*height: 0;display: none;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url('images/bg_direction_nav.png') no-repeat 0 0; position: absolute;

top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 10px; text-align: right;z-index: 4;}
.flex-control-nav li {margin: 0 4px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 13px; height: 13px; display: block; background: #ddd; background: rgba(255,255,255,0.5); cursor: pointer; text-indent: 20px;overflow:

hidden;}
.flex-control-paging li a:hover { background: #fff; background: rgba(255,255,255,0.9); }
.flex-control-paging li a.flex-active { background: #fff; background: rgba(255,255,255,0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
/*global*/
body{
	background: #000;
	font-family: "FuturaND-Medium";
}
a{
	color: #fff;
}
a:hover{
	color: #fff;
}
.section{
	max-width: 895px;
	margin: 0 auto;
	width: 100%;
}
.input-text,
.gform_wrapper input[type=text]{
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #000;
    display: block;
    font-family: "FuturaND-Medium" !important;
    font-size: 13px !important;
    margin: 0;
    padding: 5px 1% !important;
    width: 95%;
}
.gform_wrapper textarea{
	font-size: 13px !important;
	width: 97.2% !important;
}
.button {
	cursor: pointer;
}
.button {
	background: transparent;
	border: none;
	font-family: 'FuturaND-MediumOblique';
	font-size: 16px;
	color: #e50043;
	text-transform: uppercase;
	margin-top: 4px;
}





/*gend*/
/*header*/
.section-wrap.section-header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	height: 50px;
}
body.admin-bar .section-wrap.section-header { top: 28px; }
body.admin-bar .section-slide { top: 28px; }
.section-wrap.section-header.fixed .section{
	//box-shadow: 0 0 100px #000;
	height: 50px;
}
.logo{
	float: left;
}
.logo a{
	display: block;
	width: 149px;
	height: 200px;
	text-indent: -9999px;
	position: relative;
	top: 0;
	-webkit-transition: top .4s ease;
	-moz-transition: top .4s ease;
	-ms-transition: top .4s ease;
	-o-transition: top .4s ease;
	transition: top .4s ease;
}
.logo a .lg{
    background: rgba(0, 0, 0, 0) url("images/logo_new.png") no-repeat scroll center top;
    display: block;
    height: 140px;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 345px;
}
.logo a .bg{
	//background-color: #b40931;
	display: block;
	width: 100%;
	height: 178px;
	position: absolute;
	top: 0;
	z-index: 0;
}
.fixed .logo a{
	//top: -129px;
 top: 0px;
}
.fixed .logo h1{
	height: 50px;
}
.nav-bar{
    height: 50px;
    position: absolute;
    top: 0;
    width: auto;
}
.nav{
	float: left;
}
.nav li{
	float: left;
	position: relative;
}
.nav li ul{
	position: absolute;
	top: 50px;
	left: 0;
	width: 203px;
	display: none;
	z-index: 9;
/*	background: #3c3c3b;
	background: rgba(77,77,77,.9);*/
}
.nav li ul li{
	float: none;
	border-bottom: 1px solid #efdbc1;
}
.nav li ul li a{
	display: block;
	padding: 15px 0 15px 25px;
	height: auto;
	line-height: 1;
}
.nav .current-page-ancestor li a,
.nav .current_page_item li a,
.nav .current li a{
	//background: #3c3c3b;
	//color: #fff;
	//background: rgba(77,77,77,.9);
	background: #FEE9CD;
	color: #e50043;
}
.nav .current-page-ancestor li a:hover,
.nav .current_page_item li a:hover,
.nav .current li a:hover{
	//background: #141c1c;
	//background: rgba(0,0,0,.8);
	color: #FEE9CD;
	background: #e50043;
}
.nav a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 13px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-family: "FuturaND-Medium";
}
.nav a:hover{
	//background: #141c1c;
	//background: rgba(0,0,0,.8);
}

.nav a:hover,
.nav .current-page-ancestor a,
.nav .current_page_item a,
.nav .current a{
	//background: #141c1c;
	//background: rgba(0,0,0,.8);
	background: #FEE9CD;
	color: #e50043;
}
.nav-tool{
    background: #e50043 none repeat scroll 0 0;
    float: left;
    height: 37px;
    padding-left: 12px;
    padding-top: 13px;
}
.nav-tool .share-link {
	float: left;
	margin-right: 20px;
	padding-top: 4px;
}
.nav-tool .share-link li{
	float: left;
}
.nav-tool .share-link a{
	display: block;
	text-indent: -9999px;
	float: left;
	margin-right: 10px;
	width: 17px;
	height: 16px;
	background: url(images/nav-share.png) no-repeat 0 0;
}
.nav-tool .share-link .gp a{
	background-position: -25px 0;
}
.cart{
	float: right;
	display: block;
	margin-right: 25px;
	width: 19px;
	height: 19px;
	background: url(images/top-cart.png) no-repeat;
	position: relative;
}
.cart span{
	display: block;
	position: absolute;
	z-index: 10;
	color: #fff;
	width: 16px;
	height: 16px;
	font-size: 12px;
	border-radius: 50%;
	background: #b40931;
	top: -6px;
	left: -10px;
	text-align: center;
	line-height: 16px;
}
/*hend*/
/*body*/
.section-wrap{
	position: relative;
	z-index: 1;
}
.section-slide{
	position: absolute;
	top: 0;
	z-index: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.top-slide img{

	margin: 0 auto;
}
.section-slide .slide-bottom{
	left: -60px;
	right: -60px;
	height: 200px;
	box-shadow: 0 -100px 100px #000;
	position: absolute;
	bottom: -200px;
	z-index: 2;
	display: none; /*ydo*/
}
.section-slide #map { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 101; }
.section-main{
	margin-top: 600px;
	color: #fff;
}
.infoline{
	//background: #3c3c3b;
	//background: rgba(60,60,60,.9);
	background: #E50043;
}
.flex-control-nav{
	bottom: auto;
	top: 560px;
	width: 400px;
	margin: 0 auto;
	text-align: center;
	left: 50%;
	margin-left: -200px;
}
.flex-control-paging li a{
	border-radius: 50%;
	background: #3c3c3b;
	background: rgba(60,60,60,.9);
}
.flex-control-paging li a.flex-active{
	background: #fff;
	background: rgba(255,255,255,.75);
}
.flex-direction-nav{
	display: block;
	top: 300px;
	left: 50%;
	position: absolute;
}
.flex-direction-nav a:hover{
	opacity: .8;
}
.flex-direction-nav .flex-prev{
	width: 22px;
	height: 137px;
	margin-left: -447px;
	background: url(images/slide/slide-prev.png) no-repeat;
}
.flex-direction-nav .flex-next{
	width: 22px;
	height: 137px;
	margin-left: 425px;
	background: url(images/slide/slide-next.png) no-repeat;
}
.top-slide h2{
    color: #fff;
    font-family: "FuturaND-Medium";
    font-size: 38px;
    left: 50%;
    margin-left: -447px;
    position: absolute;
    text-transform: uppercase;
    top: 545px;
    z-index: 3;
}
.infoline{
	overflow: hidden;
	padding: 0.55865921787709% 0 0.55865921787709% 2.79329608938547%;
	font-family: "FuturaND-Medium";
}
.infoline strong{
	font-weight: normal;
}
.infoline div{
	float: left;
	font-size: 14px;
	text-transform: uppercase;
}
.infoline p { padding: 0; margin: 0; }
.infoline .tel{
	margin-right: 50px;
}
.infoline .kasse{
	margin-right: 50px;
}
.main-wrap{
	//background: #b40931;
	//background: rgba(180,9,49,.9);
	background: #FEE9CD;
	padding: 1.67597765363128% 2.79329608938547%;
	color: #000000;
	font-family: 'Minion W08 Medium';
}
.main-body{
	width: 65.68047337278107%;
	float: left;
}
.jwplayer .jwlogo, .jwplayer .jwclick { display: none !important; }
.sidebar{
	width: 31.36094674556213%;
	float: right;
}
.sidebar h2{
    font-family: "FuturaND-Medium";
    font-size: 21px;
    margin-bottom: 15px;
    line-height: 30px;
    text-transform: uppercase;
}
.sidebar li{
	overflow: hidden;
	position: relative;
}
.sidebar .date-week{
    color: #e50043;
    float: left;
    font-size: 16px;
    min-width: 15px;
    padding-right: 6px;
    position: relative;
    top: 0;
    font-family: "FuturaND-Medium";
}
.sidebar .date-day {
	font-size: 15px;
	float: left;
    font-family: "FuturaND-Medium";
}
.sidebar .date-month {
	font-size: 15px;
	float: left;
	padding-right: 6px;
    font-family: "FuturaND-Medium";
}
.sidebar .title{
	font-size: 14px;
	//font-family: bd;
	display: block;
	overflow: hidden;
	width: 65%;
}
.sidebar .time{
	float: right;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 0;
}
.sidebar>ul>li:first-child{
	padding-top: 0;
	border-top: none;
}
.sidebar > ul > li:first-child a{
	color: #000;
	}
.sidebar>ul>li{
	padding-top: 20px;
	border-top: 1px solid #fff;
	margin-bottom: 20px;
}
.sidebar li li{
	line-height: 1.4;
}
.sidebar .news{
	font-size: 14px;
	line-height: 1.4;
}
.sidebar .news p { padding: 0; }
.sidebar .news .news-one { margin-bottom: 20px; }
.sidebar .news .news-one:last-child { margin-bottom: 0; }
.sidebar .news a{
	font-size: 14px;
	font-family: "Minion W08 Bold Italic";
	white-space: nowrap;
	color: #e50043 !important;
}
.sidebar-termine-wrap{
	top: 60px;
	-webkit-transform: translateZ(0);
}
.page-template-template-page_with_gmaps-php .section-slide .slide-bottom{
	z-index: 102;
	display: block;
}
.page-template-template-page_with_gmaps-php .section-slide{
	max-height: 1000px;
}
.flex-disabled{
	display: none !important;
}
/*bend*/
/*footer*/
.footer-top{
	background: #363635;
}
.section-footer ul img{
	width: 100%;
}
.section-footer .left{
	width: 31.271136%;
	float: left;
}
.section-footer .center{
	float: left;
	margin-left: 3.093296%;
	width: 31.271136%;
}
.section-footer .right{
	float: right;
	margin-left: 3.093296%;
	width: 31.271136%;
}
.section-footer .left h3{
	padding-left: 5px;
}
.footer-top li h3{
	font-size: 15px;
	text-transform: uppercase;
	font-family: "FuturaND-Medium";
	padding: 4px 0 2px 0;
}
.footer-bottom{
	padding: 25px 0 45px 0;
	color: #f3f3f3;
	font-size: 11px;
}

/*fend*/
/*home*/
.home-content h4 { font-size: 14px; text-transform: uppercase; color: #000000; font-family: "FuturaND-Medium";}
.home-content h3 { font-size: 30px; font-family: 'FuturaND-Medium'; margin-bottom: 18px; text-transform: uppercase; color: #E50043;}
.home-content { font-size: 16px; }
.home-content p, .home-content img.alignleft, .home-content img.alignright, .home-content img.aligncenter { padding-bottom: 0; margin-bottom: 25px; }
.home-content p a { font-family: "Minion W08 Bold Italic"; text-transform: uppercase; white-space: normal; color: #e50043; }
.home-content hr { margin-bottom: 25px; height: 1px; background: #000; clear: both; }
.home-content .home-left { width: 47.5%; float: left;}
.home-content .home-right { width: 47.5%; float: right; }

.post-item .sub-title{
	font-size: 16px;
	text-transform: uppercase;
}
.post-item .post-title h1{
	font-size: 32px;
        line-height: 46px;
	font-family: "FuturaND-Medium";
	margin-bottom: 18px;
	text-transform: uppercase;
}
.post-item .post-excerpt p{
	padding-bottom: 25px;
}
.post-item .post-excerpt{
	font-size: 16px;
}
.post-item .post-excerpt .go-to-look{
	font-family: "Minion W08 Bold Italic";
	text-transform: uppercase;
	white-space: nowrap;
}
.post-item {
	border-bottom: 1px solid #fff;
	margin-bottom: 25px;
	overflow: hidden;
	position: relative;
}
.post-item .post-thumb{
	float: right;
	margin-top: -75px;
	margin-bottom: 25px;
	width: 47.74774774774775%;
}
.post-item.has-thumb .post-excerpt{
	width: 47.74774774774775%;
	float: left;
}
.post-item.newsletter{
	border-bottom: none;
	margin-bottom: 0;
}
.post-item.newsletter .post-excerpt{
	width: 47.74774774774775%;
	float: left;
}
.newsletter-form{
	float: right;
	width: 47.74774774774775%;
}
.sidebar .share{
	overflow: hidden;
	padding-top: 20px;
	border-top: 1px solid #fff;
}
.share h2{
    font-family: "FuturaND-Medium";
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.share a{
	display: inline-block;
	margin-right: 10px;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	background: url(images/sidebar-share.png) no-repeat 0 0;
}
.share a.fb{
	background-position: 0 0;
}
.share a.gp{
	background-position: -37px 0;
}
.share a.tw{
	background-position: -74px 0;
}
.share a.pa{
	background-position: -111px 0;
}
.sidebar-news{
	margin-bottom: 0 !important;
}


/*ehome*/
/*programm*/
.main-body .share {
	padding-bottom: 11px;
}
.main-body .share a:hover{
	opacity: .8;
}
.share-link a:hover{
	opacity: .8;
}
.main-body .share h2{
	text-transform: uppercase;
}
.post-item.mov-title{
	margin-bottom: 0;
	border-bottom: none;
}
.left{
	float: left;
}
.right{
	float: right;
}
.mov-item{
	margin-bottom: 40px;
	min-height: 199px;
}
.mov-item .left{
	width: 52.25225225225225%;
}
.mov-item .right{
	width: 47.74774774774775%;
}
.mov-item .right img{
	max-width: 256px;
	max-height: 170px;
}
.mov-item h2{
	font-family: "FuturaND-Medium";
	font-size: 32px;
	margin-bottom: 15px;
	line-height: 1.1;
}

.mov-item h2 a{
	color: #e50043;
	}

.mov-item .des{
	font-size: 20px;
	font-family: "FuturaND-Medium";
	margin-right: 15px; /*ydo*/
}
.mov-item .des p{
	padding-bottom: 18px;
}
.mov-item p.date{
	padding-bottom: 0;
	font-family: "FuturaND-Medium";
	font-size: 21px;
}
.mov-item p.date span.small{
	display: block;
	font-family: "FuturaND-Medium";
	font-size: 19px;
}
/*eprogramm*/
/*negative*/
.negative .main-wrap, .negative .logo a .bg{
	background-color: #01a1a1;
}
.negative .main-body{
	float: right;
}
.negative .sidebar{
	float: left;
}
.sidebar.info h2{
    font-family: "FuturaND-Medium";
    font-size: 32px;
    line-height: 1;
    margin-bottom: 14px;
    text-transform: none;
}
.sidebar.info{
	font-family: "FuturaND-Medium";
	font-size: 20px;
	padding-bottom: 18px;
}
.sidebar.info .date{
	margin-bottom: 65px;
	font-family: "FuturaND-Medium";
	font-size: 25px;
}
.sidebar.info .date .small{
	font-size: 24px;
	display: block;
	font-family: "FuturaND-Medium";
}
.sidebar-ft-info h3{
	font-size: 13px;
	text-transform: uppercase;
	font-family: "FuturaND-Medium";
}
.sidebar-ft-info p{
	padding-bottom: 20px;
}
.content_area{
	font-size: 16px;
	margin-bottom: 20px;
}
.content_area em{
	font-style: normal;
	font-family: "Minion W08 Bold Italic";
}
.content_area strong{
	font-family: "Minion W08 Bold";
	font-weight: normal;
}
.content_area strong em ,
.content_area em strong{
	font-family: "Minion W08 Bold Italic";
	font-weight: bold;
}
.content_area ul {
	list-style-type: disc;
}
.content_area blockquote{
	font-size: 16px;
	font-family: "Minion W08 Bold Italic";
	font-style: italic;
	color: #e50043;
	margin: 0;
	margin-bottom: 6px;/*ydo*/
	padding-left: 25px;
	background: url(images/blockquote.png) no-repeat 0 2px;
	word-spacing: 1px; /*ydo*/
}
.content_area blockquote p{
	padding-bottom: 10px;
}
.content_area blockquote cite{
	font-size: 10px;
	font-family: "Minion W08 Bold";
	color: #000;
}
.content_area blockquote cite:before{
	content: '“';
	font-size: 16px;
	font-family: "Minion W08 Bold Italic";
	color: #fff;
	padding-right: 4px;
}
.play-detail{
	margin-bottom: 45px;
}
.play-detail h2{
	font-size: 26px;
	font-family: "FuturaND-Medium";
	padding-left: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
	cursor: pointer;
	background: url(images/play-detail-arr.png) no-repeat left center;
}
.open .detail-body{
	display: block;
}
.detail-body{
	display: none;
}
.play-detail.open h2{
	background: url(images/play-detail-arr-open.png) no-repeat left center;
}
.termine .left{
	width: 250px;
	margin-right: 75px;
}
.termine .left.last{
	margin-right: 0;
}
/*.termine-item{
	overflow: hidden;
}*/
.termine-item div{
	float: left;
}
.hot-bar{
	border: 1px solid #fff;
	width: 46px;
	height: 6px;
}
.hot-bar span{
	display: block;
	height: 6px;
	/*background: #bfe7e7;*/
	background: #fff; /*ydo*/
	width: 0;
}
.hot-bar.l25 span{
	width: 25%;
}
.hot-bar.l50 span{
	width: 50%;
}
.hot-bar.l75 span{
	width: 75%;
}
.hot-bar.l100 span{
	width: 100%;
}
.badge-wrap {}
	.badge {}
		.badge-text { background: white;
			transform: rotate(355deg);
			-webkit-transform: rotate(355deg);
			-moz-transform: rotate(355deg);
			-o-transform: rotate(355deg);
			-ms-transform: rotate(355deg);
			display: none;
			font-size: 14px; padding: 1px 5px 0;
			font-family: "FuturaND-Medium";
			color: #b40931;
		}
		.badge-soldout .badge-text-soldout { display: block; }
		.badge-upcoming .badge-text-upcoming { display: block; }
		.badge-upcoming .date-week,
		.badge-upcoming .date-all,
		.badge-upcoming .date-time { opacity: .5; filter: alpha(opacity=50); }
.termine-list .badge-wrap { width: 60px; height: 1px; }
.termine-item{
	margin-bottom: 4px;
	font-size: 16px;
	color: #000;
}
.termine-item .date-week{
	font-size: 14px;
	margin-top: 2px;
	margin-right: 25px;
	width: 12px;
	color: #000;
}
.termine-item .date-all{
	color: #000;
	margin-right: 20px;
}
.termine-item .date-all a { color: #000; }
.termine-item .date-time{
	color: #000;
	margin-right: 10px;
}
.termine-item .date-time a{color: #000;}
.termine-item .hot-bar{
	margin-top: 5px;
}
.termine-item.important{
	color: #000000;
}
.termine-item.important .date-week{
	color: #000000;
}
.termine-item.important .date-all{
	color: #000000;
}
.termine-item.important .date-time{
	color: #000000;
}
.termine-item.important .date-all a { color: #000; }
.preise .preise-list{
	overflow: hidden;
	margin-bottom: 15px;
}
.preise .preise-info{
	padding-top: 30px;
	font-size: 16px;
	font-family: "FuturaND-Medium";
	width: 102px;
	float: left;
}
.preise .preise-itme{
	float: left;
	margin-right: 5px;
	width: 108px;
	//height: 92px;
	background: #fff;
	font-family: "FuturaND-Medium";
	text-align: center;
}
.preise .preise-itme .preise-title{
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.preise .preise-itme .preise-unit{
	font-size: 16px;
	color: #666;
	color: rgba(0,0,0,.5);
	margin-bottom: 2px;
}
.preise .preise-itme .preise-price1{
	margin-bottom: 2px;
	font-size: 12px;
}
.preise .preise-itme .preise-price2{
	font-size: 12px;
}
.preise .preise-itme.pg1{
	background: rgba(255,255,255,.1);
}
.preise .preise-itme.pg2{
	background: rgba(255,255,255,.2);
}
.preise .preise-itme.pg3{
	background: rgba(255,255,255,.3);
}
.preise .preise-itme.pg4{
	background: rgba(255,255,255,.4);
}
.preise .detail-body .des{
	font-size: 12px;
}
.preise .detail-body .des p{
	padding-bottom: 0;
}
/*enegative*/
/*positive*/
.positive .main-wrap, .positive .logo a .bg{
	background-color: #8ab321;
	color: #000;
}
.positive .main-body{
	float: right;
}
.positive .sidebar{
	float: left;
}
.positive .content_area blockquote{
	background-image: url(images/blockquote-black.png);
}
.positive .content_area blockquote cite{
	color: #000;
}
.positive .content_area blockquote cite:before{
	color: #000;
}
.positive .play-detail h2{
	background-image: url(images/black-play-detail-arr.png);
}
.positive .play-detail.open h2{
	background-image: url(images/black-play-detail-arr-open.png);
}
/*.positive .termine-item.important{
	color: #fff;
}*/
/*.positive .termine-item.important .date-all a { color: #fff; }*/
.overlay{
	background: url(images/overlay.png);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	display: none;
}
.overlay .section{
	max-width: 1027px;
	width: 96%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 425px;
	position: absolute;
	z-index: 101;
}
.overlay iframe{
	height: 400px;
	width: 100%;
}
.overlay-header{
	height: 25px;
	position: relative;
}
.overlay-header h1{
	background: #3c3c3b;
	background: rgba(60,60,60,.9);
	margin-right: 25px;
	font-size: 16px;
	padding-right: 10px;
	text-align: right;
	color: #fff;
	line-height: 25px;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
}
.close-it{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	background: url(images/close-it.png);
}
.overlay-body{
	background: #fff;
	padding: 15px;
}
/*epositive*/
/*karten*/
.date-list .main-wrap{
	position: relative;
}
.date-list .main-body{
	width: 86.3491124260355%;
	float: left;
}
.date-list .sidebar{
	width: 10.69230769230769%;
	top: 85px;
	right: 25px;
	padding-left: 10px;
	border-left: 1px solid #fff;
	position: absolute;
	bottom: 65px;/*ydo*/
}
.termine-list .sub-title{
	font-size: 16px;
	text-transform: uppercase;
}
.termine-list h2{
	font-size: 32px;
	font-family: "FuturaND-Medium";
	text-transform: uppercase;
	margin-bottom: 10px;
}
.termine-list .termine-item{
	padding: 2px 0;
	overflow: visible;
}
.termine-list .termine-item:hover{
	background: #b53956;
	position: relative;
}
.termine-list .termine-item:hover:before{
	content: ' ';
	position: absolute;
	width: 10px;
	left: -10px;
	background: #b53956;
	color: #fff;
	top: 0;
	bottom: 0;
}
.termine-list .date-title{
	width: 192px;
	margin-right: 15px;
	font-family: "Minion W08 Bold";
	font-size: 16px;
}
.termine-list .date-title a{color: #000;}
.termine-list .date-all{
	margin-right: 20px;
}
.termine-list .date-time{
	margin-right: 15px;
}
.termine-list .hot-bar{
	margin-right: 40px;
}
.termine-list .date-link1{
	margin-right: 15px;
	font-family: "Minion W08 Bold Italic";
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 2px;
}
.termine-list .date-link2{
	font-family: "Minion W08 Bold Italic";
	font-size: 14px;
	margin-top: 2px;
	text-transform: uppercase;
}
.termine-list .date-link1 a,
.termine-list .date-link2 a{
	color: #000;
}
.termine-table{
	margin-bottom: 45px;
}
.sidebar.sidebar-termine h2{
	font-size: 20px;
	font-family: "FuturaND-Medium";
	line-height: 1;
	margin-bottom: 2px;
}
.sidebar.sidebar-termine li{
	padding-top: 0;
	margin-bottom: 0;
	border-top: none;
}
.sidebar.sidebar-termine li a{
	font-size: 16px;
	font-family: "FuturaND-Medium";
	letter-spacing: 1px;
	color: #000;
}
.sidebar.sidebar-termine li a:before{
	content: '- ';
}
.sidebar.sidebar-termine ul{
	margin-bottom: 20px;
}
/*ekarten*/
/*withmap*/
.content_area .sub-title{
	font-size: 16px;
	text-transform: uppercase;
}
.content_area h1{
	margin-bottom: 16px;
	text-transform: uppercase;
	font-family: "FuturaND-Medium";
}
/*ewithmap*/
/*normal*/
form .left{
	width: 47.74774774774775%;
}
form .right{
	width: 47.74774774774775%;
}
.gform_wrapper li{
	margin-bottom: 8px;
}
.form-info{
	font-size: 16px;
	font-family: "Minion W08 Bold";
}
.checkbox-wrap{
	padding-bottom: 12px;
}
.checkbox-wrap label{
	display: block;
	width: 24px;
	height: 24px;
	border: 1px solid #fff;
	background: #ecced5;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
.checkbox-wrap input{
	display: none;
}
.checkbox-wrap.active label{
	background: #ba6d7f;
}
.checkbox-text{
	overflow: hidden;
	line-height: 24px;
	font-size: 16px;
}
.form-row textarea,
.gform_wrapper textarea.medium{
	width: 99%;
	resize: vertical;
	border: 1px solid #fff;
	background: #ecced5;
	padding: .5% 1%;
	height: 88px;
	font-family: cn;
}
.form-text,
.gform_wrapper .gfield_html.gfield_no_follows_desc{
	font-size: 12px;
	margin-top: 10px;
	padding-bottom: 15px;
}
.gform_wrapper .gform_footer{
	padding: 0 !important;
}

/*enormal*/

.termine-data-wrap{
	display: none;
}

/* Gravity Form */

/*.hamburger-kammerspiele .gform_wrapper .top_label .gfield_label { display: none; }*/
.hamburger-kammerspiele .gform_wrapper { margin: 0; min-width: 100%; }
.hamburger-kammerspiele .gform_wrapper .gform_footer { margin: 0; }
.hamburger-kammerspiele .gform_wrapper .gform_footer input.button,
.hamburger-kammerspiele .gform_wrapper .gform_footer input[type=submit] { margin: 0; }
.hamburger-kammerspiele .gform_wrapper div.validation_error { color: inherit; }
#gforms_confirmation_message { font-size: larger; font-weight: bold; }
.hamburger-kammerspiele .gform_wrapper .gform_footer input.button { padding-left: 0; } /*ydo*/
.gform_wrapper .gfield_required { color: #fff !important; } /*ydo*/
.gm-style .gmnoprint .gmnoprint .gmnoprint div img{
	display: none;
}

.nav > ul > li{
	background: #e50043;
}


/***********************************************************************************/
/*                                    Media Query                                  */
/***********************************************************************************/
@media screen and (min-width: 1300px) {

.section{
	max-width: 900px;
}
.nav a{
	padding: 0 12.7px;
}
.flex-direction-nav .flex-prev,
.top-slide h2{
	margin-left: -443px;
}
.flex-direction-nav .flex-next{
	margin-left: 420px;
}
.infoline .tel,
.infoline .kasse{
	margin-right: 65px;
}
.post-item .post-thumb img{
	margin-right: 0;
	margin-left: auto;
}
.sidebar .date-month{
	//padding-right: 40px;
	padding-right: 10px;
}
.footer-top img{
	width: 100%;
}
.termine .left{
	width: 250px;
	margin-left: 25px;
}
.date-list .sidebar{
	width: 13.692308%;
}
.date-list .main-body{
	width: 84.349112%;
}
.termine-list .date-all{
	margin-right: 40px;
}
.termine-list .date-title{
	margin-right: 20px;
}
.termine-list .date-link1{
	margin-right: 20px;
}
.nav li ul li a{
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 10px;
}
.nav li ul{
	width: 256px;
}



}
@media screen and (max-width: 935px) {

.nav a{
	padding: 0 15px;
}
.home-content img.alignright{
	margin-left: 0;
}

}
@media screen and (max-width: 890px) {

.sidebar h2{
	font-size: 28px;
}
.post-item .post-title h1{
	font-size: 28px;
}
.flex-direction-nav{
	left: 0;
	right: 0;
}
.flex-direction-nav .flex-prev{
	margin-left: 0;
	left: 10px;
}
.flex-direction-nav .flex-next{
	margin-left: 0;
	right: 10px;
}
.top-slide h2{
	left: 0;
	margin-left: 0;
}
/*.flexslider .slides img{
	height: 620px !important;
	width: auto;
}*/
.section-slide .slide-bottom{
	display: none;
}
.termine-list .date-link1{
	clear: left;
	margin-top: 5px;
}
.termine-list .date-link2{
	margin-top: 5px;
}
.mov-item .right a{
	display: block;
	width: 100%;
}
.mov-item .right img{
	width: 100%;
	height: auto;
	max-width: none;
	max-height: none;
}

}
@media screen and (max-width: 800px) {

.home-content img.alignright{
	width: 210px;
}

}
@media screen and (max-width: 800px) {

.flex-direction-nav{
	top: 250px;
}
.flex-control-nav{
	bottom: 20px;
	top: auto;
}
.top-slide h2{
	bottom: 0px;
	top: auto;
}
.section-main{
	/*margin-top: 565px; ydo*/
}


}
@media screen and (max-width: 770px) {

.section-main{
	margin-top: 576px; /*ydo 550px */
}
.flexslider .slides img{
	position: relative;
	top: 50px;
}

}
@media screen and (max-width: 766px) {
li#menu-item-25 {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

li#menu-item-17 {
    padding-left: 0 !important;
}
.nav-bar{
	background: none repeat scroll 0 0 rgba(60, 60, 60, 0.9);

}
.nav ul{
	display: none;
	position: absolute;
	top: 50px;
	left: 149px;
	background: none repeat scroll 0 0 rgba(77, 77, 77, 0.9);
}
.nav li{
	float: none;
}
.nav li ul{
	left: 100%;
	top: -100%;
	background: none repeat scroll 0 0 rgba(60, 60, 60, 0.9);
	z-index: 10;
}
.nav:before{
	content: ' ';
	cursor: pointer;
	display: block;
	width: 70px;
	height: 25px;
	background: url(images/nav-menu.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin: 13px 15px 13px 13px;
}
.nav.open:before{
	opacity: .5;
}
.section-main{
	margin-top: 568px; /*ydo 550px */
}
.flexslider .slides img{
	top: 30px;
}

}
@media screen and (max-width: 705px) {

.section-main{
	margin-top: 520px; /*ydo*/
}

}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
/*
.logo a .lg{
	background-image: url(images/logo@2x.png);
	-webkit-background-size: 149px 199px;
	background-size: 149px 199px;
}
*/
}
@media screen and (max-width: 670px) {
.preise .preise-info{
	width: 80px;
}
.preise .preise-itme{
	width: 48px;
	margin-right: 6px;
}
.preise .preise-itme .preise-price1{
	margin-bottom: 1px;
	font-size: 13px;
}
.preise .preise-itme .preise-price2{
	font-size: 13px;
}
.flexslider .slides img{
	top: 0;
}
}
@media screen and (max-width: 640px) {

.nav-bar{

}
.main-body{
	width: 100%;
	float: none;
}
.sidebar{
	float: none;
	width: 100%;
	border-top: 1px solid #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
}
.post-item.has-thumb .post-excerpt{
	float: none;
	width: auto;
}
.post-item .post-thumb{
	position: static;
	width: auto;
	margin-bottom: 20px;
}
.post-item.newsletter .post-excerpt{
	float: none;
	width: auto;
}
.newsletter-form{
	float: none;
	width: auto;
	margin-bottom: 20px;
}
.section-footer img{
	margin: 0 auto;
}
.section-footer .left{
	width: auto;
	margin-left: 0;
	float: none;
	margin-bottom: 0;
	text-align: center;
}
.footer-top .left{
	text-align: left;
}
.section-footer .center{
	float: none;
	margin-left: 0;
	width: auto;
	margin-bottom: 0;
}
.section-footer .right{
	float: none;
	margin-left: 0;
	width: auto;
}
.section-footer .footer-top h3{
	padding: 4px 0 4px 10px;
}
.mov-item .left{
	float: none;
	width: auto;
	margin-top: 18px;
}
.mov-item .right{
	float: none;
	width: auto;
}
.sidebar.info{
	border-top: none;
	padding-top: 0;
	/*border-bottom: 1px solid #fff;*/
	padding-bottom: 20px;
	/*margin-bottom: 20px;*/
}
.termine .left{
	float: none;
	/*margin-bottom: 20px; ydo*/
}
.termine .right{
	float: none;
}
.preise .preise-itme{
	margin-bottom: 10px;
}
form .left{
	width: 100%;
	float: none;
}
form .right{
	float: none;
	width: 100%;
}
.footer-bottom{
	padding-bottom: 25px;
}
.footer-bottom .center,
.footer-bottom .right{
	display: none;
}
.section-footer img{
	width: 100%;
}
.date-list .sidebar{
	display: none;
}
.termine-list .date-title{
	clear: left;
	margin-top: 5px;
}
.termine-list .hot-bar{
	margin: 0;
	position: absolute;
	top: 6px;
	right: 0;
}
.termine-list .date-time{
	margin: 0;
	position: absolute;
	top: 26px;
	right: 0;
}
.termine-list .termine-item{
	position: relative;
	margin-bottom: 20px;
}
.date-list .main-body{
	width: 100%;
}
.termine-list .date-link1{
	margin-right: 10px;
}
#termine-data{
	border: 1px solid #fff;
	background: #ecced5;
	color: #a2082c;
	padding: 2px 5%;
	-webkit-appearance: none;
	width: 100%;
}
.termine-data-wrap{
	display: block;
	position: relative;
	margin-bottom: 20px;
}
.termine-data-wrap:before{
	content: ' ';
	position: absolute;
	display: block;
	background: #ecced5 url(images/termine-arr.png) no-repeat center center;
	-webkit-background-size: 13px 10px;
	background-size: 13px 10px;
	width: 20px;
	top: 3px;
	bottom: 3px;
	right: 5%;
	z-index: 10;
}
#termine-data option{
	padding: 0 5%;
}
.termine-list .termine-item:hover{
	background: transparent;
}
.termine-list .termine-item:hover:before{
	display: none;
}
.section-main{
	margin-top: 460px;
}

.home-content img.alignright{
	margin: 0;
	display: block;
	float: none;
	width: 100%;
}
.home-content h4 img{
	margin-bottom: 15px !important;
}
.home-content .home-left{
	float: none;
	width: auto;
}
.home-content .home-right{
	float: none;
	width: auto;
}
.home-content .home-right input#input_1_2{
	width: 97.2% !important;
}

/*}
@media screen and (max-width: 400px) {*/

.logo{
	float: none;
	position: absolute;
	//top: -85px;
	left: 0;
	right: 0;
}
.nav-bar{
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
}
.nav ul{
	left: 0;
}
.logo a{
	width: 100%;
	background: transparent;
	position: relative;
	z-index: 1;
}
.logo a .lg{
/*
	width: 320px;
	margin: 0 auto;
	top: -145px;
	height: 427px;
	position: relative;
	background-image: url(images/logo@4x.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
*/
    left: calc((100% - 175px) / 2);
    top: 55px;
    width: 175px;
}
.logo a .bg{
	height: 267px;
}
.section-wrap.section-header{
	position: relative;
}
.nav-tool .share-link a{
	background: url(images/nav-share-mb.png) no-repeat 0 0;
	height: 25px;
	width: 26px;
	-webkit-background-size: 253% auto;
	background-size: 253% auto;
	margin-right: 15px;
}
.nav-tool .share-link .gp a{
	background-position: -40px 0;
}
.cart{
	background: url(images/top-cart-mb.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 25px;
	height: 25px;
}
.nav-tool .share-link{
	padding-top: 0;
	margin-right: 10px;
}
.cart span{
	width: 20px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	top: -10px;
}
.section-slide{
	top: 226px; /*ydo 230px;*/
}
.section-main{
	margin-top: 416px; /*ydo 420px; */
}
.flex-control-nav{
	top: 215px;
	text-align: left;
}
.flex-direction-nav{
	top: 75px;
}
.flex-control-nav{
	text-align: right;
	right: 10px;
	left: auto;
	margin: 0;
	width: auto;
}
.section-slide .slide-bottom{
	display: none;
}
.top-slide h2{
	font-size: 24px;
	left: 0;
	margin-left: 0;
	top: 202px;
	right: 0;
	padding: 2px 10px;
	background: rgba(0,0,0,.6);
}
.infoline {
	padding-top: 10px;
	padding-bottom: 10px;
}
.infoline strong{
	display: block;
}
.infoline div{
	float: none;
	margin-right: 0 !important;
}
.post-item .post-thumb img{
	width: 100%;
	height: auto;
}
.main-wrap{
	padding-top: 20px;
}
.form-row textarea{
	width: 98%;
	font-size: 16px;
}
.input-text{
	font-size: 16px;
}
.form-row{
	padding-bottom: 12px;
}
.checkbox-text{
	font-size: 15px;
}
.mov-item .right a{
	display: block;
	width: 100%;
}
.mov-item .right img{
	width: 100%;
	height: auto;
	max-width: none;
	max-height: none;
}
.post-item .post-thumb{
	float: none;
	margin-top: 0;
}
.page-template-template-page_with_gmaps-php .section-slide .slide-bottom{
	bottom: -240px;
}

}

html .main-wrap{
	background-color: #fee9cd !important;
	}

html .positive .logo a .bg,
html .negative .logo a .bg{
 background-color: transparent !important;
}

.content_area a{
 color: #e50043;
}

li#menu-item-25{
    margin-right: 175px;
    padding-right: 15px;
}

li#menu-item-17{
    padding-left: 15px;
}
#field_8_3,
#field_8_4{
 display: none;
}

/* Cookie Message */
#cookieChoiceInfo {
	background-color: rgba(0, 0, 0, 1) !important;
	color: rgba(238, 238, 238, 1) !important;
}
#cookieChoiceInfo a {
	color: rgba(238, 238, 238, 1) !important;
	text-decoration: underline!important;
}

#cookieChoiceDismissIcon {
	background-color: rgba(0, 0, 0, 1) !important;
	color: rgba(238, 238, 238, 1) !important;
}