#logo h1.text-logo {
	font-size: 26px;
}

#primary-navigation ul.sf-menu li a {
	padding-top: 23px;
	padding-bottom: 22px;
}

.res-nav-icon {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 15px;
}

.section-header.actived .res-nav-icon {
	margin-top: 0;
}

.section-header.actived .res-nav-icon.close {
	margin-top: 15px;
}		

.is-sticky #logo h1.text-logo {
	font-size: 20px;
}

.is-sticky #primary-navigation ul.sf-menu > li > a {
	padding-top: 14px;
	padding-bottom: 14px;
}

.is-sticky #top-search .text-field {
	font-size: 30px;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.is-sticky .res-nav-icon {
	padding-top: 0;
	padding-bottom: 15px;
	visibility: hidden;
}

.is-sticky .maki-top {
	display: none !important;
}

.rows {
	background: #FFFFFF;
}		

#logo a {color: #d7da00;}
#logo a {background-color: transparent;}
#logo a:hover {color: #FFFFFF;}
#logo a:hover {background-color: transparent;}

.breadcrumb-title {
	display: none;
}

@media only screen and (max-width: 448px) {
	.breadcrumbs {
		display: none;
	}
}

.wpb_content_element {
	margin: 20px 0;
}

.post-content ul {
	margin-bottom: 20px;
}

.shortcode-price-table-2.price-table-cats .price-header {
	padding: 20px 0;
}

.shortcode-price-table-2.price-table-cats .time {
	line-height: 1.5em;
}

.shortcode-price-table-2.price-table-cats {
	margin-bottom: 20px;
}

.inner h2, .inner h3, .inner h4, .inner h5 {
	margin-top: 20px;
}

.actordetail .outer {
	margin: 0;
}

.actordetail .shortcode-icon-box {
	margin-bottom: 20px;
}

.widget_themewoot_scheduler .shortcode-button {
	padding: 8px 15px;
}

.date {
	display:inline-block;
	background: #0b3149;
	padding: 7px;
	float:left;
	margin-right:10px;
}
.date .day {
	display:block;
	font-size:22px;
	color:#fff;
	font-weight:bold;
	line-height:100%;
	text-align:center;
	font-weight: normal;
}
.date .year {
	display:block;
	font-size:12px;
	height:16px;
	line-height:100%;
	color:#fff;
	text-align:center;
}
.date.user {
	background-color:#e4007e;
}

.post-share .date {
	color: white !important;
}

.side-widgets-area .widget_themewoot_scheduler li {
	padding-left: 0;
}


/*
 * Responsive Table
 */

.rwd-table {
	margin: 1em 0;
	min-width: 300px;
}
.rwd-table tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.rwd-table tr:first-child {
	border-top-width: 0;
}
.rwd-table tr:last-child {
	border-bottom-width: 0;
}
.rwd-table th {
	display: inline-block;
}
.rwd-table td {
	display: block;
}
.rwd-table td:first-child {
	padding-top: .5em;
}
.rwd-table td:last-child {
	padding-bottom: .5em;
}
.rwd-table td:before {
	content: attr(data-th) ": ";
	font-weight: bold;
	width: 6.5em;
	display: inline-block;
}
@media (min-width: 480px) {
	.rwd-table td:before {
		display: none;
	}
}
.rwd-table th, .rwd-table td {
	text-align: left;
}
@media (min-width: 480px) {
	.rwd-table th, .rwd-table td {
		display: table-cell;
		padding: .25em .5em;
	}
	.rwd-table th:first-child, .rwd-table td:first-child {
		padding-left: 0;
	}
	.rwd-table th:last-child, .rwd-table td:last-child {
		padding-right: 0;
	}
}

body {
	text-rendering: optimizeLegibility;
}

.rwd-table {
	background: #34495E;
	color: #fff;
	border-radius: .4em;
	overflow: hidden;
}
.rwd-table tr {
	border-color: #46627f;
}
.rwd-table th, .rwd-table td {
	margin: .5em 1em;
}
@media (min-width: 480px) {
	.rwd-table th, .rwd-table td {
		padding: 1em !important;
	}
}
.rwd-table th, .rwd-table td:before {
	color: #dd5;
}


th.monthChanging {
	background-color: #46627f;
}

.widget_themewoot_scheduler .titleAndTime {
	display: block;
}

@media (max-width: 768px) {
	.maki-top {
		display: none !important;
	}
}

#res-navigation ul ul.sub-menu li a {
	padding-left: 0;
	margin-left: 20px;
}

#res-navigation ul ul.sub-menu li:before {
	content: "\2013";
	padding: 0 0 0 50px;
}

#res-navigation ul ul.sub-menu li {
	background: #b4b601;
}



/*
 * Tooltip
 */

.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: visible;
}

.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
	border-radius: 4px;
	white-space:pre-wrap;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-color: #000000;
	border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-top-color: #000000;
	border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
	right: 5px;
	bottom: 0;
	border-top-color: #000000;
	border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-right-color: #000000;
	border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-left-color: #000000;
	border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-bottom-color: #000000;
	border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-bottom-color: #000000;
	border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-bottom-color: #000000;
	border-width: 0 5px 5px;
}


/*
 * Text Slider Startseite
 */
.tp-caption.sub-title {
	text-shadow: 0px 0px 2px rgba(82, 86, 100, 1);
}

.tp-caption.title {
	text-shadow: 0px 0px 2px rgba(82, 86, 100, 1);
}

.tp-caption.text {
	text-shadow: 0px 0px 2px rgba(82, 86, 100, 1);
}


@media only screen and (max-width: 768px) {
	.tp-caption {
		display: none;
	}
}

.shortcode-price-table-2 .title,
.shortcode-price-table-2 .price,
.shortcode-button.cyan {
	color: #34495e;
}

/*
 * Nur ein Sponsor - keine Zwischenlinie
 */
.shortcode-clients li .client {
	border-width: 0;
}

#post-4473 .post-content.entry-text a[href$=".pdf"] {
	background: #dadada;
	display: inline-block;
	line-height: 1;
	padding: 15px 40px;
	margin: 0 5px 5px 0;
	float: right;
}

.tp-bullets.simplebullets {
	bottom: 20px !important;
}

.pressestimmenanchorTargetTrigger {
	color: black !important;
}

#trailertrigger {
	display: none;
}

@media only screen and (max-width: 992px) {
	.shortcode-testimonial {
		display: none;
	}
	.pressestimmenanchorTargetTrigger {
		color: #b1b301 !important;
	}
	.fluid-width-video-wrapper {
		display: none;
	}
	#trailertrigger {
		display: block;
	}
}